@charset "UTF-8";

.header__ttl {
  width: 8.75%;
  position: absolute;
  top: 15px;
  left: 15px;
}

.header__box-ttl {
  width: 44.27%;
  position: absolute;
  top: 20%;
  left: 0;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
/* //トップに依存 */

.sec01 {
  padding: 80px 0;
  background-color: #fff;
}
.sec02 {
  padding: 80px 0;
  background-color: #fff3d7;
}
.sec01__ttl {
  position: relative;
  margin-bottom: 6rem;
  padding-left: 48px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: left;
}
.sec01__ttl:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 26px;
  height: 4px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f48c3d;
  border-radius: 2px;
}
.sec01__txt {
  padding: 3rem 0;
  width: 100%;
  background-color: #fef3eb;
  border-radius: 10px;
}
.sec01__txt p {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.btn-border {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 80px;
  border-radius: 40px;
  transition: 0.4s;
  background-color: #f48c3d;
  border: 2px solid #f48c3d;
  color: #fff;
}
.btn-border:hover {
  background-color: #fff;
  color: #f48c3d;
}

.box {
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 10px;
}

.sec02__ttl {
  margin-bottom: 40px;
  height: 80px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #f48c3d;
  color: #fff;
}

/* ==== */
div.acc {
  margin: 0 40px 40px 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f48c3d;
}
div.acc:last-child {
  border-style: none;
}
.quest,
.toggle {
  width: 100%;
  line-height: 1.6;
}
.quest {
  pointer-events: none;
  margin-bottom: 20px;
  padding-left: 70px;
  font-size: 2rem;
  font-weight: bold;
  color: #f48c3d;
  position: relative;
  display: inline-block;
}
.quest::before {
  content: "";
  display: inline-block;
  background: url(../images/dist/inquiry/icon_q.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

input {
  display: none;
}
.toggle {
}
.toggle p {
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  /* トップに依存 */
  .w1200 {
    padding: 0 1rem;
  }
  /* //トップに依存 */
}

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

@media screen and (max-width: 767px) {
  /* トップに依存 */
  html {
    font-size: 55%;
  }
  body {
    font-size: 1rem;
    font-family: "M PLUS 1p", sans-serif, -apple-system, BlinkMacSystemFont,
      "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
      "Hiragino Kaku Gothic ProN", メイリオ, Meiryo;
  }
  .brpc {
    display: block;
  }
  .brsp {
    display: none;
  }
  #pagetotop {
    bottom: 5px;
    right: 5px;
  }
  /* //トップに依存 */

  .sec01 {
    padding: 40px 0;
    background-color: #fff;
  }
  .sec02 {
    padding: 40px 0;
    background-color: #fff3d7;
  }
  .sec01__ttl {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 48px;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: left;
  }
  .sec01__txt {
    padding: 3rem 1rem;
  }
  .box {
    margin-bottom: 30px;
  }

  .sec02__ttl {
    margin-bottom: 20px;
    height: 60px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #f48c3d;
    color: #fff;
  }

  /* ==== */
  div.acc {
    margin: 0 20px 20px 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f48c3d;
  }
  .quest {
    pointer-events: all;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 40px;
    font-size: 1.8rem;
    cursor: pointer;
    display: block;
  }
  .quest_checked {
    margin-bottom: 20px;
  }
  .quest::before {
    content: "";
    display: inline-block;
    background: url(../images/dist/inquiry/icon_q.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .quest::after {
    content: "";
    display: inline-block;
    background: url(../images/dist/inquiry/icon_plus.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .quest_checked::after {
    content: "";
    display: inline-block;
    background: url(../images/dist/inquiry/icon_minus.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .toggle {
    height: 0;
    padding: 0;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
  }
  input:checked + .toggle {
    height: auto;
    padding: 8px 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle p {
    font-size: 1.6rem;
  }
}
