@charset "UTF-8";

/* =====================================
■ Layout
===================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, em, strong{
	font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.switch {
	visibility: hidden;
}


/* -------------------------------------
* Icon fonts
------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:
		url('../fonts/implant/icomoon.woff2?kz2jsu') format('woff2'),
		url('../fonts/implant/icomoon.ttf?kz2jsu') format('truetype'),
		url('../fonts/implant/icomoon.woff?kz2jsu') format('woff'),
		url('../fonts/implant/icomoon.svg?kz2jsu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

i[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-']) {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow2:before {
	content: "\e922";
}
.icon-check:before {
	content: "\e921";
}
.icon-arrow1:before {
	content: "\e91d";
}
.icon-top2:before {
	content: "\e91c";
}
.icon-down:before {
	content: "\e91e";
}
.icon-injection:before {
	content: "\e916";
}
.icon-chair:before {
	content: "\e917";
}
.icon-denture:before {
	content: "\e918";
}
.icon-tel1:before {
	content: "\e919";
}
.icon-scan:before {
	content: "\e91a";
}
.icon-sendai_kyousei_mark:before {
	content: "\e915";
}
.icon-heart:before {
	content: "\e911";
}
.icon-mail2:before {
	content: "\e910";
}
.icon-sendai_kyousei:before {
	content: "\e90f";
}
.icon-top1:before {
	content: "\e90b";
}
.icon-calendar:before {
	content: "\e90c";
}
.icon-mail1:before {
	content: "\e90d";
}
.icon-rsv:before {
	content: "\e90e";
}
.icon-open:before {
	content: "\e90a";
}
.icon-freedial:before {
	content: "\e907";
}
.icon-pin:before {
	content: "\e908";
}
.icon-plus1:before {
	content: "\e909";
}
.icon-access:before {
	content: "\e900";
}
.icon-arrow:before {
	content: "\e901";
}
.icon-en:before {
	content: "\e902";
}
.icon-mail:before {
	content: "\e903";
}
.icon-tel:before {
	content: "\e904";
}
.icon-top:before {
	content: "\e905";
}
.icon-cross1:before {
	content: "\e920";
}
.icon-plus:before {
	content: "\e91f";
}
.icon-add:before {
	content: "\e91f";
}
.icon-cross:before {
	content: "\e91f";
}
.icon-arrow-right:before {
	content: "\e91b";
}
.icon-triangle-down:before {
	content: "\e912";
}
.icon-triangle-right:before {
	content: "\e906";
}
.icon-warning:before {
	content: "\e914";
}
.icon-checked:before {
	content: "\e913";
}


/* =====================================
■ アニメーション
===================================== */
.fadeInUp {
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
}
.delay01 {
	transition-delay: 0s !important;
}
.delay02 {
	transition-delay: 0.2s !important;
}
.delay03 {
	transition-delay: 0.4s !important;
}
.delay04 {
	transition-delay: 0.6s !important;
}
.delay05 {
	transition-delay: 0.8s !important;
}
.delay06 {
	transition-delay: 1s !important;
}


/* =====================================
■Elementor
===================================== */
/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #wrap .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}

/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}

/* -------------------------------------
* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: 1.5;
}


/* =====================================
■ BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	color: #000000;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	background: #fff;
	-webkit-text-size-adjust: none;
}
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.elementor-editor-active #wrap {
	padding-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	h1, h2, h3, h4, h5, h6 {
		font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
	border: 0;
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
a img {
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
a.hover {
	color: #00e387;
}
a.hover img {
	opacity: 0.5;
}

@media screen and (min-width: 741px) {
	body {
		min-width: 1200px;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 740px) {
	body {
		min-width: 320px;
		font-size: 1.4rem;
		position: relative;
	}
	#wrap {
		padding-top: 50px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.pc {
		display: none !important;
	}
}


/* =====================================
■ HEADEER
===================================== */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	width: 100%;
	height: 70px;
}
header .logo {
	padding-left: 20px;
}
header .logo em {
	font-weight: bold;
	margin-left: 1em;
	color: #183077;
	font-feature-settings: "palt";
	text-align: justify;
	font-size: 1.8rem;
}
header .contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .contact .rsv_btn {
	width: 220px;
	height: 32px;
	border: #183077 solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .contact .rsv_btn .icon-mail2 {
	font-size: 1.5rem;
	color: #183077;
	margin-right: 8px;
}
header .contact .rsv_btn span {
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	color: #183077;
}

