/* --------------------------　メインスライダー　-------------------------- */

figure {
	margin: 0 !important;
	padding: 0 !important;
}

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
  background: #000;
  background:url(../../images/top/main01.jpg) ;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 88px;

	
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
	.top_main_sp {
		display: none;
		margin-top: 59px;
	}

@media screen and (max-width: 768px) {
	
	.top_main_sp {
		display: block;
		margin-top: 59px;
	}
  .top_main {
    width: auto;
	 height: 1000px !important; 
	   background:url(../../images/top/main01_sp.jpg) ;
	  background-size:100%;
	  background-repeat: no-repeat !important; 
	   top:0;
	  margin-top: 59px;
	  display: none;
	  
  }
  .top_main_title {
    width: 95%;
	 display: flex;
   justify-content: center;
  align-items: center;
	flex-direction: column;
	 
	   top: 0;
  }
	.top_main_title img {
    width: 100%;
  }
}


.main_t01 {
	font-size: 5.5rem;
	margin: 0;
	padding:  0;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_t02 {
	font-size: 2rem;
	margin: 0;
	padding: 0;
}
.main_t02 span {
	font-size: 3rem !important;
}



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


.main_t01 {
	font-size: 6vw;
	margin: 0;
	padding:  0;
	
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_t02 {
	font-size: 3vw;
	
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.main_t02 span {
	font-size: 4.5vw !important;
}



}




/* --------------------------　ニュース　-------------------------- */

.content_news {
  position: relative;
  background:#232323;
}
.news_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0%;
    display: block;
    padding: 18px 0px;
	width: 10%;
	text-align: center;
	border-left: solid 1px #434343;
	color: #fff;
}
.news_title:hover {
  opacity: 0.5;
}
.news_title:before {
    content: attr(data-text);
    display: block;
    font-size: 2rem;
    line-height: 1.2;
}
.news_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.content_news ul {
  width: 90%;
  margin: 0 0px 0 0px;
	border-right: solid 0px #434343;
}
.content_news ul li:first-child {
  border-bottom: 1px #434343 solid;
}
.content_news ul a {
  font-size: 1.4rem;
  display: block;
  padding: 10px 20px 10px 10px;
  position: relative;
  color: #fff;
}
.content_news ul a:hover {
  opacity: 0.5;
}
.content_news ul a p {
  padding: 0;
}
.content_news ul a span {
  display: inline-block;;
  padding: 1px 12px;
  margin: -4px 15px 0 15px;
  font-size: 1rem;
  color: #fff;
border: 0px solid #000;
  background: #004aaa;
}
.content_news ul a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 1600px) {
  .content_news ul {
    width: 80%;
    min-width: auto;
    margin:0 0 0 20%; 
  }
}
@media screen and (max-width: 768px) {
  .news_title {
    position: relative;
    width: 100%;
    padding: 20px 0 10px;
    top: auto;
    left: auto;
  }
  .content_news ul {
    width: 100%;
    margin: 0;
  }
  .content_news ul li {
    padding: 10px;
  }
  
}

/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 50px;
}

.bg00 {
	background: #8fd9f9;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0 60px 0;
	text-align: center;
	font-weight: bold;
}


.bg00 h2 {
	background: #0194e6;
	color:#fff;
	font-size: 4rem;
	line-height: 1.4;
	padding: 30px 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0194e6;
  text-align: center;
	margin-bottom: 40px;
}

.sch_bg {
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}


.title_style01 h2 {
	font-size: 4rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
	 color: #00abeb;
	letter-spacing: 0.2rem;
}
.title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 3;
    text-align:center;
    color: #000;
	font-size: 1.2rem;
}


