@charset "UTF-8";
/* CSS Document */
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.8); 
    padding-top: 80px;
    padding-bottom: 120px;
     height:850px;
}
.sub_artcle_in_80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.sub_contents1 {
    border-top: thin solid rgba(197,235,216,1.00);
    width: 100%;
    background-image: url("images/1_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 800px;
   }
.sub_artcle-ph-w45_l {
    width: 55%;
    float: left;
    margin-right: 3%;
}
.sub_artcle-ph-w45_r {
    width: 45%;
    float: right;
    margin-left: 3%;
}
.sub_contents2 {
    width: 100%;
    background-image: url("images/siratoha_bg2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height:1050px;
    }
.sub_contents3 {
    width: 100%;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #DAE7DB;
    }
.jigyou_img_left{
	margin-top: 20px;
	width: 45%;
   float: left;
    margin-right: 2%;
/*	height: 200px;
	background-color: hsla(20,3%,82%,1.00);*/
}
.jigyou_img_right{
	margin-top: 20px;
	width: 43%;
    margin-left: 2%;
   float:right;
/*	height: 200px;
	background-color: hsla(20,3%,82%,1.00);*/
}
.jigyou_text_right {
	width: 53%;
	float: right;
}
.jigyou_text_left {
	width: 53%;
	float: right;
}
.jigyou_text_in {
margin-left: 2%;
    margin-top: 30px;
}
.sub_artcle_in_jigyou {
     counter-reset: number;
}
.jigyou_all {
    margin-top: 30px;
	padding-bottom: 50px;
	min-height: 380px;
   
}
.sub_artcle_in_jigyou h5 {
    color: #1B5132;
    font-size: 1.4em;
    padding-left: 0.3em;
    margin-bottom: 0.5em;
    font-weight:normal;
    margin-top: 30px;    
    }
.sub_artcle_in_jigyou h5:before {
    counter-increment: number;
    content: counter(number)"";
    margin-right: 5px;
    background-color: #216241;
    padding-top: 2%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-bottom: 2%;
    color: #FFFFFF;
    border-radius: 3px;
}

/*ボタン*/
.msr_btn09 a {
  background-color: #FFFFFF;
  border:1px solid rgba(18,81,43,1.00);
  border-radius: 2px;
  color: rgba(18,81,43,1.00);
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
/* マウスオーバー */
.msr_btn09 a:hover {
  background-color: rgba(18,81,43,1.00);
  color: #FFFFFF;
}
/*------------------------------------------------
mobile
------------------------------------------------*/  
@media screen and (max-width: 768px){
        .sub_contents {
   	width: 80%;
   float: none;
margin-left: auto;
    margin-right: auto;
   }
.sub_contents-in {
    max-width:768px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
  /*  background-color: hsla(0,0%,100%,1.00);
    -webkit-box-shadow: 0 0 7px 5px hsla(157,13%,88%,1.00);
    box-shadow: 0 0 7px 5px hsla(157,13%,88%,1.00);*/
    }  
    .sub_contents1 {
    height: auto;
   }
    .sub_contents_w-bg {
            padding-top: 30px;
   height: auto;
}
    .sub_contents2 {
     height: auto;
    }
.sub_contents3 {
    height: auto;
    }
    .sub_artcle-ph-w45_r {
      width: 90%;
   float: none;
margin-left: auto;
    margin-right: auto;  
    }
.jigyou_all {
	padding-bottom: 20px;
	height: auto;
}
.sub_artcle_in_jigyou h5 {
        font-size: 110%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    }
.sub_artcle_in_jigyou h5:before {
        font-size: 110%;
    display: block;
    width: 10%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    }
.jigyou_img_left{
	margin-top: 20px;
	width: 90%;
   float: none;
margin-left: auto;
    margin-right: auto;
    display: block;
}
    .jigyou_img_right{
	margin-top: 20px;
	width: 90%;
   float: none;
margin-left: auto;
    margin-right: auto;
    display: block;
}
.jigyou_text_right {
width: 90%;
   float: none;
margin-left: auto;
    margin-right: auto;
    display: block;
}

.jigyou_text_right {
width: 90%;
   float: none;
margin-left: auto;
    margin-right: auto;
}
.jigyou_text_left {
width: 90%;
   float: none;
margin-left: auto;
    margin-right: auto;
}
    .sub_artcle-list_box2 {
        width: 75%;
           float: none;
margin-left: auto;
    margin-right: auto;
        margin-bottom: 30px;
    }
}