@media all and (-ms-high-contrast: none) {
	header .contact .rsv_btn *::-ms-backdrop,
	header .contact .rsv_btn span {
		font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}

header .contact .tel {
	pointer-events: none;
	color: #183077;
	margin: 0 25px;
}
header .contact .tel .icon-freedial {
	font-size: 2rem;
	color: #183077;
	margin: 0.1em;
}
header .contact .tel span {
	font-size: 2.6rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	color: #000;
}

@media screen and (max-width: 740px) {
	header {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		width: 100%;
		height: 50px;
	}
	header .logo {
		padding-left: 10px;
		height: auto;
		display: block;
	}
	header .logo img {
		display: block;
		width: auto;
		height: 20px;
		line-height: 1;
	}
	header .logo em {
		display: block;
		font-size: 1.4rem;
		line-height: 1;
		margin-left: 0;
		padding-top: 5px;
		color: #000;
	}
	header .contact {
		display: none;
	}
	header #slidemenuBtn {
		position: fixed;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #183077;
	}
	header #slidemenuBtn span {
		width: 20px;
		height: 15px;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		box-sizing: border-box;
		position: relative;
	}
	header #slidemenuBtn span:before {
		content: "";
		position: absolute;
		top: calc(50% - 0.5px);
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
	}
	header #slidemenuBtn span:after {
		content: "";
		position: absolute;
		top: calc(50% - 0.5px);
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
	}

	#spmenu {
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
		height: calc(100vh - 50px);
		background: #183077;
		z-index: 1000;
		transition: all 0.4s cubic-bezier(1, 0, 0, 1);
		backface-visibility: hidden;
		transform: translate(100%, 0);
	}
	#spmenu ul li a {
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 1.5rem;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
	}
	#spmenu.slide-open {
		transform: translate(0, 0);
	}
}


/* =====================================
■ FOOTER
===================================== */
footer {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 120px;
}
#fixed_footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 1000;
	height: 76px;
	background: rgba(0, 4, 13, 0.85);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fixed_footer a.rsv {
	flex-shrink: 0;
	width: 280px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: rgba(255, 255, 255, 0.5) dotted 1px;
}
#fixed_footer a.rsv .icon-mail2 {
	color: #fff;
	font-size: 2.3rem;
}
#fixed_footer a.rsv span {
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	margin-left: 8px;
}
#fixed_footer .tel {
	flex-shrink: 0;
	width: 280px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-right: rgba(255, 255, 255, 0.5) dotted 1px;
	pointer-events: none;
}
#fixed_footer .tel .icon-freedial {
	font-size: 2.2rem;
	margin-right: 5px;
}
#fixed_footer .tel span {
	font-size: 2rem;
	font-weight: bold;
}
#fixed_footer .fixed_footer_inner {
	width: calc(100% - 366px);
	display: flex;
	justify-content: center;
	align-items: center;
}
#fixed_footer .fixed_footer_inner figure {
	width: 280px;
	height: 26px;
}
#fixed_footer .fixed_footer_inner address {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	line-height: 1.5;
	margin-left: 1em;
}
#fixed_footer #pageTop {
	width: 96px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 3rem;
	box-sizing: border-box;
	background: rgba(238, 96, 56, 0.9);
}

@media screen and (max-width: 740px) {
	#fixed_footer {
		height: 56px;
		background: none;
		min-width: 100%;
	}
	#fixed_footer a.rsv {
		width: calc((100% - 56px)/2);
		height: 56px;
		border: none;
		background: rgba(14, 36, 101, 0.95);
	}
	#fixed_footer a.rsv .icon-mail2 {
		font-size: 1.6rem;
	}
	#fixed_footer a.rsv span {
		margin-left: 5px;
		font-size: 1.2rem;
	}
	#fixed_footer .tel {
		width: calc((100% - 56px)/2);
		height: 56px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: rgba(4, 33, 119, 0.9);
		pointer-events: auto;
	}
	#fixed_footer .tel .icon-freedial {
		font-size: 1.5rem;
		margin-right: 5px;
	}
	#fixed_footer .tel span {
		font-size: 1.4rem;
		font-weight: bold;
	}
	#fixed_footer #pageTop {
		width: 56px;
		height: 56px;
		font-size: 2rem;
		border-left: 0;
	}
}


