@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0
}
audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
summary {
	display: list-item
}
small {
	font-size: 80%
}
[hidden], template {
	display: none
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
progress {
	vertical-align: baseline
}
svg:not(:root) {
	overflow: hidden
}
audio, canvas, progress, video {
	display: inline-block
}
[aria-busy=true] {
	cursor: progress
}
[aria-controls] {
	cursor: pointer
}
[aria-disabled] {
	cursor: default
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
li, ul {
	list-style: none;
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse
}
:root {
	font-size: 62.5%
}
body, html {
	overflow-x: clip
}
body {
	color: #000;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%
}
.for-spTab {
	display: none!important
}
.for-sp {
	display: none!important
}
.section-container {
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto
}
.section-container::after {
	clear: both;
	content: "";
	display: block
}
.is-bold {
	font-weight: 700
}
.btn-basic {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	box-shadow: 3px 3px 0 #000;
	color: #000;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .15rem;
	line-height: 1.4;
	padding: 10px;
	position: relative;
	text-align: center
}
.btn-basic:hover {
	background: #000;
	box-shadow: 0 0 0 #000;
	color: #fff
}
.btn-border {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-sizing: border-box;
	color: #000;
	display: flex;
	font-weight: 700;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4;
	padding: 13px 10px;
	text-align: center
}
.btn-border:hover {
	background: #000;
	color: #fff;
	opacity: 1
}
.btn-border.is-orange {
	border-color: #f19272;
	color: #000
}
.btn-border.is-orange.is-active, .btn-border.is-orange:hover {
	background-color: #f19272;
	border-color: #f19272;
	color: #fff;
	opacity: 1
}
.btn-border.is-pink {
	border-color: #f3b8bf;
	color: #000
}
.btn-border.is-pink.is-active, .btn-border.is-pink:hover {
	background-color: #f3b8bf;
	border-color: #f3b8bf;
	color: #fff;
	opacity: 1
}
.btn-border.is-yellow {
	border-color: #f9c278;
	color: #000
}
.btn-border.is-yellow.is-active, .btn-border.is-yellow:hover {
	background-color: #f9c278;
	border-color: #f9c278;
	color: #fff;
	opacity: 1
}
.card {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	overflow: hidden;
	padding: 30px 40px
}
.card-img img {
	width: 100%
}
.card-date, .card-info {
	color: #707070;
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 20px;
	vertical-align: middle
}
.card-date {
	margin-right: 16px
}
.card-address, .card-contractDate {
	color: #707070;
	font-size: 1.8rem
}
.card-contractDate {
	margin-top: 20px
}
.card-title {
	font-size: 2.2rem;
	font-weight: 700;
	margin-top: 10px
}
.card-btn {
	width: 100%;
	max-width: 210px;
	float: right;
	margin-top: 24px
}
.card-btn>a {
	font-size: 1.4rem;
	padding: 10px
}
.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.grid::after {
	width: 48%;
	content: "";
	display: block
}
.grid-col-2 {
	width: 48%
}
.module-clinic-under {
	background: #f6f5f3;
	margin-top: 80px;
	padding: 60px 0
}
.module-clinic-under-contents-wrap {
	margin-top: 20px
}
.module-clinic-under-logo {
	max-width: 75%;
	margin: 0 auto;
	text-align: center
}
.module-clinic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.module-clinic a {
	color: #000
}
.module-clinic-contents {
	width: 49%;
	background: #fff;
	border: 1px solid #be9f1a;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 30px 20px
}
.module-clinic-contents-title {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.6;
	text-align: center
}
.module-clinic-contents-title span {
	display: block;
	font-family: utile-display, sans-serif;
	font-weight: 400;
	letter-spacing: .05em
}
.module-clinic-contents-sns {
	display: flex;
	justify-content: center;
	line-height: 1.4
}
.module-clinic-contents-sns-item+.module-clinic-contents-sns-item {
	margin-left: 10px
}
.module-clinic-contents-btns {
	display: flex;
	justify-content: center;
	margin-top: 16px
}
.module-clinic-contents-btns-item a {
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 8px 20px;
	text-align: center
}
.module-clinic-contents-btns-item+.module-clinic-contents-btns-item {
	margin-left: 10px
}
.module-clinic-contents-tel {
	font-family: din-2014, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 16px;
	text-align: center
}
.module-clinic-contents-tel span {
	font-size: 1.6rem
}
.pager {
	margin-top: 80px;
	text-align: center
}
.wp-pagenavi {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
.wp-pagenavi>a, .wp-pagenavi>span {
	display: inline-block;
	margin-right: 10px
}
.wp-pagenavi>a {
	box-sizing: border-box;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	padding: 0 16px;
	text-align: center
}
.wp-pagenavi>a:hover {
	color: #72b66e
}
.wp-pagenavi .current {
	box-sizing: border-box;
	color: #72b66e;
	font-size: 2rem;
	font-weight: 700;
	padding: 0 16px;
	text-align: center;
	text-decoration: underline
}
table {
	width: 100%;
	box-sizing: border-box
}
.table-overflow {
	width: 100%
}
.tableBase td, .tableBase th {
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.4;
	text-align: center
}
.tableBase th {
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	padding: 10px
}
.tableBase td {
	padding: 25px
}
.tableBase tbody tr:nth-child(even) td {
	background: #eee
}
.title-base {
	box-sizing: border-box;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.4;
	padding-bottom: 16px;
	position: relative
}
.title-base.is-bold {
	font-weight: 700
}
.title-base.is-bold span {
	font-weight: 400
}
.title-base span {
	display: block;
	font-family: utile-display, sans-serif;
	font-size: .57em;
	font-weight: 400;
	letter-spacing: .05em;
	padding-left: 15px;
	padding-bottom: 15px;
	position: relative
}
.title-base span::before {
	width: 8px;
	height: 8px;
	background: #be9f1a;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: .55em;
	left: 0
}
.title-center {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.7;
	text-align: center
}
.title-center.is-big {
	font-size: 4rem
}
.title-center span {
	display: block;
	font-family: utile-display, sans-serif;
	font-size: 1.7rem;
	font-weight: 400
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 9997
}
.pagetop>a {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50%;
	display: block;
	opacity: .7;
	overflow: hidden;
	text-align: center
}
.pagetop>a:hover {
	opacity: 1;
	transform: scale(1.1)
}
.pagetop>a:hover svg {
	animation: upDown .3s cubic-bezier(.25, .46, .45, .94)
}
.pagetop svg {
	width: 25px;
	height: 25px;
	stroke: #fff;
	padding-top: 12px;
	transition: .3s stroke
}
.footer {
	width: 100%
}
.footer-inner {
	padding: 40px 0;
	position: relative;
	text-align: center
}
.footer-logo {
	width: 80%;
	max-width: 250px;
	margin: 0 auto
}
.footer-logo img {
	width: 100%
}
.footer-copyright {
	background: #000;
	color: #fff;
	padding: 16px 0;
	text-align: center
}
.mv-under{
	padding-top: 150px;
}
.mv-img {
	width: auto;
	padding: 0 50px;
}
.mv-img img {
	width: 100%
}
/*.topPage-pickup {
	margin-top: 80px
}*/
.topPage-pickup-title {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 24px
}
.topPage-pickup-contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.topPage-pickup-contents {
	width: 32%
}
.topPage-pickup-contents-video {
	height: 500px
}
.topPage-pickup-contents-video iframe {
	width: 100%;
	height: 100%
}
.topPage-pickup-contents-title {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 8px;
	text-align: center
}
.topPage-link {
	margin-top: 80px
}
.topPage-link-title {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 24px
}
.topPage-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px .6666666667%;
	text-align: center
}
.topPage-link-list-item {
	width: 24.5%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	cursor: pointer;
	padding: 16px 5px;
	transition: .3s all
}
.topPage-link-list-item.is-active, .topPage-link-list-item:hover {
	background: #000;
	color: #fff
}
.topPage-main {
	margin-top: 80px
}
.topPage-main-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.topPage-main-section+.topPage-main-section {
	margin-top: 80px
}
.topPage-main-title {
	width: 20%;
	height: 100%;
	position: sticky;
	top: 20px;
	left: 0
}
.topPage-main-contents-wrap {
	width: 75%
}
.topPage-main-contents {
	border: 1px solid #707070;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 60px 60px 60px 180px;
	padding: 48px;
	position: relative
}
.topPage-main-contents::after, .topPage-main-contents::before {
	content: "";
	position: absolute;
	z-index: -1
}
.topPage-main-contents::before {
	width: 150px;
	height: 120px;
	background: url(../img/dec_info_left.png) no-repeat 0 0/contain;
	display: none;
	top: 30px;
	left: -40px
}
.topPage-main-contents::after {
	width: 281px;
	height: 165px;
	background: url(../img/dec_info_right.png) no-repeat 0 0/contain;
	bottom: 180px;
	right: -40px
}
.topPage-main-contents>div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between
}
.topPage-main-contents-video {
	width: 40%;
	height: 300px
}
.topPage-main-contents-video iframe {
	width: 100%;
	height: 100%
}
.topPage-main-contents .is-left {
	width: 55%
}
.topPage-main-contents-title {
	font-size: 3.2rem;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-top: 8px;
	padding-bottom: 24px;
	position: relative
}
.topPage-main-contents-title::before {
	width: 87px;
	height: 1px;
	background: #707070;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0
}
.topPage-main-contents-des {
	font-weight: 500;
	margin-top: 24px
}
.topPage-main-contents-tag {
	margin-top: 16px
}
.topPage-main-contents-tag-item {
	border: 1px solid #000;
	border-radius: 40px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 8px;
	margin-right: 8px;
	padding: 3px 15px
}
.topPage-main-contents-reserve {
	margin-top: 40px
}
.topPage-main-contents-reserve-title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em
}
.topPage-main-contents-reserve-des {
	margin-top: 5px
}
.topPage-main-contents-reserve-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 2.666666%;
	margin-top: 8px
}
.topPage-main-contents-reserve-btns-item {
	width: 23%;
	background: #839bcb;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 10px;
	text-align: center
}
.topPage-main-contents-reserve-btns-item.is-orange {
	background-color: #f19272
}
.topPage-main-contents-reserve-btns-item.is-pink {
	background-color: #f3b8bf
}
.topPage-main-contents-reserve-btns-item.is-yellow {
	background-color: #f9c278
}
.topPage-main-contents-reserve-btn {
	width: 100%;
	margin-top: 32px
}
.topPage-main-contents-reserve-btn+.topPage-main-contents-reserve-btn {
	margin-top: 16px
}
.topPage-main-contents+.topPage-main-contents {
	margin-top: 24px
}
.mw_wp_form_confirm .topPage-contact-form-btn::after {
	clear: both;
	content: "";
	display: block
}
.mw_wp_form_confirm .topPage-contact-form-btn input {
	width: 48%;
	border: 1px solid #000;
	box-sizing: border-box;
	float: left
}
.mw_wp_form_confirm .topPage-contact-form-btn input.is-back {
	background: #000;
	color: #fff
}
.mw_wp_form_confirm .topPage-contact-form-btn input+input {
	margin-left: 4%
}
.alignright {
	float: right;
	margin: 0 0 20px 40px
}
.alignleft {
	float: left;
	margin: 0 40px 20px 0
}
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center
}
.post-content {
	width: 100%;
	margin: 30px auto 0
}
.post-content h2 {
	border-bottom: 1px solid #839bcb;
	color: #839bcb;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 40px;
	padding-bottom: 5px
}
.post-content h3 {
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 700;
	border-left: 5px solid #839bcb;
	margin-top: 40px;
	padding-left: 10px
}
.post-content h4 {
	color: #000;
	font-weight: 700;
	margin-top: 40px
}
.post-content h5 {
	font-weight: 700;
	margin-top: 40px
}
.post-content p {
	margin-top: 20px
}
.post-content img {
	max-width: 100%;
	height: auto!important
}
.post-content a:active, .post-content a:hover, .post-content a:link, .post-content a:visited {
	color: #839bcb!important
}
.post-content em {
	color: #666;
	display: block;
	font-size: 1.4rem;
	font-style: normal;
	margin-top: 10px
}
.post-content strong {
	font-weight: 700
}
.post-content ol, .post-content ul {
	margin-top: 20px
}
.post-content ol li, .post-content ul li {
	word-wrap: break-word
}
.post-content ol li ol, .post-content ol li ul, .post-content ul li ol, .post-content ul li ul {
	margin-top: 0
}
.post-content ul li {
	box-sizing: border-box;
	padding-left: 20px;
	position: relative
}
.post-content ul li:before {
	width: 7px;
	height: 3px;
	background: #839bcb;
	content: "";
	position: absolute;
	top: .8em;
	left: 0
}
.post-content ul li ul li {
	list-style: circle
}
.post-content ul li ol li {
	list-style-type: decimal
}
.post-content ol {
	padding-left: 2rem
}
.post-content ol li {
	list-style-type: decimal
}
.post-content ol ul li {
	list-style: circle
}
.post-content blockquote {
	margin: 1em 40px
}
.post-content del {
	color: #839bcb
}
.post-content table {
	width: 100%;
	margin-top: 30px
}
.post-content table td, .post-content table th {
	border: 1px solid #7d7d7d;
	box-sizing: border-box;
	padding: 15px
}
.post-content table th {
	width: 25%;
	background: #faf8f4;
	font-weight: 400;
	text-align: left
}
@media (max-width:1300px) {
.mv-img {
    padding: 0 25px;
}
.section-container {
	max-width: 1000px;
}
}

