@charset "utf-8";



/*--------共通設定-----*/
.outbox{
	margin: 0 0 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #AAAAAA;
}

.inbox {
	padding: 0px 10px 10px;
}


dl.kome{

}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 5px 1.5em;}

a.link{
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color: #FF8000;
	font-weight: bold;
	background-image: url(../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: auto 14px;
}
a.link:hover{
opacity: 0.7;
}


/*--------メイン写真・アイキャッチ-----*/

.topimg {
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 5px solid #D7F2C1;
}
.topimg img{
	margin: 0 auto;
	display: block;
}

.eye{
	padding: 5px;
	border-radius: 10px;
	margin: 0 0 10px 0;
	border: 5px solid #D7F2C1;
}
.eye img{
	margin: 0 auto;
	display: block;
}


/*--------コンテンツ-----*/

.o2bn{
	margin: 0 auto 30px;
	display: block;
}
.o2bn img{
	border-radius: 10px;
	padding: 10px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #8F804E;
	-webkit-box-shadow: 0 0 5px #8F804E;
}


.pr01{
	margin: -11px 0 30px;
	padding: 0px;
}

.pr01 h2 {
	background-color: transparent;
	margin: 0 0 40px;
	padding: 0;
}
.pr01 h2 img.title{
	margin: 0 auto;
	display: block;
}
.pr01 ul.list{
}
.pr01 ul.list li{
	margin: 0 0 40px;
}

/*---------------------------------------*/


.information {
	position: relative;
	background-color: #FFFBEE;
	padding: 7px;
	border: 3px solid #D7F2C1;
}

.information .newinfo {
	width: 100%;
	height: 180px;
	border: none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}
.information .edit{
	position: absolute;
	right: 20px;
	top: 15px;
}

.information iframe{
	background-color: #FFFFFF;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

/*---------------------------------------*/


/*------------------------------*/
.sekkotsu p{
margin: 0 0 10px;
}
.sekkotsu p img{
	width: 180px;
	margin: 0 0px 10px 20px;
	float: right;
	height: auto;
}

/*------------------------------*/

.feature p{
	margin: 0 10px 30px;
}

.feature h3{
	background-image: url(../image/shoukai/h3_f.png);
	background-color: #FEFFC1;
	border-bottom: 1px dotted #1DAB67;
	padding: 10px 0 10px 50px;
	border-top: 2px solid #1DAB67;
	background-position: 10px 9px;
	background-repeat: no-repeat;
	background-size: auto 30px;
	font-size: 22px;
}

/*------------------------------*/

.greet .prpfile{
	margin: 0 0 15px;
	padding: 10px;
	border-radius: 10px;
	background-color: #EBF8D6;
	overflow: hidden;
}

.greet dl.shikaku{
margin: 0 0 0 200px;
}
.greet dl.shikaku dt{
	color: #00664C;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
	border-bottom: 2px solid #00664C;
}
.greet dl.shikaku dd{
	padding: 0 10px 5px 40px;
	border-bottom: 1px dotted #888888;
	background-image: url(../image/shoukai/shikaku.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 21px;
	margin: 0 0 5px;
	font-weight: bold;
}

.greet .inchou{
	width: 180px;
	margin: 0;
	float: left;
}
.greet .inchou img{
	width: 180px;
	height: auto;
	margin: 0;
	border-radius: 5px;
	display: block;
}
.greet .inchou figcaption{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #46392F;
}
.greet .inchou figcaption strong{
	color: #1DAB67;
}

.greet p.name{
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #46392F;
}
.greet p.name strong{
	color: #1DAB67;
}



.greet p{
	margin: 0 0px 10px;
}



/*--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 10px;
	padding: 0 0 60px;
	clear: both;
	background-image: url(../image/common/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 40% bottom;
	background-size: auto 50px;
}
ol.nagare li:last-child{
	padding: 0 0 0px;
	background-image: none;
}
ol.nagare li:last-child::after{
	content: "";
	display: block;
	clear: both;
}
ol.nagare li dl{}
ol.nagare li dl dt{
	color: #1DAB67;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #F8F0E9;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0;
	display: inline-block;
	background-color: #695647;
	border-radius: 5px;
	color: #FFFFFF;
}
ol.nagare li dl dd{
	margin: 0 10px;
}
ol.nagare li dl dd img{
	margin: 0 0 15px 20px;
	width: 170px;
	float: right;
	height: auto;
	border-radius: 10px;
	background-color: #FEFFC1;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	box-shadow: 0px 0px 5px #AAAAAA;
}


/*--------------------------------*/
.qa dl{}
.qa dl dt{
	padding: 0 0 10px 35px;
	position: relative;
	font-weight: bold;
	color: #FF911D;
	font-size: 17px;
}
.qa dl dt::before{
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #FF7373;
	color: #FFFFFF;
}

.qa dl dd{
	padding: 0 0 10px 35px;
	position: relative;
	margin: 0 0 10px;
	border-bottom: 2px dotted #888888;
	height: auto;
}
.qa dl dd::before{
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #00ACEC;
	color: #FFFFFF;
}


/*------------------------------*/


.ryokin table{
	margin: 0 0 10px;
	width: 100%;
}

.ryokin table th,
.ryokin table td{
	font-size: 16px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #555555;
}

.ryokin table th{
	width: 30%;
	background-color: #EBF8D6;
	font-weight: bold;
}

/*------------------------------*/

.hoken p{
margin: 0 10px 30px;
}

.hoken p img{
	width: 230px;
	height: auto;
	display: block;
	margin: 0 0 30px 20px;
	border-radius: 10px;
	float: right;
}

.hoken .imgbox3 ul,
.hoken .imgbox2 ul{
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: space-around;
}

.hoken .imgbox3 ul li {
width: 31%;
margin: 0 0 20px;
}

.hoken .imgbox2 ul li {
width: 46%;
margin: 0 0 10px;
}


.hoken .imgbox3 ul li img,
.hoken .imgbox2 ul li img{
display: block;
width: 100%;
height: auto;
border-radius: 10px;
}


/*------------------------------*/
.jiko p img{
	display: block;
	width: 230px;
	margin: 0 0 20px 20px;
	float: right;
}
.jibai p img{
	display: block;
	width: 230px;
	margin: 0 20px 0px 0px;
	float: left;
	height: auto;
}

/*------------------------------*/

/*------------------------------
	パンくずリスト
------------------------------*/

#breadcrumb{
	padding: 5px 0;
	margin: 0 0 10px 0px;
}

#breadcrumb ul{
	margin: 0 auto;
	font-size: 13px;
	display: block;
	padding: 0;
}

#breadcrumb ul li{ display:inline;
margin:0 3px 0 0;}

