@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap');

/*--------------------------------
  共通項目・トップページ
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.space{
	display: block;
	height: 40px;
}

.space2{
	display: block;
	height: 20px;
}


/*-------------------------
	バナー
------------------------*/
.bn ul {
	margin: 0 auto 30px;
	max-width: 300px;
}
.bn ul li {
	margin: 0px 0px 10px;
	list-style-type: none;
	display: inline-block;
}
.bn ul li img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #CFCFCF;
}
.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);}

dl.indent{padding: 0;
	margin: 0;}
	
dl.indent dt{float: left;}

dl.indent dd{margin: 0 0 5px;
	padding: 0 0 0 1.5em;}


a {
	color: #1B6ABA;
	text-decoration: none;
}
.imgbox {
}

.imgbox3, .imgbox2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.imgbox3 li {
	width: 32%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox2 li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox3 li img, .imgbox2 li img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	
	box-sizing: border-box;
}


#catchArea img {
	width: 100%;
	height: auto;
}
.inbox {
	padding: 0px 5px 10px;
}

.outbox {
	margin: 0 10px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #AAAAAA;
}

p{ text-align:justify;
text-justify:inter-ideograph;}


/*------------------------------------------------
   Layout
------------------------------------------------*/
html{
}

body{
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 160%;
	font-family: sans-serif;
	color: #000;
	position: relative;
	background-color: #F2FBE6;
}

a:link{color:#069;}

a:visited{
color:#036;
}

a:active{
color:#0CF;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	width: 100%;
}

#wrap{}
.column{margin-bottom: 30px;}

a.link{
	display: block;
	margin: 10px 0 0 0px;
	padding: 5px 30px 5px 10px;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color:#02BF50;
	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/tel_black.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;
}

.alignright,
.alignleft{width: 80%;
margin: 0 auto 20px auto;}

.alignright img,
.alignleft img{display: block;
margin: 0 auto;
border-radius: 5px;}

.aligncenter{
	margin: 0 10px 20px;
}
.aligncenter img{
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	
}

.border img{border: 5px solid #fff;
box-shadow: 0 3px 6px #ccc;
box-sizing: border-box;}

span.kome {
	padding: 0 0 5px 1.5em;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	overflow: hidden;
}
span.kome:before {
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}

/*-----------------------------------------------
	Fonts
-----------------------------------------------*/
h2 {font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	padding: 5px 0px 5px 30px;
	border-radius: 8px;
	color:#645D56;
	line-height: 1.4;
	margin: 0 0 15px;
	font-weight: 700;
	background-color:#B4F185;
	background-image:url("../../image/texture/texture_ws100.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
	position: relative;}

h2:before{content:"";
display: block;
border: 3px solid #F8F007;
border-radius: 50%;
width: 15px;
height: 15px;
box-sizing: border-box;
position: absolute;
left: 10px;
top: 12px;}

h3 {font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0px 0px 8px 25px;
	font-weight: 700;
	color:#3BB149;
	border-bottom: 1px dashed #3BB149;
	line-height: 28px;

	clear: both;
	
	position: relative;
	background-image:url("../../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 28px;
	background-position:left top;
}



h4 {
	margin: 0 0px 10px;
	padding: 3px 10px;
	font-size: 19px;
	font-weight: bold;
	clear: both;
	color:#8C6900;
	background: #DFF0C9;
}

h5 {
	color: #0069B7;
	font-size: 17px;
	border: 1px dashed #3EADE9;
	padding: 5px;
	margin: 0 0 10px;
	font-weight: bold;
}
/*------------------------------------------------
   基本レイアウト
------------------------------------------------*/
header{
	padding: 0 0 5px 0;
	clear: both;
	margin: 0;
 background-color: #fff;
    /*border-top: 3px solid #1B7CCC;*/
}
header h1{
	padding: 3px 3px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color:#333;
}
header .head {
	width: 80%;
    max-width: 350px;
	margin: 0 auto;
	padding: 0;
}
header #logo{
	margin: 0px 0 10px 0;
	text-align: center;
    width: 75%;
    float: left;
}
header #logo img {
	width: 100%;
	height: auto;
}
p.telnum{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	margin: 0px 0 10px 0;
	text-align: center;

}

header p.telnum a {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
   box-shadow: inset 0px 1px 0px 0px #00AC56;
   background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 2%, rgba(220, 228, 232, 1) 100%);
    border: 1px solid #00AC56;
    text-decoration: none;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0px 0 0 0;
    color:#00AC56;
    font-weight: bold;
}

