@charset "utf-8";
body{
	width: 100%;
	color: #373737;
	line-height: 1.3;
	box-sizing: border-box;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	min-width:1200px;
	-webkit-text-size-adjust:100%;
	background: #FFFFFF;
}
#container{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#containerTop{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.sp{
	display: none !important;
}


/*----------------------
header
----------------------*/
header{
	width: 100%;
	/*height: 132px;*/
	background: #ffffff;
}
#description{
	padding-bottom: 3px;
}
#description h1{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #7e7e7e;
}
#innerHeader{
	width: 1200px;
	margin: 0 auto;
}
#headerL{
	float: left;
	height: 79px;
}
#headerL h2 img.logo_yagou{
	width: 255px;
}
#headerL h2 img.logo_a{
	width: 206px;
	padding-left: 30px;
	margin-bottom: 8px;
}
#headerR{
	float: right;
	/* display: flex; */

	display: flex;
	justify-content: flex-end;
}
/* #headerR .line{
	display: flex;
	align-items: center;
} */

.header_btn a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1.75;
	font-size: 14px;
	/* width: 150px; */
	padding-inline: 10px;
	height: 79px;
	text-align: center;
	position: relative;
	transition: all .2s;
}
.header_btn a:hover {
	opacity: 0.8;
}
.header_btn a .small {
	font-size: 12px;
}
.line {
	/* float: left;
	display: block; */
}
.line a {
	color: #fff;
	background: #4dc764;
}
.line {
	/* float: left;
	display: block; */
}
.web_reserv a {
	color: #fff;
	background: #5cc2cf;
}
.blog{
	/* float: right;
	display: block; */
}
.blog a{
	color: #fff;
	background: #3284c7;
}


.blog a img{
	position: absolute;
	top: 25%;
	right: 0;
	bottom: 25%;
	left: 0;
	margin: 0 auto;
}




.reserv{
	float: right;
	display: none;
}
.reserv a{
	display: block;
	width: 167px;
	height: 79px;
	background: #3284c7;
	text-align: center;
	position: relative;
	transition: all .2s;
}
.reserv a:hover{
	opacity: 0.8;
}

.reserv a img{
	position: absolute;
	top: 25%;
	right: 0;
	bottom: 25%;
	left: 0;
	margin: 0 auto;
}
#telHeader{
	float: left;
	padding-top: 30px;
	padding-right: 20px;
}
#telHeader img{
}
/*----------------------
nav
----------------------*/
nav{
	width: 100%;
	height: 53px;
	position: relative;
}
nav ul {
	width: 1200px;
	margin: 0 auto;
	display:table;
	table-layout:fixed;
}
nav li{
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	position: relative;
		line-height: 53px;

}
nav li::after{
	position: absolute;
	content: url(../images/common/gnavi_line.png);
	top: 10%;
	right: 0;
}
nav li:last-child::after{
	position: absolute;
	content: "";
}
nav ul li.nav_last{
	line-height: 1.2;
	padding-top: 18px;
	font-size: 18px;
}
nav a{
	display: block;
	transition: all .2s;
}
nav a:link,nav a:visited{
	color: #000;
}
nav a:hover{
	color: #1470bb;
}
.pr3{
	padding-right: 3px !important;
}
/* オンマウスで現れるメニュー */
#fade-in1 #menu{
	opacity: 0;
	top: 100%;
	visibility: hidden;
	transition: .5s;
}
#fade-in1:hover #menu{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/*  dropmenu  */
.dropmenu #menu{
	position: absolute;
	z-index: 101;
	left: 0;
	margin: 0;
	padding: 25px 1px 0;
	width: 100%;
	background: rgba(255,255,255);
	*zoom: 1;
	border-top: solid 1px #61b0bf;
}
#menu h3{
	text-align: center;
	margin-bottom: 15px;
}
/*----------------------
main top
----------------------*/
#mainTop{
	width: 2000px;
	height: 700px;
	margin: 0 auto;
}
#mainTop > img{
	width: 100%;
}



#mainTop .logo{
	position: absolute;
	top: 210px;
	left: 0%;
	right: 0%;
	margin: 0 auto;

	background: rgba(255,255,255,.7);
	width: 320px;
	height: 320px;
	border-radius: 20px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	z-index: 5000;
}
#mainTop .logo img{
	position: absolute;
	top: 35px;
	left: 0%;
	right: 0%;
	margin: 0 auto;

}
/* 
.line {
	a {
		display: block;
		position: absolute;
		top: -100px;
		right: 0px;
	}
	
} */

#mainTop_side{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	position: absolute;
	top: 400px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5000;
}
.bnr_link{
	padding: 20px 0 ;
	display: flex;
	justify-content: space-between;
}
/* .bnr_link a{
	display: block;
	background: RGB(50,132,199);
	margin-bottom: 10px;
	width: 300px;
	padding-right: 50px;
	line-height: 65px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	transition: all .2s;
	border-radius: 3px;
	position: relative;
} */

#mainTop #mainTop_side .bnr_link a:hover{
	opacity: .9;
}
#mainTop #mainTop_side .bnr_link a span{
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.sample1-2::before{
left: 22px;
width: 26px;
height: 2px;
background: #fff;
}
.sample1-2::after{
left: 35px;
top: -3px;
width: 10px;
height: 8px;
border-top: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.contents03-2 {
	margin-top: 70px;
}
.mainTop_faq{
	/* position: absolute;
	right: 0;
	top: 0; */
	background: #f6f4ee;
	border: 2px solid #c7ae6a;
	border-radius: 8px;
	padding: 28px 38px 23px;
}
.inner_mainTop_faq {
	display: flex;
	justify-content: space-between;
}
.faq_T{
	text-align: center;
	font-size: 28px;
	color: #c7ae6a;
	font-weight: bold;
	margin-bottom: 28px;
	letter-spacing: 2px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.faq_text {
	text-align: center;
	margin-bottom: 40px;
}





/*----------------------
information お知らせ
----------------------*/
#information{
	position: relative;
	z-index: 5000;
	background: rgba(255,255,255,.8);
	margin-left: -200%;
	margin-right: -200%;
	padding: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#information div{
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}
#information h3{
	color: #373737;
	font-size: 19px;
	font-weight: bold;
	float: left;
	line-height: 80px;
	width: 118px;
	position: relative;
}
#information h3::after{
	position: absolute;
	content: "";
	right: 0;
	width: 1px;
	height: 80px;
	background: #c9dbef;
}
#information #news{
	padding-top: 8px;
	margin-left: 42px;
	overflow: auto;
	float: left;
	width: 700px;
	height: 72px;
}
#information dl{
	margin: 0 auto 10px;
}
#information dl:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#information dl:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
#information dl dt{
	font-size: 14px;
	color: #3085c6;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 2px;
	float: left;
	padding-right: 40px;
}
#information dl dd{
	font-size: 14px;
	color: #373737;
	line-height: 1.4;
	font-weight: bold;
	float: left;
}
#information dl dd a{
	color:#3d948d;
}
#information dl dd p{
	margin-bottom: 3px;
}
#information dl dd span{
	color: #ff8019;
}
#information dl dd p:last-child{
	margin-bottom: 0;
}
#information a.info_more{
	display: block;
	width: 213px;
	height: 41px;
	box-sizing: border-box;
	border: 1px solid #ddcea7;
	color: #ddcea7;
	text-align: center;
	line-height: 41px;
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	transition: all .2s;
	float: right;
	margin-top: 19px;
}
#information a.info_more::after{
	position: absolute;
	content: url(../images/common/icon_triangle_yellow.png);
	top: -3px;
	right: 13px;
}
#information a:hover.info_more{
	background: #ddcea7;
	color: #ffffff;
}
#information a:hover.info_more::after{
	content: url(../images/common/icon_triangle_white.png);
}

