.faq .sp {
  display: none;
}

.anchor {
  display: block;
}

.faq * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq #titleimg {
  background-image: url(../../images/faq/title.jpg);
}

.faq .faq_sec {
  padding: 30px 0 100px;
}

.faq .faq_sec .search_box {
  width: 100%;
  padding: 40px 50px;
  background-color: #f1f4ef;
  margin-bottom: 87px;
}

.faq .faq_sec .search_box .search_form {
  width: 100%;
  margin-bottom: 0;
}

.faq .faq_sec .search_box .search_form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq .faq_sec .search_box .search_form form input {
  width: calc(100% - 210px);
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 10px 20px;
  border: solid 1px #b3b9b0;
  border-radius: 5px;
}

.faq .faq_sec .search_box .search_form form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  height: 50px;
  letter-spacing: 0;
  border-radius: 5px;
  padding: 10px;
  background-color: #3d4553;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq .faq_sec .search_box .search_form form button:hover {
  opacity: 0.7;
}

.faq .faq_sec .search_box .search_form form button span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
  padding-left: 10px;
  position: relative;
}

.faq .faq_sec .search_box .search_form form button span::before {
  content: "";
  width: 21px;
  aspect-ratio: 1/1;
  background: url(../../images/faq/search_icon.png) no-repeat center/contain;
  position: absolute;
  top: 2px;
  left: -21px;
  z-index: 10;
}

.faq .faq_sec .search_box .category_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  gap: 20px;
  margin-top: 20px;
}

.faq .faq_sec .search_box .category_list li a {
  min-height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 10px;
  background-color: #fff;
  border: solid 2px #3d4553;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq .faq_sec .search_box .category_list li a:hover {
  opacity: 0.7;
}

.faq .faq_sec .faq_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 117px;
  margin-bottom: 100px;
}

.faq .faq_sec .faq_block .faq_box {
  width: 100%;
  position: relative;
}

.faq .faq_sec .faq_block .faq_box .faq_btn {
  min-width: 350px;
  position: absolute;
  top: 7px;
  right: 0;
}

.faq .faq_sec .faq_block .faq_box .faq_btn a {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 10px;
  background-color: #3d4553;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq .faq_sec .faq_block .faq_box .faq_btn a:hover {
  opacity: 0.7;
}

.faq .faq_cv {
  width: 100%;
  min-height: 369px;
  padding: 64px 20px 20px;
  background: url(../../images/faq/faq_cv_bg.jpg) no-repeat center/cover;
}

.faq .faq_cv .faq_cv_ttl {
  width: 100%;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}

.faq .faq_cv .faq_cv_txt {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 29px;
}

.faq .faq_cv .faq_cv_btn {
  width: 100%;
  margin-top: 34px;
}

.faq .faq_cv .faq_cv_btn a {
  width: 100%;
  max-width: 400px;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
}

.faq .faq_cv .faq_cv_btn a span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 26px;
  position: relative;
}

.faq .faq_cv .faq_cv_btn a span::before {
  content: "";
  width: 33px;
  height: 23px;
  background: url(../../images/faq/email_icon.png) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: -19px;
  z-index: 10;
}

.faq .faq_cv .faq_cv_btn a:hover {
  opacity: 0.7;
}

.faq .common_faq_list {
  width: 100%;
}

.faq .common_faq_list dt {
  width: 100%;
  padding-bottom: 29px;
  border-bottom: solid 1px #dddddd;
}

.faq .common_faq_list dt span {
  width: calc(100% - 400px);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.faq .common_faq_list dt.small {
  padding-bottom: 22px;
}

.faq .common_faq_list dt.small span {
  font-size: 30px;
}

.faq .common_faq_list dd {
  width: 100%;
  border-bottom: solid 1px #dddddd;
}

.faq .common_faq_list dd>span {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  display: inline-block;
}

.faq .common_faq_list dd a {
  width: 100%;
  padding: 27px 50px 31px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq .common_faq_list dd a::before {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  border-right: solid 1px #3d4553;
  border-bottom: solid 1px #3d4553;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq .common_faq_list dd a .cat {
  min-width: 150px;
  min-height: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 5px;
  border: solid 1px #3d4553;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3px;
  margin-right: 20px;
}

.faq .common_faq_list dd a .ttl {
  max-width: calc(100% - 170px);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 9px;
  padding-top: 1px;
}

.faq .common_faq_list dd a:hover {
  opacity: 0.7;
}

.faq .common_faq_list dd a:hover::before {
  right: 12px;
}

.faq #title.faq_ttl {
  width: 100%;
  height: 200px;
  float: none;
  padding: 63px 0;
  background-color: #f1f4ef;
  margin-top: -30px;
  margin-bottom: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq #title.faq_ttl .common_wrap01 h3 {
  margin-bottom: 6px;
}

.faq #title.faq_ttl .common_wrap01 h3 img {
  height: 15px;
}

.faq #title.faq_ttl .common_wrap01 h2 {
  margin: 0;
}

.faq .faq_detail_sec {
  padding: 47px 0 100px;
}

.faq .faq_detail_sec .faq_qa_block .category_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
  gap: 10px;
}

.faq .faq_detail_sec .faq_qa_block .category_list li a {
  min-height: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 2px 5px;
  border: solid 1px #3d4553;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq .faq_detail_sec .faq_qa_block .category_list li a:hover {
  opacity: 0.7;
}

.faq .faq_detail_sec .faq_qa_block .faq_qa {
  width: 100%;
  margin-top: 35px;
}

.faq .faq_detail_sec .faq_qa_block .faq_qa .question {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-left: 76px;
  position: relative;
}

