@CHARSET "UTF-8";
/*
=======================================================
TOP
=======================================================
*/
/*main slider----------------*/
.topSliderArea01{
/* 	height: 600px; */
	background-color: #fff;
	float: left;
	margin-top: 110px;
}
.sp-image{
	position: relative;
}
.sp-image_onLeft{
	position: absolute;
	z-index: 8888;
	top: 0;
    left: 0;
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    -ms-animation: spin 8s linear infinite;
    -o-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
    width:30%;
}
.sp-image_onRight{
	position: absolute;
	z-index: 8888;
	bottom: 0;
    right: 3%;
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    -ms-animation: spin 8s linear infinite;
    -o-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
    width:20%;
}
.sp-image_onLeftTxt01{
	position: absolute;
	z-index: 8889;
	top: 0%;
    left: 7%;
    width:16%;
}
.sp-image_onLeftTxt02{
	position: absolute;
	z-index: 8889;
	top: 0%;
    left: 7%;
    width:14%;
}
.sp-image_onRightTxt01{
	position: absolute;
	z-index: 8889;
	top: 0%;
    left: 7%;
    width:13%;
}
.sp-slide{
	width: 994px;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.slidePosi{
	position:relative;
}
.slider .slidePosi2{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* cont1---------------- */
.indexCont_01{
	margin-bottom: 35px;
	margin-top: 30px;
}
#index .herf{
	width: calc(50% - 10px);
	float: left;
}
.herf_left{
	margin-right: 20px;
}
.herfIntitAreaIn{
	width: 90%;
}
.newsAreaCol{
	height: 90px;
	margin-top: 12px;
	overflow: hidden;
	    background: url(../../img/dot_line2.png) bottom repeat-x;
}
.newsAreaCol:last-child{
	border-bottom:none;
}
.btn_more{
	float: right;
	margin-top: 20px;
}
.newsData{
	font-size: 11px;
	width: 75px;
	float: left;
}
.newsTextArea{
	width: 385px;
  height: 57px;
  float: right;
}
.dotInbox{
	width: 385px;
	height: 57px;
	letter-spacing: 0em;
}
.newsTit{
	font-size: 14px;
	color: #2c8cc5;
	margin-bottom: 5px;
	line-height: 1em;
    letter-spacing: 0.05em;
    margin-top: 3px;
    font-weight: bold;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsTit a{
	font-size: 14px;
	color: #2c8cc5;
    font-weight: bold;
}
.newsTit a:hover{
	text-decoration:underline;
}

.newsTxt{
	color: #989898;
	height: 57px;
	line-height: 1.5;
	margin-top: 8px;
}

.herfIntitAreaInIcons{
	display: table;
	float: left;
}
.herfIntitAreaInIcons .inline{
	float: left;
}
.herfIntitAreaInIcons .inline div{
	color: #2c8cc5;
	margin-left: 10px;
}
.herfIntitAreaTit{
	margin-top: 12px;
	margin-bottom: -3px;
}
.herfIntitAreaTit{
	font-size: 18px;
	font-weight: bold;
}

.topBunner{
	margin-bottom: 20px;
	transition: 0.5s;
}
.topBunner:hover {
    opacity: .8;
}
.btn_more:HOVER{
	opacity: .5;
}

/* cont2---------------- */
.indexCont_02{
	margin-bottom: 50px;
}
.cont2BoxArea{
	margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
}
.cont2Box{
	background-color: #ecf8ff;
	width: 186px;
	height: 260px;
	padding: 20px;
	overflow: hidden;
	display: block;
    text-align: center;
    position: relative;
}
.cont2BoxTit{
    margin-top: 42px;
    margin-left: 13px;
    text-align: left;
}
.cont2BoxTit span{
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;

}
.cont2Box a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
 /*hoverで画像を拡大*/
.scale {
    width: 185px;
    height: 185px;
    overflow: hidden;
    margin: 20px 20px 0 20px;
}
.cont2Box a .scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.cont2Box a:hover .scale img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.cont2Box a .cont2BoxTit span{
	margin-left: 6px;
}

.cont2Box a:hover .cont2BoxTit span{
	text-decoration: underline;
	color:#2c8cc5;
}
/*cont3 slider*/
.top_U_SliderArea03 ul{
	overflow: hidden;
}
.top_U_SliderArea03 ul li{
	float: left;
}

/*
=======================================================
下層共通
=======================================================
*/
.contener{
	margin-bottom: 80px;
}
.sub_visualArea	{
	height: 250px;
	background-color: #fff;
	float: left;
	margin-top: 110px;
	margin-bottom: 50px;
}
#sub_visual_slide {
	width:100%;
	height:250px;
	margin:0 auto;
	position:relative;
	background: #ccc;
	text-align:center;
}
#sub_visual_slide img {
	position:absolute;
	left:0;
	top:0;
}
.contener{
	float: left;
	margin: 0 auto 10px;
}
/*sidemenu ---------------*/
.left_side01{
	width: 216px;
	float: left;
	margin-right: 30px;
}
.left_side_titArea{
	height: 252px;
}
.left_side_tit{
	width: 18px;
	margin: 0 auto;
	text-align: center;
}
/* .left_side_menuArea{
	margin: 0 30px;
} */
.left_side_menu{
	width: 202px;
	height: 9px;
	padding: 18px 0 22px 14px;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #d3ecef;
}
.left_side_menu.left_side_menu02{
	width: 202px;
	height: 30px;
	padding: 18px 0 22px 14px;

}
.left_side_menu.left_side_menu02 .fa:before {
 	padding-top: 10px;
}
.left_side_menu:FIRST-CHILD{
	border-top: 1px solid #d3ecef;
}
.left_side_menu:LAST-CHILD .fa-chevron-right:before{
	color: #ffa200;
}
.left_side_menu a:HOVER{
	opacity: .5;
}