/*----------------------
top contents01
----------------------*/
#contents01{
	width: 100%;
	background:url(../images/index/bg_contents01.jpg)center 0 no-repeat,#f7f5f0;
	height: 700px;
}
#contents01 .innerContents{
	padding: 42px 0 50px;
}
#point h3{
	text-align: center;
	margin-bottom: 32px;
}
.point_box{
	display: flex;
	flex-flow: row nowrap;
}
.point_box > li{
	flex: 1 0 33%;
	margin-right: 1%;
	background: url(../images/index/contents01_frame.png)center no-repeat;
	width: 33%;
	height: 390px;
}
.point_box > li:last-child{
	margin-right: 0;
}
.point_t{
	padding-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.point_t img:first-child{
	margin-bottom: 25px;
}
.point_t_h{
	display: block;
}
.point_list{
	margin: 0 auto;
}
.pbox1{
	width: 200px;
}
.pbox2{
	width: 238px;

}
.pbox3{
	width: 205px;
	padding-left: 5px;
}

.point_list li{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-bottom: 20px;
	background: url(../images/index/contents01_square_icon.png) no-repeat;
	font-size: 18px;
	padding-left: 25px;
}
/*----------------------
top contents02
----------------------*/
#contents02{
	width: 100%;
	background: #ffffff;
}
#contents02 .innerContents{
	padding: 50px 0;
}
#contents02 h3{
	text-align: center;
	margin-bottom: 30px;
}
.trouble{
	/*display: flex;
	flex-flow: row nowrap;*/
}
.trouble_box,.trouble_box2{
	/*flex: 1 0 394px;*/
	width: 390px;
	height: 154px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.trouble_box:last-child,.trouble_box2:last-child{
	margin-right: 0;
}
.trouble_box a,.trouble_box2 a{
	display: block;
	width: 390px;
	height: 154px;
	box-sizing: border-box;
	color: #000;
	position: relative;
	padding: 25px 38px;
	transition: all .2s;
	text-decoration: none;
}
.trouble_box a{
	border: 3px solid #ddcea7;
}
.trouble_box a:hover{
	color: #ddcea7;
}
.trouble_box2 a{
	border: 3px solid #307db9;
}
.trouble_box2 a:hover{
	color: #ddcea7;
}
.trouble_box a h4,
.trouble_box2 a h4,
.trouble_T{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
	transition: font-size .3s;
}
.trouble_box a:hover h4{
	font-size: 30px;
}
.trouble_No,.trouble_box2 .trouble_No{
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 148px;
}
.trouble_box .trouble_No{
	background: #dccfa5;
}
.trouble_box2 .trouble_No{
	background: #307db9;
}
.trouble_No img{
	padding-top: 19px;
	padding-left: 4px;
}
.trouble_box a ul,.trouble_box2 a ul{
	position: absolute;
	top:70px;
}
.trouble_box a ul li,.trouble_box2 a ul li{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 16px;
}
.trouble_box a ul li{
	background: url(../images/common/icon_triangle_yellow.png)0 center no-repeat;
}
.trouble_box2 a ul li{
	background: url(../images/common/icon_triangle_blue.png)0 center no-repeat;
}


.guide{
	padding-top: 50px;
	position: relative;
	padding-bottom: 50px;
}
.guide::before{
	position: absolute;
	content: "";
	top: 25%;
	left: 50%;
	right: 50%;
	bottom: 25%;
	width: 1px;
	height: 180px;
	background: #ece8dd;
}
.guide_box{
	width: 50%;
}
.guide_box a{
	display: block;
	height: 176px;
	padding: 9px 0;
	color: #000;
}
.guide_box a:hover{
	transition: all .2s;
	opacity: 0.7;
}
.guide_box:first-child{
	float: left;
}
.guide_box:last-child{
	float: right;
}
.guide_box h5{
	margin-bottom: 42px;
	text-align: center;
}
.guide_box div{
	float: left;
}
.gboxL{
	margin-right: 25px;
}
.guide_box div  div p img{
	margin-bottom: 25px;
}
.guide_box div div p{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
.gbox_m{
	margin-left: 35px;
}
.guideL10{
	float:left !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
}
/*----------------------
top contents03
----------------------*/
#contents03{
	width: 100%;
	background:url(../images/index/bg_contents03.png) center 0 no-repeat,#f4f4f3;
	height: 700px;
}
#contents03 .innerContents{
	padding: 65px 0;
}
#contents03 h3{
	text-align: center;
	margin-bottom: 48px;
}
#greeting{
	width: 760px;
	float: right;
	margin-bottom: 70px;
}
#greeting h4{
	margin-bottom: 44px;
}
#greeting p{
	font-size: 16.5px;
	line-height: 2.0;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#treatment_link{
	clear: both;
	width: 100%;
}
#treatment_link ul{
	height: 55px;
	line-height: 55px;
}
#treatment_link ul li{
	float: left;
	transition: all .2s;
}
#treatment_link ul li a{
	display: block;
	width: 240px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 2px;
	transition: all .2s;
}
#treatment_link ul li:nth-child(1){
	background: url(../images/index/contents03_link_first.png)center no-repeat;
}
#treatment_link ul li:nth-child(2){
	background: url(../images/index/contents03_link_2.png)center no-repeat;
}
#treatment_link ul li:nth-child(3){
	background: url(../images/index/contents03_link_3.png)center no-repeat;
}
#treatment_link ul li:nth-child(4){
	background: url(../images/index/contents03_link_4.png)center no-repeat;
}
#treatment_link ul li:nth-child(5){
	background: url(../images/index/contents03_link_last.png)center no-repeat;
}

#treatment_link ul li:hover:nth-child(1){
	background: url(../images/index/contents03_link_first_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(2){
	background: url(../images/index/contents03_link_2_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(3){
	background: url(../images/index/contents03_link_3_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(4){
	background: url(../images/index/contents03_link_4_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(5){
	background: url(../images/index/contents03_link_last_on.png)center no-repeat;
}

/*----------------------
top contents04
----------------------*/
#contents04{
	width: 100%;
	background:#ffffff;

}
#contents04 .innerContents{
	padding: 85px 0;
	border-bottom: 1px dotted #ddd;
}
#contents04 h4{
	text-align: center;
	margin-bottom: 70px;
	font-size: 30px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents04 h4 span{
	color: #c9b271;
	font-size: 45px;
}
#contents04 ul li a:hover{
	opacity: .7;
}
.osusume ul{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
}
.osusume ul li{
	flex: 1 0 20%;
	margin-left: 5%;
}
.osusume ul li:first-child{
	margin-left: 0;
}
.osusume ul li a{
	display: block;
	transition: all .2s;
	color: #333;
}
.osusume ul li a img{
	width: 100%;
}
.osusume ul li a span{
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}
.link {
	width: 1080px;
	margin: auto;
}
.link ul{
	display: flex;
	justify-content: space-between;
}
.link .link_inner{
	border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 20px;
	width: 25%;
}
.link .link_inner img{
	width: 100%;
}

/*----------------------
top contents05
----------------------*/
#contents05{
	width: 100%;
}
#contents05 .innerContents{
	padding: 65px 0 0;
    border-bottom: 1px dotted #ddd;
}
#contents05 h3{
	text-align: center;
	margin-bottom: 48px;
}

#contents05 .group_area {
    display: flex;
    justify-content: center;
}

#contents05 .group_area a {
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 10px;
    color: #373737;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

#contents05 .group_area a:hover {
    color: #fff;
}

#contents05 .group_area a:nth-child(1) {
    margin-right: 20px;
    border: 2px solid #58c3e0;
}

#contents05 .group_area a:nth-child(1):hover {
    background-color: #58c3e0;
}

#contents05 .group_area a:nth-child(2) {
	margin-right: 20px;
    border: 2px solid #6ec2ee;
}

#contents05 .group_area a:nth-child(2):hover {
    background-color: #6ec2ee;
}

#contents05 .group_area a:nth-child(3) {
    border: 2px solid #5dc2d0;
    margin-right: 20px;
}

#contents05 .group_area a:nth-child(3):hover {
    background-color: #5dc2d0;
}

#contents05 .group_area a:nth-child(4) {
    border: 2px solid #395ca3;
}

#contents05 .group_area a:nth-child(4):hover {
    background-color: #395ca3;
}

#contents05 .group_area a span {
    display: block;
    margin-top: 10px;
    color: #307db9;
    font-size: 15px;
}

#contents05 .group_area a:hover span {
    color: #fff;
}
#contents05 .innerContents .group_box {
	display: flex;
	justify-content: center;
  }
  #contents05 .innerContents .group_box .group_item {
	display: block;
	width: 285px;
	margin-bottom: 92px;
	padding-top: 51px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
  }
  #contents05 .innerContents .group_box .group_item:not(:last-child) {
	margin-right: 70px;
  }
  #contents05 .innerContents .group_box .group_item:nth-of-type(4) {
	padding-top: 71px;
  }
  #contents05 .innerContents .group_box .group_item:nth-of-type(4) img {
	margin-bottom: 63px;
  }
  #contents05 .innerContents .group_box .group_item:hover {
	box-shadow: 0px 0px 47px -20px rgba(0, 0, 0, 0.3);
  }
  #contents05 .innerContents .group_box .group_item img {
	display: block;
	margin: 0 auto 49px;
  }
  #contents05 .innerContents .group_box .group_item p {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #59c3e1;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	transition: all 0.3s;
  }
  #contents05 .innerContents .group_box .group_item:hover .group01 {
	background-color: #3285c6;
  }
  #contents05 .innerContents .group_box .group_item:hover .group02 {
	background-color: #6ec2ee;
  }
  #contents05 .innerContents .group_box .group_item:hover .group03 {
	background-color: #5dc2d0;
  }
  #contents05 .innerContents .group_box .group_item .group02 span {
	display: block;
	margin-top: -7px;
	font-size: 14px;
  }

/*----------------------
sub contents
----------------------*/
#mainsub{
	width: 100%;
	height: 234px;
	background: url(../images/common/h3.png) center 0 no-repeat, #eef5fb;
	text-align: center;
}
#mainsub h3{
	font-size: 39px;
	letter-spacing: 7px;
	color: #136fbb;
	text-align: center;
	padding-top: 77px;
	font-weight: bold;
	line-height: 1.0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
}
#mainsub h3::before{
	position: absolute;
	content: "";
	top: 128px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 440px;
	height: 1px;
	background: #136fbb;
}
#mainsub h3 span{
	position: absolute;
	top: 144px;
	left: 0;
	right: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#contents{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/*  article */
