@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}
table {
	table-layout: auto !important;
}
.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;
}
.s_ttl_03{
	font-size: 22px;
	margin-bottom:15px;
}
.content01{
	min-height:40px;
	margin:0 4px 50px;
}
.image_bloc01{
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	flex-wrap:wrap;
}
.image_bloc01 li{
	margin-bottom:10px;
}
.img_area02 img:nth-of-type(1){
	margin-bottom:10px;
}
.info_list02{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:30px;
}
.info_list02 dt{
	width:227px;
	padding:2px;
	box-sizing:border-box;
	border-bottom:1px solid #D5D5D5;
}
.info_list02 dt:nth-of-type(1),
.info_list02 dd:nth-of-type(1){
	border-top:1px solid #D5D5D5;
}
.info_list02 dt b{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	font-weight: normal;
	text-align:center;
	width:100%;
	background:#EEEEEE;
}
.info_list02 dd{
	border-bottom: 1px solid #D5D5D5;
    width: 821px;
    box-sizing: border-box;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 20px;
}
.info_detail01{
	line-height:1.6;
}
.info_detail01 span{
	display:inline-block;
	margin-right:1em;
	width:7em;
}
.info_detail01 span:nth-of-type(1){
}
.info_detail01 span:nth-of-type(2){
	width:80px;
}
.info_detail01 span:nth-of-type(3){
}
.table_03{
	width: 100%;
	border-collapse:collapse;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}
.fukuyama .table_03{
	width:520px;
}
.table_03 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:135px;
}
.table_03 tr.h_th th{
	background-color:rgba(221,223,234,0.75);
}
.table_03 th:nth-of-type(1),
.table_03 th:nth-of-type(2){
	width:210px;
}
.table_03 th:nth-of-type(3),
.table_03 th:nth-of-type(4){
	width:135px;
}
.table_03 th.table_03_b{
	width:420px;
}
.table_03 th.table_03_c{
	width:135px;
}
.table_03 td{
	padding:10px 10px;
	text-align:center;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
.table_03 .td_w01{
	width:210px;
}
.table_03 td.text01{
	text-align:left;
}
.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);
}
.table_04 td{
	padding:10px 10px;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
.s_ttl_04{
	font-size: 15px;
	margin-bottom:10px;
}
.s_ttl_04:before{
	content:"■";
	color:#F1C519;
}
.table_03 + .s_ttl_04{
	margin-top:40px;
}
.g_map {
	margin-top:15px;
	margin-bottom:60px;
}


.terminal_facility_list{
	margin-right:10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.terminal_facility_list li{
	margin-bottom:15px;
}
.terminal_facility_list li.blank{
	width:330px;
}
.terminal_facility_list li img{
}

.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: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;
}
.fukuyama{
	display:flex;
}
.fukuyama .zumen{
	margin-left:20px;
}
.g_map02{
}
.table_03 .text_long01,
.table_03 th:nth-of-type(4).text_long01{
	width:168px;	
}
.table_03 .text_long02{
	width:180px;	
}
.gaiyo_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.gaiyo_detail{
	width:49%;
	margin-bottom:40px;
}
.gaiyo_detail.kaita_ganpeki,
.gaiyo_detail.minoshima_conta{
	width:100%;
}
#fee{
	margin-bottom:70px;
}
.dl_file_list{
	margin-bottom:40px;
}
.dl_file_list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	background-image: url(../img/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 44px;
	background-color: #F0F0F0;
	padding-left: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	transition: 0.4s;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dl_file_list li.multi_file{
	cursor:default;
}
.dl_file_list li.multi_file:hover{
	opacity:1;
}
.dl_file_list li.multi_file a:hover{
	opacity:0.6;
}
.dl_file_list li:hover {
	opacity:0.6;
}
.dl_file_list li a {
	color: #333;
	text-decoration: none;
	margin-right: 1em;
	display: inline-block;
}
.dl_file_list li a img {
	margin-left:12px;
}
.dl_file_list li small {
	font-style: normal;
	font-size: 100%;
}
.td_pcnowrap {
	white-space: nowrap;
}

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


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}
.image_bloc01{
	flex-direction:column;
}
.image_bloc01 li{
	text-align:center;
	margin-bottom:30px;
}
.info_list02 dt{
	width:30%;
}
.info_list02 dd{
	width:70%;
}
.info_detail01 span {
    display: inline;
    margin-right: 1em;
}
.info_detail01 span:nth-of-type(2){
	width:6em;
}
.table_03{
	width:100%;
}
.table_03 th:nth-of-type(1), .table_03 th:nth-of-type(2) {
    width: 180px;
}
.table_04 th{
	width:180px;
}
.s_ttl_04{
	font-size: 21px;
}
.table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: 1em;
}
.table_wrap > .table_03{
	width:1000px;
}
.g_map iframe{
	width:600px;
}

.terminal_facility_list{
	    flex-direction: column;
}
.terminal_facility_list li{
	text-align:center;
	margin-bottom:30px;
}

.q_and_a .keywords span.togglable{
	width:163px;
	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:180px;
	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 p{
	padding-right:180px;
	font-size: 22px;
}
.img_area02 img:nth-of-type(1){
	margin-bottom:30px;
}
.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;
}
.gaiyo_detail{
	width:100%;
}
.fukuyama{
	flex-direction:column;
}
.fukuyama .table_03{
	width:100%;
}
.dl_file_list li {
	margin-bottom: 15px;
}
.dl_file_list li small {
	font-size: 84%;
	letter-spacing:-1px;
}
.td_pcnowrap {
	white-space: normal;
}
.-----MOBILE_ONLY_CSS_END----- {}

	
}


/* 印刷用CSS */
@media print {
	
table,
table th,
table td {
	line-height:135% !important;
}

.s_ttl_02 {
	page-break-before: always;
	line-height:140%;
}
	
}
