@charset "utf-8";
/*------------------------------ layout ------------------------------*/
#contents #mainconents {
	margin: 0px;
	padding: 0px;
	width: 780px;
}


/*------------------------------ utility ------------------------------*/
#mainconents h2 {
	margin-bottom: 16px;
}
#mainconents .contents h2.graphic {
	margin-bottom: 16px;
}
#mainconents .contents h3 {
	margin-bottom: 20px;
}
span.orange{
	 color:#ff6600;
}
.green_box{
	background:#def7d4;
	padding: 0.5em 1em;
}

/*------------------------------ others ------------------------------*/

/* check */
#check {
	margin-bottom: 50px;
}
#check h2{
	margin: 50px auto;
	text-align:center;
	padding-bottom:50px;
	font-size:54px;
}
#check .check_txt{
	margin-bottom: 50px
}
#check .check_txt h2{
	font-size:32px;
	margin:auto;
	padding:0;
	background:#cbebd7;
	color:#349859;
}

#check .check_txt p,
#check .check_txt dl{
	width:80%;
	margin:20px auto;
	line-height: 2.5;
}
#check .check_txt dt{
	float:left;
	clear:both;
	width:5em;
	text-align:right;
	font-weight:bold;
	color:#ff6600;
}
#check .check_txt dt:first-of-type{
	color: #000000;
}
#check .check_txt dd{
	padding-left:6em;
	border-bottom: 1px solid #dddddd;
}
#check .check_txt dd:last-child{
	border-bottom: none;
}
#check .check_txt dd:before{
	content:"…";
	margin-right:0.5em;
}

#check .check_list{
		background:#fcfdf2;
	width: 90%;
	margin:auto;
	padding:30px 0;
	border-radius:10px;
	box-shadow:1px 1px 5px #dddddd;
	position:relative;
}
#check .check_list ul{
	width: 90%;
	margin:auto;
}
#check .check_list ul li{
	background: url(/img/check01.png) no-repeat left 2px;
	padding: 0 30px;
	border-bottom:#dddddd 1px solid;
}
#check .check_list .img{
	position:absolute;
	right: 50px;
	top:20px;
}
/*------------------------------ google ------------------------------*/
.google_star {
  margin:16px 0 0px;
  text-align: center;
}
.google_star img {
  margin:0 auto;
}

/*------------------------------ cont01 ------------------------------*/
.price.type01{
	color: #ff6606;
	font-weight: bold;
	box-shadow: 0 0 10px rgba(74, 64, 26, 0.2);
	padding: 1em 2em;
	line-height: 1.8;
	margin: 1em auto;
	font-size: 23px;
	width: 70%;
}
.price.type01.type_xad{
	color: #666666;
}
.list_box{
	box-shadow: 0 0 10px rgba(74, 64, 26, 0.2);
	padding: 1.5em 40px;
	line-height: 1.8;
	margin: 40px auto;
	width: 756px;
	background: #f3f9f5;
	overflow: hidden;
	border: 1px solid #b1d2bb;
	border-radius: 5px;
}
.list_box h4{
	color: #ff6606;
	font-size: 28px;
	line-height:1.4;
	float: left;
	width: 150px;
	height: 120px;
	padding: 40px 0 0 10px;
	background: #FFFFFF;
	border-radius: 100px;
}
.must_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	line-height: 1.8;
	margin: 40px auto;
	width: 700px;
	background: #fdf9f3;
	overflow: hidden;
	border: 1px solid #d67342;
	border-radius: 5px;
}
.must_box ul{
	padding: 20px 0;
}
.must_box ul li:first-letter{
	font-weight:bold;
}
.must_box h4{
	color: #ffffff;
	font-size: 28px;
	line-height:1.4;
	padding: 0 30px;
	margin-right: 20px;
	background: #ff6606;
	font-weight: bold;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.list_box ul li{
	text-indent: -1em;
	margin: 0.3em 1em;
}
.list_box span{
  font-size:13px;
}
.imgR_txt{
	margin: 20px 45px;
}
#cont01 .green_box{
	margin: 1em 3em;
}
/*------------------------------ cont02 ------------------------------*/
#cont02 .basicDl{
	width: 890px;
	clear: both;
	margin:50px auto;
	display:block;
}
#cont02 .basicDl .dt01,
#cont02 .basicDl .dt02 {
	font-weight: bold;
	color: #ff6600;
	border-bottom: 1px solid #666;
	margin-bottom: 9px;
	padding-bottom: 8px;
	font-size: 18px;
}
#cont02 .basicDl dd {
	margin-bottom: 50px;
}
#cont02 .basicDl .imgR {
	margin: 0px 30px 0px 30px;
	clear: both;
	}
