  .info_title{
    font-size: 20px;
    text-align: center;
  }
  

  .main{
    line-height: 1.5;
  }

  .faq_fx{
    display:flex;
    display:-ms-flexbox;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
  }

  .faq_img{
    margin-top: 20px;
  }

  .faq_title{
    background-color: #007558;
    color: white;
    font-weight: bold;
    padding: 10px;
  }

  .faq_text_m{
    margin:10px 0;
  }

  .slider_content{
    border-bottom: #333333 solid 2px;
    border-top: #333333 solid 2px;
    margin:50px 0;
    padding-bottom:30px;
  }

  .bxslider_haba{
    margin:30px;
  }

.img_rekisi{
  margin:0 auto;
}

.miryoku{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .miryoku_img{
    display: block;
    text-align: center;
    margin:20px 0;
  }

  .miryoku_{
    border:solid #007558 4px;
    margin: 10px;
    width: 47%;
  }

  .top_1{
    margin:90px 0;
    background-color:#ecedf1;
    padding:50px;
  }

  .top_1_content{
    padding:50px;
    background-color:#ffffff;
  }

  .info{
    margin: 30px auto;
    padding: 20px;
    background-color: #007558;
    color: #ffffff;
    width: 50%;
    text-align: center;
  }

  .info_mail , .info_tell{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
  }

  .info_main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }



  #header{
    margin-bottom: 0px!important;
  }

.top_img{
  width: 80%;
  /*height: 700px*/
  margin: auto;
}

.bx-wrapper{
  box-shadow:none!important;
  margin-bottom:30px!important;
}

section{
  width: 1000px;
    margin: 0 auto;
    zoom: 1;
}  

.section_top{
  margin:40px auto;
}



.top_img p{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.7);
  font-weight: bold;
  padding:40px !important;
}


  .title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    /*margin-top: 20px;*/
  }

  .h2_title{
  padding: 20px;
  margin: 60px 0 20px 0;
  font-size: 22px;
  background-color: #007558;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border: double #ffffff 10px;
  }

  .h3_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #007558;
  }
  

  .text_top{
    margin-top: 20px;
  }

  .text_25{
    font-size: 25px;
  }

  .text_16{
    font-size: 16px;
  }

  .tell_link{
    font-size: 16px;
  }


  .point{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top:20px;
    box-shadow:4px 4px 15px #e6e6e6;
  }

  .point_img{
    width: 350px;
  }

  .point_content{
    margin:20px 30px 30px 30px;
  }

  .point_top_mg{
    margin-top: 80px;
  }

  .syokusyu_{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .syokusyu{
    border:solid #E6E6E6 2px;
    width: 32%;
  }

  .syokusyu_img{
    width: 100%;
  }

  .syokusyu_content{
    margin:20px 10px;
  }

  .syokusyu_link{
    text-align: center;
    background-color: #ff8d1a;
    margin:20px auto !important;
    padding: 15px 20px !important;
    border-radius: 5px;
    font-size:18px;
    font-weight: bold;
    width: 85%;
  }

  .syokusyu_link:hover{
    background-color:#fab86e;
  }

  .syokusyu_link a{
    color: #ffffff;
    display: block;
  }

  .nav-open{
      margin: 0px auto 0;
      padding: 15px 40px 15px 15px;
      color: #333333;
      font-size: 16px;
      border-top: #E6E6E6 solid 2px;
      position: relative;
      cursor: pointer;
    }
    .nav-open::before{
      content: "＋";
      position: absolute;
      right: 20px;
      font-weight: bold;
      color: #007558;
    }
    .nav-open.active::before{
      content: "−";
      color: #007558;
    }
    .nav-open:hover{ 
      opacity: .8; 
    }

    .faq{
      border-bottom: #E6E6E6 solid 2px;
      margin-bottom: 30px;
    }

    .faq_q{
      font-weight: bold;
      font-size: 20px;
      padding-right: 10px;
      color:#007558;
    }

    .faq_a{
      font-weight: bold;
      font-size: 20px;
      padding-right: 10px;
      color:#007558;
    }

    .faq_text{
      padding: 15px 40px 15px 15px;
    }
      
    .nav-anser{ 
      display: none; 
    }

    .top_solid{
      border-top: solid 2px #333333;
      border-bottom:solid 2px #333333;
      padding:45px 30px;
    }

    .img_top{
      height: 300px;
    }

    .sp_top_img{
      display: none;
    }

    .text_c{
      text-align: center;
    }

    .top_text_slider{
      margin:30px auto!important;
      width: 460px!important;
    }

    .design01 {
      font-size: 16px;
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design01 th {
 padding: 10px;
 background: #065945;
 border: solid 2px #E6E6E6;
 color: #ffffff;
 font-weight: bold;
}
.design01 td {
 padding: 10px;
 border: solid 2px #E6E6E6;
 text-align: left;
}

.miryoku_text{
  margin:30px 10px;
}

.funiki_title{
  text-align: left!important;
}

.img_intavu{
  border-radius:50%;
}

.h3_faq_img{
  margin:auto 20px;
}

.faq_intavu_center{
  justify-content: center;
}

.syokusyu_syousai{
  font-size: 16px;
}




  @media screen and (min-width:480px) {

  /*　画面サイズが480px以上はここを読み込む　*/


}


@media screen and (max-width:480px) {

  /*　画面サイズが480pxまではここを読み込む　*/

  .main{
    line-height: 1.8;
  }

  section{
    width: 95%;
  }

  .top_text,.point,.info_main{
    flex-wrap:wrap
  }

  .point_img{
    width: 100%
  }

.top_img p{
  width: 90%;
  font-size: 30px;
  padding:30px !important;
}

.top_img{
  width: 100%;
}

.syokusyu{
    width: 49%;
    margin: 10px 0px;
  }

  .text_top{
    margin-left: 0px;
    margin-top:20px;
  }

  .h2_title{
    font-size:18px;
  }

  .h3_title{
    font-size: 17px;
  }

  .info{
    width: 80%;
  }

  .info_mail , .info_tell{
    width: 100%;
    margin-left:0px;
  }

  .info_text{
    text-align: center;
  }


  .img_top{
    height: auto;
    width: 320px!important;
  }

  .pc_top_img{
      display: none;
    }

    .sp_top_img{
      display: block!important;
    }

    .top_text_slider{
      width: 100%!important;
    }

    .syokusyu_link,.syokusyu_link_syousai{
    width: 90%;
  }
  

  .design01 th{
    width: 25%;
  }

  .top_solid{
      padding:30px 20px;
    }

  .miryoku_{
    width:100%;
  }

  .bosyu_link{
    margin:10px auto !important;
    padding:10px !important
  }

  .text_16{
    font-size: 14px;
  }

  .nav-open{
    font-size:14px;
  }

  .title{
    font-size: 18px;
  }

  .tell_link{
    font-size: 14px;
  }

  .point_content{
    margin:5px 20px 20px 20px;
  }

  .point_content_2{
    margin:20px;
  }

  .miryoku_img{
    margin:20px 0 0 0;
  }

  .syokusyu_syousai{
  font-size: 14px;
}

.syokusyu_content{
    margin:10px;
  }

}