.bg01 {
  background: -moz-linear-gradient(top, #febccd, #FFF);
  background: -webkit-linear-gradient(top, #febccd, #FFF);
  background: linear-gradient(to bottom, #febccd, #FFF);
  padding: 60px 0;
}


.top_nayami {
	display: flex;
	justify-content: space-between;
}
.top_nayami01 {
	width: 58%;
}
.top_nayami02 {
	width: 40%;
}
.top_nayami02 img {
	width: 100%;
	height: auto;
}

.bg01 .title_style01 h2 {
 color: #1b1b1b;
}

ul.nayami li{
    list-style: none;
	text-align: left;
	font-size: 1.9rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
 
ul.nayami > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #fd558d; 
    margin-right: 10px;
	font-size: 2rem;
}


.flexbox {
	display: flex;
	justify-content: space-between;
}
.flexbox01 {
	width: 48.5%;
}
.flexbox02 {
	width: 48.5%;
}
.flexbox01 img,
.flexbox02 img {
	width: 100%;
	height: auto;
}
.flexbox01 h3,
.flexbox02 h3 {
	text-align: left !important;
	font-size: 2.6rem !important;
	color: #fd558d;
	margin: 0;
	padding: 0;
	margin-bottom: 15px !important;
}

ul.list_maru {
	margin-left: 30px;
	margin-bottom: 20px;
}

ul.list_maru li{
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	text-indent: -25px;
}
 
ul.list_maru > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #fd558d; 
  margin-right: 10px;
  font-size: 1.4rem;
}

.tokucyo {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tokucyo_item {
	width: 28%;
	padding: 15px;
	background:rgba(255,255,255,0.8);
	border-radius: 10px;
	font-size: 1.5rem !important;
	line-height: 1.6;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin: 0 8px 15px 8px;
}
.tokucyo_item h3 {
	font-size: 1.7rem !important;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	line-height: 1.6;
	color:#fd558d;
}
.tokucyo_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}



.bg02 {
  background: -moz-linear-gradient(top, #bce6fd, #f2fafe);
  background: -webkit-linear-gradient(top, #bce6fd, #f2fafe);
  background: linear-gradient(to bottom, #bce6fd, #f2fafe);
  padding: 60px 0;
}

.bg02 .title_style01 h2 {
 color: #1b1b1b;
}


.bg_wht {
	background:rgba(255,255,255,0.8);
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin-bottom: 40px;
}
.bg_wht p {
	text-align: left;
}

.reason_title {
	display: flex;
	border-bottom: 3px solid #0194e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.circle{
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #7ecffc;
  text-align:center;
  line-height: 90px;
	color: #fff;
	font-size: 3rem;
	margin-right: 20px;
}
.reason_title h3 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	line-height: 1.5;
	width: 760px;
	display: flex;
  align-items: center;
}
.reason_img {
	margin: 20px 0;
}
.reason_img img {
	width: 100%;
	height: auto;
}

.bg001 {
	background:url("../../images/top/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


.top_doctor {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #333;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.top_doctor01 {
	width: 60%;
}

.top_doctor02  {
	width: 35%;
}
.top_doctor01 h3 {
	text-align: left;
	font-size: 3rem;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #0194e6;
}
.top_doctor01 h3 span {
	font-size: 1.6rem;
	color: #1b1b1b;
}
.top_doctor01 h4 {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.top_doctor02  img {
	width: 100% !important;
	height: auto;
}


#keireki {
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	border-bottom: 1px solid #E3E3E3;
}

dl#keireki dl,dl#keireki dt,dl#keireki dd {
	margin: 0;
	padding: 0;
}

dl#keireki dt,dl#keireki dd {
	padding: 15px;
	text-align: left;
}

dl#keireki dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 120px;
}

dl#keireki dd {
	border-top: 1px solid #E3E3E3;
	margin-left: 140px;
	
}

.content_block h5 {
	font-size: 2.6rem;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #0194e6;
}

.flexmg {
	margin-bottom: 40px;
}


.bg03 {
	background: #f3f3f3;
	padding: 60px 0 80px 0;
}
.case_img {
	display: flex;
	justify-content: space-between;
}
.case_img div {
	width: 48%;
	text-align: center;
}
.case_img div img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.case_img h4 {
	font-size: 3rem;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color:#0194e6;
}

#gaiyou {
	background: #f3f3f3;
	border: 1px solid #d1d0d0;
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #d1d0d0;
	border-top: 1px solid #d1d0d0;
	margin-left:22%;
	
}


.bg04 {
	background: #fff;
	padding: 60px 0 60px 0;
}

.bg04 h3 {
	border-bottom: 3px solid #0194e6;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}


.bg04 h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 5rem;
	color:#e10101;
}
.bg04 h4 span {
	font-size: 2.4rem;
}
.flex_mg {
	margin-bottom: 40px;
}

.sindan_banner {
	margin: 20px 0;
}
.sindan_banner img {
	width: 100%;
	height: auto;
}
.flow_title {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}

.flow_title01 {
 
  color: #fff;
  background: #3fb101;
  -webkit-box-shadow: 5px 5px 0 #3fb101;
  box-shadow: 5px 5px 0 #349201;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 20%;
	margin-right: 30px;
	padding-top: 13px;
}
.flow_title02 {
	font-size: 3rem;
	 font-weight: bold;
	border-bottom: 2px dotted #222;
	width: 76%
}
.flowbox01 {
	width: 35%;
}
.flowbox01 img {
	width: 100%;
	height: auto;
}
.flowbox02 {
	width: 60%;
}
.flow_tel {
	font-size: 5rem;
	 font-weight: bold;
	color: #0194e6;
}


.accordion {
margin-bottom: 100px;	
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 20px;
}


.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1em 1em 1em 1em;
	position: relative;
	background: #f5f3f6;
	color:#303030;
}
.accordion h5 {
	padding:0;
	margin: 0;
	display: flex;
	justify-content:flex-start;
	margin-top: -5px !important;
	line-height: 1.6;
}
.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	padding: 20px;
	font-size: 1.5rem;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:34px;
	right:10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 1px;
    background-color: #303030;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.qa {
	width: 32px;
	font-size: 3rem;
	margin-right: 20px;
	color:#0194e6;
}
.h5txt {
	margin-top: 10px;
}

