@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* CSS Document */

.noto{font-family: 'Noto Sans JP', sans-serif;}


/*--------------------------------
	基本レイアウト
--------------------------------*/


body{
	font-size: 100%;
	background:#F9FFF2;
}


/*--------------------------------
  共通項目
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


.outbox{
	margin: 0 10px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
 box-shadow: 0 0px 5px #ACBCA7;
    -webkit-box-shadow: 0 0px 5px #ACBCA7;
}

.inbox {
	padding: 0px 5px 5px;
}


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 40px 5px 10px;
	float: right;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	background-color:#FF9999;
	font-weight: bold;
	background-image: url(../../image/common/link.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	border-radius: 5px;
	background-size: auto 10px;
}
a.link:hover{
opacity: 0.7;
}
a.tel_link {
    font-size: 24px;
    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;
}
.asp4-3{
	width: 100%;
	max-width: 240px;
	aspect-ratio: 4 / 3;/*アスペクト比固定で切抜き*/
	margin: 0 auto 10px;
	display: block;
}

.asp4-3 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
ul.list {margin: 10px 5px 20px 5px;}
ul.list li {
    margin: 0 0 8px;
    padding: 0px 0 8px 15px;
    background-image:url("../../image/common/list.png");
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: auto 10px;
    border-bottom: 1px dashed #00AF17;
}
/*--------------------------------
	フォント
--------------------------------*/
h2 {
	color:#776630;
	margin: 0 0 25px;
	line-height:1.4;
	font-size: 20px;
	padding:4px 0px 6px 20px;
	border-radius:0px;
	font-weight: bold;
	background:url("../../image/common/h2.png") no-repeat left 12px;
	background-size: auto 14px;
	position: relative;
	  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
	border-top: 2px solid #988B62;
	border-bottom: 2px dotted #988B62;

}



h3{
	padding: 5px 10px 5px 35px;
	margin: 0 0px 15px;
	color: #76601F;
	font-weight: bold;
	font-size:20px;
	line-height: 1.4;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	clear: both;
background: #ffffff;
background: url("../../image/common/h3.png"), -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
background: url("../../image/common/h3.png"), -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: url("../../image/common/h3.png"), linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	background-repeat: no-repeat;
	background-position: 5px center, left top;
	background-size: 22px auto, contain;
}



h4{
	color: #17AB84;
	border-bottom:1px dashed rgba(156,134,54,1.00);
	font-size: 19px;
	padding:0 0 7px 0;
	margin: 0 10px 15px 10px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
	color: #FF7373;
	border-bottom: 2px dotted #FF9326;
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.5;
	font-weight: bold;
}

h5 span{
	margin: 0 0.5em 5px 0;
	padding: 0 0.5em;
	display: block;
	border-radius: 5px;
	background-color: #FF7373;
	color: #FFFFFF;
	width: 4em;
	text-align: center;
}


h6 {
	font-size: 16px;
	color: #FFFD04;
	border-bottom: 2px dotted #FFFFFF;
	margin: 0 0 5px 0;
	line-height: 30px;
}




.space{
	display: block;
	height: 30px;
}



/*-------------*/

header#head{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow:0 2px 4px #B2996A;
	z-index: 1000;
	position: relative;
}

header#head h1{
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 14px;
	line-height: 1.2;
	color:#0DBB8B;
	font-weight: normal;

}


.head{
	max-width: 330px;
	margin: 0 auto;
	display: block;
	padding: 0 0px 5px;
	overflow: hidden;
}


.head .logo{width:100%;
    display: flex;
margin: 0 auto 10px;
justify-content: space-between;}

.head .logo p{width: 40px;
    padding:7px 5px;
    box-sizing: border-box;
border: 1px solid #5dac91;
    text-align: center;
    font-size: 14px;
}

.head .logo p img{width: 25px;}

.head .logo_img{
	width: 90%;
	max-width: 290px;
	text-align: center;
	margin: 0 auto;
}

