@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.faq {
  padding: 100px 0 120px;
}
.faq .base-title {
  margin-bottom: 40px;
}
.faq .link-list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.faq .link-list li {
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
  color: #A0A0A0;
  cursor: pointer;
}
.faq .link-list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #254678;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.faq .link-list li.current {
  color: #254678;
  border-bottom: 1px solid #254678;
}
.faq .link-list li.current:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.faq .link-list li:hover {
  color: #254678;
}
.faq .link-list li:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.faq .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.faq .tab-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  color: #A0A0A0;
  background: #fff;
  border: 1px solid #A0A0A0;
  border-right: none;
  text-align: center;
  cursor: pointer;
}
.faq .tab-list li:last-child {
  border-right: 1px solid #A0A0A0;
}
.faq .tab-list li.current {
  color: #fff;
  pointer-events: none;
  background: #254678;
}
.faq .tab-list li.current:hover {
  color: #fff;
  background: #254678;
}
.faq .tab-list li:hover {
  color: #fff;
  background: #4D91C8;
}
.faq .base-inner {
  position: relative;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.faq .faq-box {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid #A0A0A0;
}
.faq .faq-box:first-child {
  padding-top: 0;
}
.faq .faq-box .head {
  position: relative;
  font-size: 1.2rem;
  font-size: 18px;
  line-height: 1.5;
  line-height: 27px;
  font-weight: 600;
  cursor: pointer;
}
.faq .faq-box .head:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
}
.faq .faq-box .head.click:after {
  content: "\f106";
}
.faq .faq-box .row {
  display: none;
  margin-top: 20px;
}

.not-available {
  padding: 100px 0 120px;
  background: #F5F5F5;
}
.not-available .base-title {
  margin-bottom: 40px;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1080px) {
  .faq .base-inner {
    margin: 0 !important;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .faq {
    padding: 60px 0 80px;
  }
  .faq .base-title {
    margin-bottom: 40px;
  }
  .faq .link-list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .faq .link-list li {
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    color: #A0A0A0;
    cursor: pointer;
  }
  .faq .link-list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #254678;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .faq .link-list li.current {
    color: #254678;
    border-bottom: 1px solid #254678;
  }
  .faq .link-list li.current:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .faq .link-list li:hover {
    color: #254678;
  }
  .faq .link-list li:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .faq .tab-list li {
    padding: 5px 5px;
    font-size: 13px;
    line-height: 19.5px;
  }
  .faq .base-inner {
    margin: 0 !important;
  }
  .faq .faq-box .head {
    font-size: 1.067rem;
    font-size: 16px;
    line-height: 1.5;
    line-height: 24px;
    font-weight: 600;
  }
  .not-available {
    padding: 60px 0 80px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/