#cont02 .basicDl .imgL {
	margin: 0px 30px 40px 30px;
		}
#cont02 .basicDl dd.dt01,
#cont02 .basicDl dd.dd01 {
	width: 639px;
	float: right;
}
#cont02 .basicDl dd.dt02,
#cont02 .basicDl dd.dd02 {
	width: 485px;
	float: left;
}
#cont02 .circlebox {
	background: #ffffff;
	margin: 2em auto;
	padding: 24px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #b1d2bb;
	margin-bottom: 46px;
	box-shadow: 0 0 10px rgba(74, 64, 26, 0.2);
	padding: 1.5em 40px;
	width: 800px;
	overflow: hidden;
}
#cont02 .color_box{
	clear: both;
	padding: 30px;
	margin: 20px auto;
	background: #E3F4E4;
}
#cont02 .circlebox ul li {
	font-size: 16px;
	margin-bottom: 14px;
}
#cont02 .circlebox .imgL {
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#cont02 .circlebox .bold {
	color: #F63;
	font-size: 18px;
}
#cont02 .q_aDl {
	counter-reset: Q 0;
	width:880px;
	margin:auto;
}
#cont02 .q_aDl dt {
	border-bottom: 1px solid #cccccc;
}
#cont02 .q_aDl dt:before {
		content:"Q"counter(Q) ;
		counter-increment: Q;
		font-size: 112.5%;
		font-weight: bold;
		padding-right: 5px;
		color: #FF6600;
		display: inline-block;
	}
#cont02 .q_aDl dd+dt{
	margin-top: 40px;
}
#cont02 .q_aDl dt{
		text-indent:-1em;
		margin: 40px 0 15px;
		padding: 0 0 5px 1.5em;
		font-weight:bold;
}
#cont02 .q_aDl dd:before {
	content:" A ";
	font-size: 112.5%;
	font-weight: bold;
	color: #2F8C5F;
	display: inline-block;
}
#cont02 .q_aDl dd {
	text-indent: -1em;
    padding-left: 1.8em;
}
.downtime-list {
  display:flex;
  margin:.5em 45px;
}
.downtime-list li {
  width:calc(284/900*100%);
  margin-left:calc(24/900*100%);
  border:1px solid #DDD;
  border-top:2px solid #2d8d5f;
  padding:calc(21/900*100%);
  box-sizing: border-box;
}
.downtime-list li:nth-child(3n+1) {
  margin-left:0;
}
.downtime-list li .downtime-list_title {
   color: #2d8d5f;
  font-weight:600;
  font-size:16px;
  line-height: 1.5;
  margin-bottom:.5em;
  min-height:3em;
}
.downtime-list li .downtime-list_photo {
  margin-bottom:.5em;
  text-align: center;
}
.downtime-list li .downtime-list_text {
  margin-bottom:0;
  font-size:14px;
}
/*------------------------------ cont03 ------------------------------*/

#cont03>p{
	margin-bottom:1em;
}
#cont03 .trouble{
	width:900px;
	margin:auto;
}
#cont03 .trouble .left{
	width: 500px;
}
#cont03 .trouble .left ul{
	margin: 20px
}
#cont03 .trouble .left ul li{
	margin-bottom: 5px
}
#cont03 .trouble .right{
	width: 360px;
}
#cont03>.lead{
	text-align: center;
	margin: 60px 0 0;
	font-size: 25px;
	color: #387a35;
}
#cont03>.list_box{
	margin: 10px auto;
	width: 800px;
}

