@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

.pc,
.pc-inline,
.pc_tbl {
  display: none !important;
}

.sp,
.sp_tbl {
  display: block !important;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header,
#main,
footer {
  max-width: 420px;
  margin: auto;
}

.txt__white {
  color: #fff;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 0px;
}

.header__logo {
  width: 40%;
  margin: auto;
}

.header__btns {
  display: none;
}

.header__btns {
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.header__btnsImg {
  width: 75px;
  margin-bottom: 5px;
}

/* txt */
a {
  color: #29a2d9;
  text-decoration: underline;
}

.txt__annotation {
  font-size: 0.8em;
  font-weight: 400;
  text-indent: -1.2em;
  margin-left: 1.2em;
  /* normal */
}

/* container */
.container {
  max-width: 92%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container__ttl {
  margin-bottom: 30px;
}

/* sp table scroll */
.spTableScrollX {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* band table */
.bandTable {
  width: 100%;
}

.bandTable tbody tr:nth-of-type(2n + 2) {
  background-color: rgba(255, 255, 255, 0.05);
}

.bandTable th,
.bandTable td {
  text-align: center;
}

.bandTable th {
  padding: 20px 10px;
}

.bandTable td {
  padding: 10px 5px;
}

.bandTable td:last-of-type {
  font-size: 14px;
}

/* link btn */
.linkBtn {
  width: 100%;
  max-width: 530px;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: auto;
}

.linkBtn__activeSkyBlue:hover {
  background-color: #29a2d9;
}

.linkBtn__activeRed:hover {
  background-color: #cc1300;
}

/* accordion */
.accordion__btn {
  font-size: 20px;
  text-align: center;
  background-color: #000;
  border: 1px solid #666;
  padding: 10px 0;
}

.accordion__body,
.accordion__bodyOpen {
  padding: 30px 30px;
}

.btn {
  width: 80%;
  border-radius: 27.5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #dd621c;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: 15px 0;
}
.accordionBtn__arrow.accordionBtn__active {
  color: #dd621c;
  background-color: #fff;
}
.btn__arrow,
.accordionBtn__arrow {
  position: relative;
}

.btn__arrow::before,
.accordionBtn__arrow::before {
  content: "";
  position: absolute;
  right: 20px;
  border: 8px solid transparent;
}

.btn__arrow::before {
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #fff;
}

.accordion {
  margin-bottom: 50px;
}

.accordionBtn:hover {
  cursor: pointer;
}

.accordionBtn__arrow::before {
  top: calc(50% + 10px);
  transform: translateY(calc(-50% - 4px));
  border-top: 10px solid #fff;
}

.accordionBtn__active {
  top: calc(50% - 10px);
}

.accordionBtn__active::before {
  transform: translateY(calc(-50% - 14px));
  border-top-color: transparent;
  border-bottom: 10px solid #dd621c;
}

.accordionBody {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}

.accordionBody__inner {
  overflow-y: hidden;
}

.accordionBody__active {
  grid-template-rows: 1fr;
}

/* faq accordion */
#faq {
  background: #50ac93;
  color: #ffffff;
}
.faqAccordion {
  margin-bottom: 15px;
}

.faqAccordion:last-of-type {
  margin-bottom: 0;
}

.faqAccordionBox {
  padding: 0;
}

.faqAccordionBox__inner {
  overflow-y: hidden;
}

.faqAccordionBox__innerInner {
  display: flex;
  align-items: baseline;
  border: 1px solid transparent;
  letter-spacing: 0.2em;
  overflow-y: hidden;
  padding: 10px 15px 15px;
}

.faqAccordion__q {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
}
.faqAccordion__q .faqAccordionBox__innerInner {
  padding-right: 40px;
}

.faqAccordionToggle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.faqAccordionToggle:before,
.faqAccordionToggle:after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faqAccordionToggle:before {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.5s ease-out;
}

.faqAccordionToggle:after {
  width: 20px;
  height: 2px;
}

.faqAccordionToggle__active:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faqAccordion__capitalLetter {
  width: 38px;
  font-size: 22px;
}

/* footer */
.footer {
  background-color: #50ac93;
}
.footer__logo {
  width: 50%;
  max-width: 200px;
  display: block;
  margin: 0 auto ;
}

.footer__list {
  color: #fff;
  font-weight: 300;
  padding: 0;
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 40px;
}

.footer__item {
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  padding: 0 10px;
}
.footer__link:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer__link,
.copyright {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
}

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

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (min-width: 768px) {
  .pc_tbl {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  /* container */
  .container__ttl {
    background: none;
  }

  .container__ttl > span {
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  /* sp table scroll */
  .spTableScrollX {
    overflow-x: hidden;
    white-space: initial;
    -webkit-overflow-scrolling: initial;
  }

  /* band table */
  .bandTable td {
    padding: 10px 10px;
  }

  /* footer */
  .footer__logo {
    width: 175px;
  }

  /* .footer__list {
    flex-direction: row;
  }

  .footer__list > li:not(:last-of-type) {
  }
  .footer__link,
  .copyright {
    font-size: 14px;
  }
}

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

/*@media screen and (min-width : 960px)

-------------------------------*/
@media screen and (min-width: 960px) {
}