article{
	width: 1200px;
	margin: 0 auto;
}

article h4{
	color: #dccfa5;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
article h4:before, article h4:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #dccfa5;
	display: block;
}
article h4:before {
	margin-right: .9em;
}
article h4:after {
	margin-left: .8em;}

article h5 {
	font-size: 22px;
	padding: 10px 30px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #ffffff;
	background: #136fbb;
	display: inline-block;
}
article h6{
	color: #136fbb;
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
article h6::before{
	position: absolute;
	content: "";
	height: 3px;
	width: 12px;
	background: #136fbb;
	top: 45%;
	left: 0;
}

/*  section  */
article section{
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 70px;
	padding: 30px 0 10px;
}
article section:last-child{
	margin-bottom: 35px;
}
article section p{
	font-size: 17px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 15px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
	text-align: justify;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
section a{
	color: #62afbf;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}
section a:hover{
	color: #E85865 !important;
	text-decoration: none;
}

/*----------------------
footer
----------------------*/
footer{
	width: 100%;
	background: #FFFFFF;
}
/*  innerFooter  */
#innerFooter{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
#innerFooter h3{
	text-align: center;
	margin-bottom: 50px;
}
#infoFooterL{
	float: left;
	width: 527px;
	background: url(../images/common/footer_img2.png) right 0 no-repeat;
}
#telFooter{
	margin-bottom: 15px;
}
#infoFooterL address{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#treatmentFooter{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 15px;
}
#accessFooter{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
}
.infoFooterR{
	float: right;
	width: 600px;
	height: 366px;
}
.infoFooterR iframe{
	width: 100%;
	height: 100%;
}
#scheduleFooter{
	margin-bottom: 10px;
}
#scheduleFooter img{
	margin-bottom: 18px;
}
footer .notice{
	color: #2a2b2b !important;
	font-weight: bold;
}
#scheduleFooter p{
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.7;
	color: #2a2b2b;
	letter-spacing: 1px;
}
.sns_link{
}
.sns_link a{
	transition: all .2s;
}
.sns_link a:hover{
	opacity: .7;
}
.sns_link a:first-child{
	float: left;
}
.sns_link a:last-child{
	float: right;
}
.sns_link .blog{
	width: 220px;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-size: 17px;
	background: #3284c7;
	text-align: center;
	transition: all .2s;
}
.sns_link .blog .small {
	font-size: 12px;
}
.blog a:hover {
	opacity: 0.8;
}

/*  footerMenu  */
#footerMenu{
	margin: 0 auto;
	width: 100%;
	height: 125px;
	background: #f6f4ee;
}
#footermenulist{
	width: 1200px;
	margin: 0 auto;

	line-height: 1.8;
	font-size: 15px;
	letter-spacing: 1px;
}
.footermenulist_T{
	float: left;
	width: 188px;
	height: 125px;
	background: #e9e2cd;
	position: relative;
	z-index: 1;
}
.footermenulist_T::before{
	position: absolute;
	top: 0;
	right: 0;
	margin-left: -200%;
	padding-left: 200%;
	content: "";
	height: 125px;
	width: 100%;
	background: #e9e2cd;
	z-index: -1;
}
.footermenulist_T p{
	font-weight: bold;
	padding-top: 22px;
}
.footermenulist_T p:last-child{
	padding-top: 10px;
}
.footermenulist_T h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #c7ae6a;
	background: #efeadc;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.footermenulist_T h3::before{
	position: absolute;
	top: 0;
	right: 0;
	margin-left: -200%;
	padding-left: 200%;
	content: "";
	height: 20px;
	width: 100%;
	background: #efeadc;
	z-index: -1;
}
/*
.footermenulist_T p{
	background: #e9e2cd;
}*/
.footermenulist_link{
	padding-top: 36px;
	line-height: 2.5;
}
#footerMenu a{
	color: #2f2f2f;
	font-weight: bold;
	position: relative;
	padding-right: 36px;
	padding-left: 12px;
	transition: all .2s;
	display: inline-block;
}
#footerMenu a:last-child{
	padding-right: 0;
	letter-spacing: -1px;
}
#footerMenu a::before{
	position: absolute;
	content: url(../images/common/icon_triangle_blue.png);
	top: -1px;
	left: 0;
}
#footerMenu a:hover{
	color: #c7ae6a;
}

