@charset "utf-8";
html {
	line-height: 1;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	font-weight: 400;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #727C8B;
	background-color:#f4f3f1;
}
img {
	width:100%;
}
a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.inner {
	width:90%;
	margin:0 auto;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.v-rl {
	writing-mode: vertical-rl;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.bg-white {
	background-color:#fff;
}
.bg-grayge {
	background-color:#f4f3f1;
}
.text-white {
	color:#fff!important;
}
.text-black {
	color:#3B362E!important;
}
.text-blue {
	color:#5983C5!important;
}
.text-light-blue {
	color:#95B0DB!important;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-bold {
	font-weight: bold;
}
.pt-0 {
	padding-top: 0px!important;
}
.pt-10 {
	padding-top: 10px!important;
}
.pt-20 {
	padding-top: 20px!important;
}
.pt-30 {
	padding-top: 30px!important;
}
.pt-40 {
	padding-top: 40px!important;
}
.pt-50 {
	padding-top: 50px!important;
}
.pt-60 {
	padding-top: 60px!important;
}
.pt-70 {
	padding-top: 70px!important;
}
.pt-80 {
	padding-top: 80px!important;
}
.pt-90 {
	padding-top: 90px!important;
}
.pt-100 {
	padding-top: 100px!important;
}
.pt-120 {
	padding-top: 120px!important;
}
.pt-140 {
	padding-top: 140px!important;
}
.pt-160 {
	padding-top: 160px!important;
}
.pb-10 {
	padding-bottom: 10px!important;
}
.pb-20 {
	padding-bottom: 20px!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pb-40 {
	padding-bottom: 40px!important;
}
.pb-50 {
	padding-bottom: 50px!important;
}
.pb-60 {
	padding-bottom: 60px!important;
}
.pb-70 {
	padding-bottom: 70px!important;
}
.pb-80 {
	padding-bottom: 80px!important;
}
.pb-90 {
	padding-bottom: 90px!important;
}
.pb-100 {
	padding-bottom: 100px!important;
}
.pb-120 {
	padding-bottom: 120px!important;
}
.pb-140 {
	padding-bottom: 140px!important;
}
.pb-160 {
	padding-bottom: 160px!important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-40 {
	margin-top: 40px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mt-60 {
	margin-top: 60px!important;
}
.mt-70 {
	margin-top: 70px!important;
}
.mt-80 {
	margin-top: 80px!important;
}
.mt-100 {
	margin-top: 100px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
.mb-80 {
	margin-bottom: 80px!important;
}
.mb-100 {
	margin-bottom: 100px!important;
}
.mb-120 {
	margin-bottom: 120px!important;
}
.mb-140 {
	margin-bottom: 140px!important;
}
.mb-160 {
	margin-bottom: 160px!important;
}
.ml-0 {
	margin-left: 0px!important;
}
.ml-20 {
	margin-left: 20px!important;
}
.ml-30 {
	margin-left: 30px!important;
}
.ml-40 {
	margin-left: 40px!important;
}

.mr-0 {
	margin-right: 0px!important;
}
.mr-20 {
	margin-right: 20px!important;
}
.mr-30 {
	margin-right: 30px!important;
}
.mr-40 {
	margin-right: 40px!important;
}
.mr-50 {
	margin-right: 50px!important;
}
.mr-60 {
	margin-right: 60px!important;
}

.br-08 {
	border-radius: 8px;
}
.br-10 {
	border-radius: 10px;
}
.br-20 {
	border-radius: 20px;
}

.flex {
	display: flex;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.align-flex-start {
	align-items: flex-start;
}
.content-center {
	align-content: center;
}
.align-baseline {
	align-items: baseline;
}
.align-end {
	align-items: flex-end;
}
.col-1-2 {
	width:48%;
	margin:0 auto;
}
.col-1-3 {
	width:32%;
	margin:0 auto;
}
.col-2-3 {
	width:64%;
	margin:0 auto;
}
.col-1-4 {
	width:23%;
	margin:0 auto;
}
.col-3-4 {
	width:69%;
	margin:0 auto;
}
.col-1-5 {
	width:18%;
	margin:0 auto;
}
.col-4-5 {
	width:72%;
	margin:0 auto;
}
.col-1-6 {
	width:15%;
	margin:0 auto;
}

/* header */
header {
	position: fixed;
	top:0;
	width:100%;
	z-index: 10;
}
header .logo-area {
	background-color:#7C9DCF;
	padding: 50px;
	border-radius: 0 0 50px 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.gnav {
	background-color: #fff;
	border-radius: 0 0 0 50px; 
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	align-content: center;
	height: 100%;
}
.gnav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav ul li a {
	font-size: 16px;
	letter-spacing: 0.8px;
	color:#727C8B;
	display: block;
	text-align: center;
	line-height: 24px;
	padding: 40px 25px;
}
.gnav ul li:nth-child(1) a {
	padding-left: 50px;
}
.gnav ul li:last-child a {
	padding-right: 50px;
}
.gnav ul li a img {
	width:17px;
	height: 17px;
	vertical-align: baseline;
}
.gnav ul li a span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	color:#95B0DB;
	display: block;
}
.gnav ul li a span.home {
	font-size:16px;
	color:#727C8B;
	letter-spacing: 0.6px;
}


/*=============================
.btn-trigger
=============================*/
.humberger-btn {
	top:0px;
	right: 20px;
	z-index: 2;
	position: absolute;
}
.btn-trigger {
  position: relative;
  width: 36px;
  height: 45px;
  cursor: pointer;
  border-radius: 100px;
  margin-top: 12px;
}
.btn-trigger span {
  position: absolute;
  left: 6px;
  width: 32px;
  height: 1.5px;
  background-color: #7C9DCF;
  border-radius: 3px;
}
.btn-trigger.active span {
  width: 34px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 6px;
}
.btn-trigger span:nth-of-type(2) {
  top: 16px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 16px;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-35deg);
  transform: translateY(8px) rotate(-35deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(35deg);
  transform: translateY(-12px) rotate(35deg);
}

/* sp nav */
.sp-nav-area {
	height: 0vh;
	opacity: 0;
    visibility: hidden;
  	pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: relative;
}

.sp-nav-area.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	width:90%;
	height: 85vh;
	background-color:#fff;
	top:0;
	right:0;
	z-index: 1;
    position: fixed;
    overflow-y: auto;
    border-radius: 0 0 0 40px;
}
.sp-nav-area.active ul {
	width:70%;
	margin:40px auto 0;
}
.sp-nav-area.active li a {
	color: #727C8B;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.8px;
	padding: 8px 0;
	line-height: 30px;
	display: block;
}
.sp-nav-area.active li a span {
	font-size:14px;
	color:#95B0DB;
	display: block;
}
.sp-nav-area.active li a img {
	width:17px;
	display: block;
	margin: 0 auto;
}
.sp-nav-area.active li.home a {
	width:fit-content;
}
.sp-nav-area.active li.home a span {
	font-size:16px;
	color:#727C8B;
}
.sp-nav-area.active .cta-sp {
	width:85%;
	margin:20px auto;
}
.bg-sp-nav-area {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}


/* fv */
.fv {
	padding: 50px;
	position: relative;
}
.fv h1 {
	font-size: 49px;
	letter-spacing: 5px;
	line-height: 98px;
	color:#fff;
	font-weight: 500;
	position: absolute;
	bottom: 15%;
	left: 10%;
	z-index: 1;
}
.fv .fv-rt {
	position: absolute;
	top: 0;
	right: 0;
	width:450px;
	filter:blur(4px);
}
.fv .fv-lb {
	position: absolute;
	bottom: -40%;
	left: 0;
	width:500px;
	filter:blur(4px);
}
.fv-rain {
	position: absolute;
	bottom: 42%;
	left: 8%;
	width:60px;
}
.fv-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width:180px;
}
.fv-tooth {
	position: absolute;
	bottom: -28%;
	left: 6%;
	width:85px;
}
.fv-circle-posi {
	position: absolute;
	bottom:15%;
	right: 7%;
}
.circle-size {
	width:320px;
}
.fix-cta-bnr {
	position:fixed;
	bottom:0;
	right:0;
	z-index:10;
}
.fv-cta {
	position: absolute;
	bottom:0;
	right: 0;
	width:330px;
}

/* concept */
.concept-box {
	display: flex;
	align-items: center;
}
.concept-box h2 {
	color:#3B4556;
	writing-mode: vertical-rl;
	font-size: 38px;
	letter-spacing: 6px;
	line-height: 72px;
	width:45%;
}
.concept-box p {
	writing-mode: vertical-rl;
	font-size: 21px;	
	line-height: 48px;
	letter-spacing: 0.8px;
	width:45%;
	margin-top:-80px;
	z-index: 1;
}
.concept-box p span {
	text-combine-upright: all;
}
/* info */
.ttl-h2 {
	font-size:32px;
	letter-spacing: 1.2px;
	position: relative;
	width:fit-content;
	color:#5983C5;
}
.ttl-h2 span {
	font-size:14px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.ttl-h2 img {
	position: absolute;
	left:-60px;
	top:0;
	width:5px;
	height: 100px;
}
.ttl-h2.v-rl img {
	left:-40px;
	top:60%;
}
.info-box {
	position: absolute;
	top:120px;
	right:0;
	z-index: 1;
}
.info-box .ttl-h2 ,.feature-sec .ttl-h2 ,.menu-sec .ttl-h2 {
	margin:0 auto;
}
.info-detail-box {
	background-color: #fff;
	padding: 40px 60px 40px 100px;
	border-radius: 30px;
	margin-top:24px;
	min-width:560px;
}
.info-detail-box ul li a {
	color:#727C8B;
	font-weight: 500;
	padding: 16px 0;
	border-bottom: 1px solid #D0DCEF;
	line-height: 32px;
	display: block;
}
.info-detail-box ul li span {
	font-size:15px;
	font-weight: 300;
	font-family:  "Noto Sans JP", sans-serif;
	letter-spacing: 0.6px;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.link-arrow::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #95B0DB;
}
.link-arrow::after{
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}
.bb-blue {
	border-bottom: 1px solid #5983C5;
}
.bg-info-deco {
	position: absolute;
	width:600px;
	top:170px;
	right: 0;
	filter:blur(4px);
}
.info-dot {
	position: absolute;
	width:60px;
	top:70px;
	right: 40px;
}

/* message */
.message-catch {
	width:85%;
	position: relative;
	z-index: 1;
}
.bg-message-catch {
	width:1100px;
	position: absolute;
	top:-55px;
	left: 0;
	filter:blur(4px);
}
.message-concept {
	position: absolute;
	top:50%;
	left:16%;
	z-index: 1;
}
.message-concept .ttl-h2 {
	line-height: 64px;
	margin-bottom: 40px;
}
.message-concept p {
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 0.6px;
}
.bg-message-txt {
	width:250px;
	position: absolute;
	bottom:-20%;
	right: 0;
}

/* feature */
.feature-sec .sec-ttl {
	position: absolute;
	top:30%;
	left:20px;
	width:50px;
	height:unset;
}
.feature-box {
	background-color: #fff;
	padding: 60px;
	border-radius: 30px;
	display: flex;
	margin-bottom: 60px;
}
.feature-box .num-box {
	width:35%;
}
.feature-box .feature-num {
	font-size:50px;
	color:#5983C5;
}
.feature-box h3 {
	font-size:24px;
	line-height: 42px;
	letter-spacing: 1.2px;
	color:#5983C5;
	margin-bottom: 20px;
}
.feature-box .feature-detail {
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 0.8px;
	color:#727C8B;
}
.feature-right-area {
	position: absolute;
	top:120px;	
}
.feature-ttl-deco {
	width:90px!important;
	top:-30px!important;
	right:-120px!important;
	height: unset!important;
	left:unset!important;
}
.top-features-deco {
	width:120px!important;
	bottom:-90px!important;
	left:-260px!important;
	height: auto!important;	
}
.num-one-deco {
	position: absolute;
	top:-50px;
	left:-30px;
	width:80%;
}
.num-two-deco {
	position: absolute;
	top:130px;
	left:-90px;
	width:110px;
}
.num-three-deco {
	position: absolute;
	top:20px;
	right:-20px;
	width:70px;
}

/* greeting */
.greeting-sec {
	background-color: #fff;
	border-radius: 80px 80px 0 0;
	margin-top:320px;
	min-height: 60vh;
}
.greeting-sec .greeting-content {
	position: absolute;
	top:-160px;
	width:90%;
	margin:0 auto;
}
.doctor {
	width:60%;
	margin-left: 70px;
}
.doctor-box {
	position: relative;
}
.doctor-name-box {
	background-color: #F4F3F1;
	padding: 20px 40px;
	border-radius: 20px 20px 40px 20px;
	text-align:left;
	position: absolute;
	bottom:80px;
	left:0;
}
.doctor-name-box p {
	font-size:24px;
	letter-spacing: 0.8px;
	color:#5983C5;
}
.doctor-name-box p .post {
	font-size: 18px;
	letter-spacing: 0.8px;
	color:#B2BCCB;
	display: inline-block;
	margin-bottom: 10px;
}
.doctor-name-box p .en-name {
	font-size: 12px;
	color:#95B0DB;
	letter-spacing: 2px;
}
.sec-ttl {
	width:unset;
	height:45px;
}
.greeting-detail {
	z-index:1;
}
.greeting-detail h3 {
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 1.2px;
	color:#5983C5;
	margin-bottom: 20px;
}

.greeting-detail p {
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 0.8px;
	color:#727C8B;
}

/* menu */
.menu-sec {
	background-color: #fff;
	border-radius: 0 0 80px 80px;
	padding-bottom: 240px;
}
.bg-menu {
	position: absolute;
	top:-10%;
	right:0;
	width:50%;
	filter:blur(4px);
}
.menu-sec .inner {
	z-index: 1;
	position: relative;
	min-height:1040px;
}
.menu-sec .menu-detail-box {
	width:45%;
}
.menu-sec .menu-img-box {
	width:55%;
}
.menu-ttl-deco {
	top:55%!important;
	left:-280px!important;
	width:180px!important;
	height: unset!important;
}
.menu-list-box ul li {
	border-bottom: 1px solid #D0DCEF;
}
.menu-list-box ul li:last-child {
	border-bottom: none;
}
.menu-list-box ul li a {
	padding: 30px 0;
}
.menu-list-box ul li a h3 {
	/*font-size: 26px;*/
	font-size:1.7vw;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
	color:#5983C5;
}
.menu-list-box ul li a p {
	font-size:1.1vw;
	line-height: 24px;
	font-family:  "Noto Sans JP", sans-serif;
}
.menu-img-circle-area {
	width:22%;
}
.menu-img-circle {
	width:100px;
}
.menu-txt-area {
	width:58%;
}
.menu-arrow-area {
	width:20%;
	text-align: right;
	margin-right: 30px;
}
.menu-arrow {
	width:20px;
}
.menu-list-inner {
	width: 80%;
	margin:0 auto;
}
.menu-list-box-blue {
	position: absolute;
	width:80%;
	margin:0 auto;
	bottom:120px;
	z-index: 2;
}
.menu-list-box-blue ul {
	background-color:#ECF1FA;
	border-radius: 30px;
	padding: 40px 0;
}
.menu-list-box-blue ul li {
	border-right: 1px solid #D0DCEF;
}
.menu-list-box-blue ul li:last-child {
	border-right: none;
}
.menu-list-box-blue ul li a {
	/*padding: 0 30px;*/
	padding: 0 2vw;
	display: block;
}
.menu-list-box-blue ul li a h3 {
	/*font-size:22px;*/
	font-size:1.5vw;
	letter-spacing: 1.2px;
	color:#5983C5;
}
.menu-list-box-blue ul li a p {
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 24px;
	letter-spacing: 0.8px;
	color:#727C8B;
	margin-bottom: 20px;
	font-size:1.02vw;
}
.menu-icon-size {
	/*width:48px;*/
	width:3vw;
}
/* info */
.info-sec .ttl-h2 {
	margin:0 0 160px auto;
	line-height: 54px;
}
.info-sec .ttl-h2 span {
	font-size: 22px;
	color:#B2BCCB;
	letter-spacing: 1.2px;
}
.info-sec .ttl-h2 img {
	left: -10px;
	top:70%;
}
.info-sec h3 {
	font-size:22px;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
	color:#727C8B;
}
.info-sec .week-table , .info-sec .info-table {
	width:100%;
}
.info-sec .week-table tr {
	border-bottom: 1px solid #D0DCEF;
}
.info-sec .week-table tr th ,.info-sec .week-table tr td {
	/*font-size:15px;*/
	font-size:1vw;
	line-height: 24px;
	letter-spacing: 0.8px;
	color:#727C8B;
	font-family:  "Noto Sans JP", sans-serif;
	/*padding: 20px;*/
	font-weight: 400;
	align-content:center;
	height:64px;
}
.info-sec .week-table tr th {
	padding-left:20px;
	width:23%;
}
.info-sec .week-table tr td {
	text-align: center;
	width:11%;
	padding:0;
	
}
.info-sec .info-table tr th ,.info-sec .info-table tr td {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color:#727C8B;
	font-family:  "Noto Sans JP", sans-serif;
	padding: 10px 0;
}
.info-sec .info-table tr th {
	width:20%;
	font-weight: 500;
}
.gmap-area {
	position: absolute;
	top:145px;
	left:60px;
}
.gmap {
	width:26vw;
	height: 34vw;
	border-radius: 20px;
}
.gmap-link {
	display: block;
	margin-top: 16px;
	text-align: right;
	color:#5983C5;
	font-family:  "Noto Sans JP", sans-serif;
}
.target-blank {
	width:16px;
	height: 16px;
}
.info-icon-img {
	width: 120px;
	position: absolute;
	bottom: 40px;
	right: 20px;
}


.under .info-sec .gmap-area {
	position:unset;
}
.under .info-sec .gmap {
	width:100%;
}

/* gallery */
.gallery-icon {
	position: absolute;
	bottom:60px;
	left:6%;
	width:143px;
}
.bg-gallery {
	position: absolute;
	bottom:-100px;
	left:0;
	width:35%;	
	z-index: -1;
	filter:blur(4px);
}

/* footer */
footer {
	background-color: #97B2DB;
	background-image:url(/wp-content/themes/oda-dental/img/item/bg_footer_pc.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:contain;
	border-radius: 80px 80px 0 0;
	padding: 80px 80px 120px;
	position: relative;
}
footer .col-1-2 {
	margin:0;
}
footer .footer-logo {
	width:55%;
	margin-bottom: 60px;
}
footer p {
	font-size: 14px;
	color:#fff;
	line-height: 24px;
	font-family:  "Noto Sans JP", sans-serif;
}
footer a.sitemap {
	font-size: 15px;
	color:#fff;
	line-height: 24px;
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.arrow-white {
	width:20px;
	vertical-align: middle;
	margin-right: 4px;
}
.bb-white {
	border-bottom: 1px solid #fff;
}
footer .tel-box {
	background-color: #fff;
	padding: 40px;
	border-radius: 30px;
	z-index: 1;
}
footer .tel-box h3 {
	font-size: 23px;
	font-weight: 500;
	color: #727C8B;
	margin-bottom: 16px;
}
footer .tel-box a p {
	font-size: 4vw;
	letter-spacing: 6px;
	font-weight: 600;
	color:#3B4556;
	display: flex;
	align-items:center;
	margin-bottom: 16px;
	font-family: "Zen Maru Gothic", sans-serif;
}
footer .tel-box a p span {
	font-size: 3.8vw;
	color:#CECAB4;
}
footer .tel-box a p img {
	width:65px;
	margin-right: 20px;
	margin-top:6px;
}
footer .tel-box table {
	width:100%;
}
footer .tel-box table tr th ,footer .tel-box table tr td {
	font-size: 18px;
	letter-spacing: 0.8px;
	padding: 5px 0;
	font-weight: 500;
}
footer .tel-box table tr th {
	color:#95B0DB;
	width: 20%;
}
footer .tel-box table tr td {
	color:#727C8B;
}
footer .tel-box .tel-box-deco {
	position: absolute;
	bottom: 40px;
	right: -60px;
	width:78px;
}
footer small {
	font-size: 10px;
	color:#fff;
	font-family:  "Noto Sans JP", sans-serif;
	padding-top: 10px;
	z-index: 1;
	position: relative;
}
footer .bg-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 80px 0 0;
}
footer .bg-footer.up {
	width:109vh;
}
footer .bg-footer.bottom {
	width:113vh;
}

/* under */
.under .fv h1 {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
}
h2.under-ttl {
	font-size:63px;
	font-weight: 500;
	letter-spacing: 6px;
	color:#D0DCEF;
	line-height: 42px;
	margin-bottom: 40px;
}
h2.under-ttl span {
	font-size:24px;	
	letter-spacing: 0.8px;
	color:#5983C5;
}
h2.under-large-ttl ,
.single h2 {
	font-size:40px;
	font-weight: 500;
	letter-spacing: 0.8px;
	color:#5983C5;
}
.single h2 {
	margin-bottom:40px;
}

/* staff */
.staff-sec {
	position: relative;
}
.staff-sec .deco-left {
	position: absolute;
	top: 5%;
	left:0;
	z-index: -1;
	width:30vw;
}
.staff-sec .deco-right {
	position: absolute;
	bottom: 0;
	right:0;
	z-index: -1;
	width:25vw;
}
.staff-sec .col-1-3 {
	width:24%;
	margin-left: 0;
}
.staff-sec .col-2-3 {
	width:70%;
	margin-right: 0;
}
.staff-name h2 {
	font-size:34px;
	letter-spacing: 0.8px;
	color:#95B0DB;
	margin-bottom: 20px;
}
.staff-name h2 span {
	font-size:24px;
	letter-spacing: 1.2px;
}
.staff-sec .intro-txt {
	margin-bottom: 40px;
}
.staff-sec .intro-txt p {
	line-height:28px;
	font-family:  "Noto Sans JP", sans-serif;
}
.staff-detail-box {
	padding: 24px 40px;
	border-radius:20px;
	box-shadow:0 0 18px rgba(0,0,0,0.08);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.staff-detail-box h3 ,.merit-box h3 , .insurance-box h3 ,.single h3 {
	font-size:24px;
	letter-spacing: 0.6px;
	margin-bottom: 20px;
	color:#5983C5;
}
.staff-detail-box h3 img ,.merit-box h3 img ,.insurance-box h3 img {
	width:24px;
}
.history {
	width:60%;
	border-right:1px solid #D0DCEF;
}
.history table {
	width:100%;
}
.history table tr th,.history table tr td {
	font-size: 16px;
	font-family:  "Noto Sans JP", sans-serif;
	color:#727C8B;
	font-weight: 400!important;
	padding: 6px 0;
}
.history table tr th {
	width:30%;
}
.hobby {
	width:35%;
}
.hobby p ,.history p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family:  "Noto Sans JP", sans-serif;
}

/* features */
.features-box {
	padding: 24px 40px;
	background-color: #fff;
	border-radius:20px;
	box-shadow: 0 0 18px rgba(0,0,0,0.08);
	margin-bottom: 20px;
}
.features-box h3 ,
.cleaning-box h3 ,
.strength-box h3  {
	font-size:24px;
	line-height: 42px;
	letter-spacing: 0.8px;
	color:#5983C5;
	margin-bottom: 20px;
}
.features-box h3 span ,
.cleaning-box h3 span ,
.strength-box h3 span {
	color:#fff;
	font-size: 32px;
	letter-spacing: 0.8px;
	background-color:#5983C5 ;
	border-radius: 4px;
	display: inline-block;
	width:48px;
	height:48px;
	text-align: center;
	margin-right:16px;
}
.features-box p , .under-concept-box p {
	font-size:16px;
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 28px;
}

/* concept under */
.under-concept-box {
	background-color:#fff;
	border-radius: 20px;
	padding: 80px;
	box-shadow:0 0 18px rgba(0,0,0,0.08);
}
.under-concept-deco {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width:120px;
}
.bg-under-concept {
	position: absolute;
	top: 20px;
	right: 0px;
	width:40%;
}

/* merit / demerit */
.merit-box {
	padding: 40px 80px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,0.08);
	height: 100%;
}
.merit-box h3 , .insurance-box h3 {
	border-bottom: 1px solid #D0DCEF;
	padding-bottom:30px;
}
.merit-box ul li ,.visit-sec ul.visit-target-box li {
	font-size:16px;
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 36px;
}
.merit-box ul li:before , 
ul.visit-target-box li:before , 
.cleaning-box ul li:before , 
.insurance-box ul li:before ,
.flow-box .flow-detail-box ul li:before ,
.strength-box ul li:before {
    content:  ""; 
    width: 6px;
    height: 14px;
    display:  inline-block;
    position:  relative; 
    top: 0px; 
    margin-right: 20px;
    background-image:  url(/wp-content/themes/oda-dental/img/under/icon/merit_list_icon.svg);
    background-size:  contain;
    background-repeat:  no-repeat;
    vertical-align: middle;
}

/* price */
.price-box {
	padding: 40px 80px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,0.08);	
}
.price-box table {
	width:100%;
}
.price-box table th,.price-box table td {
	padding: 36px 0 16px;
}
.price-box table tr {
	margin-bottom: 20px;
	border-bottom: 1px solid #D0DCEF;
}
.price-box table tr:last-child {
	border-bottom: none;	
}
.price-box table th {
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color:#727C8B;
	letter-spacing: 0.8px;
}
.price-box table td {
	font-size: 20px;
	font-weight: bold;
	color:#5983C5;
	text-align: right;
	letter-spacing: 1.2px;
}
.price-sec .explan-txt p {
	font-size: 15px;
	letter-spacing: 0.6px;
	font-family:  "Noto Sans JP", sans-serif;
}

/* inside */
.inside-sec h2.under-ttl {
	margin-bottom: 20px;
}
.inside-sec .intro-txt {
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 28px;
	font-family:  "Noto Sans JP", sans-serif;
}
.inside-sec .col-1-2 p , .inside-sec .col-1-3 p ,.reserve-sec .explan-txt ,.protect-sec p {
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.6px;
	font-family:  "Noto Sans JP", sans-serif;	
}
.inside-cat {
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	background-color:#5983C5;
	padding: 8px 24px;
	border-radius: 4px;
	width:fit-content;
}
.inside-sec.medical-menu-list .inner .col-1-3 img {
	width:100%;
	height:auto;
	object-fit:cover;
	aspect-ratio:5 / 3;
}

/* visit */
.visit-sec p {
	font-size: 16px;
	letter-spacing: 0.6px;
	font-family:  "Noto Sans JP", sans-serif;	
}
.visit-target-box {
	background-color: #fff;
	padding: 20px 40px;
	border-radius: 20px;
}

/* reserve */
.reserve-sec .inner  {
	background:linear-gradient(to left,#F5EBEF,#E4EBF1,#DCEAF0);
}
.reserve-sec .cta-sec {
	width:60%;
	margin:0 auto;
}
.reserve-sec h3 {
	font-size:16px;
}
.reserve-sec table {
	width:30%;
	margin: 0 auto;
}
.reserve-sec table th ,.reserve-sec table td {
	font-weight:400; 
	font-size: 16px;
	letter-spacing: 0.6px;
	text-align: center;
	padding: 6px 0;
}

/* protect */
.protect-sec p.pr {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.8px;
	color:#5983C5;
	font-family: "Zen Maru Gothic", sans-serif;
}

/* cta */
.cta-sec .cta-bnr {
	border-radius:20px;
	background-image:url(/wp-content/themes/oda-dental/img/under/deco/bg_cta_deco.webp);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	text-align:center;
}
.cta-sec .cta-bnr .cta-bnr-inner {
	border-radius:20px;
	padding:80px 0px;
	background-color:rgba(108, 122, 195,0.6);
}
.cta-sec .cta-bnr p {
	color:#fff;
}
.cta-sec .cta-bnr p.proposal-txt {
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}
.cta-sec .cta-bnr p.tel-num-txt {
	font-size:48px;
	font-weight:600;
	margin-bottom:20px;
	letter-spacing:7px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.cta-sec .cta-bnr p.tel-num-txt img {
	width:40px;
	margin-right:10px;
	margin-top:8px;
}
.cta-sec .cta-bnr p.tel-num-txt span {
	font-size:40px;
}
.cta-sec .cta-bnr p.recept-txt {
	font-size:15px;
	font-weight:400;
	font-family:  "Noto Sans JP", sans-serif;
}
.cta-sec.for-house-dental .explain-txt {
	line-height:24px;
} 

/* cleaning */
.cleaning-sec .intro-txt ,
.cleaning-box p ,
.insurance-sec .intro-txt ,
.flow-box .flow-detail-box p ,
.content-sec p ,
.strength-box p ,
.strength-box ul li ,
ul.info-list li ,
.features-sec .intro-txt , 
.merit-sec .intro-txt ,
.price-sec .intro-txt {
	font-size: 16px;
	letter-spacing: 0.8px;
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 175%;	
}
.cleaning-box {
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 40px;
	box-shadow: 0 0 18px rgba(0,0,0,0.08);
}
.cleaning-box ul , .strength-box ul {
	padding: 20px 40px;
	border-radius: 20px;
	background-color: #F4F3F1;
}
.strength-box .insurance-box {
	background-color: #F4F3F1;	
	box-shadow: unset;
}
.strength-box .insurance-box h3 img {
	vertical-align:unset;
}
.strength-box .insurance-box ul {
	background-color: #fff;	
	padding: unset;
	border-radius: unset;
	background-color: unset;
}
.cleaning-box ul li , .insurance-box ul li {
	font-size:15px;
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 42px;
	letter-spacing: 0.8px;
}

/* insurance */
.insurance-box {
	padding: 40px;
	border-radius: 20px;	
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 18px rgba(0,0,0,0.08);
}

/* symptoms */
.symptoms-sec .inner  {
	background:linear-gradient(to left,#F5EBEF,#E4EBF1,#DCEAF0);
	padding: 40px;
}
.symptoms-sec .inner h3 {
	background-color:#5983C5;
	padding: 4px 10px;
	border-radius: 4px;
	color:#fff;
	font-size:18px;
	font-weight: 500;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.8px;
	font-family:  "Noto Sans JP", sans-serif;
}
.symptoms-sec ul li {
	font-size: 16px;
	font-family:  "Noto Sans JP", sans-serif;
	padding: 20px 0; 
	border-bottom: 1px solid #D0DCEF;
}
.symptoms-sec .col-1-2 ul li:last-child {
	border-bottom: none;	
}
.symptoms-sec ul li img  {
	width:20px;
	margin-right: 16px;
}
.symptoms-en-ttl {
	position: absolute;
	top:-20px;
	left: 25%;
	width:50%;
}
/* flow */
.flow-box {
	box-shadow: 0 0 18px rgba(0,0,0,0.08);
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	margin-bottom: 60px;
}
.flow-box .num-box {
	background:linear-gradient(#D0DCEF,#E6EEFA);
	text-align: center;
	align-content: center;
	border-radius: 20px 0 0 20px;
	padding: 43px 33px;
}
.flow-box .num-box p {
	font-size:44px;
	font-weight: 500;
	color:#5983C5;
}
.flow-box .num-box p span {
	font-size:18px;
	letter-spacing: 1.6px;
	display: block;
}
.flow-box .flow-detail-box {
	padding: 24px 40px;
	align-content: center;
}
.flow-box .flow-detail-box h3 {
	font-size: 24px;
	font-weight:700;
	color:#5983C5;
	margin-bottom:20px;
}
.flow-box .flow-detail-box .tel-link {
	font-size: 24px;
	font-weight: bold;
	color:#727C8B;
	letter-spacing: 1.2px;
}
.flow-box:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #D0DCEF;
  border-radius: 2px;
}
.flow-box .flow-detail-box ul li {
	display: inline-block;
	margin-left: 20px;
}
.flow-box .flow-detail-box ul li:before {
	margin-right: 10px;
}
.flow-box .flow-detail-box ul li:nth-child(1) {
	margin-left: 0px;	
}

/* faq */
.faq-box {
	padding: 24px 40px;
	border-radius: 20px;
	box-shadow: 0 0 18px rgba(0,0,0,0.08);
	background-color: #fff;
	margin-bottom: 40px;
}
.faq-box .flex img {
	width:28px;
	margin-right: 20px;
}
.faq-box .q-txt {
	font-size: 18px;
	font-weight:500;
	letter-spacing: 0.6px;
	color:#5983C5;
}
.faq-box .a-txt {
	font-size: 16px;
	letter-spacing: 0.6px;
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 28px;
}
/* strength */
.strength-box {
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
}
.strength-box ul li {
	line-height: 42px;
}

/* info parts */
ul.info-list {
	width:80%;
}
.sitemap ul.info-list {
	margin:0 auto;
}
.sitemap ul.info-list ul {
	padding-left:20px;
}

ul.info-list li a {
	padding: 16px 0;
	border-bottom: 1px solid #D0DCEF;
	display: inline-block;
	width: 100%;
}
ul.info-list li .cat-tag {
	color:#fff;
	background-color: #5983C5;
	padding: 3px 9px;
	border-radius: 4px;
	display: inline-block;
	margin:0 20px;
}

/* pager */
.navigation.pagination .page-numbers {
	color:#5983C5;
	font-size:16px;
	font-weight:500;
	line-height: 190%;
	border:1px solid #5983C5;
	border-radius: 8px;
	background-color: #fff;
	width:50px;
	height:50px;
	display: inline-block;
	text-align: center;
	align-content: center;
	margin:0 4px;
}
.navigation.pagination .page-numbers.current ,
.navigation.pagination .page-numbers:hover {
	background-color: #5983C5;
	color:#fff;
	transition: all 0.3s;
	opacity: 1;
}
.screen-reader-text {
	display:none;
}
@media (430px <= width < 1200px) {
	.num-one-deco {
		width:30%;
	}
}
@media (600px <= width < 1200px) {
	.reserve-sec table {
		width:60%;
	}
}
@media screen and (width < 430px) {
	.num-one-deco {
		width:100%;
	}
}
@media screen and (width < 600px) {
	.reserve-sec table {
		width:100%;
	}
}
@media screen and (max-width: 900px) {
	body {
		font-size: 14px;
	}
	.container  {
		max-width: 90%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pt-0-sp {
		padding-top: 0px!important;
	}
	.pt-10-sp {
		padding-top: 10px!important;
	}
	.pt-20-sp {
		padding-top: 20px!important;
	}
	.pt-30-sp {
		padding-top: 30px!important;
	}
	.pt-40-sp {
		padding-top: 40px!important;
	}
	.pt-60-sp {
		padding-top: 60px!important;
	}
	.pt-80-sp {
		padding-top: 80px!important;
	}
	.pb-0-sp {
		padding-bottom: 0px!important;
	}
	.pb-10-sp {
		padding-bottom: 10px!important;
	}
	.pb-20-sp {
		padding-bottom: 20px!important;
	}
	.pb-30-sp {
		padding-bottom: 30px!important;
	}
	.pb-40-sp {
		padding-bottom: 40px!important;
	}
	.pb-60-sp {
		padding-bottom: 60px!important;
	}
	.pb-80-sp {
		padding-bottom: 80px!important;
	}
	.pb-100-sp {
		padding-bottom: 100px!important;
	}
	.m-0-sp {
		margin: 0!important;
	}
	.mt-10-sp {
		margin-top:10px!important;
	}
	.mt-20-sp {
		margin-top:20px!important;
	}
	.mt-30-sp {
		margin-top:30px!important;
	}
	.mt-40-sp {
		margin-top:40px!important;
	}
	.mt-60-sp {
		margin-top:60px!important;
	}
	.mb-10-sp {
		margin-bottom:10px!important;
	}
	.mb-20-sp {
		margin-bottom:20px!important;
	}
	.mb-30-sp {
		margin-bottom:30px!important;
	}
	.mb-40-sp {
		margin-bottom:40px!important;
	}
	.mb-60-sp {
		margin-bottom:60px!important;
	}
	.flex-wrap-sp {
		flex-wrap: wrap;
	}
	.flex-reverse-sp {
		flex-direction: column-reverse;
	}
	.col-1-2 ,.col-1-3 ,.col-2-3 ,.col-1-4 ,.col-3-4 ,.col-1-5 ,.col-4-5 {
		width:100%;
		margin:0;
	}
	.logo {
		width:140px;
	}
	header .logo-area {
		padding:20px 40px;
		border-radius: 0 0 30px 0;
	} 
	.fv {
		padding: 60px 0 0 0;
	}
	.fv .fv-rt {
		display: none;
	}
	.fv .fv-lb {
		width:40%;
		z-index: -1;
	}
	.fv h1 {
		font-size:26px;
		line-height: 48px;
		bottom: 28%;
		left:6%;
	}
	.fv-cta ,.fv-rain {
		display: none;
	}
	.fv-circle-posi {
		bottom: -6%;
		right: 4%;
	}
	.circle-size {
		width:220px;
	}
	.fv-wave {
		width:120px;
		bottom: -34px;
		left:-40px;
	}
	.fv-tooth {
		width:60px;
		bottom:-26%;
		left:4%;
	}
	.concept-box {
		align-items: end;
		margin-bottom: 80px;
		justify-content: space-around;
	}
	.concept-box h2 {
		font-size:24px;
		line-height: 48px;
		width: unset;
	}
	.concept-box p {
		font-size:15px;
		line-height: 32px;
		letter-spacing: 1.2px;
		width: unset;
	}
	.info-box {
		position: unset;
	}
	.bg-info-deco {
		width:80%;
		top:unset;
		bottom:-120px;
		right:0px;
	}
	.info-detail-box {
		position: relative;
		z-index: 1;
		padding: 30px 40px;
		border-radius: 24px;
		min-width:auto;
	}
	.info-detail-box ul li a {
		padding: 10px 0;
		line-height: 28px;
		font-size: 15px;
	}
	.info-detail-box ul li a span {
		font-size:14px;
	}
	.info-detail-box .right .text-blue {
		font-size:18px;
	}
	.link-arrow::before {
		width:18px;
		height:18px;
	}
	.info-dot {
		top:36%;
		right:20px;
	}
	.message-sec .ttl-h2 {
		font-size:24px;
	}
	.ttl-h2 {
		font-size:28px;		
	}
	.ttl-h2 img {
		left:-16px;
		z-index: 2;
	}
	.message-catch {
		width:95%;
	}
	.message-concept {
		position: unset;
		width:90%;
		margin:40px auto 0;
	}
	.message-concept .ttl-h2 {
		line-height: 46px;
	}
	.message-concept p {
		font-size:15px;
		line-height: 24px;
		position: relative;
		z-index: 1;
	}
	.bg-message-txt {
		bottom:60px;
		width:200px;
	}
	.bg-message-catch {
		width:70%;
		top:50%;
	}
	.non-rl-sp {
		writing-mode: unset;
	}
	.feature-sec .feature-ttl-deco {
		position: absolute;
		top:0!important;
		left:10%!important;
		right: unset!important;
	}
	.feature-sec .ttl-h2 {
		margin:0 40px 20px auto;
	}
	.feature-sec .ttl-h2.v-rl img {
		left:unset;
		right:-20px;
		top:-40%;
	}
	.feature-box {
		margin:0 0 20px 0!important;
		padding: 30px 20px 30px 24px;
	}
	.feature-box .feature-num {
		font-size:36px;
	}
	.feature-sec .sec-ttl {
		display: none;
	}
	.feature-box h3 {
		font-size:18px;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.feature-box .num-box {
		width:40%;
	}
	.feature-right-area {
		position: unset;
	}
	.num-one-deco {
		top:-26px;
		left:-16px;
		/*width:100%;*/
	}
	.num-two-deco {
		top:80px;
		left: -60px;
		width:100px;
	}
	.num-three-deco {
		width:60px;
		right:0;
	}
	.greeting-sec {
		margin-top: 0;
		border-radius: 48px 48px 0 0;
	}
	.greeting-sec .greeting-content {
		position: unset;
		width:100%;
	}
	.sec-ttl {
		height: 36px;
	}
	.greeting-ttl-sp {
		position: absolute;
		top:-20px;
		left:3%;
		width:86%;
		z-index: 1;
	}
	.doctor {
		width:100%;
		margin-left: 0;
		margin-top:30px;
	}
	.greeting-sec .ttl-h2.v-rl img {
		left:-20px;
		top:40%;
	}
	.greeting-detail h3 {
		margin-top: 40px;
	}
	.greeting-detail p {
		font-size:15px;
		letter-spacing: 0.6px;
	}
	.menu-sec {
		padding-bottom: 60px;
		border-radius:0 0 48px 48px;
	}
	.menu-sec .menu-img-box {
		width:100%;
	}
	.menu-sec .inner {
		width:90%;
		margin: 0 auto!important;
		min-height:auto;
	}
	.menu-sec .inner .mr-0 {
		margin-right: unset;
	}
	.menu-sec .menu-detail-box {
		width:100%;
	}
	.menu-sec .ttl-h2 {
		margin:unset;
		margin-left: 20px;
	}
	.menu-sec .ttl-h2.v-rl img {
		left:-20px;
		top:-40%;
	}
	.menu-list-box-blue {
		position: unset;
	}
	.menu-list-box ul li a {
		padding: 20px 0;
	}
	.menu-list-box ul li a p {
		font-size:15px;
		line-height:175%;
	}
	.menu-list-box ul li a h3 {
		font-size:18px;
	}
	.menu-img-circle-area img {
		width:72px;
		height: 72px;
	}
	.menu-img-circle-area {
		width:30%;		
	}
	.menu-txt-area {
		width:83%;
	}
	.menu-arrow-area {
		width:6%;
		margin-right: 10px;
	}
	.menu-ttl-deco {
		top:-40px!important;
		right: -170%;
		left:unset!important;
		width:100px!important;
	}
	.menu-list-inner {
		width:90%;
		margin:0 auto;
	}
	.menu-list-box-blue {
		width:100%;
		margin-top: 20px;
	}
	.menu-list-box-blue ul {
		padding: 0;
	}
	.menu-list-box-blue ul li {
		width:50%;
		position: relative;
		border-bottom:1px solid #D0DCEF;
	}
	.menu-list-box-blue ul li:nth-child(2),.menu-list-box-blue ul li:nth-child(4) {
		border-right:none;
	}
	.menu-list-box-blue ul li:last-child {
		width:100%;
		border-bottom:none;
	}
	.menu-list-box-blue ul li a {
		padding: 20px 16px;
	}
	.menu-list-box-blue ul li a h3 {
		font-size:18px;
	}
	.menu-list-box-blue ul li a p {
		font-size:14px;
	}
	.menu-icon-size {
		width:36px;
	}
	.menu-list-box-blue .menu-arrow {
		position: absolute;
		right: 16px;
		bottom:30px;
	}
	.bg-menu {
		top:-3%;
		width:80%;
	}
	.info-icon-img {
		bottom:unset;
		right:unset;
		top:100px;
		left:60px;
		width:120px;
	}
	.info-sec .ttl-h2 {
		margin:0!important;
		line-height: 48px;
		position: absolute;
		top:-14px;
		right:0;
		min-height: 36vh;
	}
	.info-sec .ttl-h2 span {
		font-size: 16px;
	}
	.info-sec .ttl-h2 img {
		top:30%;
		left:10px;
	}
	 .info-sec .info-table {
	 	margin-bottom: 20px;
	 }
	.medical-time-box.ml-40 {
		margin-left: 0!important;
	}
	.info-sec .week-table tr th, .info-sec .week-table tr td {
		padding: 20px 4px;
		font-size:14px;
	}
	.info-sec .info-table tr th {
		width:24%;
	}
	.gmap {
		width:100%;
		height: 55vh;
	}
	.gmap-link {
		font-size:15px;
	}
	.gallery-icon {
		width:90px;
		bottom: 20px;
	}
	.gmap-area {
		position: unset;
	}
	.bg-gallery {
		bottom: 0;
		width:95%;
	}
	footer {
		border-radius: 64px 64px 0 0;
		padding: 80px 0 60px;
		background-image:url(/wp-content/themes/oda-dental/img/item/bg_footer_sp_v2.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		background-size:contain;
	}
	footer .footer-logo {
		margin-bottom: 40px;
	}
	footer .tel-box {
		padding: 20px;
	}
	footer .tel-box a p {
		font-size:34px;
		margin-bottom: 10px;
	}
	footer .tel-box h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	footer .tel-box a img {
		width:40px;
		margin-right: 10px;
	}
	footer .tel-box a span {
		font-size: 30px;
	}
	footer .tel-box table tr th, footer .tel-box table tr td {
		font-size: 12px;
	}
	footer .tel-box-deco {
		width:65px;
		position: absolute;
		right:10px;
		top:-10px;
	}
	.bg-footer.sp {
		position: absolute;
		bottom: 0;
		right:0;
	}
	/* under */
	.under .fv {
		padding:0;
		margin-top:60px;
		background-image:url(/wp-content/themes/oda-dental/img/under/under_fv_pc.webp);
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		height:22vh;
		align-content:center;
	}
	.under .fv h1 {
		position:static;
		text-align:center;
		/*position: absolute;
		top: 62%;
		left: 50%;
		bottom:unset;
		transform: translate(-50%, -50%);*/
		transform:unset;
		font-size:24px;
		letter-spacing:1.2px;
	}
	h2.under-ttl {
		font-size:36px;
		font-weight: 500;
		letter-spacing: 6px;
		color:#D0DCEF;
		line-height: 42px;
		margin-bottom: 40px;
	}
	h2.under-ttl span {
		font-size:18px;	
		letter-spacing: 0.8px;
		color:#5983C5;
	}
	h2.under-large-ttl ,
	.single h2 {
		font-size:24px;
		line-height: 32px;
	}
	.single h2 {
		margin-bottom:20px;
	}

	/* staff */
	.staff-sec {
		position: relative;
	}
	.staff-sec .deco-left {
		width:60vw;
	}
	.staff-sec .deco-right {
		width:50vw;
	}
	.staff-sec .col-1-3 {
		width:100%;
		margin: 0;
	}
	.staff-sec .col-2-3 {
		width:100%;
		margin: 0;
	}
	.staff-name h2 {
		font-size:28px;
		letter-spacing: 0.8px;
		color:#95B0DB;
		margin-bottom: 20px;
	}
	.staff-name h2 span {
		font-size:16px;
		letter-spacing: 1.2px;
	}
	.staff-sec .intro-txt {
		margin-bottom: 40px;
	}
	.staff-sec .intro-txt p {
		line-height:24px;
	}
	.staff-detail-box {
		display: block;
	}
	.staff-detail-box h3 ,.merit-box h3 , .insurance-box h3 , .single h3 {
		font-size:24px;
		letter-spacing: 0.6px;
		margin-bottom: 20px;
		color:#5983C5;
	}
	.staff-detail-box h3 img ,.merit-box h3 img ,.insurance-box h3 img {
		width:24px;
	}
	.history {
		width:100%;
		border-right:none;
		margin-bottom: 20px;
	}
	.history table {
		width:100%;
	}
	.history table tr th,.history table tr td {
		font-size: 14px;
	}
	.history table tr th {
		width:40%;
	}
	.hobby {
		width:100%;
	}
	.hobby p ,.history p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}

	/* features */
	.features-box {
		padding: 20px;
		margin-bottom: 30px;
	}
	.features-box h3 ,
	.cleaning-box h3 ,
	.strength-box h3  {
		font-size:18px;
		line-height: 28px;
		display: flex;
		align-items: center;
	}
	.features-box h3 span ,
	.cleaning-box h3 span ,
	.strength-box h3 span {
		font-size: 20px;
		width:50px;
		height:40px;
		align-content: center;
	}
	.features-box p , .under-concept-box p {
		font-size:14px;
		line-height: 24px;
	}

	/* concept under */
	.under-concept-box {
		padding: 40px;
	}
	.under-concept-deco {
		bottom: 0px;
		width:80px;
	}
	.bg-under-concept {
		position: absolute;
		top: 40px;
		right: 0px;
		width:80%;
	}

	/* merit / demerit */
	.merit-box {
		padding:30px;
	}
	.merit-sec .col-1-2 {
		margin-bottom: 40px;
	}
	.merit-box h3 , .insurance-box h3 {
		padding-bottom:20px;
	}
	.merit-box ul li ,.visit-sec ul.visit-target-box li {
		font-size:14px;
		line-height: 28px;
	}
	.merit-box ul li:before , 
	ul.visit-target-box li:before , 
	.cleaning-box ul li:before , 
	.insurance-box ul li:before ,
	.flow-box .flow-detail-box ul li:before ,
	.strength-box ul li:before {
	    content:  ""; 
	    width: 6px;
	    height: 14px;
	    display:  inline-block;
	    position:  relative; 
	    top: 0px; 
	    margin-right: 10px;
	    background-image:  url(/wp-content/themes/oda-dental/img/under/icon/merit_list_icon.svg);
	    background-size:  contain;
	    background-repeat:  no-repeat;
	    vertical-align: middle;
	}

	/* price */
	.price-box {
		padding: 20px 16px;
	}
	.price-box table {
		width:100%;
	}
	.price-box table th,.price-box table td {
		padding: 30px 0 10px;
		align-content: center;
	}
	.price-box table th {
		font-size: 14px;
		font-weight: 500;
		width:45%;
		line-height: 24px;
	}
	.price-box table td {
		font-size: 16px;
	}
	.price-sec .explan-txt p {
		font-size: 14px;
		line-height: 24px;
	}

	/* inside */
	.inside-sec .intro-txt {
		font-size: 14px;
		line-height: 24px;
	}
	.inside-sec .col-1-2 p , .inside-sec .col-1-3 p , .reserve-sec .explan-txt ,.protect-sec p {
		font-size: 14px;
		line-height: 24px;	
	}
	.inside-cat {
		font-size: 20px;
		font-weight: bold;
		color:#fff;
		background-color:#5983C5;
		padding: 8px 24px;
		border-radius: 4px;
		width:fit-content;
	}

	/* visit */
	.visit-sec p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;	
	}
	.visit-target-box {
		padding: 20px;
	}

	/* reserve */
	.reserve-sec .inner  {
		padding: 20px;
	}
	.reserve-sec .cta-sec {
		width:100%;
	}
	.reserve-sec .cta-sec .inner {
		width:100%;
		padding:0;
	}
	.reserve-sec h3 {
		font-size:20px;
		font-weight: bold;
		color:#5983C5;
		letter-spacing: 0.8px;
	}
	/*.reserve-sec table {
		width:100%;
	}*/
	.reserve-sec table th ,.reserve-sec table td {
		font-weight:400; 
		font-size: 16px;
		letter-spacing: 0.6px;
		text-align: center;
		padding: 6px 0;
	}

	/* protect */
	.protect-sec p.pr {
		font-size: 18px;
		line-height: 28px;
	}
	.protect-sec .inner {
		padding: 0 20px;
	}
	
	/* cta */
	.cta-sec .cta-bnr {
		border-radius:10px;		
	}
	.cta-sec .cta-bnr .cta-bnr-inner {
		border-radius:10px;
		padding:20px 10px;
	}
	.cta-sec .cta-bnr p.proposal-txt {
		font-size:16px;
		font-weight:700;
		margin-bottom:10px;
		line-height:20px;
	}
	.cta-sec .cta-bnr p.tel-num-txt {
		font-size:32px;
		margin-bottom:10px;
		letter-spacing:4px;
		align-items:unset;
	}
	.cta-sec .cta-bnr p.tel-num-txt img {
		width:28px;
		margin-right:6px;
		margin-top:4px;
	}
	.cta-sec .cta-bnr p.tel-num-txt span {
		font-size:28px;
	}
	.cta-sec .cta-bnr p.recept-txt {
		font-size:12px;
		line-height:18px;
	}

	/* cleaning */
	.cleaning-sec .intro-txt ,
	.cleaning-box p ,
	.insurance-sec .intro-txt ,
	.flow-box .flow-detail-box p ,
	.content-sec p ,
	.strength-box p ,
	.strength-box ul li ,
	ul.info-list li ,
	.features-sec .intro-txt ,
	.merit-sec .intro-txt ,
	.price-sec .intro-txt {
		font-size: 14px;
		letter-spacing: 0.6px;
	}
	.cleaning-box {
		padding: 30px 20px;
	}
	.cleaning-box ul , .strength-box ul {
		padding: 20px;
		margin-bottom: 20px;
	}
	.cleaning-box ul li , .insurance-box ul li {
		font-size:14px;
		line-height: 28px;
		letter-spacing: 0.6px;
	}

	/* insurance */
	.insurance-box {
		padding: 20px;
		margin-bottom: 30px;
	}

	/* symptoms */
	.symptoms-sec .inner  {
		background:linear-gradient(to left,#F5EBEF,#E4EBF1,#DCEAF0);
		padding:0 20px;
	}
	.symptoms-sec .inner h3 {
		font-size:16px;
	letter-spacing: 0.6px;
	}
	.symptoms-sec ul li {
		font-size: 14px;
		padding: 10px 0; 
	}
	.symptoms-sec .col-1-2 ul li:last-child {
		border-bottom: none;	
	}
	.symptoms-sec ul li img  {
		width:20px;
		margin-right: 16px;
	}
	.symptoms-en-ttl {
		position: absolute;
		top:-20px;
		left: 25%;
		width:50%;
	}
	/* flow */
	.flow-box {
		box-shadow: 0 0 18px rgba(0,0,0,0.08);
		border-radius: 20px;
		background-color: #fff;
		position: relative;
		margin-bottom: 60px;
	}
	.flow-box:last-child {
		margin-bottom: 0px;		
	}
	.flow-box .num-box {
		background:linear-gradient(#D0DCEF,#E6EEFA);
		text-align: center;
		align-content: center;
		border-radius: 20px 20px 0 0;
		padding: 20px 33px;
		width:100%;
	}
	.flow-box .num-box p {
		font-size:32px;
	}
	.flow-box .num-box p span {
		font-size:16px;
	}
	.flow-box .flow-detail-box {
		padding: 20px 30px;
		align-content: center;
	}
	.flow-box .flow-detail-box h3 {
		font-size: 18px;
		margin-bottom:10px;
	}
	.flow-box .flow-detail-box .tel-link {
		font-size: 24px;
		font-weight: bold;
		color:#727C8B;
		letter-spacing: 1.2px;
	}
	.flow-box:not(:last-child)::after {
	  content: '';
	  position: absolute;
	  border: 20px solid transparent;
	  width: 0;
	  height: 0;
	  bottom: -60px;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  border-top-color: #D0DCEF;
	  border-radius: 2px;
	}
	.flow-box .flow-detail-box ul li {
		display: inline-block;
		margin-left: 20px;
	}
	.flow-box .flow-detail-box ul li:before {
		margin-right: 10px;
	}
	.flow-box .flow-detail-box ul li:nth-child(1) {
		margin-left: 0px;	
	}

	/* faq */
	.faq-box {
		padding: 20px;
		margin-bottom: 30px;
	}
	.faq-box .flex img {
		width:28px;
		margin-right: 20px;
	}
	.faq-box .icon-area {
		width:15%;
	}

	.faq-box .txt-area {
		width:85%;
	}
	.faq-box .q-txt {
		font-size: 16px;
	}
	.faq-box .a-txt {
		font-size: 14px;
		line-height: 24px;
	}
	/* strength */
	.strength-box {
		padding: 20px;
	}
	.strength-box ul li {
		line-height: 36px;
	}

	/* info parts */
	ul.info-list {
		width:100%;
	}

	ul.info-list li a {
		padding: 16px 0;
		border-bottom: 1px solid #D0DCEF;
		display: inline-block;
		width: 100%;
	}
	ul.info-list li .cat-tag {
		margin:0 10px;
		font-size: 12px;
	}

	/* pager */
	.navigation.pagination .page-numbers {
		color:#5983C5;
		font-size:16px;
		font-weight:500;
		line-height: 190%;
		border:1px solid #5983C5;
		border-radius: 8px;
		background-color: #fff;
		width:50px;
		height:50px;
		display: inline-block;
		text-align: center;
		align-content: center;
		margin:0 4px;
	}
	.navigation.pagination .page-numbers.current ,
	.navigation.pagination .page-numbers:hover {
		background-color: #5983C5;
		color:#fff;
		transition: all 0.3s;
		opacity: 1;
	}

}


/* スマホ用：767px以下の時は改行をなくす */
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

/* PC用：768px以上の時は改行を表示する */
@media screen and (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}