.basic-top-title {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2.5px;
  position: relative; }

.container-mv .mv {
  height: 43.96vw;
  max-height: 633px;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 center;
  position: relative;
  width: 100%; }
  .container-mv .mv #breadCrumb {
    padding: 15px 5px 5px 25px; }
    .container-mv .mv #breadCrumb a:hover {
      opacity: 0.7; }
    .container-mv .mv #breadCrumb .bread-item {
      color: white;
      font-size: 13px; }
    .container-mv .mv #breadCrumb .fa-home {
      color: #ffa9bb; }

.container-faq {
  max-width: 1200px;
  margin: auto;
  padding: 70px 0 90px;
  width: 83.34%; }
  .container-faq .faq-click {
    cursor: pointer; }
  .container-faq h2 {
    font-size: 54px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.5px;
    margin: 5px 0 35px; }
    .container-faq h2 .blue {
      font-weight: 700;
      color: #8ae2f8; }
    .container-faq h2 .ja {
      font-size: 24px;
      font-weight: 300;
      display: inline-block;
      margin: 0 0 0 35px;
      padding: 0 0 0 35px;
      position: relative;
      vertical-align: middle; }
      .container-faq h2 .ja:before {
        content: "";
        width: 1px;
        height: 45px;
        background-color: #e0e0e0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .container-faq .faq-q,
  .container-faq .faq-a {
    border: 1px solid #eeeeee;
    position: relative; }
  .container-faq .faq-q {
    margin: 20px 0 0;
    padding: 17px 50px 13px 50px; }
    .container-faq .faq-q:before {
      position: absolute;
      top: 19px;
      left: 20px;
      content: url(../img/Q.svg); }
    .container-faq .faq-q .pink-square {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #ffa9bb;
      height: 22px;
      width: 22px; }
      .container-faq .faq-q .pink-square span {
        font-family: 'Lato', sans-serif;
        color: white;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        height: 22px;
        width: 22px;
        vertical-align: top;
        display: inline-block;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
  .container-faq .faq-a {
    font-size: 14px;
    border-top: none;
    display: none;
    padding: 17px 20px 13px 50px; }
    .container-faq .faq-a:before {
      position: absolute;
      top: 18px;
      left: 20px;
      content: url(../img/A.svg); }

@media screen and (max-width: 768px) {
  .container-faq {
    padding: 45px 20px 60px;
    width: 100%; }
  .container-faq h2 {
    font-size: 45px; }
  .container-faq h2 .ja {
    font-size: 20px;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px; } }

@media screen and (max-width: 480px) {
  .container-faq .faq-q {
    margin: 20px 0 0;
    font-size: 14px;
    padding: 17px 40px 13px 30px; }
  .container-faq .faq-a {
    font-size: 13px;
    padding: 17px 10px 13px 30px; }
  .container-faq .faq-q:before {
    left: 8px; }
  .container-faq .faq-a:before {
    left: 9px; }
  .container-faq .faq-q span {
    right: 15px; }
  .container-faq h2 {
    font-size: 40px; }
  .container-faq h2 .ja {
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0px 0 0 15px; }
  .container-faq h2 .ja:before {
    height: 33px; }
  .container-faq .faq-q .pink-square {
    right: 13px; }
  .container-mv .mv #breadCrumb {
    padding: 5px 5px 5px 5px; } }