/* =====================================
■ Swiper
===================================== */
.swiper-container {
	width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide#slide01 {
	background-image: url(/wp-content/uploads/implantLP-slide01.jpg);
}
.swiper-container .swiper-wrapper .swiper-slide#slide02 {
	background-image: url(/wp-content/uploads/implantLP-slide03.jpg);
}
.swiper-container .swiper-wrapper .swiper-slide#slide03 {
	background-image: url(/wp-content/uploads/implantLP-slide02.jpg);
}
.swiper-container .swiper-wrapper .swiper-slide .text {
	position: absolute;
	left: 50px;
	bottom: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide .text ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide .text ul li {
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	color: #fff;
	border: #fff solid 1px;
	line-height: 1;
	padding: 12px 20px;
}

@media all and (-ms-high-contrast: none) {
	.swiper-container .swiper-wrapper .swiper-slide .text ul *::-ms-backdrop,
	.swiper-container .swiper-wrapper .swiper-slide .text ul li {
		font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}

.swiper-container .swiper-wrapper .swiper-slide .text ul li+li {
	margin-left: 20px;
}
.swiper-container .swiper-wrapper .swiper-slide .text h1 {
	font-size: 7.8rem;
	color: #fff;
	font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 2px;
	line-height: 1.2;
}
.swiper-container .swiper-wrapper .swiper-slide .text h1 span {
	font-size: 9.8rem;
}
.swiper-container .swiper-wrapper .swiper-slide p {
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.5;
}
.swiper-container .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 740px) {
	.swiper-container {
		width: 100%;
	}
	.swiper-container .swiper-wrapper .swiper-slide {
		width: 100%;
		height: 100vw;
	}
	.swiper-container .swiper-wrapper .swiper-slide#slide01 {
		background-image: url(/wp-content/uploads/implantLP-slide01_sp.jpg);
	}
	.swiper-container .swiper-wrapper .swiper-slide#slide02 {
		background-image: url(/wp-content/uploads/implantLP-slide03_sp.jpg);
	}
	.swiper-container .swiper-wrapper .swiper-slide#slide03 {
		background-image: url(/wp-content/uploads/implantLP-slide02_sp.jpg);
	}
	.swiper-container .swiper-wrapper .swiper-slide .text {
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
	.swiper-container .swiper-wrapper .swiper-slide .text ul {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
	}
	.swiper-container .swiper-wrapper .swiper-slide .text ul li {
		font-size: 1rem;
		line-height: 1;
		padding: 6px;
		font-weight: bold;
	}
	.swiper-container .swiper-wrapper .swiper-slide .text ul li+li {
		margin-left: 5px;
	}
	.swiper-container .swiper-wrapper .swiper-slide .text h1 {
		font-size: 11vw;
		color: #fff;
		font-feature-settings: "palt";
		text-align: justify;
		letter-spacing: 1px;
		line-height: 1.2;
	}
	.swiper-container .swiper-wrapper .swiper-slide .text h1 span {
		font-size: 12.5vw;
	}
	.swiper-container .swiper-wrapper .swiper-slide p {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 1.5rem;
		letter-spacing: 0px;
		line-height: 1.7;
	}
	.swiper-container .swiper-pagination {
		text-align: right;
		padding-right: 10px;
		bottom: 0 !important;
		box-sizing: border-box;
	}
}


/* =====================================
■ すべてのインプラント手術を担当します
===================================== */
#doctor {
	padding: 50px;
}
#doctor .doctor_box {
	position: relative;
	padding-bottom: 50px;
	max-width: 1400px;
	margin: 0 auto;
}
#doctor .doctor_box h2 {
	letter-spacing: -0.06em;
	position: relative;
	z-index: 10;
}
#doctor .doctor_box h2 span {
	display: block;
	color: #183077;
	font-size: 3.7rem;
}
#doctor .doctor_box h2 em {
	display: block;
	font-size: 8rem;
	font-weight: 600;
	line-height: 1.25;
	color: #183077;
	font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 2px;
}
#doctor .doctor_box .text small {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	display: block;
	font-size: 2.3rem;
}
#doctor .doctor_box .text h3 {
	display: block;
	line-height: 1;
	font-size: 4.2rem;
	font-feature-settings: "palt";
	text-align: justify;
	padding: 10px 0;
}
#doctor .doctor_box .text ol {
	margin-top: 20px;
}
#doctor .doctor_box .text ol li {
	display: flex;
	justify-content: flex-start;
	line-height: 1.85;
}
#doctor .doctor_box .text ol li em {
	margin-right: 1em;
}
#doctor .doctor_box .figure {
	width: auto;
	position: absolute;
	bottom: -50px;
	right: 20px;
	z-index: 0;
}
#doctor .doctor_box_images > .elementor-container > .elementor-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}
#doctor .doctor_box_images .elementor-inner-column {
	margin-bottom: 6px;
	width: calc((100% - 12px) / 3);
}
#doctor .doctor_box_images .elementor-inner-column.wide {
	width: 100%;
}

