@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

/* CSS Document */


.noto{font-family: 'Noto Sans JP', sans-serif;}
.kiwi{font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;}

.gr_line{
background:linear-gradient(transparent 50%, #d2ffc8 50%);
}

/*--------共通-----*/
.outbox {
	background: #fff;
	margin: 0 0 40px 0;
	
	padding: 10px 10px;
	border-radius: 10px;
	box-shadow: 0 0px 4px #AA9B4F;
	-webkit-box-shadow: 0 0px 4px #AA9B4F;
}
.inbox {
	padding: 0px 5px 10px 5px;
}
.leftbox {
    float: left;
    clear: left;
}
.rightbox {
    float: right;
    clear: right;
}
.img_right img, .img_left img {
    background: #FFF;
}
dl.kome dt {
    float: left;
}
dl.kome dd {
    padding: 0 0 0 1.25em;
}
a.link {
	display: block;
	margin: 10px 0 0 20px;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color:#32BA8B;
	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;
}
.qa dd a{float: right;}

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/tel_black.png");
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding: 0 0 0 30px;
    background-position: left center;
    line-height: 30px;
    float: right;
    display: block;
    margin: 10px 0 0 20px;
}

.imgbox3 ul, .imgbox2 ul,.imgbox4 ul,.imgbox3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 10px;
}
.imgbox3 ul li,.imgbox3 figure {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 ul li {
	width: 48%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox3 ul li img, .imgbox2 ul li img,.imgbox3 figure img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;

	background: #fff;
	box-sizing: border-box;
	
}

.imgbox4 ul{width: 950px;
margin: 0 auto;}
.imgbox4 ul li{width: 23%;}

b{
	font-weight: bold;
}

/*--------トップページ-----*/
.topimg {
	background-color:#CCECE1;
	margin: 0px 0 0 0;
}

.topimg img{display: block;
width: 950px;
margin: 0 auto;}

.topimg img, .eye img {
    display: block;
    margin: 0 auto;
}

.eye{
	background-color:#CCECE1;
}


.information {
    position: relative;
}

.information .inbox{padding: 0;}
.information .newinfo {
    width: 100%;
    height: 250px;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
}
.information .edit {
    position: absolute;
    right: 10px;
    top: 14px;
}
.information iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
/*------------------------------
	パンくずリスト
------------------------------*/
#breadcrumb {
    margin: 0 0 0 0;
  
}
#breadcrumb ul {
    margin: 5px auto 0 auto;
    padding: 3px 0;
    font-size: 13px;
    width: 950px;
    display: block;
}
#breadcrumb ul li {
    display: inline;
    margin: 0 5px 0 0;
    color: #825000;
}
#breadcrumb ul li:after {
    content: "＞";
    margin: 0 0 0 10px;
}
#breadcrumb ul li:last-child:after {
    content: none;
}
#breadcrumb ul li a {
    color: #825000;
    text-decoration: none;
}
/*------アピール-----*/

.pr01{padding:5px;

box-sizing: border-box;}

.pr01 .inbox{padding: 130px 15px 8px 15px;
background:#fff url("../image/top/pr01_bg.jpg") no-repeat left top;
background-size: contain;}

.pr01 figure img{vertical-align: bottom;}

.pr01 figure.title img{border-radius: 5px 5px 0 0;}

.pr01 .list img{float: right;}
.pr01 .imgbox3 figure{}

.pr01 .imgbox3 figure img{aspect-ratio:1/1;
object-fit: cover;}

ul.check{
	color:#473900;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0px 0;
}