.faq .faq_detail_sec .faq_qa_block .faq_qa .question::before {
  content: "Q";
  width: 42px;
  aspect-ratio: 1/1;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 6px;
  background-color: #3d4553;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 20px;
}

.faq .faq_detail_sec .faq_qa_block .faq_qa .awnser {
  width: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  background-color: #3d4553;
  padding: 17px 20px 20px 76px;
  position: relative;
  margin-top: 38px;
}

.faq .faq_detail_sec .faq_qa_block .faq_qa .awnser::before {
  content: "A";
  width: 42px;
  aspect-ratio: 1/1;
  font-size: 24px;
  color: #3d4553;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 22px;
  left: 20px;
}

.faq .faq_detail_sec .faq_editor {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-top: 38px;
}

.faq .faq_detail_sec .faq_editor h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  padding-bottom: 19px;
  border-bottom: solid 2px #dddddd;
  position: relative;
}

.faq .faq_detail_sec .faq_editor h2::before {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #3d4553;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;

  display: none;
}

.faq .faq_detail_sec .faq_editor p {
  margin: 0 0;
}

.faq .faq_detail_sec .faq_editor p a {
  color: #06275f;
  text-underline-offset: 5px;
  text-decoration: underline;
}

.faq .faq_detail_sec .faq_editor .alignleft {
  display: block;
  text-align: left;
}

.faq .faq_detail_sec .faq_editor .alignright {
  display: block;
  text-align: right;
}

.faq .faq_detail_sec .faq_editor .aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}

.faq .faq_detail_sec .faq_editor .alignnone {
  margin: 0;
}

.faq .faq_detail_sec .common_btn01 {
  text-align: center;
  margin: 60px 0 90px;
}

@media screen and (max-width: 769px) {
  .faq .pc {
    display: none;
  }

  .faq .sp {
    display: block;
  }

  .faq .faq_sec {
    padding: 40px 0;
  }

  .faq .faq_sec .pc {
    display: none;
  }

  .faq .faq_sec .sp {
    display: block;
  }

  .faq .faq_sec .search_box {
    padding: 30px;
    margin-bottom: 50px;
  }

  .faq .faq_sec .search_box .search_form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq .faq_sec .search_box .search_form form input {
    width: 100%;
  }

  .faq .faq_sec .search_box .search_form form button {
    margin-top: 10px;
  }

  .faq .faq_sec .search_box .category_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .faq .faq_sec .search_box .category_list li a {
    font-size: 14px;
  }

  .faq .faq_sec .faq_block {
    width: 100%;
    padding: 0 30px;
    gap: 50px;
    margin-bottom: 50px;
  }

  .faq .faq_sec .faq_block .faq_box .faq_btn {
    width: 100%;
    position: static;
    margin-top: 30px;
  }

  .faq .faq_sec .faq_block .faq_box .faq_btn a {
    max-width: 300px;
  }

  .faq .faq_cv {
    width: 100%;
    padding: 50px 20px;
  }

  .faq .faq_cv .faq_cv_ttl {
    font-size: 24px;
    line-height: 1.625;
  }

  .faq .faq_cv .faq_cv_txt {
    margin-top: 20px;
  }

  .faq .faq_cv .faq_cv_btn {
    margin-top: 30px;
  }

  .faq .common_faq_list dt {
    padding-bottom: 20px !important;
  }

  .faq .common_faq_list dt span {
    width: 100%;
    font-size: 20px !important;
  }

  .faq .common_faq_list dd>span {
    padding: 30px 0;
  }

  .faq .common_faq_list dd a {
    width: 100%;
    padding: 20px 30px 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq .common_faq_list dd a::before {
    right: 10px;
  }

  .faq .common_faq_list dd a .cat {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .faq .common_faq_list dd a .ttl {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .faq .common_faq_list dd a:hover::before {
    right: 0;
  }

  .faq .common_faq_list dd a:hover::before {
    right: 0;
  }










  .faq #title.faq_ttl {
    height: auto;
    padding: 30px;
  }

  .faq #title.faq_ttl .common_wrap01 h3 {
    margin-bottom: 6px;
  }

  .faq #title.faq_ttl .common_wrap01 h3 img {
    height: 12px;
  }

  .faq .faq_detail_sec {
    padding: 40px 0 0;
  }

  .faq .faq_detail_sec .faq_qa_wrap {
    padding: 0 30px;
  }

  .faq .faq_detail_sec .faq_qa_block .faq_qa {
    margin-top: 30px;
  }

  .faq .faq_detail_sec .faq_qa_block .faq_qa .question {
    font-size: 20px;
    padding-left: 40px;
  }

  .faq .faq_detail_sec .faq_qa_block .faq_qa .question::before {
    width: 30px;
    font-size: 20px;
    top: 1px;
    left: 0;
  }

  .faq .faq_detail_sec .faq_qa_block .faq_qa .awnser {
    font-size: 18px;
    padding: 20px 20px 20px 60px;
    margin-top: 20px;
  }

  .faq .faq_detail_sec .faq_qa_block .faq_qa .awnser::before {
    width: 30px;
    font-size: 20px;
    top: 20px;
    left: 20px;
  }

  .faq .faq_detail_sec .faq_editor {
    line-height: 1.875;
    margin-top: 30px;
  }

  .faq .faq_detail_sec .faq_editor h2 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dddddd;
  }

  .faq .faq_detail_sec .faq_editor h2::before {
    height: 1px;
    bottom: -1px;
  }

  .faq .faq_detail_sec .common_btn01 {
    text-align: center;
    margin: 30px 0 50px;
  }
}

/*# sourceMappingURL=faq.css.map */