@charset "UTF-8";
/* お問い合わせ
================================================== */
.support__inner {
  padding-top: 11.2vw;
  padding-bottom: 20.26667vw;
}
@media print, screen and (min-width: 751px) {
  .support__inner {
    padding-top: 70px;
    padding-bottom: 108px;
  }
}


/* キーワードリスト
-------------------------------------------------- */
.keyword {
  background-color: #EFF4EB;
}

.keyword__inner {
  padding-top: 17.86667vw;
  padding-bottom: 14.93334vw;
}
@media print, screen and (min-width: 751px) {
  .keyword__inner {
    padding-top: 85px;
    padding-bottom: 68px;
  }
}

/* タイトル */
.keyword__ttl {
  color: #000;
  font-size: 5.86667vw;
  line-height: 1.454545;
  text-align: center;
  margin-bottom: 9.33334vw;
}
@media print, screen and (min-width: 751px) {
  .keyword__ttl {
    font-size: 2.4rem;
    line-height: 1.458334;
    margin-bottom: 40px;
  }
}

/* 緊急時のご連絡 */
.keyword__emergency {
  position: relative;
  height: 20.26667vw;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .keyword__emergency {
    margin: 0 auto;
    height: 76px;
    width: 335px;
  }
}

.keyword__emergency::after {
    content: '';
    background-color: #FFBFBF;
    border-radius: 1.6vw;
    display: block;
    width: 100%;
    height: 18.66667vw;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media print, screen and (min-width: 751px) {
  .keyword__emergency::after {
    border-radius: 6px;
    width: 100%;
    height: 70px;
    /* bottom: 2px; */
  }
}

.keyword__emergency a {
  background-color: #fff;
  border: .53334vw solid #F95656;
  border-radius: 1.6vw;
  color: #F95656;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.26667vw;
  font-weight: 700;
  text-decoration: none;
  height: 18.6667vw;
  width: 100%;
  padding: 1.33334vw 1.33334vw 1.33334vw 0;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 751px) {
  .keyword__emergency a {
    border: 2px solid #F95656;
    border-radius: 6px;
    font-size: 1.6rem;
    height: 70px;
    width: auto;
    padding: 16px 1em;
    transition: .3s;
  }
}

.keyword__emergency a span {
  display: flex;
  align-items: center;
  gap: 0 6.93334vw;
}
@media print, screen and (min-width: 751px) {
  .keyword__emergency a span {
    gap: 0 26px;
  }
}

.keyword__emergency a span::before {
  content: '';
  display: block;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/img/support/top/icon_keyword_01.png');
  height: 10.293334vw;
  width: 10.109334vw;
}
@media print, screen and (min-width: 751px) {
  .keyword__emergency a span::before {
    height: 38.6px;
    width: 37.91px;
  }
}

/* hover */
@media print, screen and (min-width: 751px) {
  .keyword__emergency a:hover {
    transform: translateY(6px);
  }
}


/* 他のキーワード */
.keyword__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.13334vw 2.4vw;
  margin-top: 2.13334vw;
}
@media print, screen and (min-width: 751px) {
  .keyword__list {
    gap: 16px 3.125%;
    margin-top: 24px;
  }
}

.keyword__list li {
  height: 20.26667vw;
  width: 43.46667vw;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .keyword__list li {
    height: 76px;
    width: 48.4375%;
  }
}

.keyword__list li::after {
  content: '';
  background-color: #B6E3BB;
  border-radius: 1.6vw;
  display: block;
  width: 100%;
  height: 18.66667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .keyword__list li::after {
    border-radius: 6px;
    height: 70px;
  }
}

.keyword__list a {
  background-color: #5CBF77;
  border-radius: 1.6vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 4.26667vw;
  font-weight: 700;
  text-decoration: none;
  height: 18.6667vw;
  width: 100%;
  padding: 1.33334vw 1.33334vw 1.33334vw 0;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 751px) {
  .keyword__list a {
    border-radius: 6px;
    font-size: 1.6rem;
    height: 70px;
    width: auto;
    padding: 0 1em 0 0;
    transition: .3s;
  }
}

.keyword__list a span {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .keyword__list a span {
    gap: 0 9px;
  }
}

.keyword__list a span::before {
  content: '';
  display: block;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16vw;
  width: 16vw;
}
@media print, screen and (min-width: 751px) {
  .keyword__list a span::before {
    height: 70px;
    width: 70px;
  }
}

.keyword__list li:nth-of-type(1) span::before {
  background-image: url('/img/support/top/icon_keyword_02.png');
}

.keyword__list li:nth-of-type(2) span::before {
  background-image: url('/img/support/top/icon_keyword_03.png');
}

.keyword__list li:nth-of-type(3) span::before {
  background-image: url('/img/support/top/icon_keyword_04.png');
}

