@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  text-align: center;
  padding-top: 55%;
  display: none; }
  .alert__logo {
    display: block;
    margin: 0 auto 25px;
    width: 75%; }
  .alert p {
    margin-bottom: 15px;
    background-color: #fff; }
  .alert a {
    background-color: #fff; }

body {
  overflow-x: hidden;
  font-family: "Hiragino Sans", Arial, Helvetica, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      background-color: #f2f2f2; } }
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8vmin;
  box-sizing: border-box;
  font-size: 3.2vmin;
  background-color: #fff;
  color: #484848;
  line-height: 1.7; }
  @media (min-width: 1024px) {
    .container {
      padding: 100px;
      font-size: 24px; } }
  .container a {
    text-decoration: none; }

h3 {
  font-size: 4.8vmin;
  font-weight: bold;
  margin: 0 0 8vmin;
  line-height: 1; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 36px;
      margin: 0 0 100px; } }
h4 {
  font-size: 3.2vmin;
  font-weight: bold;
  margin: 0; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 24px; } }
.faq__question {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding-right: 5vw;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  height: 10.6vmin;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .faq__question {
      height: 100px;
      padding-right: 40px; } }
  .faq__question:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5vw;
    margin: auto;
    width: 2vw;
    height: 2vw;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #ccc;
    transform: rotate(45deg);
    transition: .4s;
    will-change: border-color,transform; }
    @media (min-width: 1024px) {
      .faq__question:after {
        right: 20px;
        width: 15px;
        height: 15px;
        border-width: 0 4px 4px 0; } }
  .faq__question.acc-opened:after {
    border-color: #ff3679;
    transform: rotate(-135deg); }
  .faq__question > h4 {
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5; }

.faq__accordion {
  overflow-y: hidden; }

.faq__answer {
  padding: 4.1vmin 0 6.6vmin;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.7; }
  @media (min-width: 1024px) {
    .faq__answer {
      padding: 50px 0 80px; } }
  @media (max-width: 1023px) {
    .faq__answer ul {
      margin: 2.6vmin 0; } }
  @media (min-width: 1024px) {
    .faq__answer ul {
      margin: 30px 0; } }
  .faq__answer li::before {
    content: "･";
    padding-right: 5px; }

.terms + .terms {
  margin-top: 6vmin; }
  @media (min-width: 1024px) {
    .terms + .terms {
      margin-top: 80px; } }
.terms__title {
  margin-bottom: 4.1vmin; }
  @media (min-width: 1024px) {
    .terms__title {
      margin-bottom: 50px; } }
.terms__p {
  margin: 3vmin 0 0; }
  @media (min-width: 1024px) {
    .terms__p {
      margin: 40px 0 0; } }
ul.terms-of-use-list {
  list-style: none;
  margin: 3.3vmin 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.7; }
  @media (min-width: 1024px) {
    ul.terms-of-use-list {
      margin: 40px 0 0; } }
