.navi_home:before{
  content:"";
  content:url(../images/common/icon_s01.png);
  display: block;
}

.navi_info:before{
  content:"";
  content:url(../images/common/icon_s02.png);
  display: block;
}

.navi_schedule:before{
  content:"";
  content:url(../images/common/icon_s03.png);
  display: block;
}

.navi_appply:before{
  content:"";
  content:url(../images/common/icon_s04.png);
  display: block;
}

.navi_support:before{
  content:"";
  content:url(../images/common/icon_s05.png);
  display: block;
}

.navi_contact:before{
  content:"";
  content:url(../images/common/icon_s06.png);
  display: block;
}

.footer_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 61px;
  background: url(../images/common/footer_img.png) repeat;
  background-color: #FBF8E6;
  vertical-align: middle;
}


#top_wrap{
  width: 95%;
  margin: 40px auto;
}

@media only screen and (max-width: 900px) {
.under_wrap{
  margin-top: 100px;
}
}


@media only screen and (min-width: 767px) {
  #top_wrap{
    max-width: 1000px;
    margin: 40px auto;
  }
}

.le50,.ri50,article{
  overflow: hidden;
  zoom:-1;
}


@media only screen and (min-width: 767px) {
  .le50{
    width: 45%;
    float: left;

  }

  .ri50{
    width: 45%;
    float: right;
  }
}

/*#############  index #############*/
@media only screen and (max-width: 786px) {

  .top_slider img{
  height: 70vh;
  object-fit: cover;
}
}

@media only screen and (min-width: 900px) {
  .top_slider{
    margin: -40px 0 0;

  }
}

/*#############  news #############*/
.news{
  background-color: white;
  padding: 10px;

}

@media only screen and (min-width: 767px) {
  .news{
    width: 60%;
    float: left;
  }
}

.new_title{
  position: relative;
  font-size: 1.4em;
  font-weight: 900;
  border-bottom: solid 2px #7F4F21;
  vertical-align: middle;
}

.new_title:before{
	content:"";
	left:0;
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(../images/top/news.png) no-repeat;
	background-size:contain;

}

.news_list{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.5em;
  padding: 3px 10px;
  background-color: #7F4F21;
  border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
  float: right;
}

.news_list a{
  color:white;
}

#news_contents{
  height: 300px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0 10px;
}

#news_contents::-webkit-scrollbar {
  width:10px;
  height: 1px;
  }/* スクロールバー幅 */
#news_contents::-webkit-scrollbar-track {
  background: #EDEDED;
  }/* 背景 */
#news_contents::-webkit-scrollbar-thumb {
   background:#EA5514;
   }/* スクロールバー本体 */


#news_contents dt{
  margin-right: 15px;
  margin-bottom: 5px;
  vertical-align: middle;
}

#news_contents dt span{
  display: inline-block;
  background-color: #D35D5A;
  border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   font-size: 0.75em;
   font-weight: 900;
   color: white;
   padding: 3px 10px;
   margin-left: 10px;
}

#news_contents dd{
  border-bottom: dotted 1px #7F4F21;
  padding-bottom: 3px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.post-categories li a{
  color: white;
}
/*#############  banner #############*/
.banner{
  width: 100%;
  margin: 30px 0;
}

@media only screen and (min-width: 767px) {
  .banner{
    width: 35%;
    float: right;
  }
}

.banner ul li{
  margin-bottom: 10px;
}

.banner ul li{
  margin-bottom: 10px;
}

.banner ul li:nth-child(3){
  float: left;
}

.banner ul li:nth-child(4){
  float: right;
}



#attraction{
  border: solid 2px #6B1685;
  border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   background-color: white;
   padding: 8px 10px;
   position: relative;
}

#attraction .ba_title {
  display: inline-block;
  color: #643B12;
  font-weight: 900;
  width: 40%;
  text-align: center;
}

#attraction .ba_title::before {
  content: "";
   display: block;
   width: 59%;
   height: 7%;
   background: url(../images/common/icon_l01.png) no-repeat;
   background-size: contain;
   vertical-align: middle;
   margin-left: 18%;
}

.ba_img{
  position: absolute;
  width: 50%;
  right: 8px;
}

@media only screen and (min-width: 600px) {
  .ba_img{
    max-width: 250px;
  }
}