header p.telnum a img {
    display: block;
   width: 23px;
    height: auto;
    margin: 0 auto;
}

header p.yoyaku{
    font-weight: bold;
    padding: 3px 5px ;
    margin: 5px 0 10px 0;
    display: block;
    line-height: 1.2;
    font-size: 14px;
   background: #FFFA65;
    text-align: center;
    border-radius: 20px;
    color: #616161;
}

/*--------------------------*/

#foot{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background:#fff;
	color:#333;
}

#foot .foot {
	width: 320px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot .foot p {
	text-align: left;
	display: block;
}

#foot .foot p.name {
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	width:220px;
}

#foot .foot p.name img{
	width: 100%;
	height: auto;
	display: block;
}

#foot .foot p.address {
	text-align: center;
	line-height: 20px;
	display: block;
	padding: 5px 0px;
	margin: 0px;
   
}
#foot .foot p.address a {
	color: #333;
	/* [disabled]font-weight: bold; */
}

#foot section#copy { background-color:#00AC56;
	padding-top: 10px;
}

#foot section#copy p{
	text-align: center;
	font-size: 10px;	padding-bottom: 10px;
	line-height: 120%;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
}
#foot section#copy p a{color:#fff;
text-decoration: none;}

/*------------------------------------------------
   Gloval Navigation1(head)
------------------------------------------------*/


#navi1 {
	clear: both;
	margin: 0 0 30px;
}

#navi2 {
	clear: both;
	margin: 0px 0px 30px;
}
/*#navi1 ul,
#navi2 ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	border-top: 1px dotted #FFF;
}

#navi1 ul li,
#navi2 ul li {
	position:relative;
	float: left;
	height:45px;
	width: 50%;}

*/

#navi1 ul,
#navi2 ul {
	display:flex!important;
	flex-wrap: wrap;
	align-content: stretch;
	width: 100%;
   font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
     transform: rotate(0.05deg);
}

#navi1 ul li,
#navi2 ul li {	box-sizing: border-box;
	position:relative;
	width: 50%!important;
	border-right: 1px dotted #fff;
background: #05CB68;
background: linear-gradient(172deg, rgba(5, 203, 104, 1) 0%, rgba(0, 181, 60, 1) 100%);}

#navi1 ul li:nth-of-type(even),
#navi2 ul li:nth-of-type(even){border-right:none;}

#navi1 ul li a,
#navi2 ul li a {height: 50px;
	line-height: 50px;
display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;*/
border-bottom: 1px dotted #fff;
	background:url("../../image/common/link.png") no-repeat 95% center;
	background-size: auto 12px;

}

#navi1 ul li:nth-of-type(odd) a,
#navi2 ul li:nth-of-type(odd) a{
	border-left:none;
}

#navi1 ul li,
#navi2 ul li{border-bottom: 0px dotted #666;}

#navi1 ul li a:link,
#navi2 ul li a:link {color:#fff;
text-shadow: 0 0 4px #666;}

#navi1 ul li a:visited,
#navi2 ul li a:visited {color:#fff;
text-shadow: 0 0 4px #666;}

/*#navi1 ul li a::after,
#navi2 ul li a::after{
	position: absolute;
	top: 0px;
	margin: 0px;
	display: block;
	content: "▶";
	width: 12px;
	height: auto;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	right: 10px;
}*/