.faqbox {
	display: flex;
	justify-content:flex-start;
}
.faq_a {
	color:#ee220c;
	font-size: 3rem;
	width: 50px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.accordion h5 {
	font-size: 2rem !important;
	padding: 0;
	margin: 0;
}
.faq_txt p {
	font-size: 1.8rem;
}

table#table-01 {
    width: 100%;
    border: 1px #d1d0d0 solid !important;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.8rem !important;
	margin: 30px 0 20px 0;
}

table#table-01 th {
    padding: 15px;
    border: 1px #d1d0d0 solid !important;
    border-width: 0 0 1px 1px;
    background: #f3f3f3;
    font-weight: bold;
    line-height: 120%;
    text-align: center !important;
}
table#table-01 td {
     padding: 15px;
    border: 1px #d1d0d0 solid !important;
    border-width: 0 0 1px 1px;
    text-align: center !important;
	background: #fff;
}
table#table-01 th:first-child {
    width: 200px;
}
.gmap iframe {
	  width: 100%;
}
.on {
	color:#0194e6;
}
.bikou {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: right;
}


.bg04.contact h3 {
	border-bottom: 0 !important;
	font-size: 2rem;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: -10px;
}






.redtxt {
	color:#ff0000;
}
.bluetxt {
	color:#0194e6;
}
.pinktxt {
	color:#fd558d;
}