#cont03 ul.list_box{
	margin: 20px auto;
	width: 75%;
}
#cont03 ul.list_box li{
	text-indent: -1em;
	padding-left: 1em;
}

/*------------------------------ cont04 ------------------------------*/
#cont04 .box {
	width:auto;
	padding-left: 140px;
	margin-bottom: 19px;
	padding-bottom: 11px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	clear: both;
	min-height: 195px;
	}
#cont04 .box .bold {
	font-weight: bold;
	color: #338E62;
	font-size: 18px;
}

#cont04 #flow01 {
	background: url(/ganken/img/flow01.jpg) no-repeat 33px top;
	height: 195px;
}
#cont04 #flow02 {
	background: url(/ganken/img/flow02.jpg) no-repeat 33px top;
}
#cont04 #flow03 {
	background: url(/ganken/img/flow03.jpg) no-repeat 33px top;
	margin-bottom: 44px;
}
#mainconents #cont04 h4.gray {
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	background: #dadada;
	clear: both;
	width: 700px;
	margin-left: 30px;
	margin-bottom: 11px;
}
#cont04 .treatmentTable {
	width: 700px;
	margin: auto;
	font-size: 15px;
	margin-bottom: 63px;
}
#cont04 .treatmentTable th {
	background: url(/ganken/img/bg_th.png) #e4f5dc repeat-x 2px bottom;
	width: 200px;
	text-align: left;
	padding: 5px 20px 10px;
	vertical-align: top;
	}
#cont04 .treatmentTable td {
	background: url(/ganken/img/bg_td.png) repeat-x 2px bottom;
	width: 457px;
	padding: 5px 10px 10px 38px;
	vertical-align: top;
	height: 29px;
}

/*------------------------------ cont05 ------------------------------*/
#cont05 .spec{
	width: 750px;
	border:1px solid #cccccc;
	padding: 10px 25px;
	margin:auto;
	font-size:11px;
	color:#666666;
	line-height:1.8;
}
#cont05 .spec_02{
    width: 800px;
    padding: 10px 0px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
}
#cont05 .btn{
	text-align:center;
}
#cont05>.btn a{
	display:block;
	text-decoration: none;
	background:#d2ecda;
	color:#387a35;
	border: #8fcaca 1px solid;
	width:320px;
	margin:30px auto;
	padding: 20px;
	font-size: 22px;
	border-radius:5px;
}
#cont05>.btn a:hover{
	background:#b8dcc2;
	color: #465f4a;
}
.case-list {
  max-width: 802px;
  margin:0 auto 5em;
}
.case-list_photo {
  text-align: center;
  margin-bottom:2em;
}
.case-list_lead {
  margin-bottom:1em;
}
.case-list_spec {
  font-size:12px;
  line-height: 1.5;
  border:1px solid #CCC;
  padding:1.5em;
}
.case-list_spec li {
  margin-bottom:.5em;
}
.case-list_photo_top {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.case-list_spec_top {
  margin:0 10em;
  font-size:12px;
  line-height: 1.3;
  border:1px solid #CCC;
  padding:1em 2em;
}
/*------------------------------ cont06 ------------------------------*/

#cont06 .doctor,
#cont06 .clinic table,
#cont06 .gallery,
#cont06 .access p
{margin: 0.5em 45px;}

#cont06 .doctor h4.name{
	font-size:32px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	letter-spacing: 0.3em;
}
#cont06 .doctor h4 .en{
	font-size:10px;
	font-weight:normal;
	letter-spacing: 0.2em;
}
#cont06 .doctor p{
	margin-bottom:1em;
}
#cont06 #boxtalk{
	border-top:1px solid #cccccc;
	padding-top:40px;
	margin-top:40px;
	margin-bottom: 40px;
}
#cont06 #boxtalk p{
	margin-bottom:1em;
}
#cont06 #education dl{
	    margin: 20px;
}
#cont06 #education dt{
	float: left;
	width: 80px;
	clear: both;
}
#education dd {
    margin-bottom: 20px;
    margin-left:90px;
}