#navi1 ul li.small a,
#navi2 ul li.small a{font-size: 14px;
line-height: 22px;
padding: 0px 0 0 0;}
/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 15px 10px 5px 0px;
	text-align: right;
	color: #666666;
}

.pagetop:after {
	content:"";
	display:block;
	clear:both;
}

.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 14px;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	margin: 0 0 15px 0px;
	/*background:url("../../image/common/eye_bg.jpg");*/
}
nav#topicpath ul {
	list-style: none;
	padding: 0px 0px 0px 15px;
}
nav#topicpath ul li {
	display: inline;
	font-size: 11px;
}
nav#topicpath ul li a {
}

nav#topicpath ul li span {
}

/*---------------------------------------
	トップページ
---------------------------------------*/
.topimg {background-color:#4E954B;
	
	
}

.topimg img {
    aspect-ratio: 2.4 / 1;
    object-fit: cover;
    margin: 0px auto 0px auto;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.eye{background-color:#BAE6A4;
}
.eye img{
	width: 100%;
	margin: 0 auto 0px auto;
	display: block;
	max-width: 450px;
}
.eye img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	/*
    border-radius: 10px;
    border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px rgba(164,138,72,0.6);
	box-shadow: 0px 0px 5px rgba(164,138,72,0.6);*/
}


