/* contact */
.p-country-name {
	display: none;
}

#contact .sec01__inner dl dd input[type=email] {
	border: 1px solid #604c3f;
	padding: 9px 15px;
	color: #604c3f;
	font-size: 16px;
}

#contact .sec01__inner dl dd input[type=email].size01 {
	width: 45%;
}

#contact .sec01 .btn_area .button.back {
	background-color: #aaaaaa;
}

@media (max-width: 640px) {
	#contact .sec01__inner dl dd input[type=email] {
		padding: 2% 3%;
		font-size: 14px;
	}

	#contact .sec01__inner dl dd input[type=email].size01 {
		width: 93.5%;
	}
}

#contact .sec01__inner .mw_wp_form_confirm dl dt.required:after,
#contact .sec01 .mw_wp_form_confirm .doui {
	display: none;
}


/* entry-content */
:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6,
:where(.entry-content) p,
:where(.entry-content) ol,
:where(.entry-content) ul,
:where(.entry-content) blockquote,
.wp-block-image,
.wp-block-gallery,
.wp-block-table {
	margin-bottom: 24px;
}

:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6 {
	margin-top: 36px;
}

:where(.entry-content) p,
:where(.entry-content) ol,
:where(.entry-content) ul,
:where(.entry-content) blockquote,
.wp-block-image,
.wp-block-gallery,
.wp-block-table {
	margin-top: 24px;
}

:where(.entry-content) h1 {
	font-size: 2em;
}

:where(.entry-content) h2 {
	font-size: 1.5em;
}

:where(.entry-content) h3 {
	font-size: 1.17em;
}

:where(.entry-content) h4 {
	font-size: 1em;
}

:where(.entry-content) h5 {
	font-size: .83em;
}

:where(.entry-content) h6 {
	font-size: .67em;
}

:where(.entry-content) ol {
	list-style-type: decimal;
}

:where(.entry-content) ol ol,
:where(.entry-content) ol ul,
:where(.entry-content) ul ol,
:where(.entry-content) ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

:where(.entry-content) ol,
:where(.entry-content) ul {
	padding-left: 40px;
}

:where(.entry-content) ul {
	list-style-type: disc;
}

:where(.entry-content) ul ul {
	list-style-type: circle;
}

:where(.entry-content) ul ul ul {
	list-style-type: square;
}

:where(.entry-content) blockquote {
	padding: 1em;
	border: 1px solid var(--color-GrayN);
}

:where(.entry-content) blockquote dt {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

:where(.entry-content) blockquote dd {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

:where(.entry-content) blockquote dt:last-child,
:where(.entry-content) blockquote dd:last-child {
	margin-bottom: 0;
}

:where(.entry-content) blockquote > :first-child {
	margin-block-start: 0;
}

:where(.entry-content) blockquote > :last-child {
	margin-block-end: 0;
}

:where(.entry-content) > :first-child {
	margin-block-start: 0;
}

:where(.entry-content) > :last-child {
	margin-block-end: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 16px;
}

.alignright {
	float: right;
	margin-left: 16px;
}
