@charset "UTF-8";
html {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-size-adjust: 100%;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  p {
    margin-top: 1.6rem;
  }
}

input:not([type=radio]),
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input:not([type=radio]),
  textarea {
    padding: 0.06rem 0.12rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
input:not([type=radio])::placeholder,
textarea::placeholder {
  color: gray;
}

input[type=radio] {
  transform: translateY(-0.2rem);
}
/*************************
header
************************ */
header {
  padding: 2rem;
}
header .logo a {
  display: inline-block;
  color: #000;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 1.2px;
  word-spacing: 0;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  header .logo a {
    font-size: 9px;
  }
}

/*************************
footer
************************ */
footer {
  background-color: #444;
  text-align: center;
  padding: 2rem;
}
footer small {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  footer small {
    font-size: 1rem;
  }
}