.head .logo_img img{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.head .left{
	float: left;
	width: 70%;
}

.headbox .txt{color:#509EC0;
border-radius: 0px;
	font-size: 14px;
	font-weight: bold;
text-align: center;
border-top: 1px solid #509EC0;
border-bottom: 1px solid #509EC0;}

.headbox ul{display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 10px 0;}

.headbox ul li{width:48%;
line-height: 20px;
}

.headbox ul li a{display: block;
	color: #fff;
font-weight: bold;
font-size: 15px;
text-align: center;
padding: 8px 5px 8px 10px;
	box-sizing: border-box;
text-decoration: none;
border-radius: 3px;
}

.headbox ul li a img{display: inline;
margin: 0 10px 0 0;
width: 20px;}

.headbox ul li.line{background: #01B901 url("../image/head01.png") no-repeat 12px 5px;
background-size: auto 17px;}
.headbox ul li.tel a{background:#FFAA09 url("../image/head03.png") no-repeat 5px center;
background-size: auto 20px;}
.headbox ul li.access{background:#49C3CD url("../image/head02.png") no-repeat 25px center;
background-size: auto 20px;
border-radius: 3px;}
.headbox ul li.yoyaku{background:#F5A51D url("../../image/common/icon01.png") no-repeat 7px 7px;
background-size: auto 15px;}


.head .headbox{
	overflow: hidden;
}

.head .headbox .left {
    width: 230px;
    float: left;
}header p.yusen {
	width: 60px;
	height: auto;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FF7373;
	padding: 12px 0;
	color: #FFFFFF;
	margin: 0 10px 0 0;
	float: left;
}

.head .headbox .left p {}
.head .headbox p.message {

	text-align: center;
	font-size: 14px;
	margin: 0 0 5px;
	/* [disabled]border-bottom:2px dotted #5EB705; */
	/*line-height: 25px;
        border-radius: 8px;
    background:#FFFF00;
        padding: 0 5px;
    font-weight: bold;
    */

	display: block;
	padding: 0 5px;
	letter-spacing: 2px;
	
color: #FF7373;
	font-weight: bold;

}
.head .left p.tel {
    text-align: left;
}
.head .headbox .left p.tel a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 0 30px;
	margin: 0px 0 0;
	line-height: 30px;
	background-image: url(../../image/common/tel1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: auto 22px;
	color: #000000;
}
.head .headbox .left p.tel img {
    height: 24px;
    margin: 0px 5px 0 0;
    padding: 3px;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.head .headbox .right {
    float: right;
}
.head .headbox .right p {
    line-height: 1;
}
.head .headbox .right p a {
	display: block;
	border-radius: 5px;
	color: #000000;
	width: 60px;
	text-decoration: none;
	border: 1px solid #5EB705;
}
.head .headbox .right p a img {
	padding: 0;
	margin: 5px auto 0;
	width: 35px;
	display: block;
}
.head .headbox .right p a small {
    text-decoration: none;
    padding: 0 0 5px;
    font-size: 10px;
    display: block;
}



/*-------------------*/


.bn{
	display: block;
	margin: 0 10px 0;
}
.bn ul{
	padding: 0 0 15px;
}
.bn ul li{border-radius: 8px;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 100%;
	padding: 0;
	max-width: 350px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bn ul li a{
	display: inline-block;
}

.bn ul li img{border-radius: 6px;
    box-shadow: 0 0 4px #8E836C;
	display: block;
	width: 100%;
	padding: 0;
    vertical-align:bottom;
	margin: 0 auto;
}


/*-------------------*/

#footer{
	padding: 0px 0 0px 0;
	text-align: center;
	width: 100%;
	margin: 0;
	background-color:#fff;

}
#footer .foot {
	width: 300px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#foot .foot p {
	text-align: left;
	display: block;
}
#footer .foot p.name {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	display: block;
	padding: 10px 0;
	margin: 0;
	text-indent: 0px;
}
#footer .foot p.name img {
	width: 180px;
	height: auto;
	margin: 0 auto;
	display: block;
}
#footer p.name a{
	color:#000;
	text-decoration: none;
}
#footer p.address a{
	text-decoration: none;
	color:#000;
}
#footer .foot p.address {
	text-align: center;
	font-size: 14px;
	
	line-height: 1.5;
	width: 300px;
	display: block;
	margin: 0px;
	padding: 0 0 10px;
}
#footer .foot p.address strong{
	color:#000;
	margin: 0 10px 0 0;
	padding: 0 5px;
}
#footer #copy {
	padding: 0;
	margin: 0;
	background-color: #ddd;
}
#footer #copy p{
	text-align: center;
	font-size: 14px;
	padding: 3px 0 5px;
	line-height: 120%;
	margin: 0px;
	font-weight: normal;
	color:#fff;
  background-color: #35B789;
}
#footer #copy p a{
	color:#fff;
	text-decoration: none;
}


/*--------------------------------
	ナビ
--------------------------------*/

