@charset "UTF-8";

.faq .h1-box {
  background-image: url("../../img/career/faq_img/faq-header_pc.png");
  padding-bottom: 0 !important;
}
.faq .h3-style01 {
  margin-bottom: 0;
}
.faq .intro-comment {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: center;
  padding: 20px 0 30px;
}
.faq .end-comment {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: center;
  padding: 40px 0 0;
}
.faq .blue-box {
  background: #edf6f8;
  box-sizing: border-box;
  padding: 30px;
  width: 90%;
  margin: 0 auto 100px;
}
.faq .blue-box .ttl {
  text-align: center;
  font-weight: 500;
  color: #006cb6;
  font-size: 13px;
}
.faq .blue-box p {
  font-size: 13px;
  text-align: center;
}
.faq .page-links {
  width: 90%;
  margin: 60px auto 100px;
  max-width: 570px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq .page-links li {
  width: 46%;
  background: #006cb6;
  height: 80px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.faq .page-links li:hover {
  background: #0f7cc6;
}
.faq .page-links li:before {
  width: 20px;
  height: 8px;
  background-image: url("../img/common_img/white-arrow.svg");
  bottom: 10px;
  left: calc(50% - 10px);
}
.faq .page-links li p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section02 {
  padding: 100px 0;
  background: #edf6f8;
}


.faq-box dl {
  padding: 40px 0;
  border-bottom: dotted 2px #e7e7e7;
  width: 90%;
  margin: 0 auto;
}
.faq-box dl dt {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  line-height: 1.6em;
  margin-bottom: 10px;
  position: relative;
}
.faq-box dl dd a{
  color: #006CB6;
  text-decoration: underline;
}
.faq-box dl dt:before {
  content: "Q.";
  color: #006cb6;
  font-size: 18px;
  left: 0;
}
.faq-box dl dd {
  padding-left: 30px;
  position: relative;
}
.faq-box dl dd a{
  color: #006CB6;
  text-decoration: underline;
}
.faq-box dl dd:before {
  content: "A.";
  color: #56b8e3;
  font-size: 18px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq .h1-box {
    background-image: url("../../img/career/faq_img/faq-header_sp.png");
  }
  .faq .intro-comment {
    font-size: 16px;
    padding: 20px 0 30px;
  }
  .faq .end-comment {
    font-size: 16px;
    padding: 40px 0 0;
  }
  .faq .blue-box {
    width: 100%;
    margin: 0 auto 60px;
  }
  .faq .blue-box .ttl {
    text-align: center;
    font-weight: 500;
    color: #006cb6;
    font-size: 13px;
  }
  .faq .blue-box p {
    font-size: 13px;
    text-align: center;
  }
  .faq .page-links {
    width: 100%;
    margin: 40px auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faq .page-links li {
    width: 48%;
    height: 100px;
  }
  .faq .page-links li p {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4em;
  }
  .section02 {
    padding: 60px 0;
    background: #edf6f8;
  }


  .faq-box dl {
    padding: 40px 0;
    border-bottom: dotted 2px #e7e7e7;
    width: 100%;
    margin: 0 auto;
  }
  .faq-box dl dt {
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    line-height: 1.6em;
    margin-bottom: 10px;
    position: relative;
  }
  .faq-box dl dt:before {
    content: "Q.";
    color: #006cb6;
    font-size: 16px;
    left: 0;
  }
  .faq-box dl dd {
    padding-left: 20px;
    position: relative;
  }
  .faq-box dl dd:before {
    content: "A.";
    color: #56b8e3;
    font-size: 16px;
    left: 0;
  }
}
