html {
  scroll-behavior: smooth;
}
* {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
body {
  margin: 0;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
.header {
  background: #0164B7;
  padding: 30px 30px 10px;
}
.top {
  background: #C3EEF4;
  padding: 20px;
}
.hide {
  font-size: 0;
}
h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}
.sec_title {
  background: #0164B7;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  margin: 40px auto 20px;
  border-radius: 50px;
}
.sec {
  padding: 0 20px;
}
.sec .inner {
  padding: 0 20px;
}
.top_btn_area {
  width: 75%;
  margin: -20px auto 0;
}
.row {
  display: flex;
  margin-bottom: 10px;
}
.mr10 {
  margin-right: 10px;
}
.text_box {
  background: #E9F5F7;
  border-radius: 10px;
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 15px auto 0;
}
.box_l {
  width: 90%;
}
.con_img {
  display: block;
  height: 120px;
  width: auto;
  margin: 0 auto;
}
.mt30 {
  margin-top: 30px;
}
.sec_02 {
  background: url(../img/sec_02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
}
.sec_02 .inner {

}
.sec_dl {
  background: #FFFFAA;
  padding: 30px 30px 30px;
  border-top: 5px solid #0164B7;
  margin-top: 30px;
}
.btn_area {
  width: 95%;
  margin: 0 auto 20px;
}
.sec_faq {
  border-top: 5px solid #0164B7;
  border-bottom: 5px solid #0164B7;
  margin-bottom: 40px;
}
.sec_faq .inner {
  padding: 30px 50px 12px;
}
.question_area {
  background: #FFFFAA;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question_area img {
  width: 16%;
}
.question_area p {
  width: 80%;
  font-size: 19px;
  text-align: center;
  color: #0164B7;
}
.anser_area {
  background: url(../img/anser.png);
  background-size: 30%;
  background-position: 90% 20px;
  background-repeat: no-repeat;
  padding: 40px 30px;
}
.anser_area p {
  font-weight: bold;
  line-height: 30px;
}
.sec_explanation {
  padding: 0 30px 70px;
}
.text_blue {
  color: #0164B7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.text_b {
  color: #0164B7;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
.text_black {
  font-weight: bold;
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}
.text_gray {
  color: #707070;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 50px;
}
.sec_explanation b {
  text-align: center;
  font-size: 17px;
  color: #000;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}
.floating_bnr {
  background: #003F88;
  position: fixed;
  bottom: 0;
  padding: 15px 50px 10px;
  box-sizing: border-box;
  width: 100%;
}
.floating_bnr img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.floating_btn {
  width: 50px;
  position: fixed;
  bottom: 128px;
  right: 10px;
}
.footer {
  background: #0164B7;
  padding: 15px 0 110px;
}
.footer span {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  display: block;
}
.pc {
  display: none;
}

@media (min-width: 1230px) {
  .img_release {
    width: 200px;
    position: absolute;
    right: 20px;
    top: -20px;
  }

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .header {
    padding: 15px 0;
  }
  .header img {
    max-width: 845px;
    margin: 0 auto;
    display: block;
  }
  .top {
    padding: 20px 0 0;
  }
  .top .inner {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  .img_release {
    width: 260px;
    position: absolute;
    right: 20px;
    top: -40px;
  }
  .pc_top_btn_area {
    width: 840px;
    margin: -120px auto 0;
    display: flex;
  }
  .pc_top_btn_area .parts {
    margin-right: 20px;
  }
  .mr10 {
    margin-right: 25px;
  }
  .row {
    margin-bottom: 15px;
  }
  .wrap {
    max-width: 1119px;
    margin: 0 auto;
  }
  .btn_area {
    width: 100%;
  }
  .sec_title {
    background: #0164B7;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
    margin: 80px auto 28px;
    border-radius: 50px;
  }
  .row_pc {
    display: flex;
    margin-top: 30px;
    position: relative;
  }
  .row_pc img {
    width: 275px;
    position: absolute;
  }
  .sec_01 {
    background: url(../img/sec_01_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
  }
  .sec_01_box {
    background: #FFFFAA;
    max-width: 1119px;
    margin: 0 auto;
    padding: 50px 50px 50px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .sec_01_box p {
    font-size: 24px;
    font-weight: bold;
    padding-left: 330px;
    line-height: 48px;
  }
  .sec_02 {
    background: url(../img/sec_02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 0;
  }
  .sec_02 .inner {
    max-width: 1019px;
    margin: 0 auto;
  }
  .img_raip_np {
    width: 263px;
    margin: 20px auto 0;
  }
  .text_box {
    background-color:transparent;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    padding: 15px 0 45px;
    box-sizing: border-box;
    width: 762px;
    margin: 15px auto 0;
  }
  .con_img {
    height: 231px;
    width: auto;
  }
  .w762 {
    max-width: 762px;
    margin: 0 auto;
  }
  .w80p {
    width: 85%;
    margin: 0 auto;
  }

  .sec_dl {
    background: #FFFFAA;
    padding: 65px 0 65px;
    margin-top: 80px;
  }
  .sec_dl .inner {
    max-width: 620px;
    margin: 0 auto;
  }
  .sec_faq {
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
  .sec_faq .inner {
    padding: 105px 40px 50px;
  }
  .sec_faq h2 img {
    max-width: 548px;
    margin: 0 auto;
  }
  .row2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .row3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .item {
    width: 928px;
    margin-left: 10px;
  }
  .question_area {
    padding: 18px 20px;
  }
  .question_area p {
    width: 100%;
    font-size: 30px;
    text-align: left;
    margin-left: 16px;
  }
  .img_question {
    width: 64px!important;
  }
  .anser_area {
    background: none;
    padding: 30px 8px 10px;
    display: flex;
    align-items: flex-start;
  }
  .anser_area img {
    width: 92px;
  }
  .anser_area p {
    font-size: 20px;
    line-height: 33px;
    margin-left: 16px;
  }

  .sec_explanation {
    padding: 0 30px 48px;
  }
  .sec_explanation .inner {
    max-width: 894px;
    margin: 0 auto;
  }
  .text_blue {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .text_b {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .text_black {
    font-size: 14px;
  }
  .text_gray {
    font-size: 14px;
    margin-bottom: 80px;
  }
  .sec_explanation b {
    font-size: 32px;
    line-height: 55px;
  }
  .w62 {
    max-width: 620px;
    margin: 0 auto;]
  }

  .floating_btn {
    width: 70px;
    position: fixed;
    bottom: 50px;
    right: 30px;
  }

  .floating_bnr {
    display: none;
  }
  .footer {
    padding: 30px 0;
  }
  .footer span {
    font-size: 12px;
  }
}
