@charset "utf-8";
@import url("hover-min.css");
@import url("grid.css");




@font-face{ 
	font-family: 'huifont';
	src: url('../font/huifont.eot'); 
	src: url('../font/huifont.eot?#iefix') format('embedded-opentype'),
	url('../font/huifont.woff') format('woff'), 
	url('../font/huifont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	transform: rotate(0.001deg);
}
.wf-huiji {
	font-family: huifont;
}
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c";transform: rotate(0.001deg); }

/*===========================
ヘッダー
===========================*/
.header_ul {
	background:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2faa4c;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0px;
	height: 50px;
}

.header_ul h1 a{
	display: block;
	width:177px;
	height : 50px;
	padding: 0 0 0 5px;
	float : left;
}




.inq li {
	display: inline;
}

.inq {
	float: right;
	margin-right: 50px;
	margin-top: 7px;
}
.inq a {
	color: #317320;
}

.header_home_btn {
	display:block;
	float:right;
	width:78px;
	height:27px;
	border:1px solid #a4adb1;
	-webkit-border-radius:6px;
	background:no-repeat 6px center,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e6ea));
	-webkit-background-size:19px 16px,auto;
	font-size:10px;
	font-weight:bold;
	color:#4b5b6b;
	margin:10px 10px 0 0px;
}

.header_home_btn span{
	display:block;
	margin:4px 0 0 25px;
}


.header_home_btn a {
	color : #4b5b6b;
}

.header_home_btn a:hover {
	color : #4b5b6b;
}

#menu li a {
	color: #333;
	display: block;
	padding: 1em 0 1em .5em;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2faa4c;
	font-size: 1.2em;
	clear: both;
}
/*ul#menu li:nth-child(1):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #e9a43a;
	content:"\f086";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}*/
ul#menu li:nth-child(1):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #1b8133;
	content:"\f015";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(2):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #1b8133;
	content:"\f06c";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(3):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #1b8133;
	content:"\f06c";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(4):before {
	padding: 1em 0 1em .5em;
	font-family: FontAwesome;
	color: #1b8133;
	content:"\f06c";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(5):before {
	padding: 1em 0 1em .5em;
	font-family: FontAwesome;
	color: #1b8133;
	content:"\f10b";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#menu_foot li a {
	padding: 0;
}
#menu_foot li {
	font-size: 1em;
	padding-left: 1em;
}
ul#menu_foot li:nth-child(1):before {
	font-family: 'FontAwesome';
	color: #1b8133;
	content:"\f098";
}
ul#menu_foot li:nth-child(2):before {
	font-family: 'FontAwesome';
	color: #1b8133;
	content:"\f0e0";
}
ul#menu_foot li:last-child {
	border-bottom-style: none;
}
#title h2 {
	height:43px;
	background-image:url("../img/common/ttl_bar.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#060;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #666666;
	padding : 25px 0 0 10px;
	margin : 0;
}
/*===========================
インフォメーション
===========================*/
#info {
	margin : 0 10px 15px 10px;
	clear:both;
}
#info li a {
	display:block;
	color:#444444;
	font-size:15px;
	line-height:1.5;
	letter-spacing:-1px;
	-webkit-background-size:23px 15px;
	border-bottom:1px solid #c0c9cd;
	overflow:hidden;
	padding:8px 5px 17px 5px;
}
#info li a span {
	color:#C64F2D;
	font-size:12px;
	line-height:1.5;
}
#info li:last-child a {
	border-bottom:none;
}

/*===========================
テーブル
===========================*/
.scroll {
overflow: auto;
　　　　/*tableをスクロールさせる*/
 white-space: nowrap;
　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track {
　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
table.table3 {
	width:100%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
}
table.table3 th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:bold;
	background-color:#DDEADB;
	letter-spacing:0;
	vertical-align: middle;
}
table.table3 td {
    padding: 4px 3px 4px 3px;
    border-bottom: 1px #c9d4dc solid;
    border-right: 1px #c9d4dc solid;
    font-weight: normal;
    background-color: #FFFFFF;
    letter-spacing: 0;
    vertical-align: middle;
}
table.table3 td.td_center {
	text-align: center;
}
table.table5{
	border-spacing:0;
	border-collapse:collapse;
  width:100%;
  border: 2px solid #d1dfce;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
table.table5 th{
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	color:#55854E;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
	background-color: #DDEADB;
}
 
table.table5 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #c9d4dc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
table.table5 th{
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	/* [disabled]border-radius: 3px; */
}
table.table5 td{
	display: list-item;
	/* [disabled]width: 100%; */
	border-top: none !important;
}
}



/*===========================
ボタン
===========================*/
.button a {
	width: 100%;
	background-color: #6fae57;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(68,123,46,1);
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
}
.button a:hover {
	box-shadow: 0 1px 0 rgba(68,123,46,1);
	margin: 12px auto 8px;
}
/*===========================
フォントサイズ
===========================*/
.fa-lg {
	/* [disabled]line-height: 1.5em!important; */
}
/*===========================
リスト
===========================*/
ul.list_green li, ul.list_blue li {
	list-style:none;
	padding-left:24px;
	line-height:1.6;
	position:relative;
}
ul.list_green li:before{
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:8px;
	background:#8cd9a4;
	line-height:16px;
	position:absolute;
	left:0;
	top:2px;
}
ul.list_blue li:before{
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:8px;
	background:#8cb6d9;
	line-height:16px;
	position:absolute;
	left:0;
	top:2px;
}
.list3 li{
	position:relative;
	padding-left:20px;
}
 
.list3-maru:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:3px; 
	left:3px; 
	border-radius:30px;
	height:7px; 
	width:7px; 
	border:3px solid #ff2a28;
}
 
