/* mixins
--------------------------------------------------------*/
.tomo-page-headline {
  padding-top: 45px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
.tomo-page-headline .letter-en {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .tomo-page-headline {
    padding-top: 15vw;
    font-size: 5vw;
  }
}

.qa-anchor-list {
  width: 100%;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .qa-anchor-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.qa-anchor-item {
  padding: 0 10px;
  min-width: 15%;
}
.qa-anchor-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 45px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0 10px;
  color: #000;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .qa-anchor-item a {
    min-height: 2.8em;
    padding: 0 1em;
  }
}
.qa-anchor-item a span {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .qa-anchor-item a span {
    font-size: 3.2vw;
  }
}
.qa-anchor-item a:hover {
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .qa-anchor-item {
    width: 48%;
    margin-bottom: 2vw;
    padding: 0;
  }
}

.qa-inner {
  width: 100%;
  padding: 60px 150px 0;
}
@media screen and (max-width: 1240px) {
  .qa-inner {
    padding: 60px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .qa-inner {
    padding: 10vw 0;
  }
}

.qa-headline {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .qa-headline {
    font-size: 3.8vw;
  }
}

.qa-list {
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .qa-list {
    padding-top: 3vw;
  }
}

.qa-item {
  width: 100%;
  border-bottom: 1px solid #e4dfe7;
}

.qa-item-q {
  padding: 25px 70px 25px 75px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  cursor: pointer;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.qa-item-q.is-open {
  background: #f7f1fa;
}
.qa-item-q.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa-item-q:hover {
  background: #f7f1fa;
}
.qa-item-q span {
  position: relative;
  display: inline-block;
}
.qa-item-q span:after {
  content: "Q";
  display: block;
  position: absolute;
  left: -55px;
  top: 0;
  color: #b080c7;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa-item-q span:after {
    left: -8vw;
    font-size: 4.6vw;
  }
}
.qa-item-q:before, .qa-item-q:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8d8d8d;
  top: 50%;
  right: 28px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media screen and (max-width: 767px) {
  .qa-item-q:before, .qa-item-q:after {
    right: 3vw;
  }
}
.qa-item-q:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .qa-item-q {
    padding: 1.7em 8vw 1.7em 10vw;
    font-size: 2.9vw;
  }
}

.qa-item-a {
  display: none;
  position: relative;
  padding: 25px 70px 25px 75px;
  border-top: 1px solid #e4dfe7;
}
.qa-item-a p {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .qa-item-a p {
    font-size: 2.9vw;
  }
}
.qa-item-a p:first-child:after {
  content: "A";
  display: block;
  position: absolute;
  left: -55px;
  top: 0;
  color: #b080c7;
  font-size: 22px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa-item-a p:first-child:after {
    left: -8vw;
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  .qa-item-a {
    padding: 1.7em 2vw 1.7em 10vw;
  }
}