body.admin-bar .header {
	top: 32px;
}

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

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

#contact .sec01__inner--form dl dd input[type=tel].size02 {
	width: 10%;
}

#contact .sec01__inner--form dl dd input[type=tel].size03 {
	width: 15%;
}

#contact .sec01__inner--form dl dd input[type=tel].mr2 {
	margin-right: 5px;
}

#contact .sec01__inner--form dl dd input[type=tel].ml1 {
	margin-left: 5px;
}

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

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

@media (max-width: 640px) {
	#contact .sec01__inner--form dl dd input[type=email].size01 {
		width: 93.5%;
	}

	#contact .sec01__inner--form dl dd input[type=tel].size02 {
		width: 13%;
	}

	#contact .sec01__inner--form dl dd input[type=tel].size03 {
		width: 18%;
	}
}

/* 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: 24px;
	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 {
	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;
}
