#sec_worldmap{
	padding:70px 15px;
	text-align:center;
}
#sec_worldmap .map_wrap{
	margin:auto;
}

#sec_worldmap .howto{
	text-align:center;
	padding:15px;
	border:1px dotted #ccc;
	margin-bottom:60px;
}
.worldmap{
	display:inline-block;
}
.worldmap_sp{
	display:none;
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalWrap {
	display: none;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.js_modalBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 720px;
	max-width: 100%;
	background-color: #eee;
	max-height: 600px;
	padding: 40px;
}
.js_modalCont {
	overflow-y: scroll;
	max-height: 520px;
	padding-right:20px;
}
.js_modalCont > * + * {
	margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
	margin-top: 0;
}

.js_modalCont h4{
	background:#fff;
	padding:8px 0;
	text-align:center;
}
.js_modalCont>p{
	padding:15px;
}
.js_modalCont .photo{
	display:flex;
	gap:20px 4%;
	justify-content:center;
	flex-wrap:wrap;
}
.js_modalCont .photo div{
	max-width:48%;
}
.js_modalCont .photo div p{
	font-size:1.3rem;
}
.js_modalClose {
	display: block;
	position: absolute;
	top: 10.5px;
	right: 10.5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
	content: "";
	background-color: #222;
	position: absolute;
	top: -5px;
	right: 10px;
	width: 1px;
	height: 30px;
}
.js_modalClose::before {
	transform: rotate(45deg);
}
.js_modalClose::after {
	transform: rotate(-45deg);
}


/*------------------------------------------
responsive
------------------------------------------*/
@media screen and (max-width: 1078px) {


}

@media screen and (max-width: 767px) {
	#sec_worldmap .wrapper{
		padding:0;
	}
	.worldmap{
		display:none;
	}
	.worldmap_sp{
		display:inline-block;
	}
	.howto.worldmap_sp{
		margin-bottom:20px !important;
	}
	.js_modalCont .photo div p{
		font-size:1.2rem;
	}
	.worldmap_sp ul{
		list-style:none;
		display:flex;
		flex-wrap:wrap;
		margin:0;
		padding:0;
		justify-content:center;
	}
	.worldmap_sp ul li{
		padding:15px 8px;
	}
	.worldmap_sp ul li a{
		background:#FFC542;
		color:#000;
		padding:8px 15px;
		border-radius:20px;
	}
}