@media print, screen and (max-width: 750px) {
  .keyword__list li:nth-of-type(4) a {
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.keyword__list li:nth-of-type(4) span::before {
  background-image: url('/img/support/top/icon_keyword_05.png');
}

.keyword__list li:nth-of-type(5) span::before {
  background-image: url('/img/support/top/icon_keyword_06.png');
}

.keyword__list li:nth-of-type(6) span::before {
  background-image: url('/img/support/top/icon_keyword_07.png');
}

.keyword__list li:nth-of-type(7) span::before {
  background-image: url('/img/support/top/icon_keyword_08.png');
}

.keyword__list li:nth-of-type(8) span::before {
  background-image: url('/img/support/top/icon_keyword_09.png');
}

/* hover */
@media print, screen and (min-width: 751px) {
  .keyword__list li:hover a {
    transform: translateY(6px);
  }
}



/* よく見られている質問
-------------------------------------------------- */
/* タイトル */
.excerpt__ttl {
  background-image: url('/img/support/cmn/icon_ttl_01.png');
  background-position: left top 3.73334vw;
  background-repeat: no-repeat;
  background-size: 8.642667vw 2.074667vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.458334;
  margin-bottom: 9.06667vw;
  padding-left: 11.73334vw;
}
@media print, screen and (min-width: 751px) {
  .excerpt__ttl {
    background-position: left top 14px;
    background-size: 32.41px 7.78px;
    font-size: 2.4rem;
    margin-bottom: 35px;
    padding-left: 44px;
  }
}


/* リスト */
.excerpt__qaList {
  display: flex;
  flex-direction: column;
  gap: 2.13334vw 0;
}
@media print, screen and (min-width: 751px) {
  .excerpt__qaList {
    gap: 16px 0;
  }
}

/* Q */
.excerpt__question {
  background-image: url('/img/support/cmn/icon_q.png');
  background-position: left 4.26667vw center;
  background-repeat: no-repeat;
  background-size: 8vw;
  background-color: #ECF4F2;
  border-radius: 1.6vw;
  cursor: pointer;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.5;
  padding: 4vw 13.06667vw 3.2vw 15.46667vw;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .excerpt__question {
    background-position: left 16px center;
    background-size: 40px;
    border-radius: 6px;
    font-size: 1.8rem;
    line-height: 1.33334;
    padding: 25px 60px 21px 84px;
  }
}

.excerpt__question.is-active {
  background-color: #D0E8D7;
}

.excerpt__question::before,
.excerpt__question::after {
  content: '';
  display: block;
  border-top: .53334vw solid #000;
  position: absolute;
  top: 50%;
  right: 3.2vw;
  width: 5.33334vw;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 751px) {
  .excerpt__question::before,
  .excerpt__question::after {
    border-top: 2px solid #000;
    right: 30px;
    width: 20px;
    transform: translateY(-50%);
  }
}

.excerpt__question::after {
  transform: translateY(-50%) rotate(-90deg);
}

.excerpt__question.is-active::after {
  transform: translateY(-50%) rotate(0);
  transition: .6s;
}




/* hover */
@media print, screen and (min-width: 751px) {
    .excerpt__question:hover {
        color: #fff;
        background-color: #5CBF77;
    }

    .excerpt__question.is-active:hover {
        color: inherit;
        background-color: #D0E8D7;
    }

    .excerpt__question:hover::before,
    .excerpt__question:hover:after {
        border-color: #fff;
        transition: 0;
    }
    .excerpt__question.is-active:hover::before,
    .excerpt__question.is-active:hover:after {
        border-color: inherit;
        transition: 0;
    }
}





/* A */
.excerpt__answer {
  display: none;
}

.excerpt__answer__inner {
  background-image: url('/img/support/cmn/icon_a.png');
  background-position: left 4.26667vw top 7.2vw;
  background-repeat: no-repeat;
  background-size: 8vw;
  padding: 6.66667vw 3.73334vw 11.2vw 14.93334vw;
}
@media print, screen and (min-width: 751px) {
  .excerpt__answer__inner {
    background-image: url('/img/support/cmn/icon_a.png');
    background-position: left 16px top 30px;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 34px 56px 50px 86px;
  }
}

.excerpt__answer__ttl,
.excerpt__answer__txt,
.excerpt__answer__list {
  font-size: 4.26667vw;
  font-weight: 400;
  line-height: 1.75;
}
@media print, screen and (min-width: 751px) {
  .excerpt__answer__ttl,
  .excerpt__answer__txt,
  .excerpt__answer__list {
    font-size: 1.6rem;
  }
}

.excerpt__answer__txt a,
.excerpt__answer__list a {
  color: #1A1C80;
  text-decoration: underline;
  word-wrap:break-word;
}

.excerpt__answer__txt + .excerpt__answer__ttl,
.excerpt__answer__txt + .excerpt__answer__txt,
.excerpt__answer__txt + .excerpt__answer__list,
.excerpt__answer__list + .excerpt__answer__txt,
.excerpt__answer__list + .excerpt__answer__ttl {
  margin-top: 7.46667vw;
}
@media print, screen and (min-width: 751px) {
  .excerpt__answer__txt + .excerpt__answer__ttl,
  .excerpt__answer__txt + .excerpt__answer__txt,
  .excerpt__answer__txt + .excerpt__answer__list,
  .excerpt__answer__list + .excerpt__answer__txt,
  .excerpt__answer__list + .excerpt__answer__ttl {
    margin-top: 28px;
  }
}

.excerpt__answer__txt .td_underline {
    text-decoration: underline;
}

.excerpt__answer__list--indent_1 > li {
    padding-left: 1em;
    text-indent: -1em;
}

.excerpt__answer__list--indent_1half > li {
    padding-left: 1.5em;
    text-indent: -1.2em;
}

.excerpt__answer__list--indent_2 > li {
    padding-left: 2em;
    text-indent: -2em;
}

.excerpt__answer__list--flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
}

.marginNone {
    margin: 0 !important;
}


/* トップのみの共通部分制御
-------------------------------------------------- */
.cmnInquiry__mainTtl {
  display: none;
}

.cmnInquiry__wrap {
  display: flex;
  flex-direction: column;
}

.cmnInquiry__emergency {
  order: 1;
}

.cmnInquiry__emergency__txt {
  display: none;
}

.cmnInquiry__list {
  order: 2;
}


.cmnInquiry__backBtn {
  display: none;
}


