@charset "UTF-8";
@media (min-width: 768px) {
  .page-block--contact {
    padding-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .page-block--contact {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .mt27 {
    margin-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .mt27 {
    margin-top: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  .page-content--contact {
    padding: 5.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .page-content--contact {
    padding: 6.6666666667vw 0 0;
  }
}

@media (max-width: 767px) {
  .page-wrapper--contact {
    padding: 3rem 0 6.4vw;
  }
}

@media (min-width: 768px) {
  .btn.mx415 {
    max-width: 415px;
  }
}
@media (max-width: 767px) {
  .sp_mb15 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrapper {
    padding: 8vw 0 8vw;
  }
}
.page-wrapper .inner__contact {
  margin-bottom: 30px;
}

.text_01 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .text_01 {
    margin-bottom: 6.6666666667vw;
  }
}

.about-list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list {
    margin: -0.5rem;
  }
}
@media (max-width: 767px) {
  .about-list {
    display: block;
    margin: 0;
  }
}
.about-list__item {
  width: 33.33%;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list__item {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-list__item {
    width: auto;
    padding: 0;
  }
  .about-list__item + .about-list__item {
    margin-top: 1rem;
  }
}
.about-list__link {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #00A08E;
  border-radius: 5px;
}
.about-list__link > p {
  margin-top: 1rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__link > p {
    margin-top: 2.2666666667vw;
  }
}
@media (min-width: 768px) {
  .about-list__link:hover {
    color: #282828;
    background: #F2FAF9;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list__link {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .about-list__link {
    padding: 2rem;
    padding-left: 21.3333333333vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__link {
    min-height: 20vw;
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
  }
}
@media (max-width: 479px) {
  .about-list__link {
    min-height: 90px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 9rem;
  }
}
.about-list__ttl {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 52px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-list__ttl {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .about-list__ttl {
    text-align: left;
    background: url(/common/images/ico_right.svg) no-repeat 0 center;
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__ttl {
    font-size: 2.9333333333vw;
    line-height: 4vw;
    padding-left: 4vw;
    background-size: 3.3333333333vw;
  }
}
@media (max-width: 479px) {
  .about-list__ttl {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 22px;
    background-size: 18px;
  }
}
.about-list__icon {
  width: 8rem;
  height: 8rem;
  background: no-repeat center center/100%;
  display: block;
  margin: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-list__icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media (max-width: 479px) {
  .about-list__icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .about-list__icon[class*=-icon] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .about-list__icon[class*=-icon] {
    left: 2rem;
  }
}
.about-list__icon.-arrow {
  width: 2rem;
  height: 2rem;
  background-image: url(/common/images/ico_right.svg);
  background-size: 100%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .about-list__icon.-arrow {
    display: none;
  }
}
.about-list__icon.-icon01 {
  background-image: url(../images/ico_customer_01.svg);
}
.about-list__icon.-icon02 {
  background-image: url(../images/ico_customer_02.svg);
}
.about-list__icon.-icon03 {
  background-image: url(../images/ico_customer_03.svg);
}
.about-list__icon.-icon04 {
  background-image: url(../images/ico_customer_04.svg);
}
.about-list__icon.-icon05 {
  background-image: url(../images/ico_customer_05.svg);
}
.about-list__icon.-icon06 {
  background-image: url(../images/ico_customer_06.svg);
}
.about-list__icon.-icon07 {
  background-image: url(../images/ico_customer_07.svg);
}
.about-list__icon.-icon08 {
  background-image: url(../images/ico_customer_08.svg);
  background-size: contain;
}
.about-list__icon.-icon09 {
  background-image: url(../images/ico_customer_09.svg);
}
.about-list__icon.-icon10 {
  background-image: url(../images/ico_customer_10.svg);
}
.about-list__icon.-icon11 {
  background-image: url(../images/ico_customer_11.svg);
}
.about-list__icon.-icon12 {
  background-image: url(../images/ico_customer_12.svg);
}
.about-list__icon.-icon13 {
  background-image: url(../images/ico_customer_13.svg);
  background-size: contain;
}

.box--customer {
  margin-top: 3.8rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box--customer {
    margin-top: 2vw;
  }
}
@media (max-width: 479px) {
  .box--customer {
    margin-top: 8px;
  }
}
.box__content--customer {
  padding: 3.2rem 3rem 2.8rem 2.8rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box__content--customer {
    padding: 2.6666666667vw;
  }
}
@media (max-width: 479px) {
  .box__content--customer {
    padding: 15px;
  }
}
.box__desc {
  padding: 3rem 3rem 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box__desc {
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
@media (max-width: 479px) {
  .box__desc {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 15px 0;
  }
}
.box__info--customer {
  padding: 3rem 0;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .box__info--customer {
    padding: 6vw 0;
  }
}
@media (max-width: 479px) {
  .box__info--customer {
    margin-top: 5px;
  }
}
.box__info--customer .txt {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .box__info--customer .txt {
    margin-bottom: 3.3333333333vw;
  }
}
.box__info--customer .phone {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .box__info--customer .phone {
    margin-bottom: 4vw;
  }
}
.box__info--customer .phone a {
  font-weight: 500;
}
.box__info--customer .txt-small {
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box__ttl {
    padding-top: 2.4vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .btn--customer {
    max-width: 65%;
    width: 40rem;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.question__search {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .question__search {
    position: static;
    background: #fff;
    padding: 0;
    margin-bottom: 2.6666666667vw;
  }
  .question__searchInr {
    position: relative;
  }
}
.question__searchInr {
  position: relative;
}
@media (min-width: 768px) {
  .question__searchInr span {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .question__searchInr span:after {
    display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(/contact/images/ico_loupe.svg) no-repeat 0 0/100%;
  }
}
.question__searchInp {
  display: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background: #e5e5e5;
  border-radius: 30px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 12px 3px;
  padding-right: 80px;
  border: none;
  font-weight: bold;
  color: #5f5f5f;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .question__searchInp {
    padding-top: 3px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .question__searchInp {
    font-size: 14px;
    padding: 2.6666666667vw 6.2666666667vw;
    padding-right: 14.6666666667vw;
    width: 100%;
  }
}
.question__searchInp::-webkit-input-placeholder {
  color: #5f5f5f;
  font-weight: bold;
}
.question__searchInp::-moz-placeholder {
  color: #5f5f5f;
  font-weight: bold;
}
.question__searchInp:-ms-input-placeholder {
  color: #5f5f5f;
  font-weight: bold;
}
.question__searchInp:-moz-placeholder {
  color: #5f5f5f;
  font-weight: bold;
}
.question__searchBtn {
  height: 100%;
  width: 120px;
  background-color: #5F5F5F;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .question__searchBtn {
    background-size: 20px;
  }
}
@media (max-width: 767px) {
  .question__searchBtn {
    width: 13.3333333333vw;
    background-size: 3.2vw;
  }
}

.block-qa__ask__link span {
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid #221815;
  line-height: 1.5;
}

#tab02 {
  display: none;
}

.mf_faq .mf_finder_searchBox_query_input {
  top: 0;
  width: 100%;
  height: 40px;
  background: #e5e5e5;
  border-radius: 30px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 12px 3px;
  padding-right: 80px;
  border: none;
  font-weight: bold;
  color: #5f5f5f;
}

.mf_faq .mf_finder_searchBox_submit {
  height: 100%;
  width: 120px;
  background-color: #5F5F5F;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .mf_faq .mf_finder_searchBox_submit {
    font-size: 3.7333333333vw;
  }
}

.mf_faq .mf_finder_searchBox_submit:before {
  content: "検索";
  display: inline-block;
  margin-right: 18px;
}

.mf_finder_searchBox_submit span {
  position: absolute;
  top: 10px;
  right: 20px;
}

.mf_finder_searchBox_submit span:after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(/contact/images/ico_loupe.svg) no-repeat 0 0/100%;
}

@media (max-width: 767px) {
  .mf_faq .mf_finder_searchBox_query_input {
    font-size: 14px;
    padding: 2.66667vw 6.26667vw;
    padding-right: 14.66667vw;
    width: 100%;
  }
  .mf_finder_searchBox_submit span {
    display: none;
  }
  .mf_faq .mf_finder_searchBox_submit {
    width: 13.33333vw;
    background-size: 3.2vw;
    padding: 0;
  }
  .mf_faq .mf_finder_searchBox_submit:before {
    margin: 0;
  }
}
.btn.btn-ext {
  background-image: url(/common/images/ico_blank.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
}
.btn.btn-ext:hover {
  background-image: url(/common/images/ico_blank_white.svg);
}

.btn._login {
  background-color: #FABF00;
  border-color: #FABF00;
}
.btn._login:not(.-noico):before {
  background-image: url(/common/images/ico_right_hover.svg);
}
.btn._login:hover {
  color: #2E2E2E;
  background-color: #fff;
}
.btn._login:not(.-noico):hover:before {
  background-image: url(/common/images/ico_right_y.svg);
}
.btn._login:not(.-noico):after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 2.1rem;
  height: 1.8rem;
  right: 2rem;
  transform: translateY(-50%);
  background-image: url("../../common/images/ico_blank_hover.svg");
}
.btn._login:not(.-noico):hover:after {
  background-image: url(/common/images/ico_blank4.svg);
}