/* ======================================================================
 setting
====================================================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
.p_qa .kv {
  background: url(../img/qa/keyvisual.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_qa .kv {
    background: #f7f7f7;
  }
}
.p_qa .link_list {
  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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_qa .link_list .link_item {
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border-top: solid 1px #2f2f2f;
  border-right: solid 1px #2f2f2f;
  position: relative;
  width: 255px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p_qa .link_list .link_item {
    font-size: 1.3rem;
    width: 48%;
    height: 60px;
  }
  .p_qa .link_list .link_item:nth-child(-n+2) {
    margin: 0 0 4%;
  }
}
.p_qa .link_list .link_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p_qa .link_list .link_item .link_inner {
  width: 255px;
  height: 90px;
  padding: 15px 0 0 20px;
  border: solid 1px #2f2f2f;
  position: absolute;
  left: -3px;
  top: 2px;
}
.p_qa .link_list .link_item .link_inner:after {
  content: '';
  background: url(../img/qa/arrow.png) no-repeat;
  width: 24px;
  height: 12px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p_qa .link_list .link_item .link_inner:after {
    content: '';
    background: url(../img/qa/arrow_sp.png) no-repeat;
    width: 8px;
    height: 4px;
    background-size: cover;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p_qa .link_list .link_item .link_inner {
    width: 100%;
    height: 60px;
    background: #00a99e;
    padding: 0 19px 0 10px;
    left: -1px;
    top: 1px;
    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;
  }
}
.p_qa .link_list .link_item .link_txt {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_qa .link_list .link_item .link_txt {
    color: white;
    position: relative;
  }
}
.p_qa .link_list .link_item .link_txt .link_border {
  display: inline;
  border-bottom: solid 1px #2f2f2f;
}
@media screen and (max-width: 768px) {
  .p_qa .link_list .link_item .link_txt .link_border {
    border-color: white;
  }
}
.p_qa .link_list .link_item:hover .link_inner {
  position: relative;
}
.p_qa .link_list .link_item:hover .link_inner:after {
  content: '';
  background: url(../img/qa/arrow02.png) no-repeat;
  width: 24px;
  height: 12px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p_qa .link_list .link_item:hover .link_inner:after {
    content: '';
    background: url(../img/qa/arrow_sp.png) no-repeat;
    width: 8px;
    height: 4px;
    background-size: cover;
    right: 10px;
  }
}
.p_qa .link_list .link_item:hover .link_txt {
  color: white;
}
.p_qa .link_list .link_item:hover .link_txt .link_border {
  border-color: white;
}
.p_qa .link_list .link_item:hover .link_inner {
  background: #00a99e;
}
.p_qa .qa_list {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list {
    width: 100%;
  }
}
.p_qa .qa_list .qa_item {
  padding: 0;
  background: white;
  border: solid 1px #151515;
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item {
    padding: 0 3%;
    margin: 0 0 4%;
  }
}
.p_qa .qa_list .qa_item:last-child {
  margin: 0;
}
.p_qa .qa_list .qa_item .qa_txt {
  position: relative;
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt {
    padding: 15px 2rem 10px 3%;
  }
}
.p_qa .qa_list .qa_item .qa_txt.q_txt {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt.q_txt {
    font-size: 1.3rem;
    padding-left: 4rem;
  }
}
.p_qa .qa_list .qa_item .qa_txt.q_txt:before {
  content: "";
  display: inline-block;
  background: url(../img/qa/q_icon.png) no-repeat;
  width: 27px;
  height: 31px;
  margin: 0 3rem 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt.q_txt:before {
    width: 15px;
    height: 17px;
    background: url(../img/qa/q_icon_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 1rem;
    top: 17px;
  }
}
.p_qa .qa_list .qa_item .qa_txt.q_txt:after {
  content: "";
  display: inline-block;
  background: url(../img/com/arrow_top.png) no-repeat;
  width: 24px;
  height: 12px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: .5rem;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt.q_txt:after {
    width: 12px;
    height: 6px;
    background-size: cover;
  }
}
.p_qa .qa_list .qa_item .qa_txt.a_txt {
  display: none;
  margin-left: 7rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt.a_txt {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt.a_txt {
    padding-right: .5rem;
    padding-left: 1rem;
  }
}
.p_qa .qa_list .qa_item .qa_txt.a_txt:before {
  content: "";
  display: inline-block;
  background: url(../img/qa/a_icon.png) no-repeat;
  width: 27px;
  height: 31px;
  margin: 0 3rem 0 0;
  vertical-align: middle;
  position: absolute;
  left: -3.5rem;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item .qa_txt.a_txt:before {
    width: 15px;
    height: 17px;
    background: url(../img/qa/a_icon_sp.png) no-repeat;
    background-size: cover;
    margin: 0 1.5rem 0 0;
    position: absolute;
    left: -2rem;
  }
}
.p_qa .qa_list .qa_item._open .q_txt {
  border-bottom: solid 1px #151515;
}
.p_qa .qa_list .qa_item._open .q_txt:after {
  content: "";
  background: url(../img/com/arrow.png) no-repeat;
}
@media screen and (max-width: 768px) {
  .p_qa .qa_list .qa_item._open .q_txt:after {
    width: 12px;
    height: 6px;
    background-size: cover;
  }
}

/* --- リクオプ、GA Link --- */
.l_footer .footer-box {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.l_footer .footer-box .ga_pdf {
  display: inline-block;
}
.l_footer .footer-box .ga_pdf a:link,
.l_footer .footer-box .ga_pdf a:visited,
.l_footer .footer-box .ga_pdf a:active { 
  color: #fff;
}
.l_footer .footer-box .recop {
  display: inline-block;
  margin-left: 2rem;
  color: #fff;
}
.l_footer .footer-box .recop a:link,
.l_footer .footer-box .recop a:visited,
.l_footer .footer-box .recop a:active { 
  color: #fff;
}
@media screen and (min-width: 769px){
  .l_footer .footer-box {
    width: 92%;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .l_footer .footer-box {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .footer-box {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .footer-box .ga_pdf {
    display: block !important;
  }
  .footer-box .recop {
    display: block !important;
    margin-left: 0 !important;
  }
}
/* */

/*# sourceMappingURL=qa.css.map */
