@charset "UTF-8";
/*============================
Reset
============================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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


.lp-wrapper {
    width: 100%;
    margin: 0 auto;
}

.lp-wrapper .p-box{
	position: relative;
}

.lp-wrapper picture,
.lp-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.lp-inner {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.lp-inner a {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.lp-inner a:hover {
	opacity: 0.4;
}

/* offer */

.lp-inner .btn-offer{
	width: calc(675/750*100%);
	margin: 0 auto;
	}
.lp-inner .btn-offer{
	width: calc(700/750*100%);
	margin: 8% auto 6%;
	position: relative;
	/* top:0; */
	}

.lp-inner .offer-fv .btn-offer{
	width: calc(675/750*100%);
	margin: 1.5% auto 4%;
	}



/* slider */

.lp-inner .slider-wrap{
	background-image: url(../img/intro-bg.png);
	background-size: cover;
	padding-bottom: 5%;
}

.lp-inner .slick-list{
	padding: 0!important;
}

.lp-inner .slider-inner{
	padding: 0 calc(45/750*100%);
}

.lp-inner .slider-inner2{
    padding: 0 calc(45/750*100%);
    padding-bottom: 20px;
}

.lp-inner .slick-list img{
	width: 100%;
}
.lp-inner .slick-next,
.lp-inner .slick-prev{
	width:calc(75/750*100%);
	padding-top: min(calc(100/750*100vw),100px);
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	z-index:10;
	top:52%;
}
.lp-inner .slick-next{
	background-image: url(../img/slide-next.png);
	right:min(calc(-40/750*100vw),40px);
}
.lp-inner .slick-prev{
	background-image: url(../img/slide-prev.png);
	left:min(calc(-40/750*100vw),40px);
}

.lp-inner .slick-next:before,
.lp-inner .slick-prev:before{
	font-size: 0;
}
.lp-inner .slick-arrow{
	transition:opacity ease 0.3s;
}
.lp-inner .slick-arrow.slick-disabled{
	opacity: 0;
}

.lp-inner .slick-dots{
	bottom:-50px;
}
@media (max-width:750px){
	.lp-inner .slick-dots{
	bottom:-5%;
}
}
.slick-dots li button{
	width: min(calc(20/750*100vw),20px);
	height: min(calc(20/750*100vw),20px);
}
.slick-dots li button:before{
	opacity: 1;
	color: #dcf2ff;
}
.slick-dots li button:before{
	font-size: min(calc(30/750*100vw),30px);
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	color: #499cc3;
}
.slick-dots li{
	margin: 0 2.5%;
}

.slick-dotted.slick-slider {
    padding-bottom: 20px;
}

.risk {
    padding-bottom: 70px;
}


/* point */

.point01{
	padding-bottom: 50px;
	background-color: #dcf2ff;
}

.point02{
	margin-bottom: 50px;
}


/* faq */
.lp-inner .faq{
	background-color: #F4F4F4;
	padding-bottom: 15%;
}

.lp-inner .faq-box {
	width: 89.3%;
	margin: 0 auto 3%;
}

.lp-inner .faq-box dt{
	position: relative;
	width: 100%;
	cursor: pointer;
}

.lp-inner .faq-box dt::before{
	content: '';
	position: absolute;
	top: 52%;
	right: 3.5%;
	width: min(calc(21/750*100vw), 21px);
	height: 2px;
	transition: rotate(0deg);
	background: #ffffff;
	z-index: 2;
}

.lp-inner .faq-box:nth-of-type(5) dt::before{
	top:42%;
}

.lp-inner .faq-box dt::after{
	content: '';
	position: absolute;
	top: 52%;
	right: 3.5%;
	width: min(calc(21/750*100vw), 21px);
	height: 2px;
	transform: rotate(90deg);
	background: #ffffff;
	transition: transform 0.4s ease-in-out;
	z-index: 2;
}
.lp-inner .faq-box:nth-of-type(5) dt::after{
	top:42%;
}

.lp-inner .faq-box:nth-of-type(4) dt::before{
	top:42%;
}

.lp-inner .faq-box:nth-of-type(4) dt::after{
	top:42%;
}

.lp-inner .faq-box dt.clicked::after{
	transform: rotate(0deg);
}

.lp-inner .faq-box dd {
	width: 100%;
	line-height: 0;
    height:0;
    overflow: hidden;
    opacity: 0;
		transition:all ease 0.4s;

}

.lp-inner .faq-box dd.is-open {
    height: auto;
    opacity: 1;

}


.lp-inner .p-box{
	position: relative;
}
.lp-inner .map-wrap {
	position: absolute;
	width:min(calc(210/750*100vw),410px);
	padding-top: min(calc(330/750*100vw),330px);
	top:13%;
	left: 50%;
	transform: translateX(-50%);
}

.lp-inner .p-box.js-targetFloatEnd .map-wrap{
	padding-top: min(calc(410/750*100vw),410px);
}

.lp-inner .map-wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.lp-inner .map-wrap2 iframe{
	width: 100%;
	margin-bottom: 16px;

}


.lp-inner .bottom{
	background-color: #dcf2ff;
	padding-bottom: 5%;
}

footer{
	background-color: #1C4986;
	padding:3% 0;
	text-align: center;
	height: 100px;
}
footer p{
	color: #FFF;
	font-size: min(calc(20/750*100vw),20px);
}
/* ---------------------------------------------
 追従エリア
--------------------------------------------- */
.fixd-container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 750px;
	margin: auto;
	visibility: hidden;
	opacity: 0;
	transition: visibility .4s, opacity .4s;
	z-index: 10000;
}

.fixd-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
}

.fixd-inner .btn-offer{
	margin-bottom: 0;
}
.fixd-inner .fixed-btnarea{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 89.3%;
	margin: 0 auto;
	padding: 0 0 3%;
}

