@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*---------------------------------
  共通項目
---------------------------------*/

.bxslider li{display: block;
width: 100%;
height: auto;
min-height: 160px;}

html{
}

body{
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 1.6;
	font-family: sans-serif;
	color: #333;
	position: relative;
    	background-color:#FDFFF8;
}
.center{text-align: center;}

.bg_orange{background-color:#FE904D;}

.white{color: #fff;}

header{
	margin: 0 0 0px;
	background-color: #FFFFFF;
	padding: 0 0 10px;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
header:after {
	content: "";
	clear: both;
	display: block;
}
header h1 {
	line-height: 1.2;
	font-size: 14px;
	color:#56B15A;
	text-align: center;
	background-color: #fff;
	padding: 2px 5px;
	font-weight: normal;
}
header #head {
	width: 320px;
	margin: 0px auto;
	padding: 5px 0px 0px;

}

header #head #logo {
	width: 250px;
	margin: 10px auto 10px;
    float: left;
}
header #logo img{
	width: 100%;
	height: auto;
	display: block;
}

header .tel {
	
	margin: 0 auto;
	display: block;
    float: right;
}


header p.tel a {
	width: 50px;
	display: block;
	font-size: 13px;
	
	background-color:#56B15A;
	border-radius: 5px;
	margin: 0;
	text-align: center;
    padding:5px 5px 0 5px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    
}
header p.tel a img{display: block;
width: 20px;
margin: 0 auto 5px auto;}


/*---------------------*/

#head_tel {
	display: block;
	border-radius: 10px;
	margin: 0 auto 10px;
	padding: 5px;
	width: 290px;
	background-color: #FFFFFF;
	background-image: url(../image/head_bg_u.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 50px auto;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	box-shadow: 0px 0px 5px #bbbbbb;
}

#head_tel section{
	background-image: url(../image/head_bg_b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50px auto;
	margin: 0;
	padding: 5px 20px;
	display: block;
}

#head_tel section p{
	margin: 0;
}

#head_tel section p.top{
	text-align: center;
	color: #B25900;
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
}

#head_tel section p.tel a{
	background-image: url(../image/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 40px;
	background-size: auto 25px;
	line-height: 30px;
	color: #FF4850;
	font-weight: bold;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	display: block;
}

#head_tel section p.btm{
	text-align: center;
	color: #B20000;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

/*---------------------*/

#foot{
	margin: 0px;
	padding: 15px 0 0px 0;
	text-align: center;
	background:#7B6530;
}
#foot .foot {
	width: 320px;
	position: relative;
	margin: 0px auto;
}
#foot .foot p {
	text-align: left;
	display: block;
	margin-bottom: 0px;
    color: #fff;
}
#foot .foot p.logo {
	padding: 0;
	margin: 0 0 5px;
	text-align: center;
	color: #705838;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
}
#foot .foot p.logo small {
	display: block;
	font-size: 25px;
}
#foot .foot p.logo img {
	margin: 0;
	width: 90%;

}
#foot .foot p.address {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding: 0 0 5px 0;
	margin: 0px auto;

}
#foot .foot p.address a {
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}
#foot section#copy {
	background-color:#7B6530;
	padding: 3px 0;
	margin: 5px 0 0 0;
}
#foot section#copy p{
	text-align: center;
	font-size: 14px;
	line-height: 1.1;
	margin: 0px;
	color: #fff;
}

#copy small{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#copy small a{
	color: #FFFFFF;
	text-decoration: none;
}

#copy small a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.cf:after{
content:"";
display:block;
clear:both;
}


.imgbox {
	text-align: center;
}






p {
	margin-bottom: 1em;
}
section.contentBox {
	padding: 0px 5px 5px;
	margin: 0;
}
.outbox{
background-color: #fff;
	box-shadow: 0 0px 5px #E4D09C;
	-webkit-box-shadow: 0 0px 5px #93A881;
	padding: 5px;
	
	margin: 0 10px 30px;
	
	border-radius:10px;
}

