/* ======================================================================
 qa
====================================================================== */
.qa_kv {
  border-top: 2px solid #e7e7e7;
}
.qa_kv .container {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .qa_kv .container {
    height: 125px;
  }
}
.qa_kv .container .ttl {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  color: black;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .qa_kv .container .ttl {
    font-size: 25px;
  }
}

.qa_menu {
  margin: 150px 0;
}
@media screen and (max-width: 768px) {
  .qa_menu {
    margin: 15% 0;
  }
}
.qa_menu > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .qa_menu > .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.qa_menu .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 880px;
}
@media screen and (max-width: 768px) {
  .qa_menu .container {
    width: 100%;
  }
}
.qa_menu .container a {
  width: 33.33%;
  text-align: center;
  background: #f1f0e0;
  color: #898989;
  border-bottom: 6px solid #f1f0e0;
  font-size: 20px;
  padding: 22px 0 12px;
}
@media screen and (max-width: 768px) {
  .qa_menu .container a {
    font-size: 14px;
    border-bottom-width: 4px;
    padding: 4% 0 3%;
    line-height: 1.3;
  }
}
.qa_menu .container a.active {
  color: #038e7c;
  border-bottom: 6px solid #038e7c;
}
@media screen and (max-width: 768px) {
  .qa_menu .container a.active {
    border-bottom-width: 4px;
  }
}

.qa_sec01 a {
  color: #038e7c;
}
.qa_sec01 .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .qa_sec01 .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.qa_sec01 .txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .qa_sec01 .txt {
    font-size: 14px;
  }
}

.qa_product {
  margin: 150px 0;
}
@media screen and (max-width: 768px) {
  .qa_product {
    margin: 15% 0;
  }
}
.qa_product > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .qa_product > .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.qa_product .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .qa_product .container {
    width: 90%;
  }
}
.qa_product .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .qa_product .list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.qa_product .list li {
  width: 23.5%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .qa_product .list li {
    width: 48.5%;
    font-size: 14px;
    margin-bottom: 10%;
  }
}
.qa_product .list li:not(:last-child) {
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .qa_product .list li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .qa_product .list li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
.qa_product .list li .ttl {
  text-align: center;
  color: white;
  background: #35b597;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0;
  margin: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  .qa_product .list li .ttl {
    margin: 5% 0;
  }
}
.qa_product .list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.qa_product .list li a .img {
  width: 15%;
  margin-right: 5%;
}
.qa_product .list li a .img img {
  width: 100%;
}
.qa_product .list li a .txt {
  width: 80%;
  line-height: 1.5;
}

.qa_list .acc > .ttl {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .qa_list .acc > .ttl {
    font-size: 18px !important;
  }
}