.more {
	position: relative;
	display: inline-block;
	color: #0194e6;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size:8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
a.more {
	color: #0194e6 !important;
}
.footer_banner {
	display: flex;
	justify-content: space-between;
}
.footer_banner div {
	width: 31%;
}
.footer_banner img {
	width: 100%;
	height: auto;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
	.content_wrap  {
	width: auto;
	margin: auto 4%;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 30px;
}

.bg00 {
	background: #8fd9f9;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0 30px 0;
	text-align: center;
	font-weight: bold;
}


.bg00 h2 {
	background: #0194e6;
	color:#fff;
	font-size: 5vw;
	line-height: 1.4;
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0194e6;
  text-align: center;
  margin-bottom: 20px;
}

.sch_bg {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}


.title_style01 h2 {
	font-size: 5vw;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	 color: #00abeb;
	letter-spacing: 0.2rem;
}
.title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 3;
    text-align:center;
    color: #000;
	font-size: 3vw;
}


.bg01 {
  background: -moz-linear-gradient(top, #febccd, #FFF);
  background: -webkit-linear-gradient(top, #febccd, #FFF);
  background: linear-gradient(to bottom, #febccd, #FFF);
  padding: 30px 0;
}


.top_nayami {
	display: flex;
	justify-content: space-between;
	flex-direction:column-reverse;
}
.top_nayami01 {
	width: auto;
}
.top_nayami02 {
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}
.top_nayami02 img {
	width: 50%;
	height: auto;
}

.bg01 .title_style01 h2 {
 color: #1b1b1b;
}

ul.nayami li{
    list-style: none;
	text-align: left;
	font-size: 3.8vw;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
 
ul.nayami > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #fd558d; 
    margin-right: 10px;
	font-size: 3.8vw;
}


.flexbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.flexbox01 {
	width: auto;
	margin-bottom: 10px;
}
.flexbox p {
	font-size: 4vw !important;
	line-height: 1.6;
}
.flexbox02 {
	width: auto;
	margin-bottom: 10px;
}
.flexbox01 img,
.flexbox02 img {
	width: 100%;
	height: auto;
}
.flexbox01 h3,
.flexbox02 h3 {
	text-align: left !important;
	font-size: 5vw !important;
	color: #fd558d;
	margin: 0;
	padding: 0;
	margin-bottom: 10px !important;
}

ul.list_maru {
	margin-left: 25px;
	margin-bottom: 15px;
}

ul.list_maru li{
    list-style: none;
	text-align: left;
	font-size: 4vw;
	line-height: 1.6;
	text-indent:0px; 
    margin-left:0px;
	text-indent: -25px;
	margin-bottom: 10px;
}
 
ul.list_maru > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #fd558d; 
  margin-right: 10px;
  font-size: 1.4rem;
}

.tokucyo {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction:column;
}
.tokucyo_item {
	width: auto;
	padding: 15px;
	background:rgba(255,255,255,0.8);
	border-radius: 10px;
	font-size: 4vw !important;
	line-height: 1.6;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin: 0 0px 10px 0px;
}
.tokucyo_item h3 {
	font-size: 4.5vw !important;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	line-height: 1.6;
	color:#fd558d;
}
.tokucyo_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}



.bg02 {
  background: -moz-linear-gradient(top, #bce6fd, #f2fafe);
  background: -webkit-linear-gradient(top, #bce6fd, #f2fafe);
  background: linear-gradient(to bottom, #bce6fd, #f2fafe);
  padding: 30px 0;
}

.bg02 .title_style01 h2 {
 color: #1b1b1b;
}


.bg_wht {
	background:rgba(255,255,255,0.8);
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.bg_wht p {
	text-align: left;
	font-size: 4vw;
	line-height: 1.6;
}

.reason_title {
	display: flex;
	flex-direction:column;
	border-bottom: 2px solid #0194e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.circle{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7ecffc;
  text-align:center;
  line-height: 50px;
	color: #fff;
	font-size: 5vw;
	margin-right: 0px;
	margin: -25px auto 10px auto;
}
.reason_title h3 {
	margin: 0;
	padding: 0;
	font-size: 4.5vw;
	line-height: 1.7;
	width: auto;
	display: flex;
  align-items: center;
}
.reason_img {
	margin: 20px 0;
}
.reason_img img {
	width: 100%;
	height: auto;
}

.bg001 {
	background:url("../../images/top/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 30px 0;
	text-align: center;
}


.top_doctor {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	flex-direction:column-reverse;
}
.top_doctor01 {
	width: auto;
}

.top_doctor02  {
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}
.top_doctor01 h3 {
	text-align: left;
	font-size: 6vw;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #0194e6;
}
.top_doctor01 h3 span {
	font-size: 4vw;
	color: #1b1b1b;
}
.top_doctor01 h4 {
	text-align: left;
	font-size: 4vw;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.top_doctor02  img {
	width: 60% !important;
	height: auto;
}


#keireki {
	width: 100%;
	font-size: 3.5vw;
	line-height: 180%;
	border-bottom: 1px solid #E3E3E3;
}

dl#keireki dl,dl#keireki dt,dl#keireki dd {
	margin: 0;
	padding: 0;
}

dl#keireki dt,dl#keireki dd {
	padding: 10px;
	text-align: left;
}

dl#keireki dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 60px;
}

dl#keireki dd {
	border-top: 1px solid #E3E3E3;
	margin-left: 70px;
	
}

.content_block h5 {
	font-size: 4.5vw;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #0194e6;
	line-height: 1.6;
}

.flexmg {
	margin-bottom: 40px;
}


.bg03 {
	background: #f3f3f3;
	padding: 30px 0 40px 0;
}
.case_img {
	display: flex;
	justify-content: space-between;
}
.case_img div {
	width: 48%;
	text-align: center;
	font-size: 3vw !important;
	line-height: 1.6;
}
.case_img div img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.case_img h4 {
	font-size: 4vw;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color:#0194e6;
}

#gaiyou {
	background: #f3f3f3;
	border: 1px solid #d1d0d0;
	border-top: none;
	width: 100%;
	font-size: 3.5vw;
	line-height: 1.6;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
}

dl#gaiyou dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #d1d0d0;
	border-top: 1px solid #d1d0d0;
	margin-left:auto;
	
}


.bg04 {
	background: #fff;
	padding: 30px 0 60px 0;
}

.bg04 h3 {
	border-bottom: 3px solid #0194e6;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 5vw;
}


.bg04 h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 8vw;
	color:#e10101;
}
.bg04 h4 span {
	font-size: 3.5vw;
}
.bg04 p {
	font-size: 4vw;
	line-height: 1.6;
}
.flex_mg {
	margin-bottom: 20px;
}

