body{
	margin:0;
	padding:0;
	vertical-align:middle;
}
.scr {
	padding:0 10px 0 0;
  width: 100%;
height: 300px;
overflow-y: scroll;
}
@media screen and (max-width: 480px) {
 .scr {
  width: 100%;
height: 100px;
overflow-y: scroll;
}
}

dl.list309 dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7em;
	border-left: solid 5px #F2F2F2;
	padding-left: 5px;
	color: #23683A;
}

dl.list309 dd {
	padding-bottom:0.5em;
  margin-bottom: 0.8em;
  margin-left: 7.5em;
	border-bottom:solid 1px #cccccc;
}


/*widthが広すぎる場合*/
.divsize {
	padding:0 60px;
}
@media screen and (max-width: 1170px) {
	.divsize {
	padding:0px;
}
}

.bkiro {
	background-color:#D7E2F2;
}


.font-mincho {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*画像きりかえ*/
.pcimg{
display:inline;
}
.spimg{
display:none;
}
@media screen and (max-width: 480px) {
.pcimg{
display:none;
}
.spimg{
display:inline;
}
}


#topbox {
	padding:60px 0;
}
@media screen and (max-width: 480px) {
#topbox {
	padding:20px 0;
}
}


/*xsで改行を無効化*/
@media screen and (max-width: 480px) {
.brnone { display : none ; }
}




a.overwhite{
    
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*１行内で右寄せ左寄せ*/
.textalignleft{
	text-align: left;
   float: left;
}
.textalignright{
	text-align: right; }
/*１行内で右寄せ左寄せ*/
	
	
.fnt_white,.fnt_white a {
color:#FFFFFF;
}
.aka{
	color:#F00;
}

.txt {
	padding:10px 0;
}
 Demo styles 
    
    html, body {
        position: relative;
        height: 100%;
    }
    /*body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }*/
    .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
   
	
	
	
/*見だし*/
@media print, screen and (min-width: 993px), print {
 .mds01 {
	 padding:0 0 30px 0;
	  text-align:left;
	  border-bottom:#CCC solid 1px;
	  margin-bottom:30px;
	  font-weight:bold;
}

}

@media print, screen and (min-width: 391px) and (max-width: 992px) {

 .mds01 {
	 padding:0 0 10px 10px;
	  text-align:left;
	  border-bottom:#CCC solid 1px;
	  margin-bottom:20px;
}

}

@media print, screen and (max-width: 390px) {

 .mds01 {
	 padding:0 0 10px 0;
	  text-align:center;
	  border-bottom:solid 1px #ccc; 
	  margin-bottom:10px;
}
}
/*見だし*/



.bgcolor{
	background-color:#E7F1F7;
	
}

.fs80 {
	font-size:80%;
}
.fs110 {
	font-size:110%;
}

.fs120 {
	font-size:120%;
}
.fs130 {
	font-size:130%;
}
.fs140 {
	font-size:140%;
}
.fs150 {
	font-size:150%;
}
.fs160 {
	font-size:160%;
}



.head_bg{
	
}

 ul,ul li{
	 margin:0;
	 padding:0;
	 list-style-type:none;
	 /*list-style-position:inside;*/
	 
 }
.list li{
	 margin-left:20px;
	 padding:0;
	 list-style-image:url(../img/btn_arrow.png);
	 }
 @media print, screen and (min-width: 993px), print {
  .fs120 {
	font-size:120%;
}
.fs130 {
	font-size:130%;
}
.fs80 {
	font-size:80%;
	line-height:2em;
}


}
@media print, screen and (min-width: 750px) and (max-width: 992px) {
  .fs120 {
	font-size:120%;
}
.fs130 {
	font-size:130%;
}
.fs80 {
	font-size:80%;
	line-height:2em;
}	
}

@media print, screen and (max-width: 749px) {
  .fs120 {
	font-size:100%;
}
.fs130 {
	font-size:100%;
}
.fs80 {
	font-size:80%;
	line-height:2em;
}
}
/**/ 


.lineheight140{
	line-height:140%;
}
.lineheight180{
	line-height:180%;
}
.kakaku{
	text-align:right;
	
}



/*ヘッダーフッター*/
CSS
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#FFF;
}