#year_schedule{
  border: solid 2px #8FC31F;
  border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   background-color: white;
   padding: 8px 10px;
   position: relative;
}

#year_schedule .ba_title {
  display: inline-block;
  color: #643B12;
  font-weight: 900;
  width: 40%;
  text-align: center;
}

#year_schedule .ba_title::before {
  content: "";
   display: block;
   width: 59%;
   height: 7%;
   background: url(../images/top/leaf01.png) no-repeat;
   background-size: contain;
   vertical-align: middle;
   margin-left: 20%;
}



#ducu_dl{
  color: white;
  width: 48%;
  height: 70px;
  background-color: #13AE67;
  border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   position: relative;

}

#ducu_dl a{
  color: white;
}


 #ducu_dl_tt::before{
   content: url(../images/top/docu_b01.png);
   position: absolute;
   top: -8px;
   left: -60px;
 }

 #ducu_dl_tt{
   position: absolute;
   top: 17px;
   left: 65px;
   line-height: 1.3;
 }

 #ducu_dl_tt::after{
   content: url(../images/top/dl_p.png);
   position: absolute;
   top: 10px;
 }


 #recruit_to{
   color: white;
   width: 48%;
   height: 70px;
   background-color: #036EB8;
   border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;

 }

 #recruit_to a{
   color: white;
 }

  #recruit_to_tt::before{
    content: url(../images/top/recu_b01.png);
    position: absolute;
    top: -15px;
    left: -65px;
  }


  #recruit_to_tt{
    position: absolute;
    top: 25px;
    left: 70px;
  }

  #recruit_to_tt::after{
    content: url(../images/top/dl_p.png);
    position: absolute;
    top: 5px;
    right: -20px;
  }



/*#############  top_kosodate #############*/

.support{
  display: block;
}

.top_sup_title{
  font-size: 1.5rem;
  color: #EA5514;
}

