@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

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

hover

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

スマホサイズのフォント指定

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

breakpoint

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

faq

-------------------------------------------------- */
.faq-list li {
  margin-top: 1.5em;
}
.faq-list li dl {
  background: #f9f9f9;
  padding: 2em;
}
.faq-list li dl dt {
  display: flex;
}
.faq-list li dl dt span {
  width: 1em;
  color: #E42020;
  font-size: 1.8rem;
}
.faq-list li dl dt div {
  flex: 1;
  padding-left: 0.5em;
  font-size: 1.7rem;
}
.faq-list li dl dd {
  display: flex;
  margin-top: 0.4em;
}
.faq-list li dl dd span {
  width: 1em;
  font-size: 1.8rem;
}
.faq-list li dl dd div {
  flex: 1;
  padding-left: 0.5em;
  font-size: 1.5rem;
}

.faq-item {
  margin-top: 3rem;
}
.faq-item .faq-list li {
  margin-top: 0.2em;
}
.faq-item .faq-list li dl {
  background: #f9f9f9;
  padding: 0 1em 0 0;
  margin-bottom: 1em;
}
.faq-item-block {
  margin-top: 4rem;
}
.faq-item-block:first-child {
  margin-top: 0;
}
.faq-item-block .ttl-large {
  margin-bottom: 2rem;
}
.faq-item-sub-block {
  margin-bottom: 1em;
  background: #f9f9f9;
}
.faq-item-sub-block:last-child {
  margin-bottom: 0;
}
.faq-item-sub-block .ttl-middle {
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 1.5em 0 1.5em 2em;
}
.faq-item-sub-block .ttl-middle.col-qa-ttl {
  cursor: pointer;
  position: relative;
}
.faq-item-sub-block .ttl-middle.col-qa-ttl::before, .faq-item-sub-block .ttl-middle.col-qa-ttl::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
}
.faq-item-sub-block .ttl-middle.col-qa-ttl::before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
}
@media only screen and (max-width: 1100px) {
  .faq-item-sub-block .ttl-middle.col-qa-ttl::before {
    width: 24px;
    height: 24px;
  }
}
.faq-item-sub-block .ttl-middle.col-qa-ttl::after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 50;
  line-height: 1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1100px) {
  .faq-item-sub-block .ttl-middle.col-qa-ttl::after {
    width: 24px;
    height: 24px;
  }
}
.faq-item-sub-block .ttl-middle.col-qa-ttl.active::after {
  content: "−";
}
.faq-item-sub-block .ac-c {
  padding: 0 0 1.5em 2em;
}
.faq-item-sub-block .ac-c p {
  font-size: 1.4rem;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.6;
}

.list-qa {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-qa .col-qa {
  margin-top: 1.5em;
}
.list-qa .col-qa .ac-list > .col-qa-ttl {
  background: #EEE;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 2.4rem 4.8rem 2.4rem 2.4rem;
}
.list-qa .col-qa .ac-list > .col-qa-ttl span {
  width: 7em;
  min-width: 7em;
  text-align: center;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa .ac-list > .col-qa-ttl span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > div:not(.ac-list) {
  padding: 0;
}
.list-qa .col-qa > div:not(.ac-list) span {
  width: 7em;
  min-width: 7em;
  text-align: center;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div:not(.ac-list) span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa .qa-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2em;
}
.list-qa .col-qa .qa-item .q-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E42020;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.list-qa .col-qa .qa-item .q-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  margin-top: 0.6rem;
  flex: 1;
}
.list-qa .col-qa .qa-answer {
  display: flex;
  align-items: flex-start;
}
.list-qa .col-qa .qa-answer .a-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.list-qa .col-qa .qa-answer .a-txt {
  flex: 1;
  margin-top: 0.5rem;
}
.list-qa .col-qa .qa-answer .a-txt p {
  font-size: 1.4rem;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.6;
}
.list-qa.toggle-arrow .col-qa-ttl:after {
  content: "";
  width: 0.7rem;
  height: 1.4rem;
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(90deg);
}
@media only screen and (max-width: 768px) {
  .list-qa.toggle-arrow .col-qa-ttl:after {
    right: 5%;
  }
}
.list-qa.toggle-arrow .col-qa-ttl.active:after {
  transform: translateY(-50%) rotateZ(-90deg);
}
.list-qa.toggle-plus .col-qa-ttl:before, .list-qa.toggle-plus .col-qa-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #E42020;
}
.list-qa.toggle-plus .col-qa-ttl:before {
  width: 2rem;
  height: 0.3rem;
  right: 2rem;
}
@media only screen and (max-width: 768px) {
  .list-qa.toggle-plus .col-qa-ttl:before {
    right: 1.5rem;
  }
}
.list-qa.toggle-plus .col-qa-ttl:after {
  width: 0.3rem;
  height: 2rem;
  right: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .list-qa.toggle-plus .col-qa-ttl:after {
    right: 2.4rem;
  }
}
.list-qa.toggle-plus .col-qa-ttl.active:after {
  display: none;
}