@media screen and (max-width: 740px) {
	#doctor {
		padding: 10px;
	}
	#doctor .doctor_box {
		padding-bottom: 0px;
	}
	#doctor .doctor_box h2 {
		position: relative;
		z-index: 10;
		text-align: center;
		padding-bottom: 20px;
	}
	#doctor .doctor_box h2 span {
		display: block;
		color: #183077;
		font-size: 4vw;
		padding-bottom: 10px;
	}
	#doctor .doctor_box h2 em {
		display: block;
		font-size: 9vw;
		font-weight: 600;
		line-height: 1.25;
		color: #183077;
		text-align: center;
	}
	#doctor .doctor_box .text small {
		font-size: 1.6rem;
		text-align: center;
	}
	#doctor .doctor_box .text h3 {
		font-size: 2.6rem;
		text-align: center;
		padding: 0;
	}
	#doctor .doctor_box .text ol {
		margin-top: 20px;
	}
	#doctor .doctor_box .text ol li {
		display: flex;
		justify-content: flex-start;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#doctor .doctor_box .text ol li em {
		margin-right: 1em;
	}
	#doctor .doctor_box .figure {
		width: 100%;
		position: static;
		bottom: 0;
		right: 0px;
		z-index: 0;
		text-align: center;
	}
	#doctor .doctor_box_images {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 0;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#doctor .doctor_box_images .elementor-inner-column {
		margin-bottom: 6px;
		width: calc((100% - 6px) / 2);
	}
}


/* =====================================
■ TITLE
===================================== */
.sect_ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 80px 0 40px;
}
.sect_ttl em {
	color: #183077;
	font-size: 6.5rem;
	font-weight: bold;
}
.sect_ttl span {
	margin-left: 3em;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.vertical {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: #183077;
}
.vertical span {
	display: block;
	font-size: 3.5rem;
	font-weight: 600;
}
.vertical em {
	display: block;
	line-height: 1;
	font-size: 7rem;
	font-weight: 600;
}

@media screen and (max-width: 740px) {
	.sect_ttl {
		display: block;
		margin: 30px 0 20px;
		text-align: center;
	}
	.sect_ttl em {
		display: block;
		color: #183077;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.sect_ttl span {
		margin-left: 0em;
		color: #183077;
	}

	.vertical {
		writing-mode: inherit;
		text-align: center;
		padding-bottom: 20px;
	}
	.vertical span {
		font-size: 1.8rem;
	}
	.vertical em {
		font-size: 3rem;
	}
}


/* =====================================
■ 治療費用
===================================== */
.price {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto 80px;
}
.implant-treatment {
	text-align: center;
}
.priceList small {
	display: block;
	text-align: right;
	padding-top: 10px;
	font-size: 1.4rem;
}
.money {
	text-align: center;
	margin: 80px 0 0;
}
.money h3 {
	font-size: 3.3rem;
}
.money .figure {
	margin: 70px 0;
}
.money ul.elementor-icon-list-items {
	width: 1000;
	height: 98px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #f6f6f6;
	margin: 0 auto;
}
.money ul.elementor-icon-list-items li {
	font-weight: bold;
}

@media screen and (max-width: 740px) {
	.price {
		width: 100%;
		padding: 0 10px;
		margin: 0 auto 20px;
	}
	.priceList small {
		padding-top: 5px;
		font-size: 1rem;
	}
	.money {
		text-align: center;
		margin: 20px 0 0;
	}
	.money h3 {
		font-size: 1.8rem;
	}
	.money .figure {
		margin: 10px;
	}
	.money ul.elementor-icon-list-items {
		width: 100%;
		height: auto;
		display: block;
		box-sizing: border-box;
	}
	.money ul.elementor-icon-list-items li {
		display: block;
		font-weight: bold;
		line-height: 1;
		font-size: 1.3rem;
		padding: 8px;
		border-bottom: #fff solid 1px;
	}
}


/* =====================================
■ 吉祥寺セントラルクリニックのインプラント治療
===================================== */
#implant_image {
	padding: 50px;
}
#implant_image .inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#implant_image .inner .images {
	width: calc(100% - 170px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#implant_image .inner .images figure {
	width: calc((100% - 20px)/2);
	position: relative;
	margin-bottom: 20px;
}
#implant_image .inner .images figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	line-height: 1;
	width: 100%;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-feature-settings: "palt";
	text-align: justify;
}
#implant_image .inner .images figure figcaption small {
	font-size: 1.2rem;
	margin-left: 1em;
}
#implant_image .inner .images .mini {
	width: calc((100% - 40px)/3);
}

@media screen and (max-width: 740px) {
	#implant_image {
		padding: 10px;
	}
	#implant_image .inner {
		display: block;
	}
	#implant_image .inner .images {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#implant_image .inner .images figure {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	#implant_image .inner .images figure figcaption {
		padding: 8px;
		font-size: 1.6rem;
	}
	#implant_image .inner .images figure figcaption small {
		font-size: 1rem;
		margin-left: 1em;
	}
	#implant_image .inner .images .mini {
		width: 100%;
	}
	#implant_image .inner .images .mini img {
		width: 100%;
		height: calc(54vw - 20px);
		object-fit: cover;
		object-position: top;
		font-family: 'object-fit: cover; object-position: bottom;';
	}
}