/*---------------------------*/
/*---------------------------*/
.pr01{padding: 10px 10px 0 10px;
background: #fff;
border: 5px solid #B48B2B;
border-radius: 10px;
box-shadow: 0 0 5px #7BAF85;}

.pr01 .inbox{position: relative;}

.pr01 .bottom{/*position: absolute;
left: -10px;
bottom: -32px;*/
	width: 100%;
	margin: 0 -10px -10px -10px;
}

.pr01 .bottom img{display: block;
margin: 0 auto;}

.pr01 h2 {
	margin: 0 0 10px;
	padding: 0;
	border-radius: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
	text-align: center;
	color: #03C359;
	font-size: 27px;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
	line-height: 1.2;
	
}

.pr01 h2 strong{font-size:16px;
color: #fff;
background: #03C359;
padding: 5px 10px;
border-radius: 17px;display: block;
margin: 0 0 10px 0;}

.pr01 h2 span{color: #F69B06;}

.pr01 h2::before,
.pr02 h2::before{
	display: none;
}



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 30px;
	margin-bottom: 0.5em;
	border-bottom: 2px dotted #F9D089;
	background: url("../../image/common/check01.png") no-repeat left 0.3em;
	background-size: 20px auto;
}.pr01 .check{margin-bottom: 0px;}

.pr01 .check li{color: #583818;
font-size:17px;}

ul.check2 li{background: url("../../image/common/check02.png") no-repeat left 0.3em;
border-bottom: 1px dotted #066BA5;
background-size: 20px auto;}

.pr01 p{font-family: 'Noto Sans JP', sans-serif;
	color: #655633;
font-size: 25px;
font-weight: bold;
line-height: 1.4;
margin: 0px 0 0 120px}


.pr02 .check2 li{font-size: 17px;}

.pr02{border: 5px solid #00ACC3;
border-radius: 10px;
box-shadow: 0 0 5px #7BAF85;
padding: 25px 15px;}

.pr02 h2 {
	margin: 0 0 10px;
	padding: 0;
	border-radius: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
	text-align: center;
	color:#00ACC3;
	font-size: 27px;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
	line-height: 1.2;
	
}

.pr02 h2 strong{font-size: 16px;
color: #fff;
background:#00ACC3;
padding: 5px 10px;
border-radius: 17px;display: block;
margin: 0 0 10px 0;}

.pr02 figure{display: flex;
flex-wrap: wrap;
justify-content: center;}

.pr02 figure img{width: 31%;
margin: 0 1% 10px 1%;}

/*----------------------------------*/	

.time table{
	border-collapse: collapse;
	margin: 0 0 5px 0;
	border: 1px solid #3FC07F;
	width: 100%;
}
.time table td{
	font-size: 14px;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #3FC07F;
}
.time table th{ border: 1px solid #3FC07F;
     background: #fff;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 15px;

}
.time table th.jikan{
}

dl.kome{}
dl.kome dt{
	float: left;
}
dl.kome dd{
	padding: 0 0 0 1.5em;
}
dl.kome dd:after{content: "";
display: block;
clear: both;}	


.time dl.kyushin {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
	line-height: 120%;
	margin: 5px 0px 0px;
}

.time dl.kyushin dt{
	float: left;
	background: none;
}
.time dl.kyushin dd{
	padding: 0 0 0 4em;
}
.time dl.kyushin dd small{
	font-weight: normal;
}

/*----------------------------------*/

.about dl {
	margin-bottom: 5px;
	line-height: 28px;
	padding-bottom: 10px;
}
.about dl dt {
	font-weight: bold;
	color:#089408;
	border-bottom: 1px dashed #089408;
	font-size: 16px;
	padding: 0 0 5px 0;
    line-height: 1.2;
	
    margin: 0 0 5px 0;
	background-image: none;
}


.about dl dd {
	line-height: 25px;
	text-align: left;
	padding:0px 0 5px 0px;
}
.about dl dd a.more{
	padding: 5px 0 0px;
	text-align: right;
	margin: 0 0 5px;
	display: block;
	text-decoration: underline;
}
.about dl dd.tel {
	font-size: 21px;
	margin: 0px auto;
}
.about dl dd.tel a {
	color: #000000;
}

.about dl dd.tel span{background: #FD961D;
padding: 3px 7px;
    border-radius: 7px; color: #fff;
font-weight: bold;
margin-left: 10px;
font-size: 80%;}
.about dl:after {
	content:"";
	clear: both;
	display: block;
}
.about iframe {
	margin: 0 0;
	width: 100%;
	height: 250px;
}


/*---------------------------------------
	当院紹介
---------------------------------------*/

/*------------------------------*/
.feature p {
	margin: 0 5px 30px;
}
.feature h3 {font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	padding: 10px 0 10px 70px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-image: url("../../image/shoukai/feature.png");
	background-position: left center;
	color:#8C6900;
	background-size: auto 60px;
	font-size: 22px;
	line-height: 1.3;
	background-color: #FFFFFF;
	border-bottom: 2px dashed #9DCC5E;
	
}
.feature h3::before {
	display: none;
}
.feature h3 strong{color:#F99300;}


/*-----------------------*/



.greet .inchou {
	width: 250px;
	margin: 0 auto 20px auto;
}
.greet .inchou img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin: 0 auto 10px auto;
}

.greet .inchou figcaption {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color:#3BB149;margin: 0 0 10px 0;
}
.greet .inchou figcaption strong {
	color:#01BB49;
	font-size: 16px;
}
.greet .inchou figcaption span {
	font-size: 14px;
	display: block;
	color: #777;
	
}

.greet p {
	margin: 0 0px 10px;
}

/*------------------------------
	よくある質問
------------------------------*/
/*--------------------------------*/
.qa dl{}
.qa dl dt{
	padding: 0 0 10px 35px;
	position: relative;
	font-weight: bold;
	color:#6E4E2C;
	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:#31B4E5;
	color: #FFFFFF;
    font-family: Arial, Helvetica, "sans-serif";
}

.qa dl dd{
	padding: 0 0 15px 35px;
	position: relative;
	margin: 0 0 15px;
	border-bottom: 2px dotted #8BD1B8;
	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:#FE9AB2;
	color: #FFFFFF;
     font-family: Arial, Helvetica, "sans-serif";
}


/*---------------------------------------
	施術内容
---------------------------------------*/
.ryokin table,.kyujin table {
	margin: 0 0 10px;
	width: 100%;
}
.ryokin table,.kyujin table {border: 1px solid #8F7736;}
.ryokin table th, .ryokin table td
,.kyujin table th,.kyujin table td{
	text-align: center;
	padding:8px 5px;
	vertical-align: middle;
    line-height: 1.3;
	
border-bottom:#7D4500 1px dotted;
border-left:#7D4500 1px dotted;
}
.ryokin table td span{display: block;
transform: rotate(-90deg);}

.ryokin table th,.kyujin table th {font-family: 'Noto Sans JP', sans-serif;
	border-bottom:#7D4500 1px dotted;
border-left:#7D4500 1px dotted;
    text-align: center;
    background-color:#D7F3D6;
background-color:#FFFEE1;
	color: #57380B;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
/*width: 33%;*/
}


.ryokin table td span.kome {font-size: 14px;
text-align: left;}
.ryokin p.kome::before {
	content: "※";
	margin: 0 5px 0 0;
}

.ryokin p.right{
text-align: right;
}

.jihi .ryokin td{}

.jihi .ryokin td small{
display: block;

line-height:1.5;
font-size:14px;
color:#184DB8;
font-weight:normal;}


.sejutsu .space{
	display: block;
	height: 20px;
}


dl.price{
	margin: 0 0 15px 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	
border: 1px solid #8F7736;
	font-size: 16px;
	background-color:#FFFEE1;
	display: flex;
	flex-wrap: wrap;
	
}



dl.price dt{
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	width: 40%;
	color: #57380B;
	font-weight: bold;
	padding:5px 10px;
	border-bottom: 1px dotted #888888;
}

dl.price dd{width: 60%;
	border-bottom: 1px dotted #888888;

	padding:5px 10px;
	text-align: right;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
}

dl.price dt:last-of-type,
dl.price dd:last-child{
	border-bottom: none;
}

.hoken strong.big{font-size: 17px;
font-weight: bold;
color: #FC9700;}


/*--------------------------------*/



.hoken img,.jiko img,.jibai img{
	width: 240px;
	height: auto;
	margin: 0 auto 20px auto;
	/*border:5px solid #fff;
	box-shadow: 0px 0px 5px #BBBBBB;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;*/
	border-radius: 5px;
	display: block;
}

.hoken .aligncenter,
.hoken .aligncenter img{width: 100%;
max-width: 400px;}

.hoken p {
	margin: 0 5px 30px;
}


dl.price dt{
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
	width: 40%;
	color: #57380B;
	font-weight: bold;
	padding:5px 10px;
	border-bottom: 1px dotted #888888;
}

dl.price dd{width: 60%;
	border-bottom: 1px dotted #888888;

	padding:5px 10px;
	text-align: right;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	box-sizing: border-box;
}

dl.price dt:last-of-type,
dl.price dd:last-child{
	border-bottom: none;
}
/*--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 15px;
	padding: 0 0 40px;
	clear: both;
	background-image: url("../../image/common/yajirushi.png");
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-size: auto 35px;
}
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;
	font-weight: bold;
	padding:0 0 5px 0;
	margin: 0 0 10px;
	font-size: 16px;
border-bottom: 1px dotted #3BB149;
}
ol.nagare li dl dt span{
	padding: 0 3px;
	margin: 0 7px 0 0;
	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;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 13px;
}
ol.nagare li dl dd{
	margin: 0 0px;
}
ol.nagare li dl dd img{
	margin: 0 0 15px 20px;
	width: 120px;
	float: right;
	height: auto;
border-radius: 10px;
	background-color: #FEFFC1;
	-webkit-box-shadow: 0px 0px 3px #BBBBBB;
	box-shadow: 0px 0px 3px #BBBBBB;}
p.center{text-align: center;}

p.bold{font-weight: bold;
font-size: 1.15em;}
.orange{color: #F99300;}


p.message{text-align: center;
font-size: 1.3em;
	line-height: 1.6;
font-weight: bold;
color: #FF7E00;}

ol.point {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
ol.point li {
  position: relative;
  line-height: 1.5em;
  padding: 0 0 0.3em 35px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dashed #D5B98A;
    margin-bottom: 0.5em;
}

ol.point li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:#FD961D;
  color: white;

  font-weight:bold;
  font-size: 16px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0;

}