@media only screen and (min-width: 767px) {
  .top_sup_title{
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.top_sup_title::before{
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../images/top/leaf01.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 10px;
}

.top_sup_title::after{
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../images/top/star.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: -10px;
}



.support h2{
  font-size: 2.0rem;
  margin-top: 10px;
  margin-bottom: -10px;
}

.green_line{
  border-top: 3px solid #13AE67;
}

.pink_line{
  border-top: 3px solid #E4007F;
}


.blue_line{
  border-top: 3px solid #2EA7E0;
}

.text_area01{
  width: 95%;
  margin: 10 auto 20px;
}
.botton {
  background-color: #E9EAEA;
  width: auto;
  color: white;
  font-weight: 900;
  padding: 5px 20px;
  border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}
.green {
  background-color: #13AE67;
}


.purple_line{
  border-top: 3px solid #6B1685;
}

.purple{
  background-color: #6B1685;
}


/*#############  under_common #############*/

@media only screen and (min-width: 1050px) {
  #roof{
    width: 1050px;
    margin: 0 auto;
  }
}


.page_content{
  background-color: white;
  position: relative;
  width: 98%;
  margin: 0 auto;
  padding: 0 15px 50px;
}

@media only screen and (min-width: 768px) {
  .page_content{
    padding-top: 60px;
  }
}


@media only screen and (min-width: 1050px) {
  .page_content{
    max-width: 1000px;
    padding: 60px 30px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .pc-20{
    position: absolute;
    top:-60px;
    left: 0;
    right: 0;
  }
}

.page_title{
  font-size: 1.8rem;
  font-weight: 600;
  color:#604C3F;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page_title{
    font-size: 2rem;
  }
}


.info_t:before{
  content:"";
  background: url(../images/common/icon_l02.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.illust01{
width: 200px;
float: right;
}


.gtl_t{
  font-size: 1.8rem;
  font-weight: 600;
  color:#604C3F;
  background: url(../images/common/line_green.png) no-repeat;
  background-position: bottom;
  padding-left: 0.3rem;
  padding-bottom: 0.2rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .gtl_t{
    font-size: 2.2rem;
  }
}


.en_policy li{
  list-style-type: decimal;
  list-style-position: inside;
  text-indent:-1.5em;
  padding-left:1.5em;
  margin-bottom: 10px;
}

.purpose li{
 font-size: 1.9rem;
 font-weight: 800;
}

.purpose li:first-child{
 color: #EA5514;
}

.purpose li:nth-last-child(2){
 color: #179B8C;
}

.purpose li:last-child{
 color: #2EA7E0;
}

.illust02{
width: 150px;
padding-top: 50px;
float: right;
}


/*#############  day year #############*/


.schedule_t:before{
  content:"";
  background: url(../images/common/icon_l03.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.title_bar{
  background-color: #13AE67;
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 2px 0px;
}

.title_bar2{
  background-color: #24A5DE;
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 2px 0px;
}

/*.class_name{
  font-size: 1.6rem;
  display: block;
}

.fg{
  color: #68B82E;
}
.time dt{
  float: left;
  width: 70px;
  clear:left;

}

.fb12{
  font-size: 1.7rem;
  font-weight: 700;
  color: #604C3F;
}

.bg{
  background-color: #8FC31F;
  vertical-align: middle;
 text-align: center;
 color: white;
 font-size: 1.6rem;
 font-weight: 700;
 float: left;
 width: 150px;
 padding: 10px;
}*/

.nensyo_sp{
  padding: 50px 20px 20px;

}
.sp_none{
  display: none;
}

@media only screen and (min-width: 600px) {
  .sp_only{
    display: none;
  }

  .sp_none {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

}

.album {
  width: 90%;
  margin: 40px auto 20px;
}

.album li {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.album li img{
  margin-bottom: 10px;
}


@media only screen and (min-width: 600px) {
  .album li {
    width: 48%;
    display: inline-block;
  }

  .album li:nth-child(odd) {
    margin-right: 2%;
  }

  }


  @media only screen and (min-width: 800px) {
    .album li {
      width: 23%;
      display: inline-block;
    }

    .album li{
      margin-right: 1.2%;
    }

    .album li:nth-child(4n) {
      margin-right: 0;
    }
    }

    /*#############  year #############*/

    .seasonbox{
      background-color: #FBFCEC;
      padding: 15px;

    }

    @media only screen and (min-width: 756px) {
      .seasonbox{
        padding: 30px 40px;
      }
      }


    .pink_b{
      border-top: solid 8px #ECA19E;
    }

    .f13{
      font-size: 10rem;
      font-weight: 700;
      line-height: 1.2;
      margin:40px auto 40px;
    }

    .f13 span {
      font-size: 2rem;
      font-weight: 500;
      color:#444;
      display: block;
    }

    @media only screen and (min-width: 650px) {
      .season_name {
        width: 40%;
        float: left;
      }

      .se_image{
        width: 50%;
        float: right;
      }
      }


    .se_text{
      margin-bottom: 15px;
    }


    .se_ev_li{
      margin-top: 20px;
    }

    @media only screen and (min-width: 650px) {
      .se_ev_li{
        float: none;
        clear: both;
        padding-top: 20px;
      }

      .se_image{
        margin-top: 20px;
      }
      }


    .se_ev_li li{
      display: inline-block;
      width: 47%;
      margin: 0 4% 20px 0;
    }


    .se_ev_li li:nth-child(even){
      margin-right: 0;
    }


    @media only screen and (min-width: 756px) {
      .se_ev_li li{
        width: 22.2%;
        margin-right: 3%;
      }

      .se_ev_li li:nth-child(even){
        margin-right: 3%;
      }

      .se_ev_li li:nth-child(4n){
        margin-right: 0;
      }
      }

    .pint_p li{
      border-bottom: 1px dotted #EE8399;
    }

    .pint_p li::before{
    content: "•";
    color:#EE8399;
    }


    .blue_b{
      border-top: solid 8px #036EB8;
    }

    .blue_p li{
      border-bottom: 1px dotted #036EB8;
    }

    .blue_p li::before{
    content: "•";
    color:#036EB8;
    }


    .brown_b{
      border-top: solid 8px #956134;
    }

    .brown_p li{
      border-bottom: 1px dotted #956134;
    }

    .brown_p li::before{
    content: "•";
    color:#956134;
    }


    .orange_b{
      border-top: solid 8px #EA5514;
    }

    .orange_p li{
      border-bottom: 1px dotted #EA5514;
    }

    .orange_p li::before{
    content: "•";
    color:#EA5514;
    }


  /*#############  about #############*/

  .en_info{
    width: 100%;
      }

.en_info_col{

    }

  .table_title {
    font-size: 2.1rem;
    font-weight: 600;
        width: 5em;
        color: #222;
        line-height: 1;
        margin-bottom: 10px;
      margin-left: 10px;
    }


    .table_title2 {
      font-size: 2.1rem;
      font-weight: 600;
          color: #222;
          line-height: 1;
          margin-bottom: 10px;
        margin-left: 10px;
      }


.outline_table{
  margin-bottom: 100px;
}

@media only screen and (min-width: 756px) {
  .outline_table{
    margin-bottom: 130px;
  }
  }

  .outline_table2{
    margin-bottom: 80px;
  }

  @media only screen and (min-width: 756px) {
    .outline_table2{
      margin-bottom: 100px;
    }
    }


  .table_row {
    display: table;
    border-top: 1px dotted #7F4F21;
    width: 100%;
}

.table_row_bn {
  display: table;
  width: 100%;
}

@media only screen and (min-width: 756px) {
  .table_row {
    display: table;
}
.table_row_bn {
  display: table;
}
  }

.table_th{
  padding: 10px 5px 5px 5px;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (min-width: 756px) {
  .table_th{
    width: 20%;
    display: table-cell;
    padding: 10px 15px;
  }
  }

.table_td{
    padding: 5px 5px 10px 15px;
}
@media only screen and (min-width: 756px) {
  .table_td{
      width: 80%;
      display: table-cell;
      padding: 10px 15px;

  }
  }

.table_row:first-child {
    border-top: 3px solid #7F4F21;
}
.table_row:last-child {
    border-bottom: 3px solid #7F4F21;
}

.table_row:first-child {
    border-top: 3px solid #7F4F21;
}
.table_row:nth-child(even) {
    background-color: #FBF8F7;
}

.table_li li{
  display: inline-block;
  margin-right: 20px;
  padding-left:1em;
text-indent:-1em;
}

.table_li li:last-child{
  margin-right: 0px;
}
.ggmap{
  margin: 30px 0;
}

@media only screen and (min-width: 768px) {
  .how_access dt{
    float: left;
  }

  .how_access dd{
    padding-left: 200px;
  }
}

/*#############  apply #############*/

.apply_t:before{
  content:"";
  background: url(../images/common/icon_l04.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.apply_info_box{
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
.apply_h{
  display: table;
  vertical-align:top;
  padding-top: 30px;
}

.apply_info_box{
  display: table-cell;
  width: 50%;
  vertical-align:top;
}

}

.info_box_h{
  background-color: #319C75;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
}

.info_box_c{
  background-color: #F9F7F5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
.apply_info_box:first-child {
  padding-right: 2.5%
}
.apply_info_box:last-child {
  padding-left: 2.5%
}
}


.link_to_center{
  text-align: center;
  padding: 30px 0;
}

.link_to_center li{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8FC31F;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
  height:55px;
}

@media only screen and (min-width: 768px) {
  .link_to_center{
    padding: 40px 0;
  }

.link_to_center{
  display: flex;
}
.link_to_center li{
    width: 30%;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1000px) {

.link_to_center li{
    width: 30%;
    margin-right: 30px;
  }
}


.link_to_center li span{
font-size: 1.2rem;
display: block;
margin-bottom: -5px;
}

.link_to_center li a{
  color: white;
  font-weight: 600;
}

.boc{
  border: 1px solid #231815;
  border-radius: 5px;
  padding: 10px 30px;
  text-align: center;
  margin-top:25px;
}


@media only screen and (min-width: 768px) {

  .boc{
    padding: 25px 30px;
    display: flex;
  }
}


.bottom_to_contact{
  background-color: #319C75;
  border-radius: 5px;
}


@media only screen and (min-width: 768px) {
  .bottom_to_contact{
    width: 250px;
    margin: 0 auto;
    }

.in_left,.in_right{
  width: 50%;
}
}


.bottom_to_contact{
  background-color: #319C75;
  border-radius: 5px;
  padding: 7px 0;
}

.bottom_to_contact a{
  color: white;
  font-weight: 600;
}


/*#############  center #############*/

@media only screen and (min-width: 768px) {
  .box_left001{
    width: 45%;
    float: left;
    padding: 20px 0;
  }

  .box_right001{
    width: 45%;
    float: right;
    padding: 20px 0;
  }
}


.box_right001{
  margin-top: 40px;
  margin-bottom: 50px;
}

.support_t:before{
  content:"";
  background: url(../images/common/icon_l05.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}


.boc_o{
  border: 2px solid #F8B62D;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top:40px;
  margin-bottom:40px;
}

.title_i_hc{
  color: #EEB133;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {

  .boc_o{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }


  .title_i_hc{
    width: 51rem;
    margin: 30px auto 10px;
    font-size: 2rem;
  }
}

.title_i_hc:before{
  content:"";
  background: url(../images/support/icon_h.png) no-repeat;
  display: inline-block;
  width: 38px;
  height: 33px;
  background-size: contain;
  vertical-align: middle;
}

.title_i_hc::after{
  content:"";
  background: url(../images/support/icon_c.png) no-repeat;
  display: inline-block;
  width: 38px;
  height: 33px;
  background-size: contain;
  vertical-align: middle;
}

.text_area001{
  padding: 15px 0;
}

.tttime dt{
  float: left;
  width: 115px;
}

.tttime dd{
  padding-left: 115px;
}

@media only screen and (min-width: 768px) {
  .text_area001{
    width: 80%;
    margin: 0px auto 30px;;
  }
}

.outline_table_2{
}

.table_row_2{
  border-bottom: 1px dotted #7F4F21;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.table_td_2{
  padding-left: 20px;
}


@media only screen and (min-width: 768px) {
  .table_row_2{
    display: table;
    width: 100%;
  }
  .table_th_2{
    display: table-cell;
    vertical-align:top;
    width: 28%;
  }
  .table_td_2{
      display: table-cell;
  }
}

.sup_ti{
 font-size: 1.7rem;
 font-weight: 600;
 text-align: center;
 margin-bottom : 10px;
}


.hiroba_info>li{
  margin-bottom: 60px;
}


@media only screen and (min-width: 768px) {
.hiroba_info{

}

.hiroba_info li{
  float: left;
  vertical-align: text-top;
  margin-bottom: 0px;
  width: 30%;
  margin-right: 5%;
}

.hiroba_info li:last-child{
  margin-right: 0;
}
}


.docu_dl_li{
  text-align: center;
}

.docu_dl_li a{
  color: #8FC31F;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;

}

.pdf_b{
  background: url(../images/common/pdf_b.png) no-repeat;
  width: 170px;
  height: 209px;
  background-size: contain;
font-size: 15px;
  text-align: center;
  padding-top: 30px;
}

.pdf_b {
margin-right: 50px;
}



.table_li2 li{
  display: block;
  padding-left:1em;
  text-indent:-1em;
}

.li_blb{
  margin-top: 20px;
}
.li_brb{
  margin-top: 20px;
  margin-bottom: 20px;
}

.cw{
  clear: both;
  width: 100%;
  float: none;
}

.pl_li li{
  width: 100%;
  padding-left:1em;
text-indent:-1em;
}

@media only screen and (min-width: 768px) {

  .li_blb{
    width: 47%;
    float: left;
  }
  .li_brb{
    width: 47%;
    margin-top: 20px;
    margin-bottom: 0px;
    float: right;
  }

}

.li_blb ul li,.li_brb ul li{
  padding-left:1em;
text-indent:-1em;
}


.fff40{
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 15px;
}
/*#############  opinion #############*/


.opinion_t:before{
  content:"";
  background: url(../images/common/icon_l08.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.imges80{
  width: 100%;
  margin: 20px auto;
}


@media only screen and (min-width: 768px) {
  .imges80{
    width: 80%;
    margin: 20px auto;
  }
}

.claim{
margin-top: 40px;
}

.cl_con{
color: #F8B62D;
font-size: 1.7rem;
font-weight: 600;
}

.cl_tai{
  border-left: solid 3px #F8B62D;
  padding-left:10px;
  margin-top: 15px;
  margin-left: 20px;

}

.cl_tai_a{
  border-left: solid 3px #F8B62D;
  padding-left:10px;
  margin-left: 40px;
  margin-top: 15px;
}

.opnion_ww{
}

.opnion_ww dd {
  margin-left: 2em;
  text-align: right;
}

.opnion_ww dd span{
  margin-right: 2em;
}


@media only screen and (min-width: 768px) {
  .opnion_ww{
    width: 70%;
  }

  .opnion_ww dt {
  float: left;
  display: inline-block;
  }

  .opnion_ww dd {
  }

  }
}


/*#############  ducument #############*/

.document_t:before{
  content:"";
  background: url(../images/common/icon_l07.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}


/*#############  recruit #############*/

.recruit_t:before{
  content:"";
  background: url(../images/common/icon_l09.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.to_f_cont{
  border: solid 2px #F8B62D;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.tel_rec{
  font-size: 2.7rem;
  font-weight: 900;
}
.tel_rec span{
  font-size: 1.6rem;
  line-height: 2.5;
  margin-right: 10px;
  font-weight: 500;
}


.to_f_mail{
  border: solid 2px #5BB531;
  border-radius: 4px;
  padding: 10px 10px 30px 10px;
  text-align: center;
}

.mail_rec{
  background: #5BB531;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  color: white;
}


@media only screen and (min-width: 768px) {

  .to_f_cont{
    width: 70%;
    margin: 0 auto 50px;
  }

  .to_f_mail{
    width: 70%;
    margin: 0 auto 50px;
  }

  .mail_rec{
    font-size: 2rem;
    padding: 10px 30px;
  }
}

.mail_rec a{

}


/*#############  contact #############*/

.contact_t:before{
  content:"";
  background: url(../images/common/icon_l06.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}


.p-contact_info__mail a {
    color: #2a7f93;
}
.p-contact_info__mail a:hover {
}


.p-form {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .p-form {
        margin-bottom: 30px;
        padding: 0 15px;
    }
}
.p-form__row {
    display: table;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
.p-form__row:first-child {
    padding-top: 50px;
}
.p-form__th {
    position: relative;
    display: table-cell;
    width: 30%;
    padding-left: 60px;
    font-weight: bold;
    color: #222;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .p-form__th {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .p-form__th .text {
        display: block;
    }
}
.p-form__th .require {
    float: right;
    padding: 5px 8px;
    border-radius: 2px;
    border: 1px solid #e22c2c;
    font-size: 1.1rem;
    line-height: 1;
    color: #e22c2c;
}
@media only screen and (max-width: 767px) {
    .p-form__th .require {
        float: none;
        padding: 3px 6px;
    }
}
.p-form__td {
    display: table-cell;
    width: 70%;
    padding-left: 80px;
}
@media only screen and (max-width: 767px) {
    .p-form__td {
        padding-left: 10px;
        vertical-align: middle;
    }
}
.p-form__td input, .p-form__td textarea, .p-form__td label {
    color: #444;
    font-size: 1.4rem;
    font-family: 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.p-form__td input{
margin-bottom: 8px;
}
.p-form__td input[type=radio] {
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .p-form__td input[type=radio] {
        position: relative;
        -webkit-appearance: button;
           -moz-appearance: button;
                appearance: button;
        box-sizing: border-box;
        width: 19px;
        height: 19px;
        content: '';
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 19px;
        box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .p-form__td input[type='radio']:checked:after {
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
        content: '';
        width: 9px;
        height: 9px;
        background: #308a9f;
        border-radius: 9px;
    }
}
.p-form__td input[type=text], .p-form__td input[type=email] , .p-form__td input[type=tel]{
    width: 80%;
}
@media only screen and (max-width: 767px) {
    .p-form__td input[type=text], .p-form__td input[type=email] , .p-form__td input[type=tel]{
        width: 95%;
    }
}
.p-form__td input[type=text], .p-form__td input[type=email], .p-form__td input[type=tel] ,.p-form__td textarea {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0.5rem 0.85rem;
}
.p-form__td input[type=text]:focus, .p-form__td input[type=email]:focus, .p-form__td textarea:focus , .p-form__td input[type=tel]:focus{
    border-color: #66afe9;
    box-shadow: 0 0 3px #a5cdec inset;
    outline: 0;
}
.p-form__td textarea {
    width: 95%;
    height: 130px;
}
.p-form__td label {
    margin-right: 25px;
}
@media only screen and (max-width: 767px) {
    .p-form__td label.kind {
        display: block;
        margin-bottom: 10px;
    }
}
.p-form__td label span {
    margin-left: 0.5em;
    vertical-align: middle;
}
.p-form__td input.parsley-error, .p-form__td textarea.parsley-error {
    background-color: #ffeaea;
}
.p-form__foot {
    padding-top: 20px;
    text-align: center;
}
.p-form__foot button {
    outline: none;
    border: none;
}
.p-form__foot button.arrow--back {
    margin-right: 8px;
}
@media only screen and (max-width: 767px) {
    .p-form__foot button.arrow--back {
        padding: 9px 35px 8px 45px;
    }
}
.p-form__foot button.arrow--submit {
    margin-left: 8px;
}
@media only screen and (max-width: 767px) {
    .p-form__foot button.arrow--submit {
        padding: 9px 45px 8px 35px;
    }
}
.p-form__finish {
    padding: 30px 15px 100px;
}
.p-form__finish .title {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #222;
    text-align: center;
}
.p-form__finish .text {
    text-align: center;
}


@media only screen and (max-width: 500px) {
    .wpcf7-list-item {
        display: block!important;
    }
}

/*#############  privacy #############*/

.privacy_t:before{
  content:"";
  background: url(http://www.futabahoikuen.jp/images/common/icon_l010.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.privacy_li{
  margin: 10px 0 40px;
}
.privacy_li li{
  list-style-type: decimal;
  text-indent: -1.3em;
  padding-left: 1.3em;
  list-style-position: inside;
  margin-left: 1rem;
}


/*#############  blog #############*/

.blog_t:before{
  content:"";
  background: url(http://www.futabahoikuen.jp/images/common/icon_l01.png) no-repeat;
  width: 80px;
  height: 55px;
  margin: 0 auto;
  background-size: contain;
  vertical-align: middle;
  display: block;
}

.blog_con{
  display: flex;
}


.p-article {
    width: 65%;
}

.blog_inna
{
    margin-bottom: 60px;
}

#side_area{
  width:25%;
  margin-left: 10%;
}


@media only screen and (max-width: 767px) {
    .p-article {
      width: 100%;
      margin-bottom: 0px;
    }

    .blog_con{
      display: block;
    }

    #side_area {
      width: 90%;
      margin: 0 auto 40px;
    }
}

.blog_b_area img{
  width: 270px;
  margin: 0 0 15px 15px;
}

@media only screen and (max-width: 767px) {
    .blog_b_area {
      display: flex;
    }

    .blog_b_area img{
      width: 100%;
      margin: 0;
    }

    .blog_b_area li:first-child{
      margin-right: 15px;
    }
}


@media only screen and (max-width: 570px) {
    .blog_b_area {
      display: block;
    }

    .blog_b_area img{
      width: 100%;
      margin: 0;
    }

    .blog_b_area li{
      display: block;
      margin: 0 0 15px 15px;
    }
}


.p-article__head .head_item01 {
    display: inline-block;
    vertical-align: middle;
}
.p-article__head .head_item02 {
    float: right;
}
.p-article__date {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #939393;
    letter-spacing: 1px;
}

.p-article__title {
    clear: both;
    margin-bottom: 35px;
    padding-bottom: 0.1em;
    border-bottom: 2px solid #ccc;
    font-size: 2.2rem;
    color: #222;
}
@media only screen and (max-width: 767px) {
    .p-article__title {
        padding-top: 0.3em;
        font-size: 1.8rem;
    }
}
.p-article__title a {
    color: #222;
}
.p-article__body p {
    margin-bottom: 0;
}
.p-article__body  img {
    display: block;
    margin: auto;
        width: 100%;
            height: auto;
}
@media only screen and (max-width: 767px) {
    .p-article__body p img {
        width: 100%;
        height: auto;
    }
}
.p-article__body p a {
    color: #2a7f93;
}
.p-article__body p a:hover {
    text-decoration: underline;
}

.p-article_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
flex-flow: space-between;
}

@media only screen and (max-width: 767px) {
    .p-article_wrap {
        padding: 0 15px;
        display:  block;
    }
}


/*############# blog side#############*/
#blog_navi {
	margin-bottom: 30px;
}

.widgettitle {
	margin-top: 15px;
	list-style-type: none;
  background-repeat: no-repeat;
  background-position: 5px ;
  font-size: 1.5rem;
}
.archive li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	list-style-type: none;
}
#recent-posts-3,
#archives-3 {
	list-style-type: none;
}


#blog_navi #recent-posts-3 ul ,#archives-3 ul {
	margin-left: 1em;
}

.blog_contents img {
	height: 100% !important;
	width: 100% !important;
	margin-bottom: 20px;
}

#blog_navi #recent-posts-3 ul li ,#blog_navi #archives-3 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
