@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-family: "Shippori Mincho B1", serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* FAQ
*****************************************************************/
:root {
  --main_c: #DC6E96;
  --bg_c: rgba(23, 30, 53, 0.1);
}

.area__faq {
  padding: 80px 20px 120px;
}
@media (width < 896px) {
  .area__faq {
    padding: 40px 20px 40px;
  }
}

.area__faq--nav {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  container-type: inline-size;
}

.list_nav_faq {
  display: grid;
  gap: 1.666cqw;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.list_nav_faq .btn_la a {
  display: grid;
  place-content: center;
  font-size: clamp(1.3rem, 0.9375vw, 1.5rem);
  box-sizing: border-box;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 100%;
  border: #666 solid 1px;
  position: relative;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_nav_faq .btn_la a::before, .list_nav_faq .btn_la a::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translate(-42%);
  width: 2px;
  height: 8px;
  background-color: #666;
  transition: 0.5s;
}
.list_nav_faq .btn_la a::before {
  transform: rotate(-45deg);
  right: 15px;
}
.list_nav_faq .btn_la a::after {
  transform: rotate(45deg);
  right: 10px;
}

.area__faq--block {
  padding: 5.208vw 0 0;
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
}
@media (width < 896px) {
  .area__faq--block {
    padding: 40px 0 0;
  }
}

.ttl_category {
  font-size: clamp(1.8rem, 2cqw, 2.4rem);
  line-height: 1.2em;
  padding: 0 0 16px;
}

.include-accordion {
  background-color: #FFF;
  width: 100%;
  padding: 0;
  border-top: 1px solid #CCC;
}

.box_faq {
  list-style: none;
}

.box_faq_item {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  border-top: 1px solid #CCC;
  background-color: #FFF;
  margin: 0;
}

.box_faq_answer {
  border-bottom: 1px dotted #CCC;
  padding: 20px;
  line-height: 1.6em;
  font-size: 1.5rem;
}
@media (width < 480px) {
  .box_faq_answer {
    padding: 16px;
  }
}
.box_faq_answer ul {
  padding: 2px 0;
}
.box_faq_answer ul li {
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
.box_faq_answer ul li::before {
  content: "・";
}

.accordionBtn {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  padding: 17px 34px 14px 10px;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: justify;
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 5px;
}
@media (width < 480px) {
  .accordionBtn {
    font-size: 1.4rem;
  }
}

.cap_q {
  font-size: 1.4em;
  transform: translateY(-1.5px);
  color: var(--main_c);
}

.accordionBtn:hover {
  background-color: var(--bg_c);
}

.accordionBtn::before, .accordionBtn::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translate(-42%);
  width: 2px;
  height: 8px;
  background-color: var(--main_c);
  transition: 0.5s;
}

.accordionBtn::before {
  transform: rotate(-45deg);
  right: 25px;
}

.accordionBtn::after {
  transform: rotate(45deg);
  right: 20px;
}

.box_faq.active .accordionBtn {
  background-color: var(--bg_c);
}

.box_faq.active .accordionBtn::before {
  transform: rotate(-135deg);
}

.box_faq.active .accordionBtn::after {
  transform: rotate(135deg);
}

.box_faq_item.active {
  overflow-y: auto;
}