.inbox{
	padding: 0 5px 5px;
}

/*-----------------------------------------------
   Fonts
-----------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	width: 100%;
}



a {
	color: #1B6ABA;
	text-decoration: none;
}




.center {
	text-align: center;
}
h2,#archive h1.blogtitle {color:#7B6530;
	margin: 0 0 15px;
	line-height: 1.4;
	font-size: 20px;
	padding: 0px 0 5px 25px;
	border-radius: 0px;
	
	border-bottom: 2px solid #25A507;
	font-family: "Noto Serif JP", serif;
  font-weight: 600;
	transform: rotate(0.03deg);
background-image: url("../../image/common/h2.png");
background-repeat: no-repeat;
background-position: left center;
background-size: auto 20px;}

h3 {
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
	margin: 0 0px 15px;
	color:#5B3113;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 19px;
	line-height: 1.4;
	transform: rotate(0.03deg);
	position: relative;
	clear: both;
background:#E8F2CE;}



h4 {
	color:#6A5014;
	font-size: 18px;
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	line-height: 1.3;
border: 1px solid #25A507;
	border-left: 7px solid #25A507;
	font-weight: bold;
}



h5{border-left: 5px solid #25A507;
font-weight: bold;
color: #6E4E2C;
margin: 0 0 10px 0;
padding-left: 10px;
font-size: 1.1em;}

h6{font-weight: bold;
color: #6E4E2C;
border-bottom: 2px dotted #25A507;
margin: 0 0 10px 0;}


/*------------------------------
	ナビゲーション
------------------------------*/
nav#navi {
	padding: 15px 10px 10px;
	background-color: #FFFFFF;
	background-image: url(../../image/common/eye_bg.jpg);
}

nav#navi p {
	background-repeat: no-repeat;
	background-position: 97% 45%;
	background-image: url(../image/toggle-right.png);
		font-family: "Noto Serif JP", serif;
  font-weight: 600;
	transform: rotate(0.03deg);
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background-color:#25A507;
	border-radius: 0px;
    text-shadow: 0 0 3px #333;
	margin: 0 0 10px;
	padding: 7px 30px 7px 10px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}


nav#navi p.active {
	background-repeat: no-repeat;
	background-position: 97% 45%;
	background-image: url(../image/toggle-down.png);
	background-color:#7B6530;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	color: #FFFFFF;
	border-color: #555555;
}

#navi .shousai {
	padding: 0px 5px 0px;
	border-radius: 5px;
	margin: 0 5px 10px;
	background-color: #FFFFFF;
}

#navi .shousai ul {
	padding: 0 0 0px 0;
}

#navi .shousai ul li {
	line-height: 1.5;
	border-bottom: 1px dotted #888888;
	background-repeat: no-repeat;
	background-position: 97% center;
	background-image: url(../image/toggle-down-s.png);
	background-size: 10px auto;
	margin: 0 0 5px;
	-webkit-background-size: 10px auto;
}
#navi .shousai ul li:last-child {
	border: none;
	margin-bottom: 0px;
}
#navi .shousai ul li a{
	display: block;
	padding: 3px 30px 3px 3px;
}

#navi .shousai ul li a, #navi .shousai ul li a:visited {
	color: #333;
	font-weight: bold;
}


ul.bn{
	margin: 30px auto;
	display: block;
	max-width: 300px;
}
ul.bn li{
	margin: 0 0 15px;
	list-style-type: none;
}
ul.bn li a{
	margin: 0 auto;
	display: block;
}
ul.bn li a:hover{
	opacity: 0.7;
}
ul.bn li img{
	width: 100%;
	height: auto;
	display: block;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 4px #93A881;
}


.insta{
	margin: 0 10px 30px;

}


.aligincenter{margin: 0 10px 30px 10px;
width: 95%;

box-sizing: border-box;}

.aligincenter img{display: block;
margin: 0 auto;
width: 100%;
border: 5px solid #fff;
box-shadow: 0 0 4px #ccc;
border-radius: 10px;
box-sizing: border-box;}

