@charset "UTF-8";
body {
	background: #E2E8E3;
}
#popuparea {
	position: relative;
	background: #fff;
	width: 80%;
	max-width: 800px;
	border-radius: 10px;
	margin: 40px auto 60px;
	padding: 80px 30px 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#popuparea img {
	max-width: 100%;
	height: auto;
}
#popuparea .page-title {
	margin: -40px 0 20px;
	padding: 0 40px 0 0;
	font-size: 0.9em;
	color: #888;
}
#popuparea .post-body h2 {
	font-weight: 700;
	border-bottom: solid 1px #ccc;
    margin: 0.5em 0 0.7em;
    padding: 0 0 0.4em;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
}
#popuparea .post-body h2.en {
	margin-top: 1.5em;
	padding: none;
	border: none;
	line-height: 1;
	font-weight: normal;
    font-family: "Oswald", sans-serif;
	color: #1770BA;
}
#popuparea .post-body h2.en::before {
	content: "[";
	margin: 0 0.2em 0 0;
}
#popuparea .post-body h2.en::after {
	content: "]";
	margin: 0 0 0 0.2em;
}
#popuparea .post-body h3 {
	margin: 1em 0 0.5em;
	font-weight: 700;
	font-size: 1.2em;
}
#popuparea .post-body h4 {
	font-weight: 700;
}
#popuparea .post-body p,
#popuparea .post-body ul,
#popuparea .post-body ol,
#popuparea .post-body table,
#popuparea .post-body figure,
#popuparea .post-body blockquote {
	margin-bottom: 20px;
}
#popuparea .footer {
	text-align: center;
	margin: 40px 0 30px;
}
#popuparea .footer .btn {
	width: 230px;
	border: 1px solid #888;
	border-radius: 30px;
	margin: 0 auto;
	cursor: pointer;
}
#popuparea .footer .btn a {
	display: block;
	color: #3E3E3E;
}
#popuparea .footer .logo {
	margin: 40px 0 0;
}
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.close::before,
.close::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 40px;
	height: 2px;
	background: #333;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.close a {
	display: block;
	width: 40px;
	height: 40px;
}
@media screen and (max-width:767px) {
	#popuparea {
		width: calc(100% - 60px);
		padding: 60px 20px 10px;
	}
	#popuparea .post-body h2 {
		font-size: 20px;
	}
	.close::before,
	.close::after {
		top: 10px;
		width: 20px;
		height: 2px;
	}
	.close a {
		width: 20px;
		height: 20px;
	}
	#popuparea .wp-block-columns { gap: 15px; }

	#popuparea .wp-block-column figure {
margin-bottom: 0;
}
#popuparea .wp-block-column h3:first-child {
margin-top: 0;
}
}