.fixd-inner .fixed-btnarea .btn-fixed {
	width: 47%;
}

.fixd-container.is-show {
	visibility: visible;
	opacity: 1;
}

/* ---------------------------------------------
 240327追加
--------------------------------------------- */
img.spB20{
	margin: 20px auto;
}

img.spB30{
	margin-bottom: 30px;
}

.spB40{
	margin-bottom: 40px;
}

.spB50{
	margin-bottom: 50px;
}

h2.spB30{
	margin-bottom: 30px;
}

img.spT30{
	margin-top: 30px;
}

.spT10{
	margin-top: 10px;
}

.spT20{
	margin-top: 20px;
}

.spT30{
	margin-top: 30px;
}

.spT40{
	margin-top: 40px;
}

.spT50{
	margin-top: 50px;
}

.cta_block{
	background-color: #fff;
	border :#1C4986 3px solid;
	margin: 16px;
	position: relative;
	margin-top: 60px;
	max-width: 670px

}

.cta_block_01{
	position: absolute;
	top: -32px;
	z-index: 3;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.cta_block_top{
	background-color: #1C4986;
	position: relative;
}

.cta_block_top img{
	position: absolute;
	top: -24px;
}

.cta_block_top p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 16px;
	text-align: center;
}

.cta_block_inner{
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: -24px;
}

html {
    max-width: 600px;
    margin: 0 auto;
	scroll-behavior: smooth;
}

