@charset "Shift_JIS";

/**
 * filename: main.css
 * @overview メイン定義CSS
 * @version 1.0.0 2017-07-02
 */

/* 緑の帯の白タイトル */
.category-title {
	color: #fff;
	font-weight: bold;
	font-size: 128.6%;
	margin: 12px 0;
}

/* メニューエリア1 */
.goriyou-menu-area-1{
	background-color: #c5e0b4;
	z-index: 100;
}
.goriyou-menu-1{
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.goriyou-list{
	float: left;
	width: 160px;
	text-align: center;
	position: relative;
	margin: 0;
}
.goriyou-list>a{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding: 15px 0 20px;
	color: #000;
	position: relative;
	width: 100%;
	height: 100%;
}
.goriyou-list.active{
	background-color: #eee;
}
.goriyou-list.active>a{
	font-weight: bold;
}
.goriyou-list.list-p:after {
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 35px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: auto;
	color: #fff;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 10;
}

/* メニューエリア2 */
.goriyou-menu-area-2{
	color: #fff;
	background-color: #197f4a;
	width: 960px;
	height: 260px;
	box-sizing: border-box;
	padding: 30px 0 0;
	position: absolute;
	top: 60px;
	left:-160px;
	text-align: left;
	z-index: 200;
	display:none;
}
.goriyou-menu-area-2 a{
	color:#fff;
	text-decoration: underline;
}

/* メニューエリア3 */
.goriyou-menu-area-3{
	float: left;
	box-sizing: border-box;
	width:48%;
	padding: 0 60px;
}
.goriyou-menu-area-3:first-of-type{
	border-right: 4px solid rgba(255, 255, 255, 0.5);
}
.goriyou-menu-area-3 p{
	margin: 0;
	font-size: 130%;
}
.goriyou-menu-area-3 ul{
	margin: 15px 0 0 30px;
}
.goriyou-menu-area-3 ul li{
	list-style: disc;
	font-size: 110%;
}
.menu-under-line-1{
	width: 0;
	height: 5px;
	background-color: #197f4a;
	position: absolute;
	top: 48px;
	left: 0;
	margin: 0 50%;
}

/* オーバーレイ */
.modal-overlay{
	z-index:50;
	display: none;
	position:fixed;
	top:0;
	left:0;
	background-color:#999;
	opacity: 0.5;
	width:100%;
	height:120%;
}

/* コンテンツ内のアコーディオンリスト */
.acc-list-area-1>li{
	margin-bottom: 30px;
}
.acc-list-1{
	width:100%;
}
.acc-list-1 p{
	margin-bottom: 0;
}
.acc-list-1 .acc-list-1-head{
	border-bottom: 2px solid #d3d3d3;
}
.acc-list-1 .acc-list-1-body{
	padding: 0 0 0 20px;
}
.acc-list-1-table{
	width:95%;
	float:left;
	margin: 0;
}
.acc-list-1-button{
	width:5%;
	float:right;
	font-size:120%;
	text-align: right;
	cursor: pointer;
	margin-top: 0;
}
.acc-list-1-table td.acc-list-1-title{
	border: none;
	white-space: nowrap;
	padding: 0;
	font-weight: bold;
	width:0;
}
.acc-list-1-table td.acc-list-1-description{
	border: none;
	width:100%;
	padding: 0 0 0 10px;
}

/* x-index */
.z-index-100{
	z-index: 100;
	position: relative;
}

/* 背景色白 */
.bg-white{
	background-color: #fff;
}

/* アンカー用タイトル */
h2.anchor_title{
/*
	padding: 0.4em 0.5em;
	color: #111111;
	background: #EEEEEE;
	border-left: solid 5px #CCCCCC;
	border-bottom: solid 3px #666666;
*/
	padding: 0.6em 0.75em;
	color: #111111;
	background: #EEEEEE;
	border-left: solid 5px #999;
	font-size: 136.6%;
	border-bottom: none;
}

/* ご利用方法用緑リスト */
.gray_list{
	list-style-type: none;
	padding: 0;
}
.gray_list li{
	box-sizing: border-box;
	width: 480px;
	font-size: 128.6%;
	color: #111111;
	background-color: #eee;
}
.gray_list a{
	display: block;
	text-decoration: none;
	color: #111111;
}
.gray_list a:hover{
	opacity: 0.6;
}
.gray_list .num{
	font-size: 128.6%;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	box-sizing: border-box;
	height: 38px;
	padding: 6px 12px 0;
	vertical-align: bottom;
	display: inline-block;
}
.gray_list .text{
	box-sizing: border-box;
	height: 38px;
	padding: 6px 20px 0;
	vertical-align: bottom;
	display: inline-block;
}


/* ご利用方法用緑タイトル */
.gray_title{
	padding: 0;
	box-sizing: border-box;
	width: 960px;
	font-size: 128.6%;
	color: #111111;
	background-color: #eee;
	border: none;
}
.gray_title .num{
	font-size: 128.6%;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	box-sizing: border-box;
	height: 38px;
	padding: 6px 12px 0;
	vertical-align: bottom;
	display: inline-block;
}
.gray_title .text{
	box-sizing: border-box;
	height: 38px;
	padding: 6px 20px 0;
	vertical-align: bottom;
	display: inline-block;
}

/* 税目カード */
.zeimoku-area{
	float: left;
	color: #333;
	width: 210px;
	height: auto;
	margin: 10px 39px 10px 0;
	padding: 8px;
	position: relative;
	background-color: #ededed;
	display: block;
}
.zeimoku-area:hover{
	filter:alpha(opacity=60);/* IE 6,7*/
	-ms-filter: "alpha(opacity=60)";/* IE 8,9 */
	-moz-opacity:0.6;/* FF , Netscape */
	-khtml-opacity: 0.6;/* Safari 1.x */
	opacity:0.6;
	zoom:1;/*IE*/
}
.zeimoku-area.syotoku{
	background: #FFEFEF;
}
.zeimoku-area.tablet{
	float: none;
	margin: 20px auto 10px;
	width: 400px;
}
.zeimoku-area.kessan{
	background: #F0F0FF;
}
.zeimoku-area.syouhi{
	background: #FFF6E5;
}
.zeimoku-area.zoyo{
	margin-right: 0;
	background: #E8FCE8;
}
.zeimoku-area .title{
	padding: 15px 0;
	background-color: #FFFFFF;
	font-size: 136.6%;
	font-weight: bold;
}
.zeimoku-area.syotoku .title{
	border-bottom:5px solid red;
}
.zeimoku-area.kessan .title{
	border-bottom:5px solid blue;
}
.zeimoku-area.syouhi .title{
	border-bottom:5px solid orange;
}
.zeimoku-area.zoyo .title{
	border-bottom:5px solid green;
}
.zeimoku-area .info{
	text-align: left;
	margin-left: 3px;
	height: 15em;
	line-height: 180%;
}
.zeimoku-area.tablet .info{
	height: auto;
}

/* コンテントエリア1 */
.content_area_1{
	box-sizing: border-box;
	width: 100%;
	padding: 30px 169px;
	background-color: #eee;
	position: relative;
}
.content_area_1 .arrow{
	border-top: 45px solid #197f4a;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	position: absolute;
	top: -22px;
	left: 440px;
}
.content_area_1 .image{
	padding: 0;
	margin: 0;
	width: 622px;
}
.content_area_1 .text{
	padding: 0;
	margin: 0 0 0 20px;
	width: 430px;
	float: left;
}
.content_area_1 .text_2{
	padding: 0;
	margin: 20px 0 0 20px;
	width: 430px;
	float: left;
}
/* コンテントエリア2 */
.content_area_2{
	box-sizing: border-box;
	width: 100%;
	padding: 30px 169px;
	background-color: #fff;
	position: relative;
}
.content_area_2 .arrow{
	border-top: 45px solid #197f4a;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	position: absolute;
	top: -22px;
	left: 440px;
}
.content_area_2 .image{
	padding: 0;
	margin: 0;
	width: 622px;
}
.content_area_2 .text{
	padding: 0;
	margin: 0 0 0 20px;
	width: 430px;
	float: left;
}

/* コンテントエリア3 */
.content_area_3{
	padding: 0 27px;
}
.content_area_3 .content1{
	box-sizing: border-box;
	width: 440px;
}
.content_area_3 .content1:first-of-type{
	float: left;
}
.content_area_3 .content1:last-of-type{
	float: right;
}
.content_area_3 .title{
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	margin: 0;
	text-align: center;
	font-size: 128.6%;
	background-color: #f4ae00;
	font-weight: bold;
}
.content_area_3 .content2{
	box-sizing: border-box;
	width: 100%;
	height: 68em;
	padding: 24px 20px;
	background-color: #fff2d0;
}
.content_area_3 .image{
	padding: 0;
	margin: 0;
	width: 400px;
}

/* 所得税用テーブル */
.syotoku_table{
	width: 80%;
	margin: 30px auto 0;
	font-size: 128.6%;
}
.syotoku_table caption{
	color: #dd2f2f;
	font-weight: bold;
}
.syotoku_table th,
.syotoku_table td,
.syotoku_table tr:first-child th,
.syotoku_table tr:first-child td{
	border: solid 1px #ccc;
	text-align: center;
}
.syotoku_table .th_1{
	font-weight: bold;
	background-color: #c7edda;
}
.syotoku_table .th_2{
	background-color: #eee;
	width: 50%;
}
.syotoku_table .th_2 span{
	font-weight: bold;
}
.syotoku_table .td_1{
	text-align: left;
}

/* 赤字太字 */
.red_bold{
	color: #dd2f2f;
	font-weight: bold;
}

/* 注釈用インデント */
.notice_indent{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

button.capture_close{
	font-size: 114.3%;
	padding: 12px 14px 10px 14px;
	width: 180px;
	border: 1px solid #d3ccc2;
	background:#fff;
	border-radius:54px;
}

button.capture_close:hover{
	background: #F7F7F7;
}

.capture_close_wrap{
	padding-top: 16px;
	background-color: #f2efe4;
	height: 60px;
	text-align: center;
}

/*-- tablet 、ccw1900--*/
.image_area .content_area_1,
.image_area .content_area_2{
	padding: 30px 0;
}

.image_area .content_area_1 .image,
.image_area .content_area_2 .image{
	width: 100%;
	text-align: center;
}

.image_area .content_area_1 .image img,
.image_area .content_area_2 .image img{
	display: block;
	margin: 0 auto;
}