@charset "UTF-8";
* {
  letter-spacing: 0.1em;
  line-height: 2;
}

@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.display__none--sp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display__none--tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__none--pc {
    display: none !important;
  }
}
.display__disp--sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .display__disp--sp {
    display: none !important;
  }
  .display__disp--tb {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__disp--pc {
    display: block !important;
  }
}
/*アコーディオン全体*/
.accordion {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.accordion--list {
  margin: 10px 0;
}
.accordion--item {
  border: 3px solid #FFC5D8;
  border-radius: 9px;
}
.accordion--title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 25px 40px 25px 25px;
  transition: all 0.5s ease;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.accordion--title--Q {
  padding-right: 15px;
}
.accordion--title::before {
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.accordion--title::after {
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.accordion--title::before, .accordion--title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #FFC5D8;
}
.accordion--title.close::before {
  transform: rotate(45deg);
}
.accordion--title.close::after {
  transform: rotate(-45deg);
}
.accordion--box {
  display: none;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

@media screen and (min-width: 1025px) {
  .accordion--title {
    font-size: 1.6rem;
  }
  .accordion--box {
    font-size: 1.6rem;
  }
}
h2 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  padding-bottom: 80px;
  padding-top: 126px;
  text-align: center;
  position: relative;
  z-index: 0;
}
h2 span {
  position: relative;
  letter-spacing: 0.1rem;
  z-index: -1;
}
h2 span:before {
  position: absolute;
  top: -25px;
  font-size: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.1rem;
  white-space: pre;
}
h2 span:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 20%;
  display: block;
  width: 192px;
  height: 28px;
  background: url("/wp-content/themes/djp_new/img/common/header_mark.png");
  background-size: 100%;
  left: 60%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 4.2rem;
    padding-top: 202px;
    padding-bottom: 277px;
  }
  h2 span:before {
    font-size: 1.4rem;
    top: -36px;
  }
  h2 span:after {
    width: 680px;
    height: 103px;
    background: url("/wp-content/themes/djp_new/img/common/header_mark-pc.png");
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: auto;
    left: 70%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
.faq {
  padding: 0 7.5%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.faq h2 span:before {
  content: "FAQ";
}
.faq__list {
  list-style-type: none;
}
.faq__list a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 40px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
.faq__list--item {
  padding: 25px;
  border: 3px solid #FFC5D8;
  border-radius: 9px;
}
.faq h3 {
  text-align: center;
  margin-bottom: 36px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.faq h4 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.tab {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 77px;
  position: relative;
  z-index: 1;
}
.tab li a {
  display: block;
  background: #fff;
  margin: 0 2px;
  padding: 10px 20px;
}
.tab li.active a {
  background: #ddd;
}

.area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 40px 0;
}
.area__wrap {
  margin-bottom: 40px;
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  padding-top: 133px;
  margin-top: -133px;
  z-index: 0;
  position: relative;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    flex-direction: row;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__list a {
    font-size: 1.6rem;
  }
  .faq h3 {
    font-size: 3.2rem;
  }
  .faq h4 {
    font-size: 2rem;
  }
  .area {
    padding-top: 77px;
  }
}/*# sourceMappingURL=faq.css.map */