p.txt_box {
    width: 90%;
    margin: 20px auto 30px;
    color: #151818;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.7;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

p.txt_box03 {
		width: 87%;
		margin:20px auto 40px;
		color: #151818;
		font-size: 17px;
		font-weight: 200;
		line-height: 1.6;
		font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}

@media (max-width:600px){
	p.txt_box {
		width: 87%;
		margin: 20px auto;
		color: #151818;
		font-size: 17px;
		font-weight: 200;
		line-height: 1.9;
	}

	p.txt_box03 {
		width: 87%;
		margin: 20px auto;
		color: #151818;
		font-size: 17px;
		font-weight: 200;
		line-height: 1.6;
		font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}
}

p.txt_box span{
	color: #0876c0;
	font-weight: 600;
}

/* .lp-inner .map-wrap {
	position: absolute;
	width:min(calc(300/750*100vw),400px);
	padding-top: min(calc(200/750*100vw),250px);
	top:13%;
	left: 50%;
	transform: translateX(-50%);
} */

@media (max-width:600px){
.lp-inner .map-wrap {
	position: absolute;
	width:min(calc(600/750*100vw),600px);
	padding-top: min(calc(340/750*100vw),330px);
	top:13%;
	left: 50%;
	transform: translateX(-50%);
}
}

sup {
    font-size: .6em;
	vertical-align: super;
}

p.txt_comment {
    width: 90%;
    margin: -10px auto 30px;
    color: #151818;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
}


/* ---------------------------------------------
 240328　FAQアコーディオン
--------------------------------------------- */
.lp-inner .faq{
	background-color: #fff;
	padding-bottom: 15%;
}

.lp-inner .clinic-box {
	width: 89.3%;
	margin: 0 auto 3%;
	border-left: #8D8D8D solid 3px;
	border-right: #8D8D8D solid 3px;
	border-bottom: #8D8D8D solid 3px;
}

.clinic-box .is-open{
	padding: 16px;
}

.lp-inner .clinic-box dt{
	position: relative;
	width: 100%;
	cursor: pointer;
}

.lp-inner .clinic-box dt::before{
	content: '';
	position: absolute;
	top: 52%;
	right: 3.5%;
	width: min(calc(21/750*100vw), 21px);
	height: 2px;
	transition: rotate(0deg);
	background: #ffffff;
	z-index: 2;
}

.lp-inner .clinic-box:nth-of-type(5) dt::before{
	top:42%;
}

.lp-inner .clinic-box dt::after{
	content: '';
	position: absolute;
	top: 52%;
	right: 3.5%;
	width: min(calc(21/750*100vw), 21px);
	height: 2px;
	transform: rotate(90deg);
	background: #ffffff;
	transition: transform 0.4s ease-in-out;
	z-index: 2;
}
.lp-inner .clinic-box:nth-of-type(5) dt::after{
	top:42%;
}

.lp-inner .clinic-box:nth-of-type(4) dt::before{
	top:42%;
}

.lp-inner .clinic-box:nth-of-type(4) dt::after{
	top:42%;
}

.lp-inner .clinic-box dt.clicked::after{
	transform: rotate(0deg);
}

.lp-inner .clinic-box dd {
	width: 90%;
	margin: 0 auto;
	line-height: 0;
    height:0;
    overflow: hidden;
    opacity: 0;
	transition:all ease 0.4s;

}

.lp-inner .clinic-box dd.is-open {
    height: auto;
    opacity: 1;

}

 .lp-inner .clinic-box dt.faq-btn p{
	background-color: #8D8D8D;
	color: #fff;
	font-size: 18px;
	padding: 15px;
} 

@media (max-width: 600px)
.lp-inner dd p.map-wrap2 {
    position: absolute;
    width: min(calc(600 / 750* 100vw), 600px);
    padding-top: min(calc(340 / 750* 100vw), 330px);
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
}

/* ---------------------------------------------
 240329　追加
--------------------------------------------- */

section.txt_box02 {
	background-image:url(../img/bg_14-16.png);
    /* margin: 0 auto ; */
	padding: 0 30px 30px;
   
}

section.txt_box02 p{
	width: 100%;
}

img.camsp{
	width: 90%;
    margin: 7% auto 10%;
}

.movie video{
width: 100%;	
}




/* ---------------------------------------------
 240409追加
--------------------------------------------- */

.txt-g{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
  }
  
  .txt-m{
	 font-family: "Noto Serif JP", serif;
  }
		
  
  .intro-01 {
	  position: relative;
  }
  
  .intro-01 h2 {
	  text-align: center;
	  font-size: 1.3rem;
	  font-weight: 900;
	  color: #162853;
	  position: absolute;
	  top: 30px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	   -webkit-transform: translate(-50%,-50%);
	   transform: translate(-50%,-50%);
	   width:100%;
  }
  
  .intro-01 p {
	  bottom: 100px;
	  text-align: center;
	  color: #162853;
	  font-size: 1.2rem;
	  line-height: 1.5em;
	  position: absolute;
	  bottom:-10px;
	  left: 50%;
	 -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	  width:100%;
  }
  
  .intro-02 h4 {
	  text-align: center;
	  font-size: 1.2rem;
	  font-weight: 900;
	  color: #162853;
	  margin-top:2em;
	  line-height: 1.3em;
  }
  
  .intro-02 ul {
	  display: flex;
	  color: #2f73a1;
	  margin: 0.7em 0;
	  column-gap: 10px;
	  place-content: center;
  }
  
  .intro-02 ul li {
	  background: #d9e0ea;
	  padding: 10px 15px;
	  border-radius:5px;
  }
  
  .intro-03 {
	  margin-top: 40px;
  }
  
  .intro-03 p {
	  text-align: center;
	  color: #162853;
  }
  
  .intro-03 h3 {
	  text-align: center;
	  font-size: 1.4em;
	  color: #162853;
	  line-height: 1.4em;
	  margin-top: 0.5em;
	  font-weight: 500;
  }
  
  .dli-arrow-down {
	  display: inline-block;
	  vertical-align: middle;
	  color: #162853;
	  line-height: 1;
	  position: relative;
	  width: 0.1em;
	  height: 3em;
	  background: currentColor;
	}
	
	.dli-arrow-down::before {
	  content: '';
	  width: 0.65em;
	  height: 0.65em;
	  border: 0.1em solid currentColor;
	  border-top: 0;
	  border-right: 0;
	  transform: rotate(-45deg);
	  transform-origin: bottom left;
	  position: absolute;
	  left: 50%;
	  bottom: -0.05em;
	  box-sizing: border-box;
	  color: #162853;
	}
  
	.arrow {
	  text-align: center;
	  position: relative;
	  top: 20px;
  }
  
	.ex-01 {
	  background-color: #fafbfa;
	  padding: 10% 0 10px;
	 }
  
	.ex-01 h4 {
	  font-size: 1.3em;
	  text-align: center;
	  line-height: 1.5em;
	  color: #162853;
	  font-weight: 600;
	 }
  
	 .ex-ph {
	  padding: 30px 30px 0;
	 }
  
	 .ex-ph img {
	  box-shadow: 3px 5px 5px #d7d7d7;
	  }
  
	  .ex-02{
		  padding:10% 0;
	  }
  
	  .frame-box-002 {
		  padding: 20px 0;
		  position: relative;
		  margin: 5%;
		  text-align: center;
		  line-height: 1.5em;
		  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	  }
  
	  .frame-box-002::before, .frame-box-002::after {
	  content: '';
	  width: 15px;
	  height: 100%;
	  position: absolute;
	  }
  
	  .frame-box-002::before {
	  border-left: solid 1px #000000;
	  border-top: solid 1px #000000;
	  border-bottom: solid 1px #000000;
	  top: 0;
	  left: 0;
	  }
  
	  .frame-box-002::after {
	  border-right: solid 1px #000000;
	  border-top: solid 1px #000000;
	  border-bottom: solid 1px #000000;
	  top: 0;
	  right: 0;
	  }
  
  
	  .ex-02 ul {
		  font-size: 1em;
		  line-height: 1.8;
		  list-style-type: none;
		  width: fit-content;
		  margin: auto;
		}
		
	  .ex-02 li+.ex-02 li {
		  margin-top: 5px;
		}
		
		.ex-02 li {
		  position: relative;
		  border: solid #b4d6ed;
		  margin: 10px 0;
		  padding: 5px 10px 5px 30px;
		  font-size: 1rem;
		  font-weight: 600;
		  box-shadow: 3px 5px 5px #73a9ce;
	  }
		
	  .ex-02 li:before {
		  content: "";
		  position: absolute;
		  width: 3px;
		  height: 7px;
		  top: .95em;
		  left: 14px;
		  -webkit-transform: rotate(50deg);
		  -ms-transform: rotate(50deg);
		  transform: rotate(50deg);
		  border-right: 2px solid #FFF;
		  border-bottom: 2px solid #FFF;
		  z-index: 1000;
		}
		
	  .ex-02 li:after {
		  content: "";
		  position: absolute;
		  top: .8em;
		  left: 0.5em;
		  width: 15px;
		  height: 15px;
		  background-color: #00a656;
		  border-radius: 2px;
		}
  
	  .ex-02 h5 {
		  text-align: center;
		  font-size: 1.4rem;
		  color: #162853;
		  margin-bottom:1em;
		}
	  
	  .intro-wrap {
		  color: #162853;
		  text-align: center;
		  margin: 10px 0 20px;
	  }
  
	  .intro-wrap h2 {
		  font-size: 1.2rem;
	  }
  
	  .head-border {
		  display: flex;
		  align-items: center;
	  }
	  
	  .head-border:before,
	  .head-border:after {
		  content: "";
		  height: 1px;
		  flex-grow: 1;
		  background-color: #666;
		  margin: 1em;
	  }
	  
	  .head-border:before {
		  margin-right: 1rem;
	  }
	  
	  .head-border:after {
		  margin-left: 1rem;
	  }
  
	  .case-wrap {
		  background-color: #e5f5ff;
		  padding:1em;
	  }
  
	  .swiper-p{
		  margin-top:.9em;
		  line-height: 1.4em;
	  }
  
	  .swiper-p p{
		  font-size:.9em;
	  }
  
	  .fukidashi {
		  position: relative;
		  padding: 10px;
		  border-radius: 10px;
		  border: 1px solid #c63390;
		  background-color: #fff;
		  color: #c63390;
		  font-weight: 600;
		  font-size: 16px;
		  margin: 10px 10px 20px;
	  }
	  
	  .fukidashi:before {
		  position: absolute;
		  top: 100%;
		  right: 50px;
		  transform: skew(-25deg);
		  height: 25px;
		  width: 15px;
		  border-right: 1px solid #c63390;
		  background-color: #fff;
		  content: "";
	  }
	  
	  .fukidashi p {
		  line-height: 1.5;
		  color:#c63390;
	  }
  
	  .strong{
		  color:#c63390;
		  text-decoration:underline 8px;
		  text-decoration-color:yellow;
	  }
  
	  .stfaction h4 {
		  text-align: center;
		  font-size: 1.8rem;
		  line-height: 1.2em;
		  font-weight: 500;
	  }
  
	  .review {
		  background-color: #ebf7ff;
		  margin: 1.5em;
		  padding: .8em;
		  font-size: .7em;
		  line-height: 1.5em;
		  color: #555555;
		  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	  }
  
	  .review span {
		  color: #c63390;
	  }
  
	  /* .review img {
		  width: 50%;
	  } */

	  .review02 {
		background-color: #fcedf7;
		/* margin: 1.5em; */
		padding: 1.2em 1.8em;
		font-size: .7em;
		line-height: 1.5em;
		color: #555555;
		font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}

	.review02 span {
		color: #c63390;
	}

	/* .review img {
		width: 50%;
	}
   */
	  .horizontal-line {
		  border-top: 1px solid #dce2e6;
		  margin: 10px 0;
	  }
  
	  .cta-wrap {
		  position: relative;
	  }
  
	  .cta-wrap-m {
		  position: absolute;
		  top: 0;
		  z-index: 1000;
		  display: flex;
		  width: 100%;
		  margin-top: 1em;
		  justify-content: space-around;
		  align-items: flex-start;
	  }
  
	  .cta-wrap-m h2 {
		  color: #FFF;
		  margin: auto 0;
		  font-size: 1.5rem;
		  line-height: 1.3em;
	  }
  
	  .cta-wrap-m img {
		  width: 100px;
	  }
  
	  ul.benefit {
		  position: absolute;
		  padding: 1.5em;
		  top: 120px;
	  }

	  .clinic-name {
		position: absolute;
		bottom: 60px;
		color: #FFF;
		text-align: center;
		width:100%;
		font-size: 0.75rem;
    	line-height: 0.5;
	   }

	  .horizontal-line2 {
		border-top: 1px dotted #FFF;
		margin: 10px;
	   }

	   .cta-button {
		position: absolute;
		bottom: -50px;
	   }

	   .explan {
		padding: 80px 0 0;
	   }

	   .ex-01 h4{
		text-align: center;
		color: #162853;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1.5em;
	   }


	   .explan h4{
		text-align: center;
		color: #162853;
		font-size: 1.7em;
		font-weight: 600;
		line-height: 1.5em;
	   }

	   .explan2 {
		padding: 70px 0 0;
	   }

	   .explan2-m,.intro-m,.faq-m,.clinic-m {
		background-image: linear-gradient(160deg, #0f9fde 0%, #0b82c9 100%);
    	}

		.explan2-m h2,.intro-m h2,.faq-m h2,.clinic-m h2 {
			font-size: 7.5vw;
			text-align: center;
			color: #FFF;
			padding: 50px 0;
		}

		.explan2 h3 {
			font-size: 1.8em;
			color: #162853;
			border-left: solid 6px #162853;
			padding-left: .4em;
			margin: 2em 0 0 1em;
			font-weight: 500;
		}

		.explan2-txt {
			text-align: center;
			color: #162853;
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 1em;
		}

		.figure01-wrap,.root-wrap,.quality-wrap {
			padding: 1em 2em;
		}


		.explan div.root-wrap{
			padding: 1em 2em;
		}

		.explan2 div.figure01-wrap{
			padding: 1em 2em;
		}


		.explan2-txt2 {
			text-align: center;
			color: #162853;
			font-size: 1.8em;
			margin-bottom: 1em;
		}

		/* 吹き出し本体 - 左右の中心 */
        .balloon1{
	        position: relative;
	        padding: 2em 0;
	        background-color: #d7e9f5;
        }
		/* 三角アイコン - 左右の中心 */
        .balloon1::before{
	        content: '';
	        position: absolute;
	        display: block;
	        width: 0;
	        height: 0;
	        left: 0;
	        right: 0;
	        bottom: -15px;
	        margin: 0 auto;
	        border-top: 15px solid #d7e9f5;
	        border-right: 15px solid transparent;
	        border-left: 15px solid transparent;
        }

		.balloon1 p{
			color:#0876c0;
			font-weight:600;
			font-size:1.35em;
			text-align:center;
		}

		.bg-text{
			position:relative;
		}

		.bg-text p {
			text-align: center;
			font-weight: 600;
			font-size: 2.3em;
			color: #162853;
			z-index: 1000;
			line-height: 1.5em;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width:100%;
		}

		#campaign{
			margin-top:70px;
		}

		.logo img {
			width: 120px;
			margin: 0.5em auto;
		}

		.fv-area {
			position: relative;
		}

		h1 span {
			color: #000;
		}

		.fv_point{
			display: flex;
    		margin: 0 auto;
			justify-content: center;
			align-items: center;
			padding: 20px 0 0 10px;
		}

		.fv_point img{
			width: 170px;
			padding: 0 5px 0 5px;
		}


@media (max-width: 600px){
		.fv_point{
			display: flex;
    		margin: 0 auto;
			justify-content: center;
			align-items: center;
			padding: 0 0 0 5px;
		}

		.fv_point img{
			width: 30vw;
			padding: 0 2px 0 2px;
		}
}



		.min15 img {
			position: absolute;
			top: 20vw;
			width: 55%;
			z-index: 1000;
		}



        
		 @media (min-width: 381px) and (max-width: 420px) {

			.fv_point img{
				 width: 120px;
			 }
	 
		 }

        /* pro MAX */
		@media (min-width: 421px) and (max-width: 430px) {

			.fv_point img{
				 width: 125px;
			 }
	 
		 }

		.treat-ph-wrap {
			display: none;
			width: 100%;
			justify-content: space-between;
			align-items: center;
		}

		.treat-ph {
			position: absolute;
			z-index: 1000;
			bottom: 22vw;
			width: 100%;
		}

		.treat-ph-wrap img {
			width: 55%;
		}

		.fv-p-wrap{
			margin:auto 0;
		}

		.fv-p-wrap p {
			margin: 0.5em 0;
			background-color: #85badd;
			color: #FFF;
			padding: 0.4em 0.5em;
			font-size: 3.9vw;
		}




/* ---------------------------------------------
responsive
--------------------------------------------- */
@media screen and (min-width: 600px) {

	.treat-ph {
		bottom: 140px;
	}

   }

@media screen and (min-width: 481px) {

	.intro-01 h2{
		font-size: 2rem;
		top: 40px;
	}
	
	.intro-01 p,.intro-02 h4,.intro-03 h3,.ex-01 h4 {
		font-size: 2rem;
		font-weight: 600;
	}

	intro-01 p span {
		font-size: 2rem;
	}

	p.frame-box-002 {
		font-size: 1.5rem;
		font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}

	.ex-02 li {
		font-size: 1.7rem;
		padding: 5px 10px 5px 35px;
	}
	
	.ex-02 li:before {
        left: 18px;
	}

	.ex-02 h5 {
		font-size: 1.8rem;
	}

	.intro-wrap p {
		font-size: 1.2rem;
	}

	.fukidashi {
		font-size: 1.5rem;
	}

	.stfaction h4 {
		font-size: 2.1rem;
		line-height: 1.5em;
	}

	.review {
		font-size: 1.1em;
		font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}

	.review02 {
		font-size: 1.1em;
		font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}

	.fv-area{
		position:relative;
	}

	.fv-p-wrap p {
		font-size: 20px;
	}

	.min15 img {
		top: 130px;
	}

	.explan2-m h2, .intro-m h2, .faq-m h2, .clinic-m h2 {
		font-size: 2em;
	}

	.clinic-name {
		bottom: 135px;
	}

	ul.benefit {
		top: 180px;
	}

	.cta-wrap-m h2 {
		font-size: 2em;
	}

	.clinic-name.txt-g p {
		font-size: 1.5em;
	}

	.cta-wrap-m {
		top: 30px;
	}


   } 

@media screen and (max-width: 320px) {


	.fv_point img {
		width: 100px;
	}

	.treat-ph {
		bottom: 80px;
	}

}



/* btn animation */
.mocchiri {
    animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
	0% {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	  }
	  50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	  }
}