.list3-batu:before, .list3-batu:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:3px;
	height:4px; 
	width:14px; 
	background:#ff2a28; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list3-batu:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li{
	position:relative;
	padding-left:20px;
}
 
.list4 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#08b047; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list6 li{
	position:relative;
	padding-left:20px;
}
 
.list6 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list10{
	counter-reset:li;   
}
 
.list10 li{
	position:relative;
	display: block;
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
}
 
li.list10-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: 6px;
	font-size: 30px;
	color:#96bc9d;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}
/*===========================
マーカー
===========================*/
.marker {
	background: linear-gradient(transparent 50%, #c4fbc3 0%);
}
.marker2 {
	background: linear-gradient(transparent 50%, #fccf94 0%);
}

/*===========================
リンク
===========================*/
a.arrow1{
	text-decoration:none;
	color:#cbcbcb;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow1:before,
a.arrow1:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow1:before{
	border-right:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:8px;height:8px;
	right:0;top:50%;
	margin-top:-4px;
}
a.arrow1:after{
	width:12px;
	border-bottom:1px solid #cbcbcb;
	right:0;top:50%;
}
a.arrow2{
	text-decoration:none;
	color:#76A474;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow2:before, a.arrow2:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
	right:0;
	bottom:6px;
}
a.arrow2:before{
	width:12px;height:3px;
	background:#76A474;
}
a.arrow2:after{
	width:4px;height:8px;
	background:#76A474;
}
a.arrow3{
	position:relative;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #76a474;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 16px;
}
a.arrow3:before,
a.arrow3:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow3:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.arrow3:after{
	width:4px;
	height:4px;
	border-right:2px solid #699267;
	border-top:2px solid #699267;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}
/*===========================
枠
===========================*/
.box-13 {
    border: 2px solid #2da84a;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em;
    position: relative;
}
.box-13::before {
    background-color: #fff;
    color: #2da84a;
    content: "適応症状";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
.box18{
    margin:2em 0;
    position: relative;
    padding: 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

/*===========================
黒板
===========================*/
.kokuban {
    font-family: huifont;
    color: #fff;
    background-color: #114400;
    margin: 10px 0 10px 0;
    padding: 15px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 1.9;
}
.point {
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
}

/*===========================
フローチャート
===========================*/
.arrow_box {
	position: relative;
	background: #fff;
	border: 4px solid #cbf5cb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 20px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-top-color: #cbf5cb;
	border-width: 21px;
	margin-left: -21px;
}
.arrow_box_last {
	position: relative;
	background: #edffec;
	border: 4px solid #bce3bc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
}
/*===========================
その他
===========================*/
.imgCenter3 span {
	padding: 5px;
	display: block;
}
.voice {
	border: 2px solid #eae7db;
	border-radius: 4px;
	margin: .5em 0;
	padding: 1em;
	position: relative;
}
.contents {
overflow-x: auto;
-webkit-overflow-scrolling: touch; 
position: relative;
}
.contents:after {
content:"＞";
position: absolute;
right:50px;
font-size:80px;
margin-top: -40px;
top:50%;
opacity: 0;
}
.contents.show:after {
opacity: 0.2;
transition: .8s;
right:5px;
}
.contents.del:after {
display: none;
}

.accordion_icon.active span:nth-of-type(1) {
	top: 5px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}


/* アコーディオン */
.list6 dl.acordion{
 margin: 0 10px 0 10px;
 }
 .list6 dt.trigger {
 background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
 background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
 border-radius: 10px;
 text-align: left;
 border: 1px solid #ccc;
 color: #000;
 margin-bottom: 0;
 padding: 10px;
 }
 .list6 dt.active{
 border-radius: 10px 10px 0 0;
 }
 .list6 dt.trigger span.open-close {
 background: url(point_plus.png) no-repeat right top;
 float: right;
 width: 20px;
 height: 20px;
 text-indent: -9999em;
 }
 .list6 dt.active span.open-close {
 background: url(point_none.png) no-repeat right top;
 float: right;
 width: 20px;
 height: 20px;
 }   
 .list6 dd.acordion_tree{
 padding: 10px;
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: #9bd8ff linear-gradient(#fff, #f0f0f0);
 border: 1px solid #ccc;
 border-top: none;
 }
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}

/*===========================
page2
===========================*/
#anchor{
    margin-top:-120px;
    padding-top:120px;
}


/*===========================
page3
===========================*/



/*===========================
page4
===========================*/



/*===========================
page5
===========================*/

