@charset "UTF-8";
/* CSS Document */
/*--- バナー一覧 ---*/
.top_ban_box .menu_list li a.inquiry, .top_ban_box .menu_list li a:hover {
  color: #FFF;
  background-color: #6fb92c;
}

/*--- コールセンター ---*/
#container {
  padding-bottom: 0;
}

/*--- コールセンター ---*/
.inqu_box {
  margin-top: 120px;
}
@media screen and (max-width: 1030px) {
  .inqu_box {
    margin-top: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  .inqu_box {
    margin-top: 11.6vw;
    padding-top: 0;
  }
}
.inqu_box .bg {
  background-color: #FFFCD1;
  padding: 30px 0 45px;
}
@media screen and (max-width: 1030px) {
  .inqu_box .bg {
    padding: 2.9vw 0 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .inqu_box .bg {
    padding: 2.6vw 0 8vw;
  }
}
.inqu_box .inqu_txt01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .inqu_box .inqu_txt01 {
    font-size: 1.9vw;
  }
}

.bottom .wrap01 {
  padding-top: 0;
}
.bottom .inq_box {
  margin-top: 0px;
}
.bottom .inq_box .title {
  display: none;
}

.inqu_box .inq_btn01 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .inqu_box .inq_btn01 {
    max-width: none;
    width: 58.2vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .inqu_box .inq_btn01 {
    max-width: none;
    width: 100%;
    margin-top: 5vw;
  }
}
.inqu_box .inq_btn01 a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #5A5758;
  padding: 1.5em 0 1.6em;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  .inqu_box .inq_btn01 a {
    font-size: 2vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .inqu_box .inq_btn01 a {
    font-size: 4vw;
    padding: 1.5em 0 1.6em;
    border-radius: 2vw;
  }
}

.switch_box {
  margin-top: 100px;
}
@media screen and (max-width: 1030px) {
  .switch_box {
    margin-top: 9.7vw;
  }
}
@media screen and (max-width: 768px) {
  .switch_box {
    margin-top: 18.6vw;
  }
}
.switch_box .anker_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.switch_box .anker_list li {
  width: 32.25%;
}
@media screen and (max-width: 768px) {
  .switch_box .anker_list li {
    width: 100%;
  }
  .switch_box .anker_list li + li {
    margin-top: 2.1vw;
  }
}
.switch_box .anker_list li a {
  display: block;
  background-color: #000;
  width: 100%;
  height: 150px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  border-radius: 15px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: center bottom 16px;
}
@media screen and (max-width: 1030px) {
  .switch_box .anker_list li a {
    height: 14.6vw;
    font-size: 2.3vw;
    border-radius: 1.5vw;
    padding-top: 1.9vw;
    background-size: 3.2vw auto;
    background-position: center bottom 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .switch_box .anker_list li a {
    height: 18.7vw;
    font-size: 5.3vw;
    line-height: 1.3em;
    text-align: left;
    border-radius: 4vw;
    padding-top: 0;
    padding-left: 6.7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 7.1vw auto;
    background-position: right 5.1vw center;
  }
}
.switch_box .anker_list li.sougou a {
  background-color: #6fb92c;
  background-image: url(../images/inquiry/arrow_sougou.svg);
}
.switch_box .anker_list li.kaomai a {
  background-color: #f29600;
  background-image: url(../images/inquiry/arrow_kaomai.svg);
}
.switch_box .anker_list li.kinsyachi a {
  background-color: #00a9c2;
  background-image: url(../images/inquiry/arrow_kinsyachi.svg);
}

.faq_box {
  margin-top: 125px;
}
@media screen and (max-width: 1030px) {
  .faq_box {
    margin-top: 12.1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box {
    margin-top: 18vw;
  }
}
.faq_box h3 {
  position: relative;
  background-color: #6fb92c;
  width: 100%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  .faq_box h3 {
    height: 10.7vw;
    margin-bottom: 8.7vw;
    font-size: 2.7vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box h3 {
    height: auto;
    padding: 4vw 0 5vw;
    margin-bottom: 12vw;
    font-size: 6vw;
    line-height: 1.3em;
    border-radius: 2vw;
  }
}
.faq_box .faq_block + .faq_block {
  margin-top: 84px;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block + .faq_block {
    margin-top: 8.2vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block + .faq_block {
    margin-top: 15vw;
  }
}
.faq_box .faq_block .title_box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 4px solid #6fb92c;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .title_box {
    padding-bottom: 2.9vw;
    margin-bottom: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .title_box {
    padding-bottom: 4.3vw;
    margin-bottom: 7vw;
  }
}
.faq_box .faq_block .title_box h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #6fb92c;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .title_box h4 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .title_box h4 {
    font-size: 5.4vw;
    line-height: 1.5em;
  }
}
.faq_box .faq_block .faq_list li {
  padding-bottom: 42px;
  border-bottom: 1px solid #6fb92c;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list li {
    padding-bottom: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list li {
    padding-bottom: 8vw;
  }
}
.faq_box .faq_block .faq_list li + li {
  margin-top: 42px;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list li + li {
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list li + li {
    margin-top: 8vw;
  }
}
.faq_box .faq_block .faq_list li.new {
  position: relative;
}
.faq_box .faq_block .faq_list li.new::before {
  content: "NEW";
  position: absolute;
  top: -1.3em;
  left: 0.2em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #f00;
  padding: 0.1em 0.5em 0.2em;
  border-radius: 0.5em;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list li.new::before {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list li.new::before {
    top: -1.6em;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list li.new::before {
    top: -4.6vw;
    left: -1vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 420px) {
  .faq_box .faq_block .faq_list li.new::before {
    top: -5vw;
  }
}
@media screen and (max-width: 360px) {
  .faq_box .faq_block .faq_list li.new::before {
    top: -5.8vw;
  }
}
.faq_box .faq_block .faq_list .question {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_box .faq_block .faq_list .answer {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list .answer {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list .answer {
    margin-top: 5vw;
  }
}
.faq_box .faq_block .faq_list .question dt, .faq_box .faq_block .faq_list .answer dt {
  width: 58px;
  height: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list .question dt, .faq_box .faq_block .faq_list .answer dt {
    width: 5.6vw;
    height: 4.5vw;
    font-size: 1.9vw;
    border-radius: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list .question dt, .faq_box .faq_block .faq_list .answer dt {
    width: 10.78vw;
    height: 8.42vw;
    font-size: 3.72vw;
    border-radius: 2.1vw;
  }
}
.faq_box .faq_block .faq_list .question dd {
  width: calc(100% - 72px);
  line-height: 1.8em;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list .question dd {
    width: calc(100% - 7vw);
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list .question dd {
    width: calc(100% - 13.38vw);
    font-size: 4.08vw;
    padding: 0.18em 0;
  }
}
.faq_box .faq_block .faq_list .answer dd {
  width: calc(100% - 72px);
  line-height: 1.8em;
}
@media screen and (max-width: 1030px) {
  .faq_box .faq_block .faq_list .answer dd {
    width: calc(100% - 7vw);
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .faq_box .faq_block .faq_list .answer dd {
    width: calc(100% - 13.38vw);
    font-size: 3.16vw;
    padding: 0.5em 0;
  }
}
.faq_box .faq_block .faq_list .answer dd strong {
  font-weight: bold;
  color: #c00;
}
.faq_box .faq_block .faq_list .answer dd li {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.faq_box .faq_block .faq_list .answer dd li + li {
  margin-top: 0 !important;
}
.faq_box .faq_block .faq_list .question dt {
  background-color: #6fb92c;
}
.faq_box .faq_block .faq_list .answer dt {
  background-color: #E8380D;
}
.faq_box .faq_block .faq_list .question dd {
  font-size: 22px;
  font-weight: bold;
  padding: 0.18em 0;
}
.faq_box .faq_block .faq_list .answer dd {
  font-size: 17px;
  padding: 0.5em 0;
}
.faq_box .faq_block .faq_list .answer dd a {
  color: #D7000F;
  text-decoration: underline;
}
.faq_box.kaomai h3 {
  background-color: #f29600;
}
.faq_box.kaomai .faq_block .title_box {
  border-bottom-color: #f29600;
}
.faq_box.kaomai .faq_block .title_box h4 {
  color: #f29600;
}
.faq_box.kaomai .faq_block .faq_list li {
  border-bottom-color: #f29600;
}
.faq_box.kaomai .faq_block .faq_list .question dt {
  background-color: #f29600;
}
.faq_box.kinsyachi h3 {
  background-color: #00a9c2;
}
.faq_box.kinsyachi .faq_block .title_box {
  border-bottom-color: #00a9c2;
}
.faq_box.kinsyachi .faq_block .title_box h4 {
  color: #00a9c2;
}
.faq_box.kinsyachi .faq_block .faq_list li {
  border-bottom-color: #00a9c2;
}
.faq_box.kinsyachi .faq_block .faq_list .question dt {
  background-color: #00a9c2;
}/*# sourceMappingURL=style_inquiry.css.map */