.sindan_banner {
	margin: 10px 0 10px 0;
}
.sindan_banner img {
	width: 100%;
	height: auto;
}
.flow_title {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
	flex-direction:column;
}

.flow_title01 {
  color: #fff;
  background: #3fb101;
  -webkit-box-shadow: 5px 5px 0 #3fb101;
  box-shadow: 5px 5px 0 #349201;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  width: auto;
	margin-right: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
}
.flow_title02 {
	font-size: 4.5vw;
	 font-weight: bold;
	border-bottom: 2px dotted #222;
	width: auto;
}
.flowbox01 {
	width: auto;
	margin-bottom: 10px;
}
.flowbox01 img {
	width: 100%;
	height: auto;
}
.flowbox02 {
	width: auto;
}
.flow_tel {
	font-size: 8vw;
	 font-weight: bold;
	color: #0194e6;
	text-align: center;
	margin-top: -20px;
}


.accordion {
margin-bottom: 100px;	
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}


.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1em 2em 1em 1em;
	position: relative;
	background: #f5f3f6;
	color:#303030;
}
.accordion h5 {
	padding:0;
	margin: 0;
	display: flex;
	justify-content:flex-start;
	margin-top: -5px !important;
	line-height: 1.6;
}
.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	padding: 20px;
	font-size: 1.5rem;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:34px;
	right:-10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 1px;
    background-color: #303030;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.qa {
	width: auto;
	font-size: 8vw;
	margin-right: 10px;
	color:#0194e6;
}
.h5txt {
	margin-top: 10px;
}

