@charset "UTF-8";
/* CSS Document */
.mv{
  height: 240px;
  background: url("../img/mv.jpg") center no-repeat;
  background-size: cover;
}

.w_box{
  padding: 85px 0 200px;
  background: #FFF;
}

.main h1{
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}

.main p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px
}

.main p.mb{
  margin-bottom: 90px
}

.main h2{
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.inner_box{
  padding: 1px;
  margin-bottom: 1px;
  background: #FFF;
}

.inner_box p.txt_c{
  font-size: 18px;
  text-align: center;
  padding: 85px 0 80px;
}


.inner_box h2{
  font-size: 24px;
  line-height: 1;
  margin: 40px 0 15px;
}

.inner_box table {
  border-collapse:  collapse;
  margin-bottom: 40px;
}

.inner_box th,
.inner_box td {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  padding: 23px;
  border: solid 1px #e2e2e2;
}
 
.inner_box th{
  width: 16em;
  background: #f8f8f8;
}

.inner_box td p + p{
  margin-top: 20px;
}

.inner_box p.txt{
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}

.inner_box p.cau{
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}



@media screen and (max-width: 739px) {
  .mv{
    height: 30vw;
    background: url("../img/mv.jpg") center no-repeat;
    background-size: cover;
  }
    
  .w_box{
    padding: 10vw 0;
    background: #FFF;
  }

  .main h1{
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .main p{
    font-size: 3vw;
    line-height: 1.8;
    margin-bottom: 8vw;
  }

  .main p.mb{
    margin-bottom: 12vw
  }

  .main h2{
    font-size: 3vw;
    margin-bottom: 3vw;
  }

}






