@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Damion&family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;500;600;700;900&display=swap");
#titlearea .pagetitle {
  background-image: url("../faq/img/main.jpg");
}

.qabox {
  margin-top: -50px;
}
.qabox .sec {
  padding: 70px 0;
}
.qabox .sec:nth-of-type(2), .qabox .sec:nth-of-type(4) {
  background-color: rgba(0, 125, 195, 0.1);
}
.qabox .sec:nth-of-type(2) dl dt, .qabox .sec:nth-of-type(4) dl dt {
  background-color: #FFF;
  color: #007DC3;
}
.qabox .sec:nth-of-type(2) dl dd, .qabox .sec:nth-of-type(4) dl dd {
  background-color: rgba(255, 255, 255, 0.6);
}
.qabox .sec h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #007DC3;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
}
.qabox .sec h2::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  height: 6px;
  width: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 125, 195, 0.2);
}
.qabox .sec dl + dl {
  margin-top: 30px;
}
.qabox .sec dl dt {
  line-height: 80px;
  padding: 0 80px 0 100px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  position: relative;
  z-index: 2;
  background-color: #007DC3;
  color: #FFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.qabox .sec dl dt i {
  position: absolute;
  z-index: 5;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  line-height: 1;
  font-family: "Damion", cursive;
  font-weight: 900;
  font-size: 50px;
}
.qabox .sec dl dt span {
  position: relative;
  z-index: 4;
  display: inline-block;
  font-size: 22px;
}
.qabox .sec dl dt:hover {
  cursor: pointer;
  opacity: .8;
}
.qabox .sec dl dt:hover::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: .6;
}
.qabox .sec dl dt::after {
  content: "\f0d7";
  position: absolute;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  right: 30px;
  top: 50%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: -15px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.qabox .sec dl dt.openheader::after {
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
  opacity: .6;
}
.qabox .sec dl dd {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 125, 195, 0.05);
  margin: -40px 30px 20px;
  padding: 60px 40px 30px;
}
.qabox .sec dl dd .text {
  text-align: justify;
  font-weight: 400;
}
.qabox .sec dl dd .text p {
  font-size: 17px;
}
.qabox .sec dl dd .text p + p {
  margin-top: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .qabox .sec h2 {
    font-size: 33px;
  }
  .qabox .sec dl dt {
    line-height: 76px;
  }
  .qabox .sec dl dt i {
    font-size: 46px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .qabox {
    margin-top: -30px;
  }
  .qabox .sec {
    padding: 50px 0;
  }
  .qabox .sec h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .qabox .sec dl + dl {
    margin-top: 25px;
  }
  .qabox .sec dl dt {
    line-height: 70px;
    padding: 0 40px 0 60px;
  }
  .qabox .sec dl dt i {
    left: 20px;
    font-size: 36px;
  }
  .qabox .sec dl dt span {
    font-size: 20px;
  }
  .qabox .sec dl dt::after {
    right: 20px;
    font-size: 26px;
    margin-top: -13px;
  }
  .qabox .sec dl dd {
    margin: -30px 20px 20px;
    padding: 50px 25px 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .qabox .sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .qabox .sec h2::before {
    top: -12px;
    height: 4px;
  }
  .qabox .sec dl + dl {
    margin-top: 20px;
  }
  .qabox .sec dl dt {
    line-height: 1.3;
    padding: 15px 30px 15px 50px;
  }
  .qabox .sec dl dt i {
    left: 15px;
    font-size: 30px;
  }
  .qabox .sec dl dt span {
    font-size: 18px;
  }
  .qabox .sec dl dt::after {
    right: 15px;
    font-size: 22px;
    margin-top: -11px;
  }
  .qabox .sec dl dd {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: -40px 10px 15px;
    padding: 50px 20px 20px;
  }
  .qabox .sec dl dd .text p {
    font-size: 16px;
  }
  .qabox .sec dl dd .text p + p {
    margin-top: 10px;
  }
}