body > .container {
  padding: 0 15px 15px;
  
}
.container {


}
.bg{
	background-color:#FFF;
	padding:30px 20px;
}
.container .text-muted {
  margin: 20px 0;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/*／ヘッダーフッター*/

.iro {
	color:#007149;
}
.iro2 {
	color:#357200;
}


.bgiro{
	background-color:#F4F4F4;
}
.bld {
	font-weight:bold;
}
.cntr {
	text-align:center;
	margin:0 auto;
}
.ta_right {
	text-align:right;
}

.midori_bk{
	background-image:url(../img/top/midori.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}

/*xs smでセンター寄せ*/
@media print, screen and (min-width: 993px), print {
.sm_center {
	text-align:left;
	margin:0 auto;
}
}

@media print, screen and (min-width: 391px) and (max-width: 992px) {
 .sm_center {
	 width:100%;
	text-align:center;
	margin:0 auto;
}
}

@media print, screen and (max-width: 390px) {
.sm_center {
	 width:100%;
	text-align:center;
	margin:0 auto;
}
}
/*／xs smでセンター寄せ*/


/*フッター*/
/**/
@media print, screen and (min-width: 993px), print {
 .copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	padding:6px 0;
	border-top:solid #666 1px;
}
}

@media print, screen and (min-width: 391px) and (max-width: 992px) {
 .copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	padding:6px 0;
	border-top:solid #666 1px;
	font-size:90%;
	line-height:2em;
}
}

@media print, screen and (max-width: 390px) {
 .copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	padding:6px 0;
	border-top:solid #666 1px;
	font-size:80%;
	line-height:2em;
}
}
/**/

/*／フッター*/
/*画像枠付き*/
.img-thumbnail-dotted {
  padding: 2px;
  border: 1px dotted #555;
  border-radius: 2px;
}
/*／画像枠付き*/



.brdr_bottom{
	border-bottom:1px dotted #999;
	padding:0;
	margin:0 0 5px;
	
	
}
.ttl{
	padding:40px 0 20px 0;
}






/*キャッチ*/

 .catch {
	font-size:30px;
	line-height:1.4em;
}
 .catch2 {
	font-size:26px;
	line-height:1.4em;
	
}
.catch3 {
	font-size:21px;
	line-height:1.4em;
}
.catch4 {
	font-size:17px;
	line-height:1.6em;
}
@media print, screen and (min-width: 470px) and (max-width: 992px) {
.catch {
	font-size:24px;
	line-height:1.4em;
}
.catch2 {
	font-size:19px;
	line-height:1.4em;
}
.catch3 {
	font-size:17px;
	line-height:1.4em;
}
.catch4 {
	font-size:16px;
	line-height:1.4em;
}
}

@media print, screen and (max-width: 469px) {
.catch {
    font-size:17px;
	font-weight:bold;
	line-height:1.4em;
}
.catch2 {
    font-size:16px;
	font-weight:bold;
	line-height:1.4em;
}
.catch3 {
    font-size:15px;
	font-weight:bold;
	line-height:1.4em;
}
.catch4 {
	font-size:15px;
	line-height:1.4em;
}
}
/*キャッチ*/


.mds-bk{
	padding: 0 0 10px 0;
	border-bottom:solid 2px #ccc;
	
}
.mds-bk2{
	padding: 5px 10px 5px;
	background-color:#F2F2F2;
}
.mds-bk3{
	background-image:url(../img/common/mds_bk.jpg);
	background-repeat:no-repeat;
	background-position:right ;
	
	background-color:#068906;
	padding:6px 10px 5px ;
	color:#FFF;
	margin-bottom:20px;
	
}
.mds-bk4{
	background-color:#007149;
	padding:5px 10px 3px ;
	color:#FFF;
	margin-bottom:20px;
	
}
.mds-grd1 {
	padding:7px 10px;
	margin-bottom:20px;
	border-bottom:solid 1px #007149;
	border-left:solid 4px #007149;
	border-top:solid 1px #F4F4F4;
	border-top:solid 1px #F4F4F4;
	font-size:1.1em;
	letter-spacing:3px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F4F4F4));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 100%);


}


