  /* CSS Document */

.lead_txt{
	text-align: left;
	margin: 65px auto 70px;
}

.map_box{
	margin: 75px auto 70px;
}

.tab_box{
	margin: 40px auto 70px;
}
.tab_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_box ul li{
	width: calc((100% - (10px * 4)) / 5);
	background-color: #fff;
	border: 1px solid #014099;
	box-sizing: border-box;
	transition: 0.3s all;
}
.tab_box ul li:hover{
	background-color: #014099;
}
.tab_box ul li a{
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
    min-height: 74px;
    padding: 4px;
	line-height: 1.6;
}
.tab_box ul li:hover a{
	color: #fff;
}
.tab_box ul li a:hover{
	text-decoration: none;
}
.tab_box ul li.active{
	background-color: #014099;
	border: 1px solid #014099;
}
.tab_box ul li.active a{
	color: #fff;
}

.kyoten_box h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #014099;
	padding: 6px 14px;
	text-align: left;
}
.kyoten_box .box{
	position: relative;
	padding: 30px 0;
	border-top: 2px dotted #707070;
}
.kyoten_box .box:first-of-type{
	border-top: none;
}
.kyoten_box .box:last-of-type{
	border-bottom: 2px dotted #707070;
}
.kyoten_box .box h6{
	text-align: left;
}
.kyoten_box .box .box_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-flow: row-reverse;
}
.kyoten_box .box .detail{
	text-align: left;
    max-width: calc(100% - (138px + 10px));
}
.kyoten_box .box .detail dl dt{
	float: left;
	min-width: 6em;
}
.kyoten_box .box .detail dl dd{
	display: block;
	overflow: hidden;
}
.kyoten_box .box .detail dl dd .opacity{
	display: inline-flex;
	justify-content: center;
	background-color: #464646;
	min-width: 34px;
	transition: 0.2s;
}
.kyoten_box .box .detail dl dd .opacity.hp{
	background-color: #014099;
}
.kyoten_box .box .detail dl dd .opacity a{
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
}
.kyoten_box .box .detail dl dd .opacity:hover{
	background-color: #888888;
}
.kyoten_box .box .detail dl dd .opacity.hp:hover{
	background-color: #5d779c;
}
.kyoten_box .box .detail dl dd .opacity a:hover{
	text-decoration: none;
}
.kyoten_box .box .box_inner .detail dl dd .list{
	display: block;
}
.kyoten_box .box .detail dl dd .list li{
}
.kyoten_box .box .detail dl dd .list li img{
	margin: 1px 3px 0 0;
}

@media screen and (max-width: 768px) {
	.tab_box ul li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 15px;
	}
	.tab_box ul li:last-child {
		margin-bottom: 0;
	}
	.tab_box ul li a{
		min-height: 42px;
	}
	.kyoten_box .box,
	.kyoten_box .box:last-of-type{
		border-top: none;
		border-bottom: none;
		padding: 20px 0;
	}
	.kyoten_box .box:before,
	.kyoten_box .box:last-child::before {
		content: none;
	}
	.kyoten_box .box h6{
		border-bottom: 1px solid #707070;
	}
	.kyoten_box .box .box_inner .pic{
		width: 31%;
		text-align: right;
	}
	.kyoten_box .box .detail{
		max-width: 100%;
	}
	.kyoten_box .box .detail dl dt{
		float: none;
		margin-top: 10px;
	}
}


.kyoten_pop_box{
    max-width: 690px;
	width: 100%;
    margin: 0 auto;
	padding: 20px 0;
}
.kyoten_pop_box2{
    margin: 0 0 20px 0;
    overflow: hidden;
}
.kyoten_pop_box2 .title {
    float: left;
    font-size: 160%;
    font-weight: normal;
    text-align: left;
}
.kyoten_pop_box2 .txt {
    float: right;
    text-align: left;
}
.kyoten_pop_box3 {
    clear: both;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.imgbox {
    max-width: 690px;
	width: 100%;
}
.imgL {
    float: left;
    margin: 0 10px 5px 0;
}
.kyoten_pop_box3 .imgL {
    max-width: 532px;
	width: 100%;
}
.kyoten_pop_box .box .title_txt {
	text-align: left;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.kyoten_pop_box .box p {
	text-align: left;
}
.kyoten_pop_box .box ul {
    margin: 5px 15px 10px;
}
.ulStyle01 li {
    list-style: disc;
    margin: 0 15px 3px;
    padding: 0;
    text-align: left;
    line-height: 1.6;
}
.imgR {
	max-width: 138px;
	width: 100%;
    float: right;
    margin: 0 0 5px 10px;
}
.kyoten_pop_box4 {
    margin: 10px 0 20px 0;
}

.kyoten_pop_box4 .imgL {
    max-width: 450px;
	width: 100%;
}
.kyoten_pop_box4 .imgR {
    max-width: 220px;
	width: 100%;
}

.kyoten_pop_box3 .imgL_2 {
    max-width: 425px;
	width: 100%;
    float: left;
}
.kyoten_pop_box3 .imgR_2 {
    max-width: 265px;
	width: 100%;
    float: right;
}

@media screen and (max-width: 700px) {
	.kyoten_pop_box {
		padding: 20px;
	}
	.kyoten_pop_box2 .title,
	.kyoten_pop_box2 .txt{
		float: none;
	}
	.kyoten_pop_box3 .imgL{
		max-width: 100%;
	}
	.imgL{
		margin: 0 auto 5px;
	}
	.imgR{
		float: none;
	}
	.kyoten_pop_box3 .imgL_2,
	.kyoten_pop_box3 .imgR_2 {
		max-width: 100%;
		float: none;
	}
	.imgR_2 .txt_r {
		text-align: left !important;
	}
}
@media screen and (max-width: 490px) {
	.tab_box ul li a{
		font-size: 1.5rem;
	}
	.kyoten_box .box .box_inner {
		display: block;
	}
	.kyoten_box .box .box_inner .pic {
		width: auto;
		background-color: #EDEDED;
		padding: 10px 0;
		text-align: center;
	}
	.kyoten_pop_box4 .spBox,
	.kyoten_pop_box4 .imgL{
		position:relative;
		width:100%;
		height:0;
		padding-top:75%;
	}
	.kyoten_pop_box4 .spBox iframe,
	.kyoten_pop_box4 .imgL iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	
}

h5.h05{
	text-align: left;
	color: #014099;
    border-top: 2px dotted #707070;
	padding: 30px 0 15px;
}
h5.h05:first-of-type{
	border-top: none;
    border-bottom: 2px dotted #707070;
}
h5.h05#Taiwan{
	margin-top: 30px;
	border-top:2px solid #333;
}
.kyoten_box .box.b_bottom{
	border-bottom: 2px dotted #333;
	margin-bottom: 50px;
}

.flex-wrap{
	display: flex;
 	flex-wrap: wrap;
 }