ul.check li{
	background-image: url(../image/common/check1.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 25px auto;
	border-bottom: 2px dotted #CEC87F;
	padding: 0 0 10px 35px;
	margin: 0 0 10px 0;
	line-height: 1.5;
}
ul.check_orange{font-size: 20px;
margin: 20px 5px 0 5px;}

ul.check_orange li{background-image: url("../image/common/check2.png");
background-size: auto 20px;
padding-left: 25px;}



.bigbn{margin: 0 0 30px 0;
border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 0 3px 6px #DFD7BF;
	-webkit-box-shadow:  0 3px 6px #DFD7BF;
	position: relative;
}
.bigbn img{vertical-align: bottom;
border-radius: 10px;}

.bigbn span{
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	border-radius: 20px;
	padding: 5px 30px 5px 20px;
	background-color: #346842;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	background-image: url(../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 16px;
}

.voice_bn{
	margin: 0 0 30px 0;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 0 3px 6px #DFD7BF;
	-webkit-box-shadow: 0 3px 6px #DFD7BF;
	background-color: #FFFFFF;
}

.voice_bn figure{
display: flex;
flex-wrap: wrap;
align-content: stretch;
align-items: stretch;
justify-content: space-between;
}
.voice_bn figure img{
width: 49.5%;
display: block;
margin: 0 0 5px;
}
.voice_bn a{
	display: block;
	margin: 0px auto;
	padding: 5px 40px 5px 40px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 26px;
	text-decoration: none;
	background-color: #8D7B3B;
	font-weight: 500;
	background-image: url(../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 18px;
	line-height: 1.6;
	text-align: center;
	font-family: "Kiwi Maru", serif;
}
.voice_bn a:hover{
	opacity: 0.7;
}

/*------施術の流れ-----*/
ol.nagare {}
ol.nagare li {
    margin: 0 0 10px;
    padding: 0 0 60px;
    clear: both;
    background-image: url(../image/common/yajirusi.png);
    background-repeat: no-repeat;
    background-position: 40% bottom;
    background-size: auto 50px;
}
ol.nagare li:last-of-type {
    padding: 0 0 0px;
    background-image: none;
}
ol.nagare li:last-of-type::after {
    content: "";
    display: block;
    clear: both;
}
ol.nagare li dl {}
ol.nagare li dl dt {
   
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
    font-size: 16px;
	 color:#473900;
    border-radius: 5px;
    background-color:transparent;
	background:url("../image/common/bg_paper01.jpg") repeat left top;
}
ol.nagare li dl dt span {
    padding: 0 5px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color:#5DAC91;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 0 0 3px #666;
}
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;
    background-color: rgba(255,210,77,.1);
    border-radius: 5px;
}

/*--------------------------------*/
.qa dl {}
.qa dl dt {
    padding: 3px 0 10px 45px;
    position: relative;
    font-weight: bold;
    color:#473900;
    font-size: 17px;
}
.qa dl dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color:#9BD8C3;
    color: #FFFFFF;
}
.qa dl dd {
    padding: 3px 0 15px 45px;
    position: relative;
    margin: 0 0 15px;
    border-bottom: 1px dotted #CEC87F;
    height: auto;
}
.qa dl dd:last-of-type {
    border: none;
    margin: 0;
}
.qa dl dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color:#FFCD77;
    color: #FFFFFF;
}
/*--------------------------------*/

ul.voice{margin-top: 15px;
}
ul.voice li{
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f2;
    -webkit-box-shadow: 0px 0px 4px #d3cea2;
    box-shadow: 0px 0px 4px #d3cea2;
    margin: 0 0 30px;
    overflow: hidden;
    box-sizing: border-box;
    
}

ul.voice li:last-of-type{margin-bottom: 0;}

ul.voice li figure{
    float: right;
    width: 150px;
    margin: 0 0 0 20px;
}

ul.staff li figure{
    float: left;
    width: 200px;
    margin: 0 20px 0 0px;
}
ul.staff li dl{margin-left: 220px;}
ul.staff li dl dt{width: 2em;
	float: left;
	font-weight: bold;
	color: #346842;
}
ul.staff li dl dd{padding: 0 0 5px 3em;
	margin: 0 0 5px 0;
border-bottom: 1px dotted #CEC87F;}

ul.staff li dl dd.name{color: #7D6400; 
font-size: 1.2em;
font-weight: bold;
padding-left: 2.5em;}



ul.voice li figure img{
    border-radius: 5px;
}
ul.voice li figure figcaption{
    display: block;
    text-align: center;
    color: #ff8c00;
    font-weight: bold;
    line-height: 1.3;
}
ul.voice li p{
    padding: 5px 170px 5px 10px;
}

ul.staff li p{padding: 0;
    margin: 5px 10px 5px 220px;
}

ul.voice li h3{background: none;
border: none;
padding:0;
	color:#5AB104;
margin: 0 0 10px 10px;
line-height: 1.4;}

p.right{text-align: right;}


ul.voice2{display: flex;
justify-content: space-around;
flex-wrap: wrap;
overflow: hidden;
}

ul.voice2 li{width: 100%;
box-sizing: border-box;}

ul.voice2 li figure{float: none;
margin: 0 auto 20px auto;
width: 100%;}

ul.voice2 li figure figcaption.small{color: #333;
font-size: 14px;}

ul.voice2 li .photo_box{
	display: block;
	float: left;
	width: 200px;
}
ul.voice2 li dl{
	margin: 0 0 0 210px;
}
ul.voice2 li dl dt{
	font-weight: bold;
	color: #379F43;
	font-size: 16px;
	margin: 0 0 0 1em;
	display: list-item;
	list-style: '●';
}
ul.voice2 li dl dd{
	margin: 0 0 15px;
	font-family: "Yomogi", cursive;
	font-weight: 400;
	font-size: 16px;
	padding: 0 0 15px 1em;
	border-bottom: 1px dashed #BBBBBB;
}

.more_trigger{
	display: block;
	border-radius: 5px;
	background-color: #346842;
	margin: 15px 0 0 0;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	min-height: 1em;
}
.more_trigger::before{
	content: "患者さまの声をもっと見る";
	left: 0;
	top: 0;
}

.more_trigger:hover{
opacity: 0.7;
}
#voice .active::before{
	content: "閉じる";
}