/*  copyright  */
#copyright{
	height: 32px;
	color: #ffffff;
	background: #c7ae6a;
	font-size: 12px;font-weight: bold;
	line-height: 32px;
}
#copyright div{
	width: 1200px;
	margin: 0 auto;
}
#copyright div p{
	float: left;
}
#copyright div span{
	float: right;
}
#mobile-foot{
	display: none;
}
/*----------------------
pagetop button
----------------------*/
.pagetop{
	position: fixed;
	bottom: 30px;
	right: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.pagetop a {}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=====================
汎用クラス
=====================*/
a img.delay{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div.penetrate:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:hover img.penetrate{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
img.grow{
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.box-under-shadow{
	-webkit-box-shadow:0px 3px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 3px 3px -3px rgba(0,0,0,0.6);
	box-shadow:0px 3px 0px -3px rgba(0,0,0,0.6);
}
.pad01{
	padding-left:1em;
	text-indent:-1em;
}
.pad02{
	padding-left:2em;
	text-indent:-2em;
}
img.waku01{
	border:solid 1px #ddd;
}
img.waku02{
	padding:4px;
	border:solid 1px #dddddd;
	background: #FFFFFF;
}
.innerContents{
	width: 1200px;
	margin: 0 auto;
}
.center{
	margin: 0 auto;
}

/*=====================
	便利クラス
=====================*/
.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size11{font-size:11px !important;}
.font-size12{font-size:12px !important;}
.font-size13{font-size:13px !important;}
.font-size14{font-size:14px !important;}
.font-size15{font-size:15px !important;}
.font-size16{font-size:16px !important;}
.font-size17{font-size:17px !important;}
.font-size18{font-size:18px !important;}
.font-size19{font-size:19px !important;}
.font-size20{font-size:20px !important;}
.font-size21{font-size:21px !important;}
.font-size22{font-size:22px !important;}
.font-size23{font-size:23px !important;}
.font-size24{font-size:24px !important;}
.font-size100{font-size:100% !important;}
.font-size120{font-size:120% !important;}
.font-size140{font-size:140% !important;}

/* テキスト配色設定 */

.color-blue1{color:#abc5ea  !important;}
.color-blue2{color:#366bb7 !important;}
.color-blue3{color:#0018ff !important;}
.color-blue4{color:#7BA7FF !important;}

.color-white{color:#FFFFFF !important;}

.color-red1{color:#FF0001 !important;}
.color-red2{color:#cd0000 !important;}

.color-pink1{color:#ef9191 !important;}
.color-pink2{color:#fb2bb9 !important;}
.color-pink3{color:#eb86df !important;}

.color-brown1{color:#6d4f2b !important;}
.color-brown2{color:#4e422e !important;}
.color-brown3{color:#9e843e !important;}

.color-green1{color:#dbedc6 !important;}
.color-green2{color:#5b8c21 !important;}
.color-green3{color:#446e18 !important;}
.color-green4{color:#9fa776 !important;}

.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}
.alignJ{text-align: justify !important;}

.floatL{float:left !important;}
.floatR{float:right !important;}
.floatL10{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR10{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}
.floatL20{float:left !important; margin-right:20px !important; margin-bottom:20px !important;}
.floatR20{float:right !important; margin-left:20px !important; margin-bottom:20px !important;}
.floatL30{float:left !important; margin-right:30px !important; margin-bottom:30px !important;}
.floatR30{float:right !important; margin-left:30px !important; margin-bottom:30px !important;}
.floatL40{float:left !important; margin-right:40px !important; margin-bottom:40px !important;}
.floatR40{float:right !important; margin-left:40px !important; margin-bottom:40px !important;}
.floatL50{float:left !important; margin-right:50px !important; margin-bottom:50px !important;}
.floatR50{float:right !important; margin-left:50px !important; margin-bottom:50px !important;}


/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}

.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}

.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

/* margin */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt80{margin-top: 80px !important; }

.mb0{margin-bottom:0 !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb13{margin-bottom: 13px!important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr11{margin-right:13px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.width10{width:10% !important;}
.width20{width:20% !important;}
.width25{width:25% !important;}
.width30{width:30% !important;}
.width40{width:40% !important;}
.width45{width:45% !important;}
.width50{width:50% !important;}
.width60{width:60% !important;}
.width70{width:70% !important;}
.width80{width:80% !important;}
.width90{width:90% !important;}
.width100{width:100% !important;}


/* pcでは左右に分けたくて、spではカラムを落としたい*/
.boxL{ float: left !important; }
.boxR{ float: right !important; }


.img380 img{width: 380px !important; }
.img550 img{width: 550px !important; }

.img_h300 img{height: 300px !important; }

/*----------------------------------
下層
-----------------------------------*/
.box01{
	border: 1px solid #dccfa5;
	border-left: 8px solid #dccfa5;
	border-right: 8px solid #dccfa5;
	padding: 10px;
	margin-bottom: 15px;
}
.box01 p:last-child{
	margin-bottom: 0;
}

.map iframe{
	width: 100%;
	height: 400px;
}

.photo{
	float:right !important;
	margin-left:50px !important;
	margin-bottom:50px !important;
}
.photoL{
	float:left!important;
	margin-right:50px !important;
	margin-bottom:50px !important;
}

section #news{
	
}

.boxLR{
	display: flex;
	flex-flow: row wrap;
}
.boxLR > div{
	flex: 1 0 50%;
}
.boxLR .table01{
	width: 80%;
}

.table01{
	width: 100%;
}
.table01 tr{
	border-bottom: 1px solid #000;
}
.table01 tr:first-child{
	border-top: 1px solid #000;
}
.table01 th{
	background: #dce8f6;
	line-height: 1.8;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.table01 td{
	padding: 5px 5px 5px 10px;
	line-height: 1.7;
}

.list01{
	list-style: circle;
}
.list01 li{
	line-height: 1.8;
	padding-left: 20px;
	
	position: relative;
}
.list01 li::before{
	position: absolute;
	content: "・";
	color: #3384c6;
	font-weight: bold;
	font-size: 18px;
	margin-left: -20px;
}

.list02{
	list-style: circle;
	color: red;
	font-weight: bold;
	font-size: 18px;
}
.list02 li{
	line-height: 1.8;
	padding-left: 20px;
	
	position: relative;
}
.list02 li::before{
	position: absolute;
	content: "・";
	color: red;
	font-weight: bold;
	font-size: 18px;
	margin-left: -20px;
}
.list03{
	list-style: circle;
	color: #458fcb;
	font-weight: bold;
	font-size: 18px;
}
.list03 li{
	line-height: 1.8;
	padding-left: 20px;
	
	position: relative;
}
.list03 li::before{
	position: absolute;
	content: "・";
	color: #458fcb;
	font-weight: bold;
	font-size: 18px;
	margin-left: -20px;
}



.list_ireba{
	
	
}
.list_ireba li{
	position: relative;
	display: block;
	/*padding: 15px;*/
	margin-bottom: 70px;
	height: 390px;
	width: 350px;
	float: left;
	margin-right: 75px;
}
.list_ireba li:nth-child(3n+0){
	margin-right: 0;
}
.list_ireba li p{
	margin-bottom: 20px;
	padding: 0 5px;
}
.list_ireba li p:last-child{
	margin-bottom: 0;
}
.list_ireba li p.ireba_T{
	color: #136fbb;
	font-weight:bold;
	font-size: 19px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
	background: #eef5fb;
	padding: 10px;
	border-bottom: 3px solid #136fbb;
}
.ireba_T span{
	display: block;
	font-size: 17px;
}
.ireba_price{
	border: 1px solid #136fbb;
	background: #ffffff;
	padding: 10px 0 !important;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	width: 350px;
	text-align: center;
}


.list_fee{
	margin: 0 auto 70px !important;
	width: 80%;
	display: flex;
	flex-flow: row wrap;
}
.list_fee li{
	color: #136fbb;
	font-size: 19px;
	padding: 10px 5px 10px 15px;
	border-top: 1px solid #136fbb;
	border-right: 1px solid #136fbb;
	box-sizing: border-box;
}
.list_fee li:nth-child(odd){
	font-weight: bold;
	flex: 1 0 65%;
	width: 65%;
	border-left: 5px solid #136fbb;
}
.list_fee li:nth-child(even){
	flex: 1 0 35%;
	width: 35%;
}
.list_fee li:nth-last-child(-n+2){
	border-bottom: 1px solid #136fbb;
}

.list_flow{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
}
.list_flow li{
	flex: 1 0 300px;
	width: 300px;
	margin-right: 117px;
	border: 1px solid #136fbb;
	padding: 10px;
	position: relative;
}
.list_flow li:last-child{
	margin-right: 0;
}
.list_flow li p{
	font-weight: bold;
	padding: 0;
	padding-left: 5px;
	margin-bottom: 0;
}
.list_flow li p img{
	width: 300px;
	margin-bottom: 15px;
	margin-left: -5px;
}
.list_flow li::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 360px;
	margin: 0 auto;
	background: url(../images/common/arrow01.png)center center no-repeat;
	background-size: 40px;
	width: 40px;
	/*height: 228px;*/
}
.list_flow li:last-child::after{
	display: none;
}
.list_flow li > span{
	display: block;
	background: #ddd;
	margin-bottom: 10px;
	padding: 5px;
}
.list_flow li > span:last-child{
	margin-bottom: 0;
}
.list_flow li > br{
	display: none;
}

.list_flow2{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
	padding-top: 56px;
}
.list_flow2 li{
	flex: 1 0 300px;
	width: 300px;
	margin-right: 117px;
	border: 1px solid #136fbb;
	height: 112px;
	position: relative;
}
.list_flow2 li:last-child{
	margin-right: 0;
}
.list_flow2 li p{
	font-weight: bold;
	color: #136fbb;
	padding: 0;
	font-size: 22px;
	text-align: center;
}
.list_flow2 li p:last-child{
	margin-bottom: 0;
}
.list_flow2 li:first-child p{
	padding-top: 35px;
}
.list_flow2 li:last-child p{
	padding-top: 20px;
}
.list_flow2 li > br{
	display: none;
}

.list_flow2_2box{
	width: 320px;
	margin-right: 117px;
	border: none !important;
	margin-top: -56px;
	position: relative;
}
.list_flow2_2box > p{
	border: 1px solid #136fbb;
	height: 112px;
	line-height: 112px;
}
.list_flow2_2box::before,
.list_flow2_2box::after{
	position: absolute;
	content: "";
	top: 10px;
	bottom: 0;
	margin: 0 auto;
	background: url(../images/common/arrow01.png)center center no-repeat;
	background-size: 45px;
	width: 45px;
	height: 223px;
}
.list_flow2_2box::after{
	left: 360px;
}
.list_flow2_2box::before{
	right: 355px;
}




.list_photo{
	display: flex;
	flex-flow: row wrap;
}
.list_photo li{
	flex: 1 0 42%;
	width: 42%;
	margin-right: 8%;
	margin-bottom: 70px;
}
.list_photo li:nth-child(even){
	margin-right: 0;
}
.list_photo li:nth-last-child(2),
.list_photo li:last-child{
	margin-bottom: 0;
}
.list_photo li p{
	margin-bottom: 0;
}
.list_photo li p:last-child{
	text-align: center;
	background: #3384c6;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
.list_photo li p img{
	width: 100%;
}



section #news{
}

section #news dl{
	position: relative;
	padding-left: 300px;
	padding-top: 25px;
	margin-bottom: 70px;
	font-weight: bold;
}
section #news dl::before{
	position: absolute;
	content: "Clinic Information";
	background: #dae3f3;
	color: #307db9;
	font-size: 20px;
	padding: 20px 30px;
	left: 0;
	display: inline;
	margin-top: -25px;
}
section #news dl dt{
	display: inline;
	font-size: 18px;
}
section #news dl dd{
	display: inline;
	position: absolute;
	left: 450px;
	top: 20px;
	line-height: 1.8;
	font-size: 18px;
}

.procedure{
	width: 90%;
	margin: 0 auto;
}
.procedure ul li{
	display: block;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	border-bottom: 2px dotted #ddd;
}
.procedure ul li:last-child{
	border: none;
}
.procedure_T{
	font-weight: bold;
	font-size: 18px;
}


.faq_box{
	width: 47%;
	margin-bottom: 40px;
}
.faq_q{
	display: inline-block;
	padding: 8px 20px 8px 60px;
	border-bottom: 3px solid #307db9;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	background: #eef5fb;
}
.faq_q::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "Q.";
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	background: #307db9;
	padding: 8px ;
}
.faq_A{
	background: #eef5fb;
	padding: 15px;
	position: relative;
}
.faq_A p{
	padding-left: 45px;
}
.faq_A p:last-child{
	margin-bottom: 0;
}
.faq_A::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "A.";
	font-weight: bold;
	font-size: 33px;
	color: #307db9;
	padding:8px 9px ;
	letter-spacing: 3px;
}


.mainTop_faq .faq_box{
	margin-bottom: 10px;
}
.mainTop_faq .faq_q{
	display: block;
	padding: 3px 10px 3px 36px;
	border-bottom: none;
	position: relative;
	font-weight: bold;
	background: #ffffff;
	margin-bottom: 0;
	font-size: 17px;
}
.mainTop_faq .faq_q::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "Q.";
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	background: #c7ae6a;
	padding: 1px 5px 5px ;
}
.mainTop_faq .faq_A{
	background: #ffffff;
	padding: 6px;
	position: relative;
}
.mainTop_faq .faq_A p{
	padding-left: 25px;
	font-size: 16px;
}
.mainTop_faq .faq_A p:last-child{
	margin-bottom: 0;
}
.mainTop_faq .faq_A::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "A.";
	font-weight: bold;
	font-size: 19px;
	color: #c7ae6a;
	padding:5px 9px ;
	letter-spacing: 3px;
}
.mainTop_faq a{
	text-decoration: underline;
	color: #c7ae6a;
	font-weight: bold;
	font-size: 14px;
}
.mainTop_faq a:hover{
	text-decoration: none;
}


.blog_section{
	margin-bottom: 80px;
	padding: 50px;
	border: 1px solid RGB(220,207,165);
	border-radius: 5px;
}
.blog_section p{
	padding: 0 20px;
}

.microscope-movie  iframe{
	width: 800px;
	height: 400px;
}


.slide_contents_box {
	/* position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%); */
	width: 90%;
	max-width: 1080px;
	height: 100%;

	
  }
  .slide_contents_inner {
	position: absolute;
	/* bottom: 39%; */
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;    
	

	
  }
  .slide_text {
	font-size: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
  }
	.slide_item_text {
	  font-size: 20px;
	  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,
	#fff 1px -1px 10px, #fff -1px -1px 10px;
	  text-align: center;
}
.slide_text span {
		display: block;
}
.slide_text .slide_item_text01 {
		  margin-bottom: 10px;
}
.slide_text .slide_point_text {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  margin-bottom: 10px;
}
.slide_text span mark {
		  display: inline-block;
		  padding: 5px 10px;
		  background-color: rgba(215, 222, 236, 0.85);
		  font-size: 23px;
		  letter-spacing: 1px;
		  text-align: left;
		  margin-inline: 10px;
}
  .inner_slide_text {
	padding: 25px 0;
	font-size: 41px;
	/* // writing-mode: vertical-rl; */
	/* // vertical-align: middle; */
  }
.main_text {
		position: absolute;
		bottom: -150px;
		left: 50%;
		transform: translateX(-50%);
	  }
	.main_text_circle {
		  display: flex;
		  justify-content: center;
	}
.main_text_circle li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 2px 2px 26px -13px rgba(0, 0, 0, 0.8);
	background-color: rgba(183, 222, 239, 0.8);
	color: #57595A;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.main_text_circle li:first-child  {
	background-color: rgba(188, 236, 239, 0.8);
}
.main_text_circle li:last-child {
	background-color: rgba(211, 222, 248, 0.8);
}


/* conceptページ「被せ物の違いで成功率に約50％もの差が出る」の表 */
.table_concept {
	border: solid 1px #136fbb;
}
.table_concept tbody tr {
	text-align: center;
	line-height: 50px;
}
.table_concept tbody tr .head01{
	color: #136fbb;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
}
.table_concept tbody tr .head02{
	/* color: #136fbb; */
	font-weight: bold;
	/* font-size: 18px; */
	text-align: center;
	line-height: 50px;
}
@charset "utf-8";
body{
	width: 100%;
	color: #373737;
	line-height: 1.3;
	box-sizing: border-box;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	min-width:1200px;
	-webkit-text-size-adjust:100%;
	background: #FFFFFF;
}
#container{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#containerTop{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.sp{
	display: none !important;
}


/*----------------------
header
----------------------*/
header{
	width: 100%;
	/*height: 132px;*/
	background: #ffffff;
}
#description{
	padding-bottom: 3px;
}
#description h1{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #7e7e7e;
}
#innerHeader{
	width: 1200px;
	margin: 0 auto;
}
#headerL{
	float: left;
	height: 79px;
}
#headerL h2 img.logo_yagou{
	width: 255px;
}
#headerL h2 img.logo_a{
	width: 206px;
	padding-left: 30px;
	margin-bottom: 8px;
}
#headerR{
	float: right;
	/* display: flex; */

	display: flex;
	justify-content: flex-end;
}
/* #headerR .line{
	display: flex;
	align-items: center;
} */

.header_btn a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1.75;
	font-size: 14px;
	/* width: 150px; */
	padding-inline: 10px;
	height: 79px;
	text-align: center;
	position: relative;
	transition: all .2s;
}
.header_btn a:hover {
	opacity: 0.8;
}
.header_btn a .small {
	font-size: 12px;
}
.line {
	/* float: left;
	display: block; */
}
.line a {
	color: #fff;
	background: #4dc764;
}
.line {
	/* float: left;
	display: block; */
}
.web_reserv a {
	color: #fff;
	background: #5cc2cf;
}
.blog{
	/* float: right;
	display: block; */
}
.blog a{
	color: #fff;
	background: #3284c7;
}


.blog a img{
	position: absolute;
	top: 25%;
	right: 0;
	bottom: 25%;
	left: 0;
	margin: 0 auto;
}




.reserv{
	float: right;
	display: none;
}
.reserv a{
	display: block;
	width: 167px;
	height: 79px;
	background: #3284c7;
	text-align: center;
	position: relative;
	transition: all .2s;
}
.reserv a:hover{
	opacity: 0.8;
}

.reserv a img{
	position: absolute;
	top: 25%;
	right: 0;
	bottom: 25%;
	left: 0;
	margin: 0 auto;
}
#telHeader{
	float: left;
	padding-top: 30px;
	padding-right: 20px;
}
#telHeader img{
}
/*----------------------
nav
----------------------*/
nav{
	width: 100%;
	height: 53px;
	position: relative;
}
nav ul {
	width: 1200px;
	margin: 0 auto;
	display:table;
	table-layout:fixed;
}
nav li{
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	position: relative;
		line-height: 53px;

}
nav li::after{
	position: absolute;
	content: url(../images/common/gnavi_line.png);
	top: 10%;
	right: 0;
}
nav li:last-child::after{
	position: absolute;
	content: "";
}
nav ul li.nav_last{
	line-height: 1.2;
	padding-top: 18px;
	font-size: 18px;
}
nav a{
	display: block;
	transition: all .2s;
}
nav a:link,nav a:visited{
	color: #000;
}
nav a:hover{
	color: #1470bb;
}
.pr3{
	padding-right: 3px !important;
}
/* オンマウスで現れるメニュー */
#fade-in1 #menu{
	opacity: 0;
	top: 100%;
	visibility: hidden;
	transition: .5s;
}
#fade-in1:hover #menu{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/*  dropmenu  */
.dropmenu #menu{
	position: absolute;
	z-index: 101;
	left: 0;
	margin: 0;
	padding: 25px 1px 0;
	width: 100%;
	background: rgba(255,255,255);
	*zoom: 1;
	border-top: solid 1px #61b0bf;
}
#menu h3{
	text-align: center;
	margin-bottom: 15px;
}
/*----------------------
main top
----------------------*/
#mainTop{
	width: 2000px;
	height: 700px;
	margin: 0 auto;
	position: absolute;
	top: 136px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;

}
#mainTop .spDspNon img{
	width: 100%;
	overflow: hidden;
}