/* ---------------------------------------------
 240416追加
--------------------------------------------- */


.fv-cta {
    position: absolute;
    bottom: 245px;
    z-index: 999;
}

.price {
    display: flex;
    margin: 1em 1em 2em;
    column-gap: 1em;
	justify-content: center;
	align-items: center;
}

p.price-left.txt-g {
    font-size: 2.4vw;
    font-weight: 600;
    background-color: #0981ca;
    color: #FFF;
    padding: 1em;
	line-height: 1.2em;
}

p.price-right.txt-g {
    color: #0981ca;
}

span.price-right-p{
    font-size:2.8vw;
	color: #162853;
}

.price-p{
	font-size:3.0em;
	font-weight:bold;
}


@media screen and (min-width: 600px) {
   .sp-only{
	  display:none;
   }

   .pc-only{
		display:block;
   }

   .price-p{
	font-size:4.5em;
    }

	p.price-left.txt-g {
		font-size: 1em;
	}

	span.price-right-p {
		font-size: 1.2rem;
	}

}

@media screen and (max-width: 599px) {
	.sp-only{
		display:block;
	 }

	 .pc-only{
		display:none;
	   }

}


/* ---------------------------------------------
 240422追加
--------------------------------------------- */


.dr-tnm {
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(221, 219, 215) 100%);
	position: relative;
	padding: 1.5em;
}