/*-----------------------------
 　　　　当院紹介
-----------------------------*/



.feature p {
    margin: 0 10px 25px 5px;
    line-height: 1.7;
	
}


.feature h3 {
	color: #7D521F;
    
	font-size: 28px;
	line-height: 1.4;
	border-bottom:none;
    margin: 0 0 15px;
    border-radius: 0px;
    background-color: #fff;
    text-shadow: none;
	background: none;
	padding: 0;

	
}
.feature h3:before{content:none;}
.feature h3 strong {
	color:#F5A51D;
font-weight: 500;}

.feature .border{background: url("../image/shoukai/feature.png") repeat-x left top;
	background-size: auto 22px;
height: 22px;
display: block;
margin: 0 0 30px 0;}

.yurai{background: url("../image/shoukai/yurai_bg.png") no-repeat left top;
padding: 30px 0 0 0;}

.feature .aligncenter{width: 200px;}

.feature h3.center{color: #379F43;
text-align: center;}

/*-----------------------*/

.greet .inchou{ background:url("../image/common/bg_paper01.jpg") repeat left top;
padding: 10px;
	box-shadow: 0 0 3px #ccc;
border-radius: 10px;}

.greet .inchou{
	width: 230px;
	margin: 0 0px 0px 30px;
	float: right;
}
.greet .inchou img{
    height: auto;
    margin: 0 0 10px;
    display: block;
}
.greet .inchou figcaption{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 10px;
    color: #7D6400;
}
.greet .inchou figcaption strong{
    color: #346842;
}

/*.greet .inchou .prof{margin-left: 250px;}*/

.greet p{
    margin: 0 0px 1em;
}
.greet h3 {
    padding:0px 0 5px 0;
	
    color:#473900;
	border-bottom: 2px dotted #977E5B;
    font-size: 16px;
    font-weight:bold;
    background:none;
    border-radius: 0px;
    text-shadow: none;
}

.greet li{background:url("../image/common/sankaku.png") no-repeat left 5px;
background-size: auto 10px;
	line-height: 1.4;
	padding: 0 0 6px 15px;
	margin-bottom: 6px;
border-bottom: 1px dashed #999;}

/*--------------------------------*/

#office_ph {
    margin: 0 auto 15px auto;
    width: 600px;
}
#office_ph #office_ph_big {
    width: 600px;
    text-align: center;
    margin: 0 auto 20px auto;
}
#office_ph ul#imgList {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#office_ph ul#imgList li {
    list-style-type: none;
}
#office_ph #office_ph_big img {
    /*border: 2px solid #FFDD95;*/
}
#office_ph li {
    list-style: none;
    display: inline;
    width: 24%;
    
}
#office_ph li + li {
    border-left: none;
}
#office_ph li img {
    cursor: pointer;
   
    border: solid 2px #CFC9A9;
}
.list1 img {
    border-color: #F8CEB3;
}
.list2 img {
    border-color: #CFC9A9;
}
.list3 img {
    border-color: #CFC9A9;
}
.list4 img {
    border-color: #CFC9A9;
}


/*-----------------------------
 　　　　施術内容
-----------------------------*/