#cont06 #clinicTable {
	width: 700px;
	margin: auto;
	font-size: 15px;
	margin-bottom: 63px;
}
#cont06 #clinicTable th {
	background: url(/ganken/img/bg_th.png) #e4f5dc repeat-x 2px bottom;
	width: 200px;
	text-align: left;
	padding: 5px 20px 10px;
	vertical-align: top;
	}
#cont06 #clinicTable td {
	background: url(/ganken/img/bg_td.png) repeat-x 2px bottom;
	width: 457px;
	padding: 5px 10px 10px 38px;
	vertical-align: top;
	height: 29px;
}



/*------------------------------ cont07 ------------------------------*/
#cont07 .q_aDl {
	counter-reset: Q 0;
	width:880px;
	margin:auto;
}
#cont07 .q_aDl dt {
	border-bottom: 1px solid #cccccc;
}
#cont07 .q_aDl dd+dt{
	margin-top: 40px;
}
#cont07 .q_aDl dt{
    text-indent: -2.7em;
    margin: 40px 0 15px;
    padding: 0 0 5px 3em;
    font-weight: bold;
}
#cont07 .q_aDl dd {
	text-indent: -2em;
    padding-left: 3em;
}
.q_a_r{
	color: #FF6600;
	font-size: 112.5%;
}
.q_a_b{
	color: #508E5F;
	font-size: 112.5%;
}

#maincontents .gallery { background: none; border: none; padding: 5px; margin-bottom: 90px;}

#photos{margin: auto !important;}
















.box {
	background: url(/top_img/bg_contents.png) no-repeat center top;
	position: relative;
	left: -6px;
	clear: both;
}
#maincontents {
	position: relative;
	clear: both;
}
#maincontents h2 {
	margin-bottom: 13px;
}
.box .imgL {
	padding-top: 58px;
	padding-left: 11px;
	float: left;
}
.box .boxInn {
	float: right;
	width: 810px;
	padding-right: 14px;
	padding-top: 58px;
	padding-bottom: 43px;
}
.boxInn .imgL {
	padding-top: 2px;
	padding-left: 11px;
	float: left;
	padding-right: 10px;
}
.boxInn .bold {
	color: #ff6600;
}
.boxInn p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 15px;
	position: relative;
}
.boxInn .alignR {
	text-align: right;
	position: relative;
}
.boxInn .alignR a {
	display:block;
	}
#maincontents #commentbox {
	position: relative;
	margin-bottom: 25px;
}
#maincontents .aftercare {
	background-image: url(/top_img/banner.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 115px;
}
#maincontents .aftercare a {
	margin-left: 150px;
	display: block;
	width: 382px;
}

.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-5px 0 0 -5px;
	padding:0;
}
.shareList__item {
	height:30px;
	line-height:30px;
	width:30px;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
	display:block;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList__link:hover::before{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}
 
.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover::before{color:#55acee;}
 
.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover::before{color:#3B5998;}
 
.shareList__link.icon-google-plus{background:#dd4b39;}
.shareList__link.icon-google-plus:hover::before{color:#dd4b39;}
 
.shareList__link.icon-hatebu{background:#008FDE;}
.shareList__link.icon-hatebu:hover::before{color:#008FDE;}
 
.shareList__link.icon-pocket{background:#EB4654;}
.shareList__link.icon-pocket:hover::before{color:#EB4654;}
 
.shareList__link.icon-rss{background:#ff9900;}
.shareList__link.icon-rss:hover::before{color:#ff9900;}
 
.shareList__link.icon-feedly{background:#6cc655;}
.shareList__link.icon-feedly:hover::before{color:#6cc655;}
 
.shareList__link.icon-pinterest{background:#cb2027;}
.shareList__link.icon-pinterest:hover::before{color:#cb2027;}
 
.shareList__link.icon-linkedin{background:#0e76a8;}
.shareList__link.icon-linkedin:hover::before{color:#0e76a8;}
 
.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover::before{color:#1dcd00;}

.shareList_wrapper{
    width: 70px;
    margin: 0 auto 10px;
    text-align: center;
}