@charset "utf-8";
.history_item{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:40px;
	margin-bottom:110px;
}
.history_content > *:first-child{margin-top:0;}
.history_year{
	color:#2E67B6;
	font-weight:bold;
	line-height:1;
	margin-bottom:29px;
}
.history_box{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-top:23px;
}
.history_box::before{
	position:absolute;
	content:'';
	width:1px;
	height:calc(100% - 20px);
	background:#ccc;
	top:10px;
	left:90px;
}
.history_head{
	position:relative;
	width:80px;
	color:#2E67B6;
	font-size:1.6rem;
	line-height:2.4rem;
	font-weight:bold;
	margin-bottom:18px;
}
.history_head::after{
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	border-radius:50%;
	background:#2E67B6;
	top:10px;
	right:-14px;
}
.history_head .wareki{
	display:block;
	font-size:1.4rem;
	line-height:1.3;
}
.history_txt{
	width:calc(100% - 80px);
	line-height:2.4rem;
	padding-left:30px;
	margin-bottom:18px;
}
.history_txt:last-child{margin-bottom:0;}
.history_txt > *:first-child{margin-top:0 !important;}
.history_txt > *:last-child{margin-bottom:0 !important;}
.history_photo .gallery{margin:0 0 20px;}

.content_area .country_list{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}
.content_area .country_item{
	list-style:none;
	padding:20px;
	margin:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:137px;
	border-bottom:1px solid #ccc;
}
.content_area .country_item p{line-height:1.5;margin:0;}
span.country{
	display:inline-block;
	color:#fff;
	background:#111;
	line-height:1.2;
	padding:2px 10px;
	font-size:1.4rem;
}
.country_map{
	display:flex;
	align-self:stretch;
	align-items:center;
	width:200px;
	height:auto;
	border-left:1px solid #ccc;
	padding:0 20px;
}
.locations td p{line-height:1.5;}
.plan_h{
	display:flex;
	aspect-ratio:245 / 160;
	align-items:center;
	justify-content:center;
	font-size:2rem;
	text-align:center;
	font-weight:bold;
	line-height:1.45;
	background:#EEF1F6;
}
.plan_h.emergency{background:#2E67B6;color:#fff;}

.map_area{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.map_img,.map_txt{
	width:calc(50% - 20px);
}
.map_img img{width:100%;max-width:480px;margin:auto;}
.map_txt td p{line-height:1.5;margin:0 !important;}
.map_txt th{vertical-align:top;}



@media screen and (max-width:900px){
.history_item{
	display:flex;
	justify-content:space-between;
	gap:0;
}
.history_photo{width:40%;padding-right:20px;}
.history_content{width:60%;}

.history_head{
	width:80px;
	font-size:1.4rem;
	line-height:2.2rem;
	margin-bottom:12px;
}
.history_head::after{
	width:7px;
	height:7px;
	top:10px;
	right:-14px;
}
.history_head .wareki{
	font-size:1.2rem;
	line-height:1.2;
}
.history_txt{
	font-size:1.4rem;
	line-height:2.2rem;
	padding-left:30px;
	margin-bottom:18px;
}

.map_area{display:block;}
.map_img,.map_txt{width:auto;}

.content_area .country_item{
	padding:13px 0;
	margin:0;
	display:block;
	min-height:67px;
	border-bottom:1px solid #ccc;
}

span.country{
	padding:2px 10px;
	font-size:1.2rem;
}
.content_area .country_item p.country_map{
	display:flex;
	width:auto;
	height:auto;
	border-top:1px dotted #ccc;
	border-left:none;
	text-align:center;
	padding:12px 0 0;
	margin:15px 0 25px;
}
.locations td p{line-height:1.5;}
.plan_h{aspect-ratio:3 / 1;}
.support_icon > div h4{font-size:1.3rem;margin-bottom:20px;}
}
@media screen and (max-width:767px){
.history_item{
	display:block;
	margin-bottom:60px;
}
.history_photo{margin-bottom:19px;width:auto;padding:0;}
.history_content{width:auto;}
.history_year{margin-bottom:19px;}
.history_box{margin-top:13px;}
.history_box::before{
	top:10px;
	left:90px;
}
}

@media screen and (max-width:599px){
.int_action_list{display:block;}
.int_action_list div{margin:0 0 40px;}
.plan_h{aspect-ratio:inherit;padding:15px 20px;font-size:1.6rem;}
.plan_h br{display:none;}
}