@media (max-width:979px) {
	.mv-under {
    padding-top: 90px;
}
.mv-img {
        padding: 0 20px;
    }
	body {
		font-size: 1.5rem
	}
	.for-pcOnly {
		display: none!important
	}
	.for-spTab {
		display: block!important
	}
	.sp-container {
		width: 90%!important;
		margin-left: auto;
		margin-right: auto
	}
	.btn-basic {
		font-size: 1.5rem
	}
	.card-title {
		font-size: 1.8rem
	}
	.title-base {
		font-size: 2.4rem
	}
	.title-center {
		line-height: 1.6;
		font-size: 2.4rem
	}
	.title-center.is-big {
		font-size: 2.8rem
	}
	.topPage-main-title {
		width: 100%;
		height: auto;
		position: static
	}
	.topPage-main-contents-wrap {
		width: 100%;
		margin-top: 16px
	}
	.topPage-main-contents {
		padding: 60px
	}
	.topPage-main-contents-video {
		width: 100%
	}
	.topPage-main-contents .is-left {
		width: 100%;
		margin-top: 16px
	}
	.topPage-main-contents-reserve-btns {
		gap: 10px 2%
	}
	.topPage-main-contents-reserve-btns-item {
		width: 49%
	}
}
@media (max-width:767px) {
	body {
		font-size: 1.4rem
	}
	.for-pc {
		display: none!important
	}
	.for-sp {
		display: block!important
	}
	.btn-basic {
		font-size: 1.4rem;
		padding: 15px 20px
	}
	.card-address, .card-contractDate {
		font-size: 1.4rem
	}
	.card-title {
		font-size: 1.6rem
	}
	.card-btn {
		max-width: none;
		float: none
	}
	.grid-col-2 {
		width: 100%
	}
	.module-clinic-under {
		padding: 40px 0
	}
	.module-clinic-under-contents-wrap {
		margin-top: 0
	}
	.module-clinic-contents {
		width: 100%;
		padding: 10px
	}
	.module-clinic-contents-title {
		font-size: 1.6rem
	}
	.module-clinic-contents-sns-item {
		width: 24px;
		margin-top: 10px
	}
	.module-clinic-contents-sns-item img {
		width: 100%
	}
	.module-clinic-contents-sns-item+.module-clinic-contents-sns-item {
		margin-left: 16px
	}
	.module-clinic-contents-btns-item a {
		font-size: 1.2rem
	}
	.table-overflow>table {
		max-width: 100%;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch
	}
	.table-overflow>table::-webkit-scrollbar {
		height: 5px;
		background: #ccc
	}
	.table-overflow>table::-webkit-scrollbar:horizontal {
		height: 5px
	}
	.table-overflow>table::-webkit-scrollbar-button {
		width: 5px;
		height: 5px;
		background: #666
	}
	.table-overflow>table::-webkit-scrollbar-piece {
		background: #ccc
	}
	.table-overflow>table::-webkit-scrollbar-thumb {
		background: #666
	}
	.table-overflow>table::-webkit-scrollbar-corner {
		background: #333
	}
	.tableBase th {
		font-size: 1.6rem;
		padding: 6px
	}
	.tableBase td {
		padding: 10px
	}
	.title-base {
		font-size: 1.8rem;
		font-weight: 700
	}
	.title-base span {
		font-size: 1.4rem;
		padding-bottom: 8px
	}
	.title-base span::before {
		top: .45em
	}
	.title-center {
		font-size: 1.8rem
	}
	.title-center.is-big {
		font-size: 2rem
	}
	.title-center span {
		font-size: 1.3rem;
		padding-bottom: 5px
	}
	.pagetop {
		bottom: 40px;
		right: 20px
	}
	.pagetop>a {
		opacity: 1
	}
	.pagetop>a:hover {
		transform: scale(1)
	}
	.pagetop>a:hover svg {
		animation: none
	}
	.footer-inner {
		padding: 48px 0 16px
	}
	.header {
		padding: 16px 0
	}
	.header-inner {
		display: block;
		padding: 0 5%
	}
	.header-logo {
		width: 50%
	}
	.header-logo img {
		vertical-align: middle
	}
	.topPage-pickup {
		margin-top: 40px
	}
	.topPage-pickup-title {
		font-size: 2.4rem
	}
	.topPage-pickup-contents {
		width: 100%
	}
	.topPage-pickup-contents-video {
		height: 250px
	}
	.topPage-pickup-contents+.topPage-pickup-contents {
		margin-top: 32px
	}
	.topPage-link {
		margin-top: 48px
	}
	.topPage-link-title {
		font-size: 2.4rem
	}
	.topPage-link-list {
		gap: 5px 2%
	}
	.topPage-link-list-item {
		width: 49%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.5
	}
	.topPage-main {
		margin-top: 40px
	}
	.topPage-main-section {
		display: block
	}
	.topPage-main-section+.topPage-main-section {
		margin-top: 40px
	}
	.topPage-main-contents {
		padding: 30px 30px 40px
	}
	.topPage-main-contents::before {
		top: 50px
	}
	.topPage-main-contents::after {
		top: 60px;
		bottom: auto
	}
	.topPage-main-contents-title {
		font-size: 2rem;
		margin-top: 0;
		padding-bottom: 20px
	}
	.topPage-main-contents-title::before {
		width: 40px
	}
	.topPage-main-contents-des {
		margin-top: 16px
	}
	.topPage-main-contents-tag {
		margin-top: 8px
	}
	.topPage-main-contents-tag-item {
		font-size: 1.3rem
	}
	.topPage-main-contents-reserve {
		margin-top: 24px
	}
	.topPage-main-contents-reserve-title {
		font-size: 1.6rem
	}
	.mw_wp_form_confirm .topPage-contact-form-btn input {
		width: 100%;
		float: none
	}
	.mw_wp_form_confirm .topPage-contact-form-btn input+input {
		margin-top: 16px;
		margin-left: 0
	}
	.alignright {
		max-width: 40%;
		margin: 0 0 20px 20px
	}
	.alignleft {
		max-width: 40%;
		margin: 0 20px 20px 0
	}
	.post-content {
		margin-top: 20px
	}
	.post-content h2 {
		font-size: 1.6rem;
		margin-top: 30px
	}
	.post-content h3 {
		font-size: 1.6rem;
		margin-top: 30px;
		padding-left: 10px
	}
	.post-content h4 {
		margin-top: 30px
	}
	.post-content h5 {
		margin-top: 30px
	}
	.post-content img {
		width: 100%
	}
	.post-content em {
		font-size: 1.2rem
	}
	.post-content table th {
		width: 40%
	}
}
@media screen {
	[hidden~=screen] {
		display: inherit
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute!important;
		clip: rect(0 0 0 0)!important
	}
}