@charset "utf-8";
/*
Theme Name: 6mi-dental
Theme URI: https://6mi-dental.com/
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
:root {
	--color-font-light: #829BB1;
	--color-font: #053864;
	--color-bg-light: #F6FCFE;
	--color-bg: #FFFFFF;
	--color-border-light: #D9E1E8;
	--color-border: #ABC1D1;
	--color-btn-light: #9BAFC1;
	--color-btn: #80AFD8;
	--font-gothic: 'FP-こぶりなゴシック StdN W3', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-b: 'FP-こぶりなゴシック StdN W6', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-min: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	--font-serif: 'AGaramondPro-Regular', serif;
	--font-sans: 'Work Sans', sans-serif;
}

body {
	background-color: var(--color-bg);
	color: #4D4D4D;
	font-size: 14px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

::-moz-selection { background: var(--color-bg-light); color: #4D4D4D; }
::selection { background: var(--color-bg-light); color: #4D4D4D; }

p { font-size: 14px; line-height: 1.9; letter-spacing: 0.08em; margin-bottom: 14px; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.block { display: inline-block !important; }
.wide { display: inline-block !important; }
.narrow { display: none !important; }
.inline, .inline-wide { display: inline !important; }

/* #loading
------------------------------------*/
#loading {
	display: block;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50vw;
	border: 1px solid #4D4D4D;
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .4s infinite linear;
}

#loading.left {
	left: 31vw;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* txt
------------------------------------*/
.font-gothic { font-family: "fot-tsukuardgothic-std", sans-serif; }
.font-gothic-b { font-family: var(--font-gothic-b); }

.font-min,
.title-line,
.img-txt h3,
.img-txt h4 { font-family: "fot-tsukuardgothic-std", sans-serif; }

.font-serif { font-family: "fot-tsukuardgothic-std", sans-serif; }
.font-sans { font-family: "fot-tsukuardgothic-std", sans-serif; }

/* link
------------------------------------*/
a { color: #4D4D4D; text-decoration: none; transition: .15s ease-out; -webkit-transform: translateZ(0); -webkit-tap-highlight-color: rgba(0,0,0,0); }
.hover { cursor: pointer; transition: .15s ease-out; }
a:hover,.hover:hover { text-decoration: none; opacity: 0.6; }

.line,
.title-line span { display: inline-block; position: relative; padding-bottom: 1px; line-height: 1; }

.line:after,
.title-line span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #4D4D4D;
	width: 100%;
	height: 1px;
}

/* img
------------------------------------*/
.variable img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

/* .btn
------------------------------------*/
.btn-line a {
	display: inline-block;
	background: url("img/share/ico-arrow.svg") no-repeat right 15px center / 7px auto;
	border: 1px solid  #F8A5C2;
	padding: 15px 34px 14px 16px;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-align: left;
}

.btn-line.size-s a {
	padding: 11px 36px 11px 18px;
}

.btn-line.ico-arrow a {
	background: none;
	padding-right: 4px !important;
	padding-left: 16px !important;
}

.btn-line.ico-arrow a i {
	display: inline-block;
	background: url("img/share/ico-arrow.svg") no-repeat left top / 7px auto;
	width: 8px;
	height: 10px;
	margin-left: 12px;
}

.btn-reserve a {
	display: inline-block;
	border: 1px solid var(--color-btn-light);
	border-radius: 20px;
	padding: 9px 15px 9px 16px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-align: left;
}

.btn-wrap > div {
	display: inline-block;
	margin-right: 18px;
}

/* .btn-nav
------------------------------------*/
.btn-nav-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	z-index: 10000;
	pointer-events: none;
}

.btn-nav {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	padding: 45px 40px;
	z-index: 10000;
	transition: .15s ease-out;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
}

.btn-nav-wrap.on,
.btn-nav.on {
	pointer-events: auto;
}

.btn-nav-top { pointer-events: none !important; }
.btn-nav-wrap.on .btn-nav-top { pointer-events: auto !important; }

.btn-nav:hover {
	opacity: 0.5;
}

.btn-nav div, .btn-nav span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .2s;
}

.btn-nav div {
	position: relative;
	width: 60px;
	height: 24px;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: #4D4D4D;
	border-radius: 2px;
	width: 100%;
	height: 2px;
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { top: 11px; }
.btn-nav span:nth-of-type(3) { bottom: 0; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active span { background-color: #FFFFFF !important; }
.btn-nav.active span:nth-of-type(1) { transform: translateY(11px) rotate(-25deg); }
.btn-nav.active span:nth-of-type(2) { animation: active-menu-bar02 .4s forwards; opacity: 0; }
.btn-nav.active span:nth-of-type(3) { transform: translateY(-11px) rotate(25deg); }
@-webkit-keyframes active-menu-bar02 {100%{ height: 0; }}
@keyframes active-menu-bar02 {100%{ height: 0; }}

/* .nav-fix
------------------------------------*/
.nav-fix {
	position: absolute;
	top: 0;
	right: -280px;
	background: linear-gradient(184.58deg, #EED4D4 0%, #E1CDCD 93.25%);
	box-sizing: border-box;
	width: 280px;
	height: 100%;
	color: #FFFFFF;
	white-space: nowrap;
	z-index: 9999;
/*
	display: none;
	opacity: 0;
*/
}

.nav-fix .inner {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 35px 35px;
	opacity: 0;
}

.nav-fix .sns {
	margin: 0 0 24px -4px;
}

.nav-fix .sns a {
	padding: 4px;
}

.gnav > ul > li:not(:last-child) {
	margin-bottom: 9px;
}

.gnav > ul > li > a {
	display: inline-block;
	padding: 0 20px 10px 0;
	color: #FFFFFF;
}

.gnav > ul > li > a strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	letter-spacing: 0.04em;
}

.gnav > ul > li > a em {
	font-size: 11px;
	opacity: 0.6;
	letter-spacing: 0.04em;
}

.gnav li ul {
	position: relative;
	margin: 20px 0 38px;
	padding-left: 20px;
}

.gnav li ul:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 2px;
	background: rgba(255,255,255,0.4);
	width: 1px;
	height: calc(100% + 4px);
}

.gnav li li {
	margin-bottom: 14px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.gnav li li a {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	color: #FFFFFF;
}

.sns {
	display: -webkit-box;
	display: flex;
	margin: 0 0 20px -7px;
}

.sns a {
	display: inline-block;
	padding: 7px;
}

.sns a .white,
.nav-fix .sns a img,
.sns .ico-access { display: none; }

.nav-fix .sns a .white,
.nav-fix .sns .ico-access { display: block; }


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	position: relative;
	width: 62vw;
	min-height: 100vh;
}

body.top #wrap {
	width: 100%;
	min-width: 1240px !important;
}

/* .img-fix
------------------------------------*/
.img-fix {
	position: fixed;
	top: 0;
	left: 62vw;
	width: 38vw;
	height: 100vh;
	opacity: 0;
}

@media (max-width: 1439px) {
	#wrap {
		width: 900px;
	}
	.img-fix {
		left: 900px;
		width: calc(100% - 900px);
		min-width: 360px;
	}
}

.img-fix .slick-slider,
.slider-top.slick-slider {
	height: 100%;
}

.img-fix .slick-slider .slick-track,
.img-fix .slick-slider .slick-list,
.slider-top.slick-slider .slick-track,
.slider-top.slick-slider .slick-list {
	width: 100% !important;
	height: 100%;
}

