@charset "utf-8";

.outbox{
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
}

.inbox{padding: 10px;}

.eye {
	width: 900px;
	border-radius: 8px;
	margin: 0 auto 10px;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 7px #ccc;
}
.eye img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.inquiry .aligncenter{width: 70%;
margin: 0 auto;}
/*--------------------------
	toppage
--------------------------*/
#topimage {
	width: 900px;

	margin: 0 auto 20px;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 7px #ccc;
}
#topimage img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

/*--------------------*/

.pr01{font-family: "Noto Sans JP", sans-serif;
font-size: 17px;}

.pr01 .aligncenter{margin-bottom: 0;}

.pr01 p{margin: 0 0 20px 0;}

.pr01 p strong{font-size: 20px;}

.pr01 .center{text-align: center;
font-weight: bold;
color: #EE8F00;
font-size: 22px;}

.pr01 .bg_yellow{background: #FFFEEC;
border: 1px dotted #F9C28B;
padding: 15px;
border-radius: 10px;
font-size: 19px;}

ul.check,
ul.check2{font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;

  list-style-type: none!important; /*数字を一旦消す*/
}
ul.check li,
ul.check2 li{font-size: 16px;
  position: relative;
  padding: 0em 0 0.5em 25px;
	margin-bottom: 0.5em;
	border-bottom: 2px dotted #A8B4B9;
	background: url("../image/common/check.png") no-repeat left 0.1em;
	background-size: 27px auto;
}

.pr01 ul.check li{font-size: 20px;}

a.link {
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color:#78C548/*rgba(245,228,158,.6)*/;
	font-weight: bold;
	background-image: url(../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
}
a.link:hover {
	opacity: 0.7;
}
a.tel_link {
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../image/common/tel2.png);
	background-repeat: no-repeat;
	background-size: auto 24px;
	padding: 0 0 0 25px;
	background-position: left center;
	line-height: 30px;
	float: right;
	display: block;
	margin: 10px 0 0 20px;
}
.imgbox3 ul, .imgbox2 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.imgbox3 ul li {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 ul li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox3 ul li img, .imgbox2 ul li img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
}

.shadow img{-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);}

.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}
.alignleft img{
	margin: 0 auto;
	display: block;
	width: 230px;
	border-radius: 10px;
	height: auto;
}

.alignright{
	margin: 0 0 30px 20px;
	float: right;
}
.alignright img{
	margin: 0 auto;
	display: block;
	width: 230px;
	border-radius: 10px;
	height: auto;
}

.aligncenter{
	margin: 0 0 20px;
}
.aligncenter img{
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	height: auto;
}

/*--------------------------------*/
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 35px;
	position: relative;
	min-height: 26px;
	font-weight: bold;
	color: #8C644B;
	font-size: 18px;
}
.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:#EE8F00;
	color: #FFFFFF;
}
.qa dl dd {
	padding: 0px 0 20px 35px;
	position: relative;
	margin: 0px 0 20px;
	border-bottom: 2px dotted #C2A749;
	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:#78C548;
	color: #FFFFFF;
}
/*----------------------------------
	当院紹介
----------------------------------*/

#feature p {
	margin: 0 0 30px;
	padding: 0 8px 0 5px;
}

.feature h3{background: url("../image/shoukai/feature.jpg") repeat-x left top;
color: #F17800;
font-size: 26px;
padding: 30px 0 0px 0;
background-size: auto 10px;
text-shadow: none;}

.feature h3:before{content:none;}

/*-------------------------*/

