.Footer__container {
  background-color: #313741;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 1px 0;
}

.Footer__container a {
  color: #ffffff;
  text-decoration: none;
}

.contact_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 2rem;
  margin: 48px 0 32px;
}

.footer_contact {
  width: 315px;
  height: 72px;
  background-image: url("../img/index/btn_contact_pc.png");
  background-size: cover;
}

.footer_contact_media {
  width: 315px;
  height: 72px;
  background-image: url("../img/index/btn_contactformedia_pc.png");
  background-size: cover;
}

.Footer__links {
  margin: 32px 0 24px;
  justify-content: center;
}

.Footer__link {
  padding: 8px 16px;
}

.vertical-line {
  color: #8e9094;
}

.Footer__snsLinks {
  width: 80px;
  margin: 0px auto 56px;
  display: flex;
  justify-content: center;
}

.Footer__snsLinks_item {
  color: rgba(0, 0, 0, 0.2);
}

.pr-3 {
  margin-right: 36px;
}

.pr-4 {
  margin-left: 36px;
}

.ml-3 {
  margin-right: 36px;
}

.Footer__snsLinks_text {
  margin: 4px 0 0;
}

.contact_phone_times {
  margin: 16px 0 0;
  line-height: 20px;
  justify-content: center;
  font-size: 12px;
}

.Footer__toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 32px 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.Footer__copyRight {
  margin: 14px 0;
  padding: 14px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
}

.title_container {
  margin: 2.5rem 0 4rem;
}

.img_studio_sp {
  display: none;
}

.img_studio {
  margin: 32px 0;
}

.faq_container {
  width: 690px;
  background: #fafafa;
  margin: 0 auto;
  padding: 48px 0;
}

.faq_card {
  margin-top: 32px;
}

.scroll_list,
.circle_wrap {
  display: none;
}

@media (min-width: 1024px) {
  .Footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 1024px;
  }

  .SP_newline {
    display: none;
  }

  .Footer__link {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .title_container {
    margin: 48px 0;
  }

  .img_studio {
    margin: 24px 0;
  }

  .img_studio_sp {
    display: block;
  }

  .img_studio_pc {
    display: none;
  }

  .faq_container {
    width: 100%;
    padding: 48px 0 16px;
  }

  .faq_card {
    display: none;
  }

  .scroll_list {
    display: flex;
    margin: 16px auto -16px;
    padding: 0;
    width: 100% !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: start;
  }
  .scroll_list::-webkit-scrollbar {
    display: none;
  }
  .scroll_list li {
    display: inline-block;
    display: inline !important;
    list-style: none;
    height: 356px;
    vertical-align: top !important;
    display: table-cell !important;
  }

  .ml-1 {
    margin-left: 4px;
  }

  .circle_wrap {
    margin-bottom: 16px;
    display: block;
  }

  .circle {
    display: inline-block;
    color: #e1e1e1;
    background: #e1e1e1;
    border: #e1e1e1;
    font-size: 8px;
    margin-left: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 8px;
    width: 8px;
  }

  .circle_active {
    display: inline-block;
    color: #e5819d;
    background: #e5819d;
    border: #e5819d;
    font-size: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 8px;
    width: 8px;
  }
}

@media (max-width: 480px) {
  .contact_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
    margin: 32px 0;
  }

  .footer_contact {
    width: 164px;
    height: 64px;
    background-image: url("../img/index/btn_contact_sp.png");
    background-size: cover;
    color: #fff;
  }

  .footer_contact_media {
    width: 164px;
    height: 64px;
    background-image: url("../img/index/btn_contactformedia_sp.png");
    background-size: cover;
    color: #fff;
  }

  .vertical-line {
    display: none;
  }

  .Footer__toTop {
    margin: 0 16px 8px auto;
  }

  .contact_phone_times {
    display: block;
  }

  .Footer__copyRight {
    margin: 14px 0;
    padding: 14px 14px 40px 14px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
  }

  .phone_times_partition {
    display: none;
  }
}
