@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

.topics{
	margin:0 auto;
	padding:5px;
	height:185px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	width:15px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:#D2D2DF;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	border-radius:0;
	width:15px;
	background-color:#D2D2DF;
}

.mCSB_scrollTools .mCSB_draggerRail{
	width:15px;
	border-radius:0;
	background-color:#F0F0F0;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color:#D2D2DF;
}

.page_link02{
	border-bottom:#505050 2px solid;
	display:flex;
	margin:0 2px;
	box-sizing:border-box;
	margin-bottom:40px;
}
.page_link02 li{
	flex:1;
}
.page_link02 li + li{
	margin-left:3px;
}
.page_link02 li a{
	display:block;
	text-align:center;
	line-height:1.4;
	height:54px;
	box-sizing:border-box;
	font-weight: bold;
	font-size: 16px;
	padding:12px 0;
	text-decoration:none;
	color:#F1C619;
	background-color:#505050;
	background-repeat:no-repeat;
	background-image:url(../../common/img/tab_icon02.png);
	background-position:center 35px;
}
.page_link02 li a.selected{
	background-color:#F1C619;
	color:#505050;
	background-image:url(../../common/img/tab_icon01.png);
	background-position:center 35px;
}
.content01{
	padding:0 5px;
}
.content02{
	margin:0px 0 30px;
	padding:0 5px 30px;
	border-bottom:1px dotted #999999;
	
}
.table_area{
	margin-bottom:40px;
}
.table01{
	width:100%;
	border-collapse:collapse;
	border-top:1px #D5D5D5 solid;
	border-left:1px #D5D5D5 solid;

}
.table01 th{
	border-right:1px #D5D5D5 solid;
	border-bottom:1px #D5D5D5 solid;
	font-weight: normal;
	background-color:#EEEEEE;
	padding:10px 0;
}
.table01 th:nth-of-type(1){
	width:150px;
	box-sizing:border-box;
}
.table01 td{
	border-right:1px #D5D5D5 solid;
	border-bottom:1px #D5D5D5 solid;
	padding:10px;
	text-align:center;
}
.table01 .td_txt01{
	text-align:left;
	vertical-align:top;
}
.table01 + .table_caution01{
}
.table01 td li{
	padding-left:1em;
	text-indent:-1em;
}
.link_list_txt01 .pdf_btn{
	padding-left:1em;
}
.pdf_btn{
	padding:2px 22px 2px 0;
	    display: inline-block;
	background:url(../img/pdf.gif) no-repeat right 2px;
}
.s_ttl_03{
	font-size: 20px;
	margin-bottom:10px;
}
.s_ttl_04{
	font-size: 15px;
	margin-bottom:5px;
}
.s_ttl_04:before{
	content:"■";
	color:#F1C619;
}
.g_map{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:10px 0 0;
}
.g_map li{
	margin-bottom:15px;
}
.g_map li h5{
	margin-top:5px;
	margin-bottom:0px;
	font-size: 14px;
}
.g_map li p{
	text-align:center;
}
.g_map li iframe{
	vertical-align:bottom;
}
.q_and_a .keywords {
	position: relative;
	margin-bottom:10px;
}
.q_and_a .keywords .quest {
	display:flex;
	background-color:#737373;
	cursor:pointer;
}
.q_and_a .keywords .quest.no_cursor{
	cursor:default;
}
.q_and_a .keywords .quest b{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:auto;
	background-color:#2F2F2F;
	color:#FFFFFF;
	font-size: 16px;
}
.q_and_a .keywords .quest span{
	color:#FFCC00;
	align-items:center;
	display:flex;
	padding-left:20px;
	font-size: 14px;
	flex: 1;
	line-height: 1.3;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 240px;
}
.q_and_a .keywords .detail {
	display:none;
}
.q_and_a .keywords .detail .ans{
	display:flex;
	background-color:#EEEEEE;
}
.q_and_a .keywords .detail .ans b{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:auto;
	background-color:#F1C619;
	color:#000000;
	font-size: 16px;
}
.q_and_a .keywords .detail .ans .ans_area{
	color:#333333;
	flex:1;
	padding-left:20px;
	font-size: 14px;
	line-height: 1.6;
    padding: 11px 240px 11px 20px;
}
.q_and_a .start {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.q_and_a .keywords .more a {
}
.q_and_a .keywords span.togglable{
    height: 40px;
    width: 223px;
	box-sizing:border-box;
    display: flex;
	align-items: center;
	justify-content:center;
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 13px;
    font-weight: bold;
	background-color:#2F2F2F;
	cursor:pointer;
/*	transition:ease-in 0.3s;
*/	transition-duration:0.3s;
}
.q_and_a .keywords span.togglable.open{
	background-color:#454545;
	transition-duration:0.3s;
}
.q_and_a .keywords span.togglable .op{
	display:none;
	padding-right:15px;
	background:url(../img/icon02.png) no-repeat right 6px;
}
.q_and_a .keywords span.togglable .cl{
	display:block;
	padding-right:15px;
	background:url(../img/icon03.png) no-repeat right 6px;	
}
.q_and_a .keywords span.togglable.open .op{
	display:block;
}
.q_and_a .keywords span.togglable.open .cl{
	display:none;
	padding-right:20px;
}
.q_and_a .keywords .detail .ans  > p{
	color: #333333;
    align-items: center;
    display: flex;
    flex: 1;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.3;
    padding: 11px 240px 11px 20px;
}
.fee_table{
	display:flex;
	justify-content:space-between;
}
.fee_table .table03{
	width:363px;
	box-sizing:border-box;
	border-collapse:collapse;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
	margin-bottom:10px;
}
.fee_table .table03 th{
	text-align:center;
	background-color:#454545;
	color:#FFFFFF;
	font-size: 13px;
	padding:5px 0;
	box-sizing:border-box;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
.fee_table .table03 th:nth-of-type(1){
	width:188px;	
}
.fee_table .table03 td{
	text-align:center;
	padding:5px 0;
	box-sizing:border-box;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	color:#333333;
	background-color:#FFFFFF;
}
.list_text{
	margin:20px 0;
}
.list_text li{
	padding-left:1em;
	text-indent:-1em;
}
.caution_txt{
	text-indent:-1em;
	padding-left:1em;
}
.agreement{
	margin:10px 0 50px;
	padding:20px;
	background-color:#FBEDE3;
	border:4px solid #FF9900;
}
.agreement dl{
	display:flex;
	flex-wrap:wrap;
	font-size: 128%;
	line-height:1.7;
}
.agreement dl dt{
	width:30%;
	box-sizing:border-box;
}
.agreement dl dt:before{
	content:"●";
	color:#FF6600;
}
.agreement dl dd{
	font-weight: bold;
	width:70%;
	box-sizing:border-box;
}
.agreement .update{
	text-align:right;
	line-height:1;
}

.agreement2{
	background-color: #FFF;
	border: 4px solid #333333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
.agreement2 table{
	font-size: 18px;
}
.agreement2 table th{
	box-sizing:border-box;
	background-color: #F6D3B8;
	width: 290px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 53px;
	background-repeat: no-repeat;
	background-position: 13px center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-weight: normal;
	text-align: left;
}
.agreement2 table th.aki{
	background-image: url(../img/icon_aki.png);
}
.agreement2 table th.zero{
	background-image: url(../img/icon_zero.png);
}
.agreement2 table td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	background-color:#FBEDE2;
}

.agreement2 table tr:first-child th,
.agreement2 table tr:first-child td{
	border-top-style: none;
}
.agreement2 table td.update{
	width: auto;
	text-align: right;
	font-size: 13px;
	background-color:#FFFFFF;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}
.s_ttl_03{
	font-size: 22px;
}

.page_link02{
	flex-direction: column;
	border-bottom:none;
}
.page_link02 li + li{
	margin-left:0;
}
.page_link02 li a{
	font-size: 22px;
    height: 58px;
	background-position: center 40px;
}
.page_link02 li a.selected{
	background-position: center 40px;
}
.pdf_btn{
	padding: 2px 29px 2px 0;
    background: url(../img/pdf_sp.gif) no-repeat right 3px;
}
.q_and_a .keywords span.togglable{
	width: 130px;
	font-size: 16px;
    height: 49px;
}
.q_and_a .keywords span.togglable.line02{
	height: 78px;
}
.q_and_a .keywords span.togglable.line03{
	height: 106px;
}
.q_and_a .keywords .quest b,
.q_and_a .keywords .detail .ans b{
	font-size: 22px;
}
.q_and_a .keywords .quest span{
	padding-right:143px;
	font-size: 22px;
}
.q_and_a .keywords span.togglable .op{
	background:url(../img/icon02.png) no-repeat right 14px;
}
.q_and_a .keywords span.togglable .cl{
	background:url(../img/icon03.png) no-repeat right 14px;	
}
.q_and_a .keywords .detail .ans .ans_area{
	padding-right:145px;
	font-size: 22px;
}

.fee_table{
	flex-direction:column;
}
.ans_image{
	width:350px;
}
.a_area01 img{
	width:100%;
	height:auto;
	display:block;
	margin:15px 0;
}
.fee_table .table03 th{
	font-size: 22px;
}
.s_ttl_04{
	font-size: 22px;
}
.table_area{	
}
.g_map{
}
.g_map li iframe{
	width:290px;
}
.table01 th{
	width:200px;
}
.table01 th:nth-of-type(1){
	width:120px;
}
.table01 td{
	text-align:left;
	vertical-align:top;
}
.table01 td img{
	max-width:200px;
	height:auto;
}
.table01 td iframe{
	width:200px;
	height:200px;
}
.table01 td li{
	display:flex;
}
.link_list_txt01 .pdf_btn{
	text-indent:0;
	padding-left:0;
}
.fee_table .table03{
	width:100%;
}
.q_and_a .keywords .detail .ans  > p{
	padding-right: 180px;
    font-size: 22px;
}
.agreement dl dt {
    width: 70%;
}
agreement dl dd{
    width: 30%;
}
.agreement2 table{
	font-size: 24px;
}
.agreement2 table th{
	width:360px;
}
.agreement2 table td.update{
	font-size: 20px;
}
.g_map li{
	width:49%;
}
.g_map li p{
	text-align:left;
}
.-----MOBILE_ONLY_CSS_END----- {}

	
}