.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0;
}

.brdrbtm {
	border-bottom:#333 dotted 1px;
}
.brdr_btm_green{
	border-bottom:#113860 solid 2px;
}

.gly-bk {
	border:dotted 1px #DDDDDD;
	background-color:#FCFCFC;
	padding:30px;
	margin-bottom:10px;
	width:auto;
}
@media screen and (max-width: 480px) {
.gly-bk {
	padding:10px;
}

}
.gly-bk2 {
	background-color:#F4F4F4;
	padding:30px;
	margin-bottom:10px;
	width:auto;
}
@media screen and (max-width: 480px) {
.gly-bk2 {
	padding:10px;
}
}
.orng-bk {
	background-color:#ED965A;
	border:solid 1px #E85A24;
	padding:20px;
	color:#FFF;
}
.orng-waku {
	border:solid 2px #007149;
	padding:20px;
}
@media screen and (max-width: 480px) {
.orng-waku {
	padding:10px;
}
}


.waku {
	background-color:#FFF;
	padding:20px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
}
@media screen and (max-width: 480px) {
.waku {
	padding:10px;
}

}
.waku2 {
	background-color:#FFF;
	padding:20px;
	border: 1px solid #23683A;
	border-radius: 2px;
}
.waku2:hover {
	border: 1px solid #ccc;
	background-color:#FCFDFD;
}
@media screen and (max-width: 480px) {
.waku2 {
	padding:10px;
}

}

.waku3 {
	background-color:#FFF;
	padding:20px;
	border: 1px solid #DADF00;
	border-radius: 2px;
}

@media screen and (max-width: 480px) {
.waku3 {
	padding:10px;
}

}



.waku-sdw {
	background-color:#FFF;
	
	/* box-shadow */
box-shadow:0px 0px 10px 0px #e3e3e3;
-moz-box-shadow:0px 0px 10px 0px #e3e3e3;
-webkit-box-shadow:0px 0px 10px 0px #e3e3e3;

/* border-radius */
border:solid 1px #FFF;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

/* border */
}

.green_bk {
	background-color:#FFF;
	padding:20px 20px 10px 20px;
	border: 5px solid #5E2E1B;
	border-radius: 2px;
}

.green_bk2 {
	background-color:#FFF;
	color:#000;
	padding:20px;
	border:#5E2E1B solid 1px;
	text-decoration:none;
	
}
a .green_bk2:hover {
	background-color:#9AC1AC;
	color:#FFF;
	padding:20px;
	border:#5E2E1B solid 1px;
	
}

.gly_orange {
	background-color:#F3F9FF;
	padding:20px;
	border: 3px solid #007149;
  border-radius: 2px;
}

.sankaku{
	padding:0;
	margin:0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #007149;
}

/*** レスポンシブテーブルデザイン1 ***/
.tbl{
  width:100%;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}
 
.tbl th{
  padding: 5px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background-color: #F4F4F4;
  text-align:center;
  font-weight:normal;
}
 