#mainTop .logo{
	position: absolute;
	top: 210px;
	left: 0%;
	right: 0%;
	margin: 0 auto;

	background: rgba(255,255,255,.7);
	width: 320px;
	height: 320px;
	border-radius: 20px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	z-index: 5000;
}
#mainTop .logo img{
	position: absolute;
	top: 35px;
	left: 0%;
	right: 0%;
	margin: 0 auto;

}
/* 
.line {
	a {
		display: block;
		position: absolute;
		top: -100px;
		right: 0px;
	}
	
} */

#mainTop_side{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	position: absolute;
	top: 400px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5000;
}

#contents00 {
	padding-top: 700px;
}
.bnr_link{
	padding: 20px 0 ;
	display: flex;
	justify-content: space-between;
}
.bnr_link a{
	display: block;
	/* background: RGB(50,132,199); */
	margin-bottom: 10px;
	width: 33%;
	padding-right: 50px;
	line-height: 65px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	transition: all .2s;
	border-radius: 3px;
	position: relative;
}
.bnr_link a img {
	width: 100%;
	transition: all .3s;
	

}
.bnr_link a img:hover{
	opacity: .7;
}
#mainTop #mainTop_side .bnr_link a span{
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.sample1-2::before{
left: 22px;
width: 26px;
height: 2px;
background: #fff;
}
.sample1-2::after{
left: 35px;
top: -3px;
width: 10px;
height: 8px;
border-top: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}