nav.grid{
	
	background:#0DBB8B;
	border-bottom: 1px solid #0DBB8B;
}
nav.grid ul{
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
nav.grid ul li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	width: 20%;
}
nav.grid ul li:last-child{
	border-right: none;
}
nav.grid ul li a{
	padding: 5px 0 0;
	display: block;
	text-decoration: none;
}
nav.grid ul li a img{filter: brightness(200%);
	display: block;
	margin: 0 auto;
	width: 40px;
}
nav.grid ul li a small{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

/*　2行にならないsmallタグの行間調整　*/
nav.grid ul li:nth-child(1) a small,
nav.grid ul li:nth-child(4) a small,
nav.grid ul li:nth-child(3) a small{
	padding: 10px 0;
}


nav.grid ul li:nth-child(2) a small,
nav.grid ul li:nth-child(5) a small{
	padding: 3px 0;
}

nav.grid ul li a small span{
	font-size: 9px;
	line-height: 10px;
	display: block;
}

/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 10px 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: 0 0 0 14px;
	text-decoration: none;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	padding: 0 0 0 10px;
	margin: 0 0 20px;
 background: url("../../image/texture/texture_wd100.png");
    background-color: rgba(220, 204, 148, .4);
}
nav#topicpath ul {
	list-style: none;
	padding: 0;
}
nav#topicpath ul li {
	display: inline;
	font-size: 14px;
	 color: #58300D;
}
nav#topicpath ul li a {
	text-decoration: none;
 color: #58300D;
}
nav#topicpath ul li span {
}


/*--------------------------------
	トップ
--------------------------------*/
.topimg {
	margin: 0;
	background-color:#CCECE1;
}

.topimg img {
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;

}


.eye{position: relative;
	z-index: 0;
	margin: 0px 0 0 0;
 background:#F9FFF6;
	border-top: 1px solid #D7F8CF;
}
.eye img{
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}


/*---------------------------*/

/*------アピール-----*/

.pr01{margin: 0 10px 30px 10px;
background:#F9FFF6;
    background: -moz-linear-gradient(top, #F9FFF6 0%, #ffffff 30%, #ffffff 30%);
    background: -webkit-linear-gradient(top, #F9FFF6 0%, #ffffff 30%, #ffffff 30%);
    background: linear-gradient(to bottom, #F9FFF6 0%, #ffffff 60%, #ffffff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9FFF6', endColorstr='#ffffff', GradientType=0);
    position: relative;
	border: 8px solid #91734C;}
.pr01 img{vertical-align: bottom;
display: block;
margin: 0 auto 10px auto;}

ul.check {font-size: 1.1em;
margin: 0 0px 10px 0px;
color: #605140;
 font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;}
ul.check li {
    background: url("../../image/top/check.png") no-repeat left 5px;
    background-size:20px auto;
    padding: 0 0 8px 25px;
    margin: 0 0 8px 0;
    border-bottom: 2px dotted #E5D4B5;
}

.pr01 ul{ margin: 15px 0;
font-size: 18px;}

.pr01 p {
    font-size: 24px;
    margin: 0 0px 0px 0px;
    color:#685236;
    font-weight: bold;
    text-align: center;
	 font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
	background-image: url("../../image/top/pr_btm_l.png"),url("../../image/top/pr_btm_r.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
	padding: 10px 0 30px 0;
	background-size: auto 70px;
	
	
}

.bigbn{margin: 0 10px 30px 10px;
	border: 5px solid #fff;
	box-shadow: 0 3px 6px #DFD7BF;
	-webkit-box-shadow:  0 3px 6px #DFD7BF;
border-radius: 10px;}
.bigbn img{vertical-align: bottom;
border-radius: 10px;
display: block;
width: 100%;
margin: 0 auto;}


.imglist{
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px 20px;
}

.imglist img{
	width: 32%;
	display: block;
}


/*---------------------------*/


/*------------------------------
	切り替え部分
------------------------------*/
#switchArea {
margin: 0 10px 30px;
}

#switchArea ul.tab{
	overflow: hidden;
	list-style-type: none;
	border-bottom: 3px solid #0DBB8B;
}
#switchArea ul.tab li{
	float: left;
	background-color: #0DBB8B;
	margin: 0px 1% 0px 0;
	padding: 1px 2px;
	font-size: 95%;
	width: 30%;
	border-radius: 4px 4px 0 0;
}
#switchArea ul.tab li:hover {
	cursor: pointer;
}
#switchArea ul.tab li.select{
	background-color:#66D5C2;
}
#switchArea ul.tab li img {
	display: block;
	width: 85%;
	height: auto;
	padding: 0 0 5px;
	margin: 5px auto 0 auto;
}