.eye{
	padding: 0;
	margin: 0;
	background: #EDF5DD;
}

.eye img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	max-width: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------------------
	ページトップ
-------------------------------*/
.pagetop{
	margin:0 10px 5px 10px;
	text-align:right;
	color: #48341E;
}

.pagetop a{
	padding:0 0 0 14px;
	font-size:90%;
	background:url(../image/totop.png) no-repeat left center;
	-webkit-background-size:11px;
	background-size:11px;
	color: #48341E;
}

/*-------------------------------
   TopicPath
-------------------------------*/
#topicpath {
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed rgba(201,186,134,1.00);
}
#topicpath ul {
	list-style: none;
	padding: 0px;
}
#topicpath ul li {
	display: inline;
	font-size: 14px;
	 color: #58300D;
}
#topicpath ul li a {color: #58300D;}

#topicpath ul li span {
}

/*-------------------------------
   トップページ
-------------------------------*/
#topImage {
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
	background-image: url(../../image/common/eye_bg.jpg);
}
#topImage img {
	display: block;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
#topImage p{
	color: #00A642;
	font-weight: bold;
	font-size: 18px;
}

/*-----------------*/

.pr01{margin:0 10px 30px;
background: #fff;
border: 5px solid #7B6530;
box-sizing: border-box;
padding: 10px;
border-radius: 10px;
box-shadow: 0 0 4px #93A881;}
.pr01 img{
	margin: 0 auto 5px;
	display: block;
}
.pr01 h2{width: 100%;
    text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
    background-image: none;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #B2AD8C;
color: #25A507;
font-size:20px;}

.pr01 h2 strong{color:#CE8737;
  font-size: 27px;}

.pr01 p{font-family: "Noto Serif JP", serif;
	 font-weight: 500;
font-size: 18px;
color: #605140;
margin: 0 10px 10px 10px;}

/*-----------------*/

ul.archive li{border-bottom: 1px dotted #605140;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
display: flex;
flex-wrap: wrap;}

ul.archive li .text{width: calc(100% - 100px);}

ul.archive li h3{border: none;
background: none;
padding: 0 0 5px 0;
    margin:0 0 5px 0;
    line-height: 1.4;
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
display: block;
width: 100%;
box-sizing: border-box;}


ul.archive li h3 a{color:#25A507;
text-decoration: none;
font-size: 18px;
   
}
ul.archive li figure{width: 80px;
margin: 0 10px 10px 0;}

ul.archive li figure img{display: block;
width: 100%;
height: auto;
object-fit: cover;
aspect-ratio:1/1;}

ul.archive li .text p{display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */}

#infoArea .information{
	width:100%;
	height:150px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

#infoArea .information iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
}


/*-----------------*/

/*-----------------*/

.time table {
	background: #fff;
	border: 1px solid #7B6530;
	margin: 0px auto 10px;
	width: 100%;
}
.time table th {
	text-align: center;
	border: 1px solid #7B6530;
	padding: 3px 0 3px;
	background-color: #7B6530;
	font-weight: normal;
    color: #fff;
}
.time table td {color: #7B6530;
	border: 1px solid #7B6530;
	padding: 3px 0px;
	text-align: center;
}

dl.kyushin{
	margin: 0 0 10px;
	color: #D80000;
	font-size: 120%;
	font-weight: bold;
}
dl.kyushin dt{
	float: left;
}
dl.kyushin dd{
	margin: 0 0 5px 4em;
}


dl.kome{
	margin: 0 0 10px;
}
dl.kome dt{
	float: left;
}
dl.kome dd{
	margin: 0 0 5px 1.5em;
}

/*-----------------*/

#access iframe {
	margin: 0px auto;
	width: 100%;
	height: 250px;
	padding: 0px;
	display: block;
}
#access dl {
}
#access dl:after {
	clear: both;
	content:"";
	display: block;
}
#access dl dt {
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	float: left;
	background-color:#56B15A;
	color: #fff;
	padding: 0;
	width: 5em;
}
#access dl dd {
	padding: 0 0 10px 5.5em;
	margin-bottom: 10px;
	border-bottom: 2px dotted #888888;
}