.faqbox {
	display: flex;
	justify-content:flex-start;
}
.faq_a {
	color:#ee220c;
	font-size: 8vw;
	width: 50px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
.accordion h5 {
	font-size: 4vw !important;
	padding: 0;
	margin: 0;
}
.faq_txt p {
	font-size: 4vw;
}

table#table-01 {
    width: auto;
    border: 1px #d1d0d0 solid !important;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 3.5vw !important;
	margin: 15px 0 15px 0;
}

table#table-01 th {
    padding: 10px;
    border: 1px #d1d0d0 solid !important;
    border-width: 0 0 1px 1px;
    background: #f3f3f3;
    font-weight: bold;
    line-height: 120%;
    text-align: center !important;
}
table#table-01 td {
     padding: 10px;
    border: 1px #d1d0d0 solid !important;
    border-width: 0 0 1px 1px;
    text-align: center !important;
	background: #fff;
}
table#table-01 th:first-child {
    width: 25%;
}
.gmap iframe {
	  width: 100%;
	height: 250px;
}
.on {
	color:#0194e6;
}
.bikou {
	font-size: 3vw;
	line-height: 1.5;
	text-align: right;
}


.bg04.contact h3 {
	border-bottom: 0 !important;
	font-size: 4vw;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: -10px;
	line-height: 1.6;
}






.redtxt {
	color:#ff0000;
}
.bluetxt {
	color:#0194e6;
}
.pinktxt {
	color:#fd558d;
}


.more {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #3fb101;
	border: 2px solid #3fb101;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 20px 0 10px 0;
	width:80%;
	font-size:6vw;
}
.more:hover {
	background-color: #3fb101;
	border: 2px solid #3fb101;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
a.more {
	color: #fff !important;
}
.more:hover::after {
	border-left-color: #fff;
}
.footer_banner {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
}
.footer_banner div {
	width: auto;
	margin-bottom: 10px;
}
.footer_banner img {
	width: 100%;
	height: auto;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
	}
	
	
.more02 {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #3fb101;
	border: 2px solid #3fb101;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 0px 0 20px 0;
	width:80%;
	font-size:30px;
}
.more02:hover {
		background-color: #fff;
		color: #3fb101 !important;
	border: 2px solid #3fb101;
}
.more02::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
a.more02 {
	color: #fff !important;
}
.more02:hover::after {
	border-left-color: #3fb101;
	}
	.yoyaqku_txt {
		margin-bottom:60px;
	}
	
.footer_fix_btn {
  display:none;
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
	color: #fff;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.kyo {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

.bg04 h5 {
	background: #e9f4f8;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 2.4rem;
	border-left: 5px solid #0194e6;
}
.priceTXT {
	color:#c10000;
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
		
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  background:#8fd9f9;
			z-index: 2;
			display:block;
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
	color: #fff !important;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.fix_button {
	line-height: 1.7;
	width: auto;
			margin: auto;
			display:flex;
	justify-content: space-between;
}
.fix_tel {
	width: 50%;
	background: #3fb101;
	color: #fff;
	padding: 17px 0;
}
.fix_res {
	width: 50%;
	background: #fd4a89;
	color: #fff;
	padding: 17px 0;
}
		
.more02 {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #3fb101;
	border: 2px solid #3fb101;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 10px 0 20px 0;
	width:80%;
	font-size:6vw;
}
.more02:hover {
	background-color: #fff;
	border: 2px solid #3fb101;
}
.more02::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #3fb101;
	transition: all .3s;
}
a.more02 {
	color: #fff !important;
}
.more02:hover::after {
	border-left-color: #fff;
		}
.yoyaqku_txt {
		margin-bottom:40px;
	}
	
.kyo {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

.bg04 h5 {
	background: #e9f4f8;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 1.7rem;
	border-left: 5px solid #0194e6;
}
.priceTXT {
	color:#c10000;
	font-size: 2rem;
	font-weight: bold;
}
		
	}	

.red {
color:#ff0000;
font-weight:bold;
}
.txtM {
font-size:2rem;
}