.dr-tnm-m1 {
    color: #5e849b;
	margin-bottom: 0.75em;
}

.dr-tnm-img {
    position: absolute;
    width: 50%;
    right: 0;
	top: -1em;
}

.dr-tnm-m2 {
    font-size: 1.4em;
    color: #162853;
    line-height: 1.35em;
    font-weight: 500;
}

.dr-tnm-name {
    font-size: x-small;
    color: #343434;
    line-height: 1.5em;
    margin: 1em 0;
}

.txt-g.dr-tnm-txt {
    position: relative;
    background-color: #FFF;
    padding: 1em;
    line-height: 1.8em;
    font-size: .8em;
    color: #555555;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.supplement h3{
    color: #162853;
    background-color: #dfecf1;
	padding: 10px 0;
    font-family: "Noto Serif JP", serif;
	font-size: 1.5em;
	text-align: center;
	margin: 30px 0 20px 0;
}

.supplement .arrow_box{
    position: relative;
    width: 250px;
    background: #097cc4;
    text-align: center;
    border: 5px solid #097cc4;
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    font-family: "Noto Serif JP", serif;
	margin: 0 auto;
}
.supplement .arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.supplement .arrow_box:after{
    border-color: rgba(0, 0, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#097cc4;
}
.supplement .arrow_box:before{
    border-color: rgba(0, 0, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    margin-top: 5px;
    border-top-color:#097cc4;
}

.supplement h4{
    color: #162853;
	padding: 10px 0;
    font-family: "Noto Serif JP", serif;
	font-size: 1.7em;
	text-align: center;
	margin: 10px 0 10px 0;
}

.supplement img.raqnem_pk{
    width: 50%;
	margin: 0 auto;
	padding: 0 0 0 40px;
}

.supplement img.three_pt{
    width: 80%;
	margin: 0 auto;
}

.supplement p{
	font-size: 1.0em;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0;
    line-height: normal;
}

.supplement .price_box{
	display: flex;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	justify-content: center;
	align-items: center;
    padding: 20px 0 0 0;
}

.supplement .price_box .price_left{
    color: #fff;
    background-color: #f07931;
	padding: 5px 7px;
	font-size: 0.8em;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 5px;
	line-height: normal;
}

.supplement .price_box .price_right{
    color: #f07931;
	padding: 5px 0;
	font-size: 2.5em;
	text-align: center;
	font-weight: 500;
}

.supplement .price_box .price_right span{
	font-size: 0.5em;
}

.supplement p.note{
	font-size: 1.0em;
	text-align:right;
    line-height: normal;
	padding: 0 10px 10px 0;
}

@media screen and (min-width: 600px) {

	.dr-tnm-m2 {
		font-size: 2.4em;
	}

	.dr-tnm-m1 {
		margin-bottom: 0.5em;
	}

	.dr-tnm-name {
		font-size: small;
	}

	.txt-g.dr-tnm-txt {
		width: 90%;
		margin: 0 auto;
	}


.supplement h3{
	padding: 10px 0;
	font-size: 1.9em;
	margin: 30px 0 20px 0;
}
	
.supplement .arrow_box{
    width: 300px;
    font-size: 15px;
}
	
.supplement img.raqnem_pk{
    width: 40%;
	margin: 0 auto;
	padding: 0 0 0 40px;
}

.supplement img.three_pt{
    width: 65%;
	margin: 0 auto;
}
	
.supplement h4{
	padding: 20px 0;
	font-size: 2.0em;
}
	
.supplement .price_box{
    padding: 30px 0 0 0;
}

.supplement .price_box .price_left{
	padding: 5px 7px;
	font-size: 1.0em;
	margin: 0 15px 0 0;
}

.supplement .price_box .price_right{
	padding: 5px 0;
	font-size: 3.5em;
}

.supplement .price_box .price_right span{
	font-size: 0.5em;
}

.supplement p.note{
	font-size: 1.0em;
	text-align:right;
    line-height: normal;
	padding: 0 10px 10px 0;
}
	
}



/* ---------------------------------------------
 クリニック一覧
--------------------------------------------- */


.clinic {
    background: #fff;
}

.clinic_box {
    width: 500px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.clinic_box h2 {
    font-size: 26px;
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 15px 50px 15px 0;
    background-image: url(../../asset/images/clinic/ibiki_icon.webp);
    background-repeat: no-repeat;
    /*border-bottom: solid 1px #ccc;*/
	background-position: 20px 0;
	padding: 0 0 0 65px;
}

.clinic_box h3 {
    font-size: 22px;
    color: #499cc3;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 20px 50px 10px 0;
    padding: 0 0 10px 0;
    /*border-bottom: solid 1px #ccc;*/
}

.clinic_box table {
    border-collapse: collapse;
    width: 90%;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
}

.clinic_box tr {
    border-bottom: 1px solid #ccc;
}

.clinic_box tr:last-child {
    border-bottom: 1px solid #fff;
}

.clinic_box th {
    padding: 15px;
}

.clinic_box td {
    padding: 15px;
}

@media (min-width:751px){
.clinic_box img {
    text-align: center;
    margin: 0 auto;
	width: 85%;
}
}

.clinic_box img {
    text-align: center;
    margin: 0 auto;
}

.sma {
    display: none;
}

.accordion {
    max-width: 700px;
   /* margin-bottom: 7px;*/
    border-bottom: 1px solid #ccc;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*padding: 1em 2em;*/
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background: #0f9fde;
    margin: 20px 0 0 0;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
	margin: 0 15px 0 0;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 auto;
   /* padding: .3em 1em 1.5em;*/
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] div {
    transform: none;
    opacity: 1;
}

.accordion a {
    text-decoration: none;
}

.mapbtn {
    margin: 8px 0px 0px 0px;
}

.mapbtn-box {
    font-size: 11px;
    line-height: 4rem;
    line-height: 2rem;
	background: #499cc3; 
    padding: 0 1rem;
    text-align: center;
    margin: 5px 0px 0px 0px;
    width: 80px;
	padding: 0.5em 1em;
	color: #fff; 
}

.mapbtn-box a:link{
    color: #fff; 
}
	
.mapbtn-box a:visited{
    color: #fff; 
}





@media screen and (max-width: 640px) {

    .clinic_all {
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .clinic_box {
        width: 350px;
		padding-bottom: 40px;
    }

.clinic_box h2 {
    font-size: 20px;
	padding: 2px 0 2px 50px;
	background-position: 12px 1px;
}

.clinic_box h3 {
    font-size: 20px;
}
	
    .clinic_box table {
        width: 100%;
		font-size: 14px;
    }

    .clinic_box th {
        width: 27%;
        padding: 0;
    }

    .sma {
        display: block;
    }
	
.accordion {
    max-width: 500px;
   /* margin-bottom: 7px;*/
    border-bottom: 1px solid #ccc;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*padding: 1em 2em;*/
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background: #0f9fde;
    margin: 10px 0 0 0;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
	margin: 0 15px 0 0;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 auto;
    /*padding: .3em 1em 1.5em;*/
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] div {
    transform: none;
    opacity: 1;
}
	
.accordion a {
    text-decoration: none;
}

.mapbtn {
    margin: 8px 0px 0px 0px;
}
	
	
.mapbtn-box {
    font-size: 11px;
    line-height: 4rem;
    line-height: 2rem;
	background: #499cc3; 
    padding: 0 1rem;
    text-align: center;
    margin: 5px 0px 0px 0px;
    width: 80px;
	padding: 0.5em 1em;
	color: #fff; 
}

.mapbtn-box a{
	text-decoration: none;
}
	
.mapbtn-box a:link{
    color: #fff; 
	text-decoration: none;
}
	
.mapbtn-box a:visited{
    color: #fff; 
}
	
}




.transfer-box {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 24px;
  margin: 16px 0px 16px 0px;
  width: 75%;
}

.transfer-box h4 {
  background-color: #DE6E6E;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  margin: -24px -24px 16px;
}

.transfer-box h4 img{
  max-width: fit-content;
  position: relative;
  top: -5px;

}
.transfer-box h4 span {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.transfer-box p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 0 auto;
}

.transfer-box p strong {
  color: #DE6E6E;
  font-weight: bold;
  text-align: center;
  display: block;
}

.transfer-add {
  display: flex;
  border-top: 1px solid #E8E8E8;
  padding: 16px 0px 0 0px;
  /*gap: 40px;*/
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 14px;
}

.transfer-add p strong {
  color: #333;
  text-align: left;
  margin-bottom: 4px;
}


@media screen and (max-width: 768px) {
  .transfer-add p strong {
    text-align: left;
    margin-bottom: 4px;
  }
  .transfer-box {
    padding: 16px;
    width: auto;

  }
.transfer-add {
  padding: 16px 0px 0 0px; 
}
  .transfer-box h4 {
    margin: -16px -16px 16px;
  }
}




/* ---------------------------------------------
 ポップアップ
--------------------------------------------- */

#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 85vw;
  max-width: 400px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/popup_bg.webp);
  background-size: cover;
  border: 1.5px solid #fff;
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

 .popup-wrap-m {
　/*position: absolute;*/
	 top: 0;
	 z-index: 1000;
	 /*display: flex;*/
	 width: 100%;
	/* margin-top: 1em;*/
	 justify-content: space-around;
	 align-items: flex-start;
	  }
  
.popup-wrap-m h2 {
	color: #FFF;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.5em;
	letter-spacing: 0.1rem;
	padding-top: 15px;
	text-align: center;
	  }

.popup-wrap-m h2 span {
	font-size: 3.2rem;
	  }


.popup-name {
	/*position: absolute;*/
	bottom: 68px;
	color: #FFF;
	text-align: center;
	width:100%;
	font-size: 17px;
	padding-top: 25px;
	   }

.popup-price {
    display: flex;
    margin: 5em 0 1.5em 0.1em;
    column-gap: 1em;
	justify-content: center;
	align-items: center;
}

.plth_box {
    margin-top: 15px;
}

p.popup-price-left.txt-g {
    font-size: 0.8vw;
    font-weight: 600;
    background-color: #fff;
    color: #0981ca;
    padding: 1em;
	line-height: 1.2em;
}

p.popup-price-right.txt-g {
    color: #fff;
}

span.popup-price-right-p{
    font-size:0.8vw;
	color: #fff;
}

.popup-price-p{
	font-size:2.5em;
	font-weight:bold;
}

 .popup-button {
	/*position: absolute;
	bottom: -50px;*/
	   }

 .popup-button img{
	/*position: absolute;
	bottom: -50px;*/
	 width: 380px;
	 margin: 0 auto;
}

@media screen and (max-width: 768px) {
.popup-window {
  width: 85vw;
  max-width: 560px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/popup_bg.webp);
  background-size: cover;
  border: 1.5px solid #fff;
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

 .popup-wrap-m {
　/*position: absolute;*/
  top: 0;
  z-index: 1000;
  /* display: flex;*/
  width: 100%;
  /* margin-top: 1em;*/
  justify-content: space-around;
  align-items: flex-start;
	  }
  
.popup-wrap-m h2 {
	color: #FFF;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7em;
	letter-spacing: 0.1rem;
	text-align: center;
	  }

.popup-wrap-m h2 span {
	font-size: 2.7rem;
	  }

.popup-name {
	/*position: absolute;*/
	bottom: 68px;
	color: #FFF;
	text-align: center;
	width:100%;
	font-size: 14px;
	padding-top: 20px;
	   }

.popup-price {
    display: flex;
    margin: 3.5em 0 1em 0.1em;
    column-gap: 1em;
	justify-content: center;
	align-items: center;
}

.plth_box {
    margin-top: 15px;
}

p.popup-price-left.txt-g {
    font-size: 2.6vw;
    font-weight: 600;
    background-color: #fff;
    color: #0981ca;
    padding: 1em;
	line-height: 1.2em;
}

p.popup-price-right.txt-g {
    color: #fff;
}

span.popup-price-right-p{
    font-size:2.8vw;
	color: #fff;
}

.popup-price-p{
	font-size:2.5em;
	font-weight:bold;
}

 .popup-button img{
	/*position: absolute;
	bottom: -50px;*/
	 width: 100%;
	 margin: 0 auto;
}	
	
	}

@media screen and (min-width: 600px) {

.popup-price-p{
	font-size:2.8em;
    }

p.popup-price-left.txt-g {
		font-size: 0.6em;
	}

span.popup-price-right-p {
		font-size: 0.8rem;
	}

}

/* ---------------------------------------------
 FV下プライス
--------------------------------------------- */

.fv-price{
	margin: 50px 0 20px 0;
	text-align: center;
}

.price_balloon {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 3%;
  width: 85%;
  color: #0981ca;
  font-size: 1.2em;
  background: #D7EBF7;
  font-weight: 600;
  line-height: 25px;
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.price_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D7EBF7;
}

.price_balloon p {
  margin: 0;
  padding: 0;

}

@media screen and (max-width: 768px) {
	.price_balloon {
		font-size: 0.9em;
	}

}



/* ---------------------------------------------
 クリニック紹介
--------------------------------------------- */

.clinic-intro-wrap {
	color: #162853;
	text-align: center;
	margin: 50px 0 40px;
	  }
 
.clinic-intro-wrap h2 {
	font-size: 1.6rem;
    background-color: #4C2312;
    color: #fff;
    padding: 15px 0;
    line-height: 1.9rem;
	margin: 10px 0;
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-weight: 600;
	  }

.swiper-p p.note{
	font-size:.5em;
	text-align: right;
	  }

.swiper-p p span{
	font-size:0.5em;
	vertical-align: super;
	  }


@media screen and (max-width: 768px) {

.clinic-intro-wrap {
	margin: 50px 0 20px;
	  }

.clinic-intro-wrap h2 {
	font-size: 1.3rem;
    padding: 15px 0;
	line-height: 1.7rem;
	  }

.clinic-wrap {
		  /*background-color: #e5f5ff;
		  padding:1em;*/
	  }

.swiper-p{
	margin-top:.9em;
	line-height: 1.4em;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	  }
	
.swiper-p p span{
	font-size:0.5em;
	vertical-align: super;
	  }

.swiper-p p.note{
	font-size:.5em;
	text-align: right;
	  }
	
		}


/* slider */

.clinic-intro .slider-wrap{
	padding-bottom: 8%;
}

.clinic-intro .slick-next,
.clinic-intro .slick-prev{
	width:calc(75/750*100%);
	padding-top: min(calc(100/750*100vw),100px);
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	z-index:10;
	top:52%;
}
.clinic-intro .slick-next{
	background-image: url(../img/slide-brown-next.webp);
	right:min(calc(-20/750*100vw),40px);
}
.clinic-intro .slick-prev{
	background-image: url(../img/slide-brown-prev.webp);
	left:min(calc(-20/750*100vw),40px);
}

.clinic-intro .slick-next:before,
.clinic-intro .slick-prev:before{
	font-size: 0;
}
.clinic-intro .slick-arrow{
	transition:opacity ease 0.3s;
}
.clinic-intro .slick-arrow.slick-disabled{
	opacity: 0;
}

.clinic-intro .slick-dots{
	bottom:-50px;
}
.slick-dotted.slick-slider {
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.clinic-intro .slider-wrap{
	padding-bottom: 3%;
}
	
.clinic-intro .slick-dots{
	bottom:0%;
}
	
.clinic-intro .slick-next{
	right:min(calc(-40/750*100vw),40px);
}
.clinic-intro .slick-prev{
	left:min(calc(-40/750*100vw),40px);
}
		  }


.clinic-intro li button{
	width: min(calc(15/750*100vw),15px);
	height: min(calc(15/750*100vw),15px);
}
.clinic-intro li button:before{
	opacity: 1;
	color: #E4DCCA;
}
.clinic-intro li button:before{
	font-size: min(calc(20/750*100vw),20px);
}
.clinic-intro li.slick-active button:before{
	opacity: 1;
	color: #4C2312;
}
.slick-dots li{
	margin: 0 2.0%;
}

.slick-dotted.slick-slider {
    padding-bottom: 20px;
}

.spB10{
	margin-bottom: 10px;
  }

@media screen and (max-width: 768px) {
	.slick-dots li{
		margin: 0 0.8%;
	}
}

  /* 動画再生ボタン03 */
div.movie{
	position: relative;
	width: 100%;
	margin:0 auto;
}
.movie video{
	width: 100%;
}
div.movie img.play-btn{
	display: block;
	width: 40%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.movie .play-btn.playActive{display:none;}


div.fv-area img.ibikioto_btn{
		width: 25%;
        position: absolute;
        top: 290px;
        right: 12px;
}

@media screen and (max-width: 768px) {
	div.fv-area img.ibikioto_btn{
		width: 26%;
        position: absolute;
        top: 180px;
        right: 12px;
}
}

/* ---------------------------------------------
 250521追記
--------------------------------------------- */

@media screen and (max-width: 768px) {
.fv-cta {
    position: absolute;
    bottom: 154px;
    z-index: 999;
}
}

.bg_blue{
	background-color:#E8F6FF ;
}

section.imp02 img.unit_img{
	  width: 80%;
    margin: 0 auto;
    padding-top: 7%;
}

div.change{
    width: 76%;
    margin: 0 auto;
    text-align: center;
    padding: 6%;
    background-color: #FFFFFF;
    border: 3px solid #71BBE8;
    font-size: 1.3em;
    line-height: 1.1;
    color: #0881CA;
    font-family: "Noto Serif JP", serif;
		font-weight: 600;
}

.spB20{
	margin-bottom: 20px;
}

section.imp02 h4{
    width: 82%;
    margin: 0 auto;
    background-color: #399FDD;
    color: #FFF;
    text-align: center;
    padding: 4%;
    letter-spacing: 1px;
    font-size: 1.3em;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
		font-weight: 600;
    margin-top: 6%;
    margin-bottom: 7%;
}

section.intro h4{
    width: 82%;
    margin: 0 auto;
    background-color: #399FDD;
    color: #FFF;
    text-align: center;
    padding: 4%;
    letter-spacing: 1px;
    font-size: 1.3em;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
		font-weight: 600;
    margin-top: 6%;
    margin-bottom: 7%;
}