.tbl td{
	padding: 5px 10px;
border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media print, screen and (max-width: 749px) {
.tbl th{
  padding: 5px 3px;
}
 
.tbl td{
	padding: 5px 3px;
}
}




.tbl2{
  width:100%;

}
 
.tbl2 th{
	font-weight:normal;
  padding: 5px 0;
   
  border-right: dashed 1px #cccccc;
  border-bottom: dashed 1px #cccccc;
}
 
.tbl2 td{
	padding: 5px 10px;

  border-bottom: dashed 1px #cccccc;
}
 
 
 
.tbl-rsp{
  width:100%;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
  overflow: ;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp th{
  padding: 10px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
}
 
.tbl-rsp td{
padding: 10px;
text-align: left;
vertical-align: top;
border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  background-color: #FFF;
}
 
@media (max-width: 400px){
.tbl-rsp{
  border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}
.tbl-rsp th{
	border-right: 1px solid #cccccc;
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
	border-right: 1px solid #cccccc;
  display: list-item;
  width: 100%;
  border-top: none !important;
  /*border-right: none !important;*/
}
}
/*** レスポンシブテーブルデザイン1 ***/
/*** レスポンシブテーブルデザイン2 ***/ 
.tbl-rsp2{
  width:100%;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp2 th{
  padding: 5px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: 1px solid #cccccc;
  overflow: hidden;
  font-style: normal;
  font-weight:normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
  vertical-align:middle;
}
 
.tbl-rsp2 td{
padding: 5px;
text-align: left;
vertical-align: top;
border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: 1px solid #cccccc;
  overflow: hidden;
word-break: break-all;
word-wrap: break-word;
background-color: #FFF;
}
 
 
@media (max-width: 400px){
.tbl-rsp2{
  /*border:none;*/
}
.tbl-rsp2 th{
	background-color: #F4F4F4;
  width:100%;
  display:block;
  margin: 0 auto;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: 1px solid #cccccc;
  /*border:none;
  border-radius: 3px;*/
  font-weight:bold;
}
.tbl-rsp2 td{
  display: list-item;
  width: 100%;
  text-align:center;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: 1px solid #cccccc;
  /*border-top: none !important;
  border-right: none !important;*/
}
}
/*** ／レスポンシブテーブルデザイン2 ***/
/*** レスポンシブテーブルデザイン0 ***/ 
.tbl-rsp0{
  width:100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp0 th{
  padding: 2px;
 border-bottom:dashed 1px #EDEDED;
  border-right:none;
border-left:none;
background-color:#fff;
overflow: hidden;
  font-style: normal;
  font-weight:normal;
  font-size: 100%;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
 
.tbl-rsp0 td{
padding: 2px;
vertical-align: top;
 border-bottom:dashed 1px #EDEDED;
  overflow: hidden;
word-break: break-all;
word-wrap: break-word;
border-left:none;
}
 
 
@media (max-width: 400px){
.tbl-rsp0{
  /*border:none;*/
}
.tbl-rsp0 th{
	background-color: #F4F4F4;
  width:100%;
  display:block;
  margin: 0 auto;
  border-bottom:none;
  font-weight:bold;
}
.tbl-rsp0 td{
  display: list-item;
  width: 100%;
  text-align:center;
  border-bottom:none;
  border-right:none;
}
}
/*** ／レスポンシブテーブルデザイン0 ***/

.lineheight140{
	line-height:140%;
}
.lineheight14{
	line-height:1.4em;
}
.lineheight18{
	line-height:1.8em;
}

.leftbrdr_orange{
	border-left:solid 7px #007149;
	padding-left:10px;
	line-height:120%;
	margin-bottom:5px;
}
.leftbtmbrdr{
	border-left:solid 7px #007149;
	border-bottom:solid 1px #007149;
	padding:0 0 5px 10px;
	line-height:120%;
	margin-bottom:5px;
}
.orange {
	color:#70655F;
}
.kuro
{
	color:#333;
}
.hr{
    border:none;
    border-top:solid 1px #666666;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
	padding:0;
}
.mds-bk_iro{
	background-color:#007149;
	padding:7px 15px;
	margin:0 0 10px;
	
	color:#fff;
}
.mds-bk_iro2{
	background-color:#D0D7EA;
	color:#007149;
	border-left:3px solid #007149;
	font-size:19px;
	padding:8px;
	margin:0 0 20px;
}
/*チェック見出し*/
.heading2{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	line-height: 38px;
}
 
.heading2:after, .heading2:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#00A8FF; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading2:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}/*チェック見出し*/
.shikaku_arrow {
	border-left:18px solid #007149;
	padding-left:10px;
	margin-bottom:10px;
	line-height:18px;
	
}

@media print, screen and (min-width: 993px), print {
 
}

@media print, screen and (min-width: 391px) and (max-width: 992px) {
 
}

@media print, screen and (max-width: 390px) {
 
}
/**/
.mds_stripe {
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.mds_ribbon {
	color:#FFF;
	position: relative;
	padding: .5em 1em;
	background-color: #007149;
}
.mds_ribbon::before,
.mds_ribbon::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.mds_ribbon::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #198E24;
}
.mds_ribbon::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #198E24;
}
.mds_ribbon_bg{
	padding:20px;
}
@media print, screen and (max-width: 749px) {
.mds_ribbon::before {
	border-width: 0 8px 8px 0;
}
.mds_ribbon::after {
	border-width: 8px 8px 0 0;
}
.mds_ribbon_bg{
	padding:10px 0;
}
}
/**/
@media print, screen and (min-width: 993px), print {
 .brdrtate{
	 border-left:1px solid #ccc;
}
}

@media print, screen and (min-width: 750px) and (max-width: 992px) {
 .brdrtate{
	  border-left:1px solid #ccc;
}
}

@media print, screen and (max-width: 749px) {
 .brdrtate{
	 border-left:none;
}
}
/**/
hr.hr2 {
	margin:13px 0;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.hr4{
    border:0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #fff;
}
hr.hr5{
    border:0;
    padding:10px 0 ;
    border-bottom:1px dashed #007149;
}
hr.hr3{
    border:0;
	    margin-top: 0px;
    border-bottom: 1px solid #007149;
}
.waku-grd{
	padding:10px ;
	border:solid 1px #ccc;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius:2px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f4f4f4');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f4f4f4')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f4f4f4));
background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
background-image: linear-gradient(top, #ffffff, #f4f4f4);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}
.waku-grd2{
	padding:10px 2px;
	border:solid 1px #23683A;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
color:#FFF;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#23683a+0,62ab3a+100 */
background: #23683a; /* Old browsers */
background: -moz-linear-gradient(top, #23683a 0%, #62ab3a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #23683a 0%,#62ab3a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #23683a 0%,#62ab3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23683a', endColorstr='#62ab3a',GradientType=0 ); /* IE6-9 */

}
.waku-grd2:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#62ab3a+1,23683a+100 */
background: #62ab3a; /* Old browsers */
background: -moz-linear-gradient(top, #62ab3a 1%, #23683a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #62ab3a 1%,#23683a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #62ab3a 1%,#23683a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ab3a', endColorstr='#23683a',GradientType=0 ); /* IE6-9 */

}
.waku-grd2 p {
	color:#FFF;
}
.mojimarker/*蛍光マーカー*/ {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*ふきだし*/
.arrow_box { color:#0371E8;
}
@media print, screen and (min-width: 993px), print {
.arrow_box {
	padding:15px 25px;
	position: relative;
	background: #CFEAFF;
	border-radius:10px;
	/*border: 4px solid #007149;*/
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #CFEAFF;
	border-width: 15px;
	margin-top: -15px;
}
/*.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #007149;
	border-width: 21px;
	margin-top: -21px;
}*/

}
@media print, screen and (min-width: 750px) and (max-width: 992px) {
	
}

@media print, screen and (max-width: 749px) {
	.arrow_box {
		padding:15px 25px;
	position: relative;
	background: #CFEAFF;
	border-radius:10px;
	/*border: 4px solid #007149;*/
}
.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-color: rgba(136, 183, 213, 0);
	border-top-color: #007149;
	border-width: 15px;
	margin-left: -15px;
}*/
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #CFEAFF;
	border-width: 21px;
	margin-left: -21px;
}
}
/*ふきだし*/
/*listデザイン*/

.list03 li {
	position: relative;
	left: 1.6em;
	list-style:none;
	padding-left:3px
}
.list03 li::after,
.list03 li::before {
	display: block;
	content: '';
	position: absolute;
}
.list03 li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #F4A856;
	border-radius: 100%;
}
.list03 li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*listデザイン*/
/*リストスタイル*/
.list01,.list01 li ul li {
	list-style-type:none;
	padding-left:12px;
	
}
.list01 li {
	position: relative;
}
.list01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list01 li ul li {
	position: relative;
	right:-0.1em;
	font-size:0.9em;
}
.list01 li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -0em;
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 100%;
}




/*2*/
.list02{
	background-color:#F4F4F4;
}
.list02 li {
	padding:5px 0 5px;
	border-bottom:dashed 1px #666;
	
}
.list02 li:hover {
	background-color:#ccc;
	color:#fff;
}
.list02,.list02 li ul li {
	list-style-type:none;
	
}
.list02 li {
	position: relative;
}
.list02 li p {
	padding-left:1.8em;
}
.list02 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .9em;/*top: .6em;*/
	left: 0.6em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list02 li ul li {
	position: relative;
	right:-3em;
	font-size:0.9em;
}
.list02 li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1em;
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 100%;
}

 @media screen and (max-width: 480px) {
.list02 li {
	padding:3px 0 4px;
	
}
.list02 li::after {
	display: block;
	content: '';
	position: absolute;
	top: top: .6em;
	left: 0.2em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
/*／リストスタイル*/
/*枠はじおれ*/
.wakublock {
	
    position: relative;
    padding: 20px;
    color: #FFF;
    background: #007149;
    overflow: hidden;
}
 @media screen and (max-width: 480px) {
.wakublock {
    padding: 10px;
}
}
.wakublock:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #95A9DB;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.wakublock4 {
    position: relative;
    padding: 10px;
	color:#007149;
    background: #DCE7F4;
    overflow: hidden;
}
 
.wakublock4:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #007149;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}/*枠はじおれ*/
/*枠左ボーダー*/
.wakublock2 {
    border: #F4A856 solid 1px;
    border-left: #F4A856 solid 10px;
    padding: 20px;
    background: #fff;
}/*枠左ボーダー*/
/*見出し左ボーダー*/
.wakublock3 {
    border: #113860 solid 1px;
    border-left: #113860 solid 10px;
    padding: 8px 10px;
	color:#007149;
    background: #fff;
	margin:0 0 10px;
}/*見出し左ボーダー*/
@media print, screen and (max-width: 749px) {
.xs-bg-midori {
	border-top:solid 1px #007149;
	padding-top:10px;
}
}
.otoi {
	background-image:url(../img/common/otoi_bg.png);
	background-repeat:no-repeat;
	background-position:center right;
}
@media print, screen and (max-width: 749px) {
.otoi {
	background-image:none;
}
}
.waku_kousei {
	height:270px;
}
@media print, screen and (max-width: 749px) {
.waku_kousei {
	height:auto;
}
}
/*下線２色*/
.kasen {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  /*font-size: 26px;
  color:#3cb3e4;*/
}
.kasenheading {
  margin: 10px 0
}
.kasen2shoku .kasenheading {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.kasen2shoku .kasenheading span{
  padding: 8px;
}
.kasen2shoku .kasenheading:before {
  content: "";
  border-bottom: 3px solid #007149;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.kasen2shoku .kasenheading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
/*下線２色*/
/*四角重ねた見出し*/
.heading1{
	position:relative;
	padding-left:25px;
	border-bottom:2px solid #DADF00;
	font-weight: bold;
	line-height: 38px;
	margin-bottom:20px;
	margin-top:20px;
}
 
.heading1:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#23683A; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.heading1:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#DADF00; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}


.topbk01 {
	background-image:url(../img/top/topbk.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
} 
.topbk02 {
	background-image:url(../img/top/topbk1.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.topbk02a {
	background-image:url(../img/top/topbk1.jpg);
	background-position:center;
background-size:cover;
}
/*@media screen and (max-width: 480px) {
.topbk01,.topbk02 {
	background-image:none;
} 
}*/


.main-visual_daini {
	height:130px;
	border-bottom:1px solid #23683A;
} 
.main-visual_daini01 {
	background-image:url(../img/top/topbk2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
} 

.main-visual_daini_p {
	padding-top:50px;
	color:#23683A;
}
@media screen and (max-width: 1190px) {
.main-visual_daini {
	height:50px;
}

.main-visual_daini_p {
	padding:10px;
	
}
}



@media screen and (max-width: 480px) {
.main-visual_daini {
	height:35px;
}
.main-visual_daini_p {
	padding:6px;
	
}
}
.grd01 {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
}
.center{
	text-align: center;
}

.tbl-rsp_center{
  width:100%;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
  overflow: ;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp_center th{
  padding: 10px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  overflow: ;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
text-align: center; 
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
}
 
.tbl-rsp_center td{
padding: 10px;
text-align: center;
vertical-align: top;
border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;

word-break: break-all;
word-wrap: break-word;
  background-color: #FFF;
}
 
@media (max-width: 400px){
.tbl-rsp_center{
  border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}
.tbl-rsp_center th{
	border-right: 1px solid #cccccc;
  width:100%;
	text-align: center;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp_center td{
	border-right: 1px solid #cccccc;
  display: list-item;
	text-align: center;
  width: 100%;
  border-top: none !important;
  /*border-right: none !important;*/
}
}

/* ボタン全体 */
.flowbtn{
font-family:'Arial',sans-serif;/* 好きなフォントを指定してね */
border-radius:4px;
position:relative;
display:inline-block;
width:66px;
height:59px;
font-size:30px;
color:#fff!important;
transition:.5s;
text-decoration:none;
box-shadow:0 1px 2px #999;
}
.flowbtn i{
position:relative;
padding-top: 6px;
}
/* Twitter */
.fl_tw1{
background:#55acee;
}
/* Facebook */
.fl_fb1{
background:#3b5998;
}
/* はてブ */
.fl_hb1{
background:#1ba5dc;
}
/* Pocket */
.fl_pk1{
background:#ef3f56;
}
/* Feedly */
.fl_fd1{
background:#6cc655;
}
/* YouTube */
.fl_yu1{
background:#fc0d1c;
}
/* LINE */
.fl_li1{
background:#00c300;
}
/* 問い合わせ */
.fl_ma1{
background:#f3981d;	
}
/* Instagram紫グラデ背景 */
.insta_btn1{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;
}
/* Instagramオレンジグラデ背景 */
.insta_btn1:before{
content: '';
position:absolute;
top:33px;
left:-20px;
width:80px;
height:50px;
background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* ボタン内テキスト調整 */
.flowbtn div{
font-size:11px;	
font-weight:bold;
letter-spacing:0;
position:relative;
}
/* ボタンマウスホバー時 */
.flowbtn:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
text-decoration:none;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* ボタン全体の位置調整 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* ボタン同士の余白調整 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}

.fa-facebook-f:before {
    content: "\f39e";
	    content: "\f09a" !important;
}
.ppp5 {
    padding: 5px;
}

.fright {
    float: right;
}
.mb20{
	padding-bottom: 20px;
}

 /*バー部分*/
    .menupdf label {
      cursor :pointer;
      display: block;
      text-decoration: none;
      color: #fff;
 padding: 10px 2px;
    border: solid 1px #23683A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    background: #23683a;
    background: -moz-linear-gradient(top, #23683a 0%, #62ab3a 100%);
    background: -webkit-linear-gradient(top, #23683a 0%, #62ab3a 100%);
    background: linear-gradient(to bottom, #23683a 0%, #62ab3a 100%);
		font-size: 17px;
    line-height: 1.6em;
		text-align: center;
    }
    /*開いたときに表示される部分*/
    .menupdf ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1px;
    }
    .menupdf li {
      height: 0;
      overflow-y: hidden;
      transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
      -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
      -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
      -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
      -o-transition: padding-bottom 0.5s, padding-top 0.5s;
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li {
      height: auto; /*開いたときに表示されるliの高さ*/
      opacity: 1;
      background: #f1f1f1;
      padding: 10px;
    }
     /*開いたときの下の余白*/
    #menu_bar01:checked ~ #links01 li:last-child,
    #menu_bar02:checked ~ #links02 li:last-child {
      margin-bottom: 20px;
    }
    /*閉じた状態の矢印描画*/
    .menupdf label:after_bk{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 8%;
      top: 0;
      bottom: 15%;
      margin: auto;
    }
    /*開いた状態の矢印描画*/
    .menupdf input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
      right: 8%;
      top: 7%;
      bottom: 0;
      margin: auto;
    }
.menupdf input{
	display: none;
}

