/* base-------------------------------- */
html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  color: #222222;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: auto;
  background-color: #fff; }

dl, dd, dt {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

label {
  font-size: 2rem !important; }

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none; }

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

h1, h2, h3, h4, h5, h6, p, div, a {
  margin: 0;
  word-wrap: break-word;
  letter-spacing: 0.02em; }

a {
  color: #262626;
  text-decoration: none;
  display: inline-block; }

a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

i {
  display: inline-block; }

li {
  list-style: none; }

/* common-------------------------------- */
.error {
  color: red; }

.inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .inner {
    width: auto;
    max-width: initial;
    padding: 0 1rem; } }

.sp {
  display: none; }

.pc {
  display: block; }

@media only screen and (max-width: 767px) {
  .sp {
    display: block; }
  .pc {
    display: none; } }

