.p-country-name {
	display: none;
}

#contact .sec01__inner dl dd p,
#contact .sec01__inner dl dd ul {
	margin-top: 0;
	margin-bottom: 0;
}

#contact .sec01__inner dl dd ul {
	padding-left: 0;
}

#contact .sec01__inner dl dd input[type=text],
#contact .sec01__inner dl dd select,
#contact .sec01__inner dl dd textarea {
	font-size: 16px;
}

#contact .sec01__inner dl dd input[type=tel],
#contact .sec01__inner dl dd input[type=email] {
	border-radius: 3px;
	border: 1px solid #999;
	padding: 2% 3%;
	font-size: 16px;
}

#contact .sec01__inner dl dd input[type=tel].p-postal-code {
	width: 14%;
}

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

#contact .sec01__inner button[type=submit] {
	margin-bottom: 12px;
}

#contact .sec01__inner button[type=submit].button-back {
	background-color: #aaaaaa;
}

.notice-recaptcha {
	font-size: 13px;
	text-align: center;
}

.notice-recaptcha a {
	text-decoration: underline;
}

#contact .sec01__inner .mw_wp_form_confirm dl dd {
	font-size: 13px;
}

.grecaptcha-badge {
	visibility: hidden;
}


/* 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,
.wp-block-image,
.wp-block-gallery,
.wp-block-table  {
	margin-top: 28px;
	margin-bottom: 28px;
}

:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6 {
	font-weight: bold;
}

: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 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) > :first-child,
:where(.post-new-format) :where(.entry-content) :where(.is-layout-flow) > :first-child {
	margin-block-start: 0;
}

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