@media print, (min-width: 768px) {
  .p-faq {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 60px;
  }
}

.p-faq__nv {
  display: flex;
  gap: 8px;
}

@media print, (min-width: 768px) {
  .p-faq__nv {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__nv {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.p-faq__nv > li {
  border-radius: 2px;
  background: #fff;
}

@media print, (min-width: 768px) {
  .p-faq__nv > li {
    flex: 1;
  }
}

.p-faq__nv > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #316400;
  border-radius: 2px;
  background: #fff;
  color: #316400;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .p-faq__nv > li a {
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__nv > li a {
    height: 41px;
  }
}

.p-faq__nv > li a > span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  vertical-align: top;
}

.p-faq__nv > li a > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 7px;
  margin-top: -4px;
  background: #316400;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.p-faq__nv > li a:hover,
.p-faq__nv > li a:active {
  opacity: .6;
}

.p-faq__sc {
  position: relative;
}

.p-faq__sc__a {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .p-faq__sc__a {
    top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__sc__a {
    top: -77px;
  }
}

@media print, (min-width: 768px) {
  .p-faq__sc:nth-child(n+2) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__sc:nth-child(n+2) {
    margin-top: 60px;
  }
}

.p-faq__tt {
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .p-faq__tt {
    margin-bottom: 32px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__tt {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.p-faq__ac {
  border-radius: 2px;
  overflow: hidden;
}

.p-faq__ac__hd__t {
  display: block;
  position: relative;
  padding-left: 30px;
}

.p-faq__ac__hd__t > span {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 15px;
  line-height: 1;
}

.p-faq__ac__hd__ic {
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transition: transform 700ms cubic-bezier(.645, .045, .355, 1);
}

@media print, (min-width: 768px) {
  .p-faq__ac__hd__ic {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__hd__ic {
    right: 15px;
  }
}

.p-faq__ac__hd__ic::before,
.p-faq__ac__hd__ic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 2px;
  background: #fff;
}

.p-faq__ac__hd__ic::after {
  transform: rotate(90deg);
}

.p-faq__ac__hd button {
  display: block;
  position: relative;
  width: 100%;
  min-height: 55px;
  box-sizing: border-box;
  border: none;
  background: #316400;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

@media print, (min-width: 768px) {
  .p-faq__ac__hd button {
    padding: 10px 45px 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__hd button {
    padding: 10px 40px 10px 15px;
  }
}

.p-faq__ac__hd button:hover,
.p-faq__ac__hd button:active {
  opacity: .6;
}

.p-faq__ac__bd {
  display: none;
  overflow: hidden;
}

.p-faq__ac__bd__in {
  background: #f4f4f4;
}

@media print, (min-width: 768px) {
  .p-faq__ac__bd__in {
    padding: 25px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__bd__in {
    padding: 20px 15px 30px;
  }
}

.p-faq__ac__bd strong {
  color: inherit;
  font-weight: 700;
}

.p-faq__ac__bd .is-break {
  word-break: break-all;
}

.p-faq__ac__bd .is-mt10 {
  margin-top: 10px;
}

.p-faq__ac__bd .is-mt20 {
  margin-top: 20px;
}

.p-faq__ac__bd .is-mt30 {
  margin-top: 30px;
}

.p-faq__ac__sc {
  margin-top: 40px;
}

.p-faq__ac__tc {
  margin-top: 30px;
}

.p-faq__ac__st {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-faq__ac__tt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-faq__ac__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: calc(100% - 6px);
  background: #e0e0e0;
}

.p-faq__ac__t {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .p-faq__ac__t {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__t {
    font-size: 16px;
  }
}

.p-faq__ac__b {
  font-weight: 700;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .p-faq__ac__b {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__b {
    font-size: 16px;
  }
}

.p-faq__ac__ul,
.p-faq__ac__bu {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .p-faq__ac__ul,
  .p-faq__ac__bu {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__ul,
  .p-faq__ac__bu {
    font-size: 16px;
  }
}

.p-faq__ac__ul > li,
.p-faq__ac__bu > li {
  position: relative;
  padding-left: 10px;
}

.p-faq__ac__ul > li::before,
.p-faq__ac__bu > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
}

@media print, (min-width: 768px) {
  .p-faq__ac__ul > li::before,
  .p-faq__ac__bu > li::before {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__ul > li::before,
  .p-faq__ac__bu > li::before {
    top: 11px;
  }
}

.p-faq__ac__bu {
  font-weight: 700;
}

.p-faq__ac__tl,
.p-faq__ac__bl {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .p-faq__ac__tl,
  .p-faq__ac__bl {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__tl,
  .p-faq__ac__bl {
    font-size: 16px;
  }
}

.p-faq__ac__tl__m,
.p-faq__ac__bl__m {
  white-space: nowrap;
}

.p-faq__ac__tl__t,
.p-faq__ac__bl__t {
  flex: 1;
}

.p-faq__ac__tl > li,
.p-faq__ac__bl > li {
  display: flex;
}

.p-faq__ac__tl.is-gap5 > li,
.p-faq__ac__bl.is-gap5 > li {
  gap: 5px;
}

.p-faq__ac__bl {
  font-weight: 700;
}

.p-faq__ac__pt {
  display: flex;
}

@media print, (min-width: 768px) {
  .p-faq__ac__pt {
    flex-direction: row-reverse;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__pt {
    flex-direction: column;
    gap: 15px;
  }
}

@media print, (min-width: 768px) {
  .p-faq__ac__pt__c:nth-child(1) {
    flex: 31.83673;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__pt__c:nth-child(1) {
    max-width: 156px;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .p-faq__ac__pt__c:nth-child(2) {
    flex: 68.16327;
  }
}

.p-faq__ac__pt__p {
  line-height: 1;
  text-align: center;
}

.p-faq__ac__pt__p img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.p-faq__ac__bt {
  border-radius: 2px;
  background: #fff;
}

@media print, (min-width: 768px) {
  .p-faq__ac__bt {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 250px;
    margin: 0 auto;
  }
}

.p-faq__ac__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 45px;
  box-sizing: border-box;
  border: 1px solid #316400;
  border-radius: 2px;
  background: #fff;
  color: #316400;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .p-faq__ac__bt a {
    padding: 7px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__bt a {
    padding: 9px 0;
    font-size: 16px;
  }
}

.p-faq__ac__bt a > span {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  vertical-align: top;
}

.p-faq__ac__bt a > span::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  width: 7px;
  height: 6px;
  background: #316400;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}

.p-faq__ac__bt a:hover,
.p-faq__ac__bt a:active {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .p-faq__ac__sr {
    position: relative;
    margin: 0 -15px;
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__sr__in {
    float: left;
    padding: 0 15px;
  }
}

.p-faq__ac__sr__ht {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  left: 50%;
  top: 50px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  box-sizing: border-box;
  border-radius: 6px;
  background: rgba(0, 0, 0, .8);
  transition: visibility 0ms 300ms, opacity 300ms;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .p-faq__ac__sr__ht {
    display: none;
  }
}

.p-faq__ac__sr__ht__p {
  line-height: 1;
  text-align: center;
}

.p-faq__ac__sr__ht__p img {
  width: 34.5px;
  height: 38.5px;
  vertical-align: top;
}

.p-faq__ac__sr__ht__t {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq__ac__sr.is-w630 .p-faq__ac__sr__in {
    width: 630px;
  }
}

.p-faq__ac__sr.is-scrolled .p-faq__ac__sr__ht {
  visibility: hidden;
  opacity: 0;
}

.p-faq__ac__tb1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .p-faq__ac__tb1 {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__tb1 {
    font-size: 16px;
  }
}

.p-faq__ac__tb1 .is-center {
  text-align: center;
}

.p-faq__ac__tb1 > thead > tr > th,
.p-faq__ac__tb1 > thead > tr > td,
.p-faq__ac__tb1 > tbody > tr > th,
.p-faq__ac__tb1 > tbody > tr > td {
  padding: 8px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.p-faq__ac__tb1 > thead > tr > th,
.p-faq__ac__tb1 > thead > tr > td {
  background: #ededed;
  font-weight: 700;
  text-align: center;
}

.p-faq__ac__tb1 > thead > tr > th:not(:last-child),
.p-faq__ac__tb1 > thead > tr > td:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-faq__ac__tb1 > thead > tr > th:nth-child(1),
.p-faq__ac__tb1 > thead > tr > td:nth-child(1) {
  width: 23.52941%;
}

.p-faq__ac__tb1 > thead > tr > th:nth-child(2),
.p-faq__ac__tb1 > thead > tr > td:nth-child(2) {
  width: 38.23529%;
}

.p-faq__ac__tb1 > thead > tr > th:nth-child(3),
.p-faq__ac__tb1 > thead > tr > td:nth-child(3) {
  width: 38.23529%;
}

.p-faq__ac__tb1 > tbody > tr > th {
  font-weight: 700;
  text-align: center;
}

.p-faq__ac__tb2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .p-faq__ac__tb2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__tb2 {
    font-size: 16px;
  }
}

.p-faq__ac__tb2 > thead > tr > th,
.p-faq__ac__tb2 > thead > tr > td,
.p-faq__ac__tb2 > tbody > tr > th,
.p-faq__ac__tb2 > tbody > tr > td {
  padding: 8px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.p-faq__ac__tb2 > thead > tr > th,
.p-faq__ac__tb2 > thead > tr > td {
  background: #ededed;
  font-weight: 700;
  text-align: center;
}

.p-faq__ac__tb2 > thead > tr > th:not(:last-child),
.p-faq__ac__tb2 > thead > tr > td:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-faq__ac__tb2 > thead > tr > th:nth-child(1),
.p-faq__ac__tb2 > thead > tr > td:nth-child(1) {
  width: 23.52941%;
}

.p-faq__ac__tb2 > thead > tr > th:nth-child(2),
.p-faq__ac__tb2 > thead > tr > td:nth-child(2) {
  width: 76.47059%;
}

.p-faq__ac__tb2 > tbody > tr > th {
  font-weight: 700;
  text-align: center;
}

.p-faq__ac__cl {
  border-radius: 2px;
  background: #fff;
}

@media print, (min-width: 768px) {
  .p-faq__ac__cl {
    width: 250px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__cl {
    margin-top: 30px;
  }
}

.p-faq__ac__cl button {
  display: block;
  position: relative;
  width: 100%;
  min-height: 45px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #316400;
  border-radius: 2px;
  background: #fff;
  color: #316400;
  font: inherit;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

@media print, (min-width: 768px) {
  .p-faq__ac__cl button {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ac__cl button {
    font-size: 16px;
  }
}

.p-faq__ac__cl button > span {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  vertical-align: top;
}

.p-faq__ac__cl button > span::before,
.p-faq__ac__cl button > span::after {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  width: 12px;
  height: 1px;
  margin-top: -.5px;
  background: #316400;
}

.p-faq__ac__cl button > span::before {
  transform: rotate(-45deg);
}

.p-faq__ac__cl button > span::after {
  transform: rotate(45deg);
}

.p-faq__ac__cl button:hover,
.p-faq__ac__cl button:active {
  opacity: .6;
}

.p-faq__ac:nth-child(n+2) {
  margin-top: 6px;
}

.p-faq__ac.is-expanded .p-faq__ac__hd__ic {
  transform: rotate(135deg);
}