#access img{width: 90%;
margin: 15px auto 15px auto;
display: block;
border: 1px solid #ccc;}

/*--------------------------------
	当院紹介
--------------------------------*/



ol.nagare{
}
ol.nagare li{
	margin: 0 0 10px;
	padding: 0 0 30px;
	clear: both;
	background-image: url(../../image/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 20px;
}
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{
	
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 10px;
	font-size: 16px;
color: #605140;
	border-bottom: 1px solid #B2A27C;
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
	background-color: #9F4849;
	color: #fff;
    background: #7B6530;
    font-size: 14px;

}
ol.nagare li dl dd{
	margin: 0 0px;
}

ol.nagare li dl dd figure{margin: 0 auto 10px auto;
display: block;}

ol.nagare li dl dd figure img {
    border:3px solid #fff;
    box-shadow: 0 0 4px #93A881;
    margin: 0 auto;
    width: 32%;
 display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol.nagare li dl dd figure.imgbox3{display: flex;}

/*-----------------*/



/*--------------------------------*/
.qa dl {}
.qa dl dt {
	padding: 0px 0 10px 25px;
	position: relative;
	min-height: 26px;
	font-weight: bold;
	color:#5B3113;
	font-size: 16px;
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.qa dl dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 26px;
	display: block;
	text-align: center;
	color:#25A507;
		font-family:Georgia, "Times New Roman", Times, "serif"	
}
.qa dl dd {
	padding: 2px 0 20px 25px;
	position: relative;
	margin: 0px 0 20px;
	border-bottom: 1px dashed #C9B98C;
	height: auto;
}
.qa dl dd::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 26px;
	display: block;
	font-family:Georgia, "Times New Roman", Times, "serif";
	text-align: center;
	color:#FF688D;
}
.qa dl dd ul{list-style-type: disc;
margin-left: 15px;
}
.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:#F07E01;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 10px;
}

.link2 a {
	display: block;
	margin: 0 auto;
	padding: 8px 20px 8px 10px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	background-color: #D71418;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url("../../image/common/link.png");
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imgbox3 ul, .imgbox2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}
.imgbox3 ul li {
    width: 31%;
    margin: 0 0 20px;
}
.imgbox2 ul li {
    width: 48%;
    margin: 0 0 10px;
}
.imgbox3 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}
.imgbox2 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}


/*--------------------------------
	当院紹介
--------------------------------*/

.feature .inbox{background:url("../../image/shoukai/shinkyu_bg.jpg") no-repeat left top;
background-size: cover;
padding: 30px 10px 30px 10px;}

.feature h3 {
	border:none;
	line-height:1.4;
	font-size: 23px;
	color: #5B3113;
	border-bottom: 1px solid #25A507;
	margin: 0 0 10px 0;
    text-align: center;
    background: none;
    border-radius: 0;
}

.feature .bg_white{background-color: rgba(255,255,255,0.7);
padding: 10px;}

.feature h3:before{content:none;}

.feature h3 strong {
    color:#E9983F;
}
.feature p {font-size: 16px;
    margin: 0 0px 0px;
	
}
/*--------------------------*/

.greet .inchou figure{width: 200px;
    margin: 0 auto 20px auto;
 
}
.greet .inchou img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    border-radius: 5px;
    display: block;
    border: 5px solid #fff;
    box-shadow: 0 0 4px #ccc;
}


.greet p {font-family: "Noto Serif JP", serif;
 font-size: 1.1em;
	margin: 0 0px 1em 0px;
}

.greet p.name {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	color:#A48C3E;
    margin: 0 0 10px 0;
}

.greet p.name strong {
	color:#25A507;
	font-size: 16px;
}
.greet p.name span{display: block;
	font-size: 14px;
	color: #666;
	margin: 0 0 0 0;
}

