@charset "UTF-8";

main {
  padding: 6.4vw 0;
  background-color: #fffaf0;
}

.pageTitle {
  height: 11.466667vw;
  margin-bottom: 6.4vw;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

.pageTitle--faq { background-image: url('../images/enter/h2_title-faq.png'); }
.pageTitle--voice { background-image: url('../images/enter/h2_title-voice.png'); }

.enterWrap {
  margin: 0 auto 6.4vw;
  padding: 0 8vw;
}

.productsList {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.productsList__item {
  width: calc(50% - 4vw);
}

.productsList__item + .productsList__item {
  margin-left: 5vw;
}

@media screen and (min-width: 768px) {
  main { padding: 3.515625vw; }

  .pageTitle {
    height: 4.0625vw;
    max-height: 52px;
    margin-bottom: 3.515625vw;
  }

  .enterWrap {
    width: 48.4375vw;
    max-width: 620px;
    margin-bottom: 3.515625vw;
    padding: 0;
  }

  .productsList__item {
    width: calc(50% - 4.83871%);
  }

  .productsList__item + .productsList__item {
    margin-left: 6.677419%;
  }
}