#breadcrumb ul li:after{ content:"＞";
margin: 0 0 0 5px;}

#breadcrumb ul li:last-child:after{ content:none;}

#breadcrumb ul li a{
	text-decoration: none;
	color: #000000;


}

/*----------------------------------
		トップページ
----------------------------------*/









/*---------------------------------------*/



/*----------------------------------
		当院紹介
----------------------------------*/




#office_ph {
}
#office_ph img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#office_ph #office_ph_big {
	margin: 0 0 10px;
	text-align: center;
}
#office_ph ul#imgList {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;
}
#office_ph ul#imgList li {
width: 24%;
}
#office_ph ul#imgList li img{
	border: 2px solid #CFC9A9;
}


#office_ph #office_ph_big img {
	border: 2px solid #CFC9A9;
}



.list1 img{
	border-color: #CFC9A9;
}
.list2 img{
	border-color: #CFC9A9;
}
.list3 img{
	border-color: #CFC9A9;
}
.list4 img{
	border-color: #CFC9A9;
}

#inquiry table#toiawaseform {
	font-size: 14px;
	background: #FFF;
	border:1px solid #ddd;
	width:98%;
	margin:15px auto 15px auto;
}
#inquiry table#toiawaseform td {
	padding: 10px;
	height: 20px;
	border: 1px solid #663300;
}

#inquiry table#toiawaseform td .txt{ padding:3px 5px;
border:1px solid #bbb;
border-radius:3px;
margin:0 0 5px 0;}


#inquiry table#toiawaseform th{
	background-color: #E9FFFC;
	text-align: center;
	width: 150px;
	padding: 15px 10px;
	font-weight: normal;
	border: 1px solid #663300;
}


#inquiry table#toiawaseform tr:last-child th,#inquiry table#toiawaseform tr:last-child td{
	/* [disabled]border-bottom-style: none; */
}



#inquiry #contact1 table th{ background:#FFF2F7;}

/*----------------------------------
		施術内容
----------------------------------*/

/*----------------------------------
		交通事故施術
----------------------------------*/