.main_content {
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	padding: 50px 0 0;
}
.main_content.last {
	padding-bottom: 50px;
}
.main_content.right h2 {
	order: 1;
}
.main_content.right .inner {
	order: 0;
}
.main_content h2 {
	width: 100px;
	background: #233b82 url(/wp-content/uploads/implantLP-h2_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 50px;
	letter-spacing: 2px;
}
.main_content h2 em {
	font-size: 4.5rem;
	display: block;
	line-height: 1.2;
}
.main_content h2 em span {
	display: inline-block;
	margin-top: 2em;
	font-size: 3rem;
}
.main_content .inner {
	background: #fff;
	padding: 50px;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}
.main_content .inner h3 {
	font-size: 4rem;
	font-feature-settings: "palt";
}
.main_content .inner h4 {
	font-size: 3.3rem;
	font-feature-settings: "palt";
}
.main_content .inner h5 {
	font-size: 2.4rem;
}
.main_content .inner em {
	font-size: 1.8rem;
	font-weight: bold;
}
.main_content .inner .mb0 {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 740px) {
	.main_content {
		display: block;
		padding: 10px;
	}
	.main_content.last {
		padding-bottom: 10px;
	}
	.main_content h2 {
		width: 100%;
		background: #233b82 url(/wp-content/uploads/implantLP-h2_bg@sp.jpg) no-repeat right center;
		background-size: 50% auto;
		color: #fff;
		display: block;
		letter-spacing: 0px;
		padding: 15px 10px;
		box-sizing: border-box;
	}
	.main_content h2 em {
		font-size: 2.2rem;
		display: block;
	}
	.main_content h2 em span {
		margin-top: 0;
		font-size: 1.2rem;
	}
	.main_content .inner {
		padding: 10px;
		width: 100%;
	}
	.main_content .inner h3 {
		font-size: 2rem;
		text-align: center;
	}
	.main_content .inner h4 {
		font-size: 1.75rem;
		text-align: center;
	}
	.main_content .inner h5 {
		font-size: 1.6rem;
	}
	.main_content .inner em {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.main_content .inner .mb0 {
		margin-bottom: 0 !important;
	}
}

.blue_bold {
	font-weight: bold;
	margin-bottom: 50px;
	color: #183077;
	font-size: 2rem;
}

@media screen and (max-width: 740px) {
	.blue_bold {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}

.text_box_01 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 100px;
}
.text_box_01.reverse figure {
	order: 0;
}
.text_box_01.reverse .text {
	order: 1;
	padding-right: 0;
	padding-left: 50px;
}
.text_box_01 figure {
	order: 1;
	flex-shrink: 0;
}
.text_box_01 .text {
	order: 0;
	padding-right: 50px;
}
.text_box_01.warranty {
	margin-bottom: 0;
	margin-top: 50px;
}
.text_box_01.warranty h5 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.text_box_01.warranty h5 span {
	width: 110px;
	height: 40px;
	background: #ee5c37;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
	margin-right: 1em;
}

@media screen and (max-width: 740px) {
	.text_box_01 {
		display: block;
		margin-bottom: 20px;
	}
	.text_box_01.reverse figure {
		order: 0;
	}
	.text_box_01.reverse .text {
		order: 1;
		padding-right: 0;
		padding-left: 0px;
	}
	.text_box_01 figure {
		order: 1;
		flex-shrink: 0;
		text-align: center;
	}
	.text_box_01 .text {
		order: 0;
		padding-right: 0px;
	}
	.text_box_01 .text h3,
	.text_box_01 .text h4 {
		text-align: center;
		padding: 10px 0;
	}
	.text_box_01 .text p br {
		display: none;
	}
	.text_box_01.warranty {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.text_box_01.warranty h5 {
		margin-bottom: 10px;
		font-size: 1.7rem;
		display: block;
		letter-spacing: 0;
		text-align: center;
	}
	.text_box_01.warranty h5 span {
		flex-shrink: 0;
		width: auto;
		height: auto;
		font-size: 1.1rem;
		padding: 4px 10px;
		margin-right: 0em;
		margin-bottom: 10px;
	}
	.text_box_01.warranty figure {
		text-align: center;
	}
	.text_box_01.warranty figure img {
		width: 150px;
	}
}

.menu_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 60px;
}
.menu_box .item {
	width: calc((100% - 40px)/3);
	margin-bottom: 40px;
}
.menu_box .item em {
	display: block;
	line-height: 1.3;
	padding: 20px 0;
	font-feature-settings: "palt";
	text-align: justify;
	color: #183077;
}

@media screen and (max-width: 740px) {
	.menu_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.menu_box .item {
		width: calc((100% - 10px)/2);
		margin-bottom: 10px;
	}
	.menu_box .item em {
		padding: 10px 0;
	}
}

.point em {
	display: block;
	color: #088e96;
}
.point em i {
	margin-right: 5px;
}
.point .point_inner {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.point .point_inner figure {
	order: 1;
	flex-shrink: 0;
}
.point .point_inner figure .swiper-container2 {
	width: 550px;
	max-width: 100%;
}
.point .point_inner figure .swiper-container2 .swiper-pagination2 {
	text-align: center;
}
.point .point_inner .text {
	padding-right: 50px;
}
.point .point_inner .text h5 {
	margin-bottom: 20px;
}
.point .point_inner .text .blue {
	color: #183077;
}
.point .point_inner .text h6 {
	font-size: 2.1rem;
	margin-top: 30px;
	margin-bottom: 10px;
}
.point+.point {
	margin-top: 70px;
}
.box {
	border: #183077 solid 2px;
	padding: 20px;
	color: #183077;
	margin-top: 50px;
}

@media screen and (max-width: 740px) {
	.point h4 {
		text-align: left !important;
	}
	.point .point_inner {
		display: block;
		justify-content: space-between;
		margin-top: 0;
	}
	.point .point_inner figure {
		order: 1;
		flex-shrink: 0;
		padding: 10px 0;
		text-align: center;
	}
	.point .point_inner .text {
		padding-right: 0px;
	}

	.point .point_inner .text h5 {
		margin-bottom: 10px;
		text-align: center;
	}

	.point .point_inner .text .blue {
		color: #183077;
	}
	.point .point_inner .text h6 {
		font-size: 2.1rem;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.point+.point {
		margin-top: 20px;
	}
	.box {
		border: #183077 solid 2px;
		padding: 10px;
		color: #183077;
		margin-top: 20px;
	}
}

.history {
	margin-bottom: 50px;
}
.history li {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: justify;
}
.history li em {
	width: 90px;
}

@media screen and (max-width: 740px) {
	.doctor figure img {
		width: 180px;
	}
	.history {
		margin-bottom: 20px;
	}
	.history li:first-child {
		margin-top: 0;
	}
	.history li {
		margin-top: 10px;
	}
	.history li em {
		width: 60px;
		flex-shrink: 0;
	}
	.history li p {
		text-align: left;
	}
}

.free_box {
	background: #f9f9f9;
	text-align: center;
	padding: 50px;
	margin: 50px 0;
}
.free_box h4 {
	text-align: center;
	line-height: 1;
	padding-bottom: 50px;
}
.free_box figure {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 50px;
}
.free_box figure img {
	width: calc((100% - 20px)/3);
}
.free_box h5 {
	margin-bottom: 10px;
}

@media screen and (max-width: 740px) {
	.free_box {
		padding: 20px 10px 10px;
		margin: 20px 0;
	}
	.free_box h4 {
		text-align: center;
		line-height: 1;
		padding-bottom: 20px;
	}
	.free_box figure {
		display: flex;
		justify-content: space-between;
		padding-bottom: 10px;
	}
	.free_box figure img {
		width: calc((100% - 9px)/3);
	}
	.free_box h5 {
		margin-bottom: 10px;
	}
	.free_box p {
		text-align: left;
	}
	.free_box p br {
		display: none;
	}
}

.loan h4 {
	margin-bottom: 10px;
}
.loan h5 {
	margin: 50px 0 20px;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: justify;
}
.loan .table01 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.loan .table01 th {
	background: #183077;
	color: #fff;
	font-size: 1.9rem;
	height: 40px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.loan .table01 td {
	border-bottom: #b2b2b2 solid 1px;
	padding: 10px;
	text-align: center;
}
.loan .table02 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.7rem;
}
.loan .table02 th {
	background: #f4f5f9;
	color: #183077;
	font-size: 1.9rem;
	height: 40px;
	width: 400px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-top: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
	vertical-align: middle;
}
.loan .table02 td {
	border-top: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
	padding: 10px;
	text-align: left;
	color: #183077;
}

@media screen and (max-width: 740px) {
	.loan h4 {
		margin-bottom: 10px;
	}
	.loan h5 {
		margin: 20px 0 10px;
	}
	.loan .table01 {
		width: 100%;
		table-layout: fixed;
		margin-bottom: 10px;
	}
	.loan .table01 th {
		vertical-align: middle;
		font-size: 1.1rem;
		height: 30px;
	}
	.loan .table01 td {
		font-size: 1.2rem;
		padding: 10px 0;
	}
	.loan .table01+p {
		font-size: 1.2rem;
	}
	.loan .table02 {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.loan .table02 tbody {
		width: 100%;
		display: block;
	}
	.loan .table02 tr {
		display: block;
		width: 100%;
	}
	.loan .table02 th {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		height: auto;
	}
	.loan .table02 td {
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 1.2rem;
		line-height: 1.5;
		border-top: 0;
		border-bottom: 0;
		text-align: center;
	}
	.loan .table02+p {
		font-size: 1.2rem;
		padding: 0;
	}
}

.facility {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0;
}
.facility figure {
	width: calc((100% - 40px)/3);
	padding-bottom: 40px;
}
.facility figure figcaption {
	text-align: center;
	padding-top: 10px;
}

@media screen and (max-width: 740px) {
	.facility {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 10px 0;
	}
	.facility figure {
		width: calc((100% - 10px)/2);
		padding-bottom: 10px;
	}
	.facility figure figcaption {
		text-align: center;
		padding-top: 10px;
	}
	.facility+p br {
		display: none;
	}
}


/* =====================================
■ ご予約・ご相談はこちら
===================================== */
.contact_area {
	width: 100%;
	padding: 70px;
	box-sizing: border-box;
	background: url(/wp-content/uploads/implantLP-bg_blue.jpg) repeat left center;
	background-size: 100% auto;
	color: #fff;
}
.contact_area .inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contact_area .inner h2 {
	width: 200px;
	font-size: 4rem;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	letter-spacing: -0.08em;
}
.contact_area .inner .contact_box {
	width: calc(100% - 200px);
}
.contact_area .inner .contact_box .contact_box_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 60px;
}
.contact_area .inner .contact_box .contact_box_btn .rsv {
	width: 480px;
	height: 95px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_area .inner .contact_box .contact_box_btn .rsv .icon-mail2 {
	font-size: 3rem;
	color: #183077;
}
.contact_area .inner .contact_box .contact_box_btn .rsv span {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	color: #183077;
	font-size: 2.25rem;
	font-feature-settings: "palt";
	text-align: justify;
	margin-left: 10px;
}
.contact_area .inner .contact_box .contact_box_btn .rsv span small {
	font-size: 1.8rem;
}
.contact_area .inner .contact_box .contact_box_btn .telbox {
	width: 358px;
}
.contact_area .inner .contact_box .contact_box_btn .telbox a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	pointer-events: none;
}
.contact_area .inner .contact_box .contact_box_btn .telbox a .icon-freedial {
	font-size: 3.6rem;
	margin-right: 10px;
}
.contact_area .inner .contact_box .contact_box_btn .telbox a span {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 4.8rem;
	width: calc(100% - 71px);
	word-break: keep-all;
}
.contact_area .inner .contact_box .contact_box_btn .telbox small {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
	padding-top: 10px;
}

@media screen and (max-width: 740px) {
	.contact_area {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background-size: 100% 100%;
	}
	.contact_area .inner {
		display: block;
	}
	.contact_area .inner h2 {
		width: auto;
		font-size: 2rem;
		display: block;
		letter-spacing: -0.06em;
		padding-bottom: 10px;
	}
	.contact_area .inner .contact_box {
		width: 100%;
	}
	.contact_area .inner .contact_box .contact_box_btn {
		display: block;
		margin-bottom: 20px;
	}
	.contact_area .inner .contact_box .contact_box_btn .rsv {
		width: 100%;
		height: 50px;
		border-radius: 2px;
	}
	.contact_area .inner .contact_box .contact_box_btn .rsv .icon-mail2 {
		font-size: 2rem;
		color: #183077;
	}
	.contact_area .inner .contact_box .contact_box_btn .rsv span {
		font-size: 1.5rem;
		margin-left: 10px;
	}
	.contact_area .inner .contact_box .contact_box_btn .rsv span small {
		font-size: 1.2rem;
	}
	.contact_area .inner .contact_box .contact_box_btn .telbox {
		padding-top: 20px;
	}
	.contact_area .inner .contact_box .contact_box_btn .telbox a {
		pointer-events: auto;
	}
	.contact_area .inner .contact_box .contact_box_btn .telbox a .icon-freedial {
		font-size: 2.6rem;
		margin-right: 10px;
	}
	.contact_area .inner .contact_box .contact_box_btn .telbox a span {
		font-size: 3rem;
	}
	.contact_area .inner .contact_box .contact_box_btn .telbox small {
		font-size: 1.2rem;
		padding-top: 10px;
	}
}


/* =====================================
■ 診療時間表
===================================== */
table.time {
	width: 100%;
	table-layout: fixed;
	border-top: #fff solid 1px;
	font-size: 1.6rem;
}
table.time thead tr th {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
}
table.time thead tr th:nth-child(1) {
	width: 200px;
	border-left: 0 !important;
}
table.time tbody td {
	height: 70px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
}
table.time tbody td:nth-child(1) {
	border-left: 0 !important;
}
table.time tfoot td {
	font-size: 1.4rem;
	line-height: 2;
	padding-top: 20px;
}

@media screen and (max-width: 740px) {
	table.time {
		font-size: 1.1rem;
	}
	table.time thead tr th {
		height: 30px;
	}
	table.time thead tr th span {
		display: none;
	}
	table.time thead tr th:nth-child(1) {
		width: 80px;
	}
	table.time tbody td {
		height: 40px;
		font-size: 1rem;
	}
	table.time tbody td span {
		display: none;
	}
	table.time tfoot td {
		font-size: 1rem;
		line-height: 2;
		padding-top: 10px;
	}
}


/* =====================================
■ 診療時間表
===================================== */
.clinic {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto 20px;
}
.clinic .clinic_inner {
	width: 1000px;
	margin: 80px auto;
}
.clinic .clinic_inner .clinic_data {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.clinic .clinic_inner .clinic_data .logo address {
	font-size: 1.8rem;
}
.clinic .clinic_inner .clinic_data .tel {
	pointer-events: none;
	line-height: 1;
}
.clinic .clinic_inner .clinic_data .tel .icon-freedial {
	font-size: 3.2rem;
	color: #27bc4d;
	margin-right: 10px;
}
.clinic .clinic_inner .clinic_data .tel span {
	font-size: 3.8rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clinic .clinic_inner table.time {
	border-top: #000 solid 1px;
}
.clinic .clinic_inner table.time thead tr th {
	border-bottom: #000 solid 1px;
	border-left: #000 solid 1px;
}
.clinic .clinic_inner table.time tbody td {
	border-bottom: #000 solid 1px;
	border-left: #000 solid 1px;
}
.clinic .googlemap {
	width: 100%;
	height: 500px;
	position: relative;
}
.clinic .googlemap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

@media screen and (max-width: 740px) {
	.clinic {
		width: 100%;
		padding: 0 10px;
		margin: 0 auto 10px;
	}
	.clinic .clinic_inner {
		width: 100%;
		margin: 20px auto;
	}
	.clinic .clinic_inner .clinic_data {
		display: block;
		justify-content: space-between;
		margin-bottom: 0px;
	}
	.clinic .clinic_inner .clinic_data .logo {
		text-align: center;
	}
	.clinic .clinic_inner .clinic_data .logo img {
		width: 250px;
	}
	.clinic .clinic_inner .clinic_data .logo address {
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: center;
	}
	.clinic .clinic_inner .clinic_data .tel {
		pointer-events: auto;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
	}
	.clinic .clinic_inner .clinic_data .tel .icon-freedial {
		font-size: 2.2rem;
	}
	.clinic .clinic_inner .clinic_data .tel span {
		font-size: 2.8rem;
	}
	.clinic .googlemap {
		width: 100%;
		height: 250px;
	}
}

.boss {
	padding: 50px;
	background: #f6f6f6;
	margin-top: 50px;
}
.boss .item .elementor-widget-container {
	display: flex;
	justify-content: flex-start;
}
.boss .item figure {
	width: 150px;
	flex-shrink: 0;
}
.boss .item .text {
	padding-left: 20px;
}
.boss .item .text em {
	display: block;
	font-size: 1.6rem;
	padding-bottom: 10px;
	font-weight: bold;
}
.boss .item .text em span {
	font-size: 2.2rem;
	padding-right: 1em;
}
.boss .item .text p {
	padding-bottom: 1em;
	font-feature-settings: "palt";
	text-align: justify;
}
.boss .item .text p,
.boss .item .text dl {
	font-size: 1.3rem;
	line-height: 1.5;
}
.boss .item+.item {
	margin-top: 20px;
}
.boss .item .text dl dd {
	display: flex;
	justify-content: flex-start;
}
.boss .item .text dl dd span {
	width: 6em;
}

@media screen and (max-width: 740px) {
	.boss {
		display: block;
		padding: 15px;
		margin-top: 10px;
	}
	.boss .item {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.boss .item figure {
		width: 100px;
	}
	.boss .item .text {
		padding-left: 20px;
	}
	.boss .item .text em {
		font-size: 1.2rem;
		padding-bottom: 0px;
	}
	.boss .item .text em span {
		font-size: 1.5rem;
		padding-right: 1em;
	}
	.boss .item .text dl dd p {
		width: calc(100% - 5em);
	}
}