@charset "UTF-8";

/* sec01 */
#sec01 .alert{
  color: #c00;
}
@media screen and (min-width: 768px){
  #sec01{
    max-width: 1230px;
    margin: 0 auto;
    padding: 60px 15px;
  }
  #sec01 .txt01{
    margin-bottom: 35px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  #sec01 .txt02{
    margin-bottom: 35px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #sec01 .note{
    margin: .5em 0;
  }
  .required{
    color: #c00;
  }
}
@media screen and (max-width: 767px){
  #sec01{
    padding: 35px 15px;
  }
  #sec01 .txt01,
  #sec01 .txt02{
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  #sec01 .note{
    margin: .5em 0;
  }
  .required{
    color: #c00;
  }
}
/* formTable */
#formTable.confirm td{
  color: #20529b;
}

@media screen and (min-width: 768px){
  #formTable{
    width: 100%;
    margin-bottom: 60px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #c8cedb;
  }
  #formTable th{
    width: 285px;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #20529b;
    border-bottom: 1px solid #c8cedb;
    vertical-align: middle;
  }
  #formTable td{
    padding: 20px 25px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #c8cedb;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px){
  #formTable{
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #formTable th{
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background-color: #20529b;
  }
  #formTable td{
    display: block;
    padding: 15px 5px 15px 25px;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
}
/* contactForm */
#main #backBtn{
  background-color: #e5e5ec;
}
#main input[type=submit]{
  -webkit-appearance:none;
}
@media screen and (min-width: 768px){
  #contactForm{
  }
  #contactForm textarea{
    width: 92%;
    height: 180px;
    border-radius: 5px;
    border:solid 1px #ccc;
  }
  #contactForm input[type=checkbox]{
    margin-right: .5em;
  }
  #contactForm input[type=text]{
    width: 92%;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    border-radius: 5px;
    border:solid 1px #ccc;
  }
  #contactForm input[type=text].zip{
    width: 120px;
  }

  #contactForm label.w100{
    display: inline-block;
    margin-bottom: .5em;
  }
  #contactForm label.w50{
    position: relative;
    display: inline-block;
    width: 46%;
    margin: 0 1%;
  }
  #contactForm label.w50>input[type=text]{
    width: 85%;
    margin-left: 4%;
  }
  #backBtn,
  #submitBtn{
    display: block;
    width: 300px;
    height: 80px;
    margin: 0 auto;
    color: #20529b;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #d2dbf0;
    border: none;
    border-bottom: 4px solid #20529b;
    cursor: pointer;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  #backBtn:hover,
  #submitBtn:hover{
    opacity: .8;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-bottom: 4px solid #fe9923;
  }
  .confirmBtns{
    width: 100%;
  }
  .confirmBtns>form{
    display: block;
    width: 50%;
  }
  .confirmBtns>form:first-child{
    float: right;
  }
  .confirmBtns>form:last-child{
    float: left;
  }
}
@media screen and (min-width: 880px){
  #backBtn,
  #submitBtn{
    width: 390px;
  }
}
@media screen and (max-width: 767px){
  #contactForm textarea{
    width: 92%;
    height: 180px;
    border-radius: 5px;
    border:solid 1px #ccc;
  }
  #contactForm input[type=checkbox]{
    margin-right: .5em;
  }
  #contactForm input[type=text]{
    width: 92%;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    border-radius: 5px;
    border:solid 1px #ccc;
  }
  #contactForm input[type=text].zip{
    width: 120px;
  }

  #contactForm label.w100,
  #contactForm label.w50{
    width: 100%;
    display: inline-block;
    margin-bottom: .5em;
  }
  #contactForm label.w50>input[type=text]{
    width: 85%;
    margin-left: 4%;
  }
  #backBtn,
  #submitBtn{
    display: block;
    width: 72%;
    height: 80px;
    margin: 0 auto 40px;
    color: #20529b;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #d2dbf0;
    border: none;
    border-bottom: 4px solid #20529b;
    cursor: pointer;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  #backBtn:hover,
  #submitBtn:hover{
    opacity: .8;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-bottom: 4px solid #fe9923;
  }
}
/* privacy */
@media screen and (min-width: 768px){
  #privacyBox{
    max-width: 860px;
    height: 200px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #fbfbfb;
    overflow-y: scroll;
  }
  #privacyBox>.title{
    margin-bottom: 35px;
    color: #20529b;
    font-size: 21px;
    font-weight: bold;
  }
  #privacyBox>p{
    margin-bottom: 1em;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  #privacyBox>.subtitle{
    margin: 35px 0 18px;
    font-weight: bold;
  }
  #privacyBox>.list01{
    list-style: none;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  #privacyBox>.list01>li{
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px){
  #privacyBox{
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    padding: 10px;
    background-color: #fbfbfb;
    overflow-y: scroll;
  }
  #privacyBox>.title{
    margin-bottom: 35px;
    color: #20529b;
    font-size: 21px;
    font-weight: bold;
  }
  #privacyBox>p{
    margin-bottom: 1em;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  #privacyBox>.subtitle{
    margin: 35px 0 18px;
    font-weight: bold;
  }
  #privacyBox>.list01{
    list-style: none;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  #privacyBox>.list01>li{
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* complete */
@media screen and (min-width: 768px){
  #complete{
    max-width: 1230px;
    margin: 0 auto;
    padding: 80px 15px;
  }
  #complete>h2{
    margin-bottom: 30px;
    color: #20529b;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }
  #complete>.txt03{
    margin-bottom: 60px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #topBtn{
    display: block;
    width: 390px;
    height: 80px;
    margin: 0 auto;
    color: #20529b;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background-color: #e5e5ec;
    border-bottom: 4px solid #20529b;
  }
  #topBtn:hover{
    text-decoration: none;
    border-bottom: 4px solid #fe9923;
  }
}
@media screen and (max-width: 767px){
  #complete{
    margin: 0 auto;
    padding: 40px 15px;
  }
  #complete>h2{
    margin-bottom: 30px;
    color: #20529b;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  #complete>.txt03{
    margin-bottom: 60px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #topBtn{
    display: block;
    width: 72%;
    height: 80px;
    margin: 0 auto;
    color: #20529b;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background-color: #e5e5ec;
    border-bottom: 4px solid #20529b;
  }
  #topBtn:hover{
    text-decoration: none;
    border-bottom: 4px solid #fe9923;
  }
}