/*----------------------
top contents02
----------------------*/
#contents02{
	width: 100%;
	background: #ffffff;
}
#contents02 .innerContents{
	padding: 50px 0;
}
#contents02 h3{
	text-align: center;
	margin-bottom: 30px;
}
.trouble{
	/*display: flex;
	flex-flow: row nowrap;*/
}
.trouble_box,.trouble_box2{
	/*flex: 1 0 394px;*/
	width: 390px;
	height: 154px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.trouble_box:last-child,.trouble_box2:last-child{
	margin-right: 0;
}
.trouble_box a,.trouble_box2 a{
	display: block;
	width: 390px;
	height: 154px;
	box-sizing: border-box;
	color: #000;
	position: relative;
	padding: 25px 38px;
	transition: all .2s;
	text-decoration: none;
}
.trouble_box a{
	border: 3px solid #ddcea7;
}
.trouble_box a:hover{
	color: #ddcea7;
}
.trouble_box2 a{
	border: 3px solid #307db9;
}
.trouble_box2 a:hover{
	color: #ddcea7;
}
.trouble_box a h4,
.trouble_box2 a h4,
.trouble_T{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
	transition: font-size .3s;
}
.trouble_box a:hover h4{
	font-size: 30px;
}
.trouble_No,.trouble_box2 .trouble_No{
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 148px;
}
.trouble_box .trouble_No{
	background: #dccfa5;
}
.trouble_box2 .trouble_No{
	background: #307db9;
}
.trouble_No img{
	padding-top: 19px;
	padding-left: 4px;
}
.trouble_box a ul,.trouble_box2 a ul{
	position: absolute;
	top:70px;
}
.trouble_box a ul li,.trouble_box2 a ul li{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 16px;
}
.trouble_box a ul li{
	background: url(../images/common/icon_triangle_yellow.png)0 center no-repeat;
}
.trouble_box2 a ul li{
	background: url(../images/common/icon_triangle_blue.png)0 center no-repeat;
}


.guide{
	padding-top: 50px;
	position: relative;
}
.guide::before{
	position: absolute;
	content: "";
	top: 25%;
	left: 50%;
	right: 50%;
	bottom: 25%;
	width: 1px;
	height: 180px;
	background: #ece8dd;
}
.guide_box{
	width: 50%;
}
.guide_box a{
	display: block;
	height: 176px;
	padding: 9px 0;
	color: #000;
}
.guide_box a:hover{
	transition: all .2s;
	opacity: 0.7;
}
.guide_box:first-child{
	float: left;
}
.guide_box:last-child{
	float: right;
}
.guide_box h5{
	margin-bottom: 42px;
	text-align: center;
}
.guide_box div{
	float: left;
}
.gboxL{
	margin-right: 25px;
}
.guide_box div  div p img{
	margin-bottom: 25px;
}
.guide_box div div p{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
.gbox_m{
	margin-left: 35px;
}
.guideL10{
	float:left !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
}
/*----------------------
top contents03
----------------------*/
#contents03{
	width: 100%;
	background:url(../images/index/bg_contents03.png) center 0 no-repeat,#f4f4f3;
	height: 700px;
}
#contents03 .innerContents{
	padding: 65px 0;
}
#contents03 h3{
	text-align: center;
	margin-bottom: 48px;
}
#greeting{
	width: 760px;
	float: right;
	margin-bottom: 70px;
}
#greeting h4{
	margin-bottom: 44px;
}
#greeting p{
	font-size: 16.5px;
	line-height: 2.0;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#treatment_link{
	clear: both;
	width: 100%;
}
#treatment_link ul{
	height: 55px;
	line-height: 55px;
}
#treatment_link ul li{
	float: left;
	transition: all .2s;
}
#treatment_link ul li a{
	display: block;
	width: 240px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 2px;
	transition: all .2s;
}
#treatment_link ul li:nth-child(1){
	background: url(../images/index/contents03_link_first.png)center no-repeat;
}
#treatment_link ul li:nth-child(2){
	background: url(../images/index/contents03_link_2.png)center no-repeat;
}
#treatment_link ul li:nth-child(3){
	background: url(../images/index/contents03_link_3.png)center no-repeat;
}
#treatment_link ul li:nth-child(4){
	background: url(../images/index/contents03_link_4.png)center no-repeat;
}
#treatment_link ul li:nth-child(5){
	background: url(../images/index/contents03_link_last.png)center no-repeat;
}

#treatment_link ul li:hover:nth-child(1){
	background: url(../images/index/contents03_link_first_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(2){
	background: url(../images/index/contents03_link_2_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(3){
	background: url(../images/index/contents03_link_3_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(4){
	background: url(../images/index/contents03_link_4_on.png)center no-repeat;
}
#treatment_link ul li:hover:nth-child(5){
	background: url(../images/index/contents03_link_last_on.png)center no-repeat;
}

/*----------------------
top contents04
----------------------*/
#contents04{
	width: 100%;
	background:#ffffff;

}
#contents04 .innerContents{
	padding: 85px 0;
	border-bottom: 1px dotted #ddd;
}
#contents04 h4{
	text-align: center;
	margin-bottom: 70px;
	font-size: 30px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents04 h4 span{
	color: #c9b271;
	font-size: 45px;
}
#contents04 ul li a:hover{
	opacity: .7;
}
.osusume ul{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
}
.osusume ul li{
	flex: 1 0 20%;
	margin-left: 5%;
}
.osusume ul li:first-child{
	margin-left: 0;
}
.osusume ul li a{
	display: block;
	transition: all .2s;
	color: #333;
}
.osusume ul li a img{
	width: 100%;
}
.osusume ul li a span{
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}
.link {
	width: 1080px;
	margin: auto;
}
.link ul{
	display: flex;
	justify-content: space-between;
}
.link .link_inner{
	border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 20px;
	width: 25%;
}
.link .link_inner img{
	width: 100%;
}

/*----------------------
top contents05
----------------------*/
#contents05 h3{
	text-align: center;
	margin-bottom: 48px;
}

#contents05 .group_area {
    display: flex;
    justify-content: center;
}

#contents05 .group_area a {
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 10px;
    color: #373737;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

#contents05 .group_area a:hover {
    color: #fff;
}

#contents05 .group_area a:nth-child(1) {
    margin-right: 20px;
    border: 2px solid #58c3e0;
}

#contents05 .group_area a:nth-child(1):hover {
    background-color: #58c3e0;
}

#contents05 .group_area a:nth-child(2) {
	margin-right: 20px;
    border: 2px solid #6ec2ee;
}

#contents05 .group_area a:nth-child(2):hover {
    background-color: #6ec2ee;
}

#contents05 .group_area a:nth-child(3) {
    border: 2px solid #5dc2d0;
    margin-right: 20px;
}

#contents05 .group_area a:nth-child(3):hover {
    background-color: #5dc2d0;
}

#contents05 .group_area a:nth-child(4) {
    border: 2px solid #395ca3;
}

#contents05 .group_area a:nth-child(4):hover {
    background-color: #395ca3;
}

#contents05 .group_area a span {
    display: block;
    margin-top: 10px;
    color: #307db9;
    font-size: 15px;
}

#contents05 .group_area a:hover span {
    color: #fff;
}

/*----------------------
sub contents
----------------------*/
#mainsub{
	width: 100%;
	height: 234px;
	background: url(../images/common/h3.png) center 0 no-repeat, #eef5fb;
	text-align: center;
}
#mainsub h3{
	font-size: 39px;
	letter-spacing: 7px;
	color: #136fbb;
	text-align: center;
	padding-top: 77px;
	font-weight: bold;
	line-height: 1.0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
}
#mainsub h3::before{
	position: absolute;
	content: "";
	top: 128px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 440px;
	height: 1px;
	background: #136fbb;
}
#mainsub h3 span{
	position: absolute;
	top: 144px;
	left: 0;
	right: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#contents{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/*  article */
article{
	width: 1200px;
	margin: 0 auto;
}

article h4{
	color: #dccfa5;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
article h4:before, article h4:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #dccfa5;
	display: block;
}
article h4:before {
	margin-right: .9em;
}
article h4:after {
	margin-left: .8em;}

article h5 {
	font-size: 22px;
	padding: 10px 30px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #ffffff;
	background: #136fbb;
	display: inline-block;
}
article h6{
	color: #136fbb;
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
article h6::before{
	position: absolute;
	content: "";
	height: 3px;
	width: 12px;
	background: #136fbb;
	top: 45%;
	left: 0;
}

/*  section  */
article section{
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 70px;
	padding: 30px 0 10px;
}
article section:last-child{
	margin-bottom: 35px;
}
article section p{
	font-size: 17px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 15px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
	text-align: justify;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
section a{
	color: #62afbf;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}
section a:hover{
	color: #E85865 !important;
	text-decoration: none;
}

/*----------------------
footer
----------------------*/
footer{
	width: 100%;
	background: #FFFFFF;
}
/*  innerFooter  */
#innerFooter{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
#innerFooter h3{
	text-align: center;
	margin-bottom: 50px;
}
#infoFooterL{
	float: left;
	width: 527px;
	background: url(../images/common/footer_img2.png) right 0 no-repeat;
}
#telFooter{
	margin-bottom: 15px;
}
#infoFooterL address{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#treatmentFooter{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 15px;
}
#accessFooter{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
}
.infoFooterR{
	float: right;
	width: 600px;
	height: 366px;
}
.infoFooterR iframe{
	width: 100%;
	height: 100%;
}
#scheduleFooter{
	margin-bottom: 10px;
}
#scheduleFooter img{
	margin-bottom: 18px;
}
footer .notice{
	color: #2a2b2b !important;
	font-weight: bold;
}
#scheduleFooter p{
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.7;
	color: #2a2b2b;
	letter-spacing: 1px;
}
.sns_link{
}
.sns_link a{
	transition: all .2s;
}
.sns_link a:hover{
	opacity: .7;
}
.sns_link a:first-child{
	float: left;
}
.sns_link a:last-child{
	float: right;
}
.sns_link .blog{
	width: 220px;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-size: 17px;
	background: #3284c7;
	text-align: center;
	transition: all .2s;
}
.sns_link .blog .small {
	font-size: 12px;
}
.blog a:hover {
	opacity: 0.8;
}



