  /* CSS Document */

.p-overseas_main__tab_area{
	/*background-color: #E5E7EA;*/
	background-color: #D9DCE0;
}

.p-overseas_main__tab{
	flex: 0 0 auto;
	width: 50%;
	color: #101010;
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.25;
	padding: 1.375rem 0.5rem 2.375rem;
	background-color: #EDEEF0;
	transition: background-color 0.3s;
	cursor: pointer;
	position: relative;
}

.p-overseas_main__tab:nth-of-type(1){
	box-shadow: -4px 0 6px -4px rgba(0,0,0,0.12);
}
.p-overseas_main__tab:nth-of-type(2){
	box-shadow: 4px 0 6px -4px rgba(0,0,0,0.22);
}

.p-overseas_main__tab:hover{
	background-color: #C9CED4;
}
.p-overseas_main__tab .p-shorten{
	display: block;
	font-size: 1.125rem;
	padding: 0.25rem;
	font-weight: 500;
}
.p-overseas_main__tab.is-open{
	background-color: #fff;
	color: #101010;
}

.p-overseas_main__tab.is-open::after{
	content: "";
	display: block;
	width: calc(100% - 40px);
	height: 4px;
	background-color: #DE7200;
	position: absolute;
	left: 20px;
	bottom: 2px;
}

/*tab_body*/
.p-tab_body{
	display: none;
}
.p-tab_body.is-open{
	display: block;
}


/*p-countries_info*/

.p-countries_info{
	border-top: #DE7200 2px solid;
	padding: 1.125rem 0 2.25rem;
}
.p-countries_info__title{
	background-color: #E5E7EA;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.125rem;
}
.p-countries_info__photo{
	flex: 0 0 auto;
	width: 260px;
}
h3.p-countries_info__name{
	flex: 1 0 auto;
	width: 50%;
	padding: 1rem 1rem 1.5rem 1.5rem;
	font-size: 1.25rem;
}