/* .outboxのスタイルを以下に当てて微調整 */
#switchArea .content li{
	margin: 0 0px 30px;
	padding: 10px;
	background-color: #FFFFFF;
	
	border-radius: 0 0 10px 10px;
 box-shadow: 0 0px 5px #ACBCA7;
    -webkit-box-shadow: 0 0px 5px #ACBCA7;
}

#switchArea .content li.hide {
	display:none;
}


/*-----------切り替え部分 ここまで---------------*/


.information{
	width:100%;
	height:200px;	/*適当な高さに*/
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

.information iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
}


/*------------------------------*/
.about table {
    background: #fff;
    margin: 0 0 5px 0;
    border: 1px solid #28B573;
	color:#28B573;
    width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.about table th {
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #28B573;
}
.about table td {
    border: 1px solid #28B573;
    text-align: center;
}
.about table th {
    font-weight: bold;
    padding:5px 5px;
    text-align: center;
    font-size: 15px;
}

.about dl.kyushin{
	color: #D80000;
	font-weight: bold;
	font-size: 17px;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 10px 4em;
}

.about iframe{
	width: 100%;
	height: 250px;
}

.about dl.gaiyo{
	margin: 0 0 20px;
}
.about dl.gaiyo dt{
	display: block;
	width: 4.5em;
	text-align: left;
	 color:#14AE67;
	font-weight: bold;
	border-radius: 0px;
	background-color:transparent;
	font-size: 14px;
	float: left;
}
.about dl.gaiyo dd{
	padding: 0 0 8px 4.5em;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #14AE67;
}
.about dl.gaiyo dd a{
	text-decoration: none;
	color: #000000;
}
.about dl.gaiyo dd small{
	font-size: 12px;
	padding: 0 5px;
	display: inline-block;
	border-radius: 5px;
	background-color: #FF9326;
	color: #FFFFFF;
	line-height: 1.5;
}


.about p{margin-bottom: 20px;}

.about h3 {
    color:#14AE67;
    background: none;
	border-radius:0;
    background-color: transparent;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    padding: 0 0 5px 0;
    margin: 0 0 5px;
    border: none;
    border-bottom: 1px solid #14AE67;
}
/*--------------------------------	
	当院紹介
--------------------------------*/
.feature h3::before {
    content: none;
}
.feature h3 strong {
    color: #FF87AC;
}
.feature h3 {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 23px;
    margin: 0 0px 10px 0px;
    text-align: center;
    color: #704B3F;
    font-weight: bold;
    background-image: url("../../image/shoukai/leaf.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 15px;
    padding: 40px 0 0 0;
}
.feature h3 strong {
    color: #FF7272;
}
.feature p {
    margin: 0 0px 30px;
}
.feature p:last-child {
    margin-bottom: 20px;
}

/*------------------------------*/

.greet .inbox {
    background: url("../../image/common/paper.jpg") repeat left top;
    padding: 20px 20px 20px;
    box-shadow: 0 0 4px #aaa;
	margin: 0 5px 10px 5px;
}
.greet p{
	margin: 0 0px 1em;
}

.greet .inchou{
margin: 0 0 20px 0;}


.greet .inchou figure,
.staff figure.alignleft{width: 210px;
	margin: 0 auto 20px auto;}

.greet .inchou img,
.staff figure.alignleft img{
    display: block;
	margin: 0 auto 10px auto;
border: 5px solid #fff;
	box-shadow: 0 0 4px #ccc;
    box-sizing: border-box;
	border-radius:0px;
}
.greet .inchou figcaption,
.staff .name{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#8B5D00;
}
.greet .inchou figcaption strong,
.staff .name{
    color:#00AF17;
}.staff .name span{font-size:14px;
color: #aaa;
display: block;}

.greet p{
    margin: 0 0px 1em;
}
.greet .name {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #3BB485;
}
.greet .name strong {
    color: #877A1F;
}

.greet li,
#switchArea .content li .greet .inchou .prof ul li{background:url("../../image/common/sankaku.png") no-repeat left 5px;
	border-radius: 0;
	box-shadow: none;
background-size: auto 10px;
	line-height: 1.4;
	padding: 0 0 6px 15px;
	margin-bottom: 6px;
border-bottom: 1px dashed #999;}

dl.profile dt{background: #00AF17;
color: #fff;
width: 2em;
padding: 3px 10px;
float: left;
font-weight: bold;}

dl.profile dd{padding: 5px 0 8px 4em;
border-bottom: 1px solid #ccc;
margin-bottom: 8px;}


/*--------------------------------*/





/*--------------------------------
	治療内容
--------------------------------*/

ol.nagare{
}
ol.nagare li{
	margin: 0 0 10px;
	padding: 0 0 50px;
	clear: both;
	background-image: url("../../image/common/arrow.png");
	background-repeat: no-repeat;
	background-position: center 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{

    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
    font-size: 16px;
    border-radius: 0px;
  background:#E4F9EA url("../../image/texture/texture_wd100.png");
    color:#7A5E47;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
background-color:#0DBB8B;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
     text-shadow: 0 0 3px #666;
}
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;
	    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:#91734C;
    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: #59C39A;
    color: #FFFFFF;
	font-family: Arial, Helvetica, "sans-serif";
}
.qa dl dd{display: block;
    padding: 3px 0 15px 45px;
    position: relative;
    margin: 0 0 15px!important;
  color: #444;
    border-bottom: 2px dotted rgba(205, 199, 165, 1.00)!important;
 
}
.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: #ECB923;
    color: #FFFFFF;
	 font-family: Arial, Helvetica, "sans-serif";
}

p.right{text-align: right;
margin: 15px 0;}

/*------------------------------*/


.ryokin table{
    margin: 0 0 30px;
    border: 1px solid #8C6900;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
.ryokin table.margin10{
    margin: 0 0 10px;
}


.ryokin table th{font-weight: bold;
    padding: 8px 5px;
    background: rgba(234, 228, 190, .5);
    
    border-bottom: 1px dashed #8C6900;
    text-align: center;
    vertical-align: middle;
display: block;
	width: 100%;
	box-sizing: border-box;
}






.ryokin td{
   border-bottom: 1px solid #8C6900;
 padding: 8px 5px;
text-align: center;
	vertical-align: middle;
display: block;
	width: 100%;
	box-sizing: border-box;}

.ryokin tr:last-of-type td{border-bottom: none;}

/*------------------------------*/

.hoken p{
	margin: 0 0px 30px;
} 
.hoken p + p{margin-top: -15px;}

.jihi p strong{color: #E47F00;}

.bold_red {
	font-weight: bold;
	color:#D80000;
}

.hoken p img, .jihi p img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 0px;
 
	background: #fff;
}

/*-----------------------------*/


.algincenter{
	margin: 0 5px 10px;
}
.algincenter img{
display: block;
margin: 0 auto;
}


p.kome {
   padding:0 0 0 1.5em;
	position: relative;
}
p.kome::before {
    content: "※";
	position: absolute;
	left:0;
	top:0;
}

span.kome {display: block;
   padding:0 0 0 1.5em;
	position: relative;
}

span.kome::before{
    content: "※";
	position: absolute;
	left:0;
	top:0;
}

/*------------------------------*/
.jiko p,
.jibai p{
	margin: 0 0px 30px;
}
.jiko p b,
.jibai p b{
	font-weight: bold;
}


.jiko p img,
.jibai p img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
}




/*------------------------------*/
.ems .message{font-weight: bold;

font-size: 1.2em;
line-height: 1.4;
margin: 10px 0 30px 0;
color: #7D6400;}

.message strong{color: #EB5405;}
/*------------------------------*/


.imgbox3 ul,
.imgbox2 ul,
.imgbox4 ul,
.imgbox3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 0px 15px 0;
	justify-content: space-between;
}

.imgbox3 ul li,
.imgbox3 figure{
width: 32%;
margin: 0 auto;
}

.imgbox2 ul li {
	width: 49%;
	margin: 0 0 10px;
	text-align: center;
}
.imgbox4 ul{margin: 5px 0.5%;}
.imgbox4 ul li{width: 24.5%;}

.imgbox3 ul li img,
.imgbox2 ul li img,
.imgbox4 ul li img,
.imgbox3 figure img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imgbox4 ul li img{border-radius: 0;
box-shadow: none;
border:none;}

.alignleft{
}
.alignleft img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
	border-radius: 5px;
	height: auto;
}

.alignright{
}
.alignright img{
	margin: 0 auto 10px;
	display: block;
	width: 240px;
	border-radius: 5px;
	height: auto;
}



.aligncenter{
margin: 0 0 10px;
}
.aligncenter img{
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	height: auto;
}



ul.rei{background: url("../../image/common/paper.jpg") repeat left top;
padding: 10px;
margin: 0px 0px 15px 0px;
font-size: 1.1em;}

ul.rei li{border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin-bottom: 5px;}

ul.rei li:first-of-type{text-indent: -2em;
  padding-left: 2em;}

ul.rei li:not(:first-of-type){
  padding-left: 2em;}

/*-----------------------------*/