.img-fix .inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.img-fix .inner:first-of-type {
	opacity: 1;
}

.img-fix .inner img {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.img-fix .inner.btm img { object-position: 0 100%; }
.img-fix .inner.right img { object-position: 75% 0; }
.img-fix .inner.btm.right img { object-position: 75% 100% !important; }


/* header
---------------------------------------------------------------------------*/
header {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 65px;
	padding: 37px 0 0 39px;
	opacity: 0;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0;
	padding: 240px 45px 40px 45px;
	white-space: nowrap;
	opacity: 0;
}

body.medical footer,
body.cariology footer,
body.preventive footer,
body.pediatric footer,
body.antenatal footer {
	padding-top: 170px;
}

.footer-inner {
	order: 2;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

footer .address {
	order: 1;
}

footer .address address {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

footer .address address a {
	text-decoration: underline;
}

footer .address address span {
	font-size: 12px;
}

footer .attention-list li {
	margin-bottom: 1px;
	padding-left: 13px;
	font-size: 11px;
	letter-spacing: 0.04em;
}

footer .attention-list li.footer {
	display: block;
}

footer .attention-list li:last-of-type,
footer .attention-list li span {
	display: none;
}

footer .schedule-wrap {
	order: 2;
	margin: 0 0 0 40px;
}

footer .schedule-wrap .schedule {
	margin-bottom: 10px;
}

footer .schedule-wrap .schedule table {
	width: 320px;
}

footer .logo-wrap {
	order: 1;
	margin: 0 40px 5px 0;
}

footer .logo img {
	width: 175px;
	height: auto;
}

footer .copyright {
	display: block;
	margin-bottom: 25px;
	font-size: 10px;
	letter-spacing: 0.03em;
	transform-origin: left bottom;
	transform: scale(0.9);
}

/* .schedule
------------------------------------*/
.schedule {
	white-space: nowrap;
}

.schedule table {
	width: 100%;
}

.schedule tr {
	border-bottom: 1px solid #fbcadb;;
}

.schedule th,
.schedule td {
	padding: 12px 9px;
}

.schedule th {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

.schedule th:first-of-type {
	letter-spacing: 0.1em;
}

.schedule td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

.schedule td:first-of-type {
	padding-left: 13px;
	font-size: 13px;
	text-align: right;
	letter-spacing: 0.06em;
}

.schedule th:last-of-type,
.schedule td:last-of-type {
	padding-right: 12px;
}

.schedule > p {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 1420px) {
	footer {
		padding-left: 35px;
	}
	footer .schedule-wrap {
		margin-right: 30px;
	}
	.schedule th,
	.schedule td {
		padding-right: 7px;
		padding-left: 7px;
	}
	.schedule td:first-of-type {
		padding-left: 7px;
	}
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.contents {
	opacity: 0;
}

/* .slider
------------------------------------*/
.slider figure:not(:first-of-type) {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

/* .img-btm
------------------------------------*/
.img-btm {
	display: none;
	overflow: hidden;
	width: 100%;
	height: 261px;
	opacity: 0;
}

body:not(.top) .img-btm {
	height: 0;
}

.img-btm .img-btm1,
.img-btm .img-btm2 {
	display: -webkit-box !important;
	display: flex !important;
}

.img-btm .inner {
	width: 394px;
	margin-right: 9px;
}

.img-btm .inner img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

/* .title-page
------------------------------------*/
.title-page {
	position: absolute;
	top: 37px;
	right: 31px;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	z-index: 1;
}

.title-page > * {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 1px;
}

.title-page > * .mask {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.title-page h1,
.title-page h2 {
	font-size: 23px;
	letter-spacing: 0.18em;
}

#newsContents .title-page h1,
#newsContents .title-page h2 {
	letter-spacing: 0.14em;
}

.title-page em {
	margin: 2px 4px 0 0;
	font-size: 15px;
	letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .title-page em {
	margin-right: 11px;
}

/* .title-sec
------------------------------------*/
.title-sec {
	position: relative;
	margin-bottom: 27px;
	padding: 0 0 0 47px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.title-sec:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	background: var(--color-font-light);
	width: 22px;
	height: 1px;
}

/* .title-line
------------------------------------*/
.title-line span {
	display: inline-block;
	padding-bottom: 4px;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.title-line.let span {
	letter-spacing: 0.12em;
}

.title-line span:after {
	background: var(--color-font-light);
	opacity: 0.5;
}

/* .nav-page
------------------------------------*/
.nav-page {
	margin: 20px 0 80px;
}

.nav-page ul {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
}

.nav-page li {
	position: relative;
	width: calc(100% / 3);
}

.nav-page ul:after,
.nav-page li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	background: var(--color-border);
	width: 1px;
	height: 100%;
}

.nav-page ul:after { left: 0; }
.nav-page li:after { right: 0; }

.nav-page li a {
	display: block;
	padding: 5px;
	font-size: 16px;
	letter-spacing: 0.12em;
	text-align: center;
	white-space: nowrap;
}

.nav-page li a i {
	padding: 0 3px;
}

/* .img-txt
------------------------------------*/
.img-txt {
	display: -webkit-box;
	display: flex;
}

.img-txt .txt {
	padding: 0 0 0 40px;
}

.img-txt .txt h2 {
	margin-bottom: 14px;
}

.img-txt .txt h3 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.img-txt .txt h4 {
	margin: 16px 0 5px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.img-txt .txt h4:first-child {
	margin-top: 0;
}

.img-txt .txt p {
	margin-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: justify;
}

.img-txt .txt p.attention {
	margin-top: 19px;
	font-size: 13px !important;
	letter-spacing: 0.08em !important;
	opacity: 0.8;
}

.img-txt .txt p .attention {
	font-size: 12px;
}

.img-txt .txt h4 + p {
	font-size: 13px;
}

.img-txt .txt .btn-line {
	margin-top: 20px;
}

/* .dot-list
------------------------------------*/
.dot-list li,
.news-main ul li {
	position: relative;
	margin: 0 0 6px 3px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.dot-list li:last-of-type,
.news-main ul li:last-of-type {
	margin-bottom: 0;
}

.dot-list li:before,
.news-main ul li:before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

/* .attention-list
------------------------------------*/
.attention-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.attention-list li.footer {
	display: none;
}

.attention-list li:last-of-type {
	margin-bottom: 0;
}

.attention-list li:before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/* .modal-txt-btn
------------------------------------*/
.modal-txt-wrap {
	display: inline-block;
	position: relative;
}

.modal-txt-btn {
	display: inline-block;
	margin-right: 3px;
	cursor: default;
}

.modal-txt-btn:after {
	width: calc(100% - 21px);
	opacity: 0.5;
}

.modal-txt-btn > span > img {
	margin-left: 3px;
}

.modal-txt {
	display: block;
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 380px;
	padding: 0 0 35px;
	visibility: hidden;
	transition: .2s cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
	opacity: 0;
}

.modal-txt > span {
	display: block;
	box-sizing: border-box;
	position: relative;
	background-color: var(--color-bg-light);
	border: 1px solid  #F8A5C2;
	border-radius: 7px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.04);
	padding: 30px 30px 25px;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.04em;
	text-align: justify;
}

.modal-txt > span img {
	display: block;
	width: 262px;
	margin: 0 auto 15px;
}

.modal-txt-wrap:hover .modal-txt {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	transition: .3s cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}


/* news
---------------------------------------------------------------------------*/
#newsContents {
	padding-top: 100px;
}

/* .news-nav
------------------------------------*/
.news-nav,
.news-list {
	box-sizing: border-box;
	width: 710px;
	margin: 0 auto;
	padding-left: 28px;
}

.news-nav {
	margin-bottom: 45px;
}

.btn-select {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	transition: .15s ease-out;
}

.btn-select:hover {
	opacity: 0.6;
}

.btn-select select {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	cursor: pointer !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
}

.btn-select .customSelect {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.1em;
}

.btn-select .customSelect .customSelectInner {
	box-sizing: border-box;
	border: 1px solid var(--color-btn-light);
	width: 100% !important;
	padding: 10px 36px 10px 13px;
	/* transform-origin: right bottom; */
	/* transform: scale(0.75); */
}

.btn-select .customSelect .customSelectInner:before,
.btn-select .customSelect .customSelectInner:after {
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	background: #4D4D4D;
	border-radius: 1px;
	width: 8px;
	height: 1px;
}

.btn-select .customSelect .customSelectInner:before {
	right: 18px;
	transform: rotate(55deg);
}

.btn-select .customSelect .customSelectInner:after {
	right: 13.5px;
	transform: rotate(-55deg);
}

/* .news-list
------------------------------------*/
.news-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list article {
	width: 300px;
	margin-bottom: 55px;
}

.news-list article a {
	display: block;
	position: relative;
}

.news-list figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 16px;
	padding-bottom: 71.3%;
}

.news-list figure.noimg:before,
.news-list-s figure.noimg:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid  #F8A5C2;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news-list figure img,
.news-list-s figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
}

.news-list .category {
	display: block;
	position: absolute;
	top: 0;
	left: -28px;
	font-size: 14px;
	letter-spacing: 0.14em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.news-list h2 {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.news-list time {
	display: block;
	font-size: 14px;
	letter-spacing: 0.02em;
}

/* .news-list-s
------------------------------------*/
.news-list-s {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid  #F8A5C2;
	border-bottom: 1px solid  #F8A5C2;
}

.news-list-s article {
	border-bottom: 1px solid  #F8A5C2;
	width: 49%;
}

.news-list-s article:last-of-type,
.news-list-s article:nth-child(odd):nth-last-child(2) {
	border-bottom: none;
}

.news-list-s article a {
	display: -webkit-box;
	display: flex;
	padding: 16px 8px 16px 8px;
}

.news-list-s figure {
	overflow: hidden;
	position: relative;
	width: 115px;
	min-width: 115px;
	height: 82px;
}

.news-list-s a > span {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 115px);
	padding: 0 0 0 20px;
}

.news-list-s time {
	order: 1;
	width: 100%;
	margin: 8px 0 0 1px;
	font-size: 10px;
	letter-spacing: 0.02em;
}

.news-list-s h2 {
	order: 2;
	width: 100%;
	margin: -2px 0 4px;
	font-size: 15px;
	letter-spacing: 0.06em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-s .category {
	order: 3;
	width: 100%;
	font-size: 11px;
	letter-spacing: 0.06em;
}


/* news single
---------------------------------------------------------------------------*/
#newsContents.single .news-nav {
	width: 680px;
	padding-left: 0;
}

.news-area {
	width: 680px;
	margin: 0 auto;
}

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 30px;
}

.news-title time {
	display: inline-block;
	letter-spacing: 0.05em;
}

.news-title .post-categories {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

.news-title .post-categories li {
	display: inline-block;
}

.news-title h1 {
	padding-top: 12px;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

/* .news-main
------------------------------------*/
.news-main,
.news-main p,
.news-main ul li,
.news-main ol li {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
}

.news-main a {
	text-decoration: underline;
}

.news-main p {
	margin-bottom: 25px;
	word-break: break-all;
}

.news-main p:last-child { margin-bottom: 0; }
.news-main a { text-decoration: underline; word-break: break-all; }
.news-main strong { font-family: var(--font-gothic-b); font-weight: bold; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 30px 0;
}

.news-main > img:first-child,
.news-main > p:first-child img:first-child {
	padding-top: 0;
}

.news-main img + img { margin-top: -20px; }
.news-main .wp-caption { max-width: 100%; margin-bottom: 25px; }
.news-main .wp-caption-text { margin-top: -5px; }

.news-main ul,
.news-main ol,
.news-main blockquote {
	margin: 25px 0;
}

.news-main ul li {
	list-style: none;
	margin-bottom: 0;
}

.news-main ol li {
	list-style: decimal;
	margin: 0 0 0 24px !important;
}

.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote {
	background: #F5F5F5;
	padding: 28px 35px;
}

/* .sec-table
------------------------------------*/
.sec-table {
	width: 520px;
	margin-top: 75px;
}

.sec-table h3 {
	margin: 45px 0 20px;
	font-family: var(--font-gothic-b);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.sec-table h3:first-child {
	margin-top: 0;
}

.news-table {
	box-sizing: border-box;
	border-top: 1px solid  #F8A5C2;
	width: 100%;
	margin-bottom: 45px;
	font-size: 14px;
}

.news-table tr {
	border-bottom: 1px solid  #F8A5C2;
}

.news-table th,
.news-table td {
	padding-top: 14px;
	padding-bottom: 13px;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	padding-right: 15px;
	padding-left: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.news-table td {
	box-sizing: border-box;
	width: 67%;
	padding-right: 10px;
}

.news-table td,
.news-table td p {
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.news-table.right td {
	text-align: right;
}

/* .news-link
------------------------------------*/
.news-link {
	overflow: hidden;
	margin-top: 60px;
}

.news-link li {
	float: left;
	margin: 0 10px 10px 0;
}

/* .news-other
------------------------------------*/
.news-other {
	width: 710px;
	margin: 130px auto 0;
}

.news-other > h2 {
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: 0.1em;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin-top: 45px;
	font-size: 18px;
	text-align: center;
}

.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi a {
	display: inline-block;
	margin: 0 4px;
	padding: 5px;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #666666;
	margin: 0 8px;
	padding: 5px 0 2px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	background: url("img/share/ico-arrow.svg") no-repeat center center;
	width: 8px;
	height: 10px;
	text-indent: -9999px;
	transform: translateY(2px);
}

.wp-pagenavi a.previouspostslink {
	margin-right: 15px;
	transform: translateY(2px) scaleX(-1);
}

.wp-pagenavi a.nextpostslink {
	margin-left: 15px;
}


/* page top
---------------------------------------------------------------------------*/
body.top .img-fix {
	z-index: -999;
}

body.top header {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

body.top .img-btm {
	display: block;
	opacity: 1;
}

body.top footer {
	padding: 200px 0 28px 36px;
}

body.top footer .logo,
body.top footer .footer-inner {
	display: none;
}

body.top footer .copyright {
	margin: 0;
	letter-spacing: 0.04em;
	transform: scale(1);
}

/* .top-main
------------------------------------*/
.top-main {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 70.5vw;
	min-height: 840px;
	max-height: 100vh;
	margin: 0 auto 140px;
	white-space: nowrap;
}

@media (min-height: 1030px) {
	.top-main {
		max-height: 1030px;
	}
}

/* .top-main .img
------------------------------------*/
.top-main .img {
	overflow: hidden;
	position: absolute;
	top: 380px;
	right: 62px;
	width: 57vw;
	min-width: 700px;
	max-width: 920px;
/* 	height: calc(100vh - 380px); */
	height: calc(100% - 380px);
/* 	min-height: 500px; */
	max-height: 650px;
	z-index: 0;
}

.top-main .img img {
	object-fit: cover;
	object-position: 0 75%;
	height: 100%;
}

.top-main-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.top-main .logo {
	position: absolute;
	top: 44px;
	left: 40px;
	z-index: 2;
}

.top-main nav {
	position: absolute;
	top: 50px;
	right: 240px;
	z-index: 2;
}

.top-main nav > ul {
	display: -webkit-box;
	display: flex;
}

.top-main nav > ul > li > a,
.top-main nav > ul > li > span {
	display: block;
	padding: 10px 10px;
	font-size: 18px;
	letter-spacing: 0.13em;
}

.top-main nav .btn-mnav {
	position: relative;
	z-index: 1;
	cursor: default;
}

.top-main nav .mnav-wrap {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%) !important;
	width: 162px;
	padding-top: 22px;
	transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	z-index: 0;
}

.top-main nav .btn-mnav:hover .mnav-wrap {
	top: 30px;
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.top-main nav .mnav {
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #CDD7E0;
	border-radius: 6px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.08);
	padding: 2px 13px;
}

.top-main nav .mnav li {
	background: url("img/share/line-dot.svg") repeat-x left bottom;
}

.top-main nav .mnav li:last-of-type {
	background: none;
}

.top-main nav .mnav a {
	display: block;
	background: url("img/share/ico-arrow-btn.svg") no-repeat left 2px center;
	padding: 12px 10px 12px 24px;
	font-size: 13px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.top-main .sns {
	position: absolute;
	top: 43px;
	right: 54px;
	z-index: 2;
}

.top-main .sns .ico-access {
	display: block;
}

.top-main .sns a {
	padding: 6px;
}

/* .top-main .slider-top
------------------------------------*/
.top-main .slider-top-wrap {
	position: absolute;
	top: 200px;
	left: 70px;
	width: 26%;
	height: 58%;
	z-index: 1;
}

.top-main .slider-top-wrap .mask,
.top-main .img .mask {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--color-bg);
	width: calc(100% + 20px);
	height: 100%;
	z-index: 10;
}

.top-main .slider-top {
	width: 100%;
	height: 100%;
}

.top-main .slider-top .inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
}

.top-main .slider-top .inner img {
	object-fit: cover;
	height: 100%;
}

.top-main .slider-top .slick-dots {
	position: absolute;
	top: -7px;
	left: -26px;
}

.top-main .slider-top .slick-dots li {
	position: relative;
	width: 18px;
	height: 18px;
}

.top-main .slider-top .slick-dots button {
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.top-main .slider-top .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #053864;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}

.top-main .slider-top .slick-dots button:hover:after,
.top-main .slider-top .slick-dots .slick-active button:after {
	background: #ECBEBE;
}

/* .top-main .top-tel
------------------------------------*/
.top-main .top-tel {
	position: absolute;
	bottom: 26px;
	left: 47px;
	z-index: 2;
}

.top-main .top-tel h2 {
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.top-main .top-tel .tel {
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
	letter-spacing: 0.06em;
}

.top-main .top-tel .tel strong {
	padding-left: 4px;
	font-size: 34px;
	letter-spacing: 0.02em;
}

.top-main .top-tel .btn-reserve {
	display: inline-block;
	transform: translateY(-6px);
}

.top-main .top-tel .btn-reserve a {
    background: #fbcadb;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.top-main .top-tel .btn-tel {
	display: none;
}

/* .top-main .txt
------------------------------------*/
.top-main .txt {
	position: absolute;
	top: 185px;
	right: 8.5%;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	z-index: 1;
}

.top-main .txt h2,
.top-main .txt p,
.top-main .txt .btn {
	opacity: 0;
}

.top-main .txt h2 {
	margin: -1px 10px 0px 48px;
}

.top-main .txt h2 span {
	display: inline-block;
	transform: translateY(-3px);
}

.top-main .txt h2 img {
	vertical-align: top;
}

.top-main .txt p {
	margin-left: 25px;
	font-size: 17px;
	line-height: 2.2;
	letter-spacing: 0.12em;
}

.top-main .txt p.ml {
	margin-left: 0;
}

.top-main .txt .btn {
	display: inline-block;
	margin-right: 22px;
}

.top-main .txt .btn a {
	display: inline-block;
	margin: -10px -10px 0 0;
	padding: 10px;
	font-size: 17px;
	letter-spacing: 0.12em;
}

.top-main .txt .btn i {
	display: inline-block;
	margin-bottom: 12px;
}

.top-main .txt .btn i img {
	vertical-align: top;
}

@media (min-width: 1601px) {
	.top-main .txt p {
		line-height: 2.3;
	}
	.top-main .txt .btn {
		margin-right: 28px;
	}
}

@media (1520px <= width <= 1600px) {
	.top-main .txt p {
		line-height: 2.45vw;
	}
	.top-main .txt .btn {
		margin-right: 1.5vw;
	}
}

@media (max-width: 1380px) {
	.top-main nav {
		right: 200px;
	}
	.top-main nav a {
		font-size: 17px;
		letter-spacing: 0.1em;
	}
	.top-main .sns {
		top: 45px;
		right: 34px;
	}
	.top-main .sns img {
		width: 34px;
	}
	.top-main .top-tel {
		bottom: 15px;
		left: 40px;
	}
	.top-main .top-tel .tel strong {
		font-size: 32px;
	}
	.top-main .top-tel .btn-reserve a {
		font-size: 13px;
	}
	.top-main .txt {
		top: 195px;
		right: 85px;
	}
	.top-main .img {
		right: 40px;
	}
}

/* .top-news
------------------------------------*/
.top-news {
	width: 930px;
	margin: 0 auto 150px;
}

.top-news > h2 {
	margin: 0 0 22px 30px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.news-list-top {
	border-top: 1px solid #fbcadb;;
}

.news-list-top article {
	border-bottom: 1px solid #fbcadb;;
}

.news-list-top article a {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 30px 50px 30px 30px;
	white-space: nowrap;
}

.news-list-top time {
	order: 1;
	width: 110px;
	min-width: 110px;
	font-size: 14px;
	letter-spacing: 0.06em;
	transform: translateY(2px);
}

.news-list-top h3 {
	order: 2;
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-top .category {
	order: 3;
	width: 160px;
	min-width: 160px;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: right;
	transform: translateY(1px);
}

/* .top-concept
------------------------------------*/
.top-concept {
	position: relative;
	box-sizing: border-box;
	width: 1220px;
	margin: 0 auto 185px;
	padding: 0 0 0 765px;
	white-space: nowrap;
}

.top-concept h2 {
	position: absolute;
	top: 0;
	left: 58px;
	font-size: 30px;
	line-height: 1.75;
	letter-spacing: 0.12em;
}

.top-concept figure {
	display: -webkit-box;
	display: flex;
	position: absolute;
	bottom: 0;
	right: 535px;
}

.top-concept figure picture {
	margin-left: 1px;
}

.top-concept p {
	margin-bottom: 16px;
	font-size: 17px;
}

.top-concept .btn-wrap {
	margin: 30px 0 0 -2px;
}

.top-concept .btn-line a,
.top-doctor .btn-line a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
}

@media (max-width: 1439px) {
	.top-concept {
		padding-left: 730px;
	}
	.top-concept figure {
		right: 560px;
	}
}

/* .top-doctor
------------------------------------*/
.top-doctor {
	position: relative;
	width: 1440px;
	margin: 0 auto 140px;
	white-space: nowrap;
	z-index: 1;
}

.top-doctor:after {
	display: block;
	content: '';
	position: absolute;
	top: 157px;
	right: 15.4%;
	background: radial-gradient(138.77% 634.88% at 6.83% 89.83%, #EED4D4 0%, #E1CDCD 83.97%);
	width: 100vw;
	height: 504px;
	z-index: -1;
}

.top-doctor h2 {
	position: absolute;
	top: 112px;
	left: 11.4%;
	z-index: 2;
}

.top-doctor h3 {
	position: absolute;
	top: 3px;
	right: 10.3%;
	z-index: 2;
}

.top-doctor h4 {
	position: absolute;
	top: 3px;
	right: calc(10.3% + 129px);
	font-size: 17px;
	line-height: 1.95;
	letter-spacing: 0.09em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	z-index: 2;
}

.top-doctor .img1 {
	margin: 0 0 205px 32%;
	width: 565px;
}

.top-doctor .img2 {
	position: absolute;
	top: 252px;
	left: -59px;
	width: 414px;
	z-index: 0;
}

.top-doctor .img3 {
	position: absolute;
	bottom: 0;
	right: 5.6%;
	width: 593px;
	z-index: 0;
}

.top-doctor .txt {
	margin-left: 11%;
}

.top-doctor .txt p {
	margin-bottom: 13px;
	font-size: 17px;
	line-height: 2.1;
	letter-spacing: 0.09em;
}

.top-doctor .txt .btn-line {
	margin-top: 25px;
}

@media (max-width: 1439px) {
	.top-doctor {
		width: 1240px;
	}
	.top-doctor:after {
		right: 11%;
	}
	.top-doctor h2 {
		left: 5%;
	}
	.top-doctor h3 {
		right: 5%;
	}
	.top-doctor h4 {
		right: 15.5%;
	}
	.top-doctor .img1 {
		margin-left: 28%;
	}
	.top-doctor .img2 {
		left: -13%;
	}
	.top-doctor .img3 {
		right: 0;
	}
	.top-doctor .txt {
		margin-left: 5%;
	}
}

/* .top-medical
------------------------------------*/
.top-medical {
	display: -webkit-box !important;
	display: flex !important;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto 150px;
}

.top-medical .inner {
	box-sizing: border-box;
	border: 1px solid  #F8A5C2;
	width: 284px;
	padding: 39px 33px 33px;
	text-align: center;
}

.top-medical .inner h2 {
	margin-bottom: 24px;
}

.top-medical .inner h2 span {
	font-size: 18px;
	letter-spacing: 0.1em;
}

.top-medical .inner h2 span:after {
	background: #4D4D4D;
}

.top-medical .inner p {
	line-height: 1.85;
	letter-spacing: 0.02em;
	text-align: justify;
}

.top-medical .inner .btn-line {
	margin-top: 18px;
}

.top-medical .inner .btn-line a {
	display: block;
	background-position: right 55px center;
	padding: 11px 9px 11px 0;
	text-align: center;
}

/* top .about-access
------------------------------------*/
body.top .about-access {
	width: 1100px;
	margin: 0 auto;
}

body.top .about-access .map {
	width: 705px;
	min-width: 705px;
	height: 520px;
}

body.top .about-access .txt {
	width: 340px;
}

body.top .about-access .txt .logo {
	display: block;
	margin-bottom: 34px;
}

body.top .about-access .txt .logo img {
	width: 259px;
}

body.top .about-access .txt .sns {
	margin: 0 0 20px -3px;
}

body.top .about-access .txt .sns img {
	width: 36px;
}

body.top .about-access .txt .btn-reserve {
	top: 100px;
	left: 133px;
}

body.top .about-access .txt .btn-reserve a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

body.top .about-access .txt .tel {
	font-size: 17px;
}

body.top .about-access .txt .tel strong {
	font-size: 30px;
}

body.top .about-access .txt p {
	font-size: 14px;
}

body.top .about-access .schedule {
	width: 100%;
}

body.top .about-access .schedule td:first-of-type {
	padding-right: 20px;
}

body.top .about-access .txt .attention-list li {
	font-size: 12px;
}


/* page about
---------------------------------------------------------------------------*/

/* .about-lead
------------------------------------*/
.about-lead {
	width: 680px;
	margin: 0 auto 120px;
	text-align: center;
}

.about-lead figure {
	margin-bottom: 90px;
}

.about-lead h2 {
	margin-bottom: 35px;
	font-size: 30px;
	line-height: 1.65;
	letter-spacing: 0.16em;
}

.about-lead p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2.2;
	letter-spacing: 0.08em;
}

/* .about-policy
------------------------------------*/
.about-policy {
	width: 680px;
	margin: 0 auto 120px;
}

.about-policy h2 {
	margin: 0 0 37px -1px;
}

.about-policy h2 em {
	display: inline-block;
	margin-right: 15px;
	font-size: 26px;
	letter-spacing: 0.08em;
}

.about-policy h2 strong {
	display: inline-block;
	border-bottom: 1px solid #4D4D4D;
	font-size: 16px;
	letter-spacing: 0.1em;
	transform: translateY(-3px);
}

.about-policy .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 70px;
}

.about-policy .inner:last-child {
	margin-bottom: 0;
}

.about-policy .inner figure {
	position: relative;
	width: 229px;
	min-width: 229px;
}

.about-policy .inner figcaption {
	position: absolute;
	top: 0;
	left: -30px;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.about-policy .inner .txt {
	padding: 0 0 0 34px;
}

.about-policy .inner h3 {
	margin-bottom: 18px;
	font-size: 21px;
	letter-spacing: 0.12em;
}

.about-policy .inner:last-child h3 {
	letter-spacing: 0.08em;
}

.about-policy .inner p {
	letter-spacing: 0.04em;
	white-space: nowrap;
}

/* .about-access
------------------------------------*/
.about-access {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	justify-content: space-between;
	width: 680px;
	margin: 0 auto 70px;
}

.about-access .map {
	position: relative;
	overflow: hidden;
	width: 325px;
	min-width: 325px;
	height: 455px;
}

.about-access iframe {
	position: absolute;
	top: -130px;
	left: 0;
	width: 100%;
	height: calc(100% + 130px);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.about-access .txt {
	position: relative;
	padding: 0 0 0 35px;
}

.about-access .txt .logo {
	display: none;
}

.about-access .txt .sns {
	margin-bottom: 16px;
}

.about-access .txt .sns a {
	padding: 5px;
}

.about-access .txt .sns img {
	width: 32px;
	height: auto;
}

.about-access .txt .btn-reserve {
	position: absolute;
	top: 5px;
	left: 122px;
}

.about-access .txt address,
.about-access .txt p {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.about-access .txt address {
	margin-bottom: 6px;
}

.about-access .txt .tel {
	margin-bottom: 8px;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.about-access .txt .tel strong {
	font-size: 28px;
}

.about-access .schedule {
	width: 315px;
	margin-top: 24px;
}

.about-access .schedule tr:first-of-type {
	border-top: 1px solid #fbcadb;;
}

.about-access .schedule th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
}

.about-access .schedule th,
.about-access .schedule td {
	padding-right: 8px;
	padding-left: 8px;
}

.about-access .schedule td:first-of-type {
	padding-right: 14px;
	padding-left: 2px;
}

.about-access .schedule th:last-of-type,
.about-access .schedule td:last-of-type {
	padding-right: 15px;
}

.about-access .txt .attention-list {
	margin-top: 15px;
}

.about-access .txt .attention-list li {
	margin-bottom: 2px;
	font-size: 11px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

/* .about-wheelchair
------------------------------------*/
.about-wheelchair {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	width: 680px;
	margin: 0 auto;
}

.about-wheelchair figure {
	width: 216px;
	min-width: 216px;
}

.about-wheelchair .txt {
	padding: 0 0 0 35px;
}

.about-wheelchair h2 {
	margin-bottom: 18px;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.about-wheelchair p {
	text-align: justify;
}

/* .about-img-clinic
------------------------------------*/
.about-img-clinic {
	width: 590px;
	margin: 80px auto 0;
}


/* page doctor
---------------------------------------------------------------------------*/
#doctorContents {
	padding-top: 20px;
}

/* .doctor-lead
------------------------------------*/
.doctor-lead {
	width: 506px;
	margin: 0 auto 100px;
}

.doctor-lead figure {
	margin-bottom: 45px;
}

.doctor-lead .txt {
	padding: 0 9px;
}

.doctor-lead h2 {
	margin-bottom: 35px;
	font-size: 30px;
	line-height: 1.65;
	letter-spacing: 0.1em;
	text-align: center;
}

.doctor-lead p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 2.05;
	letter-spacing: 0.06em;
	text-align: justify;
}

/* .doctor-profile
------------------------------------*/
.doctor-profile {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	width: 706px;
	margin: 0 auto 140px;
}

.doctor-profile figure {
	width: 340px;
	min-width: 340px;
}

.doctor-profile .txt {
	padding: 0 0 0 40px;
}

.doctor-profile .name {
	position: absolute;
	top: 0;
	right: -10px;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.doctor-profile .name strong {
	display: block;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.doctor-profile .name h2 {
	display: block;
	margin: 0 16px 0 18px;
	font-size: 19px;
	letter-spacing: 0.18em;
}

.doctor-profile .name em {
	display: block;
	margin-top: 1px;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.doctor-profile p {
	margin-bottom: 10px;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.doctor-profile .carrer {
	display: -webkit-box;
	display: flex;
	margin-top: 35px;
}

.doctor-profile .carrer > div {
	padding-right: 30px;
}

.doctor-profile .carrer dl:not(:last-child) {
	margin-bottom: 22px;
}

.doctor-profile .carrer dt {
	margin-bottom: 10px;
	font-size: 14px;
}

.doctor-profile .carrer dd {
	opacity: 0.8;
}

.doctor-profile .carrer dd li {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.doctor-profile .carrer dd li:last-of-type {
	margin-bottom: 0;
}

/* .doctor-staff
------------------------------------*/
.doctor-staff {
	width: 706px;
	margin: 0 auto;
}


/* page medical
---------------------------------------------------------------------------*/

/* .medical-lead
------------------------------------*/
.medical-lead {
	width: 680px;
	margin: 0 auto 100px;
}

.medical-lead .txt {
	position: relative;
	padding: 50px 0 0 185px;
}

.medical-lead .txt h2 {
	position: absolute;
	top: 0;
	left: 27px;
	font-size: 28px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.medical-lead .txt p {
	margin-bottom: 14px;
	font-size: 16px;
	letter-spacing: 0.08em;
}

/* .medical-service
------------------------------------*/
.medical-service {
	width: 770px;
	margin: 0 auto 120px;
}

.medical-service .txt {
	margin: 55px 0 50px;
	text-align: center;
}

.medical-service .txt h2 {
	margin-bottom: 22px;
}

.medical-service .txt h2 span {
	display: inline-block;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.medical-service .txt h2 span:before,
.medical-service .txt h2 span:after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	background: var(--color-font-light);
	width: 18px;
	height: 1px;
	opacity: 0.3;
}

.medical-service .txt h2 span:before { left: -32px; }
.medical-service .txt h2 span:after { right: -30px; }

.medical-service .txt h3 {
	margin-bottom: 30px;
	font-size: 23px;
	letter-spacing: 0.1em;
}

.medical-service .txt p {
	line-height: 2;
	letter-spacing: 0.1em;
}

/* .medical-service .box
------------------------------------*/
.medical-service .box {
	display: -webkit-box;
	display: flex;
	background: var(--color-bg-light);
	border-radius: 25px;
	padding: 45px 45px 40px 45px;
}

.medical-service .box > div:first-of-type {
	margin-right: 45px;
}

.medical-service .box dt {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.medical-service .box dt:last-child {
	margin-bottom: 5px;
}

.medical-service .box dt em {
	padding-left: 4px;
	font-size: 12px;
}

.medical-service .box dd {
	margin-bottom: 15px;
}

.medical-service .box dl > div:last-of-type dd {
	margin-bottom: 0;
}

.medical-service .box dd li {
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.04em;
}

/* .medical-machine
------------------------------------*/
.medical-machine {
	width: 770px;
	margin: -60px auto 0;
	padding-top: 60px;
}

.medical-machine #sec-airflow {
	margin-top: -50px;
	padding-top: 50px;
}

/* .machine-main
------------------------------------*/
.machine-main {
	margin-bottom: 80px;
}

.machine-main figure {
	margin-bottom: 45px;
}

.machine-main .txt {
	position: relative;
	padding: 0 8px 0 210px;
	text-align: justify;
}

.machine-main .txt h2 {
	position: absolute;
	top: 2px;
	left: 30px;
}

.machine-main .txt h3 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.machine-main .txt p {
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: justify;
}

/* .machine-sub
------------------------------------*/
.machine-sub {
	margin-bottom: 50px;
	padding-left: 15px;
}

.machine-sub figure {
	width: 340px;
	min-width: 340px;
}

/* .machine-list
------------------------------------*/
.machine-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 740px;
	margin: 100px auto 0;
}

.machine-list .inner {
	width: 229px;
	margin-top: 60px;
}

.machine-list .inner:nth-of-type(1),
.machine-list .inner:nth-of-type(2),
.machine-list .inner:nth-of-type(3) {
	margin-top: 0;
}

.machine-list figure {
	margin-bottom: 16px;
}

.machine-list h2 {
	margin-bottom: 12px;
}

.machine-list p {
	line-height: 1.7;
	letter-spacing: 0.02em;
	text-align: justify;
}

/* .nav-medical
------------------------------------*/
.nav-medical {
	width: 770px;
	margin: 140px auto 0;
	padding-top: 60px;
}

.nav-medical ul {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.nav-medical li {
	width: 178px;
}

.nav-medical li a {
	display: block;
}

.nav-medical li figure {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 16px;
}

.nav-medical li h2 {
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
}

/* .medical-question
------------------------------------*/
.medical-question {
	width: 740px;
	margin: 100px auto 0;
}

.medical-question .question-list {
	border-top: 1px solid  #F8A5C2;
	width: 100%;
}

.medical-question .question-list dl > div {
	border-color: var(--color-border-light);
}

.medical-question .question-list dt {
	padding-top: 16px;
	padding-bottom: 15px;
}

.medical-question .question-list dt,
.medical-question .question-list dd > div {
	padding-right: 60px;
}

.medical-question .question-list .btn-ac .plus {
	top: 20px;
	right: 26px;
}

/* .medical-news
------------------------------------*/
.medical-news {
	width: 740px;
	margin: 100px auto 0;
}

/* .medical-detail-lead
------------------------------------*/
.medical-detail-lead {
	width: 74%;
	max-width: 700px;
	margin: 0 auto;
	transform: translateX(-2px);
}


/* page cariology
---------------------------------------------------------------------------*/

/* .cariology-lead
------------------------------------*/
.cariology-lead {
	margin-bottom: 80px;
}

.cariology-lead > figure {
	margin-bottom: 70px;
}

.cariology-lead > .txt {
	margin-bottom: 80px;
	padding: 0 0 0 3px;
}

.cariology-lead > .txt h2 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.cariology-lead > .txt p {
	font-size: 15px;
	letter-spacing: 0.06em;
}

.cariology-lead .inner {
	display: -webkit-box;
	display: flex;
	flex-direction: row-reverse;
}

.cariology-lead .inner figure {
	width: 380px;
	min-width: 380px;
}

.cariology-lead .inner .txt {
	padding: 0 45px 0 3px;
	transform: translateY(-3px);
}

.cariology-lead .inner .txt h3 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.cariology-lead .inner .txt p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: justify;
}

.cariology-lead .inner .txt .btn-line {
	margin-top: 22px;
}

/* .cariology-service
------------------------------------*/
.cariology-service {
	width: 700px;
	margin: 0 auto;
}

.cariology-service .img-txt {
	margin-bottom: 50px;
}

.cariology-service .img-txt figure {
	width: 260px;
	min-width: 260px;
}

.cariology-service .img-txt .txt {
	padding-left: 45px;
}

.cariology-service .box {
	position: relative;
	background: var(--color-bg-light);
	box-sizing: border-box;
	width: calc(100% + 30px);
	margin: 85px -15px 0;
	padding: 45px 35px 35px 220px;
}

.cariology-service .box h2 {
	position: absolute;
	top: 40px;
	left: 40px;
}

.cariology-service .box h2 span {
	font-size: 14px;
}

.cariology-service .box h3 {
	margin-bottom: 15px;
	font-size: 19px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.cariology-service .box p {
	letter-spacing: 0.03em;
	text-align: justify;
}


/* page preventive
---------------------------------------------------------------------------*/

/* .preventive-lead
------------------------------------*/
.preventive-lead {
	margin-bottom: 80px;
}

.preventive-lead > figure {
	margin-bottom: 70px;
}

.preventive-lead > .txt {
	position: relative;
	margin-bottom: 80px;
	padding: 0 0 0 3px;
}

.preventive-lead > .txt h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.preventive-lead > .txt p {
	font-size: 15px;
	letter-spacing: 0.06em;
}

.preventive-lead > .txt .img1 {
	position: absolute;
	bottom: 198px;
	left: 482px;
}

.preventive-lead > .txt .img2 {
	position: absolute;
	bottom: 0;
	left: 472px;
}

/* .preventive-service
------------------------------------*/
.preventive-service {
	width: 700px;
	margin: 0 auto;
}

.preventive-service .img-txt {
	margin-bottom: 55px;
}

.preventive-service .img-txt figure {
	width: 310px;
	min-width: 310px;
}

.preventive-service .img-txt .txt {
	padding-left: 45px;
}

.preventive-service .box {
	display: -webkit-box;
	display: flex;
	flex-direction: row-reverse;
	background: var(--color-bg-light);
	box-sizing: border-box;
	width: calc(100% + 50px);
	margin: 70px -25px 0;
	padding: 45px 40px 30px 35px;
}

.preventive-service .box figure {
	width: 278px;
	min-width: 278px;
}

.preventive-service .box .txt {
	padding: 0 40px 0 0;
	transform: translateY(-5px);
}

.preventive-service .box .txt h2 {
	margin-bottom: 20px;
}

.preventive-service .box .txt h2 span {
	font-size: 14px;
}

.preventive-service .box .txt h3 {
	margin-bottom: 18px;
	font-size: 18px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.preventive-service .box .txt p {
	letter-spacing: 0.02em;
	text-align: justify;
}


/* page pediatric
---------------------------------------------------------------------------*/

/* .pediatric-lead
------------------------------------*/
.pediatric-lead {
	margin-bottom: 100px;
}

.pediatric-lead > .txt {
	position: relative;
	margin: 65px auto 100px;
	padding: 0 12px 0 260px;
	text-align: justify;
}

.pediatric-lead > .txt h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	line-height: 1.65;
	letter-spacing: 0.1em;
}

.pediatric-lead > .txt p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: justify;
}

.pediatric-lead > .txt h3 {
	margin: 38px 0 24px;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.pediatric-lead .list {
	display: -webkit-box;
	display: flex;
}

.pediatric-lead .list dl {
	border-left: 1px solid var(--color-font-light);
	margin-left: 4px;
	padding: 0 0 0 10px;
}

.pediatric-lead .list dl:first-of-type {
	margin-right: 36px;
}

.pediatric-lead .list dt {
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.pediatric-lead .list dl > div:last-of-type dt {
	margin-bottom: 0;
}

.pediatric-lead .list dd {
	display: -webkit-box;
	display: flex;
	margin-top: 14px;
}

.pediatric-lead .list ul:first-of-type {
	margin-right: 8px;
}

.pediatric-lead .list li {
	margin-bottom: 1px;
	padding-left: 10px;
	font-size: 13px;
	letter-spacing: 0.04em;
}

/* .pediatric-lead .rubberdam
------------------------------------*/
.pediatric-lead .rubberdam {
	display: -webkit-box;
	display: flex;
	flex-direction: row-reverse;
	padding-right: 12px;
}

.pediatric-lead .rubberdam figure {
	width: 293px;
	min-width: 293px;
}

.pediatric-lead .rubberdam .txt {
	padding: 0 40px 0 0;
}

.pediatric-lead .rubberdam .txt h3 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.pediatric-lead .rubberdam .txt p {
	line-height: 1.85;
	letter-spacing: 0.06em;
	text-align: justify;
}

/* .pediatric-service
------------------------------------*/
.pediatric-service {
	width: 770px;
	margin: 0 auto 100px;
}

/* .pediatric-parents
------------------------------------*/
.pediatric-parents {
	position: relative;
	margin: 75px auto 115px;
	text-align: center;
	z-index: 1;
}

.pediatric-parents h2 {
	margin-bottom: 27px;
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.pediatric-parents p {
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.1em;
}

.pediatric-parents figure {
	position: absolute;
	z-index: -1;
}

.pediatric-parents figure img {
	display: block;
	position: relative;
	border-radius: 5px;
	z-index: 1;
}

.pediatric-parents .img1 { top: -6px; right: calc(50% + 232px); }
.pediatric-parents .img2 { top: 46px; left: calc(50% + 256px); }
.pediatric-parents .img3 { bottom: -37px; right: calc(50% + 240px); }
.pediatric-parents .img4 { bottom: -40px; left: calc(50% + 274px); }

.pediatric-parents .img2:after {
	display: block;
	content: '';
	position: absolute;
	top: -44px;
	right: -16px;
	background-color: #FFE6E6;
	border-radius: 3px;
	width: 59px;
	height: 59px;
	opacity: 0.6;
	z-index: 0;
}

.pediatric-parents .img3:after {
	display: block;
	content: '';
	position: absolute;
	top: -27px;
	left: -31px;
	background-color: #D4F4FF;
	border-radius: 3px;
	width: 55px;
	height: 55px;
	opacity: 0.6;
	z-index: 0;
}

/*
@media (max-width: 1439px) {
	.pediatric-parents .img4 {
		left: calc(50% + 234px);
	};
}
*/

/* .pediatric-communication
------------------------------------*/
.pediatric-communication {
	text-align: center;
}

.pediatric-communication h2 {
	margin-bottom: 105px;
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.pediatric-communication h2 span {
	display: inline-block;
	position: relative;
	padding: 0 44px 0 48px;
}

.pediatric-communication h2 span:before,
.pediatric-communication h2 span:after {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	background: url("img/share/line-dot-arc.svg") no-repeat left top;
	width: 18px;
	height: 70px;
}

.pediatric-communication h2 span:before { left: 0; }
.pediatric-communication h2 span:after { right: 0; transform: scaleX(-1); }

.pediatric-communication > div {
	position: relative;
}

.pediatric-communication ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 680px;
	margin: 0 auto;
}

.pediatric-communication li {
	position: relative;
	width: 200px;
	margin-bottom: 95px;
	z-index: 1;
}

.pediatric-communication li:nth-of-type(2) { transform: translateY(55px); }
.pediatric-communication li:nth-of-type(5) { transform: translateY(55px); }
.pediatric-communication li:nth-of-type(6) { transform: translateY(-15px); }

.pediatric-communication li i {
	display: block;
	position: absolute;
	left: 50%;
	top: -42px;
	transform: translateX(-50%);
}

.pediatric-communication li:nth-of-type(2) i { top: -48px; }
.pediatric-communication li:nth-of-type(5) i { top: -40px; }
.pediatric-communication li:nth-of-type(6) i { top: -38px; }

.pediatric-communication li p {
	margin: 0 -40px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.pediatric-communication li .bg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.pediatric-communication li:nth-of-type(1) .bg { margin: -2px 0 0; }
.pediatric-communication li:nth-of-type(2) .bg { margin: -4px 0 0; }
.pediatric-communication li:nth-of-type(3) .bg { margin: -4px 0 0; }
.pediatric-communication li:nth-of-type(4) .bg { margin: -5px 0 0 -2px; }
.pediatric-communication li:nth-of-type(5) .bg { margin: 0; }
.pediatric-communication li:nth-of-type(6) .bg { margin: 0; }

.pediatric-communication .arrow {
	position: absolute;
	z-index: 0;
}

.pediatric-communication .arrow1 { top: -40px; left: 210px; }
.pediatric-communication .arrow2 { top: -45px; left: 425px; }
.pediatric-communication .arrow3 { top: 70px; left: 75px; }
.pediatric-communication .arrow4 { top: 85px; left: 200px; }
.pediatric-communication .arrow5 { top: 135px; left: 295px; }
.pediatric-communication .arrow6 { top: 115px; left: 435px; }
.pediatric-communication .arrow7 { top: 60px; left: 680px; }
.pediatric-communication .arrow8 { top: 252px; left: 156px; }
.pediatric-communication .arrow9 { top: 232px; left: 458px; }


/* page antenatal
---------------------------------------------------------------------------*/

/* .antenatal-lead
------------------------------------*/
.antenatal-lead {
	margin-bottom: 80px;
}

.antenatal-lead > .txt {
	margin: 70px auto 80px;
	padding: 0 10px 0 3px;
}

.antenatal-lead > .txt h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.antenatal-lead > .txt p {
	font-size: 15px;
	letter-spacing: 0.06em;
	text-align: justify;
}

.antenatal-lead .img-txt figure {
	width: 270px;
	min-width: 270px;
}

.antenatal-lead .img-txt .txt {
	padding: 5px 0 0 45px;
}

.antenatal-lead .img-txt .txt p {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

/* .antenatal-system
------------------------------------*/
.antenatal-system {
	width: 770px;
	margin: 0 auto 120px;
}

.antenatal-system .img-txt {
	width: 690px;
	margin: 80px auto 0;
}

.antenatal-system .img-txt figure {
	width: 206px;
	min-width: 206px;	
}

.antenatal-system .img-txt .txt {
	padding: 5px 0 0 35px;
}

.antenatal-system .img-txt .txt p {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.9;
	white-space: nowrap;
}


/* page question
---------------------------------------------------------------------------*/
#questionContents {
	padding-top: 110px;
}

#questionContents .page-nav,
.question-list {
	display: block !important;
	width: 700px;
	margin: 0 auto;
}

#questionContents .page-nav ul {
	display: -webkit-box !important;
	display: flex !important;
	margin-bottom: 45px;
}

#questionContents .page-nav li {
	margin-right: 18px;
	white-space: nowrap;
}

#questionContents .page-nav li a {
	padding-bottom: 4px;
	font-size: 15px;
	letter-spacing: 0.1em;
}

#questionContents .page-nav li a:after {
	background: var(--color-border);
}

/* .question-list
------------------------------------*/
.question-list .post {
	position: relative;
	min-height: 100px;
	margin-bottom: 60px;
	padding: 0 0 0 65px;
}

.question-list .post:last-ochild {
	margin-bottom: 0;
}

.question-list h2 {
	position: absolute;
	top: 28px;
	left: 0;
	font-size: 18px;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.question-list dl > div {
	border-bottom: 1px solid #fbcadb;;
}

.question-list dt {
	position: relative;
	padding: 26px 50px 25px 10px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.btn-ac .plus {
	position: absolute;
	top: 31px;
	right: 16px;
	width: 17px;
	height: 17px;
	transition: .15s ease-out;
}

.btn-ac .plus:before,
.btn-ac .plus:after {
	display: block;
	content: '';
	position: absolute;
	background-color: #4D4D4D;
}

.btn-ac .plus:before { top: 0; left: 8px; width: 1px; height: 100%; }
.btn-ac .plus:after { top: 8px; left: 0; width: 100%; height: 1px; }
.btn-ac.active .plus { transform: rotate(135deg); }


.question-list dd {
	display: none;
	opacity: 0.8;
}

.question-list dd > div {
	padding: 0 50px 30px 10px;
	transform: translateY(-3px);
}

.question-list dd,
.question-list dd p {
	font-size: 14px;
}

.question-list dd p a {
	text-decoration: underline;
}


/* page error
---------------------------------------------------------------------------*/
#errorContents {
	position: relative;
	height: calc(100vh - 630px);
	min-height: 180px;
}

.sec-error {
	position: absolute;
	top: 70%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.sec-error h1 {
	margin-bottom: 35px;
	font-size: 21px;
	letter-spacing: 0.1em;
}

.sec-error p {
	font-size: 15px;
	line-height: 2;
}


/* print
---------------------------------------------------------------------------*/
@media print {
	
}