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

ol.pan {
  margin: 10px 0 75px;
}

.main{
  padding-bottom: 90px;
}

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

.inner_box{
  padding: 41px;
  margin-bottom: 105px;
  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;
  font-weight: normal;
  padding: 23px;
  border: solid 1px #e2e2e2;
}
 
.inner_box th{
  width: 6em;
  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;
}

p.dw{
  text-align: center;
  margin-bottom: 70px;
}

p.dw a{
  font-size: 16px;
  line-height: 1;
  padding: 12px 32px;
  border: 1px solid #0051a9;
  display: inline-block;
  margin: 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

p.dw a span{
  padding-left: 30px;
  background: url("../../common/icon_dw.gif") left center no-repeat;
}

p.btn{
  text-align: center;
  margin-bottom: 70px;
}

p.btn a,
p.btn button{

  width: 340px;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  background: #0051a9;
  padding: 25px 0;
  margin: auto 30px;
  cursor: pointer;
  transition:0.3s;
  border: none;
  display: inline-block;
}

p.btn button:hover{
  transition:0.3s;
	opacity:0.5;
}


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

  .main{
    padding-bottom: 10vw;
  }
  
  .main h1{
    font-size: 5vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5vw;
  }

  .inner_box{
    padding: 3.5vw;
    margin-bottom: 10vw;
    background: #FFF;
  }

  .inner_box p.txt_c{
    font-size: 3.5vw;
    text-align: center;
    padding: 10vw 0;
  }

  .inner_box h2{
    font-size: 4vw;
    line-height: 1;
    margin: 8vw 0 2vw;
  }

  .inner_box table {
    margin-bottom: 5vw;
  }

  .inner_box th,
  .inner_box td {
    font-size: 3vw;
    line-height: 1.5;
    font-weight: normal;
    padding: 2vw;
    border: solid 1px #e2e2e2;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
  }

  .inner_box th{
    width: 100%;
    display: block;
  }
  
  .inner_box td p + p{
    margin-top: 4vw;
  }

  .inner_box p.txt{
    font-size: 3vw;
    text-align: left;
    margin-bottom: 1vw;
  }

  .inner_box p.cau{
    font-size: 2.5vw;
    text-align: left;
    margin-bottom: 5vw;
  }

  p.dw{
    text-align: center;
    margin-bottom: 10vw;
  }

  p.dw a{
    width: 95%;
    font-size: 3vw;
    line-height: 1;
    padding: 3vw 4vw;
    border: 1px solid #0051a9;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
   p.dw a + a{
     margin-top: 5vw;
  }

  p.dw a span{
    padding-left: 4.5vw;
    background: url("../../common/icon_dw.gif") left center no-repeat;
    background-size: 2.5vw auto;
  }

  p.btn{
    text-align: center;
    margin-bottom: 10vw;
  }

  p.btn a,
  p.btn button{
    width: 95%;
    font-size: 3.5vw;
    line-height: 1;
    padding: 6vw 1vw;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }
  p.btn br{
    display: none;
  }
  p.btn a.back{
    margin-top: 3vw;
    padding: 4vw 1vw;
  }

}