p.kome,span.kome {
   padding:0 0 0 1.5em;
	position: relative;
    display: block;
}
p.kome::before,
span.kome::before{
    content: "※";
	position: absolute;
	left:0;
	top:0;
}
.ryokin p{margin-bottom: 15px;}

.ryokin table,.hari table{
    margin: 0 0 30px;
    border: #aeaf99 1px solid;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
.ryokin table.margin10{
    margin: 0 0 10px;
}

.hari table{font-size: 15px;}
.ryokin table th{
    padding: 8px 5px;
    border-bottom: #aeaf99 1px dashed;
    border-left: #aeaf99 1px solid;
    background-color:#ECF9DC;
    text-align: center;
    vertical-align: middle;
	width: 50%;
}

.ryokin table.hoken_ryokin th{width: 33%;}
.hari table th{width: 27%;}

.ryokin table tr:first-child th,
.hari table tr:first-child th{
    border-top: #aeaf99 1px dashed;
}
.ryokin td{border-bottom: #aeaf99 1px dashed;
	border-left: #aeaf99 1px solid;
 padding: 8px 5px;
text-align: center;
vertical-align: middle;}


ul.plan{display: flex;
flex-wrap: wrap;
justify-content: space-between;}

ul.plan li{width: 32%;
box-sizing: border-box;
padding: 10px 10px 15px 10px;
	margin: 0 0 20px 0;
border-radius: 8px;
text-align: center;
    background-color:#ECF9DC;
	box-shadow: 0 0 4px #aaa;
}

ul.plan li:nth-of-type(1),
ul.plan li:nth-of-type(2),
ul.plan li:nth-of-type(3){font-weight: bold;
font-size: 1.1em;}

ul.plan li strong{color: #C90006;
display: block;
font-size: 1.2em;}

ul.plan li:nth-of-type(1) strong,
ul.plan li:nth-of-type(2) strong,
ul.plan li:nth-of-type(3) strong{font-size: 1.4em;}

figure.aligncenter{text-align: center;
	margin: 0 auto 10px;
}

figure.aligncenter img{display: block;
margin: 0 auto;
vertical-align: bottom;}
.space{
	display: block;
	height: 20px;
}

.hoken h3, .jihi h3,.hoken h4 {
    clear: both;
}
.hoken p, .jihi p,
.hoken dl.kome, .jihi dl.kome{
    margin: 0 0px 1em;
}
.jihi p strong{color: #E47F00;}




.hoken p img, .jihi p img {
    width: 230px;
    height: auto;
    display: block;
    margin: 0 0 30px 20px;
    border-radius: 5px;
    float: right;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 0 4px rgba(178,133,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(178,133,0,0.4);
}

figure.alignleft{
    width: 230px;
    height: auto;
    margin: 0 20px 20px 0px;
    float: left;
}

figure.alignright{
    width: 230px;
    height: auto;
    margin: 0 10px 30px 20px;
    float: right;
}
figure.alignright img{
    border-radius: 5px;
    display: block;
}



.message{
background-image: url("../image/shoukai/feature.png"),url("../image/shoukai/feature.png");
    background-repeat:  repeat-x,repeat-x;
    background-position:  left top,left bottom;
	background-size: auto 15px;
padding: 30px 0 30px 0;
	margin-top: 30px;
font-size: 1.5em;
color: #7C623F;
line-height: 1.5;
text-align: center;
 font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;}


.message strong{display: block;
font-size: 1.5em;
color: #F5A51D;}
/*---------------------------
    交通事故治療
---------------------------*/
.jikoguide{}
.jikoguide .title_img{
	margin: 0 0 10px;
}
.jikoguide .title_img img{
	display: block;
}
.jikoguide p{
	margin: 0 0 10px;
}

.jikoguide .merit_title{
	font-family: "Kiwi Maru", serif;
	color: #379F43;
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
	padding: 0 0 15px;
}
.jikoguide .merit_title span{
	padding: 10px 0;
	display: block;
	background-color: #379F43;
	border-radius: 20px;
	color: #FFFFFF;

}
.jikoguide p.merit_title img{
	display: block;
	margin: 0 auto 10px;
	width: 200px;
	
}.jikoguide h3.merit_title{background-image: none;}

.jikoguide h3.merit_title span{background-color: #947251;
font-weight: normal;
}

.jikoguide h3.merit_title strong{color:#B6EB96;
font-weight: normal;}

ul.jiko_check{
	color:#473900;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0px 15px;
}

ul.jiko_check li{
	background-image: url("../image/common/check2.png");
	background-repeat:  no-repeat;
	background-position:  left 3px;
	background-size: 20px auto;
	border-bottom: 2px dotted #CEC87F;
	padding:0 0 10px 30px;
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.jikoguide ul.merit{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	margin: 0 0px 0px;
	justify-content: space-between;
	list-style-type: none;
}
.jikoguide ul.merit li{
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 5px;
	border: 5px solid #346842;
	font-weight: bold;
	font-size: 18px;
	border-radius: 15px;
	margin: 0 0 20px;
	text-align: center;
	color: #333333;
	background-color: #FFFAE4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,250,228,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,250,228,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,250,228,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,250,228,1.00) 100%);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
}
.jikoguide ul.merit li:nth-child(4),
.jikoguide ul.merit li:nth-child(5){
	width: 49%;
}

.jikoguide ul.merit li strong{
	color: #ED0003;
}
.jikoguide ul.merit li b{
	color: #369F43;
}

.jikoguide .yajirushi{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-around;
	margin: 0 0 20px;
}
.jikoguide .yajirushi img{
	display: block;
	width: 80px;
}

.jikoguide ol{
	counter-reset: number; /* 名前を付けたカウンターをリセット */
	list-style: none; /* olが数字を付けることをキャンセル */
	margin: 0 0px 0;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
}
.jikoguide ol li{
	padding: 0 0 15px 35px;
	margin: 0 0 15px;/* リスト部分は好きに装飾！ */
	font-size: 16px;
	border-bottom: 2px dotted #CCCCCC;
	position: relative;
	line-height: 1.5;
}
.jikoguide ol li:before{
	/* カウンタ（数字になる部分） */
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	/* 色を変えたり、背景画像を敷いたり！自由自在！ */	
	border-radius: 5px;
	width: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	background-color: #346842;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}
.jikoguide ol li strong{
	color: #369F43;
	font-weight: bold;
	display: block;
	line-height: 24px;
	margin: 0 0 8px;
	font-size: 22px;
}
.jikoguide ol li b{
	color: #4471E4;
	font-weight: normal;
}





.jiko p img {
    display: block;
    width: 230px;
    margin: 0 0 20px 20px;
    float: right;
}
.jibai p img {
    display: block;
    width: 230px;
    margin: 0 20px 20px 0px;
    float: left;
}

.inquiry p.tel {
    font-size: 30px;
    color: #473900;
    font-weight: bold;
    padding: 15px 0px 10px 0px;
    margin: 0px auto 10px;
}
.inquiry p.note {
    font-weight: bold;
    color: #F00;
}
.inquiry p.tel a {
	text-decoration: none;
	color:#473900;
}
dl.formList dt, dl.formList dd {
    margin: 0;
    padding: 15px;
}
.formList dt b {
    margin: 0 0 0 4px;
    font-size: 120%;
    color: #F00;
}
dl.formList {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 14px;
	background-color: #FFFBF1;
	border: 1px solid #CEC87F;
	border-bottom: none;
	width: 98%;
	margin: 15px auto 15px auto;
}
dl.formList dt {
    width: 26%;
    border-bottom: 1px solid #CEC87F;
    box-sizing: border-box;
}
dl.formList dd {
    background: #fff;
    border-left: 1px solid #CEC87F;
    border-bottom: 1px solid #CEC87F;
    width: 74%;
    box-sizing: border-box;
}
.formList dd span {
    margin: 0 4px 0 0;
}
.formList dd input[type=text], .formList dd input[type=email], .formList dd input[type=tel], .formList dd input[type=number], .formList dd input[type=password], .formList dd textarea {
    padding: 10px;
    border-radius: 4px;
    border: #ddd solid 1px;
    -webkit-box-shadow: inset 1px 1px 5px #eee;
    box-shadow: inset 1px 1px 5px #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.formList dd textarea {
    resize: vertical;
}
.formList dd .short {
    width: 50% !important;
    margin: 0 0 10px 0;
}
.formList dd input[name^=post] {
    width: 60px;
}
.inquiry p.send_btn {
    text-align: center !important;
    font-size: 25px;
    color: #ff7373;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 0px auto 10px;
}
