@charset "UTF-8";
.pagetitle {
  padding: 160px 0 160px 0;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pagetitle .komidashi {
  font-size: 16px;
  color: #004e85;
  line-height: 125%;
  padding-bottom: 10px;
}

.pagetitle h1 {
  font-size: 30px;
}

/*****幅レイアウト調整*****/
.w900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.w1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1000 .w900 {
  width: 100%;
  max-width: 900px;
}

.last_spacer {
  padding-bottom: 230px;
}

/**************基本フォントサイズ_PC***************/
body {
  font-size: 16px;
}

/**************基本フォントサイズ***************/
#sec01 {
  padding-top: 1000px;
}

#sec02 {
  padding-bottom: 230px;
  text-align: center;
}

#sec02 .br_inline {
  display: none;
}

#sec02 h2 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5em 0.85em;
  line-height: 125%;
  margin-bottom: 120px;
}

#sec02 .k_left {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .k_right_type_A {
  position: absolute;
  bottom: 0;
  right: 0em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .k_right_type_B {
  position: absolute;
  bottom: 0;
  right: 0.4em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .maintext {
  line-height: 240%;
  text-align: center;
}

#sec03 {
  text-align: center;
  padding-bottom: 200px;
}

#sec03 h2 {
  width: 80%;
  max-width: 386px;
  margin: 0 auto 180px auto;
}

#sec03 h3 {
  font-size: 24px;
  padding-bottom: 40px;
}

#sec03 p.tltl {
  line-height: 200%;
  padding-bottom: 80px;
}

#sec03 h4 {
  width: 65%;
  max-width: 260px;
  margin: 0 auto 40px auto;
}

#sec03 .w787box {
  width: 100%;
  max-width: 787px;
  margin: 0 auto 60px;
}

#sec03 .w787box .w787__left {
  float: left;
  width: 28%;
  margin-right: 8%;
}

#sec03 .w787box .w787__mid {
  float: left;
  width: 28%;
  margin-right: 8%;
}

#sec03 .w787box .w787__right {
  float: left;
  width: 28%;
}

#sec03 .h4p {
  width: 100%;
  max-width: 787px;
  margin: 0 auto 0px;
}

#sec03 .h4p img {
  width: 71.6%;
  margin: 0 auto;
}

#sec03 .inbox {
  border: 1px solid #acacac;
  padding: 30px 5%;
  position: relative;
}

#sec03 .inbox p {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#sec03 .boxtext {
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  line-height: 140%;
}

#sec03 .zu_waku {
  width: 100%;
  position: relative;
}

#sec04 {
  padding-bottom: 60px;
}

#sec05 {
  padding-bottom: 60px;
}

@media screen and (max-width: 680px) {
  .pagetitle {
    padding: 100px 0 120px 0;
  }
  .pagetitle .komidashi {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .pagetitle h1 {
    font-size: 24px;
  }
  /*****幅レイアウト調整*****/
  .w900 {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .w1000 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .w1000 .w900 {
    width: 100%;
    max-width: 900px;
  }
  .last_spacer {
    padding-bottom: 200px;
  }
  /**************基本フォントサイズ_PC***************/
  body {
    font-size: 14px;
  }
  /**************基本フォントサイズ***************/
  #sec02 {
    padding-bottom: 150px;
    text-align: center;
  }
  #sec02 .br_inline {
    display: inline;
  }
  #sec02 h2 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    padding: 0.5em 0.85em;
    line-height: 135%;
    margin-bottom: 55px;
    text-align: left;
  }
  #sec02 .k_left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .k_right_type_A {
    position: absolute;
    bottom: 0;
    right: 0em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .k_right_type_B {
    position: absolute;
    bottom: 0;
    right: 0.4em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .maintext {
    line-height: 180%;
    text-align: left;
  }
  #sec03 {
    text-align: center;
    padding-bottom: 100px;
  }
  #sec03 h2 {
    width: 70%;
    max-width: 386px;
    margin: 0 auto 120px auto;
  }
  #sec03 h3 {
    font-size: 16px;
    padding-bottom: 35px;
  }
  #sec03 p.tltl {
    line-height: 180%;
    padding-bottom: 80px;
    text-align: left;
  }
  #sec03 h4 {
    width: 65%;
    max-width: 260px;
    margin: 0 auto 40px auto;
  }
  #sec03 .w787box {
    width: 100%;
    max-width: 787px;
    margin: 0 auto 30px;
  }
  #sec03 .w787box .w787__left {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 35px;
  }
  #sec03 .w787box .w787__mid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 35px;
  }
  #sec03 .w787box .w787__right {
    float: none;
    width: 100%;
  }
  #sec03 .h4p {
    width: 100%;
    max-width: 787px;
    margin: 0 auto 0px;
    display: none;
  }
  #sec03 .h4p img {
    width: 71.6%;
    margin: 0 auto;
  }
  #sec03 .inbox {
    border: 1px solid #acacac;
    padding: 15px 3%;
    position: relative;
  }
  #sec03 .inbox p {
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    text-align: center;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  #sec03 .boxtext {
    text-align: left;
    padding-top: 5px;
    font-size: 14px;
    line-height: 140%;
  }
  #sec03 .zu_waku {
    width: 100%;
    position: relative;
  }
  #sec04 {
    padding-bottom: 60px;
  }
}