/*lower_mainContArea ---------------*/
.lower_mainContArea{
	width: 714px;
	float: left;
}
.lower_mainContBox{
	background: #ecf8ff;
	padding: 30px;
	margin-bottom: 30px;
}
.lower_mainContBox:last-child{
	margin-bottom: 0;
}
.lower_imgArea{
	margin-bottom: 15px;
}
.lower_mainContBox .lead{
	margin-bottom: 25px;
	margin-top: 5px;
}
/* .lower_mainContBox .lead:last-child{
	margin-bottom: 0;
} */
.lead .disc{
  list-style-type: none;
  display: block;
  margin-left: 1em;
}

.lead .disc:before{
  content: "・";
  margin-left: -1em;
}
.lower_imgArea img{
	text-align: center;
	margin: 0 auto;
}
/*table ---------------*/
table.table01{
	width: 100%;
	margin-top: 35px;
}
table.table01 tr{
	width: 654px;
}
table.table01 tr:nth-child(even){
	background: #fff;
}
table.table01 tr:nth-child(odd){
	background: #c2d5e8;
}
table.table01 td{
	padding-top: 5px;
	padding-bottom: 5px;
}
table.table01 td.td01{
	width: 105px;
	padding: 20px;
    font-weight: bold;
    min-height:50px;
	height:auto !important;
	height:50px;
}
table.table01 td.td01 p{
	font-weight: bold;
	font-size: 15px;
}

table.table01 td.td02{
	padding: 12px 0;
	vertical-align: middle;
}
table.table01 td.td02 p{
	letter-spacing: .2em;
	font-size: 14px;
}
/*
=======================================================
news
=======================================================
*/
#news .lower_mainContBox{
	background: #fff;
	padding: 20px 0;
	background: url("../../img/news_line01.png") no-repeat top;
	margin-bottom: 0;
}
#news .lower_contBox05{
	background-image: url("../../img/news_line01.png"), url("../../img/news_line01.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, top;
    margin-bottom: 0;
}
#news .lower_contBox06{
	background-image:  url("../../img/news_line01.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 0;
}
#news .lower_contBox07{
	background-image:  url("../../img/news_line01.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 0;
}
#news .lower_contBox08{
	background-image:  url("../../img/news_line01.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 0;
}
#news .lower_contBox09{
	background-image:  url("../../img/news_line01.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 0;
}
#news .lower_contBox10{
	background-image:  url("../../img/news_line01.png"), url("../../img/news_line01.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, top;
    margin-bottom: 40px;
}

