@charset "utf-8";

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

/*共通*/
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	vertical-align: bottom;
	line-hegiht: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, var {
	font-weight: normal;
	font-style: normal;
}

caption, th {
	text-align: left;
}

small {
	font-size: 10px;
}

abbr, acronym {
	border: 0;
}

label, button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

button {
	cursor: pointer;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-moz-box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input:invalid, textarea:invalid {
	background-color: #F0DDDD;
}

a img {
	border: none;
	text-decoration: none;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
}

a:focus {
	outline: none;
}

*::-moz-selection {
	background: #64bdeb;
	color: #fff;
}

*::selection {
	background: #64bdeb;
	color: #fff;
}

.roll img {
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}

.roll li a:hover img, .roll a:hover img {
	opacity: 0.6;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.pos_r {
	position: relative;
}

.pos_a {
	position: absolute;
}

.color-pink {
	color: #ff0f91;
	font-size: 14px;
}

.color_red {
	color: #ff0000;
}

.color-orange {
	color: #f49c00;
	font-size: 14px;
}

.color-blue {
	color: #2daec4;
}

.color_abeblue {
	color: #0094b4;
}

.bold {
	font-weight: bold;
}

.txt_c {
	text-align: center;
}

.mt30 {
	margin-top: 30px;
}

.clear {
	clear: both;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

*:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cl-effect-4 a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 1.35em;
}

.cl-effect-4 a:hover, .cl-effect-4 a:focus {
	outline: none;
}

.cl-effect-4 a {
	padding: 0 0 5px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4d90cc;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.brandon {
	font-family: brandon-grotesque, sans-serif;
}

.heisei {
	font-family: heisei-mincho-std, serif;
}

.text_center {
	text-align: center;
}

body {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", sans-serif;
	color: #000;
	line-height: 1.3;
	/* min-width:1045px; */
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*共通共通クラス*/
.main_contens {
	width: 1110px;
	margin: 20px auto 0;
	overflow: hidden;
}

.inner_wrap {
	width: 920px;
	margin: 30px auto;
}

.common_page_ttl {
	font-size: 23px;
	font-weight: bold;
	background: #0094b4;
	padding: 10px 10px 8px;
	margin-bottom: 35px;
	color: #fff;
	line-height: 1;
}

.page_ttl {
	font-size: 23px;
	font-weight: bold;
	background: #0094b4;
	padding: 10px 10px 8px;
	margin-bottom: 35px;
	color: #fff;
	line-height: 1;
}

.main_heading {
	font-size: 30px;
	font-weight: bold;
	font-family: heisei-mincho-std, serif;
	margin: 10px 0 30px 20px;
}

.middle_heading {
	font-size: 20px;
	font-weight: bold;
	background: #0094b4;
	padding: 10px 10px 8px;
	margin-bottom: 35px;
	color: #fff;
	line-height: 1;
}

.sub_heading {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1;
	color: #494a4a;
	border-bottom: 2px solid #39669d;
}

p.main_txt {
	font-size: 18px;
	width: auto;
	margin: 0 30px;
}

.btn {
	width: 450px;
	display: block;
	margin: 30px auto 0;
}

.btn2 {
	position: relative;
	width: 350px;
	display: block;
	background-color: #39467d;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	line-height: 1.4;
}

.btn2:after {
	content: "";
	position: absolute;
	top: 1.4em;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@media screen and (max-width:1210px) {
	body {
		overflow-x: auto;
		width: 1210px;
	}
}

/*ヘッダー共通 2019.08.06*/
header {
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	height: 160px;
}

header h1 {
	color: #fff;
	background: #39669d;
	font-size: 12px;
	line-height: 1;
	padding: 5px 0 5px 90px;
}

header .header_inner {
	width: 1100px;
	margin: 0 auto;
}

header .header_inner .logo_area {
	margin: 5px 0 0;
	display: flex;
	position: relative;
	align-items: center;
	height: 90px;
}

header .header_inner .logo_area .info_area {
	width: 311px;
	/* margin-left: auto;
	margin-right: 3px; */
	margin: 5px 0px auto auto;
}

header .header_inner .logo_area .info_area p {
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 27px;
	font-weight: bold;
	color: #0094b4;
}

header .header_inner .logo_area .info_area p span {
	font-weight: normal;
	font-size: 12px;
	color: #1b1b1b;
	text-align: center;
	/* margin-right: 10px; */
	margin-right: 6px;
	display: block;
}

header .header_inner .logo_area .info_area a {
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px 0;
	border: 1px solid #0094b4;
	border-radius: 5px;
	margin-top: 5px;
}

header .header_inner .logo_area .sns_area {
	position: absolute;
	right: 303px;
	/* top: 6px; */
	top: 5px;
}

header .header_inner .logo_area a.recruit_head_banner {
	position: absolute;
	top: 25px;
	/* right: 319px; */
	right: 5px;
}

header nav .g_nav {
	width: auto;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}

header nav .g_nav li {
	float: left;
	margin-right: 5px;
	/*width: 14%;*/
	width: calc(100% / 5);
}

header nav .g_nav li:hover {
	cursor: pointer;
}

header nav .g_nav li:last-child {
	margin: 0;
}

header nav .g_nav li a {
	display: block;
	font-size: 14px;
	padding: 6px 0 6px;
	position: relative;
	border-radius: 5px;
	color: #1b1b1b;
	background: url(../img/icon/arrow.png) no-repeat scroll 7px center;
	border: 1px solid #0094b4;
	text-align: center;
}

header .header_inner .logo_area .info_area a:hover,
header nav .g_nav li a:hover {
	text-decoration: none;
	background: #0094b4;
	color: #fff;
}

.hvr-bubble-float-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-bottom:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	bottom: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0094b4 transparent transparent transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	display: none;
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	display: block;
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	display: block;
}

/*フッター共通 2019.08.06*/
footer {
	padding: 50px 0 30px;
}

footer .consultation_area {
	width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	padding: 50px 0px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}

footer .consultation_area .time_area {
	width: 60%;
}

footer .consultation_area .calendar_area {
	width: 40%;
}

footer .consultation_area h3 {
	padding: 7px 10px;
	border-left: 7px solid #0094b4;
	font-size: 18px;
	font-weight: bold;
}

footer .consultation_area .work_exc {
	width: 630px;
	border-collapse: collapse;
	margin: 10px 0;
}

footer .consultation_area .work_exc th {
	background: #cdf5fc;
	border: 1px solid #bfbfbf;
	text-align: center;
	height: 45px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	width: 69px;
	padding-top: 2px;
}

footer .consultation_area .work_exc th:first-child {
	width: auto;
}

footer .consultation_area .work_exc td:first-child {
	color: #000;
}

footer .consultation_area .work_exc td {
	border: 1px solid #bfbfbf;
	text-align: center;
	height: 52px;
	vertical-align: middle;
	padding-top: 2px;
	color: #27b9d2;
	font-size: 13px;
}

footer .consultation_area .work_exc td.differ {
	color: #000;
}

footer .consultation_area .work_exc caption {
	margin: 5px 10px;
	line-height: 1.3;
	caption-side: bottom;
}

footer .consultation_area .work_exc caption:last-of-type {
	margin-top: 0;
	font-size: 12px;
}

footer .consultation_area caption span {
	font-weight: 700;
}

footer .consultation_area .atten_area {
	background: #efefef;
	width: 610px;
	padding: 10px;
}

footer .consultation_area .atten_area p:first-child {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

footer .consultation_area .atten_area p:first-child:before {
	content: '';
	display: inline-block;
	width: 38px;
	height: 28px;
	background-image: url(../img/common/icon_atten.png);
	background-size: 25px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

footer .consultation_area .atten_area span {
	font-weight: bold;
}

footer .consultation_area .eo-fullcalendar {
	font-size: 12px;
	background: #eee;
	margin-top: 10px;
	line-height: 2;
}

footer .clinic_data_area {
	width: 1100px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

footer .clinic_data_area .data_area {
	width: 520px;
}

footer .clinic_data_area .data_area p {
	padding: 14px;
	font-size: 17px;
	line-height: 1;
}

footer .clinic_data_area .data_area ul li {
	margin: 0 0 3px 10px;
}

footer .clinic_data_area .data_area .btn_area {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
	align-items: center;
}

footer .clinic_data_area .data_area .btn_area a {
	position: relative;
	display: block;
	width: 48%;
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
}

footer .clinic_data_area .data_area .btn_area a:after {
	content: "";
	position: absolute;
	top: 1.1em;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer .clinic_data_area .data_area .btn_area a:nth-child(1) {
	color: #d48c20;
	border: 2px solid #d48c20;
}

footer .clinic_data_area .data_area .btn_area a:nth-child(1):before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 22px;
	background-image: url(../img/common/icon_parking.png);
	background-size: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

footer .clinic_data_area .data_area .btn_area a:nth-child(1):after {
	border-top: 3px solid #d48c20;
	border-right: 3px solid #d48c20;
}

footer .clinic_data_area .data_area .btn_area a:nth-child(2) {
	color: #fff;
	background-color: #0094b5;
	border: 2px solid #0094b5;
}

footer .clinic_data_area .data_area .btn_area a:nth-child(2):before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 22px;
	background-image: url(../img/common/icon_tel.png);
	background-size: 13px;
	vertical-align: middle;
	background-repeat: no-repeat;
}


footer .map {
	height: 388px;
	width: 100%;
	position: relative;
}

footer .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer .dsf_area {
	width: 1100px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}

footer .dsf_area a {
	display: block;
	width: 354px;
	margin: 0 19px 20px 0;
}

footer .dsf_area a:nth-of-type(3),
footer .dsf_area a:nth-of-type(6) {
	margin-right: 0;
}

footer .dsf_area a img {
	width: 100%;
}



footer .recruit_area {
	width: 1100px;
	margin: 20px auto 0;
}

footer .recruit_area .inner {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

footer .copy {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}


/*左側固定メニュー　2019.08.05*/
.fix_nav_manu_icon {
	background: url(../img/common/fix_side_nav.png) no-repeat scroll center top;
	font-size: 0;
	height: 62px;
	left: 50%;
	margin-left: -20px;
	margin-top: -31px;
	position: absolute;
	top: 50%;
	width: 39px;
}

.fix_nav_manu {
	background: #0094b4 none repeat scroll 0 0;
	font-size: 80%;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	transition: all 150ms cubic-bezier(0.75, 0, 0.175, 1) 0s;
	width: 70px;
	z-index: 999999;
}

.fix_nav_manu:hover {
	cursor: pointer;
}

.fix_nav_manu h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.fix_nav_manu h2 span {
	font-size: 12px;
	margin-left: 5px;
}

.fix_nav_manu nav a {
	color: #fff;
	text-decoration: none;
	transition: all 100ms ease-in 0s;
}

.fix_nav_manu nav a:hover {
	background: #fff none repeat scroll 0 0;
	padding: 0 0.5em;
	color: #f49c00;
}

.fix_nav_manu nav.navi {
	padding: 15px 0 0 15px;
	color: #fff;
	display: block;
	height: 100%;
	left: -400px;
	position: absolute;
	top: 0;
	transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1) 0s;
}

.fix_nav_manu nav.navi ul {
	padding-bottom: 30px;
	font-weight: bold;
	margin-left: 15px;
}

.fix_nav_manu nav.navi .sec1 ul,
.fix_nav_manu nav.navi .sec2 ul,
.fix_nav_manu nav.navi .sec3 ul,
.fix_nav_manu nav.navi .sec4 ul,
.fix_nav_manu nav.navi .sec5 ul {
	margin-left: 15px;
}

.fix_nav_manu nav.navi ul li {
	margin-bottom: 10px;
}

.fix_nav_manu nav.navi ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.fix_nav_manu nav.navi ul li ul {
	margin: 10px 0 0 1em;
}

.fix_nav_manu nav.navi ul li ul li a {
	font-size: 14px;
}

/*トップページ*/
.top .main_contens {
	margin: 5px auto 0px;
	overflow: hidden;
}

.top .inner_wrap {
	width: 1100px;
	margin: 0 auto;
}

.mvSlide {
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	width: 100%;
}

.top .sec1 {
	text-align: center;
	width: 1100px;
	margin: 30px auto 50px;
}

.top .sec1 .bg {
	display: block;
	margin: 0 auto;
}

.top .sec1 h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0 20px;
}

.top .sec1 h2 span {
	color: #0094b4;
}

.top .sec1 .pickup_wrap {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

.top .sec1 .pickup_wrap .box {
	background: #0094b4;
	width: 32%;
}

.top .sec1 .pickup_wrap .box a {
	display: flex;
	align-items: center;
}

.top .sec1 .pickup_wrap .box a:hover {
	text-decoration: none;
}

.top .sec1 .pickup_wrap .box p {
	padding: 0 12px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top .sec2 {
	background: #cdf5fc;
	padding: 20px 0px;
}

.top .sec2 .ttl_area {}

.top .sec2 .ttl_area p {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 5px;
}

.top .sec2 .ttl_area h3 {
	font-size: 20px;
	font-weight: bold;
}

.top .sec2 .menu_wrap {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.top .sec2 .menu_wrap .box {
	width: 48%;
	background: #fff;
	margin-bottom: 25px;
}

.top .sec2 .menu_wrap .box a {
	display: block;
}

.top .sec2 .menu_wrap .box a:hover {
	text-decoration: none;
}

.top .sec2 .menu_wrap .box h4 {
	background: right / 45% no-repeat #0094b4 url(../img/top/menu_bg.png);
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.top .sec2 .menu_wrap .box p {
	width: auto;
	margin: 10px;
	color: #1b1b1b;
}

.top .sec3 {
	width: 1050px;
	margin: 50px auto;
}

.top .sec3 ul {
	display: flex;
	justify-content: space-between;
}

.top .sec3 p {
	text-align: center;
	margin-top: 25px;
}

.top .sec4 {
	background: #cdf5fc;
	padding: 20px 0px;
}

.top .sec4 .ttl_area {}

.top .sec4 .ttl_area p {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 5px;
}

.top .sec4 .ttl_area h3 {
	font-size: 20px;
	font-weight: bold;
}

.top .sec4 .menu_wrap {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.top .sec4 .menu_wrap:after {
	content: "";
	display: block;
	width: 48%;
}

.top .sec4 .menu_wrap .box {
	width: 48%;
	background: #fff;
	margin-bottom: 25px;
}

.top .sec4 .menu_wrap .box a {
	display: block;
}

.top .sec4 .menu_wrap .box a:hover {
	text-decoration: none;
}

.top .sec4 .menu_wrap .box h4 {
	background: right / 45% no-repeat #0094b4 url(../img/top/menu_bg.png);
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.top .sec4 .menu_wrap .box p {
	width: auto;
	margin: 10px;
	color: #1b1b1b;
}

.top .sec5 {
	background: url(../img/top/sec5_bg.jpg) no-repeat scroll center top;
	height: 465px;
	text-align: center;
}

.top .sec5 h5 {
	font-size: 35px;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 15px;
}

.top .sec5 ul {
	width: 994px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.top .sec5 .list li {
	width: 128px;
}

.top .sec6 {
	width: 1100px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.top .sec6 .staff_blog,
.top .sec6 .news_area {
	/* width: 48%; */
	width: 100%;
	margin: 0 auto;
}

.top .sec6 .staff_blog h3,
.top .sec6 .news_area h3 {
	padding: 7px 10px;
	border-left: 7px solid #0094b4;
	font-size: 18px;
	font-weight: bold;
}

.top .sec6 .staff_blog h3 a,
.top .sec6 .news_area h3 a {
	position: absolute;
	right: 0;
	top: 9px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}

.top .sec6 .staff_blog h3 a:before,
.top .sec6 .news_area h3 a:before {
	content: ">";
	color: #f49c00;
	margin-right: 3px;
}

.top .sec6 .staff_blog .list,
.top .sec6 .news_area .list {
	width: auto;
	margin-top: 10px;
	border-top: 1px solid #cdf5fc;
	padding-top: 10px;
}

.top .sec6 .staff_blog .list li {
	margin-bottom: 25px;
	width: 260px;
	display: table;
}

.top .sec6 .staff_blog .list li div {
	display: table-cell;
	vertical-align: middle;
}

.top .sec6 .staff_blog .list li div.thumb {
	width: 67px;
	vertical-align:
		top;
	padding-right: 10px;
}

.top .sec6 .staff_blog .list li div.thumb li div.thumb div {
	overflow: hidden;
	width: 67px;
	height: 67px;
	display: block;
	position: relative;
	text-align: center;
}

.top .sec6 .staff_blog .list li .day {
	font-size: 13px;
	color: #000;
}

.top .sec6 .staff_blog .list li .txt {
	font-size: 16px;
	color: #448aca;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 392px;
	overflow: hidden;
	display: block;
	height: 1.7em;
	white-space: nowrap;
	margin-top: 5px;
}

.top .sec6 .news_area .list li {
	margin-bottom: 56px;
}

.top .sec6 .news_area .list li a {
	display: block;
}

.top .sec6 .news_area .list li .day {
	color: #000;
	font-size: 13px;
}

.top .sec6 .news_area .list li .txt {
	font-size: 16px;
	color: #448aca;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 483px;
	overflow: hidden;
	display: block;
	line-height: 1.1;
	white-space: nowrap;
	margin-top: 5px;
}

.top .sec6 .news_area .list li:last-child {
	margin: 0;
}

.top .sec6 .news_area .list li a:hover .txt {
	text-decoration: underline;
}


.system_error {
	border: 3px solid #f49c00;
	padding: 15px 20px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	-moz-animation: anime1 2s linear infinite alternate;
	-webkit-animation: anime1 2s linear infinite alternate;
	animation: anime1 2s linear infinite alternate;
}

@keyframes anime1 {
	0% {
		border: 3px solid #f49c00;
	}

	100% {
		border: 3px solid #fff;
	}
}

@-webkit-keyframes anime1 {
	0% {
		border: 3px solid #f49c00;
	}

	100% {
		border: 3px solid #fff;
	}
}

@keyframes anime1 {
	0% {
		border: 3px solid #f49c00;
	}

	100% {
		border: 3px solid #fff;
	}
}

.case_sec {
	padding-bottom: 25px;
	padding-top: 30px;
	clear: both;
	border-bottom: 1px dotted #ccc;
}

.case_sec h4 {
	width: 900px;
	margin: 14px auto;
	background: #2daec4;
	color: #fff;
	padding: 4px 0 4px 10px;
	font-size: 24px;
}

.case_sec .photo_area {
	width: 730px;
	margin: 0 auto;
}

.case_sec .photo_area img {
	margin-right: 10px;
}

.case_sec .photo_area img:last-child {
	margin-right: 0px;
}

.case_sec a {
	display: block;
	color: #000;
	text-align: center;
	display: block;
	color: #2dadc4;
	text-align: center;
	font-size: 16px;
	border: 1px solid #2dadc4;
	border-radius: 7px;
	width: 450px;
	padding: 15px 0px;
	margin: 20px auto 0;
}

.pagetop {
	margin: 40px auto 60px;
	width: 1045px;
	text-align: right;
}

.common_contens_wrapper {
	width: 1011px;
	margin: 0 auto;
	border: 1px solid #a6a6a5;
	border-radius: 8px;
	padding: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.common_style_btn {
	width: 45%;
	margin: 30px auto;
	display: table;
}

.common_style_btn a {
	background: #8dd2ec none repeat scroll 0 0;
	border-radius: 4px;
	display: table-cell;
	color: #fff;
	font-size: 22px;
	height: 74px;
	text-align: center;
	transition: all 0.8s ease-out 0s;
	vertical-align: middle;
}

.common_style_btn a:hover {
	background: #fba600 none repeat scroll 0 0;
	text-decoration: none;
}

h4.u_line {
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1;
	font-size: 20px;
	color: #494a4a;
	border-bottom: 1px solid #f49c00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.u_line_txt {
	color: #494a4a;
	font-size: 14px;
}

.ff_basic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.box-lid-open .box-lid-content {
	filter: blur(5px);
}

.box-lid-open .fix_nav_manu_icon {
	opacity: 0;
}

.box-lid-open .fix_nav_manu nav {
	left: 0;
	width: 355px;
}

.box-lid-open .fix_nav_manu {
	width: 370px;
}

.fix_contact_area {
	z-index: 10000;
	position: fixed;
	right: 30px;
	bottom: 0px;
	background: url(../img/bg/fix_contact3.png) no-repeat;
	width: 263px;
	height: 182px;
}

.fix_contact_area nav {
	padding: 35px 0 0 26px;
}

.fix_contact_area nav a {
	display: block;
	margin-bottom: 12px;
}

.banner29th {
	width: 1045px;
	margin: 15px auto 30px;
}

.banner29th a {
	display: block;
}

.banner29th a.first {
	float: left;
}

.banner29th a.second {
	float: right;
}

.top_mainvisual {
	width: 1045px;
	margin: 0 auto;
}

.top_mainvisual .flexslider {
	width: 685px;
	overflow: hidden;
}

.side_nav {
	display: flex;
	justify-content: space-between;
	width: 685px;
	margin-top: 10px;
}

.side_nav li:last-child {
	margin: 0;
}

.traning {
	position: absolute;
	top: 0;
	right: 0;
}

.traning a.more {
	background-color: #2caec5;
	text-align: center;
	width: 345px;
	display: block;
	padding: 23px 0;
	font-size: 16px;
	margin-top: 11px;
}

.top .top_txt {
	font-size: 14px;
	margin: 40px 0;
	border: 1px solid #c9ddf0;
	padding: 16px 0;
	text-align: center;
	line-height: 1.7;
}


.top.top_middle_navarea {
	background: url(../img/bg/top_middle_contens1_2.jpg) no-repeat scroll center top;
	height: 320px;
}

.top.top_middle_navarea .inner {
	width: 1045px;
	margin: 0 auto;
	padding-top: 70px;
}

.top.top_middle_navarea .inner .list, .top.top_middle_navarea2 .inner .list {
	margin: 0 0 0 80px;
	width: 430px;
}

.top.top_middle_navarea2 .inner .list.dh {
	margin-left: 615px;
	margin-top: 40px;
}

.top.top_middle_navarea .inner .list li a {
	display: block;
	border: 1px solid #448aca;
	background: #fff;
	border-radius: 6px;
	padding: 15px 0 15px 25px;
	line-height: 1;
	font-size: 17px;
	color: #000;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top.top_middle_navarea .inner .list li, .top.top_middle_navarea2 .inner .list li {
	float: left;
	margin-bottom: 10px;
	width: 210px;
}

.top.top_middle_navarea .inner .list li:nth-child(even), .top.top_middle_navarea2 .inner .list li:nth-child(even) {
	float: right;
}

.top.top_middle_navarea .inner .list li a:hover, .top.top_middle_navarea2 .inner .list li a:hover {
	text-decoration: none;
	color: #fff;
}

.top.top_middle_navarea .inner .list li a:hover:after, .top.top_middle_navarea2 .inner .list li a:hover:after {
	color: #fff;
	content: url(../img/icon/top_middlelist_arrow_d_on.png);
}

.top.top_middle_navarea .inner .list li a:after, .top.top_middle_navarea2 .inner .list li a:after {
	content: url(../img/icon/top_middlelist_arrow_d.png);
	color: #448aca;
	position: absolute;
	left: 8px;
	top: 16px;
	display: block;
	width: 9px;
	height: 15px;
}

.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: #fff;
}

a.hvr-bounce-to-right:hover:before, a.hvr-bounce-to-right:focus:before, a.hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	color: #fff;
}

.top_middle_banner {
	width: 1046px;
	margin: 40px auto;
}

.top_middle_banner li {
	float: left;
	width: 330px;
	margin-right: 28px;
}

.top_middle_banner li:last-child {
	margin: 0;
}

.top.top_middle_navarea2 {
	background: url(../img/bg/top_middle_contens2_2.jpg) no-repeat scroll center top;
	height: 321px;
}

.top.top_middle_navarea2 .inner {
	width: 1045px;
	margin: 0 auto;
	padding-top: 30px;
}

.top.top_middle_navarea2 .inner .list li a {
	display: block;
	border: 1px solid #f49c00;
	background: #fff;
	border-radius: 6px;
	padding: 15px 0 15px 25px;
	line-height: 1;
	font-size: 17px;
	color: #000;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top.top_middle_navarea2 .inner .list li a:after {
	content: url(../img/icon/top_middlelist_arrow_dh.png);
	color: #f49c00;
	position: absolute;
	left: 8px;
	top: 16px;
	display: block;
	width: 1em;
	height: 1em;
}

.hvr-bounce-to-right.blue:before {
	background: #27b9d2;
}

.hvr-bounce-to-right.orange:before {
	background: #f49c00;
}


.news .main_visual {
	background: url(../img/news_main.jpg) no-repeat scroll right top #f49c00;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
}

.news .main_visual strong {
	font-size: 23px;
	display: block;
	margin-bottom: 10px;
}

.news .main_visual p {
	font-size: 17px;
}



/*安部歯科医院についてに--------------------------------------------------------------------------*/
/*towardbeginning はじめての方へ 2019.08.02*/
.towardbeginning .main_visual {
	background: url(../img/towardbeginning/main.jpg) no-repeat scroll right top #0094b4;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	margin-bottom: 20px;
}

.towardbeginning .main_visual h2 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.towardbeginning .main_visual strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.towardbeginning .list {
	margin-bottom: 50px;
}

.towardbeginning .txt {
	text-align: center;
	font-size: 14px;
	padding-bottom: 40px;
}

.towardbeginning .method_area .s_ttl {
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.towardbeginning .method_area .txt_area {
	font-size: 15px;
	line-height: 1.7;
	padding: 0 10px;
}

.towardbeginning .method_area .txt_area .tel {
	color: #f49c00;
	font-size: 24px;
}

.towardbeginning .method_area .work_exc {
	border-collapse: collapse;
	margin: 25px auto;
	width: 900px;
}

.towardbeginning .method_area .work_exc th {
	background: #cdf5fc none repeat scroll 0 0;
	border: 1px solid #bfbfbf;
	font-size: 15px;
	font-weight: normal;
	height: 34px;
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
}

.towardbeginning .method_area .work_exc th:first-child {
	width: auto;
}

.towardbeginning .method_area .work_exc td {
	border: 1px solid #bfbfbf;
	color: #27b9d2;
	font-size: 15px;
	height: 24px;
	padding: 5px 0 4px;
	text-align: center;
	vertical-align:
		middle;
	width: 75px;
}

.towardbeginning .method_area .work_exc td.differ,
.towardbeginning .method_area .work_exc td:first-child {
	color: #000;
}

.towardbeginning .method_area .work_exc caption {
	margin: 6px 0 0 10px;
	line-height: 1.5;
	caption-side: bottom;
}

.towardbeginning .flow_area .step {
	width: auto;
	margin: 0 20px;
}

.towardbeginning .flow_area .ttl {
	color: #00bdf4;
	font-size: 18px;
	margin: 0 0 10px 20px;
}

.towardbeginning .flow_area .step_ttl {
	padding: 14px 0 0 66px;
	font-size: 24px;
	min-height: 43px;
	margin-bottom: 25px;
}

.towardbeginning .flow_area .step_ttl.step1 {
	background: url(../img/icon/begginer_step-1.png) no-repeat scroll left top;
}

.towardbeginning .flow_area .step_ttl.step2 {
	background: url(../img/icon/begginer_step-2.png) no-repeat scroll left top;
}

.towardbeginning .flow_area .step_ttl.step3 {
	background: url(../img/icon/begginer_step-3.png) no-repeat scroll left top;
}

.towardbeginning .flow_area .step_ttl.step4 {
	background: url(../img/icon/begginer_step-4.png) no-repeat scroll left top;
}

.towardbeginning .flow_area .step_ttl.step5 {
	background: url(../img/icon/begginer_step-5.png) no-repeat scroll left top;
}

.towardbeginning .flow_area .step_ttl.step6 {
	background: url(../img/icon/begginer_step-6.png) no-repeat scroll left top;
}

.towardbeginning .flow_area .flow_txt {
	padding: 0 20px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.6;
}

.towardbeginning .flow_area .dl_btn {
	margin-bottom: 40px;
}

.towardbeginning .flow_area .dl_btn li {
	float: left;
	margin-right: 20px;
}

/*.practicemenu 診療メニュー 2019.08.05一旦使用しない*/
.practicemenu .main_visual {
	background: url(../img/menu_main.jpg) no-repeat scroll right top #27b9d2;
	height: 403px;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
}

.practicemenu .main_visual strong {
	font-size: 23px;
	display: block;
	margin-bottom: 10px;
}

.practicemenu .main_visual p {
	font-size: 17px;
}

.practicemenu .top_txt {
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}

.practicemenu .list {}

.practicemenu .list li {
	margin-bottom: 35px;
	min-height: 307px;
	position: relative;
}

.practicemenu .list li h3 {
	font-size: 23px;
	background: #f49c00;
	padding: 10px 10px 8px;
	margin-bottom: 28px;
	color: #fff;
	line-height: 1;
}

.practicemenu .list li .txt_area {
	font-size: 16px;
	line-height: 1.7;
	padding: 0 25px 0 430px;
}

.practicemenu .list li.list_4 .txt_area {
	padding: 0 0 0 680px;
}

.practicemenu .list li .more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #448aca;
	font-size: 18px;
	text-align: center;
	display: block;
	border: 2px solid #448aca;
	padding: 5px 30px 3px;
	border-radius: 25px;
	margin-right: 25px;
}

.practicemenu .list li .more:before {
	content: url(../img/icon/blue_arrow-r.png);
	margin-right: 10px;
}

.practicemenu .list li .more:hover {
	text-decoration: none;
}

.practicemenu .list li.list_1 {
	background: url(../img/practicemenu/list_1.jpg) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_2 {
	background: url(../img/practicemenu/list_2.jpg) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_3 {
	background: url(../img/practicemenu/list_3.jpg) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_4 {
	background: url(../img/practicemenu/list_4.png) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_5 {
	background: url(../img/practicemenu/list_5.jpg) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_6 {
	background: url(../img/practicemenu/list_6.jpg) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_7 {
	background: url(../img/practicemenu/list_7.jpg) no-repeat scroll 25px 65px;
}

.practicemenu .list li.list_8 {
	background: url(../img/practicemenu/list_8.jpg) no-repeat scroll 25px 65px;
}

/*.facilityintroduction 施設紹介*/
.facilityintroduction .main_visual {
	background: url(../img/facilityintroduction/main.jpg) no-repeat scroll right top #0094b4;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	margin-bottom: 20px;
}

.facilityintroduction .main_visual h2 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.facilityintroduction .main_visual strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.facilityintroduction .flor_ttl {
	background: #cdf5fc;
	height: 35px;
	position: relative;
	margin-bottom: 40px;
}

.facilityintroduction .flor_ttl img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -43px;
}

.facilityintroduction .txt {
	text-align: center;
	font-size: 14px;
	padding-bottom: 40px;
}

.facilityintroduction .view {
	height: 331px;
	overflow:
		hidden;
	width: 1047px;
	margin: 0 auto;
}

.facilityintroduction .view iframe {
	margin: 0 auto;
	width: 1047px;
	height: 331px;
}

.facilityintroduction .photo-list {
	width: 1050px;
	margin: 5px auto 50px;
}

.facilityintroduction .photo-list li {
	width: 345px;
	float: left;
	margin-right: 5px;
}

.facilityintroduction .photo-list li p {
	position: relative;
	padding-top: 18px;
	text-align: center;
}

.facilityintroduction .photo-list li .room1 {
	position: absolute;
	left: 23px;
	top: 18px;
}

.facilityintroduction .photo-list li .room2 {
	position: absolute;
	right: 18px;
	top: 18px;
	text-align: center;
}

.facilityintroduction .bottom_nav {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	gap: 40px;
  display: flex;
}

.facilityintroduction .bottom_nav a {
	display: table-cell;
	width: 50%;
	min-height: 132px;
	padding-top: 70px;
	color: #000;
	text-decoration: none;
	/* border: 19px solid #fff; */
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	position: relative;
}

.facilityintroduction .bottom_nav a p {
	position: absolute;
	right: 16px;
	text-align: left;
	font-weight: 400;
	top: 50%;
	transform: translateY(-50%);
}

.facilityintroduction .bottom_nav a p span {
	font-weight: bold;
	display: block;
	font-size: 23px;
	margin-bottom: 3px;
}

.facilityintroduction .bottom_nav .btn1 {
	background: url(../img/bg/clinic_bottom_1.jpg) no-repeat center center / cover;
}

.facilityintroduction .bottom_nav .btn2 {
	background: url(../img/bg/clinic_bottom_2.jpg) no-repeat center center / cover;
}

.facilityintroduction .bottom_nav .btn2::after {
	display: none;
}

.facilityintroduction .bottom_nav a:hover {
	opacity: 0.6;
}

/*.staff スタッフ紹介*/
.staff .main_visual {
	background: url(../img/staff/main.jpg) no-repeat scroll right top #0094b4;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	margin-bottom: 20px;
}

.staff .main_visual h2 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.staff .main_visual strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.staff .top_txt {
	font-size: 14px;
	padding-bottom: 80px;
	text-align: center;
	line-height: 1.7;
}

.staff .tabs {
	width: 1025px;
	margin: 0 auto;
}

.staff .tabs__menu li {
	float: left;
	border-right: 1px solid #a0a0a0;
	line-height: 1;
	padding-right: 10px;
	margin-right: 10px;
}

.staff .tabs__menu li:last-child {
	border: 0;
	padding: 0;
}

.staff .tabs__menu li a {
	color: #000;
	font-size: 19px;
	letter-spacing: -1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	position: relative;
}

.staff .tabs__menu li a:hover, .staff .tabs__menu li.active a {
	border-bottom: 3px solid #f49c00;
	text-decoration: none;
	padding-bottom: 5px;
}

.staff .tabs__menu li a:hover:after, .staff .tabs__menu li.active a:after {
	content: "▼";
	position: absolute;
	left: 50%;
	bottom: -13px;
	margin-left: -0.5em;
	color: #f49c00;
	font-size: 14px;
}

.staff .tabs__menu li a span {
	font-size: 17px;
}

.staff .tabs__content {
	padding-top: 80px;
}

.staff .tabs__content .tabdemo__content-item {
	display: none;
}

.staff .tabs__content .profile_list {
	margin-bottom: 65px;
	display: table;
}

.staff .tabs__content .thumb {
	display: table-cell;
	width: 494px;
	vertical-align: top;
	padding-top: 30px;
}

.staff .tabs__content .thumb .bt_blog {
	background-color: #F49C00;
	display: block;
	width: 100px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	border-radius: 100px;
	bottom: 35px;
	left: 150px;
	cursor: pointer;
	text-decoration: none;
}

.han_bt {
	background-color: #F49C00;
	display: block;
	margin-top: 10px;
	padding: 10px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	border-radius: 100px;
	cursor: pointer !important;
	text-decoration: none !important;
}

.staff .tabs__content .relative {
	position: relative;
}

.staff .tabs__content .profile_area {
	display: table-cell;
	width: 506px;
	vertical-align: top;
	padding-left: 25px;
}

.staff .tabs__content .profile_area .top_contens {
	position: relative;
}

.staff .tabs__content .profile_area .top_contens .name {
	padding-top: 20px;
}

.staff .tabs__content .profile_area .top_contens .name small {
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	letter-spacing: 0.5px;
}

.staff .tabs__content .profile_area .top_contens .name span {
	font-size: 23px;
	letter-spacing: 0.8px;
}

.staff .tabs__content .profile_area .top_contens .name .position {
	font-size: 12px;
	color: #666;
	margin-left: 2px;
}

.staff .tabs__content .profile_area .top_contens nav {
	position: absolute;
	right: 0;
	top: 3px;
}

.staff .tabs__content .profile_area .top_contens nav a {
	float: left;
	display: block;
	margin-right: 17px;
	border: 1px solid #f49c00;
	border-radius: 5px;
	padding: 10px 10px 8px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background: url(../img/icon/arrow.png) no-repeat scroll 98px center;
	width: 90px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.staff .tabs__content .profile_area .top_contens nav a:hover {
	background: #f49c00;
	color: #fff;
}

.staff .tabs__content .profile_area ul {
	margin-top: 15px;
}

.staff .tabs__content .profile_area ul li {
	margin-bottom: 22px;
}

.staff .tabs__content .profile_area ul li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #448aca;
	position: relative;
	background: #fff;
	height: 1em;
}

.staff .tabs__content .profile_area ul li h4 span {
	background: #fff;
	display: block;
	z-index: 10000;
	position: absolute;
}

.staff .tabs__content .profile_area ul li h4:before {
	content: "";
	display: block;
	border-top: 1px solid #448aca;
	width: 485px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
}

.staff .tabs__content .profile_area ul li .com {
	font-size: 14px;
	padding: 15px 10px;
	line-height: 1.7;
}

.staff .tabs__content .profile_area ul li .com span {
	margin: 0 5px;
}

.staff .tabs__content .tabdemo__content-item.technician article {
	margin-bottom: 50px;
}

.staff .tabs__content .tabdemo__content-item.technician .middle_img {
	position: relative;
	left: 50%;
	margin-left: -640px;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area {
	margin-top: 40px;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area h3 {
	margin-bottom: 40px;
	font-size: 22px;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area ul {
	width: 1045px;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area ul li {
	float: left;
	width: 522px;
	margin-bottom: 40px;
	text-align: center;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area ul li .thumb {
	margin-bottom: 20px;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area ul li .data {
	font-size: 18px;
	line-height: 1.7;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area ul li .data small {
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}

.staff .tabs__content .tabdemo__content-item.technician .member_area ul li .data span {
	font-size: 14px;
}

/*.access 医院アクセス*/
.access .inner {
	padding: 30px;
}

.access .inner .map_box {
	width: 910px;
	height: 450px;
	margin: 0 auto;
}

.access .inner .data_list {
	margin: 30px 0 0;
}

.access .inner .data_list li {
	font-size: 15px;
	margin-bottom: 5px;
	color: #444;
}

.access .work_exc {
	border-collapse: collapse;
	margin: 80px auto 60px;
	width: 900px;
}

.access .work_exc th {
	background: #cdf5fc none repeat scroll 0 0;
	border: 1px solid #bfbfbf;
	font-size: 15px;
	font-weight: normal;
	height: 34px;
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
}

.access .work_exc th:first-child {
	width: auto;
}

.access .work_exc td {
	border: 1px solid #bfbfbf;
	color: #0094b4;
	font-size: 15px;
	height: 24px;
	padding: 5px 0 4px;
	text-align: center;
	vertical-align: middle;
	width: 75px;
}

.access .work_exc td.differ, .access .inner .work_exc td:first-child {
	color: #000;
}

.access .work_exc caption {
	margin-top: 5px;
	line-height: 1.5;
	font-size: 15px;
	caption-side: bottom;
}

.access .common_page_ttl.mt {
	margin-top: 50px;
}

.access .link_btn {
	width: 660px;
	margin: 40px auto 20px;
	display: flex;
	justify-content: center;
}

.access .link_btn li {
	/* display: table; */
	width: 310px;
	margin-bottom: 25px;
	/* float: left; */
}

.access .link_btn li:nth-child(2) {
	margin: 0 20px;
}

.access .link_btn li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 64px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #8dd2ec;
	border-radius: 4px;
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
}

.access .link_btn li a:hover {
	text-decoration: none;
	background: #fba600;
}

.access .link_btn li a span {
	display: block;
	font-size: 12px;
}

.access .second_parking {
	padding: 50px 0 0;
	margin-top: 50px;
	border-top: 1px solid #ccc;
}

.access .second_parking .top_txt {
	color: #444;
	font-size: 15px;
	margin-bottom: 40px;
}

.access .second_parking .mid2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.access .second_parking .mid2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.access .second_parking img {
	display: block;
	margin: 0 auto;
}

/*.question よくある質問*/
.question .inner {
	padding: 30px 30px 20px;
}

.question .inner h3 {
	margin-bottom: 25px;
}

.question .inner .txt {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
	margin-bottom: 50px;
}

.question .inner h4 {
	margin-bottom: 20px;
}

.question .tabs__menu {
	margin-top: 30px;
}

.question .tabs__menu li {
	margin-bottom: 15px;
	float: left;
	width: 49.2%;
	text-align: center;
}

.question .tabs__menu li:nth-child(even) {
	float: right;
}

.question .tabs__menu li a {
	display: block;
	background: #efefef;
	color: #444;
	padding: 3px 0 2px;
	font-size: 32px;
	text-decoration: none;
}

.question .tabs__menu li a:active,
.question .tabs__menu li.active a {
	background: #e7f9f9;
	color: #32b7ea;
}

.question .tabdemo__content-item .list {
	padding: 30px 0;
}

.question .tabdemo__content-item .list dt {
	font-size: 22px;
	margin-bottom: 5px;
	color: #0094b4;
	font-weight: bold;
}

.question .tabdemo__content-item .list dd {
	color: #494a4a;
	font-size: 15px;
	margin-bottom: 40px;
	line-height: 1.7;
}

.question .tabdemo__content-item .list dd:last-child {
	margin-bottom: 0;
}

/*.contact お問い合わせ・・予約*/
.contact .top_ttl_txt {
	text-align: center;
	font-size: 40px;
	color: #f49c00;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-weight: bold;
}

.contact .top_txt {
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}

.contact .contact_us {
	font-size: 16px;
	text-align: center;
}

.contact .contact_box {
	border: 2px solid #0094b4;
	border-left: 0;
	border-right: 0;
	padding: 0 0 23px;
	width: 578px;
	margin: 5px auto 40px;
}

.contact .contact_box .top_txt {
	font-size: 19px;
	padding: 0 25px;
	margin-bottom: -10px;
}

.contact .contact_box .top_txt span {
	display: table-cell;
	vertical-align: middle;
}

.contact .contact_box .top_txt .tel {
	font-size: 47px;
	color: #f49c00;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

.contact .contact_box dl {
	padding: 10px 0 0 25px;
	min-height: 1px;
}

.contact .contact_box dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.contact .contact_box dl dt {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #000;
	display: table-cell;
	text-align: center;
	width: 50px;
}

.contact .contact_box dl dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 15px;
}

.contact .contact_box dl dd.holiday {
	color: #0094b4;
	font-weight: bold;
}

.contact .contens_wrapper {
	background: url(../img/bg/contact_r.png);
	padding: 15px;
}

.contact .contens_wrapper .inner {
	background: #fff;
	padding: 55px 150px;
}

.contact .contens_wrapper .inner .form_style {
	width: 100%;
}

.contact .contens_wrapper .inner .form_style th {
	font-size: 19px;
	width: 263px;
	vertical-align: middle;
	font-weight: normal;
}

.contact .contens_wrapper .inner .form_style th.th-nowrap {
	white-space: nowrap;
}

.contact .contens_wrapper .inner .form_style td {
	vertical-align: top;
	padding: 15px 0;
	font-size: 18px;
	border: none;
}

.contact .contens_wrapper .inner .form_style td input[type="text"], .contact .contens_wrapper .inner .form_style td input[type="tel"], .contact .contens_wrapper .inner .form_style td input[type="email"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.contact .contens_wrapper .inner .form_style td input.add_1_1 {
	width: 200px;
	margin-left: 10px;
}

.contact .contens_wrapper .inner .form_style td input.add_1_2 {
	width: 400px;
}

.contact .contens_wrapper .inner .form_style td div {
	margin-bottom: 10px;
}

.contact .contens_wrapper .inner .form_style .mr {
	margin-right: 10px;
}

.contact .contens_wrapper .inner .form_style .ml {
	margin-left: 10px;
}

.contact .contens_wrapper .inner .form_style td .att_txt {
	border: 1px solid #f49c00;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

.contact .contens_wrapper .inner .form_style td .att_txt a {
	color: #CB7033 !important;
}

.contact .contens_wrapper .inner .form_style td input[type="radio"] {
	margin-right: 10px;
}

.contact .contens_wrapper .inner .form_style td textarea {
	width: 100%;
	height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .contens_wrapper .inner .submit_btn {
	margin: 40px auto;
	width: 255px;
}

.contact .contens_wrapper .inner .submit_btn input, .contact .contens_wrapper .inner .submit_btn a.shu {
	display: block;
	background: #f49c00;
	padding: 15px 0;
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.contact .contens_wrapper .inner .submit_btn a.shu {
	background: #945E00;
}

.contact .ci_box {
	height: 250px;
	overflow: auto;
	margin: 30px 0 60px;
	color: #666;
	line-height: 1.8;
}

.contact .ci_box .ttl {
	font-size: 18px;
	margin-bottom: 10px;
}

.contact .ci_box .style2 {
	font-weight: bold;
}

.contact .require {
	color: #f00;
}

.contact .ok, .contact .ng {
	font-size: 16px;
	padding: 15px;
	border: 6px solid #F49C00;
	border-radius: 8px;
	line-height: 1.8;
}

.contact .ng {
	border: 6px solid #E5C614;
	color: #f00;
}

.reservation .att_txt2 {
	font-size: 14px;
	padding: 15px;
	border: 2px solid #666;
	line-height: 1.7;
}

.reservation .att_txt2 .content_txt {
	color: #F49C00;
	font-size: 15px;
	padding: 10px 0 0;
}

.reservation select {
	width: 60px;
}

.reservation .att_txt3 {
	font-size: 14px;
	padding: 15px 0 0;
	border-top: 1px solid #444;
}

.reservation .att_txt3 .content_txt {
	font-weight: bold;
	font-size: 18px;
}

/*安部歯科医院についてに--------------------------------------------------------------------------*/
/*.treatmentpolicy 治療方針について*/
.treatmentpolicy .abou_list {
	margin: 30px auto 0;
	width: 942px;
}

.treatmentpolicy .abou_list li {
	background: #cdf5fc;
	padding: 10px;
	border-radius: 10px;
	min-height: 1px;
	margin-bottom: 20px;
}

.treatmentpolicy .abou_list li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.treatmentpolicy .abou_list li .thumb {
	float: right;
	width: 294px;
}

.treatmentpolicy .abou_list li .thumb img {
	width: 100%;
}

.treatmentpolicy .abou_list li section {
	float: left;
	width: 600px;
}

.treatmentpolicy .abou_list li:last-of-type section {
	float: none;
	width: auto;
}

.treatmentpolicy .abou_list li:last-of-type section .box {
	display: flex;
	justify-content: space-between;
	margin: 20px 10px;
	width: 100;
	align-items: flex-start;
}

.treatmentpolicy .abou_list li:last-of-type section .box p {
	/* width: 600px; */
}

.treatmentpolicy .abou_list li:last-of-type section .box img {
	width: 260px;
}

.treatmentpolicy .abou_list li section h4 {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #494a4a;
	font-size: 17px;
	padding: 12px 0 8px 3px;
	border-bottom: 1px solid #0094b4;
	margin-bottom: 15px;
	line-height: 1;
}

.treatmentpolicy .abou_list li section h5 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	color: #0094b4;
}

.treatmentpolicy .abou_list li section p {
	padding: 0 3px;
	color: #494a4a;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: -0.5px;
}

.treatmentpolicy .abou_list li section a {
	color: #39669d;
	font-size: 15px;
	display: block;
	margin: 5px 0 0 5px;
}

.treatmentpolicy .abou_list li section a:before {
	content: url(../img/icon/arrow3.png);
	margin-right: 3px;
}

.eisei {
	width: 943px;
	padding: 0 0 40px 50px;
}

.eisei li {
	float: left;
	width: 301px;
	margin-right: 20px;
}

.eisei li:last-child {
	margin: 0;
}

.treatmentpolicy .abou_list li.list_5 .validity {
	margin-top: 20px;
	/* width: 600px; */
}

.treatmentpolicy .abou_list li.list_5 .validity p {
	border: 2px solid #494a4a;
	padding: 5px 10px;
	font-weight: bold;
	width: auto !important;
}

.treatmentpolicy .abou_list li.list_5 .validity ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.treatmentpolicy .abou_list li.list_5 .validity ul li {
	background: #0094b4;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	width: 47%;
	margin-bottom: 10px;
}

.treatmentpolicy .abou_list li.list_5 .validity ul li:last-child {
	margin-right: auto;
}

/*.misled 通院を迷われている方へ*/
.misled .main_visual {
	background: url(../img/misled/main.jpg) no-repeat scroll right top #0094b4;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	margin-bottom: 20px;
}

.misled .main_visual h2 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.misled .main_visual strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.misled .txt {
	text-align: center;
	font-size: 14px;
	padding-bottom: 40px;
}

.misled .list {
	color: #444;
}

.misled .list .ttl {
	font-size: 24px;
	color: #fff;
	padding: 3px 10px 2px;
	background: #fba600;
	margin-bottom: 35px;
	line-height: 1.3;
}

.misled .list .s_ttl {
	font-size: 22px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.misled .list .txt_area {
	font-size: 15px;
	margin-bottom: 55px;
	padding: 0 10px;
	line-height: 1.6;
}

.misled .list .txt_area a {
	color: #00add8;
	text-decoration: underline;
}

.misled .link_btn {
	width: 970px;
	margin: 80px auto 60px;
	display: flex;
	justify-content: center;
}

.misled .link_btn li {
	/* display: table; */
	width: 310px;
	margin-bottom: 25px;
	/* float: left; */
}

.misled .link_btn li:nth-child(2) {
	margin: 0 20px;
}

.misled .link_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 74px;
	color: #fff;
	font-size: 22px;
	background: #8dd2ec;
	border-radius: 4px;
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
}

.misled .link_btn li a:hover {
	text-decoration: none;
	background: #fba600;
}

.misled .link_btn li a span {
	display: block;
	font-size: 12px;
}

/*.painless 痛みの少ない治療への取り組み*/
.painless h3 {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a6a6a5;
}

.painless .txt {
	color: #494a4a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
	padding: 0 11px;
}

.painless .box {
	background: #cdf5fc;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 22px;
}

.painless .sec_1 .list_1 {
	background: url(../img/painless/img_1.jpg) no-repeat scroll left top / 235px;
	height: 133px;
	padding: 4px 0 0 242px;
	width: 208px;
	float: left;
}

.painless .box li h4 {
	color: #494a4a;
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f49c00;
	line-height: 1;
}

.painless .box li p {
	color: #494a4a;
	font-size: 14px;
	line-height: 1.5;
}

.painless .sec_1 .list_2 {
	background: url(../img/painless/img_2.jpg) no-repeat scroll left top / 235px;
	height: 133px;
	padding: 4px 0 0 242px;
	width: 235px;
	float: right;
}

.painless .sec_2 li h4 {
	padding-bottom: 7px;
	margin-bottom: 10px;
}

/*.infectionprevention 感染予防対策について*/
.infectionprevention {
	font-size: 14px;
}

.infectionprevention img {
	display: block;
	margin: 0 auto;
}

.infectionprevention h3 {
	font-size: 30px;
	font-family: heisei-mincho-std, serif;
	margin-bottom: 15px;
	line-height: 1.4;
}

.infectionprevention .distinction {
	margin: 0 0 20px 30px;
}

.infectionprevention .distinction .box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.infectionprevention .distinction .box p:nth-of-type(1) {
	font-size: 16px;
}

.infectionprevention .distinction .box p:nth-of-type(1) span {
	font-size: 20px;
	font-weight: bold;
	color: #0094b4;
}

.infectionprevention .distinction .box p:nth-of-type(2) {
	font-size: 18px;
	margin-left: 20px;
}

.infectionprevention .distinction .box p:nth-of-type(2) span {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cdf5fc 0%) repeat scroll 0 0;
}

.infectionprevention .emphasis {
	text-align: center;
	margin: 50px 0 30px;
}

.infectionprevention .emphasis strong {
	font-size: 30px;
}

.infectionprevention h4 {
	width: auto;
	margin: 14px auto;
	background: #0094b4;
	color: #fff;
	padding: 4px 0 4px 10px;
	font-size: 23px;
}

.infectionprevention h5 {
	border-bottom: 1px solid #39669d;
	width: auto;
	margin: 20px 0;
	padding: 4px 0 4px 10px;
	font-size: 20px;
}

.infectionprevention .sec1, .infectionprevention .sec2 {
	margin: 0 0 50px;
}

.infectionprevention .sec2 p {
	width: auto;
	margin: 30px 20px;
}

.infectionprevention .sec1-list {
	margin-top: 20px;
	padding: 0 20px;
}

.infectionprevention .sec1-item:not(:first-child) {
	margin-top: 30px;
}

.infectionprevention .sec1-item-title {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.infectionprevention .sec1-item-title span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #0094B4;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}

.infectionprevention .sec1-wrap {
	display: flex;
	gap: 50px;
}

.infectionprevention .sec1-item-info {
	padding-left: 0.5em;
	flex-grow: 1;
}

.infectionprevention .sec1-item-subtitle {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

.infectionprevention .sec1-item-text {
	margin: 10px 0 0 0;
	line-height: 2;
}

.infectionprevention .sec1-item figure {
	max-width: 340px;
}

.infectionprevention .sec1-item figure img {
	width: 100%;
}

.infectionprevention .sec2 ul {
	margin-left: 80px;
}

.infectionprevention .sec2 ul li {
	font-size: 20px;
	font-weight: bold;
	list-style-type: disc;
	margin-bottom: 10px;
	color: #0094b4;
}

.infectionprevention .sec3 {}

.infectionprevention .sec3 .img_box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
}

.infectionprevention .sec3 .img_box img {
	width: 32%;
	max-width: 294px;
	margin: 0;
}

.infectionprevention .sec3 .box_wrap {
	display: flex;
	justify-content: space-between;
	margin: 30px 30px 0;
}

.infectionprevention .sec3 .box_wrap .box {
	width: 32%;
	border: 1px solid #333;
}

.infectionprevention .sec3 .box_wrap .box h3 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	min-height: 50px;
	letter-spacing: -1px;
	background: #0094b4;
	padding: 5px;
	margin: 0;
}

.infectionprevention .sec3 .box_wrap .box h3 span {
	font-size: 15px;
	margin-left: 5px;
	display: block;
}

.infectionprevention .sec3 .box_wrap .box ul {
	padding: 4px 10px;
}

.infectionprevention .sec3 .box_wrap .box ul li {
	padding-left: 1em;
	margin-top: 5px;
}

.infectionprevention .sec3 .box_wrap .box ul li:before {
	content: "・";
	margin-left: -1em;
}

/*.about_xray レントゲンの安全性*/
.about_xray h3 {
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "serif";
	margin: 10px 0 30px 20px;
}

.about_xray p {
	font-size: 15px;
	line-height: 1.7;
}

.about_xray p.top_text,
.about_xray .contents,
.about_xray figure {
	width: 870px;
	margin: 0 auto;
}

.about_xray p.top_text {
	font-size: 18px;
}

.about_xray h4 {
	font-size: 21px;
	line-height: 21px;
	background: #c0e7f7;
	padding: 10px 18px 8px;
	margin: 50px 0 20px;
}

.about_xray .pregnancy {
	background: #efefef;
	padding: 25px 40px;
	box-sizing: border-box;
	margin: 50px auto 70px;
}

.about_xray h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*.cleaning 歯のクリーニング*/
.cleaning h3 {
	margin: 20px 0 55px;
	text-align: center;
}

.cleaning .s_ttl {
	font-size: 20px;
	padding: 0 0 8px 10px;
	border-bottom: 1px solid #f49c00;
	margin: 0 20px 15px;
	line-height: 1;
}

.cleaning .s_ttl.mt {
	margin-top: 40px;
}

.cleaning .txt {
	padding: 0 30px;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}

.cleaning .howto_flow {
	margin: 40px 0 0;
}

.cleaning .howto_flow .flow {
	text-align: center;
	margin-top: 20px;
}

.cleaning .question_area {
	margin: 60px auto 0;
	width: 915px;
}

.cleaning .question_area .main_img {
	margin-bottom: 50px;
}

.cleaning .question_area .list {}

.cleaning .question_area .list dt {
	color: #0094b4;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.cleaning .question_area .list dd {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 50px;
}

.cleaning .question_area .list dd:last-child {
	margin-bottom: 30px;
}

/*.case 症例*/
.case .main_visual {
	background: url(../img/case/main.jpg) no-repeat scroll right top #0094b4;
  height: 309px;
	padding: 94px 0 0 31px;
  color: #fff;
  margin-bottom: 20px;
}

.case .main_visual h2 {
	font-size: 23px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.case .main_visual strong {
	font-size: 17px;
  font-weight: normal;
  display: block;
}

.case .main_visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case .main_visual .case_text {
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	position: absolute;
	left: 100px;
	top: 40px;
}

.case .main_visual .case_text .main {
	font-size: 26px;
}

.case .main_visual .case_text .sub {
	font-size: 16px;
	display: block;
}

.case .main_area {
	float: right;
	width: 800px;
}

.case .main_area .number_ttl {
	font-size: 15px;
}

.case .main_area .number_ttl span {
	display: inline-block;
	background: #d9d9d9;
	border-radius: 10px;
	padding: 2px 20px 1px;
	line-height: 1.2;
	margin: 0 4px;
	font-size: 12px;
	position: relative;
	top: -2px;
}

.case .main_area .number_ttl:before {
	content: url(../img/icon/mouse.png);
	margin-right: 3px;
	vertical-align: top;
}

.case .main_area .list_area {
	background: url(../img/bg/case_r.png);
	border: 2px solid #000;
	border-left: 0;
	border-right: 0;
	padding: 12px 0;
}

.case .pagenation {
	display: table;
	text-align: center;
	margin: auto;
}

.case .pagenation div {
	font-size: 14px;
	text-decoration: none;
	padding: 0 7px;
	display: table-cell;
	text-align: center;
	color: #000;
}

.case .pagenation div a {
	color: #000;
	cursor: pointer;
}

.case .pagenation div.now {
	border: 1px solid #f59c00;
	border-radius: 4px;
}

.case .pagenation a:hover {
	text-decoration: underline;
}

.case .main_area .list_area {
	margin: 3px 0;
}

.case .main_area .list_area .list {
	width: 748px;
	padding: 40px 0 33px;
	margin: auto;
}

.case .main_area .list_area .list li {
	min-height: 1px;
	padding: 10px;
	width: 350px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	margin: 0 2px 7px;
	float: left;
}

.case .main_area .list_area .list li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.case .main_area .list_area .list li.new_item {
	width: 728px;
}

.case .main_area .list_area .list li.new_item .txt_area {
	position: absolute;
	left: 160px;
	top: 14px;
	line-height: 1.2;
}

.case .main_area .list_area .list li .thumb {
	float: left;
	width: 119px;
	height: 119px;
	overflow: hidden;
	margin: 0 10px 0 0;
	border: 1px solid #999;
}

.case .main_area .list_area .list li .thumb img {
	width: 119px;
	height: 119px;
}

.case .main_area .list_area .list li .txt_area {
	position: absolute;
	right: 10px;
	top: 14px;
	line-height: 1.2;
}

.case .main_area .list_area .list li .txt_area h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.case .main_area .list_area .list li .txt_area p {
	font-size: 11px;
	margin-bottom: 3px;
}

.case .main_area .list_area .list li a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #f59c00;
	border-radius: 12px;
	padding: 5px 19px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.case .main_area .list_area .list li a:hover {
	background: #2098D1;
	color: #fff;
}

.case .side_area {
	float: left;
	width: 217px;
}

.case .side_area .search_ttl {
	font-size: 15px;
	margin-bottom: 3px;
}

.case .side_area .search_ttl:before {
	content: url(../img/icon/search.png);
	margin-right: 3px;
	vertical-align: top;
}

.case .side_area nav {
	margin-bottom: 11px;
}

.case .side_area nav a.current {
	background: #f59c00;
	color: #fff;
	padding: 20px 15px 18px;
	height: 16px;
}

.case .side_area nav a.current:before {
	content: url(../img/icon/case_u_arrow.png);
	vertical-align: top;
	margin-right: 6px;
	top: 0;
}

.case .side_area nav a:before {
	content: url(../img/icon/case_r_arrow.png);
	vertical-align: top;
	margin-right: 6px;
	position: relative;
	top: -2px;
}

.case .side_area nav a {
	padding: 20px 15px 13px;
	height: 24px;
	color: #f59c00;
	font-size: 15px;
	border-bottom: 3px solid #f59c00;
	display: block;
}

.case .side_area ul.nav li.ttl {
	padding: 20px 15px 13px;
	height: 24px;
	font-size: 15px;
	border-bottom: 3px solid #0094b4;
	display: block;
	background-color: #0094b4;
	color: #fff;
}

.case .side_area ul.nav li.ttl:first-child a {
	position: relative;
}

.case .side_area ul.nav li.ttl:first-child a:after {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	right: -15%;
	width: 0.5em;
	height: 0.5em;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	transform: rotate(45deg);
}

.case .side_area nav a:hover {
	text-decoration: none;
	background: #f59c00;
	color: #fff;
}

.case .side_area nav a:hover:before {
	content: url(../img/icon/case_u_arrow.png);
	vertical-align: top;
	margin-right: 6px;
	top: 0;
}

.case .side_area ul {
	padding: 0 0 20px 16px;
}

.case .side_area ul li.ttl {
	font-size: 12px;
	font-weight: bold;
}

.case .side_area ul li {
	margin-bottom: 10px;
	font-size: 12px;
}

.case .side_area ul li input[type="checkbox"] {
	vertical-align: top;
	margin-right: 5px;
}

.case .main_area.detall {
	float: none;
	width: 1045px;
}

/*.case_detail 症例詳細*/
.case_detail .main_area .ttl {
	font-size: 24px;
	padding: 0 0 3px 6px;
	margin: 0 auto 35px;
	border-bottom: 3px solid #000;
	width: 850px;
}

.case_detail .main_area .ttl span {
	padding: 10px;
	font-size: 0.7em;
}

.case_detail.main_contens {
	overflow: inherit;
}

.case_detail .table {
	width: 65%;
	margin: 0 auto;
	font-size: 13px;
	border-collapse: collapse;
}

.case_detail .table th, .case_detail .table td {
	border: 1px solid #212121;
	padding: 10px 20px;
}

.case_detail .table th {
	text-align: center;
	font-weight: normal;
	background: #ccc;
	color: #000;
	width: 30%;
}

.case_detail .image_list {}

.case_detail .image_list ul {
	margin: 40px 0 10px;
	width: 1045px;
	text-align: center;
}

.case_detail .image_list ul li {
	display: inline-block;
	margin-right: 32px;
	width: 320px;
	position: relative;
	font-size: 14px;
}

.case_detail .image_list ul li:after {
	content: url(../img/icon/case_r_arrow2.png);
	width: 48px;
	height: 48px;
	position: absolute;
	right: -43px;
	top: 50%;
	margin-top: -55px;
}

.case_detail .image_list ul li:last-child:after {
	content: "";
}

.case_detail .image_list ul li:last-child {
	margin: 0;
}

.case_detail .image_list ul li .large_img {
	width: 320px;
	margin-bottom: 30px;
}

.case_detail .image_list ul li .s_thumb {
	width: 130px;
	margin: auto;
}

.case_detail .image_list ul li img {
	width: 100%;
	padding-bottom: 20px;
}

.case_detail .att_txt {
	text-align: center;
	margin-bottom: 15px;
	color: #666;
}

.case_detail .com_area {
	margin-bottom: 40px;
}

.case_detail .com_area h4 {
	font-size: 18px;
	margin: 0 auto;
	padding: 3px;
	border-bottom: 2px solid #000;
	width: 850px;
}

.case_detail .com_area .txt {
	font-size: 16px;
	padding: 20px 40px 40px;
	width: 850px;
	margin: auto;
	line-height: 1.8;
}

.case_detail .attribute span {
	padding-right: 30px;
	font-size: 13px;
}

/*保険診療メニュー--------------------------------------------------------------------------*/
/*.treatment 虫歯治療について*/
.treatment .common_contens_wrapper {
	overflow: hidden;
}

.treatment h3 {
	text-align: center;
	margin: 20px 0 60px;
}

.treatment .box {
	width: 915px;
	margin: 0 auto 45px;
}

.treatment .box:last-child {
	margin-bottom: 30px;
}

.treatment .box .ttl {
	color: #494a4a;
	font-size: 20px;
	padding-bottom: 9px;
	margin-bottom: 12px;
	line-height: 1;
	border-bottom: 1px solid #f49c00;
	position: relative;
}

.treatment .box .ttl a {
	color: #448aca;
	font-size: 17px;
	position: absolute;
	right: 0;
	top: 2px;
}

.treatment .box .ttl a:before {
	content: url(../img/icon/blue_arrow-r.png);
	margin-right: 3px;
}

.treatment .box .txt {
	color: #494a4a;
	font-size: 16px;
	line-height: 1.6;
}

.treatment .status_area {
	background: url(../img/therapy_img.jpg) no-repeat scroll left top;
	height: 793px;
	width: 915px;
	margin: 0 auto 60px;
}

.treatment .status_area ul {
	padding: 35px 0 0 250px;
}

.treatment .status_area ul li {
	background: url(../img/icon/under_arrow.png) no-repeat scroll center bottom;
	padding-bottom: 28px;
	margin-bottom: 10px;
}

.treatment .status_area ul li h4 {
	font-size: 17px;
	color: #494a4a;
	margin-bottom: 7px;
}

.treatment .status_area ul li p {
	font-size: 15px;
	color: #494a4a;
}

.treatment .status_area ul li a {
	color: #448aca;
	font-size: 15px;
	display: block;
	margin-top: 5px;
}

.treatment .status_area ul li a:before {
	content: url(../img/icon/blue_arrow-r.png);
	margin-right: 3px;
}

.treatment .status_area ul li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

.treatment .cc_img {
	margin-top: 30px;
}

.treatment .ohc_img {
	width: 450px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin-top: 15px;
}

.treatment .ohc_img img {
	width: 450px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
}

.treatment .ohc_box {
	float: right;
	width: 465px;
	padding-left: 15px;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 15px;
}

.treatment h5 {
	font-size: 16px;
	padding: 9px;
	text-align: center;
	margin-bottom: 12px;
	line-height: 1;
	border: 1px solid #F39;
}

.treatment .ohc_box table td {
	vertical-align: top;
	padding: 5px;
	line-height: 1.5;
}

.treatment .ohc_box table td.ohc_01 {
	width: 300px;
	height: 200px;
}

.treatment .ohc_box table td p.bold {
	font-weight: bold;
	padding-bottom: 10px;
}

/*pediatricdentistry 小児歯科 2019.08.02*/
.pediatricdentistry .main_visual {
	background: url(../img/pediatricdentistry/main.jpg) no-repeat scroll right top #0094b4;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	margin-bottom: 20px;
}

.pediatricdentistry .main_visual h2 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.pediatricdentistry .main_visual strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.pediatricdentistry .top_txt {
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}

.pediatricdentistry .contens_list li {
	margin-bottom: 60px;
	position: relative;
}

.pediatricdentistry .contens_list li p {
	font-size: 14px;
	line-height: 1.7;
	padding-top: 20px;
}

.pediatricdentistry .contens_list .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.pediatricdentistry .contens_list li.list_1 .box {
	flex-direction: row-reverse;
}

.pediatricdentistry .contens_list li:not(.list_1) .box .img {
	width: 380px;
	flex-shrink: 0;
}

.pediatricdentistry .contens_list li .check-img {
	display: block;
	margin: 0 auto;
}

.pediatricdentistry .contens_list .box a {
	margin-top: 30px;
}

.pediatricdentistry .contens_list li.list_1 .box a {
	margin: 30px 0 0 auto;
}

.pediatricdentistry .contens_list li.list_8 p {
	padding-top: 0;
}

/*pediatricdentistry 歯周内科*/
.periodonalmedicine h3 {
	margin: 20px 0 40px 20px;
}

.periodonalmedicine .s_ttl {
	font-size: 20px;
	padding: 0 0 8px 10px;
	border-bottom: 1px solid #f49c00;
	margin: 0 20px 15px;
	line-height: 1;
}

.periodonalmedicine .s_ttl.mt {
	margin-top: 40px;
}

.periodonalmedicine .txt {
	padding: 0 30px;
	font-size: 14px;
	line-height: 1.7;
	color: #444;
}

.periodonalmedicine .sec_2_box {
	background: url(../img/periodonal_medicine_sec2_thumb.png) no-repeat scroll right top;
	margin: 30px auto 0;
	/* height: 251px; */
	padding-right: 359px;
	width: 556px;
	margin-bottom: 40px;
}

.periodonalmedicine .sec_2_box .txt {
	padding: 10px 0 45px;
}

.periodonalmedicine .sec_2_box .txt span {
	color: #0084fe;
}

.periodonalmedicine .sec_2_box .btn {
	text-align: center;
}

.periodonalmedicine .sec_2_box .btn a {
	display: block;
	background: #66aef8;
	padding: 10px 0;
	width: 347px;
	margin: auto;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
}

.periodonalmedicine .sec_2_box .btn a span {
	color: #000;
}

.periodonalmedicine .sec_2_box .btn a:hover {
	text-decoration: none;
	background: #fba600;
}

.periodonalmedicine .howto_list {
	padding: 20px;
	color: #0084fe;
	font-size: 16px;
	margin-left: 20px;
}

.periodonalmedicine .howto_list li {
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.periodonalmedicine .flow_area {
	margin: 30px auto 0;
	width: 915px;
}

.periodonalmedicine .flow_area .s_ttl2 {
	margin-bottom: 35px;
}

.periodonalmedicine .flow_area .txt {
	line-height: 1.7;
	padding: 0 10px;
}

.periodonalmedicine .flow_area .thumb {
	text-align: center;
	margin: 30px 0;
}

.periodonalmedicine .flow_area .toothpaste {
	background: url(../img/periodonalmedicine/flow_3.png) no-repeat scroll right top;
	width: 823px;
	height: 216px;
	margin-bottom: 30px;
}

.periodonalmedicine .flow_area .attention_area {
	width: 770px;
	margin: 30px auto;
	padding: 20px;
	border: 3px solid #c9d4da;
	border-radius: 8px;
}

.periodonalmedicine .flow_area .attention_area h5 {
	color: #0094b4;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.periodonalmedicine .flow_area .attention_area p {
	color: #555;
	font-size: 14px;
	line-height: 2;
}

/*periodontal 歯周病治療*/
.periodontal .common_contens_wrapper h3 {
	padding: 20px 0 20px 30px;
}

.periodontal .common_contens_wrapper .txt {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 30px;
	padding: 0 30px;
}

.periodontal .common_contens_wrapper .bottom_img {
	text-align: center;
}

.periodontal .common_contens_wrapper .bottom_img2 {
	text-align: center;
	margin: 60px 5%;
}

.periodontal .common_contens_wrapper .bottom_img2 img {
	width: 100%;
}

.periodontal .list {
	margin: 50px auto 0;
	width: 915px;
}

.periodontal .list {
	margin: 50px auto 0;
	width: 915px;
}

.periodontal .list dd {
	color: #494a4a;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 45px;
}

.periodontal .list dd.sec1 {
	background: url(../img/kira_sec1_thumb.jpg) no-repeat scroll right bottom;
}

.periodontal .list dd.sec2 {
	background: url(../img/kira_sec2_thumb.jpg) no-repeat scroll 380px bottom;
}

.periodontal .list dd .ttl {
	margin-left: -0.5em;
}

.periodontal .list dd .color-orange {
	margin-right: 5px;
}

.periodontal .list dd table {
	width: 300px;
	border-collapse: collapse;
	margin-top: 70px;
}

.periodontal .list dd table th {
	background: #eee;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid #ccc;
}

.periodontal .list dd table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

.periodontal .list dd ul li {
	font-size: 16px;
	margin-bottom: 25px;
}

.periodontal .list dd ul li div {
	margin-top: 10px;
}

.periodontal .list dd ul li span {
	font-size: 15px;
}

/*visit 訪問歯科診療  2019.08.27*/
.visit {
	font-size: 15px;
	line-height: 1.7;
}

.visit section {
	width: 870px;
	margin: 0 auto 75px;
}

.visit h3 {
	font-size: 26px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "serif";
	margin-bottom: 15px;
	line-height: 1.4;
}

.visit figcaption {
	text-align: center;
}

.visit .vt_merit_wrap {
	display: flex;
	justify-content: space-between;
}

.visit .vt_merit {
	padding: 15px 0;
	width: 32%;
}

.visit h5 {
	font-size: 20px;
	font-weight: bold;
	color: #0294b5;
}

.visit .vt_merit .merit_text {
	width: auto;
}

.visit .vt_merit figure {
	width: auto;
}

.visit .facility_merit .fmerit_text p {
	margin-bottom: 20px;
}

.visit .facility_merit .point_box {
	display: flex;
	justify-content:
		space-around;
	align-items: center;
}

.visit .facility_merit .point_box_inner {
	width: 430px;
}

.visit .facility_merit .point_box .point {
	width: 430px;
	background: #fef2da;
	padding: 30px 0;
}

.visit .facility_merit .point_box h5:before {
	content: url(../img/visit/visit_icon_01_pc.png);
	padding-right: 10px;
}

.visit .facility_merit .point_box h5 {
	width: 330px;
	margin: 0 auto -17px;
}

.visit .point ul {
	width: 306px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	list-style-type: disc;
}

.visit .cost p {
	font-size: 18px;
	font-weight: bold;
	color: #0294b5;
	text-align: center;
	margin-bottom: 30px;
}

.visit .cost p span {
	color: #fff;
	background: #0294b5;
	padding: 5px 25px;
}

.visit .cost ul {
	width: 509px;
	margin: 0 auto;
}

.visit .cost ul li {
	text-indent: -1em;
}

.visit .cost ul li:before {
	content: "※";
}

.visit .call .call_box {
	display: flex;
	justify-content: space-around;
}

.visit .call ul {
	width: 45%;
	font-size: 18px;
}

.visit .call ul li:before {
	content: url(../img/visit/visit_icon_02_pc.png);
	padding-right: 5px;
}

.visit .call figure {
	width: 45%;
}

.visit .vt_step dl {
	width: 207px;
	float: left;
}

.visit .vt_step dl dd {
	padding: 10px;
}

.visit .vt_step p {
	font-size: 18px;
	font-weight: bold;
	color: #0294b5;
	text-align: center;
}

.visit .vt_step p span {
	font-size: 63px;
}

.visit .vt_step p span:before {
	content: url(../img/visit/visit_icon3.png);
	padding-right: 10px;
}

.visit .vt_step .clearfix {
	margin-bottom: 30px;
}

/*自由診療メニュー--------------------------------------------------------------------------*/
/* implant インプラント治療 2019.08.02*/
.implant .overview_area {
	overflow: hidden;
	margin-bottom: 30px;
}

.implant .overview_area .orsh3 {
	width: 280px;
	text-align: center;
	margin: 40px 0 25px 100px;
	border-radius: 10px;
	padding: 10px;
	font-size: 20px;
	border: 1px solid #0094b4;
}

.implant .list li p {
	color: #0094b4;
	font-size: 17px;
	line-height: 1.8;
}

.implant .list li p span {
	color: #494a4a;
	font-size: 15px;
}

.implant .tbl_txt {
	font-size: 14px;
	color: #444;
	margin: 0 auto 10px;
	width: 910px;
}

.implant .comparison_tbl {
	width: 910px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.implant .comparison_tbl tr:first-child th {
	background: #cdf5fc;
}

.implant .comparison_tbl tr th {
	border: 1px solid #444;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	background: #ddd;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.implant .comparison_tbl tr:nth-child(2) th {
	background: #0094b4;
	color: #fff;
	font-weight: bold;
}

.implant .comparison_tbl tr td {
	border: 1px solid #444;
	padding: 10px 15px;
	font-size: 14px;
	color: #444;
}

.implant .comparison_tbl tr td ul li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

.implant .comparison_tbl tr td ul li:before {
	content: "・";
}

.implant .comparison_tbl tr td ul li:last-child {
	margin: 0;
}

.implant .main_img {
	text-align: center;
	margin-bottom: 45px;
}

.implant .list {
	width: 910px;
	margin: 0 auto 50px;
}

.implant .list li {
	border: 1px solid #a6a6a5;
	border-radius: 8px;
	padding: 25px 20px;
	margin-bottom: 15px;
}

.implant .list li h5 {
	color: #494a4a;
	font-size: 17px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a6a6a5;
}

.implant .cont_ttl {
	margin: 40px 0 30px;
}

.implant .cont_2_box {
	background: url(../img/bg/implant_abe_cont2.png) no-repeat scroll center -50px;
	width: 916px;
	height: 405px;
	margin: 0 auto;
}

.implant .cont_2_box .txt {
	padding: 144px 0 0 26px;
	width: 373px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.implant .cont3_list dt {
	margin-bottom: 18px;
}

.implant .cont3_list dd {
	padding: 0 10px 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.implant .block_wrapper {
	border: 1px solid #a6a6a5;
	border-radius: 8px;
	padding: 20px 10px;
	margin: 25px auto 50px;
	width: 910px;
}

.implant .block_wrapper h4 {
	color: #494a4a;
	font-size: 16px;
	padding: 0 0 10px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a6a6a5;
}

.implant .block_wrapper p {
	padding: 0 5px 30px;
	color: #494a4a;
	font-size: 16px;
}

.implant .block_wrapper p.or_txt {
	color: #0094b4;
	padding: 0 5px;
	margin-top: -10px;
}

.implant .pagetop.imp {
	width: 910px;
	margin: 40px auto 60px;
}

.implant .flow_tbl {
	width: 910px;
	margin: 0 auto;
	border-collapse: collapse
}

.implant .flow_tbl th {
	background: #cdf5fc;
	border: 1px solid #444;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 170px;
}

.implant .flow_tbl td {
	border: 1px solid #444;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}

.implant .flow_tbl tr td:nth-child(2) {
	text-align: left;
}

.flow_tbl .step_box {
	width: 120px;
	border-radius: 10px;
	padding: 10px;
	font-size: 30px;
	border: #39669d 1px solid;
	background-color: #FFFFFF;
	color: #39669d;
	margin-left: auto;
	margin-right: auto;
}

.flow_tbl .step_box div {
	font-size: 14px;
}

.implant .questionnaire_area {
	margin-top: 30px;
}

.implant .questionnaire_area.m_ttl {
	color: #494a4a;
	font-size: 20px;
	padding-bottom: 5px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #f49c00;
	width: 910px;
	text-align: left;
}

.implant .questionnaire_area .questionnaire_list {
	width: 740px;
	margin: 40px auto 10px;
	border-radius: 8px;
	border: 1px solid #666;
	padding: 30px 30px 10px;
}

.implant .questionnaire_area .questionnaire_list li {
	width: 350px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.implant .questionnaire_area .questionnaire_list li:nth-child(even) {
	float: right;
}

.implant .questionnaire_area .questionnaire_list li a {
	display: block;
	background: #F49C00;
	padding: 15px 0;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.implant .questionnaire_area .questionnaire_list li a:hover {
	text-decoration: none;
	background: #448ACA;
}

.implant .link_btn {
	width: 910px;
	margin: 45px auto;
}

.implant .message_area {
	background: url(../img/bg/implant_message.jpg) no-repeat;
	width: 915px;
	height: 306px;
	position: relative;
	margin: 0 auto 30px;
}

.implant .message_area p {
	position: absolute;
	left: 30px;
	top: 84px;
	font-size: 14px;
	line-height: 1.8;
	width: 475px;
}

.implant .price_area h5 {
	font-size: 18px;
	background: #cdf5fc;
	padding: 10px 10px 8px;
	line-height: 1;
	width: auto;
	margin: 30px 10px 0px;
}

.implant .price_area p.desc {
	width: auto;
	margin: 10px 20px;
	font-size: 16px;
}

.implant .price_area .list {
	width: auto;
	margin: 20px;
}

.implant .price_area .list dt {
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
	background: #efefef;
	padding: 4px 4px 4px 15px;
}

.implant .price_area .list dt span {
	font-size: 13px;
}

.implant .price_area .list dd {
	margin-bottom: 7px;
	padding: 0 15px 7px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	color: #0094b4;
}

.implant .price_area .list dd span {
	color: #666;
	margin-right: 5px;
	font-size: 14px;
}

.implant .price_area .list dd .txt {
	color: #444;
	font-size: 14px;
}

.implant .price_area .list dd:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.implant .price_area .list dd img {
	margin-bottom: 10px;
	width: 400px;
}

.implant .price_area .list dd a {
	margin-left: auto;
}

.implant .price_area .list dd span.f-sml {
	font-size: 10px;
	color: #0094b4;
}

.implant .reason_area .block_wrapper:first-of-type {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.implant .reason_area .block_wrapper:first-of-type img {
	width: 40%;
}


/*.invisalign インビザライン*/
.invisalign {
	font-size: 15px;
	line-height: 1.7;
}

.invisalign section,
.invisalign .coordinator {
	width: 870px;
	margin: 0 auto;
}

.invisalign h3 {
	font-size: 26px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "serif";
	margin-bottom: 15px;
	line-height: 1.4;
}

.invisalign h3 span {
	font-size: 16px;
}

.invisalign .iv_top {
	background: url(../img/invisalign/iv_img_01.jpg) no-repeat;
	margin: 25px auto 75px;
}

.invisalign .iv_top p {
	width: 440px;
	line-height: 1.9;
	padding-bottom: 61px;
}

.invisalign .iv_trouble {
	margin-bottom: 75px;
}

.invisalign .iv_trouble ul {
	display: flex;
	justify-content: space-between;
	width: 790px;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center
}

.invisalign .iv_trouble ul:last-child {
	width: 510px;
}

.invisalign .iv_trouble li {
	line-height: 2.0;
	background: url(../img/invisalign/iv_bg_01.png) no-repeat;
	width: 212px;
	height: 212px;
	box-sizing: border-box;
	padding-top: 38px;
}

.invisalign .iv_trouble li.first {
	padding-top: 62px;
}

.invisalign .iv_trouble li span {
	border-bottom: 5px dotted #fff;
}

.invisalign .iv_movie {
	display: flex;
	align-content: space-between;
	margin-bottom: 75px;
}

.invisalign .iv_movie iframe {
	margin: 50px 20px 0 0;
}

.invisalign .iv_movie iframe:last-child {
	margin-right: 0;
}

.invisalign .iv_chara {
	display: flex;
	justify-content: space-between;
	border-bottom: #ccc dotted 1px;
	padding: 40px 0;
}

.invisalign .iv_chara:last-child {
	border-bottom: none;
	margin-bottom: 75px;
}

.invisalign .iv_chara .iv_text {
	width: 620px;
}

.invisalign h5 {
	font-size: 20px;
	font-weight: bold;
}

.invisalign .iv_chara h5 {
	font-size: 22px;
	color: #0094b4;
	margin-bottom: 10px;
}

.invisalign .iv_flow {
	background: url(../img/invisalign/iv_bg_02.png) no-repeat;
}

.invisalign .iv_flow_last {
	background: url(../img/invisalign/iv_bg_03.png) no-repeat;
	margin-top: 20px;
}

.invisalign p.step {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: 12px;
	padding-top: 26px;
}

.invisalign .iv_flow h5,
.invisalign .iv_flow_last h5 {
	color: #03518d;
	margin: 0 0 10px 12px;
}

.invisalign .iv_flow_inner {
	width: 814px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.invisalign .iv_flow_inner p {
	width: 480px;
}

.invisalign .iv_flow_inner figure {
	padding-bottom: 93px;
}

.invisalign .iv_point {
	background: #a3e6ec;
	border: #a3e6ec solid 1px;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
}

.invisalign .iv_point h5 {
	color: #03518d;
	background: url(../img/invisalign/iv_icon_01.png) no-repeat 0 45%;
	padding-left: 35px;
}

.invisalign .iv_point p {
	width: 840px;
	margin: 0 auto;
}

.invisalign .coordinator {
	text-align: center;
}

.invisalign .coordinator p {
	margin: 10px auto 30px;
}

.invisalign .coordinator a:hover {
	opacity: 0.8;
}

.invisafirst {
	width: 1011px;
	margin: 0 auto 30px;
}

.invisafirst img {
	width: 100%;
}

.invisafirst figcaption {
	background: #c6a830;
	padding: 10px 60px;
	color: #fff;
}

.invisafirst p:first-child {
	font-weight: bold;
	font-size: 24px;
}

/*.whitening ホワイトニング*/
/* .whitening h3 {
	padding: 20px 0;
} */

.whitening .abe_white_banner {
	text-align: center;
	margin: -10px 0 20px;
}

.whitening .tbl_style {
	width: 915px;
	margin: auto;
	border-collapse: collapse;
	margin: 0 auto 20px;
}

.whitening .tbl_style th {
	background: #efefef;
	border: 1px solid #666;
	padding: 10px;
	font-size: 15px;
	text-align: center;
}

.whitening .tbl_style td {
	border: 1px solid #666;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

.whitening .tbl_style tr:first-child td {
	background: #A3D9B0;
	text-align: center;
}

.whitening .abe_whitening_txt {
	border: 3px solid #6A93DB;
	padding: 15px 10px;
	font-size: 15px;
	margin: 40px auto 20px;
	width: 889px;
	line-height: 1.7;
}

.whitening .abe_whitening_txt a {
	color: #448aca;
	text-decoration: underline;
}

.whitening .questionary_area {
	background: #e9f7ef;
	padding: 20px;
	margin: 40px auto 0;
	width: 875px;
}

.whitening .questionary_area .data {
	border-left: 4px solid #000;
	background: #fff;
	padding: 15px 10px;
	font-size: 16px;
	margin: 40px 0 30px;
}

.whitening .questionary_area .data div {
	display: table-cell;
	text-align: center;
	padding: 0 30px;
	color: #666;
}

.whitening .questionary_area .list {
	font-size: 16px;
}

.whitening .questionary_area .list dt {
	background: url(../img/icon/q.png) no-repeat scroll left top;
	min-height: 40px;
	padding: 6px 0 0 50px;
	margin-bottom: 15px;
	font-size: 18px;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
}

.whitening .questionary_area .list dd {
	background: url(../img/icon/a.png) no-repeat scroll left top;
	min-height: 40px;
	padding: 8px 0 0 50px;
	margin-bottom: 35px;
}

.whitening .flow_area {
	margin: 40px auto;
	width: 915px;
}

.whitening .flow_area .ttl_area {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: space-between;
}

.whitening .flow_area .ttl_area .ttl {
	font-size: 18px;
	border-left: 3px solid #000;
	line-height: 1;
	padding-left: 10px;
}

.whitening .flow_area .ttl_area p.price {
	background: #cdf5fc;
	padding: 5px 14px;
	font-size: 14px;
	margin-left: 30px;
}

.whitening .flow_area .ttl_area p.price small {
	font-size: 10px;
}

.whitening .flow_area .list {
	padding: 15px 10px;
}

.whitening .flow_area .list dt {
	background: #E9F7EF;
	padding: 5px 10px 3px;
	text-align: left;
	font-size: 17px;
	margin-bottom: 15px;
}

.whitening .flow_area .list dd {
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/icon/under_arrow.png);
	background-attachment: scroll;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.whitening .flow_area .list dd:last-child {
	background: none;
	margin: 0;
}

.whitening .other_area {
	margin: 40px auto 0;
	width: 915px;
}

.whitening .other_area .list {
	padding: 30px 0;
	width: 933px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.whitening .other_area .list li {
	background: #cdf5fc;
	border-radius: 6px;
	padding: 20px;
	width: 50%;
	height: 169px;
	float: left;
	margin: 0 20px 0 0;
}

.whitening .other_area .list li .name {
	font-size: 20px;
	color: #494a4a;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #39669d;
	line-height: 1;
}

.whitening .other_area .list li .price {
	background: #e9f7ef;
	padding: 5px 10px;
	width: auto;
	margin: 0 10px 10px;
}

.whitening .other_area .list li .txt {
	color: #494a4a;
	font-size: 16px;
	line-height: 1.7;
}

.whitening .bottom_btn {
	width: 915px;
	margin: 30px auto 20px;
}

.whitening .abe_white_list {
	display: flex;
	gap: 19px;
	padding: 0 30px;
	margin-top: 30px;
}

.whitening .abe_white_item {
	width: calc(33.33% - 19px * 2 / 3);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	background-color: #fff;
}

.whitening .abe_white_item.is-recommend {
	position: relative;
}

.whitening .abe_white_item.is-recommend::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: -30px;
	left: -19px;
	background: url(/img/whitening/recommend.svg) no-repeat center center / contain;
}

.whitening .abe_white_item h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 48px;
	border-radius: 5px 5px 0 0;
}

.whitening .abe_white_item:not(.is-recommend) h4 {
	color: #1c94b4;
	background-color: #D7EBF0;
}

.whitening .abe_white_item.is-recommend h4 {
	color: #fff;
	background-color: #1C94B4;
}

.whitening .abe_white_item h4 span {
	font-size: 10px;
	display: block;
}

.whitening .abe_white_item .head {
	padding: 24px 24px 0 24px;
}

.whitening .abe_white_item .feature {
	margin-top: 30px;
	padding: 0 20px 30px 20px;
}

.whitening .abe_white_item .feature_title {
	font-size: 16px;
	position: relative;
}

.whitening .abe_white_item .feature_title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #1C94B4;
}

.whitening .abe_white_item .feature_title span {
	font-weight: 600;
	padding: 0 10px;
	width: max-content;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
	color: #1C94B4;
}

.whitening .abe_white_item .feature_list {
	margin-top: 20px;
	padding-left: 20px;
}

.whitening .abe_white_item .feature_item {
	line-height: calc(24 / 16);
	letter-spacing: 0.46px;
	color: #475259;
	font-weight: 600;
	padding-left: 18px;
	position: relative;
}

.whitening .abe_white_item .feature_item:not(:first-child) {
	margin-top: 8px;
}

.whitening .abe_white_item .feature_item::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 100px;
	background-color: #76ADD3;
}

.whitening .abe_white_item .feature_box {
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.whitening .abe_white_item .feature_box dl {
	display: flex;
	gap: 20px;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.whitening .abe_white_item.is-recommend .feature_box dl {
	gap: 3px;
}

.whitening .abe_white_item .feature_box dl:not(:first-child) {
	margin-top: 10px;
}

.whitening .abe_white_item .feature_box dt {
	font-size: 14px;
	color: #475259;
	font-weight: 600;
}

.whitening .abe_white_item .feature_box dt span,
.whitening .abe_white_item .feature_box dd span {
	font-size: 10px;
}

.whitening .abe_white_item .feature_box dt span:nth-child(2) {
	display: block;
}

.whitening .abe_white_item .feature_box dd {
	font-size: 14px;
	color: #63b3c7;
	font-weight: 700;
}

.whitening .abe_white_item .feature_link {
	margin-top: 20px;
}

.whitening .abe_white_item .feature_link a {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #E7F3F6;
	color: #003559;
	font-size: 14px;
	font-weight: 600;
}

.whitening .abe_white_item .feature_link a span {
	font-weight: 600;
	padding-right: 20px;
	position: relative;
}

.whitening .abe_white_item .feature_link a span::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 4px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(/img/whitening/arrow.svg) no-repeat center center / contain;
}

.whitening .abe_white_note {
	font-size: 14px;
	padding-left: 30px;
	margin-top: 20px;
}

.whitening .abe_white_note a {
	color: #1C94B4;
	font-weight: 600;
	letter-spacing: 0.42px;
	line-height: calc(24 / 14);
	margin-top: 20px;
}

.whitening .abe_white_box {
	max-width: 730px;
	margin: 30px auto 0;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #ECF5F8;
	box-sizing: border-box;
}

.whitening .abe_white_box .title {
	font-size: 20px;
	letter-spacing: 1px;
	color: #1C94B4;
}

.whitening .abe_white_box .title span {
	font-weight: 600;
	padding-left: 36px;
	position: relative;
}

.whitening .abe_white_box .title span::before{
	position: absolute;
	content: "";
	width: 23px;
	height: 23px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(/img/whitening/check.svg) no-repeat center center / contain;
}

.whitening .abe_white_box .box_wrap {
	display: flex;
	align-items: start;
	margin-top: 16px;
	justify-content: space-between;
}

.whitening .abe_white_box .box_wrap figure {
	max-width: 187px;
	width: 100%;
}

.whitening .abe_white_box .subtitle {
	font-size: 16px;
	line-height: calc(27 / 16);
	letter-spacing: 0.48px;
	color: #53A0B4;
	font-weight: 600;
}

.whitening .abe_white_box .text {
	margin-top: 10px;
	font-size: 13px;
	line-height: calc(21 / 13);
	letter-spacing: 0.39px;
	color: #1F2326;
}

/*.dietaryeducation 食育*/
.dietaryeducation h3 {
	text-align: center;
	padding-top: 20px;
}

.dietaryeducation .list {
	margin: 50px auto;
	width: 915px;
}

.dietaryeducation .list dd {
	color: #494a4a;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 45px;
}

.dietaryeducation .lifestyle_area {
	margin-top: -20px;
	border: 1px solid #0094b4;
	;
	border-radius: 8px;
	padding: 15px;
}

.dietaryeducation .lifestyle_area h4 {
	text-align: center;
	color: #0094b4;
	;
	font-size: 22px;
	font-weight: bold;
}

.dietaryeducation .lifestyle_area span {
	margin-right: 5px;
	color: #000;
}

.dietaryeducation .lifestyle_area span.break {
	display: block;
	margin-left: 10.5em;
}

/*kidsclub_abekko キッズくらぶ「ABEKKO」*/
.kidsclub_abekko h3 {
	text-align: center;
	padding: 20px 0 0;
}

.kidsclub_abekko h4 {
	width: 940px;
	margin: 14px auto;
	background: #2daec4;
	color: #fff;
	padding: 4px 0 4px 10px;
	font-size: 24px;
}

.kidsclub_abekko p, .kidsclub_abekko .admission table, .kidsclub_abekko .admission ul {
	font-size: 16px;
}

.kidsclub_abekko p {
	width: 900px;
	margin: 30px auto;
}

.kidsclub_abekko .admission table {
	width: 690px;
	margin: 0 auto;
}

.kidsclub_abekko .admission table, .kidsclub_abekko .admission table td, .kidsclub_abekko .admission table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

.kidsclub_abekko .admission table td, .kidsclub_abekko .admission table th {
	padding: 9px;
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.kidsclub_abekko .admission table span {
	font-size: 12px;
	font-weight: normal;
}

.kidsclub_abekko .admission ul {
	width: 610px;
	margin: 20px auto;
	font-weight: bold;
}

.kidsclub_abekko .admission ul li {
	margin-bottom: 10px;
}

.kidsclub_abekko .admission ul li:nth-child(1):before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 38px;
	background-image: url(../img/abekko/icon1.jpg);
	background-size: 38px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.kidsclub_abekko .admission ul li:nth-child(2):before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 38px;
	background-image: url(../img/abekko/icon2.jpg);
	background-size: 38px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.kidsclub_abekko .course table {
	width: 920px;
	margin: 0 auto;
}

.kidsclub_abekko .course table, .kidsclub_abekko .course table td, .kidsclub_abekko .course table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

.kidsclub_abekko .course table th {
	color: #fff;
	width: 230px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 20px;
}

.kidsclub_abekko .course table td {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.kidsclub_abekko .course table tr.c-1 th {
	background: #f4c61d;
	background-image: url(../img/abekko/course1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.kidsclub_abekko .course table tr.c-2 th {
	background: #eb6662;
	background-image: url(../img/abekko/course2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.kidsclub_abekko .course table tr.c-3 th {
	background: #74c084;
	background-image: url(../img/abekko/course3.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
}

.kidsclub_abekko .course table td p {
	width: auto;
	margin: 0;
}

.kidsclub_abekko .course table td ul li {
	font-size: 24px;
	line-height: 1.1;
	margin-top: 15px;
}

.kidsclub_abekko .course table td ul li span.disc, .kidsclub_abekko .course table tr.c-3 td span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-left: 30px;
}

.kidsclub_abekko .course table tr.c-3 td p {
	font-size: 24px;
	color: #eb6662;
}

.kidsclub_abekko .agreement .list {
	margin: 30px auto 0;
	width: 915px;
}

.kidsclub_abekko .agreement .list .ttl_area {
	display: flex;
	align-items: center;
}

.kidsclub_abekko .agreement .list .ttl_area span {
	margin-left: 10px;
}

.kidsclub_abekko .agreement .list dd p {
	margin: 20px 0 20px 10px;
	background: #eb6661;
	color: #fff;
	width: 240px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

.kidsclub_abekko .agreement .list dd ul {
	margin-left: 40px;
}

.kidsclub_abekko .agreement .list dd ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

.kidsclub_abekko .agreement .list dd ul li span {
	font-size: 12px;
	margin-left: 30px;
}

.kidsclub_abekko .admission_both {
	width: 692px;
	margin: 30px auto 50px;
}

.kidsclub_abekko .infomation .list {
	margin: 30px auto 0;
	width: 915px;
}

.kidsclub_abekko .infomation .list dt {
	font-size: 21px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f49c00;
	margin-bottom: 10px;
}

.kidsclub_abekko .infomation .list dd {
	font-size: 16px;
	width: 850px;
	margin: 0 auto;
}

.kidsclub_abekko .infomation .list dd span {
	background: linear-gradient(transparent 50%, yellow 50%);
}

/*dentalspa デンタルスパ*/
.dentalspa h3 {
	text-align: center;
	padding: 18px 0 45px;
}

.dentalspa .box {
	padding-bottom: 50px;
	width: 918px;
	margin: auto;
}

.dentalspa .box:last-child {
	padding-bottom: 25px;
}

.dentalspa .box ul {
	padding: 15px 0 0;
}

.dentalspa .box ul li {
	color: #f49c00;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}

.dentalspa .menu_ttl {
	background: #ddd;
	padding: 5px;
	font-size: 18px;
	color: #EE02AC;
	margin-top: 30px;
}

.dentalspa .care_wrapper {
	background: #efefef;
	padding: 30px;
	margin-top: 30px;
}

.dentalspa .care_ttl {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	color: #444;
}

.dentalspa .care_txt {
	font-size: 14px;
	margin-bottom: 20px;
}

.dentalspa .box dl {
	padding: 30px 15px 0;
}

.dentalspa .box dl dt {
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	line-height: 1;
	color: #000;
}

.dentalspa .box dl dd {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
	margin: -5px 0 30px;
}

.dentalspa .box dl dd.price {
	color: #ac6407;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 16px;
}

.dentalspa .box dl dd.price span {
	font-size: 13px;
	color: #666;
	margin-left: 5px;
}

.dentalspa .box dl dd.price.mb {
	margin-bottom: 30px;
}

.dentalspa .box dl dd a {
	color: #448aca;
	text-decoration: underline;
	margin-right: 3px;
}

.dentalspa .box dl dt.reccomend:before {
	content: url(../img/icon/star.png);
	margin: 0 5px 0 0;
	vertical-align: top;
	display: inline-block;
}

.dentalspa .box dl dd:last-child {
	margin-bottom: 0;
}

/*pricemap 料金案内 2020.03.02*/

.pricemap h4 {
	margin-bottom: 0;
}

.pricemap h5 {
	font-size: 18px;
	background: #cdf5fc;
	padding: 10px 10px 8px;
	line-height: 1;
	width: auto;
	margin: 30px 10px 0px;
}

.pricemap .inner_wrap p.desc {
	width: auto;
	margin: 10px 20px;
	font-size: 16px;
}

.pricemap .list {
	width: auto;
	margin: 20px;
}

.pricemap .list dt {
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
	background: #efefef;
	padding: 4px 4px 4px 15px;
}

.pricemap .list dt span {
	font-size: 13px;
}

.pricemap .list dd {
	margin-bottom: 7px;
	padding: 0 15px 7px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	color: #0094b4;
	display: flex;
	align-items: center;
}

.pricemap .list dd span {
	color: #666;
	margin-right: 5px;
	font-size: 14px;
}

.pricemap .list dd small {
	font-size: 14px;
	text-align: right;
	display: block;
	margin-left: auto;
}

.pricemap .list dd .txt {
	color: #444;
	font-size: 14px;
}

.pricemap .list dd:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pricemap .list dd img {
	margin-bottom: 10px;
	width: 400px;
}

.pricemap .list dd a {
	margin-left: auto;
}

.pricemap .list dd span.f-sml {
	font-size: 10px;
	color: #0094b4;
}

.pricemap .mt40 {
	margin-top: 40px;
}

.pricemap h4 span.f-sml2 {
	font-size: 12px;
}

.pricemap .list dd span.s_txt {
	color: #444;
	font-size: 13px;
	margin-left: 10px;
}

/*dental-loan デンタルローン*/
.dental-loan {
	margin-bottom: 50px;
}

.dental-loan img {
	width: 100%;
}

.dental-loan .common_contens_wrapper {
	padding: 40px 48px;
}

.dental-loan h4.dl-ttl {
	font-size: 20px;
	font-weight: 600;
	line-height: calc(30 / 20);
	background-color: #D9F0F9;
	padding: 5px;
}

.dental-loan .dl-sec1 {
	margin-top: 40px;
}

.dental-loan .dl-sec1-point {
	margin-top: 40px;
}

.dental-loan .dl-text1 {
	font-size: 16px;
	margin-top: 20px;
	line-height: calc(24 / 16);
}

.dental-loan .dl-sec1-example {
	margin-top: 60px;
	position: relative;
	padding-left: 146px;
}

.dental-loan .dl-sec1-comment {
	position: absolute;
	width: 163px;
	height: 140px;
	top: 0;
	left: 0;
}

.dental-loan .dl-sec1-example .dl-ttl {
	text-align: center;
	color: #fff;
	background-color: #0094B4;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
}

.dental-loan .dl-sec1-example .dl-row {
	display: flex;
	justify-content: center;
	gap: 104px;
	padding: 18px 0 13px;
	background-color: #F9F9F9;
}

.dental-loan .dl-sec1-example .dl-box-left {
	display: flex;
	gap: 50px;
	align-items: center;
}

.dental-loan .dl-sec1-example .dl-box-txt {
	font-size: 16px;
	font-weight: 600;
	line-height: calc(24 / 16);
	text-align: center;
}

.dental-loan .dl-sec1-example .wrap {
	position: relative;
}

.dental-loan .dl-sec1-example .wrap::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 16px;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	background-color: #D9D9D9;
}
.dental-loan .dl-sec1-example .txt {
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.dental-loan .dl-sec1-example .price {
	font-size: 14px;
	text-align: center;
	color: #0094B4;
	font-weight: 600;
	line-height: calc(36 / 24);
	margin-top: 5px;
}

.dental-loan .dl-sec1-example .price span {
	font-size: 24px;
}

.dental-loan .dl-sec1-example .note {
	font-size: 10px;
	margin-top: 5px;
}

.dental-loan .dl-sec1-example dl {
	display: flex;
	gap: 20px;
	align-items: center;
}

.dental-loan .dl-sec1-example dl:nth-child(2) {
	margin-top: 10px;
}

.dental-loan .dl-sec1-example dt {
	width: 90px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: calc(18 / 12);
	padding: 3px 0;
	background-color: #0094B4;
}

.dental-loan .dl-sec1-example dd {
	font-size: 12px;
	line-height: calc(18 / 12);
}

.dental-loan .dl-sec2 {
	margin-top: 80px;
}

.dental-loan .dl-sec2 .dl-sec2-ttl {
	text-align: center;
	padding-top: 60px;
	font-size: 23px;
	font-weight: 600;
	border-top: solid 1px rgba(0, 148, 180, 0.2);
}

.dental-loan table.type-dl {
	margin-top: 40px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.5;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
}

.dental-loan table.type-dl th {
	width: 170px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: calc(20 / 14);
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background: #EEF5F6;
}

.dental-loan table.type-dl td {
	width: calc(100% - 170px);
	font-size: 14px;
	padding: 14px 16px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.dental-loan .dl-sec3 {
	margin-top: 80px;
}
.dental-loan .dl-sec3 .dl-list {
	margin-top: 40px;
	display: flex;
	gap: 40px;
}

.dental-loan .dl-sec3 .dl-item {
	width: calc((100% / 4) - 40px * 3 / 4);
	border: solid 2px #0094B4;
	border-radius: 10px;
	padding: 30px 20px 40px;
	position: relative;
}

.dental-loan .dl-sec3 .dl-item:not(:first-child):before {
	position: absolute;
	content: "";
	width: 13px;
	height: 14px;
	top: 50%;
	left: -28px;
	transform: translateY(-50%);
	background: url(../img/dental-loan/arrow.svg) no-repeat center center / contain;
}

.dental-loan .dl-sec3 .dl-step {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -16px;
	background-color: #fff;
	color: #0094B4;
	font-weight: 600;
	padding: 2px 10px;
	font-size: 20px;
	width: max-content;
	font-family: "din-2014", sans-serif;
}

.dental-loan .dl-sec3 .ttl {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.dental-loan .dl-sec3 .txt {
	margin-top: 15px;
	font-size: 14px;
	line-height: calc(25 / 14);
	font-weight: 400;
}

.dental-loan .dl-sec4 {
	margin-top: 80px;
}

.dental-loan .dl-sec4 .dl-list {
	margin-top: 40px;
	padding: 0 30px;
}

.dental-loan .dl-sec4 .dl-item {
	padding-bottom: 30px;
	border-bottom: solid 1px #E3E3E3;
}

.dental-loan .dl-sec4 .dl-item:not(:first-child) {
	margin-top: 30px;
}

.dental-loan .dl-sec4 .dl-item-ttl {
	display: flex;
	align-items: center;
	gap: 13px;
	font-size: 18px;
	font-weight: 600;
	line-height: calc(27 / 18);
}

.dental-loan .dl-sec4 .dl-item-ttl span {
	width: 40px;
	height: 40px;
	background-color: #0094B4;
	color: #fff;
	display: grid;
	place-content: center;
	font-size: 22px;
	border-radius: 100px;
	font-weight: 600;
}

.dental-loan .dl-sec4 .dl-item-txt {
	font-size: 16px;
	line-height: calc(28 / 16);
	margin-top: 15px;
	padding-left: 10px;
}

.dental-loan .dl-sec4 .wrap {
	display: flex;
	margin-top: 40px;
	gap: 40px;
	align-items: center;
	padding: 0 30px;
}

.dental-loan .dl-sec4 .head {
	width: 200px;
	color: #fff;
	background-color: #0094B4;
	text-align: center;
	font-size: 20px;
	line-height: calc(30 / 20);
	padding: 15px 0;
	font-weight: 600;
}

.dental-loan .dl-sec4 .logo {
	width: 370px;
}

.dental-loan .dl-sec4 .address {
	font-weight: 600;
	font-size: 14px;
	line-height: calc(21 / 14);
	letter-spacing: 0.05em;
}

/*リクルート--------------------------------------------------------------------------*/
/*リクルート共通*/
.recruit_bottom_banner {
	width: 1050px;
	margin: 30px auto;
}

.recruit_bottom_banner li {
	float: left;
	margin: 0 20px;
}

.recruit_bottom_dh_banner {
	width: 1040px;
	margin: 75px auto 0;
}

.recruit_bottom_dh_banner li {
	width: 490px;
	float: left;
	margin: 0 15px;
}

/*recruit リクルート 2019.08.02*/
.recruit .main_visual {
	background: url(../img/recruit/main.jpg) no-repeat scroll right top #0094b4;
	height: 309px;
	padding: 94px 0 0 31px;
	color: #fff;
	margin-bottom: 20px;
}

.recruit .main_visual h2 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.recruit .main_visual strong {
	font-size: 17px;
	font-weight: normal;
	display: block;
}

.recruit .txt {
	text-align: center;
	font-size: 14px;
	padding-bottom: 30px;
}

.recruit .youtube_embed_wrapper {
	margin: 0 auto 80px;
}

.recruit .youtube_embed {
	max-width: 720px;
	width: 100%;
}

.recruit .list {
	margin-bottom: 40px;
	position: relative;
}

.recruit .list .txt_area {
	padding-left: 420px;
	font-size: 16px;
	min-height: 240px;
	text-align: left;
}

.recruit .list a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.recruit .list.pat1 .txt_area {
	background: url(../img/recruit/recruit_list-1.jpg) no-repeat scroll 10px top / 390px;
}

.recruit .list.pat2 .txt_area {
	background: url(../img/recruit/recruit_list-2.jpg) no-repeat scroll 10px top / 390px;
}

.recruit .list.pat3 .txt_area {
	background: url(../img/recruit/recruit_list-3.jpg) no-repeat scroll 10px top / 390px;
	margin-bottom: 100px;
}

.recruit .link_area img {
	margin: 30px 0 10px;
}

/*.introducationstaff 働くスタッフの紹介*/
.introducationstaff .inner {
	width: 1045px;
	margin: 0 auto;
}

.introducationstaff .inner .flow {
	width: 1000px;
	margin: 30px auto 0;
}

/*.interview 実際に働くDHにきいてみた*/
.interview h3 {
	text-align: center;
}

.interview .list {
	margin: 50px auto;
	width: 960px;
}

.interview .list dt {
	font-size: 18px;
	color: #0094b4;
	margin-bottom: 10px;
	font-weight: bold;
}

.interview .list dd {
	font-size: 16px;
	color: #666;
	margin-bottom: 55px;
	line-height: 1.7;
}

.interview .link_btn {
	width: 960px;
	margin: auto;
	text-align: right;
}

.interview .link_btn a {
	color: #448aca;
	font-size: 16px;
	text-decoration: underline;
}

.interview .link_btn a:before {
	content: url(../img/icon/blue_arrow-r.png);
	margin-right: 5px;
	vertical-align: top;
}

.interview .thumb_img {
	text-align: center;
	margin: 0 auto 40px;
}

.interview .list dd .thumb_img {
	margin: 30px 0 0;
}









.inlay .about_gold {
	margin: 20px 20px 0;
}

.inlay .about_gold .ttl {
	margin-bottom: 20px;
}

.inlay .about_gold .g_txt {
	color: #494a4a;
	font-size: 14px;
	line-height: 1.7;
}

.inlay .about_gold .g_txt span {
	color: #ff776b;
}

.inlay table {
	margin: 30px 20px 0;
	border-collapse: collapse;
}

.inlay table .ttl {
	background: #ddd;
	padding: 10px;
	font-size: 15px;
}

.inlay table th {
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	border: 1px solid #444;
}

.inlay table td {
	vertical-align: top;
	padding: 15px 10px;
	font-size: 15px;
	border: 1px solid #444;
	line-height: 1.7;
	letter-spacing: -0.5px;
}

.inlay table .middle td {
	text-align: center;
	vertical-align: middle;
}

.inlay table .middle td span {
	font-size: 13px;
	display: block;
	margin-top: 5px;
	color: #8C8474;
	letter-spacing: 0.5px;
}

.inlay table .merit, .inlay table .demerit {
	width: 50%;
	background: #a89f8c;
}

.inlay table .merit {
	background: #F2F0D5;
}

.inlay .common_contens_wrapper table:last-child {
	margin-bottom: 20px;
}

.inlay .att_txt {
	color: #444;
	font-weight: normal;
	font-size: 12px;
	margin-left: 5px;
}

.cleans .box {
	margin: 25px auto 0;
}

.cleans .box ul {
	width: 942px;
	margin: auto;
}

.cleans .box ul li {
	background: #fce1b2;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}

.cleans .box ul li .thumb {
	float: right;
}

.cleans .box ul li h4 {
	color: #494a4a;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 0 0 8px 5px;
	line-height: 1;
	border-bottom: 1px solid #f49c00;
}

.cleans .box ul li p {
	color: #494a4a;
	font-size: 15px;
	line-height: 1.7;
	padding-left: 5px;
}

.cleans .box ul li .inner {
	float: left;
	width: 600px;
	padding-top: 10px;
}

.cleans .box ul li.list_2 .inner {
	float: none;
	width: auto;
	padding: 10px 0 20px;
}

.cleans .box ul li.list_2 .inner p {
	padding-right: 2px;
}


.preortho h3 {
	text-align: center;
	padding: 20px 0 45px;
}

.preortho .top_img {
	text-align: center;
	margin-bottom: 50px;
}

.preortho .characteristic_area {
	width: 915px;
	margin: 0 auto;
}

.preortho .characteristic_area h5 {
	color: #f49c00;
	font-size: 20px;
	margin-bottom: 3px;
}

.preortho .characteristic_area .u_line_txt {
	margin-bottom: 40px;
	line-height: 1.6;
}

.preortho .com_block {
	width: 915px;
	margin: 0 auto;
}

.preortho .com_block .inner {
	border: 1px solid #a6a6a5;
	border-radius: 8px;
	margin: 30px 0;
}

.preortho .com_block .inner .type_list {
	padding: 25px 0;
	width: 749px;
	margin: auto;
}

.preortho .com_block .inner .type_list li {
	color: #444;
	font-size: 20px;
	margin-bottom: 15px;
	width: 749px;
	height: 130px;
	padding-top: 88px;
}

.preortho .com_block .inner .type_list li:nth-child(1) {
	background: url(../img/pediatriccorrection/preortho_type1.png) no-repeat;
}

.preortho .com_block .inner .type_list li:nth-child(2) {
	background: url(../img/pediatriccorrection/preortho_type2.png) no-repeat;
}

.preortho .com_block .inner .type_list li:nth-child(3) {
	background: url(../img/pediatriccorrection/preortho_type3.png) no-repeat;
}

.preortho .aiube_area {
	background: url(../img/pediatriccorrection/preortho_aiube.png) no-repeat;
	width: 925px;
	height: 1620px;
	margin: 60px auto;
	position: relative;
}

.preortho .aiube_area p {
	position: absolute;
	font-size: 26px;
	color: #444;
}

.preortho .aiube_area .txt1 {
	left: 347px;
	top: 666px;
}

.preortho .aiube_area .txt2 {
	left: 101px;
	top: 864px;
}

.preortho .aiube_area .txt3 {
	left: 347px;
	top: 1109px;
}

.preortho .aiube_area .txt4 {
	left: 51px;
	top: 1355px;
}

.preortho .aiube_area .txt1 span {
	color: #f66662;
}

.preortho .aiube_area .txt2 span {
	color: #5f93f3;
}

.preortho .aiube_area .txt3 span {
	color: #f35fd2;
}

.preortho .aiube_area .txt4 span {
	color: #50d369;
}

.preortho .aiube_area .b_txt {
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.7;
}

.preortho .aiube_area .b_txt span {
	color: #e07880;
}

.preortho .price {
	text-align: center;
	margin-top: 60px;
	padding-bottom: 50px;
}


.balloon h3 {
	text-align: center;
	padding: 20px 0;
}

.balloon .txt {
	color: #494a4a;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 30px;
}

.balloon .bottom_img {
	text-align: center;
	margin-top: 20px;
}






/*cosmeticdentistry 審美補綴 2019.08.02*/
.cosmeticdentistry img {
	width: 100%;
}

.cosmeticdentistry .price_area table {
	width: 100%;
}

.cosmeticdentistry .price_area table,
.cosmeticdentistry .price_area th,
.cosmeticdentistry .price_area td {
	border: 1px solid #595959;
	border-collapse: collapse;
	vertical-align: middle;
}

.cosmeticdentistry .price_area th,
.cosmeticdentistry .price_area td {
	padding: 5px;
}

.cosmeticdentistry .price_area th {
	background: #cdf5fc;
	text-align: center;
}

.cosmeticdentistry .price_area th:first-child,
.cosmeticdentistry .price_area th:last-child {
	width: 190px;
}

.cosmeticdentistry .price_area td:first-child,
.cosmeticdentistry .price_area td:last-child {
	text-align: center;
}

.cosmeticdentistry .price_area a.btn2 {
	margin: 20px 0 0 auto;
}

.cosmeticdentistry .technician_area dl {
	margin: 30px 20px;
	width: auto;
}

.cosmeticdentistry .technician_area dl dt {
	font-size: 20px;
	font-family: heisei-mincho-std, serif;
	font-weight: bold;
	border-bottom: 1px solid #0294b5;
	margin: 20px 0px;
}

.cosmeticdentistry .technician_area dl dt span {
	background: #0294b5;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	margin-right: 10px;
}

.cosmeticdentistry .technician_area dl dd {
	margin-left: 20px;
}

/*orthodontic 矯正歯科 2019.08.02*/
/*.orthodontic img{
	width:100%
}*/
.orthodontic .lineup_area ul.lineup {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.orthodontic .lineup_area ul.lineup li {
	width: 45%;
	border: 1px solid #a6a6a5;
	border-radius: 6px;
	padding: 18px;
}

.orthodontic .lineup_area ul.lineup li p.price {
	text-align: center;
	border: 1px solid #666;
	width: auto;
	margin: 0 10px 15px;
	padding: 7px 0;
}

.orthodontic .lineup_area ul.lineup li img {
	margin: 10px 0;
}

.orthodontic .lineup_area ul.lineup li a {
	margin: 0 auto;
}

.orthodontic .inner_box {
	background-color: #f0f0f0;
	border-radius: 6px;
	padding: 30px 24px;
	width: auto;
}

.orthodontic .inner_box h4 {
	border-bottom: 2px solid #0094b4;
}

.orthodontic .inner_box ul {
	margin-top: 15px;
}

.orthodontic .inner_box ul li {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
	color: #666;
}

.orthodontic .flow_area .flow_tbl {
	width: 910px;
	margin: 10px auto 0;
	border-collapse: collapse;
}

.orthodontic .flow_area .flow_tbl th {
	background: #cdf5fc;
	border: 1px solid #444;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 170px;
}

.orthodontic .flow_area .flow_tbl td {
	border: 1px solid #444;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}

.orthodontic .flow_area .flow_tbl tr td:nth-child(2) {
	text-align: left;
}

.orthodontic .flow_area .flow_tbl th .step_box {
	width: 120px;
	border-radius: 10px;
	padding: 10px;
	font-size: 30px;
	border: #39669d 1px solid;
	background-color: #FFFFFF;
	color: #39669d;
	margin-left: auto;
	margin-right: auto;
}

/*orthodontic 矯正歯科修正 2020.02.07*/
.orthodontic .flow_area .flow_tbl tr.two td p {
	margin-bottom: 10px;
}

.orthodontic .flow_area .flow_tbl tr.two td p span {
	font-weight: bold;
	color: #0094b4;
}

.orthodontic .flow_area .flow_tbl tr.two td ul {
	margin: 0 0 10px 10px;
}

.orthodontic .flow_area .flow_tbl tr.two td ul li {
	padding-left: 1em;
	margin-bottom: 5px;
	font-weight: bold;
}

.orthodontic .flow_area .flow_tbl tr.two td ul li:before {
	content: "・";
	margin-left: -1em;
}

.orthodontic .flow_area .flow_tbl tr.two td img:first-of-type {
	margin-bottom: 5px;
}

.orthodontic .btn_area {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

/*preventivedentistry 虫歯予防 2019.08.02*/
.preventivedentistry .main_img {
	text-align: center;
	margin: 30px 0 50px;
}

.preventivedentistry .list {
	padding: 0 40px;
}

.preventivedentistry .menu_area .box {
	margin: 30px 0px;
}

.preventivedentistry .menu_area table {
	width: 100%;
	border-collapse: collapse;
}

.preventivedentistry .menu_area table th {
	background: #FFEBC9;
	padding: 15px 10px;
	width: 190px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}

.preventivedentistry .menu_area table td {
	border: 1px solid #ccc;
	padding: 15px 10px;
	font-size: 14px;
	position: relative;
}

.preventivedentistry .menu_area table td p.price {
	text-align: center;
	background-color: #cdf5fc;
	padding: 10px;
	width: 300px;
	margin-top: 10px;
	font-weight: bold;
}

.preventivedentistry .menu_area table td a {
	color: #448aca;
	font-size: 15px;
	text-align: center;
	display: block;
	border: 1px solid #448aca;
	padding: 3px 20px 1px;
	border-radius: 25px;
	margin-right: 25px;
	display: inline-block;
	margin-top: 10px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.preventivedentistry .menu_area table td a:before {
	content: url(../img/icon/blue_arrow-r.png);
	margin-right: 10px;
}

.preventivedentistry .menu_area table td a:hover {
	text-decoration: none;
}

/*salivatest 唾液検査(サリバテスト) 2019.08.02*/
.salivatest .mv {
	width: 870px;
	margin: 0 auto 20px;
}

.salivatest .sec1 {
	width: 870px;
	margin: 0 auto 40px;
}

.salivatest .sec1 img {
	width: auto;
}

.salivatest .sec1 p {
	text-align: center;
	font-size: 20px;
	margin: 20px 0px;
	font-weight: bold;
}

.salivatest .sec2 .box_wrap {
	display: flex;
	justify-content: space-around;
}

.salivatest .sec2 .box_wrap .box {
	width: 30%;
	border: 1px solid #666;
}

.salivatest .sec2 .box p:nth-of-type(1) {
	font-size: 24px;
	text-align: center;
	margin: 20px 15px 0px;
	width: auto;
	border-bottom: 2px solid #1700f4;
}

.salivatest .sec2 .box p:nth-of-type(2) {
	font-size: 14px;
	width: auto;
	height: 130px;
	margin: 10px 20px;
}

.salivatest .sec2 .box p:nth-of-type(3) {
	font-size: 20px;
	color: #1700f4;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}

.salivatest .sec2 .box:nth-of-type(2) p:nth-of-type(1) {
	border-bottom: 2px solid #f49c00;
}

.salivatest .sec2 .box:nth-of-type(2) p:nth-of-type(3) {
	color: #f49c00;
}

.salivatest .sec2 .box:nth-of-type(3) p:nth-of-type(1) {
	border-bottom: 2px solid #267b64;
	;
}

.salivatest .sec2 .box:nth-of-type(3) p:nth-of-type(3) {
	color: #267b64;
	;
}

.salivatest .sec2 .chart {
	width: 870px;
	margin: 20px auto;
}

.salivatest .sec2 .chart p {
	font-size: 20px;
	width: auto;
	margin: 30px 110px;
}

.salivatest .sec3 h4 span {
	font-size: 14px;
}

.salivatest .sec3 p.txt {
	font-size: 20px;
	width: 500px;
	margin: 20px auto;
}

.salivatest .sec3 ul li {
	width: 254px;
	margin: 20px 0px 20px 51px;
	float: left;
}

.salivatest .sec3 ul li p {
	font-size: 20px;
	text-align: center;
}

.salivatest .sec3 span.clic {
	display: block;
	clear: both;
	font-size: 16px;
	text-align: center;
	padding: 20px 0px;
}

.salivatest .sec4 {
	position: relative;
}

.salivatest .sec4 p.txt {
	font-size: 18px;
	width: 740px;
	margin: 20px auto;
}

.salivatest .sec4 table {
	width: 920px;
	margin: 0 auto;
}

.salivatest .sec4 td {
	font-size: 16px;
	vertical-align: middle;
	padding-left: 20px
}

.salivatest .sec4 th.arrow {
	text-align: center;
	padding: 20px 0px;
}

.salivatest .sec4 td.nakanishi {
	position: absolute;
	top: 1015px;
	right: 70px;
}

.salivatest .sec4 td.minitte5 img {
	position: absolute;
	top: 700px;
	right: 130px;
}


/*healthcareページここから 2020/05/15
==========================================*/
/*共通*/
.healthcare img {
	width: 100%;
}

.healthcare h2.common_page_ttl {
	background-color: #f49c00;
}

/*ショートコード*/
.healthcare .flex_box {
	display: flex;
}

.healthcare .arrow {
	position: relative;
}

.healthcare .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border: 25px solid transparent;
	border-left: 25px solid #2dadc6;
}

.healthcare .caution {
	font-size: 12px;
}

/*タイトル*/
.healthcare .heading_gray {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	background-color: #f4f4f4;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-top: 2px solid #2dadc6;
}

.healthcare .heading_gray span {
	display: block;
	background: #2dadc6;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: -32px;
	left: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.healthcare .heading_speech {
	max-width: 634px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 12px;
	margin: 0 auto 40px;
	border-radius: 100px;
	position: relative;
}

.healthcare .heading_speech::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	margin-left: -15px;
	border: 15px solid transparent;
}

.healthcare .heading_speech.orange {
	background-color: #f49c00;
}

.healthcare .heading_speech.orange::after {
	border-top: 15px solid #f49c00;
}

.healthcare .heading_speech.blue {
	background-color: #2dadc6;
}

.healthcare .heading_speech.blue::after {
	border-top: 15px solid #2dadc6;
}

/*レイアウト*/
.healthcare .sec_wrap {
	padding-bottom: 60px;
}

.healthcare .inner {
	padding: 0 20px;
}

.healthcare .graph_wrap {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.healthcare .graph_wrap h5 {
	font-size: 16px;
	color: #fff;
	background-color: #2dadc6;
	text-align: center;
	padding: 12px;
	border-radius: 100px;
	margin-bottom: 30px;
	position: relative;
}

.healthcare .graph_wrap h5::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #2dadc6;
}

/*sec1*/
.healthcare .about_area .intro_area {
	text-align: center;
	margin-bottom: 60px;
}

.healthcare .about_area .intro_area .mainttl_wrap {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
}

.healthcare .about_area .intro_area img {
	max-width: 680px;
	margin-bottom: 25px
}

.healthcare .about_area .flow_area .step1 {
	padding-bottom: 60px;
}

.healthcare .about_area .flow_area .step2 img {
	display: block;
	max-width: 540px;
	margin: 30px auto 0;
}

.healthcare .about_area .flow_area .flex_box {
	margin-top: 20px;
}

/*sec2*/
.healthcare .merit_area .flex_box {
	flex-wrap: wrap;
	margin-top: 20px;
}

.healthcare .merit_area .graph_wrap h5 {
	background-color: #f49c00;
}

.healthcare .merit_area .graph_wrap h5::after {
	border-top: 15px solid #f49c00;
}

/*sec3*/
.healthcare .reason_area .flex_box {
	margin-top: 15px;
}

.healthcare .reason_area .flex_box li {
	padding: 15px 30px;
}

.healthcare .reason_area .graph_wrap {
	margin: 0 auto;
}

/*sec4*/
.healthcare .cause_area {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 60px;
}

.healthcare .cause_area p {
	text-align: center;
}

.healthcare .cause_area .box_inner,
.healthcare .cause_area figure {
	width: 33.3%;
	padding: 30px;
}

.healthcare .cause_area .box_inner ul {
	height: 100%;
	background-color: #f7f7f7;
	border-radius: 50px;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.1);
}

.healthcare .cause_area ul li {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.healthcare .cause_area ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/*sec5*/
.healthcare .summary_area .step_box:first-of-type {
	padding-bottom: 60px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 60px;
}

.healthcare .summary_area .step_box .graph_wrap {
	width: 634px;
	margin: 0 auto;
}

.healthcare .summary_area .flex_box {
	align-items: center;
}

.healthcare .summary_area .flex_box .left_wrap {
	width: 75%;
}

.healthcare .summary_area .flex_box figure {
	width: 25%;
}

.healthcare .summary_area .flex_box li {
	width: 25%;
	padding: 15px;
}

.healthcare .summary_area .flex_box .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 15px solid transparent;
	border-left: 15px solid #2dadc6;
}

.healthcare .summary_area .flex_box li p {
	border: 2px solid;
	border-radius: 10px;
	padding: 20px 5px;
	font-size: 13px;
	text-align: center;
}

.healthcare .summary_area .flex_box li p .bold {
	display: block;
	margin-bottom: 5px;
}

.healthcare .summary_area .flex_box li .blue {
	border-color: #0094b4;
}

.healthcare .summary_area .flex_box li .orange {
	border: 3px solid #f49c00;
}

/*sec6*/
.healthcare .price_area .table_wrap {
	border: 1px solid #222;
}

.healthcare .price_area dl {
	border-bottom: 1px solid #222;
}

.healthcare .price_area dt,
.healthcare .price_area dd {
	width: 50%;
	text-align: center;
	padding: 15px;
}

.healthcare .price_area dt {
	background-color: #f4f4f4;
	font-weight: bold;
}

.healthcare .price_area ul {
	padding: 15px;
}

.healthcare .price_area ul li {
	position: relative;
	padding-left: 15px;
}

.healthcare .price_area ul li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

/*sec7*/
.healthcare .recipe_area figure {
	max-width: 540px;
	margin: 0 auto;
	display: block;
}

.healthcare .recipe_area .flex_box {
	flex-wrap: wrap;
}

.healthcare .recipe_area li {
	width: 33.3%;
	padding: 15px;
	box-sizing: border-box;
}

.healthcare .recipe_area li a {
	background-color: #2dadc6;
	display: block;
	padding: 12px;
	border-radius: 5px;
	text-align: center;
}

/*sec8*/
.healthcare .inbody_area .ud_line {
	position: relative;
}

.healthcare .inbody_area .ud_line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #2dadc6;
}

.healthcare .inbody_area .flex_box {
	margin-top: 40px;
}

.healthcare .inbody_area .flex_box figure:nth-of-type(1) {
	width: 70%;
}

.healthcare .inbody_area .flex_box figure:nth-of-type(2) {
	width: 30%;
}







.coolingoff {
	width: 700px;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 15px;
}

.coolingoff h5 {
	text-align: center;
	font-size: 18px;
}

.coolingoff h5 span {
	font-size: 12px;
	color: #ccc;
	display: block;
	margin-top: -2px;
}

.coolingoff p {
	margin: 15px 0px;
}

.coolingoff table {
	width: 600px;
	margin: 0 auto;
}

.coolingoff table, .coolingoff td, .coolingoff th {
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.coolingoff td, .coolingoff th {
	padding: 3px;
	width: 30px;
	height: 25px;
}

.coolingoff th {
	background: #f0e6cc;
}

.coolingoff .even {
	background: #fbf8f0;
}

.coolingoff .odd {
	background: #fefcf9;
}

.doctor h3 {
	padding: 20px 0 65px;
	text-align: center;
}

.doctor h3 img:last-of-type {
	padding-top: 20px;
}

.doctor .comment_area {
	width: 916px;
	margin: 0 auto;
	background: url(../img/message/doctor_sign.jpg) no-repeat scroll right bottom;
	padding-bottom: 60px;
}

.doctor .comment_area h4 {
	margin-bottom: 15px;
}

.doctor .comment_area .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
}

.doctor .comment_area .career {
	width: 860px;
	margin: 30px auto;
}

.doctor .link_btn {
	width: 660px;
	margin: 40px auto 20px;
	display: flex;
	justify-content: center;
}

.doctor .link_btn li {
	/* display: table; */
	width: 310px;
	margin-bottom: 25px;
	/* float: left; */
}

.doctor .link_btn li:nth-child(2) {
	margin: 0 20px;
}

.doctor .link_btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #8dd2ec;
	border-radius: 4px;
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	gap: 10px;
}

.doctor .link_btn li a:hover {
	text-decoration: none;
	background: #fba600;
}

.doctor .link_btn li a span {
	display: block;
	font-size: 12px;
}

.doctor .link_btn li a img{
	width: 16px;
}

table.type10 {
	width: 860px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.type10 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #27b9d2;
	font-size: 18px;
	text-align: center;
}

table.type10 tbody th {
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
}

table.type10 td {
	width: 500px;
	padding: 10px;
	vertical-align: middle;
	font-size: 14px;
}

table.type10 .even {
	background: #f3f6f7;
}

.resources h3 {
	padding: 40px 0;
	text-align: center;
}









.mft .inner {
	padding: 30px 30px 20px;
}

.mft .inner h3 {
	margin-bottom: 25px;
}

.mft .inner .txt {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
	margin-bottom: 20px;
}

.mft .inner .banner {
	margin-bottom: 20px;
	text-align: center;
}

.link_btn {
	width: 910px;
	margin: 45px auto;
}

.mft .inner dl {
	padding: 30px 10px;
	color: #666;
}

.mft .inner dl dt {
	font-size: 22px;
	margin-bottom: 10px;
}

.mft .inner dl dd {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 40px;
}

.mft .inner dl dd:last-child {
	margin-bottom: 0;
}

.mft .link_btn {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.mft .link_btn a {
	position: relative;
	background: #438aca;
	display: block;
	width: 290px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

.mft .link_btn a:first-of-type {
	background: #0094b4;
}

.mft .link_btn a:after {
	content: "";
	position: absolute;
	top: 40%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#loading {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

ul.next_prev_link_box a {
	color: #040404 !important;
	font-size: 1.5em;
}

ul.next_prev_link_box {
	width: 100%;
	height: 20px;
}

ul.next_prev_link_box li.next {
	float: right;
}

ul.next_prev_link_box li.prev {
	float: left;
}

ul.nav li.blog_list a {
	color: #000000 !important;
	display: block;
	background-image: url(../img/icon/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 2px;
	margin-left: 10px;
}

.blog_box:hover {
	background-color: #EBEBEB;
}

.blog_box {
	width: 220px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #D4D4D4;
	border-radius: 2px;
	float: left;
}

.blog_box .date {
	border-bottom: #767676 solid 1px;
	display: block;
	margin-bottom: 4px;
	width: 110px;
	font-size: 100%;
}

.blog_box div.thum_box {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.blog_box div.excerpt {
	float: right;
	width: 110px;
	font-size: 12px;
	line-height: 1.3;
}

.blog_box div.title {
	padding-top: 10px;
	height: 50px;
}

.blog_box div.title h3 {
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
}

.blog_box div.thum_box img {
	width: 100px;
}

.blog_box .more {
	margin-top: 10px;
}

.blog_box .more a {
	width: 40%;
	color: #FFFFFF;
	background-color: #C5661B;
	display: block;
	padding: 5px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	float: left;
}

.blog_box .more a:hover {
	background-color: #0094b4;
}

#content_box .avator_box a, .blog_box .avator_box a {
	display: inline-block;
	width: 100%;
	color: #000000;
}

#content_box .avator_box {
	float: right;
	width: 150px;
	border-radius: 4px;
	padding: 3px;
	position: relative;
}

.blog_box .avator_box {
	float: right;
	width: 48%;
	border-radius: 4px;
	padding: 3px;
	position: relative;
}

.blog_box .avator_box:hover {
	background-color: #FFE9C4;
}

#content_box .avator_box span,
.blog_box .avator_box span {
	font-size: 12px;
	display: inline-block;
	padding-top: 15px;
}

#content_box .avator_box .avatar,
.blog_box .avator_box .avatar {
	float: right;
	width: 40%;
	border-radius: 100px;
}

#content_box .avator_box span.author_text,
.blog_box .avator_box span.author_text {
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	right: -3px;
}

#content_box .avator_box .avatar img, .blog_box .avator_box .avatar img {
	width: 100%;
	height: auto;
}

div#pageNavi {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
}

div#pageNavi div.page_navi {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#pageNavi div.page_navi a {
	width: 30px;
	display: block;
	cursor: pointer;
	color: #000000 !important;
}

div#pageNavi div.page_navi:hover, div#pageNavi div.now {
	border: 1px solid #C5661B;
	border-radius: 4px;
}

ul.nav div.more {
	width: 179px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	border: #39669d solid 1px;
}

ul.nav div.more:hover {
	border: #946301 solid 1px;
}

h2.blog_title {
	font-size: 1.8em;
	margin-bottom: 20px;
}

div#content_box {
	border: 1px dashed #EAEAEA;
	padding: 10px;
	margin-bottom: 50px;
	font-size: 1.2em;
	line-height: 1.6em;
}

span.date {
	font-size: 1.2em;
	float: right;
}

div.com .blog_box {
	width: 130px;
	padding: 4px;
	float: left;
	cursor: pointer;
	position: relative;
}

div.com .blog_box div.thum {
	overflow: hidden;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.com .blog_box div.thum img {
	width: 170%;
	height: auto;
	position: absolute;
	left: -50%;
	top: 0%;
}

div.com .blog_box .title {
	font-weight: bold;
}

div.com .blog_box .date {
	position: absolute;
	font-size: 10px;
	text-align: right;
	width: 90px;
	bottom: 5px;
	right: 0px;
}

.o_more {
	float: right;
	color: #424242 !important;
	font-size: 13px;
}

.inner_box p.t {
	font-size: 16px;
	padding-left: 1em;
	margin-bottom: 5px;
	color: #666;
}

.iv_img, .iv_move {
	width: 47%;
	padding: 1%;
	border-radius: 4px;
	border: #585858 solid 1px;
}

.recruit_technician .inner_wrapper {
	border: 1px solid #a69f99;
	border-radius: 8px;
	padding: 17px 0;
	margin: 0 17px;
}

.recruit_technician .inner_wrapper h3 {
	text-align: center;
	margin-bottom: 55px;
}

.recruit_technician .inner_wrapper h4 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 23px;
}

.recruit_technician .inner_wrapper .point01_area {
	background: url(../img/technician_point01_thumb.png) no-repeat scroll right top;
	height: 147px;
	width: 936px;
	margin: 0 auto 50px;
}

.recruit_technician .inner_wrapper .txt {
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.8;
	width: 653px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.recruit_technician .inner_wrapper .figure_img {
	text-align: center;
	margin-bottom: 75px;
}

.recruit_technician .inner_wrapper .point02_area {
	background: url(../img/technician_point02_thumb.png) no-repeat scroll right top;
	height: 179px;
	width: 936px;
	margin: 0 auto 100px;
}

.recruit_technician .inner_wrapper .point03_area {
	background: url(../img/technician_point03_thumb.png) no-repeat scroll right top;
	height: 184px;
	width: 936px;
	margin: 0 auto 100px;
}

.recruit_technician .inner_wrapper table {
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}

.recruit_technician .inner_wrapper table th {
	font-size: 16px;
	padding: 20px 15px;
	border: 1px solid #ccc;
}

.recruit_technician .inner_wrapper table td {
	font-size: 16px;
	padding: 20px 15px;
	border: 1px solid #ccc;
	line-height: 1.8;
}

.recruit_technician .inner_wrapper .btn {
	display: table;
	margin: 50px auto 25px;
	width: 310px;
}

.recruit_technician .inner_wrapper .btn a {
	background: #8dd2ec none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: table-cell;
	font-size: 22px;
	height: 74px;
	text-align: center;
	transition: all 0.8s ease-out 0s;
	vertical-align: middle;
}

.recruit_technician .inner_wrapper .btn a:hover {
	text-decoration: none;
}

.ivBox img {
	padding-bottom: 30px;
}

.allergy .top_txt {
	font-size: 15px;
	padding: 20px 40px 40px;
	line-height: 1.7;
}

.allergy .cause_area {
	border-top: 2px solid #0094b4;
	padding: 35px 0 0;
	margin: 0 auto 0;
	width: 800px;
}

.allergy .cause_area h3, .metal_area h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	border-left: 12px solid #1897d2;
	padding: 5px 0 0 12px;
}

.allergy .cause_area p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 60px;
}

.allergy .cause_area p span {
	text-decoration: underline;
}

.allergy .cause_area dl {
	padding: 35px 10px 50px;
}

.allergy .cause_area dl dt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.allergy .cause_area dl dd {
	font-weight: bold;
	text-align: center;
	color: red;
	font-size: 13px;
}

.allergy .metal_area h4 {
	font-size: 18px;
	margin-top: 15px;
}

.allergy .metal_area .tbl_area {
	float: left;
	width: 543px;
}

.allergy .metal_area table {
	border-collapse: collapse;
}

.allergy .metal_area table th {
	width: 138px;
}

.allergy .metal_area .right_area {
	float: right;
	width: 360px;
}

.allergy .metal_area .right_area .list {
	margin-top: 22px;
}

.allergy .metal_area .right_area .list li:first-child {
	margin-bottom: 9px;
}

.allergy .metal_area .right_area .list li a {
	border-radius: 30px;
	color: black;
	display: block;
	text-align: center;
	border: 1px solid #1897d2;
	padding: 12px 0;
	background: url(../img/icon/allergy_arrow.png) no-repeat scroll 50px center;
	font-size: 20px;
	line-height: 1;
}

.allergy .metal_area .right_area .list li a:hover {
	text-decoration: none;
}

.allergy .prevention_area {
	margin-top: 40px;
}

.allergy .prevention_area h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	border-left: 12px solid #1897d2;
	padding: 5px 0 0 12px;
}

.allergy .prevention_area .box {
	background: url(../img/allergy_thumb1.jpg) no-repeat scroll left bottom;
	height: 315px;
	position: relative;
	padding-left: 478px;
}

.allergy .prevention_area .box .txt {
	font-size: 15px;
	line-height: 1.8;
}

.allergy .prevention_area .box .thumb {
	position: absolute;
	left: 478px;
	bottom: 0;
}

.moreButton {
	background: #00A3FF;
	padding: 15px;
	width: 100px;
	text-align: center;
	margin: 10px;
	margin-left: 20px;
}



@-webkit-keyframes pulse {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.8;
	}
}

.blinking {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}

section.occlusion p {
	font-size: 15px;
	line-height: 1.7;
}

section.occlusion .inner {
	width: 872px;
	margin: 0 auto;
}

section.occlusion h3 {
	margin-bottom: 40px;
}

section.occlusion p.catch {
	margin-bottom: 15px;
}

section.occlusion section {
	margin-top: 50px;
}

section.occlusion h4 {
	font-size: 21px;
	line-height: 21px;
	background-color: #c0e7f7;
	padding: 10px 18px 8px;
	margin-bottom: 20px;
}

section.occlusion .attention {
	background: #e6e6e6;
	width: 800px;
	margin: 0 auto 30px;
	padding-bottom: 10px;
}

section.occlusion .attention .heading {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

section.occlusion .attention .text {
	width: auto;
	margin: 10px 15px;
	text-align: center;
}

section.occlusion .attention .text span {
	text-decoration: underline;
}

p.flow {
	text-align: center;
}

.img_l {
	width: 226px;
	float: left;
}

.text_r {
	width: 616px;
	float: right;
}

section.occlusion h5 {
	font-size: 21px;
	padding-bottom: 9px;
	border-bottom: #f49c00 solid 1px;
	margin-bottom: 13px;
	clear: both;
}

.description {
	margin-bottom: 20px;
}

section.training_flow p.img {
	width: 150px;
	float: left;
}

section.training_flow p.text {
	width: 640px;
	height: 208px;
	float: right;
	background: url(../img/occlusion/occlusion_arrow.gif) no-repeat;
	background-position: right;
	padding-right: 60px;
}

.item div {
	width: 277px;
	float: left;
	margin: 0 20px 20px 0;
}

.item div:nth-child(3n) {
	margin-right: 0;
}

.item h6 {
	font-size: 20px;
}

.item_img {
	margin-bottom: 15px;
}

h4.hv-ttl {
	width: 873px;
	margin: 0 auto;
}

.hv-sec1 {
	width: 916px;
	margin: 0 auto;
}

.hv-sec1 img {
	width: 872px;
	margin: 0 auto;
}

.hv-sec1 p {
	width: 800px;
	text-align: left;
	font-size: 16px;
	margin: 20px auto 40px;
}

.hv-sec1 p span.orange {
	color: #f49c00;
	font-weight: bold;
}

.hv-sec2 {
	width: 916px;
	margin: 0 auto;
	background-image: url("../img/homevisit/arrow.jpg");
	background-repeat: no-repeat;
	background-position: center left 305px;
	overflow: hidden;
}

.hv-sec2 .hv-sec2-txt1 {
	clear: both;
	font-size: 20px;
	width: 645px;
	margin: 20px auto;
}

.hv-sec2-box1 {
	background-image: url("../img/homevisit/step1.png");
	background-repeat: no-repeat;
}

.hv-sec2-box2 {
	background-image: url("../img/homevisit/step2.png");
	background-repeat: no-repeat;
}

.hv-sec2-box3 {
	background-image: url("../img/homevisit/step3.png");
	background-repeat: no-repeat;
}

.hv-sec2-box1, .hv-sec2-box2, .hv-sec2-box3 {
	width: 254px;
	height: 275px;
	float: left;
	margin: 20px 0px 20px 42px;
}

.hv-sec2-box1 p.box-txt, .hv-sec2-box2 p.box-txt, .hv-sec2-box3 p.box-txt {
	font-size: 14px;
	width: 224px;
	height: 114px;
	margin: 145px auto 0;
}

.hv-sec2 img {
	display: block;
	width: 873px;
	margin: 0 auto 30px;
}

.hv-sec3 p.hv-sec3-txt1 {
	font-size: 16px;
	width: 818px;
	margin: 20px auto;
	text-align: left
}

.hv-sec3 p.hv-sec3-txt1 span.black {
	font-weight: bold;
}

.hv-sec3 p.hv-sec3-txt1 small {
	font-size: 14px;
}

.hv-sec4 p.hv-sec4-txt1 {
	font-size: 18px;
	width: 740px;
	margin: 20px auto;
}

h4.u_line2 {
	width: 916px;
	padding-bottom: 10px;
	margin: 0px auto 15px;
	line-height: 1;
	font-size: 20px;
	color: #494a4a;
	border-bottom: 1px solid #f49c00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hv-sec4 {
	font-size: 16px;
}

.hv-sec4 ul {
	width: 659px;
	margin: 50px auto;
}

.hv-sec4 li {
	display: inline;
	border: 1px solid #000;
	padding: 12px 30px;
}

.hv-sec4 li:first-child {
	margin-right: 20px;
}

.hv-sec4 p {
	width: 650px;
	margin: 0 auto 30px;
	text-align: left;
}

.hv-sec4 p span {
	color: #f49c00;
	font-weight: bold;
	font-size: 20px;
}

.hv-sec4 a {
	color: #000;
}





/*facebook埋め込み用*/
iframe.facebook-like-box {
	border: 0;
	background-color: transparent;
	overflow: hidden;
	width: 400px;
	/*ライクボックスの幅を指定*/
	height: 250px;
	/*ライクボックスの高さを指定*/
}


.sealant h3 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 15px;
}

.sealant .main_img {
	text-align: center;
	margin-bottom: 30px;
}


.kira h3 {
	text-align: center;
	padding: 20px 0 0;
}

.kira .list {
	margin: 50px auto 0;
	width: 915px;
}

.kira .list dt {
	font-size: 21px;
	color: 3494a4a;
	padding-bottom: 5px;
	border-bottom: 1px solid #f49c00;
	margin-bottom: 10px;
}

.kira .list dd {
	color: #494a4a;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 45px;
}

.kira .list dd.sec1 {
	background: url(../img/kira_sec1_thumb.jpg) no-repeat scroll right bottom;
}

.kira .list dd.sec2 {
	background: url(../img/kira_sec2_thumb.jpg) no-repeat scroll 380px bottom;
}

.kira .list dd .ttl {
	margin-left: -0.5em;
}

.kira .list dd .color-orange {
	margin-right: 5px;
}

.kira .list dd table {
	width: 300px;
	border-collapse: collapse;
	margin-top: 70px;
}

.kira .list dd table th {
	background: #eee;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid #ccc;
}

.kira .list dd table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

.kira .list dd ul li {
	font-size: 16px;
	margin-bottom: 25px;
}

.kira .list dd ul li div {
	margin-top: 10px;
}

.kira .list dd ul li span {
	font-size: 15px;
}

/*増税のお知らせ 2019.8.29*/
.corona {
	width: 1100px;
	margin: 10px auto 20px;
}

/* .corona a:first-of-type{
	position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    background: #f7941d;
    line-height: 1;
}
.corona a:first-of-type:after{
    content: "";
    position: absolute;
    top: 1.1em;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */
.corona a:last-of-type {
	display: block;
	margin-top: 10px;
}

.corona a:last-of-type img {
	width: 100%;
}

.corona .patient {
	border: 2px solid #0094b4;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
}

.corona .patient h2 {
	font-family: heisei-mincho-std, serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.corona .patient h2 span {
	display: block;
	color: #d48c20;
}

.corona .patient p {
	text-align: center;
}

.corona .patient ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

.corona .patient ul li {
	padding-left: 1em;
	width: 41%;
	margin-bottom: 15px;
	background: #0094b4;
	padding: 10px 40px;
	border-radius: 50px;
	text-align: center;
}

.corona .patient ul li:before {
	margin-left: -1em;
}

.corona .patient ul li:nth-of-type(1):before {
	content: "①";
}

.corona .patient ul li:nth-of-type(2):before {
	content: "②";
}

.corona .patient ul li:nth-of-type(3):before {
	content: "③";
}

.corona .patient ul li:nth-of-type(4):before {
	content: "④";
}

.corona .patient ul li:nth-of-type(5):before {
	content: "⑤";
}

.corona .patient ul li:nth-of-type(6):before {
	content: "⑥";
}

.corona .patient ul li:nth-of-type(7):before {
	content: "⑦";
}

.corona .patient ul li:nth-of-type(8):before {
	content: "⑧";
}

.corona .patient ul li:nth-of-type(9):before {
	content: "⑨";
}

.corona .patient ul li:nth-of-type(10):before {
	content: "⑩";
}

.corona .patient ul li:nth-of-type(11):before {
	content: "⑪";
}

.corona .patient ul li:nth-of-type(12):before {
	content: "⑫";
}

/* luluさん */
.lulu {
	width: 1100px;
	margin: 0 auto;
}

.lulu img {
	box-sizing: border-box;
	border: 1px solid #0294b5;
	width: 100%;
}

/* youtube */
.youtube_capture {
	max-width: 1100px;
	margin: 20px auto;
}

.youtube_embed_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	max-width: 1100px;
	margin: 20px auto 50px;
}

.youtube_embed {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	width: calc(50% - 15px);
}

.youtube_embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* 口腔育成に関するお知らせ */
.koukuu {
	max-width: 1100px;
	margin: 20px auto 20px;
}

.koukuu a {
	color: #fff;
	background-color: #0094b5;
	border: 2px solid #0094b5;
	position: relative;
	display: block;
	width: auto;
	padding: 10px 0;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.koukuu a::after {
	content: "";
	position: absolute;
	top: 1.1em;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.koukuu+.flexslider {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}

/* 歯の相談会のお知らせ 20220530*/
.event_box {
	width: 1100px;
	margin: 20px auto 0;
	display: flex;
	gap: 20px;
}

.event_box a {
	display: block;
	width: calc(50% - 10px);
}

.event_box img {
	width: 100%;
}

.event_box ul.right.roll {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event_box ul.right.roll img {
    width: 540px;
}

/* インプラント料金20230828 */
.basiccharge {
	background: #f9f9f9;
	padding: 20px;
	margin: 20px 20px 0;
	line-height: 2;
	font-size: 16px;
	border-radius: 5px;
}

.basiccharge span {
	background: #e3f4f7;
	padding: 0px 5px;
	display: inline-block;
	margin-right: 6px;
}

.basiccharge strong {
	color: #0194b4;
}

.basiccharge small {
	font-size: 12px;
}

.option_txt {
	background: #e3f4f7;
	padding: 10px;
	margin: 40px 20px 30px;
	border-radius: 5px;
	position: relative;
	font-size: 16px;
}

.option_txt:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 100%;
	border: 14px solid transparent;
	border-top: 14px solid #e3f4f7;
	width: 0;
	height: 0;
}

/* スタッフ紹介 20240122
------------------------------ */
.staff .profile_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 50px;
	padding: 0 80px;
	margin-top: 60px;
}

.staff .profile_wrapper .profile_list {
	display: block;
	width: calc((100% / 3) - 34px);
	margin-bottom: 0;
}

.staff .profile_wrapper .profile_list .thumb {
	display: block;
	width: 100%;
	padding-top: 0;
	aspect-ratio: 1/ 1;
}

.staff .profile_wrapper .profile_list .thumb img {
	width: 100%;
	object-fit: cover;
}

.staff .profile_wrapper .profile_area {
	display: block;
	width: 100%;
	padding-left: 0;
	margin-top: 16px;
}

.staff .profile_wrapper .profile_area .name {
	font-size: 12px;
	margin-top: 5px;
}

.staff .profile_wrapper .profile_area .name span {
	font-size: 19px;
	display: inline-block;
	padding-right: 10px;
}

.staff .profile_wrapper .profile_area .tag_list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 5px;
}

.staff .profile_wrapper .profile_area .tag_list li {
	font-size: 12px;
	color: #0095b5;
	margin-bottom: 0;
}



/* ----------------------------------------
20250221 オーラルケアページ改修（旧デンタルスパ）
---------------------------------------- */
.dentalspa .first_title {
	font-family: 'heisei-mincho-std';
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	padding: 15px 0 30px;
}
.dentalspa .first_title + p {
	font-size: 18px;
	line-height: 23.4px;
	margin-bottom: 30px;
}
.dentalspa .recommend_wrapper {
	max-width: 640px;
	width: 100%;
	margin: 50px auto 0;
}
.dentalspa .recommend_title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.dentalspa .recommend_title span {
	color: #0194B4;
}
.dentalspa .recommend_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.dentalspa .recommend_item {
	background-color: #ECF5F8;
	border-radius: 10px;
	padding: 25px;
	width: calc((100% / 3) - 14px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	color: #000 !important;
font-size: 16px !important;
	line-height: 25.6px !important;
	text-align: center;
}
.dentalspa .recommend_item img {
	width: 70px;
	height: 70px;
}
.dentalspa .sub_heading {
	text-align: left !important;
	padding: 0 0 10px !important;
}
.dentalspa .effect_wrapper {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}
.dentalspa .effect_wrapper + .effect_wrapper {
	margin-top: 30px;
}
.dentalspa .effect_txt {
	border-top: solid 1px #ccc;
	padding-top: 30px;
}
.dentalspa .effect_category {
	display: inline-block;
	background-color: #0094B4;
	border-radius: 100px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 19.2px;
	padding: 5px 15px;
}
.dentalspa .effect_wrapper h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #0094B4;
	margin: 10px 0 20px;
}
.dentalspa .effect_txt p {
	font-size: 16px;
	line-height: 25.6px;
}
.dentalspa .effect_img {
	flex-shrink: 0;
	width: 340px;
}
.dentalspa .effect_img img {
	width: 100%;
}
.dentalspa .price_wrap {
	display: flex;
	margin: 0 auto;
	max-width: 690px;
	width: 100%;
}
.dentalspa .price_wrap .time {
	box-sizing: border-box;
	background-color: #CDF6FC;
	border: solid 1px #595959;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	width: 286px;
}
.dentalspa .price_wrap .price {
	box-sizing: border-box;
	border: solid 1px #595959;
	margin-left: -1px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	width: calc(100% - 286px);
}
.dentalspa .price_wrap .price .tax {
	font-size: 12px;
}