@charset "Shift_JIS";

/**
 * filename: goriyou.css
 * @overview ご利用ガイドCSS
 * @version 1.0.0 2017-07-02
 */
/* リストテーブル reform-main.cssの定義を上書き */
table.list th {
	border-left: 1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}

table.list th.col2_first{
	border-left: solid 1px #ccc;
}

table.list.multi td {
	text-align: center;
	vertical-align: middle;
}

/* 緑の帯の白タイトル */
.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: 980px;
	margin: 0 auto;
	position: relative;
}

.goriyou-list{
	float: left;
	width: 163.3px;
	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{
	background-color: #C9C9C9;
}

.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 .num2{
	font-size: 128.6%;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	box-sizing: border-box;
	height: 38px;
	width: 95px;
	padding: 6px 0 0;
	text-align: center;
	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.syotoku{
	background: #FFEFEF;
	border-bottom: 5px solid red;
	border-top: 5px solid red;
}

.zeimoku-area.syotoku:hover{
	filter:brightness(0.9);
}

.zeimoku-area.tablet{
	float: none;
	margin: 20px auto 10px;
	width: 400px;
}

.zeimoku-area.kessan{
	background: #F0F0FF;
	border-bottom: 5px solid blue;
	border-top: 5px solid blue;
}

.zeimoku-area.kessan:hover{
	filter:brightness(0.9);
}

.zeimoku-area.syouhi{
	background: #FFF6E5;
	border-bottom: 5px solid orange;
	border-top: 5px solid orange;
}

.zeimoku-area.syouhi:hover{
	filter:brightness(0.9);
}

.zeimoku-area.zoyo{
	margin-right: 0;
	background: #E8FCE8;
	border-bottom: 5px solid green;
	border-top: 5px solid green;
}

.zeimoku-area.zoyo:hover{
	filter:brightness(0.9);
}

img.zeimoku-icon{
 margin:5px 0px 5px 0px;
 width: 35%;
 height: 35%;
}

img.zeimoku-icon_k{
 margin:5px 0px 5px 0px;
 width: 63%;
 height: 63%;
}

.zeimoku-area .title{
	padding-top: 5px;
	padding-bottom: 23px;
	font-size: 136.6%;
	font-weight: bold;
}

.zeimoku-area .title_k{
 padding-top: 5px;
 padding-bottom: 0px;
 font-size: 136.6%;
 font-weight: bold;
}

.zeimoku-area .info{
	text-align: left;
	margin-left: 3px;
	height: 13.5em;
	line-height: 180%;
}

.zeimoku-area.tablet .info{
	height: auto;
}

img.image5_1{
	width: 453px;
	height: 420px;
}

/* コンテントエリア1 */
.content_area_1{
	box-sizing: border-box;
	width: 100%;
	padding: 27px;
	background-color: #eee;
	position: relative;
}

.content_area_1 .arrow{
	border-top: 40px solid #197f4a;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	top: -22px;
	left: 226px;
}

.content_area_1 .image{
	padding: 0;
	margin: 0;
	width: 453px;
	float: left;
}

.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: 27px;
	background-color: #fff;
	position: relative;
}

.content_area_2 .arrow{
	border-top: 40px solid #197f4a;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	top: -22px;
	left: 226px;
}

.content_area_2 .image{
	padding: 0;
	margin: 0;
	width: 453px;
	float: left;
}

.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: 95em;
	padding: 24px 20px;
	background-color: #fff2d0;
}

.content_area_3.iphone_taiou .content2{
	height: 95em;
}

.content_area_3 .image{
	padding: 0;
	margin: 0;
	width: 400px;
}

/* コンテントエリア4 */
.content_area_4{
	padding: 0;
}
.content_area_4 .content4{
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px;
	background-color: #fff2d0;
	margin-bottom: 20px;
}
.content_area_4 .title{
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	margin: 0;
	text-align: left;
	font-size: 128.6%;
	background-color: #f4ae00;
	font-weight: bold;
}
.content_area_4 .image{
	padding: 0;
	margin: 0;
	width: 550px;
}
.content_area_4 .adjust{
	margin-top: 65px;
}

/* コンテントエリア5 */
.content_area_5{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background-color: #eee;
	position: relative;
}
.content_area_5 .image{
	padding: 0;
	margin: 0;
	width: 453px;
	float: left;
}

/* 所得税用テーブル */
.syotoku_table{
	width: 80%;
	margin: 30px auto 0;
	font-size: 128.6%;
}

.syotoku_table caption{
	color: #f00;
	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;
}

.outlinklist{
	list-style-type: none;
	background:none !important;
	margin-left:-17px;
}

/* マイナポータルについて用緑リスト */
.gray_list2{
	list-style-type: none;
	padding: 0;
}

.gray_list2 li{
	box-sizing: border-box;
	width: 590px;
	font-size: 128.6%;
	color: #111111;
	background-color: #eee;
}

.gray_list2 a{
	display: block;
	text-decoration: none;
	color: #111111;
}

.gray_list2 a:hover{
	opacity: 0.6;
}

.gray_list2 .num{
	font-size: 128.6%;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	box-sizing: border-box;
	height: 38px;
	width: 95px;
	padding: 6px 0 0;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
}

.gray_list2 .text{
	box-sizing: border-box;
	height: 38px;
	padding: 6px 20px 0;
	vertical-align: bottom;
	display: inline-block;
}

/* 表の斜線 */
.diagonal_line{
	content: "";
    display: block;
    position: absolute;
    top: 61px;
    left: -16px;
    width: 325px;
    padding: 1px 2px 0 0;
    transform: rotate(22.8deg);
    background-color: #ccc;
}

/* 表の斜線(win) */
.diagonal_line_win{
	content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: -25px;
    width: 360px;
    padding: 1px 2px 0 0;
    transform: rotate(21.0deg);
    background-color: #ccc;
}

.diagonal_box {
	overflow: hidden;
    position: relative;
    background-clip: padding-box;
}

.image_size_1{
 width: 45%;
 height: 45%;
}

.image_size_2{
 width: 96%;
 height:96%;
}