/*----------------------
pagetop button
----------------------*/
.pagetop{
	position: fixed;
	bottom: 30px;
	right: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.pagetop a {}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=====================
汎用クラス
=====================*/
a img.delay{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div.penetrate:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:hover img.penetrate{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
img.grow{
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.box-under-shadow{
	-webkit-box-shadow:0px 3px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 3px 3px -3px rgba(0,0,0,0.6);
	box-shadow:0px 3px 0px -3px rgba(0,0,0,0.6);
}
.pad01{
	padding-left:1em;
	text-indent:-1em;
}
.pad02{
	padding-left:2em;
	text-indent:-2em;
}
img.waku01{
	border:solid 1px #ddd;
}
img.waku02{
	padding:4px;
	border:solid 1px #dddddd;
	background: #FFFFFF;
}
.innerContents{
	width: 1200px;
	margin: 0 auto;
}
.center{
	margin: 0 auto;
}

/*=====================
	便利クラス
=====================*/
.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size11{font-size:11px !important;}
.font-size12{font-size:12px !important;}
.font-size13{font-size:13px !important;}
.font-size14{font-size:14px !important;}
.font-size15{font-size:15px !important;}
.font-size16{font-size:16px !important;}
.font-size17{font-size:17px !important;}
.font-size18{font-size:18px !important;}
.font-size19{font-size:19px !important;}
.font-size20{font-size:20px !important;}
.font-size21{font-size:21px !important;}
.font-size22{font-size:22px !important;}
.font-size23{font-size:23px !important;}
.font-size24{font-size:24px !important;}
.font-size100{font-size:100% !important;}
.font-size120{font-size:120% !important;}
.font-size140{font-size:140% !important;}

/* テキスト配色設定 */

.color-blue1{color:#abc5ea  !important;}
.color-blue2{color:#366bb7 !important;}
.color-blue3{color:#0018ff !important;}
.color-blue4{color:#7BA7FF !important;}

.color-white{color:#FFFFFF !important;}

.color-red1{color:#FF0001 !important;}
.color-red2{color:#cd0000 !important;}

.color-pink1{color:#ef9191 !important;}
.color-pink2{color:#fb2bb9 !important;}
.color-pink3{color:#eb86df !important;}

.color-brown1{color:#6d4f2b !important;}
.color-brown2{color:#4e422e !important;}
.color-brown3{color:#9e843e !important;}

.color-green1{color:#dbedc6 !important;}
.color-green2{color:#5b8c21 !important;}
.color-green3{color:#446e18 !important;}
.color-green4{color:#9fa776 !important;}

.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}
.alignJ{text-align: justify !important;}

.floatL{float:left !important;}
.floatR{float:right !important;}
.floatL10{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR10{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}
.floatL20{float:left !important; margin-right:20px !important; margin-bottom:20px !important;}
.floatR20{float:right !important; margin-left:20px !important; margin-bottom:20px !important;}
.floatL30{float:left !important; margin-right:30px !important; margin-bottom:30px !important;}
.floatR30{float:right !important; margin-left:30px !important; margin-bottom:30px !important;}
.floatL40{float:left !important; margin-right:40px !important; margin-bottom:40px !important;}
.floatR40{float:right !important; margin-left:40px !important; margin-bottom:40px !important;}
.floatL50{float:left !important; margin-right:50px !important; margin-bottom:50px !important;}
.floatR50{float:right !important; margin-left:50px !important; margin-bottom:50px !important;}


/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}

.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}

.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

/* margin */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt80{margin-top: 80px !important; }

.mb0{margin-bottom:0 !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb13{margin-bottom: 13px!important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr11{margin-right:13px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.width10{width:10% !important;}
.width20{width:20% !important;}
.width25{width:25% !important;}
.width30{width:30% !important;}
.width40{width:40% !important;}
.width45{width:45% !important;}
.width50{width:50% !important;}
.width60{width:60% !important;}
.width70{width:70% !important;}
.width80{width:80% !important;}
.width90{width:90% !important;}
.width100{width:100% !important;}


/* pcでは左右に分けたくて、spではカラムを落としたい*/
.boxL{ float: left !important; }
.boxR{ float: right !important; }


.img380 img{width: 380px !important; }
.img550 img{width: 550px !important; }

.img_h300 img{height: 300px !important; }

/*----------------------------------
下層
-----------------------------------*/
.box01{
	border: 1px solid #dccfa5;
	border-left: 8px solid #dccfa5;
	border-right: 8px solid #dccfa5;
	padding: 10px;
	margin-bottom: 15px;
}
.box01 p:last-child{
	margin-bottom: 0;
}

.map iframe{
	width: 100%;
	height: 400px;
}

.photo{
	float:right !important;
	margin-left:50px !important;
	margin-bottom:50px !important;
}
.photoL{
	float:left!important;
	margin-right:50px !important;
	margin-bottom:50px !important;
}

section #news{
	
}

.boxLR{
	display: flex;
	flex-flow: row wrap;
}
.boxLR > div{
	flex: 1 0 50%;
}
.boxLR .table01{
	width: 80%;
}

.table01{
	width: 100%;
}
.table01 tr{
	border-bottom: 1px solid #000;
}
.table01 tr:first-child{
	border-top: 1px solid #000;
}
.table01 th{
	background: #dce8f6;
	line-height: 1.8;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.table01 td{
	padding: 5px 5px 5px 10px;
	line-height: 1.7;
}

.list01{
	list-style: circle;
}
.list01 li{
	line-height: 1.8;
	padding-left: 20px;
	
	position: relative;
}
.list01 li::before{
	position: absolute;
	content: "・";
	color: #3384c6;
	font-weight: bold;
	font-size: 18px;
	margin-left: -20px;
}

.list02{
	list-style: circle;
	color: red;
	font-weight: bold;
	font-size: 18px;
}
.list02 li{
	line-height: 1.8;
	padding-left: 20px;
	
	position: relative;
}
.list02 li::before{
	position: absolute;
	content: "・";
	color: red;
	font-weight: bold;
	font-size: 18px;
	margin-left: -20px;
}
.list03{
	list-style: circle;
	color: #458fcb;
	font-weight: bold;
	font-size: 18px;
}
.list03 li{
	line-height: 1.8;
	padding-left: 20px;
	
	position: relative;
}
.list03 li::before{
	position: absolute;
	content: "・";
	color: #458fcb;
	font-weight: bold;
	font-size: 18px;
	margin-left: -20px;
}



.list_ireba{
	
	
}
.list_ireba li{
	position: relative;
	display: block;
	/*padding: 15px;*/
	margin-bottom: 70px;
	height: 390px;
	width: 350px;
	float: left;
	margin-right: 75px;
}
.list_ireba li:nth-child(3n+0){
	margin-right: 0;
}
.list_ireba li p{
	margin-bottom: 20px;
	padding: 0 5px;
}
.list_ireba li p:last-child{
	margin-bottom: 0;
}
.list_ireba li p.ireba_T{
	color: #136fbb;
	font-weight:bold;
	font-size: 19px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
	background: #eef5fb;
	padding: 10px;
	border-bottom: 3px solid #136fbb;
}
.ireba_T span{
	display: block;
	font-size: 17px;
}
.ireba_price{
	border: 1px solid #136fbb;
	background: #ffffff;
	padding: 10px 0 !important;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	width: 350px;
	text-align: center;
}


.list_fee{
	margin: 0 auto 70px !important;
	width: 80%;
	display: flex;
	flex-flow: row wrap;
}
.list_fee li{
	color: #136fbb;
	font-size: 19px;
	padding: 10px 5px 10px 15px;
	border-top: 1px solid #136fbb;
	border-right: 1px solid #136fbb;
	box-sizing: border-box;
}
.list_fee li:nth-child(odd){
	font-weight: bold;
	flex: 1 0 65%;
	width: 65%;
	border-left: 5px solid #136fbb;
}
.list_fee li:nth-child(even){
	flex: 1 0 35%;
	width: 35%;
}
.list_fee li:nth-last-child(-n+2){
	border-bottom: 1px solid #136fbb;
}

.list_flow{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
}
.list_flow li{
	flex: 1 0 300px;
	width: 300px;
	margin-right: 117px;
	border: 1px solid #136fbb;
	padding: 10px;
	position: relative;
}
.list_flow li:last-child{
	margin-right: 0;
}
.list_flow li p{
	font-weight: bold;
	padding: 0;
	padding-left: 5px;
	margin-bottom: 0;
}
.list_flow li p img{
	width: 300px;
	margin-bottom: 15px;
	margin-left: -5px;
}
.list_flow li::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 360px;
	margin: 0 auto;
	background: url(../images/common/arrow01.png)center center no-repeat;
	background-size: 40px;
	width: 40px;
	/*height: 228px;*/
}
.list_flow li:last-child::after{
	display: none;
}
.list_flow li > span{
	display: block;
	background: #ddd;
	margin-bottom: 10px;
	padding: 5px;
}
.list_flow li > span:last-child{
	margin-bottom: 0;
}
.list_flow li > br{
	display: none;
}

.list_flow2{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
	padding-top: 56px;
}
.list_flow2 li{
	flex: 1 0 300px;
	width: 300px;
	margin-right: 117px;
	border: 1px solid #136fbb;
	height: 112px;
	position: relative;
}
.list_flow2 li:last-child{
	margin-right: 0;
}
.list_flow2 li p{
	font-weight: bold;
	color: #136fbb;
	padding: 0;
	font-size: 22px;
	text-align: center;
}
.list_flow2 li p:last-child{
	margin-bottom: 0;
}
.list_flow2 li:first-child p{
	padding-top: 35px;
}
.list_flow2 li:last-child p{
	padding-top: 20px;
}
.list_flow2 li > br{
	display: none;
}

.list_flow2_2box{
	width: 320px;
	margin-right: 117px;
	border: none !important;
	margin-top: -56px;
	position: relative;
}
.list_flow2_2box > p{
	border: 1px solid #136fbb;
	height: 112px;
	line-height: 112px;
}
.list_flow2_2box::before,
.list_flow2_2box::after{
	position: absolute;
	content: "";
	top: 10px;
	bottom: 0;
	margin: 0 auto;
	background: url(../images/common/arrow01.png)center center no-repeat;
	background-size: 45px;
	width: 45px;
	height: 223px;
}
.list_flow2_2box::after{
	left: 360px;
}
.list_flow2_2box::before{
	right: 355px;
}




.list_photo{
	display: flex;
	flex-flow: row wrap;
}
.list_photo li{
	flex: 1 0 42%;
	width: 42%;
	margin-right: 8%;
	margin-bottom: 70px;
}
.list_photo li:nth-child(even){
	margin-right: 0;
}
.list_photo li:nth-last-child(2),
.list_photo li:last-child{
	margin-bottom: 0;
}
.list_photo li p{
	margin-bottom: 0;
}
.list_photo li p:last-child{
	text-align: center;
	background: #3384c6;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
.list_photo li p img{
	width: 100%;
}



section #news{
}

section #news dl{
	position: relative;
	padding-left: 300px;
	padding-top: 25px;
	margin-bottom: 70px;
	font-weight: bold;
}
section #news dl::before{
	position: absolute;
	content: "Clinic Information";
	background: #dae3f3;
	color: #307db9;
	font-size: 20px;
	padding: 20px 30px;
	left: 0;
	display: inline;
	margin-top: -25px;
}
section #news dl dt{
	display: inline;
	font-size: 18px;
}
section #news dl dd{
	display: inline;
	position: absolute;
	left: 450px;
	top: 20px;
	line-height: 1.8;
	font-size: 18px;
}

.procedure{
	width: 90%;
	margin: 0 auto;
}
.procedure ul li{
	display: block;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	border-bottom: 2px dotted #ddd;
}
.procedure ul li:last-child{
	border: none;
}
.procedure_T{
	font-weight: bold;
	font-size: 18px;
}





.blog_section{
	margin-bottom: 80px;
	padding: 50px;
	border: 1px solid RGB(220,207,165);
	border-radius: 5px;
}
.blog_section p{
	padding: 0 20px;
}

.microscope-movie  iframe{
	width: 800px;
	height: 400px;
}


.slide_contents_box {
	/* position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%); */
	width: 90%;
	max-width: 1080px;
	height: 100%;

	
  }
  .slide_contents_inner {
	position: absolute;
	/* bottom: 39%; */
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;    
	

	
  }
  .slide_text {
	font-size: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
  }
	.slide_item_text {
	  font-size: 20px;
	  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,
	#fff 1px -1px 10px, #fff -1px -1px 10px;
	  text-align: center;
}
.slide_text span {
		display: block;
}
.slide_text .slide_item_text01 {
		  margin-bottom: 10px;
}
.slide_text .slide_point_text {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  margin-bottom: 10px;
}
.slide_text span mark {
		  display: inline-block;
		  padding: 5px 10px;
		  background-color: rgba(215, 222, 236, 0.85);
		  font-size: 23px;
		  letter-spacing: 1px;
		  text-align: left;
		  margin-inline: 10px;
}
  .inner_slide_text {
	padding: 25px 0;
	font-size: 41px;
	/* // writing-mode: vertical-rl; */
	/* // vertical-align: middle; */
  }
.main_text {
		position: absolute;
		bottom: -150px;
		left: 50%;
		transform: translateX(-50%);
	  }
	.main_text_circle {
		  display: flex;
		  justify-content: center;
	}
.main_text_circle li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 2px 2px 26px -13px rgba(0, 0, 0, 0.8);
	background-color: rgba(183, 222, 239, 0.8);
	color: #57595A;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.main_text_circle li:first-child  {
	background-color: rgba(188, 236, 239, 0.8);
}
.main_text_circle li:last-child {
	background-color: rgba(211, 222, 248, 0.8);
}


/* conceptページ「被せ物の違いで成功率に約50％もの差が出る」の表 */
.table_concept {
	border: solid 1px #136fbb;
}
.table_concept tbody tr {
	text-align: center;
	line-height: 50px;
}
.table_concept tbody tr th {
	background-color: #f6f9fc;
}
.table_concept tbody tr .head01{
	color: #136fbb;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
}
.table_concept tbody tr .head02{
	/* color: #136fbb; */
	font-weight: bold;
	/* font-size: 18px; */
	text-align: center;
	line-height: 50px;
}

/*--------------------------------------------
contents_standard-P
--------------------------------------------*/
.contents_standard-P {
	width: 100%;
	margin: 0 auto;
	background-color: #f7f5f0;

  }
  
  .contents_standard-P .innerContents {
	width: 1080px;
	margin: 0 auto;
	padding: 90px 0 120px 0;
  }
  
  .contents_standard-P .innerContents h2 {
	position: relative;
	margin-bottom: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
  }

  
  .contents_standard-P .innerContents h3 {
	margin-bottom: 150px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	color: RGB(50, 132, 199);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .contents_standard-P .innerContents h4 {
	margin: 80px 0 40px 0;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	z-index: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .contents_standard-P .innerContents h5 {
	margin: 50px 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #c7ae6a;

	z-index: 1;
  }
  
  .contents_standard-P .innerContents .df {
	display: flex;
	justify-content: space-between;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_text_box {
	text-align: center;
	padding-bottom: 30px;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_text_box:nth-of-type(2) {
	padding-top: 150px;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_box01 .inner_SP_box01 {
	padding-bottom: 20px;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_box01 .inner_SP_box02 {
	padding-top: 50px;
	margin: 0 auto;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_box01 .inner_SP_box02.w80 {
	width: 800px;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_box01 .inner_SP_box02.w50 {
	width: 500px;
  }
  
  .contents_standard-P .innerContents .SP_contents .SP_box01 img {
	height: 230px;
	margin-left: 20px;
  }

  
  .ortho_link_bnr {
	display: block;
	width: 589px;
	margin: 0 auto 20px;
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
  }
  .ortho_link_bnr img {
	width: 100%;
  }
  .ortho_link_bnr:hover {
	box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.3);
  }

  
.movie_link_area {
	width: 100%;
	margin-block: 100px 50px;
	text-align: center;
  }
  .movie_link_area h2 {
	margin-bottom: 50px;
  }
  .movie_link_area iframe {
	width: 800px;
	height: 450px;
	margin-inline: auto;
  }
  

/*--------------------------------------------
contents_equipment
--------------------------------------------*/
.contents_equipment {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
  }
  
  .contents_equipment .innerContents {
	width: 1080px;
	margin: 0 auto;
	padding: 90px 0 120px 0;
  }
  
  .contents_equipment h2 {
	position: relative;
	margin-bottom: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
  }

  
  .contents_equipment h3 {
	margin-bottom: 80px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	color: RGB(50, 132, 199);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .contents_equipment h4 {
	margin: 80px 0 40px 0;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	z-index: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .contents_equipment h5 {
	margin: 50px 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #c7ae6a;
	z-index: 1;
  }
  
  .contents_equipment h6 {
	margin: 50px 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	color: RGB(50, 132, 199);
	z-index: 1;
  }
	.contents_equipment p {
		margin-bottom: 1em;
	}
  
.column2 {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: center;
}
.column_img {
	width: fit-content;
}
.column_img img {
	width: 100%;
}
.w70 {
	width: 70%;
}
.w70 img {
	width: 100%;
}
.blockCenter {
	margin-inline: auto;
}