#faq .side_nav_contents_items:nth-child(odd) {
  background: none;
}
@media screen and (max-width: 750px) {
  #faq .side_nav_contents_items {
    padding-bottom: 0;
  }
  #faq .side_nav_contents_items:last-child {
    padding-bottom: 22.22vw;
  }
}

.faq_wrap article {
  padding: 60px;
  background: #F0F5FA;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1160px) {
  .faq_wrap article {
    padding: 5.17vw;
    border-radius: 0.86vw;
    margin-bottom: 4.31vw;
  }
}
@media screen and (max-width: 750px) {
  .faq_wrap article {
    padding: 8.33vw 5.56vw;
    border-radius: 2.78vw;
    margin-bottom: 8.33vw;
  }
}

.faq_a,
.faq_q {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.faq_a .faq_title,
.faq_q .faq_title {
  font-size: 32px;
  line-height: 1em;
  width: 70px;
  color: #0064AF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}
.faq_a h3,
.faq_q h3 {
  font-size: 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5em;
  padding-right: 60px;
  color: #323232;
  width: calc(100% - 70px);
}
.faq_a div,
.faq_q div {
  width: calc(100% - 70px);
}
.faq_a div p,
.faq_q div p {
  text-align: justify;
}
.faq_a div p:last-child,
.faq_q div p:last-child {
  margin: 0;
}
@media screen and (max-width: 1160px) {
  .faq_a .faq_title,
  .faq_q .faq_title {
    font-size: 2.76vw;
    width: 6.03vw;
  }
  .faq_a h3,
  .faq_q h3 {
    font-size: 1.55vw;
    padding-right: 5.17vw;
    width: calc(100% - 6vw);
  }
  .faq_a div,
  .faq_q div {
    width: calc(100% - 6vw);
  }
}
@media screen and (max-width: 750px) {
  .faq_a .faq_title,
  .faq_q .faq_title {
    font-size: 6.67vw;
    width: 11.11vw;
  }
  .faq_a h3,
  .faq_q h3 {
    font-size: 4.17vw;
    padding-right: 11.11vw;
    width: calc(100% - 11.11vw);
  }
  .faq_a div,
  .faq_q div {
    width: calc(100% - 19.44vw);
  }
}

.faq_q {
  position: relative;
}
.faq_q::before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #0064AF;
  border-radius: 50%;
}
.faq_q.active h3::before {
  opacity: 0;
}
.faq_q h3 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq_q h3 .hover_line {
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0064AF), to(#0064AF));
  background-image: linear-gradient(90deg, #0064AF, #0064AF);
  background-position: left bottom;
}
.faq_q h3:hover {
  color: #0064AF;
}
.faq_q h3:hover .hover_line {
  background-size: 100% 1px;
}
.faq_q h3::before, .faq_q h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  margin: auto;
  background-color: #0064AF;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq_q h3::before {
  width: 2px;
  height: 17px;
  top: 3px;
  right: 19.5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq_q h3::after {
  width: 17px;
  height: 2px;
}
@media screen and (max-width: 1160px) {
  .faq_q {
    position: relative;
  }
  .faq_q::before {
    top: -0.86vw;
    width: 3.45vw;
    height: 3.45vw;
  }
  .faq_q h3::before, .faq_q h3::after {
    top: 0.86vw;
    right: 1.03vw;
    border-radius: 0.86vw;
  }
  .faq_q h3::before {
    height: 1.47vw;
    top: 0.26vw;
    right: 1.68vw;
  }
  .faq_q h3::after {
    width: 1.47vw;
  }
}
@media screen and (max-width: 750px) {
  .faq_q::before {
    top: calc(50% - 4.17vw);
    width: 8.33vw;
    height: 8.33vw;
  }
  .faq_q h3 .hover_line {
    background: none;
  }
  .faq_q h3::before, .faq_q h3::after {
    top: calc(50% + 0.28vw);
    right: 2.78vw;
    border-radius: 2.78vw;
  }
  .faq_q h3::before {
    top: calc(50% - 1.81vw);
    right: 4.17vw;
    height: 4.17vw;
  }
  .faq_q h3::after {
    top: calc(50% - 0vw);
    right: 2.36vw;
    width: 4.17vw;
  }
}

.faq_a {
  display: none;
  position: relative;
  padding-top: 54px;
  border-top: 1px solid #D7D7D7;
  margin-top: 60px;
}
.faq_a[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 1160px) {
  .faq_a {
    padding-top: 4.66vw;
    margin-top: 5.17vw;
  }
  .faq_a[style*="display: block"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 750px) {
  .faq_a {
    padding-top: 8.33vw;
    margin-top: 8.33vw;
  }
  .faq_a div {
    width: calc(100% - 11.11vw);
  }
}