@charset "utf-8";
/* CSS Document 
2019/05/09 edited*/
.popup .hdr{
	border-bottom: 2px solid #d1d8da !important;
	height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.popup .hdr.lgout .logo img{
	width: 150px;
}
h2{
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.5;
}
.hgrp-nv{
	margin-bottom: 20px;
}
.hgrp-nv .tabs-link ul li{
	width: 230px;
}
.tax_faq{
	font-size: 16px;
	line-height: 1.5;
}
.fim-footer{
	padding: 10px 0;
	font-size: 12px;
	color: #333;
	text-align: right;
	border-top: 2px solid #d1d8da;
}
.fim-footer ul{
	margin-bottom: 4px;
}
.fim-footer li{
	display: inline-block;
	margin-right: 10px;
}
.fim-footer li:last-child{
	margin-right: 0;
}
.fim-footer li a{
	color: #666;
	text-decoration: none;
}
.btn-wht{
	display: inline-block;
	box-sizing: border-box;
	width: 280px;
	height: 57px;
	padding: 20px 10px;
	text-align: center;
	border-radius: 6px;
	line-height: 1;
	border:1px solid #ccc;
	background-color: #fff;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	color: #1D54A7 !important;
	text-decoration: none;
}
.btn-wht:hover{
	opacity: 0.8;
}
.bg-update {
	background-color: #fbe5d6;
	padding: 6px 9px;
}
span.bg-update {
	display: inline-block;
}
.bg-update.added{
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}
.icbt-update {
	display: inline-block;
	width: 73px;
	height: 24px;
	padding: 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ed7d31;
	border-radius: 3px;
	color: #ed7d31;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	box-sizing: border-box;
}
.update-time{
	color: #ed7d31;
	font-size: 12px;
	font-weight: normal;
}
/*201905*/
.tax-faq-lead{
	margin-bottom: 20px;
}
.faq-section{
	padding-bottom: 10px;
}
.sub-ti-common,.sub-ti-kaite,.sub-ti-urite{
	height: 42px;
	margin-bottom: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.acc-sw{
	position: relative;
	cursor: pointer;
}
.acc-sw .icon-arr{
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	width: 64px;
	height: 42px;
	background-image: url(/web/jp/images/tax2019/icon_arrow_acc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.faq-content{
	display: none;
}
.open .acc-sw .icon-arr{
	background-position: 0 -42px;
}