@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}
.s_ttl_02{
	font-size: 28px;
	margin:35px 0;
	padding:0 0 0 25px;
	font-weight: normal;
}
.s_ttl_03{
	font-size: 20px;
	margin-bottom:10px;
}
.s_ttl_03 + p{
	margin-bottom:15px;
	font-size: 14px;
	margin-left:2px;
}
.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;
}

.image_area01{
	display:flex;
	justify-content:space-between;
	margin:20px 0;
}
.image_area01 li.blank{
	width:342px;
}
.wangan{
	background-color:#E5FBFF;
	padding:35px 40px 35px 35px;
	margin:50px 0;
	display:flex;
}
.wangan dt{
	box-sizing:border-box;
	width:391px;
	border:1px solid #CDCDCD;
	margin-right:50px;
	background:#FFFFFF;	
}
.wangan dt b{
	display:block;
	width:321px;
	height:101px;
	margin:70px auto 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(../img/bridge_logo01.jpg) center center no-repeat;
}
.wangan dt a{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	width:261px;
	margin:0 auto;
	height:42px;
	background-color:#1884B6;
	font-weight: bold;
}
.wangan dd{
	flex:1;
}
.content01{
	margin-bottom:30px;
}
.image_area02{
	display:flex;
	justify-content:space-between;
	margin-bottom:12px;
}
.s_ttl_04{
	font-size: 20px;
	margin-bottom:10px;
	font-weight: normal;
}
.fee_table01{
	width:100%;
	margin-bottom:40px;
	border-collapse:collapse;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}
.fee_table01 th{
	padding:5px;
	background-color:rgba(221,223,234,0.41);
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
 }
.fee_table01 td{
	padding:5px 10px;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
 }
.fee_table01 .kubun{
	width:450px;	
}
.fee_table01 .ryokin{
	width:140px;
}
.list02,
.list03{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.list02 dt{
	width:40%;
}
.list02 dd{
	width:60%;
}
.list03 dt{
	width:40%;
}
.list03 dd{
	width:60%;
}
.page_link02{
	border-bottom:#505050 2px solid;
	display:flex;
	margin-bottom:60px;
}
.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;
}

.table_04{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}
.table_04 th{
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	padding:10px 5px;
	font-weight: normal;
	box-sizing:border-box;
	background-color:rgba(221,223,234,0.41);
	width:200px;
}
.table_04 td{
	padding:10px 10px;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
.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 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;
}
.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: 229px;
	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.25s;
}
.q_and_a .keywords span.togglable.open{
	background-color:#454545;
	transition-duration:0.3s;
	bottom: 0px;
	top:auto;
}
.q_and_a .keywords span.togglable .op{
	display:none;
	padding-right:18px;
	background:url(../img/icon02.png) no-repeat right center;
}
.q_and_a .keywords span.togglable .cl{
	display:block;
	padding-right:18px;
	background:url(../img/icon03.png) no-repeat right center;	
}
.q_and_a .keywords span.togglable.open .op{
	display:block;
}
.q_and_a .keywords span.togglable.open .cl{
	display:none;
	padding-right:20px;
}

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


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

.image_area01{
	flex-direction:column;
	justify-content:center;
}
.image_area01 li{
	text-align:center;
}
.s_ttl_03 + p{
    font-size: 16px;
    line-height: 1.8;
	margin-bottom: 25px;
}
.wangan{
	flex-direction: column;
}
.wangan dt{
	width:auto;
	margin-right:0;
	margin-bottom:30px;
}
.wangan dt a{
	width:320px;
	height:60px;
	margin-bottom:40px;
}
.table_wrap{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: 1em;
}
.table_wrap > table{
	width:1000px;
}
.list02,
.list03{
	flex-wrap:wrap;
}
.list02 dt,
.list03 dt{
	width:100%;
}
.list02 dd,
.list03 dd{
	width:100%;
	margin-bottom:10px;
}
.fee_table01 .kubun{
	width:500px;
}
.fee_table01 .ryokin {
    width: 180px;
}
.page_link02{
	flex-direction: column;
	border-bottom:none;
}
.page_link02 li + li{
	margin-left:0;
}
.q_and_a .keywords span.togglable.line02 {
    height: 58px;
}
.page_link02 li a{
	font-size: 22px;
    height: 58px;
	background-position: center 40px;
}
.page_link02 li .selected{
	background-position: center 40px;
}
.-----MOBILE_ONLY_CSS_END----- {}

	
}