.lower_mainContBoxIn{
	padding: 10px 40px;
}
#news .newsTit{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 0;
	font-weight: bold;
}
#news .newsData{
	float: none;
	margin-bottom: 20px;
	font-size: 14px;
}
#news .lower_mainContBox .lead{
	margin-bottom: 0;
}
.news_more{
	width: 228px;
	height: 30px;
	text-align: center;
	padding-bottom: .5em;
	margin: 40px auto;
	font-size: 15px;
	color: #2c8cc5;
	cursor: pointer;
	background: url(../../img/dot_line.png) bottom repeat-x;
}
.news_more:HOVER {
	opacity: .5;
}
/*
=======================================================
acout_clinic
=======================================================
*/
.col_photo01{
	overflow: hidden;
	margin: 0 auto 15px;
	text-align: center;
}
.col_photo02{
	overflow: hidden;
	margin: 0 auto 15px;
	text-align: center;
}
.col_photo02 img{
	float: left;
}
.col_photo02 img:nth-child(even){
	float: right;
}
/*
=======================================================
time_access
=======================================================
*/
.lower_imgArea.no_ma{
	margin-bottom: 0px;
}
.caption01{
	font-size: 11px;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 20px;
	float: right;
}
.caption01:BEFORE{
	content: "※";
	font-size: 11px;
	margin-left: -1em;
	margin-top: 10px;
}
.ggmap{
	height: 407px;
}
.caption02 {
	width: 100%;
	margin-bottom: 35px;
}
.caption02 a{
	font-size: 13px;
	float: right;
	text-decoration: underline;
	color: #2c8cc5;
	letter-spacing: .18em;
}
.caption02 a:HOVER{
	opacity: .5;
}
/*
=======================================================
treatment
=======================================================
*/
.lowet_listBox{
	width: 594px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	padding: 5px 23px;
}
.lowet_listBox .lead .disc{
    color: #194a7a;
    font-size: 15px;
    margin:0.5em 1.3em;
    line-height: 1.2;
    font-weight: bold;
}
.lowet_listBox .lead{
	margin-bottom: 0;
}
.lowet_listBox .lead .disc:before{
    content: "\30FB";
    margin-left: -1.8em;
    padding-right: .8em;
    font-weight: bold;
    /* font-size: 14px; */
}
.lowerIn{
	margin-top: 40px;
}
.disc02{
	margin-bottom: 1em;
}
/*QA ---------------*/
.qa_col{
	margin-top: 34px;
}
.qa_q {
    position: relative;
    padding: 10px 0 .5em 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 40px;
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #2c8cc5;
    line-height: 1.7em;
}
.lower_mainContBox .qa_q.lead{
	margin-bottom: 5px;
}
.qa_q::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url("../../img/qa01.png");
    width: 40px;
    height: 40px;
    margin-left: -40px;
}

.qa_a {
	position: relative;
    padding: 10px 0 .5em 10px;
    margin-bottom: 30px;
    margin-left: 40px;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.qa_a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url("../../img/qa02.png");
    width: 40px;
    height: 40px;
    margin-left: -40px;
}
/*
=======================================================
contact
=======================================================
*/
#contact .contener{
	margin-bottom: 0;
}
label{
	display: inline-block;
	width: 150px;
	margin-bottom: 20px;
	vertical-align: top;
	font-weight: bold;
}
label.txt_necessary:AFTER{
	content: "＊";
	color: red;
	font-size: 16px;
}
.requiredRed{
	color: red;
}
#contact textarea {
    resize: none;
}
#contact .lead_sm{
	text-align: left;
    padding-right: 1.7em;
    position: relative;
    margin-left: 55px;

}
#contact .lead_sm:BEFORE {
	position: absolute;
	content: '※';
	width: 0;
	height: 0;
	margin-left: -1em;
}
#contact .left_side_tit{
	width: 62px;
	margin: 0 auto;
	text-align: center;
}
#contact .btnArea{
	text-align: center;
	margin-top: 20px;
}
#contact button.btn {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #2c8cc5;
    color: #fff;
    border-style: none;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 5px;
}
#contact button.btn:HOVER {
	background-color: #ffa200;
}
#contact input[type="text"] {
	property: value;
}
#contact input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: .5em;
	width: 484px;
}
#contact input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
#contact input[type="text"].size01{
	width: 484px;
    height: 30px;
    margin-bottom: 20px;
}
#contact input[type="text"].size02{
	width: 185px;
    height: 30px;
    margin-bottom: 20px;
}
#contact select.type_a,
 #contact select.type_b,
 #contact select.type_c{
    width: 200px;
    height: 50px;
    font-size: 16px;
    padding-left: .5em;
}
#contact .entry_form {
    margin: 0 auto;
    overflow: hidden;
}



.subSlideTop{
	height:250px;
}
.imgWidth{
	min-width:1020px;
	max-width:none;
	display:inline-block;
	position: relative;
    top: 50%!important;
    left: 50%!important;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.space{
	display:inline-block;
	width:100px;
}
.marginTop20{
	margin-top:20px;
}
.headerNavdrop a:hover i{
	color:#fff;
}
.headerNavdrop a:hover i.fa-chevron-right:before {
    content: "\f054";
    padding-right: 8px;
    color: #fff;
}

.alert_area{
	display:inline-block;
	width:100%;
}

