@charset "utf-8";
/* CSS Document */

@media screen { .imgInput input { display: none; } }

input, button, textarea, select{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*==============================
ヘッダ
==============================*/

header{
  height: auto;
  padding: 150px 0;
}

header h2{
  position: relative;
  text-align: center;
  height: 40px;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

/*==============================
メイン
==============================*/


#titleWrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -50px;
  z-index: -1;
  text-align: center;
  background-color: #fff;
  padding: 50px 15px 100px;
  bottom: -50px;
}

#priceWrap{
  padding: 100px;
  background-color: #fff;
  margin: 0 auto 100px;
  width: 1000px;
  text-align: center;
}

#priceWrap h2{
  color: #06355c;
  font-weight: 100;
}

#priceWrap h2 span{
  font-size: 60px;
}

#priceWrap h3{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 50px;
  letter-spacing: 0;
}

#priceWrap > div{
  position: relative;
  background-color: #e4e9ee;
  width: 100%;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
  padding: 50px;
  padding-top: 30px;
}

#priceWrap > div h4{
  position: relative;
  top: -50px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #06355c;
}

#priceWrap > div > p{
  margin-top: -20px;
  margin-bottom: 20px;
}

#priceWrap > div > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#priceWrap > div > div > div{
  width: 100%;
}

#priceWrap > div > div > div iframe{
  width: 100%;
  height: 395px;
}

#priceWrap > div > div > p{
  font-size: 40px;
  color: #06355c;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

#priceWrap > div > div > div p{
  font-size: 16px;
  color: #06355c;
  line-height: 20px;
  font-weight: bold;
}

#priceWrap > div ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

#priceWrap > div ul li{
  display: flex;
  align-items: center;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #06355c;
  padding: 15px 20px;
  text-align: left;
}

#priceWrap > div ul li i{
  margin-right: 5px;
  color: #06355c;
}

#priceWrap > div ul li p{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
}

#priceWrap > div > h5{
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.btn{
  position: relative;
  display: inline-block;
  padding: 25px 40px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #06355c;
  color: #fff;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
}

.btn i{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #06355c;
}

.btn::before{
  content: "";
  position: absolute;
  transform: rotate(135deg);
  border-right: 35px solid transparent;
  border-bottom: 35px solid #fff;
  border-left: 35px solid transparent;
  bottom: -2px;
  right: -20px;
}
#priceWrap > div > div.optionBox h4{
  text-align: center;
}

#priceWrap > div > div.optionBox h4{
  position: static;
  margin: 0 auto 15px;
  width: 100%;
}

#priceWrap > div > div.optionBox table{
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

#priceWrap > div > div.optionBox table th,#priceWrap > div > div.optionBox table td{
  padding: 15px;
  text-align: left;  
  border: 1px solid #ccc;
}

.paymentBox{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px;
}

.paymentBox h3{
  color: #06355c;
}

#priceWrap > div .paymentBox{
  display: block;
  text-align: center;
}

#priceWrap > div .paymentBox h3{
  color: #06355c;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px
}

#priceWrap > div .paymentBox h4{
  position: static;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #priceWrap{
    width: 600px;
    padding: 50px;
  }
  
  #priceWrap h2{
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3px;
  }
  
  #priceWrap h2 span{
    font-size: 46px;
  }
  
  #priceWrap > div h4{
    font-size: 20px;
    top: -45px;
  }
  
  #priceWrap > div > div > div iframe{
    height: 230px;
  }
  
  #priceWrap > div ul li{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){
  header{
    padding: 110px 0 50px;
  }
  #priceWrap{
    width: 350px;
    padding: 20px;
  }
  
  #priceWrap h2{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  
  #priceWrap h2 span{
    font-size: 40px;
  }
  
  #priceWrap h3{
    font-size: 14px;
    letter-spacing: 0;
  }
  
  #priceWrap > div{
    padding: 20px;
    padding-top: 30px;
  }
  
  #priceWrap > div > div > div iframe{
    height: 150px;
  }
  
  #priceWrap > div ul li p{
    font-size: 14px;
  }

  .paymentBox{
    padding: 20px;
  }

  .paymentBox h3{
    color: #06355c;
  }

  #priceWrap > div .paymentBox{
    display: block;
    text-align: center;
  }

  #priceWrap > div .paymentBox h3{
    color: #06355c;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px
  }

  #priceWrap > div .paymentBox h4{
    position: static;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 10px;
  }
}