@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');



/* CSS Document */

.noto{font-family: 'Noto Sans JP', sans-serif;}


/*--------------------------------
	基本レイアウト
--------------------------------*/


body{
	font-size: 100%;
	background:url("../../image/common/bg.jpg") repeat left top;
}


/*--------------------------------
  共通項目
---------------------------------*/
.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 4px #AA9B4F;
	-webkit-box-shadow: 0 0px 4px #AA9B4F;
}

.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:#55CB07;
	text-shadow: 0 0 3px #444;
	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 {
    font-size: 20px;
    line-height: 1.5;
    color:#00AF17;
    padding: 0px 0 5px 25px;
    margin: 0 0 15px;
   background:url(../../image/common/h2.png) no-repeat left 10px;
    -webkit-background-size: 15px auto;
    background-size:15px auto;
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
     transform: rotate(0.05deg);
    border-bottom: 1px solid #00AF17;
}

h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color:#fff;
    padding: 7px 10px 7px 30px;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
    background-image:url("../../image/common/h3.png");
	background-repeat:no-repeat;
	background-position: 5px 10px;
    -webkit-background-size: auto auto;
    background-size: auto 20px;
	background-color:#91815B;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
     transform: rotate(0.05deg);
    border-radius: 7px;
}

h4 { font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color:#7B603C;
	margin: 0 0 15px;
	
	font-size: 19px;
	padding: 5px 10px;
	border-radius: 8px;
	line-height: 1.5;
background: url("../../image/common/bg_paper01.jpg") repeat left top;
}

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: #FFFFFF;
	font-weight: normal;
	background-color: #00AF17;
}


.head{
	max-width: 310px;
	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: 80%;
	max-width: 240px;
	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 5px;
background-size: auto 20px;}
.headbox ul li.access{background:#86D826 url("../image/head02.png") no-repeat 25px 5px;
background-size: auto 20px;}
.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;
}
.head .headbox .left p {}
.head .headbox .left p.text {
	color: #FFFFFF;
	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;
	border-radius: 5px;
	background-color: #FFA704;
	font-weight: bold;

}
.head .headbox .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:#585207;
	text-decoration: none;
}
#footer p.address a{
	text-decoration: none;
	color:#585207;
}
#footer .foot p.address {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
	width: 300px;
	display: block;
	margin: 0px;
	padding: 0 0 10px;
}
#footer .foot p.address strong{
	color:#585207;
	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:#369400;
}
#footer #copy p a{
	color:#fff;
	text-decoration: none;
}


/*--------------------------------
	ナビ
--------------------------------*/

nav.grid{
	
	background-color:#00AF17;
	border-bottom: 1px solid #00AF17;
}
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(2) a small,
nav.grid ul li:nth-child(3) a small{
	padding: 10px 0;
}


nav.grid ul li:nth-child(4) 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: #F9FFCE;*/
}
nav#topicpath ul {
	list-style: none;
	padding: 0;
}
nav#topicpath ul li {
	display: inline;
	font-size: 14px;
	color: #825000;
}
nav#topicpath ul li a {
	text-decoration: none;
color: #825000;
}
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-color:#CCECE1;
}
.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 0 30px 0;}
.pr01 img{vertical-align: bottom;
display: block;
margin: 0 auto 10px auto;}

.pr01 .white_box{padding: 40px 10px 8px 10px;
background:#fff url("../../image/top/pr01_back.png") no-repeat left top;
background-size: contain;}

.pr01 p{color: #00AF17;
font-size: 22px;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

text-align: center;}
ul.check{font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 0.5em;
}

ul.check li{background-image: url("../../image/common/check.png");
	background-repeat:  no-repeat;
	background-position:  left 3px;
background-size: auto 1.2em;
border-bottom: 2px dotted #CEC87F;
padding:0 0 10px 1.5em;
margin: 0 0 10px 0;
line-height: 1.5;}

ul.check_orange li{background-image: url("../../image/common/check2.png");}




.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 #00AF17;
}
#switchArea ul.tab li{
	float: left;
	background-color: #00AF17;
	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:#A7DFA8;
}
#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 4px #AA9B4F;
	-webkit-box-shadow: 0 0px 4px #AA9B4F;
}

#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{
	border: 1px solid #17B705;
	margin: 0 0 10px;
	width: 100%;
	font-size: 14px;
}
.about table th,
.about table td{
	padding: 5px 1px;
	border: 1px solid #17B705;
	text-align: center;
	vertical-align: middle;
}
.about table th{border: 1px solid #17B705;
	background-color:#fff;
	font-weight: normal;
}


.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:#AF9C71;
	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 #AF9C71;
}
.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;}


/*--------------------------------	
	当院紹介
--------------------------------*/



.feature p {padding: 0px 0px 40px 0px;
    margin: 0 10px 30px;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 10px 20px 0px;
     background-image: url(../../image/shoukai/feature.png);
    background-color: #fff;
    background-repeat:repeat-x;
    background-position: left bottom;
    background-size: auto 20px;
	
}
.feature h3 {
    border-radius: 0px;
    margin: 0 0 15px;
    font-size: 23px;
   color: #834700;
    background: none;
 font-weight: 800;
    padding: 0;
}
.feature h3 strong {font-weight: 800;
    color:#FC9500;
}
.feature h3:before{content:none;}


/*------------------------------*/


.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 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/yajirusi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 40px;
}
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{
	background-color: #FFFFF2;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
    font-size: 16px;
    border-radius: 0px;
     color:#4F350B;
    border-bottom: 1px dotted #A58947;
}
ol.nagare li dl dt span{
	padding: 0 5px;
	margin: 0 10px 0 0px;
	display: inline-block;
background-color:#A58947;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    
}
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:#65552F;
    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: #99D742;
    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 #17B705!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:#F68500;
    color: #FFFFFF;
	 font-family: Arial, Helvetica, "sans-serif";
}

p.right{text-align: right;
margin: 15px 0;}

/*------------------------------*/


.ryokin table{
    margin: 0 0 30px;
    border: #aeaf99 1px solid;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
.ryokin table.margin10{
    margin: 0 0 10px;
}


.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;

}





.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;}



/*------------------------------*/

.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;
   border: 5px solid #fff;
    box-shadow: 0 0 4px #aaa;
	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 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;
}






/*-----------------------------*/