.greet dl{width: 200px; font-size: 16px;
    padding-bottom: 8px;
margin: 0px auto 20px auto;
border-bottom: 2px dotted #aaa;}
.greet dl dt{width: 2em;
padding: 2px 10px;
background: #7B6530;
color: #fff;
text-align: center;
float:left;}

.greet dl dd{padding: 2px 0 2px 4em;}
.bg_paper{background: url("../../image/common/bg.jpg") repeat left top;
padding: 10px;
box-shadow: 0 0 4px #aaa;}
/*-----------------------------------
	施術内容
-----------------------------------*/
.boldred{
	color: #EC0000;
    font-weight: bold;
}
.ryokin table {
	border: 1px solid #7B6530;
	margin: 0 0 0px;
	width: 100%;
	clear: both;
}
.ryokin table th {
	background-color:#E9FFCF;
	border-right: 1px solid #7B6530;
	border-bottom: 1px solid #7B6530;
	font-size: 17px;
	color:#7B6530;
	font-weight: bold;
}
.ryokin table th, .ryokin table td {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}
.ryokin table td {
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #7B6530;
    border-bottom: 1px solid #7B6530;
}

.check_list{
	
}
.check_list li{
	background-image: url(../../image/common/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 18px;
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0 0 5px 25px;
	line-height: 1.5;
}

/*-----------------*/

.hoken p {
	margin: 0 0px 30px;
}
.hoken p img {
	margin: 0 auto 10px;
	border-radius:0px;
	padding: 0;
	width: 240px;
	height: auto;
	box-sizing: border-box;
	display: block;
}

/*-----------------*/


#jikoArea p {
	margin: 0 5px 30px;
}

#jikoArea img{
	width: 240px;
	margin: 0 auto 10px;
	display: block;
}


/*-----------------*/


#jibaiArea p {
	margin: 0 5px 30px;
}

#jibaiArea img{
	width: 240px;
	margin: 0 auto 10px;
	display: block;
}


/*-------------------------------
	お問い合わせ
-------------------------------*/
/*------------------------------------------------
   Form
------------------------------------------------*/
#contact p.tel a{
	color: #D71418;
	font-weight: bold;
	font-size: 120%;
}

.formList{
	margin-top: 10px;
	padding: 15px 0 0 0;
	border-top: 1px dotted #ddd;
}

.formList dt{
	margin: 0 0 10px 0;
	padding: 5px 5px;
	font-weight: bold;
	line-height: 1;
	color: #555555;
	 background-color:#FBF9DA;
}

.formList dt b{
	margin: 0 0 0 4px;
	font-weight: ＊;
	color: #F00;
}

.formList dd{
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:#ddd dotted 1px;
overflow-x:hidden;
}

.formList dd p{
margin:0 0 4px 0;
}


.formList dd span{
margin:0 4px 0 0;
}

.formList dd input{
vertical-align:middle;
}

.formList dd select{
padding:5px;
}

.formList dd input[type=checkbox],
.formList dd input[type=radio]{
width:24px;
height:24px;
margin:0 6px 4px 0;
}

.formList dd input[type=radio]{
border-radius:12px;
}

.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:6px;
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 5px 0;
}

.formList dd input[name^=post]{
width:60px;
}

.commonSubmit{
	display: block;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	font-weight: bold;
	text-shadow: 0 -1px 0 #FF9620;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF9620), color-stop(0.00, #FFC47C));
	background: -webkit-linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	background: -moz-linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC47C', endColorstr='#FF9620', GradientType=0 );
	background: linear-gradient(top, #FFC47C 0%, #FF9620 100%);
	border: #FF9620 solid 1px;
	border-radius: 4px;
	font-size: 130%;
}
p.telnum a{
display: block;

color: #605140;
	text-decoration: none;
	word-break: keep-all;
	 font-size:26px;
    line-height: 1;
    padding: 0 0 5px 0.9em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../../image/common/tel.png");
   font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    background-size: auto 0.7em;
    position: relative;
    margin: 0.5em 0 0.5em 0;
	
	
}