.inchou img{
	border: 5px solid #fff;
	box-shadow: 0 0 5px #ccc;
	margin: 0 0 15px;
	aspect-ratio:3/3.5;
	object-fit: cover;
}
.inchou figcaption{
	color: #F39802;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}
.inchou figcaption strong{
	color: #FD7702;
}

.inchou {
	margin: 0 10px 0 30px;
	height: auto;
	width: 200px;
	float: right;
}



/*-------------------------*/

.hoken p{margin-bottom: 30px;}

/*-------------------------*/

#voice {}
#voice .voiceBox::after {
	content:"";
	clear:both;
	display: block;
}
#voice .voiceBox {
	border-bottom: 2px dotted #A3D900;
	padding: 0px 0 20px;
	margin: 0 0 20px;
}
#voice .voiceBox .kanja {
	width: 135px;
	float: left;
}
#voice .voiceBox .kanja img {
	background: url(../image/shoukai/voice-bg.jpg) no-repeat left top;
	margin: 0 0 5px;
}
#voice .voiceBox .kanja p {
	color: #FF7F00;
	font-weight: bold;
	text-align: center;
}
#voice .txt {
	width: 460px;
	float: right;
}
#voice .txt p.title {
	color: #664C00;
	font-size: 18px;
	font-family: Noto Sans Japanese, sans-serif;
	font-weight:400;
	line-height: 1.3;
	margin: 0 0 20px;
}
#voice .txt dl {}
#voice .txt dl dt {
	background: #FF7F00;
	width: 6em;
	padding: 2px 10px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 6px #7F5A0A;
}
#voice .txt dl dd {
	line-height: 1.6;
}
	

/*-------------------------*/

#photo #office_ph {
	margin: 0 0 0 10px;
}
	
	
#photo #office_ph #office_ph_big {
	margin-bottom: 10px;}
	
#imgList {
	width: 620px;
	float: left;
	margin-bottom: 10px;
}
#imgList li{
	float: left;
	list-style: none;
	margin-right: 8px;
}
#imgList li + li{border-left:none;}
#imgList li img{cursor:pointer;width:140px;height:90px;border:solid 2px #ddd;}
#imgList .list1 img{
border-color:#FFF;}
#imgList .list2 img{border-color:#FFF;}
#imgList .list3 img{border-color:#FFF;}
#imgList .list4 img{border-color:#FFF;}


/*----------------------------------
	施術内容
----------------------------------*/
/*--------------------------------*/
ol.nagare {}
ol.nagare li {
	margin: 0 0 10px;
	padding: 0 0 60px;
	clear: both;
	background-image: url(../image/common/yajirushi.png);
	background-repeat: no-repeat;
	background-position: 40% bottom;
	background-size: auto 30px;
}
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: #5E3F1B;
	border-bottom: 1px dotted #3BB149;
	font-weight: bold;
	padding:0 0 5px 0;
	margin: 0 0 10px;
	font-size: 16px;
	/*border-radius: 5px;
	background:url("../image/common/bg.jpg") repeat left top;*/
	
}
ol.nagare li dl dt span {
	font-size: 15px;
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
	background-color:#3BB149;
	border-radius: 5px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 0px 1px #FFFFFF;
}
ol.nagare li dl dd {
	margin: 0 5px;
}
ol.nagare li dl dd img {
	margin: 0 0 15px 20px;
	width: 170px;
	float: right;
	border-radius: 5px;
	height: auto;
	background-color: #FFFFEB;
	-webkit-box-shadow: 0px 0px 3px #BBBBBB;
	box-shadow: 0px 0px 3px #BBBBBB;
}
ol.nagare li dl dd img.wide {
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	margin: 0 auto 10px;
	display: block;
	border-style: none;
	border-radius: 5px;
	width: auto;
}

/*-------------------------*/

#ryokin {}
#ryokin table {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	border: 1px solid #A4977D;
}
#ryokin table th {
	width: 25%;
}
#ryokin table tr td:nth-child(2) {
	width: 45%;
}
#ryokin table tr td:nth-child(3) {
	width: 30%;
}
#ryokin table th,
#ryokin table td.bold {
	background: rgba(227,205,188,.5);
	font-weight: bold;
	font-size: 15px;
}
#ryokin table th, #ryokin table td {		
	text-align: center;
	border: 1px dashed #A4977D;
	padding: 4px 0;
}
#ryokin table td b {
	color: #222;
	font-size: 13px;
	font-weight: normal;
	padding-left: 0.3em;
}

#ryokin dl {
	margin: 20px 0 10px;
}
#ryokin dl dt {
	width: 3em;
	text-align: center;
	float: left;
	background: #c00;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
#ryokin dl dd {
	padding-left: 3.5em;
}



/*----------------------------------
	交通事故治療
----------------------------------*/

