.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 28px;
  padding-right: 28px;
}
@media only screen and (max-width: 600px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding-left: 28px;
  padding-right: 28px;
}
@media only screen and (max-width: 600px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -28px;
  margin-right: -28px;
}
@media only screen and (max-width: 600px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -o-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  color: #3a3a3a;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto; /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  html,
  body {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: 70%;
  }
}
*:active,
*:focus {
  outline: none;
}
.ff-abel {
  font-family: 'Abel', sans-serif;
}
.ff-roboto {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.ff-Oswald {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
ul,
li {
  list-style-type: none;
}
[v-cloak] {
  display: none;
}
@font-face {
  font-family: 'basis';
  src: url("../font/basis.eot");
  src: url("../font/basis.eot#iefix") format('embedded-opentype'), url("../font/basis.ttf") format('truetype'), url("../font/basis.woff") format('woff'), url("../font/basis.svg#basis") format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  color: #3a3a3a;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto; /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  html,
  body {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: 70%;
  }
}
*:active,
*:focus {
  outline: none;
}
.ff-abel {
  font-family: 'Abel', sans-serif;
}
.ff-roboto {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.ff-Oswald {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
ul,
li {
  list-style-type: none;
}
[v-cloak] {
  display: none;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -o-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 28px;
  padding-right: 28px;
}
@media only screen and (max-width: 600px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding-left: 28px;
  padding-right: 28px;
}
@media only screen and (max-width: 600px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -28px;
  margin-right: -28px;
}
@media only screen and (max-width: 600px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes btm_top_mv {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes btm_top_mv {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@-o-keyframes btm_top_mv {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes btm_top_mv {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@-moz-keyframes ht_btm_to_top {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes ht_btm_to_top {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-o-keyframes ht_btm_to_top {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes ht_btm_to_top {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-moz-keyframes ht_top_to_btm {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes ht_top_to_btm {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes ht_top_to_btm {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes ht_top_to_btm {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes wid_mv {
  0% {
    max-width: 20%;
  }
  100% {
    max-width: 100%;
  }
}
@-webkit-keyframes wid_mv {
  0% {
    max-width: 20%;
  }
  100% {
    max-width: 100%;
  }
}
@-o-keyframes wid_mv {
  0% {
    max-width: 20%;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes wid_mv {
  0% {
    max-width: 20%;
  }
  100% {
    max-width: 100%;
  }
}
@-moz-keyframes mvLeftOut {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes mvLeftOut {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes mvLeftOut {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes mvLeftOut {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes mvBtmTop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes mvBtmTop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes mvBtmTop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes mvBtmTop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.color-pnk {
  color: #f54b5e;
}
.color-gy {
  color: #777;
}
.main-container {
  overflow: hidden;
}
box-shadow 0 -2px 10px rgba(#000,
.5),
.mb--0 {
  margin-bottom: 0;
}
.l-container-sm,
.l-wid--sm {
  margin-bottom: 4.5rem;
  max-width: 740px !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-wid--md {
  max-width: 1050px !important;
}
.l-container-lg {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.l-section {
  padding-left: 16px;
  padding-right: 16px;
}
.fs10 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
}
.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.727272727272727;
}
.fs12,
.pg-search_panel-in .p-iptbtn-date.date--dep:before,
.pg-search_panel-in .p-iptbtn-date.date--arv:before {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
}
.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.fs14,
.p-iptbtn-date.date--dep:before,
.p-iptbtn-date.date--arv:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.fs16,
.pg-search_panel-in .p-iptbtn.p-iptbtn-date input {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
}
.fs18,
.p-iptbtn.p-iptbtn-date input,
.pg-search_panel-in .p-iptbtn.p-iptbtn-time select {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.421052631578947;
}
.fs20,
.p-iptbtn.p-iptbtn-time select {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .fs20,
  .p-iptbtn.p-iptbtn-time select {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
}
.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.363636363636364;
}
.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.347826086956522;
}
.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
}
.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.32;
}
.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.307692307692308;
}
.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
}
.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.285714285714286;
}
.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.275862068965517;
}
.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
}
.fs31 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.258064516129032;
}
.fs32 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}
.fs33 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.242424242424242;
}
.fs34 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.235294117647059;
}
.fs35 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.228571428571429;
}
.fs36 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.222222222222222;
}
.fs37 {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1.216216216216216;
}
.fs38 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.210526315789474;
}
.fs39 {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1.205128205128205;
}
.fs40 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
h1 {
  font-weight: normal;
}
.c-eng {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.c-jp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.c-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-feature-settings: "palt";
}
.c-upper {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bold {
  font-weight: bold;
}
.g8ad-a {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background-image: -webkit-linear-gradient(top, #ff5ebf 15%, #3e5aff 55%);
  background-image: -moz-linear-gradient(top, #ff5ebf 15%, #3e5aff 55%);
  background-image: -o-linear-gradient(top, #ff5ebf 15%, #3e5aff 55%);
  background-image: -ms-linear-gradient(top, #ff5ebf 15%, #3e5aff 55%);
  background-image: linear-gradient(to bottom, #ff5ebf 15%, #3e5aff 55%);
}
.grad-b {
  background-image: -webkit-linear-gradient(top, #f00 15%, #ffa33a 85%);
  background-image: -moz-linear-gradient(top, #f00 15%, #ffa33a 85%);
  background-image: -o-linear-gradient(top, #f00 15%, #ffa33a 85%);
  background-image: -ms-linear-gradient(top, #f00 15%, #ffa33a 85%);
  background-image: linear-gradient(to bottom, #f00 15%, #ffa33a 85%);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.grad-c {
  background-image: -webkit-linear-gradient(top, #00ffcb 15%, #0080ff 85%);
  background-image: -moz-linear-gradient(top, #00ffcb 15%, #0080ff 85%);
  background-image: -o-linear-gradient(top, #00ffcb 15%, #0080ff 85%);
  background-image: -ms-linear-gradient(top, #00ffcb 15%, #0080ff 85%);
  background-image: linear-gradient(to bottom, #00ffcb 15%, #0080ff 85%);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.grad-d {
  background-image: -webkit-linear-gradient(top, #ff00da 15%, #fc2431 85%);
  background-image: -moz-linear-gradient(top, #ff00da 15%, #fc2431 85%);
  background-image: -o-linear-gradient(top, #ff00da 15%, #fc2431 85%);
  background-image: -ms-linear-gradient(top, #ff00da 15%, #fc2431 85%);
  background-image: linear-gradient(to bottom, #ff00da 15%, #fc2431 85%);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.m-icon-gg {
  width: 20px;
}
.m-icon-fb {
  width: 12px;
}
.icon-acc01 {
  height: 130px;
}
@media only screen and (max-width: 600px) {
  .icon-acc01 {
    height: 80px;
  }
}
.mb--0 {
  margin-bottom: 0 !important;
}
.mt--sm {
  margin-top: 1.5rem;
}
.mb-sm {
  margin-bottom: 1.5rem;
}
.mb-md,
.mb-md.p-ttlmain {
  margin-bottom: 3rem;
}
.mb-lg {
  margin-bottom: 4.5rem;
}
.mb-xsm {
  margin-bottom: 0.75rem;
}
.text-cr,
.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .text-cr br,
  .text-center br {
    display: none;
  }
}
.text-rt {
  text-align: right;
}
.text-lt {
  text-align: left;
}
.text-center-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-wid-minfix {
  min-width: 100%;
}
body:after {
  content: '';
  background: #f1f1f1;
  padding-top: 3vw;
  padding-bottom: 5vw;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  position: absolute;
  height: 35vw;
  z-index: 0;
  top: 0;
  width: 100%;
}
body:before {
  z-index: 1;
  position: absolute;
  top: 22vw;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 200px;
  border-color: transparent transparent #fff transparent;
}
body.flow:before,
body.flow:after {
  display: none;
}
@media only screen and (max-width: 880px) {
  body:after {
    height: 35.5vw;
  }
}
@media only screen and (max-width: 780px) {
  body:after {
    height: 36vw;
  }
}
@media only screen and (max-width: 650px) {
  body:after {
    height: 37vw;
  }
}
@media only screen and (max-width: 600px) {
  body:after {
    height: 37.5vw;
  }
}
@media only screen and (max-width: 460px) {
  body:after {
    height: 38vw;
  }
}
@media only screen and (max-width: 380px) {
  body:after {
    height: 40.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  body:after {
    height: 330px;
  }
  body:before {
    top: 200px;
    border-width: 0 0 140px 180px;
  }
}
.propertyname-wrapper {
  margin-bottom: 40px;
}
.propertyname-wrapper .propertyname__title {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
}
.propertyname-wrapper .propertyname__pos {
  font-weight: normal;
  font-size: 13px;
}
.site-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mb-contents {
    padding-bottom: 58px;
  }
}
.l-container-sm,
.l-wid--sm {
  margin-bottom: 4.5rem;
  max-width: 720px !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-wid--md {
  max-width: 1050px !important;
}
.l-container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-container-fix {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 800px) {
  .l-container-fix {
    width: 92%;
  }
}
.detail footer {
  display: none;
}
.flow .pg-flow-container {
  min-height: calc(100vh - 260px);
}
.flow footer {
  height: 150px;
}
footer {
  background: #2d2d2d;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  footer {
    display: none;
  }
}
footer .footer-copy {
  clear: both;
  background: #2d2d2d;
  padding: 1vw 0;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  color: #aaa;
}
footer .footer-copy span {
  font-family: Verdana;
  color: #aaa;
}
footer .footer-inner .footer-box-etc {
  clear: both;
  padding-top: 1.5rem;
}
footer .footer-inner .footer-box-etc ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
footer .footer-inner .footer-box-etc ul li {
  margin-right: 1.5rem;
}
footer .footer-inner .footer-box-guide {
  clear: both;
  max-width: 800px;
  float: left;
}
footer .footer-inner .footer-box-guide ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  outline-color: #000;
}
footer .footer-inner .footer-box-guide ul li {
  width: 33.3333%;
}
footer .footer-inner .footer-box-area {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  float: left;
}
footer .footer-inner .footer-box-area p {
  margin-right: 4.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
footer .footer-inner .footer-box-area p strong {
  display: block;
  margin-bottom: 1.2rem;
}
footer .footer-inner .footer-box-area p strong a {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
}
footer .footer-inner .footer-box-area p span {
  display: block;
  margin-bottom: 0.3rem;
}
footer .footer-inner .footer-box-area p a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  color: #aaa;
}
footer .footer-inner .footer-box-area p a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-box .footer-box__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  font-weight: bold;
  display: block;
  margin-bottom: 1.2rem;
  color: #fff;
}
footer .footer-inner .footer-box .footer-box__nav {
  margin-bottom: 2.25rem;
}
footer .footer-inner .footer-box .footer-box__nav li {
  margin-bottom: 0.3rem;
}
footer .footer-inner .footer-box .footer-box__nav a {
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
footer .footer-inner .footer-box .footer-box__nav a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-box-btns {
  float: right;
  width: 40%;
  max-width: 540px;
}
footer .footer-inner .footer-box-btns .footer-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
footer .footer-inner .footer-box-btns .footer-btns li {
  width: 48%;
}
footer .footer-inner .footer-box-btns .footer-btns li .footer-btns__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
footer .footer-inner .footer-box-btns .footer-subnav a {
  margin-right: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  footer .footer-inner .footer-box-area {
    width: auto;
    float: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .footer-inner .footer-box-area p {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
    margin-right: 0;
  }
  footer .footer-inner .footer-box-guide {
    float: none;
    padding-top: 0;
    text-align: center;
  }
  footer .footer-inner .footer-box-btns {
    float: none !important;
    width: auto !important;
    text-align: center !important;
    padding-right: 3rem;
    padding-left: 3rem;
    clear: both !important;
  }
  footer .footer-inner .footer-box-etc {
    padding-top: 0;
    font-weight: normal;
    float: none;
  }
  footer .footer-inner .footer-box-etc ul {
    display: block;
    text-align: center;
  }
  footer .footer-inner .footer-box-etc ul li {
    display: inline-block;
  }
}
.l-sp-footer-wrapper,
.search .l-sp-footer-wrapper,
.detail .l-sp-footer-wrapper {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .l-sp-footer-wrapper {
    display: block;
    position: fixed;
    width: 100%;
    bottom: -80px;
    background: #0d3f78;
    z-index: 3;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    padding-left: 37%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .l-sp-footer-wrapper.js-show {
    bottom: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .l-sp-footer-wrapper .l-sp-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-sp-footer-wrapper .l-sp-footer-item {
    width: 33.3333%;
    text-align: center;
    padding: 0;
  }
  .l-sp-footer-wrapper .l-sp-footer-item:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 35px;
    border-color: transparent transparent transparent #1e7be2;
  }
  .l-sp-footer-wrapper .l-sp-footer-item:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
  }
  .l-sp-footer-wrapper .l-sp-footer-item:first-child .l-sp-footer__more {
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #1e7be2;
  }
  .l-sp-footer-wrapper .l-sp-footer-item:first-child .l-sp-footer__more i {
    font-size: 30px;
    color: #fff;
  }
  .l-sp-footer-wrapper .l-sp-footer-item:first-child .l-sp-footer__more .l-sp-footer__more__logo {
    width: 64px;
    padding-left: 5px;
  }
  .l-sp-footer-wrapper .l-sp-footer-item:first-child .l-sp-footer__more .l-sp-footer__more__logo img {
    width: 100%;
  }
  .l-sp-footer-wrapper .l-sp-footer__more {
    height: 58px;
    display: block;
    text-decoration: none;
    line-height: 1;
  }
  .l-sp-footer-wrapper .l-sp-footer__more .l-sp-footer__more__icon {
    display: block;
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .l-sp-footer-wrapper .l-sp-footer__more .l-sp-footer__more__icon i {
    color: #fff;
    font-size: 24px;
  }
  .l-sp-footer-wrapper .l-sp-footer__more__ttl {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
  }
  .l-sp-footer-wrapper .l-sp-footer .is--center {
    min-width: 80px;
    position: relative;
  }
  .l-sp-footer-wrapper .l-sp-footer .is--center .in__search {
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: #ff7a80;
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
    text-decoration: none;
  }
  .l-sp-footer-wrapper .l-sp-footer .is--center .in__search .in__search__ttl {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.571428571428571;
    line-height: 1.3;
  }
  .l-sp-footer-wrapper .l-sp-footer .is--center .in__search .in__search__icon {
    padding-top: 3px;
    display: block;
  }
  .l-sp-footer-wrapper .l-sp-footer .is--center .in__search .in__search__icon i {
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.footer-bnr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
.footer-bnr a {
  display: block;
  margin: 5px;
  background: #fff;
  border: 1px solid #eee;
  width: 18%;
}
.footer-bnr a img {
  width: 100%;
}
.pg-search-totop {
  display: none;
}
.l-gnav {
  display: none;
}
.l-gnav .l-gnav-item {
  position: relative;
}
.l-gnav .l-gnav-item__more {
  padding: 10px 5px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  color: #222;
}
.l-gnav .l-gnav-item__more:hover {
  color: #555;
}
.l-gnav .l-gnav-item__more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-gnav .l-gnav-item__more:hover::after {
  width: 100%;
  height: 1px;
  background: #555;
  content: '';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 1025px) {
  .l-gnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding-left: 3rem;
  }
  .l-gnav .l-gnav-item:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .l-gnav .l-gnav-item:nth-child(2) {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .l-gnav {
    padding-top: 10px;
  }
}
.l-gnav-acc {
  margin-left: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .l-gnav-acc {
    display: none;
  }
}
.l-gnav-acc li {
  margin-left: 1px;
}
.l-gnav-acc a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding: 4px 4px;
  width: 150px;
  text-align: center;
  background: #283593;
  position: relative;
}
.l-gnav-acc a:hover {
  background: rgba(40,53,147,0.9);
}
.l-gnav-acc a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-gnav-acc a:hover::after {
  width: 100%;
  height: 1px;
  background: #555;
  content: '';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-gnav-acc a i {
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.l-gnav-acc a span {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.l-gnav-area {
  display: none;
  padding-left: 6vw;
}
.l-gnav-area .l-gnav-area__name {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  padding: 0 60px 0 30px;
  height: 40px;
  position: relative;
  color: #fff;
}
.l-gnav-area li:first-child .l-gnav-area__name {
  background: #151e75;
}
.l-gnav-area li:first-child .l-gnav-area__name:before {
  content: '';
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #151e75 transparent;
  position: absolute;
  top: 0;
  left: -30px;
}
.l-gnav-area li:last-child .l-gnav-area__name {
  background: #5b145e;
}
.l-gnav-area li:last-child .l-gnav-area__name:before {
  content: '';
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #5b145e transparent;
  position: absolute;
  top: 0;
  left: -30px;
}
.l-gnav-area li:last-child .l-gnav-area__name:after {
  content: '';
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #f1f1f1 transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.l-gnav-area li:last-child span {
  text-decoration: none;
  color: #fff;
}
.flow .l-gnav-area li:last-child .l-gnav-area__name:after {
  border-color: transparent transparent #fff transparent;
}
.css-cancel-wrapper {
  position: absolute;
  top: 30px;
  left: 140px;
  width: 60px;
  height: 60px;
  z-index: 4;
  cursor: pointer;
}
.css-cancel {
  display: block;
  position: relative;
  left: 30px;
  padding: 0;
  width: 1px;
  height: 52px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.css-cancel:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 52px;
  height: 1px;
  background: #fff;
}
.l-gnav-area {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-gnav-area:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-gnav-area-cover-wrapper {
  display: none;
}
body.l-gnav-area-cover--open .l-gnav-area-cover-wrapper {
  display: block;
}
body.l-gnav-area-cover--open .l-gnav-area-cover {
  position: fixed;
  z-index: 3;
  width: 50%;
  height: 0;
}
body.l-gnav-area-cover--open .l-gnav-area-cover.is-okinawa {
  background: #151e75;
  left: 0;
  top: 0;
  -webkit-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -moz-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -o-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -ms-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
body.l-gnav-area-cover--open .l-gnav-area-cover.is-tokyo {
  background: #5b145e;
  bottom: 0;
  right: 0;
  -webkit-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -moz-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -o-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -ms-animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  animation: pcAreaNav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
body.l-gnav-area-cover--open .l-gnav-area-cover .p-areaname__title .sm {
  color: #fff !important;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
}
body.l-gnav-area-cover--open .l-gnav-area-cover .p-areaname__title .lg {
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1.08;
  color: #fff !important;
}
body.l-gnav-area-cover--open .l-gnav-area-cover .l-gnav-area-cover-inner {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 10vw;
  -webkit-animation: pcAreaNavFadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -moz-animation: pcAreaNavFadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -o-animation: pcAreaNavFadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -ms-animation: pcAreaNavFadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  animation: pcAreaNavFadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
}
body.l-gnav-area-cover--open .l-gnav-area-cover .l-gnav-area-cover-nav {
  margin-top: 4.5rem;
  margin-left: 0.75rem;
}
body.l-gnav-area-cover--open .l-gnav-area-cover .l-gnav-area-cover-nav li a {
  display: block;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.l-gnav-area-cover--open .l-gnav-area-cover .l-gnav-area-cover-nav li a:before {
  margin-right: 1.5rem;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.l-gnav-area-cover--open .l-gnav-area-cover .l-gnav-area-cover-nav li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@-moz-keyframes pcAreaNav {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes pcAreaNav {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes pcAreaNav {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes pcAreaNav {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes pcAreaNavFadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: -50px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    bottom: 0;
  }
}
@-webkit-keyframes pcAreaNavFadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: -50px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    bottom: 0;
  }
}
@-o-keyframes pcAreaNavFadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: -50px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    bottom: 0;
  }
}
@keyframes pcAreaNavFadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: -50px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    bottom: 0;
  }
}
.top .header-pc,
.area .header-pc,
.top .header,
.area .header {
  display: none;
}
.header {
  padding: 0.75rem;
}
@media only screen and (min-width: 1025px) {
  .top .header,
  .area .header {
    display: block;
  }
}
header {
  position: relative;
}
header .p-pagehead-inner__home {
  display: inline-block;
}
header .header-logo {
  width: 15vw;
  max-width: 120px;
  float: left;
}
@media only screen and (min-width: 1025px) {
  .p-pagehead-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .header-logo {
    width: 110px;
  }
}
.header {
  padding: 1.2rem 1.2rem;
  position: relative;
}
.header .header-id__ttl {
  color: #777;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.9rem;
}
@media only screen and (max-width: 1023px) {
  .header .header-id__ttl {
    top: 4px;
    left: 0;
    padding-left: 0.9rem;
    font-size: 9px;
  }
}
.header .header-id {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  width: 136px;
}
@media only screen and (max-width: 1023px) {
  .header .header-id {
    width: 120px;
  }
}
.header .header-id .header-id__logo {
  width: 100%;
}
.header .header-id .header-id__in {
  overflow: hidden;
  width: 82%;
  padding-left: 10px;
  padding-top: 10px;
}
.header .header-id .header-id__in .header-id__typo {
  width: 100%;
}
@media only screen and (max-width: 1023px) and (max-width: 600px) {
  .header .header-id {
    width: 90px;
  }
}
.flow .header-id {
  width: 110px;
}
.gnav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-left: 37px;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.gnav .gnav-item {
  margin-left: 1.8rem;
}
.gnav .gnav-item__more {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.gsub {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
.gsub .gsub-item {
  text-decoration: none;
  display: block;
  padding: 0 0.6rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  .gsub .gsub-item {
    display: none;
  }
}
.gsub .gsub-item:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.gsub .gsub-item i {
  color: #7f8fa4;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
}
.gsub .gsub-item .p-ipac__txt {
  padding-top: 0;
  margin-top: -5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: #555;
}
.gsub .gsub-lang {
  display: none;
  margin-left: 10px;
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .gsub .gsub-lang {
    width: 70px;
  }
}
.gsub .gsub-lang .gsub-lang__btn {
  height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  line-height: 32px;
}
@media only screen and (max-width: 1023px) {
  .gsub .gsub-lang .gsub-lang__btn {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.gsub .gsub-lang .p-drop-box {
  min-width: 120px;
}
@media only screen and (min-width: 1225px) {
  .top .header-pc,
  .area .header-pc {
    display: block;
  }
  .header-logo {
    float: none !important;
  }
}
.l-header-login {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #1de9b6;
  z-index: 2;
  text-decoration: none;
  padding: 1.7vw 6vw;
  font-size: 2vw;
  border-radius: 100px;
  top: 12px;
  right: 12px;
  color: #0e2a47;
  font-weight: bold;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
}
@media only screen and (min-width: 1025px) {
  .l-header-login {
    display: none;
    top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    padding: 20px 50px;
  }
}
.totop {
  text-align: center;
  display: block;
  padding: 0.75rem 3rem;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  margin-left: auto;
}
.totop:hover {
  text-decoration: none;
  background: #e3e9ed;
}
.totop i {
  font-size: 34px;
}
.p-accident-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.p-accident-wrapper .p-accident-box {
  width: 24%;
}
@media only screen and (max-width: 600px) {
  .p-accident-wrapper .p-accident-box {
    width: 48%;
    margin-bottom: 0.75rem;
  }
}
.p-accident-box {
  text-align: center;
  background: #e5f7fa;
  border-radius: 8px;
  padding: 0.15rem 0 1.5rem 0;
}
.p-accident-box.p-menseki--noc {
  background: #ffefef;
}
.p-accident-box .p-accident-info__ttl {
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
  color: #555;
}
.p-accident-box .p-accident-info__label {
  background: #5b6573;
  color: #fff;
  display: inline-block;
  padding: 2px 30px;
  border-radius: 35px;
  margin-bottom: 0.45rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-accident-box .p-accident-detail {
  margin-bottom: 0.3rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #434a6a;
  font-weight: bold;
}
.p-accident-box .p-accident-detail span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  color: #555;
}
.p-accident-box .p-accident-info__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-accident-box .p-accident-info__note span {
  color: #d0021b;
}
.p-accident-read {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {
  .p-accident-read br {
    display: none;
  }
}
.p-accident-sonpo {
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1.5rem;
  color: #0d47a1;
  font-weight: bold;
  background: #e3f2fd;
}
.p-accident-komikomi {
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #333e58;
}
.p-accident-komikomi span {
  color: #f54b5e;
}
.p-accident-all {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-accident-all li {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .p-accident-all li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .p-accident-all li {
    width: 50%;
  }
}
.p-accident-all li span {
  padding: 1.5rem;
  margin: 0.75rem;
  background: #1e88e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .p-accident-all li span br {
    display: none;
  }
}
.p-accident-lists {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-accident-lists li {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .p-accident-lists li {
    width: 50%;
  }
}
.p-accident-lists li span {
  padding: 0.75rem 1.5rem;
  margin: 0.3rem;
  background: #ffebee;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  width: 100%;
  color: #ef5350;
}
.account-reminder {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.account-conf {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .account-conf {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.account-conf__ttl {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
  text-align: center;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.account-conf__sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  text-align: center;
  color: #777;
  margin-bottom: 1.5rem;
}
.account-conf .account-conf-kind {
  margin-bottom: 3rem;
}
.account-conf-sns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.account-conf-sns .account-conf-sns-item {
  width: 48%;
}
.account-conf-input__item {
  margin-bottom: 0.75rem;
  display: block;
}
.account-conf-func {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 2.25rem;
}
.account-conf-func__found {
  text-align: center;
  margin-top: 1.5rem;
}
.account-conf-func__found a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.account-conf-func__found a:hover {
  text-decoration: none;
}
.p-back {
  text-align: center;
  color: #777;
  padding-top: 20px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .p-back {
    margin-bottom: 6vw;
  }
}
.p-back.mb--0 {
  margin-bottom: 0;
}
.p-back a {
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}
.p-back a:hover {
  text-decoration: underline;
}
.detail .p-back {
  padding-top: 0;
  margin-top: 3vw;
  margin-bottom: 10vw;
}
@media only screen and (max-width: 1024px) {
  .detail .p-back {
    margin-bottom: 6vw;
  }
}
.p-bnrs-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 5vmax;
}
.p-bnrs-flex-item {
  width: 48.2%;
}
.p-bnrs-flex-item__more {
  display: block;
}
.p-bnrs-flex-item__more img {
  width: 100%;
}
.p-bnrs {
  margin-bottom: 5vmax;
}
.p-bnrs li {
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  .p-bnrs li {
    margin: 10px 0;
  }
}
.p-bnrs li img {
  width: 100%;
}
.p-bnrs-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  .p-bnrs-block {
    display: block;
  }
}
.p-bnrs-block a {
  width: 49%;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .p-bnrs-block a {
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-bnrs-block a img {
  width: 100%;
}
.p-boll {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #3882e7;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-boll {
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.666666666666667;
    line-height: 16px;
  }
}
.p-boll.is--off {
  background: #949494;
}
.p-boll.is--aka {
  background: #f54b5e;
}
.p-boll-icon {
  width: 32px;
  height: 32px;
  background: #e9eff4;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-boll-icon i {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #7f8fa4;
}
.p-gost {
  border: 1px solid #fff;
  padding: 5px 25px;
  text-decoration: none;
  font-size: 14px;
}
.p-btn-wak {
  border: 1px solid #e0e0e0;
  text-align: center;
  text-decoration: none;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-btnl {
  text-decoration: none;
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  padding: 6px;
  background: rgba(255,255,255,0.6);
  position: relative;
}
.p-btnl .p-btnl__line {
  height: 1px;
  width: 35px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -12%;
  background: #000;
  position: absolute;
  text-indent: -99999px;
}
.p-btnl .p-btnl__line:after {
  content: '';
  display: block;
  height: 10px;
  width: 1px;
  position: absolute;
  top: -8px;
  right: 2px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: #000;
}
.p-btn,
.stripe-button-el {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 3.8rem;
  text-decoration: none;
  text-align: center;
  background-color: #8be28c;
  border-radius: 3px; /*角丸*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 0;
  padding-right: 0;
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
}
.p-btn .p-btn__text,
.stripe-button-el .p-btn__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  font-weight: bold;
}
.p-btn .p-btn__text .search-num,
.stripe-button-el .p-btn__text .search-num {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  font-family: arial;
  font-weight: 500;
  color: #fff;
}
.p-btn .p-btn__icon,
.stripe-button-el .p-btn__icon {
  margin-right: 5px;
}
.p-btn:hover {
  background-color: #f9c500; /*ボタン色*/
}
.p-btn.p-btn-lg {
  height: 4.5rem;
}
.p-btn__text--sm {
  font-size: 13px !important;
  min-width: 100%;
  display: block;
  color: #fff;
}
.p-btn--pnk {
  color: #311b92;
  background: #1a237e;
}
.p-btn--pnk:hover {
  background: #311b92;
}
.p-btn--ao {
  background: #6982a4;
}
.p-btn--ao:hover {
  background: #6982a4;
}
.p-btn--hl {
  background: #50e3c2;
}
.p-btn--hl:hover {
  background: #71f0d3;
}
.p-btn--gy {
  color: #fff;
  background: #7f8fa4;
}
.p-btn--gy:hover {
  background: #94a3b6;
}
.p-btn--wt {
  background: #fff;
}
.p-btn--wt .p-btn__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #767676 !important;
}
.p-btn--wt:hover {
  background: #ededed;
}
.p-btn-favorite-off i {
  color: #777;
}
.p-btn-favorite-on i {
  color: #f44154;
}
.p-btn-width-md {
  max-width: 360px;
  width: 100%;
}
.p-btnhl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  background: #c7ffe9;
  border-radius: 5px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
.p-btnhl:hover {
  background: #abf6d9;
}
.p-btnhl .p-btnhl__icon {
  margin-right: 10px;
}
.p-btnhl .p-btnhl__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-btnsns {
  display: block;
  border-radius: 3px;
  text-align: center;
  padding: 0.75rem 0;
  background: #ddd;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
.p-btnsns:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.p-btnsns.p-btnsns-fb {
  background: #3c5da9;
}
.p-btnsns.p-btnsns-gg {
  background: #dd4b39;
}
.p-switchbtn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  display: block;
  border-radius: 5px;
  padding: 0.9rem 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
.p-switchbtn.is-checked {
  background: #e7fff6;
  -webkit-box-shadow: 0 0 0 3px #11cf85 inset;
  box-shadow: 0 0 0 3px #11cf85 inset;
}
.p-switchbtn.is-checked .p-switchbtn__ttl {
  color: #11cf85;
}
.p-switchbtn__copy {
  color: #777;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  margin-bottom: 0.3rem;
}
.p-switchbtn__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.p-switchbtn__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  line-height: 1.2;
}
.p-switchbtn input {
  display: none;
}
.p-btn-txt {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  padding: 5px 10px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-btn-txt:active {
  background: #ececec;
}
.p-btn-txt.c-red {
  color: #ff7a80;
}
.p-btn-txt.c-ao {
  color: #3882e7;
}
.p-btn-txt.c-green {
  color: #2bb66b;
}
.p-sbtn {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #3882e7;
  border-radius: 5px; /*角丸*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  border: none;
  padding: 5px 10px;
}
.p-sbtn:hover {
  background-color: #4b8fec;
}
.p-sbtn.is--off {
  cursor: default;
  background-color: #cdcdcd;
}
.p-fm-ckbox.p-fm-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 1.5rem;
  height: 50px;
  margin: 0;
  margin-bottom: 0.9rem;
}
.p-fm-ckbox.p-fm-btns.is-checked i,
.p-fm-ckbox.p-fm-btns.is-checked .p-fm-ckbox__txt {
  color: #fff;
}
.p-fm-ckbox.p-fm-btns i {
  color: #777;
  margin-right: 10px;
}
.p-fm-ckbox.p-fm-btns .p-fm-ckbox__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.p-btn-gy2 {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e2e2e2;
  padding: 0.45rem 3rem;
}
.stripe-button-el {
  background: #1a237e !important;
}
.stripe-button-el span {
  min-height: auto !important;
  background: none !important;
  height: auto !important;
  line-height: 1 !important;
  color: #fff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: bold !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.Checkout.is-desktop .Header-logo {
  display: none !important;
}
.Checkout.is-desktop .Header-companyName,
.Checkout.is-desktop .Header-purchaseDescription {
  padding-top: 30px !important;
}
.Fieldset-input {
  height: 50px !important;
}
.Checkout.is-desktop .Fieldset--subdued,
.Checkout.is-desktop .Fieldset-child--subdued {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.Checkout.is-desktop .ModalContainer {
  width: 100% !important;
  max-width: 600px !important;
}
.Checkout.is-desktop .Modal {
  width: auto !important;
}
.p-capacity {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .p-capacity {
    padding: 0.75rem;
  }
}
.p-capacity .p-capacity-box {
  width: 50%;
  padding: 0.3rem 0;
}
.p-capacity .p-capacity-box:first-child {
  border-right: 1px solid #e0e0e0;
}
.p-capacity .p-capacity-box__ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
@media only screen and (max-width: 600px) {
  .p-capacity .p-capacity-box__ttl {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-capacity .p-capacity-box-in {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-capacity .p-capacity-box-in div {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .p-capacity .p-capacity-box-in div {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-capacity .p-capacity-box-in div i {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.228571428571429;
  }
}
.p-capacity .p-capacity__txt {
  margin-top: 1.5rem;
  min-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-carlist-wrapper {
  margin-bottom: 15vw;
}
.p-carlist {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 3px;
  padding-left: 3px;
}
.p-carlist .p-carlist-item .p-carlist-item__more {
  background: #000;
  display: block;
  position: relative;
  margin: 5px;
  overflow: hidden;
}
.p-carlist .p-carlist-item .p-carlist-item__more img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  width: 100%;
}
.p-carlist .p-carlist-item .p-carlist-item__more p {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4% 4%;
}
.p-carlist .p-carlist-item .p-carlist-item__more p span {
  line-height: 1.2;
  color: #fff;
  font-size: 3vw;
  font-family: "ヒラギノ角ゴ W6 JIS2004", arial;
  display: block;
}
.js-slide-tokyo .p-carlist-item {
  width: 300px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background: #05328f;
}
.slick-dots li button {
  margin-right: 0;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: #707070;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .slick-slide {
    width: 750px;
  }
  .p-carlist .p-carlist-item .p-carlist-item__more p span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333333333333;
  }
}
.p-carstyle-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.p-carstyle-wrapper .p-carstyle {
  margin-bottom: 2.25rem;
  width: 48%;
}
.p-carstyle-wrapper .p-carstyle .p-carstyle-head {
  text-align: center;
}
.p-carstyle-wrapper .p-carstyle .p-carstyle-head__img {
  width: 100%;
}
.p-carstyle-wrapper .p-carstyle .p-carstyle-head__ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.p-carstyle-wrapper .p-carstyle .p-carstyle-txt {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-caution-list {
  padding: 1.5rem;
  border: 1px solid #f54b5e;
}
.p-caution-list .p-caution {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.p-caution-list .p-caution i {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
.p-caution-list .p-caution__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.p-caution {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .p-caution i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333333333333;
  }
}
.p-caution__txt {
  margin-left: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-caution-waku {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  border: 1px solid #f54b5e;
  color: #f54b5e;
  text-align: center;
  padding: 5px 0;
}
.p-caution-note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  color: #777;
  margin-bottom: 1.5rem;
}
.p-caution-line {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #f54b5e;
  display: inline-block;
  padding: 0 3px 5px;
  border-bottom: 1px solid #f54b5e;
}
.p-caution--dobble {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 20px;
  display: inline-block;
}
.p-caution-beta {
  background: #ffebee;
  padding: 0.75rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1px;
}
.p-caution-beta .p-caution-beta-ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.p-caution-beta .p-caution-beta-ttl span {
  color: #f54b5e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.p-caution-beta__icon {
  color: #f54b5e;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-right: 0.75rem;
}
.p-caution-beta__txt {
  color: #f54b5e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-caution-intxt {
  color: #f54b5e;
}
@media only screen and (max-width: 600px) {
  .p-checklist {
    padding-top: 1.5rem;
  }
}
.p-checklist .p-checklist__item {
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: url("../images/icons/check-list.svg?hash=c9311d55a2146a200d4625aa8c46d613") no-repeat left top;
  padding-left: 35px;
  -webkit-background-size: 24px;
  -moz-background-size: 24px;
  background-size: 24px;
}
@media only screen and (max-width: 600px) {
  .p-checklist .p-checklist__item {
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.p-checklist-waku {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-checklist-waku .p-checklist__item {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 32%;
  margin-bottom: 1.05rem;
  padding: 0.75rem 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .p-checklist-waku .p-checklist__item {
    width: 100%;
  }
}
.cover-nav-wrapper.is-cover-nav-lineup,
.cover-nav-wrapper.is-cover-nav-plan {
  display: none;
}
@media only screen and (min-width: 1025px) {
  body .cover-nav-close {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
  }
  body .cover-nav-close i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1.08;
  }
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  overflow: hidden;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-nav-close {
  z-index: 2;
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 5px;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-nav-close i {
  color: #fff;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .p-gost-more {
  margin: 10px 2px 5px 2px;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-nav-text {
  margin-top: -10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 4px;
  padding-right: 5px;
  padding-left: 5px;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .p-areaname__title {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transform: translate3d(0, 160px, 0);
  -moz-transform: translate3d(0, 160px, 0);
  -o-transform: translate3d(0, 160px, 0);
  -ms-transform: translate3d(0, 160px, 0);
  transform: translate3d(0, 160px, 0);
  -webkit-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -moz-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -o-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -ms-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .p-areaname__title .sm {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block !important;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .p-areaname__title .lg {
  padding-top: 5px;
  padding-bottom: 5px !important;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.114285714285714;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .p-areaname__title span {
  text-align: center;
  white-space: nowrap;
  color: #fff !important;
}
@-moz-keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa,
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa {
  top: 0%;
  background: #1c66aa;
  height: 50%;
  width: 0%;
  -webkit-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -moz-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -o-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -ms-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum1 {
  background: url("../images/gallery/oki-1.jpg?hash=3ef6f437d7e782ea17d86991a16a6a55") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum2 {
  background: url("../images/gallery/oki-2.jpg?hash=eef9389e68eb7f9797859e6aced3ae7a") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum3 {
  background: url("../images/gallery/oki-3.jpg?hash=06fd2bcc83c07900edcb519a5a35ad57") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum4 {
  background: url("../images/gallery/oki-4.jpg?hash=281459ec9041f9d191e486d25f7acc95") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum5 {
  background: url("../images/gallery/oki-5.jpg?hash=6bfe8ef7c58fa66ef17ec10c9e3fcc12") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum6 {
  background: url("../images/gallery/oki-6.jpg?hash=92a68c86e5eb77712a74654f64215530") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig.randNum7 {
  background: url("../images/gallery/oki-7.jpg?hash=33f2a6948356d3639717ba65392a74b2") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-okinawa .cover-fig {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: -10%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -moz-animation: fadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -o-animation: fadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -ms-animation: fadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  animation: fadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 50%;
  background: #391c6c;
  -webkit-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -moz-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -o-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -ms-animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  animation: open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum1 {
  background: url("../images/gallery/tok-1.jpg?hash=0c3af404fcf5348ae6b68b8668d1b54a") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum2 {
  background: url("../images/gallery/tok-2.jpg?hash=d065bfd953f474b361dd527f3ebd3d31") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum3 {
  background: url("../images/gallery/tok-3.jpg?hash=ab7fb8ea015c4199f88b7fc4d2bd6fd6") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum4 {
  background: url("../images/gallery/tok-4.jpg?hash=88f09911344f7d08db2fa1b6c16e8c48") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum5 {
  background: url("../images/gallery/tok-5.jpg?hash=b66ebdfa695f441649df2837e4ca16bc") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum6 {
  background: url("../images/gallery/tok-6.jpg?hash=11401ebaeb3c5541fdb014bec432e76f") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig.randNum7 {
  background: url("../images/gallery/tok-7.jpg?hash=aa45faae208d44b0bad6a289dfbe4e53") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-lineup .cover-nav-wrapper.is-cover-nav-lineup .cover-tokyo .cover-fig {
  height: 100%;
  width: 100vw;
  position: absolute;
  right: -10%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -moz-animation: fadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -o-animation: fadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -ms-animation: fadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  animation: fadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}
@-moz-keyframes open {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes open {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes open {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes open {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes fadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-webkit-keyframes fadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-o-keyframes fadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@keyframes fadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-moz-keyframes fadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    right: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-webkit-keyframes fadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    right: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-o-keyframes fadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    right: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@keyframes fadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    right: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  overflow: hidden;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-nav-close {
  z-index: 2;
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 5px;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-nav-close i {
  color: #fff;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .p-gost-more {
  margin: 10px 2px 5px 2px;
  margin-left: auto;
  margin-right: auto;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-nav-text {
  overflow: hidden;
  padding-bottom: 4px;
  text-align: center;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .p-areaname__title {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transform: translate3d(0, 160px, 0);
  -moz-transform: translate3d(0, 160px, 0);
  -o-transform: translate3d(0, 160px, 0);
  -ms-transform: translate3d(0, 160px, 0);
  transform: translate3d(0, 160px, 0);
  -webkit-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -moz-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -o-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  -ms-animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  animation: slideIn 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .p-areaname__title .sm {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block !important;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .p-areaname__title .lg {
  padding-top: 5px;
  padding-bottom: 5px !important;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.114285714285714;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .p-areaname__title span {
  text-align: center;
  white-space: nowrap;
  color: #fff !important;
}
@-moz-keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa,
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa {
  overflow: hidden;
  bottom: 50%;
  background: #1c66aa;
  height: 0%;
  width: 100%;
  -webkit-animation: planOpenOki 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -moz-animation: planOpenOki 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -o-animation: planOpenOki 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -ms-animation: planOpenOki 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  animation: planOpenOki 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum1 {
  background: url("../images/gallery/oki-1.jpg?hash=3ef6f437d7e782ea17d86991a16a6a55") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum2 {
  background: url("../images/gallery/oki-2.jpg?hash=eef9389e68eb7f9797859e6aced3ae7a") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum3 {
  background: url("../images/gallery/oki-3.jpg?hash=06fd2bcc83c07900edcb519a5a35ad57") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum4 {
  background: url("../images/gallery/oki-4.jpg?hash=281459ec9041f9d191e486d25f7acc95") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum5 {
  background: url("../images/gallery/oki-5.jpg?hash=6bfe8ef7c58fa66ef17ec10c9e3fcc12") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum6 {
  background: url("../images/gallery/oki-6.jpg?hash=92a68c86e5eb77712a74654f64215530") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig.randNum7 {
  background: url("../images/gallery/oki-7.jpg?hash=33f2a6948356d3639717ba65392a74b2") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-okinawa .cover-fig {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 10%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: planFadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -moz-animation: planFadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -o-animation: planFadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -ms-animation: planFadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  animation: planFadeOki 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo {
  top: 50%;
  right: 0;
  width: 100%;
  height: 50%;
  background: #391c6c;
  -webkit-animation: planOpenTok 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -moz-animation: planOpenTok 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -o-animation: planOpenTok 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  -ms-animation: planOpenTok 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  animation: planOpenTok 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum1 {
  background: url("../images/gallery/tok-1.jpg?hash=0c3af404fcf5348ae6b68b8668d1b54a") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum2 {
  background: url("../images/gallery/tok-2.jpg?hash=d065bfd953f474b361dd527f3ebd3d31") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum3 {
  background: url("../images/gallery/tok-3.jpg?hash=ab7fb8ea015c4199f88b7fc4d2bd6fd6") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum4 {
  background: url("../images/gallery/tok-4.jpg?hash=88f09911344f7d08db2fa1b6c16e8c48") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum5 {
  background: url("../images/gallery/tok-5.jpg?hash=b66ebdfa695f441649df2837e4ca16bc") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum6 {
  background: url("../images/gallery/tok-6.jpg?hash=11401ebaeb3c5541fdb014bec432e76f") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig.randNum7 {
  background: url("../images/gallery/tok-7.jpg?hash=aa45faae208d44b0bad6a289dfbe4e53") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
body.is-open-plan .cover-nav-wrapper.is-cover-nav-plan .cover-tokyo .cover-fig {
  height: 100%;
  width: 100vw;
  position: absolute;
  bottom: 10%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: planFadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -moz-animation: planFadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -o-animation: planFadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  -ms-animation: planFadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  animation: planFadeTok 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}
@-moz-keyframes planOpenOki {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@-webkit-keyframes planOpenOki {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@-o-keyframes planOpenOki {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@keyframes planOpenOki {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@-moz-keyframes planOpenTok {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@-webkit-keyframes planOpenTok {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@-o-keyframes planOpenTok {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@keyframes planOpenTok {
  0% {
    height: 0%;
  }
  100% {
    height: 50%;
  }
}
@-moz-keyframes planFadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    top: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-webkit-keyframes planFadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    top: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-o-keyframes planFadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    top: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@keyframes planFadeOki {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    top: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-moz-keyframes planFadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    bottom: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-webkit-keyframes planFadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    bottom: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@-o-keyframes planFadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    bottom: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
@keyframes planFadeTok {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    bottom: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
}
.p-credit-brand {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 0.75rem;
}
.p-credit-brand li img {
  width: 100px;
}
.p-dlindent__title {
  float: left;
}
.p-dlindent__txt {
  overflow: hidden;
}
.p-dlbool .p-dlbool__ttl:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.p-dlbool .p-dlbool__ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.p-dlbool .p-dlbool__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  margin-bottom: 1.5rem;
}
.p-dlbool .p-dlbool__txt:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-drop {
  position: relative;
}
.p-drop .p-drop__ttl {
  cursor: pointer;
}
.p-drop .p-drop-box {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  min-width: 150px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  text-align: left;
}
.p-drop .p-drop-box__item {
  padding: 10px 15px;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .p-drop .p-drop-box__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 15px;
  }
}
.p-drop .p-drop-box__item:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.p-drop.p-drop-pos-tr .p-drop-box {
  top: 0;
  right: 0;
}
.p-drop.p-drop-pos-tl .p-drop-box {
  top: 0;
  left: 0;
}
.error-message,
.p-error-msg {
  color: #f44336;
  margin-top: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.p-flex .p-fm-errormsg {
  margin-top: 8px;
  color: #f44336;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.faq {
  margin-bottom: 6rem;
  padding-top: 1.5rem;
}
.faq dt {
  margin-bottom: 30px;
  padding: 0.45rem 1.5rem;
  color: #fff;
  background: #302d52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.faq dt:before {
  content: 'Q ';
}
.faq dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.8;
  margin-bottom: 4.5rem;
  padding: 0 6rem;
}
.p-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-srart;
  -moz-box-align: flex-srart;
  -o-box-align: flex-srart;
  -ms-flex-align: flex-srart;
  -webkit-align-items: flex-srart;
  align-items: flex-srart;
  margin-bottom: 1.8rem;
}
.p-flex-item.p-formpack {
  margin-bottom: 0;
  margin-right: 0.8rem;
}
.p-flex-item.p-formpack:last-child {
  margin-right: 0;
}
.p-flex .p-formpack__title {
  margin-bottom: 0.3rem;
  min-width: 100%;
}
.p-flex.p-flex--col5 .p-flex-item {
  width: 20%;
}
.p-flex.p-flex--col4 .p-flex-item {
  width: 25%;
}
.p-flex.p-flex--col3 .p-flex-item {
  width: 32%;
  margin-bottom: 0.75rem;
  padding: 0 1.2rem;
}
@media only screen and (max-width: 600px) {
  .p-flex.p-flex--col3 .p-flex-item {
    width: auto;
    margin-bottom: 3rem;
  }
}
.p-flex.p-flex--col3:after {
  content: '';
  width: 32%;
  display: block;
}
.p-flex.p-flex--col2 .p-flex-item {
  width: 46%;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='image'],
button,
textarea,
select {
  color: #5a5a5a;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 30px;
  font-weight: normal;
  cursor: pointer;
}
select {
  padding-right: 50px;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
textarea,
select {
  width: 100%;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  input[type='text'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  input[type='email'],
  input[type='password'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='number'],
  input[type='file'],
  textarea,
  select {
    height: 50px;
  }
}
textarea {
  height: 7em;
  min-height: 2em;
  resize: vertical;
  padding-top: 0.3rem;
}
.p-formpack {
  display: block;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  .p-formpack.p-air {
    margin-bottom: 1.5rem;
  }
}
.p-formpack__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .p-formpack__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.p-formpack input,
.p-formpack select {
  margin-top: 0.45rem;
}
.p-form-time {
  width: 100px;
  margin-right: 5px;
}
.p-form-time__txt {
  margin-right: 5px;
}
input::placeholder {
  color: #999;
}
input:focus::placeholder {
  text-indent: -99999px;
}
.p-iptbtn {
  display: block;
  border-radius: 5px;
  margin-right: 8px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
.p-iptbtn input,
.p-iptbtn select {
  border: none;
}
.cartype-box {
  position: relative;
}
.cartype-box input {
  position: absolute;
  z-index: -1;
  top: -999999px;
}
.cartype-box input:checked + .p-iptbtn-cartype {
  border: 3px solid #283593;
}
.cartype-box .p-iptbtn-cartype {
  border: 3px solid #fff;
}
.p-iptbtn-cartype {
  padding-top: 8px;
  background: #fff;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
.p-iptbtn-cartype:hover {
  background-color: #dbf2ff;
}
.p-iptbtn-cartype .p-iptbtn-cartype__ttl {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-iptbtn-cartype .p-iptbtn-cartype__ttl__in {
  display: block;
}
@media only screen and (max-width: 1130px) {
  .p-iptbtn-cartype .p-iptbtn-cartype__ttl__in {
    font-size: 14px;
  }
}
.p-iptbtn-cartype .p-iptbtn-cartype__ttl .p-iptbtn-cartype__ttl__img {
  height: 65px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .p-iptbtn-cartype .p-iptbtn-cartype__ttl .p-iptbtn-cartype__ttl__img {
    height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-iptbtn-cartype .p-iptbtn-cartype__ttl .p-iptbtn-cartype__ttl__img img {
    height: 34px;
  }
}
.p-iptbtn-cartype .p-iptbtn-cartype__txt {
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
  font-weight: normal !important;
  line-height: 1;
}
@media only screen and (max-width: 1130px) {
  .p-iptbtn-cartype .p-iptbtn-cartype__txt {
    font-size: 10px;
  }
}
.p-iptbtn.p-iptbtn-date {
  width: 64%;
  margin-right: 0;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-left: 0.9rem;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
.p-iptbtn.p-iptbtn-date:hover {
  background-color: #fffcdb;
}
@media only screen and (max-width: 1023px) {
  .p-iptbtn.p-iptbtn-date {
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
  }
}
.p-iptbtn.p-iptbtn-date input {
  height: 60px;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.p-iptbtn-date.date--dep:before,
.p-iptbtn-date.date--arv:before {
  content: '\51FA\767A\65E5\6642';
  border-radius: 3px;
  background: #607d8b;
  color: #fff;
  padding: 4px 0;
  display: block;
  margin-right: 0.75rem;
  width: 80px;
  text-align: center;
}
.p-iptbtn-date.date--arv:before {
  content: '\8FD4\5374\65E5\6642';
}
.p-iptbtn.p-iptbtn-time {
  background: none;
  background-color: #fff;
  min-width: 150px;
  width: 36%;
  position: relative;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1240px) {
  .p-iptbtn.p-iptbtn-time {
    min-width: 100px;
  }
}
.p-iptbtn.p-iptbtn-time:hover {
  background-color: #fffcdb;
}
.p-iptbtn.p-iptbtn-time select {
  padding-left: 0.9rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: url("../images/icons/drop-down-arrow.svg?hash=bfc53b6a6bee1a0b135dddd79dd8468d") no-repeat right 70px center !important;
  -webkit-background-size: 10px !important;
  -moz-background-size: 10px !important;
  background-size: 10px !important;
}
@media only screen and (max-width: 1240px) {
  .p-iptbtn.p-iptbtn-time select {
    background: url("../images/icons/drop-down-arrow.svg?hash=bfc53b6a6bee1a0b135dddd79dd8468d") no-repeat right 20px center !important;
    -webkit-background-size: 10px !important;
    -moz-background-size: 10px !important;
    background-size: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .p-iptbtn.p-iptbtn-time select {
    padding-left: 10px;
  }
}
select {
  height: 60px;
  background: url("../images/icons/drop-down-arrow.svg?hash=bfc53b6a6bee1a0b135dddd79dd8468d") no-repeat right 20px center !important;
  -webkit-background-size: 10px !important;
  -moz-background-size: 10px !important;
  background-size: 10px !important;
  padding-left: 12px;
}
@media only screen and (max-width: 1024px) {
  select {
    height: 50px;
  }
}
.time--dep:after,
.time--arv:after {
  content: '時に出発';
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  height: 18px;
  font-size: 13px;
  color: #777;
  font-weight: normal;
}
@media only screen and (max-width: 1240px) {
  .time--dep:after,
  .time--arv:after {
    content: '';
    display: none;
  }
}
.time--arv:after {
  content: '時に返却';
}
@media only screen and (min-width: 1024px) {
  .p-iptbtn.p-iptbtn-time select {
    background-position: right 100px center;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    background-size: 14px;
  }
}
.p-fm-must {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.p-fm-must:before {
  content: '必須';
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
  line-height: 13px;
  background: #f44336;
  color: #fff;
  font-weight: normal;
  padding: 4px 5px;
  border-radius: 2px;
  margin-right: 8px;
}
.required.error {
  width: 100%;
}
.p-fm-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-right: 1.5rem;
}
.p-fm-checkbox:hover .p-fm-checkbox__item + .p-fm-checkbox__txt:before {
  background: #ede8e8;
}
.p-fm-checkbox input {
  display: none;
}
.p-fm-checkbox .p-fm-checkbox__item + .p-fm-checkbox__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.p-fm-checkbox .p-fm-checkbox__item + .p-fm-checkbox__txt:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f0f0f0;
}
.p-fm-checkbox .p-fm-checkbox__item + .p-fm-checkbox__txt:after {
  content: '';
  position: absolute;
  display: block;
  top: -4px;
  bottom: 0;
  left: 5px;
  width: 9px;
  height: 17px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #d2d2d2;
  border-right: 3px solid #d2d2d2;
}
.p-fm-checkbox .p-fm-checkbox__item:checked + .p-fm-checkbox__txt:before {
  background: #283593;
  border: none;
}
.p-fm-checkbox .p-fm-checkbox__item:checked + .p-fm-checkbox__txt {
  color: #283593;
}
.p-fm-checkbox .p-fm-checkbox__item:checked + .p-fm-checkbox__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 6px;
  width: 8px;
  height: 16px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.p-fm-radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-right: 3rem;
}
.p-fm-radio:hover .p-fm-radio__item + .p-fm-radio__txt:before {
  background: #ede8e8;
}
.p-fm-radio .p-fm-radio__item + .p-fm-radio__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-fm-radio input {
  display: none;
}
.p-fm-radio .p-fm-radio__item + .p-fm-radio__txt:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f0f0f0;
}
.p-fm-radio .p-fm-radio__item + .p-fm-radio__txt:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  top: 0px;
  bottom: 0;
  left: 5px;
  margin: auto;
}
.p-fm-radio .p-fm-radio__item:checked + .p-fm-radio__txt:after {
  background: #162f9a;
  border: none;
}
.p-fm-btns-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-fm-btns-wrapper .p-fm-btns {
  width: 120px;
}
.in-fit .p-fm-btns {
  margin-right: 0;
  width: 16.66666% !important;
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .in-fit .p-fm-btns {
    width: 33.3333% !important;
  }
}
.in-fit .p-fm-btns:first-child {
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 1024px) {
  .in-fit .p-fm-btns:first-child {
    border-radius: 5px 0 0 0;
  }
}
.in-fit .p-fm-btns:last-child {
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 1024px) {
  .in-fit .p-fm-btns:last-child {
    border-radius: 0 0 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .in-fit .p-fm-btns:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .in-fit .p-fm-btns:nth-child(4) {
    border-radius: 0 0 0 5px;
  }
}
.p-fm-btns {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  display: block;
  border-radius: 5px;
  margin-right: 15px;
  padding: 0.9rem 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
.p-fm-btns:hover {
  background-color: #fffcdb;
}
.p-fm-btns input {
  display: none;
}
.p-fm-btns .p-price {
  margin-top: 0.6rem;
}
.p-fm-btns .p-fm-btns__txt {
  color: #4a4a4a;
}
.p-fm-btns.is-checked {
  background: #283593;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.2) inset;
}
.p-fm-btns.is-checked .p-fm-btns__txt {
  color: #fff;
}
.p-fm-btns.is-checked .p-price span {
  color: #fff;
}
.p-fmbg {
  padding-left: 20px !important;
}
.p-fm-error input {
  background: #ffebee;
  border-color: #f44336;
}
.p-fm-error .p-fm-errormsg {
  margin-top: 0.75rem;
  color: #f44336;
}
input[type='text'].is--disabled,
.p-iptbtn.p-iptbtn-time.is--disabled {
  background-color: #eee !important;
  cursor: default !important;
}
input[type='text'].is--disabled select,
.p-iptbtn.p-iptbtn-time.is--disabled select {
  color: #999 !important;
}
.p-guide-nav-container {
  display: block;
}
.p-guide-nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5vmin;
}
.inner-guide .p-guide-nav-wrapper {
  margin-bottom: -20px;
  border-top: 1px solid #ddd;
  padding-top: 3vw;
  margin-top: 5vw;
}
.p-guide-nav-wrapper .p-guide-navbtn {
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  width: 47.5%;
  padding: 1.2rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-guide-nav-wrapper .p-guide-navbtn {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    padding: 1.5rem;
  }
}
.p-guide-nav {
  width: 33.33333%;
  background: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  padding-bottom: 15px;
}
.p-guide-nav i {
  padding: 10px 0 15px 0;
  display: block;
  text-align: center;
  font-size: 30px;
}
.p-guide-nav:nth-child(1):after,
.p-guide-nav:nth-child(2):after,
.p-guide-nav:nth-child(3):after {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 10px;
  right: 10px;
  background: #e0e0e0;
}
.p-guide-nav:nth-child(2),
.p-guide-nav:nth-child(5) {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 600px) {
  .p-guide-nav {
    width: 33.3333%;
    margin-bottom: 1.5rem;
  }
}
.p-guide-nav .p-guide-nav__ttl {
  display: block;
  text-align: center;
}
.p-guide-nav .p-guide-nav__ttl img {
  width: 100%;
}
.p-guide-nav .p-guide-nav__ttl span {
  display: block;
  margin: 1.5rem 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  color: #3882e7;
}
@media only screen and (max-width: 600px) {
  .p-guide-nav .p-guide-nav__ttl span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-guide-nav .p-guide-nav__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (min-width: 1025px) {
  .p-guide-nav {
    padding: 30px 0;
  }
  .p-guide-nav i {
    font-size: 60px;
  }
  .p-guide-nav .p-guide-nav__ttl {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    margin: 1.5rem 0;
  }
}
@media only screen and (min-width: 1225px) {
  .p-guide-nav {
    padding: 30px 0;
  }
  .p-guide-nav i {
    font-size: 80px;
  }
  .p-guide-nav .p-guide-nav__ttl {
    display: block;
    margin: 1.5rem 0;
  }
}
.p-info-container {
  background: #e4e8ec;
  padding: 5vmax 0;
  margin-bottom: 8vmax;
}
.p-info-wrapper .p-info {
  display: block;
  text-decoration: none;
}
.p-info-wrapper .p-info .p-info-box .p-info-box__date {
  float: left;
  margin-right: 1.5rem;
}
.p-info-wrapper .p-info .p-info-box .p-info-box__text {
  overflow: hidden;
}
.p-info-wrapper .p-info-box {
  margin-bottom: 0.9rem;
  padding: 1.5rem;
  border: 1px solid #dedede;
  background: #eee;
}
.p-info-wrapper .p-info-box:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.p-info-wrapper .p-info-box.p-info-box--important {
  border: 1px solid #c13636;
  background: #fce4ec;
}
.p-info-wrapper .p-info-box .p-info-box__title {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-info-wrapper .p-info-box .p-info-box__title span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 1.5rem;
  color: #777;
  font-weight: normal;
}
.p-info-wrapper .p-info-box .p-info-box__date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 1.5rem;
  font-weight: normal;
}
.p-info-wrapper .p-info-box__text {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.8;
}
.important-info {
  background: #eee;
  padding: 16px;
  margin-bottom: 30px;
}
.important-info p {
  color: #424242;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .important-info p br {
    display: none;
  }
}
.important-info .important-info__title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 600px) {
  .important-info .important-info__title {
    font-size: 1.4rem;
  }
}
.info-important-must {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  margin-bottom: 60px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 1024px) {
  .info-important-must {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .info-important-must {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px;
  }
}
.info-important-must .info-important__title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 800px) {
  .info-important-must .info-important__title {
    font-size: 14px;
  }
}
.info-important-must .info-important__text {
  font-size: 15px;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.6;
}
@media only screen and (max-width: 800px) {
  .info-important-must .info-important__text {
    font-size: 13px;
  }
}
.info-important-must .info-important__text.is--linebox {
  padding: 12px 12px;
  border: 1px dashed #e0e0e0;
}
.info-important-must .info-important__sub {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .info-important-must .info-important__sub {
    font-size: 14px;
  }
}
.info-important-must .info-important__copy {
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 800px) {
  .info-important-must .info-important__copy {
    font-size: 13px;
  }
}
.info-important-sp {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e53935;
  margin-bottom: 20px;
}
.info-important-sp h3 {
  background: #e53935;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 15px;
}
.info-important-sp .info-important-sp-inner {
  padding: 20px;
  font-size: 14px;
  background: rgba(229,57,53,0.1);
}
@media only screen and (max-width: 600px) {
  .info-important-sp .info-important-sp-inner {
    font-size: 12px;
  }
}
.p-ipac {
  text-align: center;
}
.p-ipac__icon {
  color: #676f82;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.222222222222222;
}
@media only screen and (max-width: 1023px) {
  .p-ipac__icon {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.266666666666667;
  }
}
.p-ipac__txt {
  padding-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
.p-ipac-land {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-ipac-land .p-ipac__icon {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .p-ipac-land .p-ipac__icon {
    margin-right: 5px;
  }
}
.p-ipac-land .p-ipac__txt {
  padding-top: 0;
  line-height: 1.3;
}
.p-ipac-land.is-pad-on {
  padding-right: 0.45rem;
  padding-left: 0.45rem;
}
.p-ipac2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1.2rem 0.75rem;
  background: #ffca28;
  margin-bottom: 1px;
}
@media only screen and (max-width: 600px) {
  .p-ipac2 {
    padding: 0.9rem;
  }
}
.p-ipac2__icon {
  color: #fff9c4;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.181818181818182;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .p-ipac2__icon {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.p-ipac2__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}
.p-ipac2__txt span {
  display: block;
  font-weight: bold;
  min-width: 100%;
  margin-bottom: 0.3rem;
}
.p-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  display: block;
  min-width: 90px;
  padding: 10px 0 !important;
  text-align: center;
  font-weight: bold;
  background: #f0f0f0;
}
@media only screen and (max-width: 600px) {
  .p-label {
    padding: 5px 0 !important;
  }
}
.p-label.is--active {
  color: #21b39f;
  background: #d3ffee;
  border: 1px solid #d3ffee;
}
.p-label.is--note,
.p-label.is--on {
  color: #f54b5e;
  background: #ffe7e8;
  border: 1px solid #ffe7e8;
}
.p-label.is--off {
  color: #bdbdbd;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.p-label.is--off2 {
  color: #bdbdbd;
  background: #ebebeb;
  border: 1px solid #ebebeb;
}
.p-label.wid--fit {
  min-width: 100%;
}
.p-label.size--sm {
  padding: 6px 0;
}
.p-label-waku {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
  color: #00b185;
  border: 1px solid #009b75;
  display: block;
  float: left;
  min-width: 70px;
  border-radius: 3px;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}
.p-label-waku.c-kiro {
  color: #f57f17;
  border: 1px solid #f57f17;
}
.p-label-waku.c-pink {
  color: #f54b5e;
  border: 1px solid #f54b5e;
}
.p-label-waku.c-ao {
  color: #3882e7;
  border: 1px solid #3882e7;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255,255,255,0.7);
}
.lds-ring {
  margin-top: -100px;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 91px;
  height: 91px;
  margin: 6px;
  border: 10px solid #004eff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -ms-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #004eff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay: -0.45s;
  -o-animation-delay: -0.45s;
  -ms-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  -moz-animation-delay: -0.15s;
  -o-animation-delay: -0.15s;
  -ms-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-moz-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.p-menseki-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-menseki-wrapper .p-menseki {
  width: 49%;
}
.p-menseki {
  display: block;
}
.p-menseki .p-menseki__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.45rem;
}
.p-menseki .p-menseki__txt span {
  color: #f54b5e;
}
.p-menseki .p-menseki__detail {
  font-weight: bold;
  color: #434a6a;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
}
.js-modal-open {
  cursor: pointer;
}
.modal {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  height: 50%;
  height: 100%;
  margin: auto;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .modal {
    max-height: 1270px;
    width: 98% !important;
    height: 98% !important;
  }
}
.modal .modal-block {
  padding: 0 1.5rem;
  margin-bottom: 2.25rem;
}
.modal .modal-block-cartype {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal .modal-block-cartype .cartype-box {
  width: 48%;
  margin-bottom: 1.2rem;
}
.modal .modal-block-cartype .cartype-box .p-iptbtn-cartype {
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) and (max-width: 1024px) {
  .modal {
    width: 100% !important;
    height: 100% !important;
  }
}
.modal-footer-funcs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background: #fff;
}
.modal-footer-funcs .p-btn {
  padding-left: 5vw;
  padding-right: 5vw;
}
.modal-footer-funcs .p-btn .p-btn__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.modal-header {
  height: 50px;
  position: absolute;
  width: 100%;
  background: #fff;
  padding-left: 1.5rem;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-header .modal-header__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
  font-weight: bold;
}
.modal-header.btm-bdr-off {
  border-bottom: none;
}
.modal-header .js-modal-close {
  margin-left: auto;
  margin-right: 0.75rem;
  cursor: pointer;
}
.modal-account {
  max-width: 660px;
  overflow: auto;
  max-height: 780px;
}
@media only screen and (max-width: 1023px) {
  .modal-account {
    max-height: 100%;
  }
}
.modal-account .modal-body {
  padding-top: 50px;
  overflow: visible;
}
.modal.reminder {
  max-height: 500px;
}
.modal-calendar {
  max-width: 1000px;
  width: 90%;
}
@media only screen and (max-width: 1023px) {
  .modal-calendar {
    max-width: 100%;
  }
}
.modal-calendar .modal-body {
  overflow: auto;
  height: 100%;
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .modal-calendar .modal-body {
    padding-bottom: 110px;
  }
}
.modal-calendar .modal-calendar-header-box__ttl {
  margin-bottom: 0.3rem;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.modal-body {
  padding-top: 70px;
  overflow: auto;
  height: 100%;
  padding-bottom: 80px;
}
.is-overlay {
  display: none;
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 1024px) {
  .is-overlay {
    display: none !important;
  }
}
.ms-calendar-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ms-calendar-wrapper .ms-calendar-box {
  margin-left: 10px;
  margin-right: 10px;
  width: 47%;
}
@media only screen and (max-width: 800px) {
  .ms-calendar-wrapper .ms-calendar-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ms-calendar-wrapper .ms-calendar-box p {
  font-weight: bold;
  text-align: center;
}
.modal-calendar-usedate {
  border-top: 1px solid #ddd;
  width: 100%;
  z-index: 1;
  background: #fff;
  position: absolute;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  bottom: 0;
  margin-bottom: 0;
  min-height: 100px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-calendar-usedate div {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .modal-calendar-usedate div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.modal-calendar-usedate .modal-calendar-header-btns {
  min-width: 100%;
  display: none;
  margin-top: 0.9rem;
}
@media only screen and (max-width: 1024px) {
  .modal-calendar-usedate .modal-calendar-header-btns {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.modal-calendar-usedate .modal-calendar-header-btns .p-btn {
  margin-left: auto;
  margin-right: auto;
}
.modal-calendar-usedate p span {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.275862068965517;
  font-weight: bold;
  color: #1a237e;
}
.modal-calendar-usedate p span:last-child {
  margin-left: 5px;
}
.modal-calendar-usedate p span.dep-dd:before,
.modal-calendar-usedate p span.arv-dd:before {
  content: " / ";
  color: #999;
  margin-left: -1px;
  margin-right: 0px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
}
.modal-calendar-usedate p span.dep-wk,
.modal-calendar-usedate p span.arv-wk {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
}
body.home .modal-calendar-usedate .modal-calendar-header-btns {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.home .modal-calendar-usedate .modal-calendar-header-btns {
    display: none !important;
  }
}
.ms-calendar {
  margin-bottom: 30px;
  border-collapse: separate;
  width: 100%;
}
.ms-calendar tbody tr td:last-child .is-time {
  right: 0 !important;
}
.ms-calendar td,
.ms-calendar th {
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.ms-calendar th {
  height: 32px;
  color: #777;
}
.ms-calendar td {
  width: 60px;
  background: #ede7f6;
  border-radius: 2px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ms-calendar td:after {
  display: block;
}
.ms-calendar td.is-off:after {
  content: "\00e5cd";
  font-family: 'Material Icons';
  color: #cacaca;
}
.ms-calendar td.is-on:after {
  content: "　";
  color: #fff;
}
.ms-calendar td.is-dep:after {
  content: "出発";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.ms-calendar td.is-arv:after {
  content: "返却";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.ms-calendar td.is-today:after {
  content: "当日";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.ms-calendar td.is-dep,
.ms-calendar td.is-arv,
.ms-calendar td.is-today {
  background: #4cceb1;
  color: #fff;
}
.ms-calendar td .is-time {
  position: absolute;
  top: 50px;
  z-index: 2;
  background: #fff;
  min-width: 100px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  text-align: left;
  height: 160px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .ms-calendar td .is-time {
    top: 30px;
    min-height: 160px;
    height: 50%;
    z-index: 2;
    min-width: 90px;
  }
}
.ms-calendar td .is-time li {
  padding: 5px 10px;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .ms-calendar td .is-time li {
    padding: 10px 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.ms-calendar td .is-time li:hover {
  background: #f0f0f0;
}
.ms-calendar td.is-none,
.ms-calendar td.is-disabled {
  background-color: #f5f5f5 !important;
  color: #cacaca !important;
}
.ms-calendar td:not(.is-dep):not(.is-arv):not(.is-today):not(.is-none):not(.is-disabled):not(.is-selected):hover {
  background: #a9fae2;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.ms-calendar td.is-selected {
  background-color: #ed5d31 !important;
  color: #fff !important;
}
.ms-calendar td.is-selected:before {
  position: absolute;
  text-align: center;
  bottom: 5px;
  right: 0;
  left: 0;
  text-align: center;
  content: "\00E5CA";
  font-family: 'Material Icons';
}
.ms-calendar td.ms-calendar__sun {
  background-color: #f1c4cb;
}
.ms-calendar th.ms-calendar__sun {
  color: #ff5252;
}
.ms-calendar th.ms-calendar__sat {
  color: #448aff;
}
.ms-calendar td.ms-calendar__sat {
  background-color: #bbdefb;
}
.modal-cancel {
  height: 300px;
  max-width: 600px;
}
@media only screen and (max-width: 600px) {
  .modal-cancel {
    width: 80% !important;
    height: 45% !important;
  }
}
.modal-cancel .modal-body {
  padding-left: 1.5rem;
  text-align: center;
}
.modal-cancel .modal-body .cancel-conf__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.modal-cancel .modal-body .cancel-conf__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.modal-menu-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-menu-head__home {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.modal-menu-head__home i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
  margin-right: 5px;
}
.modal-menu-head .modal-menu-head__home__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.modal-menu-body {
  padding: 1.05rem;
  padding-top: 60px;
}
.is-time {
  overflow-x: scroll;
}
.is-time::-webkit-scrollbar {
  height: 0px;
}
.is-time::-webkit-scrollbar {
  width: 8px;
}
.is-time::-webkit-scrollbar-track {
  background: #f4f4f4;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05) inset;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.05) inset;
}
.is-time::-webkit-scrollbar-thumb {
  background: #ddd;
}
.modal-cancel {
  height: 300px;
  max-width: 600px;
}
@media only screen and (max-width: 600px) {
  .modal-cancel {
    width: 80% !important;
    height: 45% !important;
  }
}
.modal-cancel .modal-body {
  padding-left: 1.5rem;
  text-align: center;
}
.modal-cancel .modal-body .cancel-conf__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.modal-cancel .modal-body .cancel-conf__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.modal-cancel2 {
  min-height: 520px;
  height: 47%;
  max-width: 600px;
}
.modal-cancel2 .modal-body {
  text-align: center;
  padding: 1.5rem;
  padding-top: 50px;
}
.modal-cancel2 .modal-body .cancel-conf__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.modal-cancel2 .modal-body .cancel-conf__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .modal-cancel2 {
    width: 95% !important;
    min-height: 420px !important;
    height: 10% !important;
  }
}
.top .p-opening-wrapper {
  display: block;
}
.p-opening-wrapper {
  display: none;
  position: fixed;
  background: #fff;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  -webkit-animation: ht_btm_to_top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 4s forwards;
  -moz-animation: ht_btm_to_top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 4s forwards;
  -o-animation: ht_btm_to_top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 4s forwards;
  -ms-animation: ht_btm_to_top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 4s forwards;
  animation: ht_btm_to_top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 4s forwards;
}
.p-opening-wrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 100%;
  right: 0;
  left: 0;
  background: #05328f;
  -webkit-animation: btm_top_mv 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s forwards;
  -moz-animation: btm_top_mv 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s forwards;
  -o-animation: btm_top_mv 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s forwards;
  -ms-animation: btm_top_mv 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s forwards;
  animation: btm_top_mv 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s forwards;
}
.p-opening-wrapper .p-opening {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: auto;
  height: 50vw;
  filter: blur(20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  -moz-animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  -o-animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  -ms-animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
}
.p-opening-wrapper .p-opening .p-opening__logo {
  width: 21vw;
  margin-bottom: 7vw;
  -webkit-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  -moz-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  -o-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  -ms-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
}
.p-opening-wrapper .p-opening .p-opening__title {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  text-align: center;
  line-height: 1.7;
  font-size: 4vw;
  color: #05328f;
  -webkit-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  -moz-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  -o-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  -ms-animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
  animation: fadeOut_opening 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s forwards;
}
@media only screen and (min-width: 1225px) {
  .p-opening-wrapper .p-opening {
    height: 250px;
  }
  .p-opening-wrapper .p-opening .p-opening__logo {
    width: 120px;
    margin-bottom: 50px;
  }
  .p-opening-wrapper .p-opening .p-opening__title {
    font-size: 25px;
  }
}
@-moz-keyframes fadeOut_opening {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fadeOut_opening {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut_opening {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut_opening {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.tg-list__text {
  position: absolute;
  top: 4px;
  left: 80px;
  margin-right: 30px;
  width: 180px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.tg-list-item {
  position: relative;
  width: 280px;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #b0bec5;
}
.p-pagehead-area {
  margin-left: 30px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 20px;
  white-space: nowrap;
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 1;
}
.p-pagehead-area a {
  white-space: nowrap;
  float: left;
  font-size: 12px;
  text-decoration: none;
}
.p-pagehead-area a span {
  color: #263238;
}
.p-pagehead-area a:first-child:after,
.p-pagehead-area a:nth-child(2):after {
  content: '／';
  padding: 0 2px;
}
@media only screen and (min-width: 1025px) {
  .p-pagehead-area {
    display: none;
  }
}
.p-pagehead-box {
  clear: both;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}
.p-pagehead-box span {
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  font-size: 12vw;
  white-space: nowrap;
}
.p-pagehead-box h1 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 2.5vw;
}
@media only screen and (min-width: 1025px) {
  .p-pagehead-box .ani-inview_title span {
    font-size: 120px;
  }
  .p-pagehead-box .ani-inview_title h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-paging {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-paging .p-paging-item a {
  text-decoration: none;
  color: #00bfa5;
}
.p-paging .p-paging-item span i {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #e0e0e0;
}
.p-paging .p-paging-item a i {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #00bfa5;
}
.p-paging .p-paging-item a:hover i {
  color: rgba(0,191,165,0.7);
}
.p-paging .p-paging-item:not(:first-child):not(:last-child) a {
  background: #c5ffe9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: arial;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.p-paging .p-paging-item:not(:first-child):not(:last-child).is-active a {
  background: #00bfa5;
  color: #fff;
}
.p-paging .p-paging-item:not(.is-active):not(:first-child):not(:last-child) a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.p-paging-wrapper {
  padding-top: 3rem;
  padding-bottom: 6.75rem;
}
.p-paging-wrapper .p-paging-wrapper-txt {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.p-pankuzu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-pankuzu .p-pankuzu__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-pankuzu .p-pankuzu__item:after {
  content: "\00e315";
  font-family: 'Material Icons';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  color: #888;
}
.p-pankuzu .p-pankuzu__item:last-child:after {
  content: '';
}
.p-pankuzu .p-pankuzu__item__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-pankuzu .p-pankuzu__item__link:hover {
  text-decoration: none;
}
.p-payment-panel-wrapper {
  background: #f0f0f0;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel-wrapper {
    padding: 1.05rem 0;
  }
}
.btn-stock-none {
  display: none !important;
  bottom: 0 !important;
}
.btn-stock-none .p-btn {
  background: #616161 !important;
  color: #212121 !important;
}
.p-payment-panel-wrapper.stock-none {
  background: #ffebee;
}
.p-payment-panel-wrapper.stock-none .btn-stock-none {
  display: block !important;
  z-index: 1;
}
.p-payment-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-payment-panel .p-payment-panel__price_in {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
  color: #777;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-anc {
    display: none;
  }
}
.p-payment-panel .p-payment-panel-anc__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-payment-panel .p-payment-panel-anc__set {
  margin-right: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.p-payment-panel .p-payment-panel-anc__set:hover {
  text-decoration: none;
}
.p-payment-panel .p-payment-panel-funcbox {
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-funcbox {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-payment-panel .p-payment-panel-funcbox__btn {
  cursor: pointer;
  margin-left: 20px;
  min-width: 240px;
}
@media only screen and (max-width: 1023px) {
  .p-payment-panel .p-payment-panel-funcbox__btn {
    min-width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-funcbox__btn {
    min-width: 150px;
    margin-left: 0;
    position: absolute !important;
    right: 0;
  }
}
.p-payment-panel .p-payment-panel-funcbox__btn--anc {
  position: absolute;
  right: 0;
  min-width: 240px;
}
@media only screen and (max-width: 1023px) {
  .p-payment-panel .p-payment-panel-funcbox__btn--anc {
    min-width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-funcbox__btn--anc {
    min-width: 150px;
    margin-left: 0;
  }
}
.p-payment-panel .p-payment-panel-funcbox__btn--anc .p-btn__text--sm {
  font-size: 13px !important;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-funcbox__btn--anc .p-btn__text--sm {
    font-size: 10px !important;
  }
}
.p-payment-panel .p-payment-panel-funcbox .p-price {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-funcbox .p-price {
    text-align: left;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
  }
}
.p-payment-panel .p-payment-panel-funcbox .p-price .p-payment-panel__price_in {
  display: block;
  min-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .p-payment-panel .p-payment-panel-funcbox .p-price .p-payment-panel__price_in {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
}
.p-payment-panel-wrapper.btnlock {
  background: #ffe9e9;
}
.p-payment-panel-wrapper.btnlock .p-payment-panel .p-payment-panel-anc__ttl {
  color: #f54b5e;
}
.p-payment-panel-wrapper.btnlock .p-payment-panel-funcbox__btn {
  position: relative;
  bottom: -100px !important;
}
.p-payment-panel-funcbox__btn--anc {
  display: block;
  bottom: 0;
}
.p-payment-panel-funcbox__btn--anc.is--show {
  bottom: -100px;
}
.p-payment-panel-wrapper:not(.btnlock) .p-payment-panel-funcbox__btn--anc.is--hide {
  bottom: -100px;
}
.p-payment-panel-funcbox__btn {
  bottom: -100px;
}
.p-payment-panel-wrapper:not(.btnlock) .p-payment-panel-funcbox__btn {
  bottom: -100px;
  position: relative;
}
.p-payment-panel-wrapper:not(.btnlock) .p-payment-panel-funcbox__btn.is--show {
  display: block;
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-payment-panel-funcbox__btn--anc {
    display: block;
  }
  .p-payment-panel-funcbox__btn {
    bottom: -100px;
    position: relative;
  }
  .p-payment-panel-funcbox__btn.is--show {
    display: block;
    position: relative;
  }
}
_:-ms-lang(x)::-ms-backdrop,
.p-payment-panel-funcbox__btn--anc {
  bottom: 0;
}
_:-ms-lang(x)::-ms-backdrop,
.p-payment-panel-funcbox__btn--anc.is--hide {
  bottom: -100px;
}
_:-ms-lang(x)::-ms-backdrop,
.p-payment-panel-funcbox__btn {
  bottom: -100px;
}
_:-ms-lang(x)::-ms-backdrop,
.p-payment-panel-funcbox__btn.is--show {
  bottom: 0;
}
_:-ms-lang(x)::backdrop,
.p-payment-panel-funcbox__btn.is--show {
  bottom: -100px;
}
_:-ms-lang(x)::backdrop,
.p-payment-panel-funcbox__btn--anc {
  bottom: 0;
}
_:-ms-lang(x)::backdrop,
.p-payment-panel-funcbox__btn--anc.is--hide {
  bottom: -100px;
}
_:-ms-lang(x)::backdrop,
.p-payment-panel-funcbox__btn {
  bottom: -100px;
}
_:-ms-lang(x)::backdrop,
.p-payment-panel-funcbox__btn.is--show {
  bottom: 0;
}
.p-payment-method {
  border-top: 1px dashed #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.05rem 0;
}
.p-payment-method li img {
  vertical-align: bottom;
}
.p-payment-method .p-payment-method__icon {
  margin-right: 15px;
  margin-left: 10px;
}
.p-payment-method .p-payment-method__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-payment-method.is-last {
  border-bottom: 1px dashed #ddd;
}
.p-payment-method li span.is-ok {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  border-radius: 50%;
  border: 1px solid #00bfa5;
}
.p-payment-method li span.is-ng {
  text-indent: -9999px;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.p-payment-method li span.is-ng:before,
.p-payment-method li span.is-ng:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  border-top: 1px solid #c00;
}
.p-payment-method li span.is-ng:before {
  -webkit-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  -o-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
.p-payment-method li span.is-ng:after {
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}
.p-payment-method li:last-child {
  margin-left: auto;
}
.p-price__num {
  color: #f54b5e;
  font-family: arial;
  font-weight: bold;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.19047619047619;
}
.p-price__num:before {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-right: 5px;
  content: '\00a5';
}
.p-price .notxt:before {
  content: '' !important;
}
.p-price.p-price--md .p-price__num {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  font-weight: normal;
}
.p-price.p-price--md .p-price__num:before {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
}
.p-price.p-price--md .p-price__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-price.p-price--sm .p-price__num {
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.p-price.p-price--sm .p-price__num:before {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.p-price.p-price--sm .p-price__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-shadowbox {
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.1);
  border-radius: 8px;
}
.slide-wrapper {
  margin-bottom: 1.5rem;
}
.slide-wrapper img {
  width: 100%;
}
.slide-wrapper .slide-sum {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.slide-wrapper .slide-sum .slide-sum__item {
  width: 9.2%;
  cursor: pointer;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  .slide-wrapper .slide-sum .slide-sum__item {
    width: 11.44444%;
  }
}
.p-sns-wrapper {
  border-top: 1px solid #eee;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .p-sns-wrapper {
    display: none;
  }
}
.detail .p-sns-wrapper {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .search .p-sns-wrapper {
    display: none;
  }
}
.p-sns-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fb-like {
  margin-left: 0.75rem;
  padding-left: 1.5rem;
  border-left: 1px solid #eee;
}
.p-sns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-sns .p-sns__icn {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.p-sns img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .p-sns img {
    width: 30px;
    height: 30px;
  }
}
.p-guide-nav-wrapper.p-sp-menu {
  margin-bottom: 0;
}
.p-sp-menu .p-guide-navbtn {
  margin-left: 0 !important;
  width: 48.5%;
  margin-right: 0 !important;
}
.modal-menu-body .p-sp-menu-area {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.15rem 0.75rem 3rem 0.75rem;
}
.modal-menu-body .p-sp-menu-area li {
  width: 48%;
  text-align: center;
}
.modal-menu-body .p-sp-menu-area li:first-child a {
  background: #151e75;
}
.modal-menu-body .p-sp-menu-area li:last-child a {
  background: #5b145e;
}
.modal-menu-body .p-sp-menu-area li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 1.2rem 0;
  display: block;
}
.p-sp-menu-contacts {
  margin-bottom: 1.5rem;
}
.p-sp-menu-sub {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.p-sp-menu-sub-item {
  margin-right: 10px;
}
.p-sp-menu-sub-item__more {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  color: #555;
}
.p-sp-menu-sns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ebebeb;
}
.tab-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 5vw;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tab-head .tab-head-item {
  color: #e3e9ed;
  background: #707070;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
  cursor: pointer;
  -webkit-transition: ease 0.2s opacity;
  -moz-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  -ms-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  width: 40%;
}
.tab-head .tab-head-item:first-child {
  border-radius: 15px 0 0 15px;
}
.tab-head .tab-head-item:last-child {
  border-radius: 0 15px 15px 0;
}
.tab-head .tab-head-item.is--active {
  background: #000;
}
.tab-body-conts {
  display: none;
}
.tab-body-conts:nth-child(1) {
  display: block;
}
@media only screen and (min-width: 1225px) {
  .tab-head .tab-head-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .tab-head .tab-head-item:first-child {
    border-radius: 35px 0 0 35px;
  }
  .tab-head .tab-head-item:last-child {
    border-radius: 0 35px 35px 0;
  }
}
.ani-inview_title {
  overflow: hidden;
}
.p-title-pack {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  color: #9b9b9b;
  text-align: center;
  overflow: hidden;
  margin-bottom: 3vw;
}
.p-title-pack span {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 6vw;
  font-weight: normal;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (min-width: 1025px) {
  .p-title-pack {
    font-size: 20px;
  }
  .p-title-pack span {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.114285714285714;
  }
}
.pt-hiragino {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.p-title-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
}
.p-title-xsx {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-title-xsm {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.p-title-nml {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.p-title-sm {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  margin-bottom: 0.9rem;
}
.p-title-smx {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.p-title-md {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  margin-bottom: 0.75rem;
}
.p-title-mdx {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
}
.p-title-lg {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
.p-title-lgx {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
}
.p-nokori {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #777;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.p-nokori__boll {
  margin: 0 0.3rem;
}
.p-nokori .p-nokori__sub {
  min-width: 100%;
  padding-top: 0.3rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  color: #777;
}
.p-ttlipac {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.75rem;
}
.p-ttlipac .p-ttlipac-icon {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .p-ttlipac .p-ttlipac-icon {
    display: none;
  }
}
.p-ttlipac__ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .p-ttlipac__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.p-indent {
  margin-left: 20px;
  text-indent: -15px;
  margin-top: 0.75rem;
}
.p-ttlsp {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.p-ttlsp span {
  margin-left: 1.5rem;
  color: #767676;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
}
.p-txtor {
  position: relative;
  text-align: center;
  margin: 0.9rem 0;
}
.p-txtor:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
}
.p-txtor .p-txtor__txt {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.p-ttlmain {
  margin-bottom: 1.5rem;
  background: #333e58;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  padding: 0.45rem 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .p-ttlmain {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    padding: 0.9rem 1.2rem;
  }
}
.p-ul-number {
  padding-left: 15px;
}
.p-ul-number li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  text-indent: -13px;
  padding-left: 10px;
}
.p-ul-number li:before {
  content: "\00e400";
  font-family: 'Material Icons';
  margin-right: 5px;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.p-ul-number li:nth-child(1):before {
  content: "\00e400";
  font-family: 'Material Icons';
}
.p-ul-number li:nth-child(2):before {
  content: "\00e401";
  font-family: 'Material Icons';
}
.p-ul-number li:nth-child(3):before {
  content: "\00e3fb";
  font-family: 'Material Icons';
}
.p-ul-number li:nth-child(4):before {
  content: "\00e3fd";
  font-family: 'Material Icons';
}
.p-ul-number li:nth-child(5):before {
  content: "\00e3fe";
  font-family: 'Material Icons';
}
.p-ul-number li:nth-child(6):before {
  content: "\00e3ff";
  font-family: 'Material Icons';
}
.p-ul-number.is--red li,
.p-ul-number.is--red li:before {
  color: #f54b5e;
}
.p-dtimg-head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.p-dtimg-head__img {
  width: 60px;
}
.p-dtimg .p-dtimg__ttl {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.p-dtimg .p-dtimg-body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-dtimg-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.p-dtimg-flex .p-dtimg__ttl {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 30px;
  text-align: left;
}
.p-dtimg-flex .p-dtimg-body {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.icon-accident {
  height: 70px;
}
.p-voice {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: url("../images/home/voice-lt.svg") no-repeat left center, url("../images/home/voice-rt.svg") no-repeat right center;
}
.p-voice.is--bk {
  background: url("../images/common/voice-lt.svg") no-repeat left center, url("../images/common/voice-rt.svg") no-repeat right center;
}
.p-waido-hosyou {
  margin-bottom: 3rem;
}
.p-waido-hosyou-fig {
  text-align: center;
  margin-bottom: 3rem;
}
.p-waido-hosyou-fig img {
  width: 70%;
}
.p-waido-hosyou__ttl {
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.195121951219512;
  text-align: center;
  color: #f54b5e;
  font-weight: bold;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-waido-hosyou__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  color: #56607d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75rem;
}
.pg-400 {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-top: 10vw;
  padding-bottom: 10vw;
  text-align: center;
}
.pg-400 h2 {
  margin-bottom: 1.5rem;
}
.pg-400 h3 {
  margin-bottom: 1.5rem;
}
.pg-accident-cap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .pg-accident-cap {
    display: block;
  }
}
.pg-accident-cap__img {
  min-width: 30%;
  margin-right: 45px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .pg-accident-cap__img {
    margin-right: 0;
    width: 25%;
    float: left;
    margin: 0px 20px 20px 0;
  }
}
.pg-accident-cap__img img {
  width: 100%;
}
.pg-accident-cap__txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-weight: bold;
  overflow: hidden;
}
.pg-accident-cap__txt span {
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #d0021b;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
}
@media only screen and (max-width: 1024px) {
  .pg-accident-cap__txt span {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-accident-cap .p-ul-number {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-accident-case {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-accident-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .pg-accident-contact {
    display: block;
  }
}
.pg-accident-contact div {
  width: 49%;
  background: #fcecee;
  padding: 1.5rem 4.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {
  .pg-accident-contact div {
    width: auto;
    padding: 1.5rem;
  }
}
.pg-accident-contact div dl dt {
  color: #f54b5e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.pg-accident-contact div dl dd {
  text-align: center;
  color: #f54b5e;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
.pg-accident-contact div dl dd span {
  display: block;
  margin-top: 1.5rem;
  color: #f54b5e;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
}
.pg-area-onlogo {
  margin-bottom: 2vw;
  text-align: left;
}
.pg-area-onlogo img {
  width: 15vw;
}
@media only screen and (min-width: 1025px) {
  .pg-area-onlogo {
    display: none;
  }
}
.pg-area-car {
  position: absolute;
  bottom: -25px;
  z-index: 5;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pg-area-car {
    display: none;
  }
}
.pg-area-car img {
  width: 90vw;
  max-width: 1600px;
}
.pg-area-keyvis-wrapper {
  position: relative;
  z-index: 4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pg-area-keyvis-wrapper .pg-area-onlogo {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pg-area-keyvis-wrapper {
    height: 800px;
  }
}
@media only screen and (min-width: 1024px) {
  .pg-area-keyvis-wrapper {
    height: 900px;
  }
}
.pg-area-keyvis-wrapper .fig .fig-img1 {
  position: absolute;
  bottom: 15px;
  right: 50%;
  margin-right: -8%;
  z-index: 2;
  width: 57vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: img1 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s forwards;
  -moz-animation: img1 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s forwards;
  -o-animation: img1 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s forwards;
  -ms-animation: img1 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s forwards;
  animation: img1 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s forwards;
}
@-moz-keyframes img1 {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(10px) translateX(-10px);
    -moz-transform: translateY(10px) translateX(-10px);
    -o-transform: translateY(10px) translateX(-10px);
    -ms-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px);
  }
}
@-webkit-keyframes img1 {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(10px) translateX(-10px);
    -moz-transform: translateY(10px) translateX(-10px);
    -o-transform: translateY(10px) translateX(-10px);
    -ms-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px);
  }
}
@-o-keyframes img1 {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(10px) translateX(-10px);
    -moz-transform: translateY(10px) translateX(-10px);
    -o-transform: translateY(10px) translateX(-10px);
    -ms-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px);
  }
}
@keyframes img1 {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(10px) translateX(-10px);
    -moz-transform: translateY(10px) translateX(-10px);
    -o-transform: translateY(10px) translateX(-10px);
    -ms-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px);
  }
}
.pg-area-keyvis-wrapper .fig .fig-img2 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -14%;
  z-index: 2;
  width: 62vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: img2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s forwards;
  -moz-animation: img2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s forwards;
  -o-animation: img2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s forwards;
  -ms-animation: img2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s forwards;
  animation: img2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s forwards;
}
@-moz-keyframes img2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    -moz-transform: translateY(-20px) translateX(-20px);
    -o-transform: translateY(-20px) translateX(-20px);
    -ms-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px) translateX(20);
    -moz-transform: translateY(0px) translateX(20);
    -o-transform: translateY(0px) translateX(20);
    -ms-transform: translateY(0px) translateX(20);
    transform: translateY(0px) translateX(20);
  }
}
@-webkit-keyframes img2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    -moz-transform: translateY(-20px) translateX(-20px);
    -o-transform: translateY(-20px) translateX(-20px);
    -ms-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px) translateX(20);
    -moz-transform: translateY(0px) translateX(20);
    -o-transform: translateY(0px) translateX(20);
    -ms-transform: translateY(0px) translateX(20);
    transform: translateY(0px) translateX(20);
  }
}
@-o-keyframes img2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    -moz-transform: translateY(-20px) translateX(-20px);
    -o-transform: translateY(-20px) translateX(-20px);
    -ms-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px) translateX(20);
    -moz-transform: translateY(0px) translateX(20);
    -o-transform: translateY(0px) translateX(20);
    -ms-transform: translateY(0px) translateX(20);
    transform: translateY(0px) translateX(20);
  }
}
@keyframes img2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(-20px);
    -moz-transform: translateY(-20px) translateX(-20px);
    -o-transform: translateY(-20px) translateX(-20px);
    -ms-transform: translateY(-20px) translateX(-20px);
    transform: translateY(-20px) translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px) translateX(20);
    -moz-transform: translateY(0px) translateX(20);
    -o-transform: translateY(0px) translateX(20);
    -ms-transform: translateY(0px) translateX(20);
    transform: translateY(0px) translateX(20);
  }
}
.pg-area-keyvis-wrapper .pg-area-keyvis-inner {
  position: absolute;
  text-align: center;
  padding: 12px;
  width: 100%;
}
.pg-area-keyvis-wrapper .pg-area-keyvis__bg {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pg-area-keyvis-wrapper .pg-area-keyvis__bg {
    display: none;
  }
}
.pg-area-keyvis-wrapper .p-areaname__title {
  padding-bottom: 5px;
  max-width: 100%;
  text-align: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pg-area-keyvis-wrapper .pg-areas {
  overflow: hidden;
  padding-top: 30px;
}
.pg-area-keyvis-wrapper .pg-area__title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  line-height: 1.5;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75rem;
}
@media only screen and (min-width: 768px) {
  .pg-area-keyvis-wrapper .pg-area__title {
    max-width: 550px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.32;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pg-area-keyvis-wrapper .pg-area__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.266666666666667;
    max-width: 870px;
  }
  .pg-area-keyvis-wrapper .pg-area__title br {
    display: none;
  }
}
.pg-area-keyvis-wrapper .pg-area__text {
  color: #fff;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .pg-area-keyvis-wrapper .pg-area__text {
    max-width: 630px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pg-area-keyvis-wrapper .pg-area__text {
    max-width: 830px;
  }
}
.pg-area-keyvis-wrapper .pg-area-keyvis-more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 10px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pg-area-keyvis-wrapper .pg-area-keyvis-more {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-area-keyvis-wrapper .pg-area-keyvis-more li {
  width: 48%;
}
.pg-area-keyvis-wrapper .pg-area-keyvis-more a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  display: block;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
.ff-Oswald__eng span {
  display: block;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pg-area-keyvis-wrapper .pg-area-car {
    text-align: center;
  }
  .pg-area-keyvis-wrapper .pg-area-car img {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 90%;
    height: auto;
  }
  .pg-area-keyvis-wrapper .p-areaname__title .sm {
    font-size: 30px;
  }
  .pg-area-keyvis-wrapper .p-areaname__title .lg {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .pg-area-keyvis-wrapper .p-areaname__title .sm {
    font-size: 30px;
  }
  .pg-area-keyvis-wrapper .p-areaname__title .lg {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1450px) {
  .pg-area-keyvis-wrapper .pg-area-car img {
    max-width: 1800px;
    bottom: -70px;
  }
  .pg-area-keyvis-wrapper .p-areaname__title .sm {
    font-size: 30px;
  }
  .pg-area-keyvis-wrapper .p-areaname__title .lg {
    font-size: 150px;
  }
}
.pg-contact-wrapper {
  margin: 0 auto;
}
.pg-contact__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
.pg-contact__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  margin-bottom: 1.5rem;
}
.pg-contact__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  line-height: 1.5;
}
.pg-contact__text strong {
  margin-bottom: 0.75rem;
  display: block;
}
.pg-contact-type {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 1.5rem;
  max-width: 780px !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 680px) {
  .pg-contact-type {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.pg-contact-type:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ddd;
  margin: auto;
}
@media only screen and (max-width: 680px) {
  .pg-contact-type:after {
    display: none;
  }
}
.pg-contact-type .pg-contact-type-box {
  width: 45%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 680px) {
  .pg-contact-type .pg-contact-type-box {
    width: auto;
  }
}
.pg-contact-type .pg-contact-type-box .pg-contact-type__title {
  margin-bottom: 1.5rem;
  text-align: center;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  font-weight: bold;
}
.pg-contact-type .pg-contact-type-box .pg-contact-type__tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.pg-contact-type .pg-contact-type-box .pg-contact-type__tel i {
  margin-right: 10px;
  font-size: 90px;
}
.pg-contact-type .pg-contact-type-box .pg-contact-type__tel span {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
}
@media only screen and (max-width: 1024px) {
  .pg-contact-type .pg-contact-type-box .pg-contact-type__tel {
    background: #e3f2fd;
    border-radius: 55px;
    padding: 1.5rem 0;
  }
  .pg-contact-type .pg-contact-type-box .pg-contact-type__tel i {
    color: #0d47a1;
    font-size: 30px;
  }
  .pg-contact-type .pg-contact-type-box .pg-contact-type__tel span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #0d47a1;
  }
}
.pg-contact-type .pg-contact-type-box .pg-contact-type__text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-contact-type .pg-contact-type-box .pg-contact-type__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  color: #666;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .pg-contact-type .pg-contact-type-box--line {
    margin-bottom: 0;
    border-top: 1px solid #c0c0c0;
    padding-top: 3rem;
  }
}
.pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__link {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__link {
    display: block;
  }
  .pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__link a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #e0ffe1;
    border-radius: 55px;
    padding: 1.5rem 0;
    text-decoration: none;
  }
  .pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__link a span {
    color: #03c105;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__svg {
  border-radius: 5px;
  width: 20px;
  margin-right: 10px;
}
.pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__qr {
  width: 90px;
}
.pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__scan {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__scan {
    display: none;
  }
}
.pg-contact-type .pg-contact-type-box--line .pg-contact-type-box--line__scan span {
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.thumb-item-nav .slick-next {
  right: 4px !important;
  z-index: 99;
}
.thumb-item-nav .slick-prev {
  left: 0px !important;
  z-index: 99;
}
.thumb-item {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.thumb-item-nav {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100% !important;
  margin: 0 !important;
}
.thumb-item-nav .slick-current {
  position: relative;
}
.thumb-item-nav .slick-current:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ff6d00;
}
.pg-detail-sideimg {
  margin-bottom: 1.5rem;
}
.slick-prev:before,
.slick-next:before {
  font-size: 24px !important;
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.pg-detail-sideimg-main .slick-slide {
  position: relative;
}
.pg-detail-sideimg-main .slick-slide p {
  bottom: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.6);
}
.pg-detail__planname {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .pg-detail__planname {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pg-detail__catch {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
@media only screen and (max-width: 1024px) {
  .pg-detail-point i,
  .pg-detail-sougei i {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.228571428571429;
  }
}
.pg-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .pg-detail {
    display: block;
  }
}
.pg-detail .pg-detail-main {
  width: 68%;
}
.pg-detail .pg-detail-main .p-ttlsp {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .pg-detail .pg-detail-main {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-detail .pg-detail-main {
    width: auto;
  }
}
.pg-detail .pg-detail-side {
  width: 27%;
}
@media only screen and (max-width: 1023px) {
  .pg-detail .pg-detail-side {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-detail .pg-detail-side {
    width: auto;
  }
}
.pg-detail .pg-detail-side .pg-detail-side-box {
  background: #fff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .pg-detail .pg-detail-side .pg-detail-side-box {
    display: none;
  }
}
.pg-detail .pg-detail-side .pg-detail-side-box .pg-detail-side-date__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
.pg-detail .pg-detail-side .pg-detail-side-box .pg-detail-side-date__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.pg-detail .pg-detail-side .pg-detail-side-box .p-price {
  padding: 0.9rem 0;
  text-align: center;
}
.pg-detail .pg-detail-side .pg-detail-side-box .p-nokori {
  margin-bottom: 0.75rem;
}
.pg-detail .pg-detail-side .pg-detail-side-box .p-caution-note {
  margin-bottom: 0;
  text-align: center;
}
.pg-detail .pg-detail-side .pg-detail-side-box .p-btn {
  margin: 1.8rem 0;
}
.pg-detail .pg-detail-side .pg-detail-side-info {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ebebeb;
}
.pg-detail .pg-detail-side .pg-detail-side-info.is-first {
  border-bottom: none;
  margin-bottom: 0;
}
.pg-detail .pg-detail-box {
  margin-bottom: 1.5rem;
}
.pg-salespoint {
  padding: 1.5rem;
  background: rgba(255,244,109,0.2);
}
.pg-salespoint dt {
  color: #ed6033;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  margin-bottom: 0.75rem;
}
.pg-salespoint dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-quotation-wrapper {
  padding: 3rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.06);
  box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.06);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 800px) {
  .p-quotation-wrapper {
    padding: 12px;
    padding-bottom: 3rem;
  }
}
.p-quotation-wrapper .p-title-md i {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 0.45rem;
}
.p-quotation-wrapper .p-quotation-head__ttl {
  position: relative;
  text-align: center;
  background: rgba(26,35,126,0.1);
  border-radius: 5px 5px 0 0;
  padding: 1.5rem;
  margin: -3rem;
  margin-bottom: 2.25rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.222222222222222;
}
@media only screen and (max-width: 800px) {
  .p-quotation-wrapper .p-quotation-head__ttl {
    margin: -12px;
    margin-bottom: 1.5rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.285714285714286;
  }
}
.p-quotation-wrapper .p-quotation-head__ttl span {
  margin-top: 0.45rem;
  display: block;
  font-weight: normal;
  color: #555;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 800px) {
  .p-quotation-wrapper .p-quotation-head__ttl span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.571428571428571;
  }
}
.p-quotation {
  border-radius: 8px;
  padding: 1.05rem 0;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
.p-quotation.mb-sm {
  margin-bottom: 1.5rem;
}
.p-quotation .p-quotation-block {
  padding: 0.75rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .p-quotation .p-quotation-block {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.p-quotation .p-quotation-block.btm-bdr {
  padding-bottom: 2.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ebebeb;
}
.p-quotation .p-quotation-block .p-quotation__ttl {
  font-weight: bold;
  width: 200px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  padding-top: 23px;
}
@media only screen and (max-width: 1024px) {
  .p-quotation .p-quotation-block .p-quotation__ttl {
    width: auto;
    padding-top: 0;
  }
  .p-quotation .p-quotation-block .p-quotation__ttl br {
    display: none;
  }
}
.p-quotation .p-quotation-block .p-quotation__ttl .p-caution-note {
  display: block;
  font-weight: normal;
  margin-top: 0.75rem;
  margin-right: 2.25rem;
  line-height: 1.4;
}
.p-quotation .p-quotation-block .p-quotation__body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 800px) {
  .p-quotation .p-quotation-block .p-quotation__body.p-quotation-sougei .p-iptbtn {
    width: 100% !important;
    min-width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}
.p-quotation .p-quotation-block .p-quotation__body .p-iptbtn {
  margin-right: 0;
}
.p-quotation .p-quotation-block .p-quotation__body .p-iptbtn-date {
  width: 50%;
  padding-left: 60px;
  background: url("../images/icons/calendar-alt-regular.svg?hash=0ecbcd9989f665ea386f54cb4745aee1") #fff no-repeat left 15px center;
  -webkit-background-size: 22px;
  -moz-background-size: 22px;
  background-size: 22px;
}
@media only screen and (max-width: 800px) {
  .p-quotation .p-quotation-block .p-quotation__body .p-iptbtn-date {
    width: 100%;
  }
}
.p-quotation .p-quotation-block .p-quotation__body .p-iptbtn-date input {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.p-quotation .p-quotation-block .p-quotation__body .p-iptbtn-date:before {
  display: none;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .p-quotation .p-quotation-block .p-quotation__body .p-iptbtn.p-quotation-svs {
    width: 62%;
  }
}
@media only screen and (max-width: 400px) {
  .p-quotation .p-quotation-block .p-quotation__body .p-iptbtn.p-quotation-svs {
    width: 100%;
  }
}
.p-quotation .p-quotation-block .p-quotation__body .p-iptbtn.p-iptbtn-time {
  width: 16%;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .p-quotation .p-quotation-block .p-quotation__body .p-iptbtn.p-iptbtn-time {
    width: 30%;
    max-width: 120px;
  }
}
@media only screen and (max-width: 400px) {
  .p-quotation .p-quotation-block .p-quotation__body .p-iptbtn.p-iptbtn-time {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-quotation .p-quotation-block .p-quotation__body .p-quotation__office__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  min-width: 100%;
}
.p-quotation .p-quotation-block .p-quotation__body .p-quotation__office__address {
  margin-top: 0.3rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  color: #777;
}
.p-quotation .p-quotation-block .p-quotation__body .p-caution {
  margin-top: 1.05rem;
  margin-bottom: 0;
  min-width: 100%;
}
.p-quotation .p-quotation-block .p-quotation__body .is--carnum {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .p-quotation .p-quotation-block .p-quotation__body .is--carnum {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .p-quotation .p-quotation-block .p-quotation__body .is--carnum .p-fm-btns {
    margin-right: 0;
    width: 30%;
  }
}
.p-quotation .p-quotation-block.btm-bdr:last-child {
  border: none;
  padding-bottom: 0;
}
.p-quotation-caution {
  padding-top: 23px;
}
@media only screen and (max-width: 1024px) {
  .p-quotation-caution {
    padding-top: 0;
  }
}
.p-quotation-caution p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  white-space: pre-wrap;
}
.p-hoken-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 4.5rem;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .p-hoken-wrapper {
    display: block;
  }
}
.p-hoken-wrapper label {
  margin-right: 0;
}
.p-hoken-wrapper .p-box--hoken {
  text-align: left;
  width: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.9rem 2.25rem 1.2rem 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .p-hoken-wrapper .p-box--hoken {
    width: auto;
    padding-top: 5px;
    margin-bottom: 1.2rem;
  }
}
.p-hoken-wrapper .p-box--hoken.is-checked .p-box__txt,
.p-hoken-wrapper .p-box--hoken.is-checked .p-box__info__ttl {
  color: #fff;
}
.p-hoken-wrapper .p-box--hoken.is-must {
  background: #11cf85;
  overflow: hidden;
  position: relative;
  cursor: default !important;
}
.p-hoken-wrapper .p-box--hoken.is-must:after {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffd600;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  border-radius: 0 0 0 5px;
}
.p-hoken-wrapper .p-box--hoken.is-must .p-box__txt,
.p-hoken-wrapper .p-box--hoken.is-must .p-box__info__ttl,
.p-hoken-wrapper .p-box--hoken.is-must span {
  color: #fff !important;
}
.p-hoken-wrapper .p-box--hoken:nth-child(1).is-must:after {
  content: '\514D\8CAC\88DC\511F\6599\30B3\30DF\30B3\30DF\FF10\5186\FF01';
}
.p-hoken-wrapper .p-box--hoken:nth-child(2).is-must:after {
  content: '\30EF\30A4\30C9\88DC\511F\6599\30B3\30DF\30B3\30DF\FF10\5186\FF01';
}
.p-hoken-wrapper .p-box--hoken .p-box__txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  min-width: 100%;
  margin-left: auto;
  margin-top: 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .p-hoken-wrapper .p-box--hoken .p-box__txt {
    margin-top: 0;
  }
}
.p-hoken-wrapper .p-box--hoken .p-box__icon {
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 80px;
  width: 100px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .p-hoken-wrapper .p-box--hoken .p-box__icon {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .p-hoken-wrapper .p-box--hoken .p-box__icon span {
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-hoken-wrapper .p-box--hoken .p-box__icon {
    width: 80px;
    margin-right: 0;
  }
  .p-hoken-wrapper .p-box--hoken .p-box__icon span {
    width: 80px;
  }
}
.p-hoken-wrapper .p-box--hoken .p-box__info__price {
  margin-top: 5px;
}
.p-hoken-wrapper .p-box--hoken .p-box__info .p-box__info__ttl {
  font-weight: bold;
  padding-top: 8px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
}
.ic-menseki__noc {
  content: url("../../../src/images/icons/insurance.svg");
  width: 110px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.ic-menseki__men {
  content: url("../../../src/images/icons/car-contract.svg");
  width: 110px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.p-box--hoken.is-checked .ic-menseki__men,
.p-box--hoken.is-must .ic-menseki__men {
  content: url("../../../src/images/icons/car-contract-on.svg");
}
.p-box--hoken.is-checked .ic-menseki__noc,
.p-box--hoken.is-must .ic-menseki__noc {
  content: url("../../../src/images/icons/insurance-on.svg");
}
.p-sheet-wrapper-container {
  margin-bottom: 1.5rem;
  padding: 0 0;
}
.p-sheet-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .p-sheet-wrapper {
    display: block;
  }
}
.p-sheet-wrapper .p-sheet {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 33.3333%;
  border-right: 1px solid #ebebeb;
}
@media only screen and (max-width: 1024px) {
  .p-sheet-wrapper .p-sheet {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
}
.p-sheet-wrapper .p-sheet:last-child {
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .p-sheet-wrapper .p-sheet:last-child {
    border-bottom: none;
  }
}
.p-sheet-wrapper .p-sheet__img {
  width: 90px;
  margin: 1.5rem 1.5rem 0 1.5rem;
}
.p-sheet-wrapper .p-sheet__img img {
  width: 100%;
}
.p-sheet-wrapper .p-sheet .p-sheet__info {
  width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 1.5rem;
}
.p-sheet-wrapper .p-sheet .p-sheet__info__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.p-sheet-wrapper .p-sheet .p-sheet__info__txt {
  padding: 1.5rem;
  color: #777;
  text-align: justify;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-sheet-wrapper .p-sheet .p-sheet__info__select {
  padding-top: 0.75rem;
  margin-right: 1.5rem;
}
.p-option-container {
  padding: 0;
}
.p-option-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .p-option-wrapper {
    display: block;
  }
}
.p-option-wrapper .p-option {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48.8%;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
}
@media only screen and (max-width: 1024px) {
  .p-option-wrapper .p-option {
    width: auto;
  }
}
.p-option-wrapper .p-option .p-option__info__ttl {
  font-weight: bold;
  margin-bottom: 0.45rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-option-wrapper .p-option .p-option__txt {
  min-width: 100%;
  margin-top: 0.75rem;
  color: #777;
  text-align: justify;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.p-option-wrapper .p-option .p-option__info__select {
  margin-left: auto;
  min-width: 100px;
}
@media only screen and (max-width: 1024px) {
  .p-option-wrapper .p-option .p-option__info__select {
    min-width: 80px;
  }
}
.pg-car-kihon {
  margin-bottom: 0.75rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pg-car-kihon .p-flex-item {
  width: 16% !important;
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 800px) {
  .pg-car-kihon .p-flex-item {
    width: 32% !important;
    margin-bottom: 5px !important;
  }
}
.tbl-spec-wrapper {
  margin-bottom: 0.3rem;
}
.tbl-spec {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.tbl-spec th,
.tbl-spec td {
  border: 1px solid #e0e0e0;
  padding: 0.75rem 0.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
}
@media only screen and (max-width: 600px) {
  .tbl-spec th,
  .tbl-spec td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615384615;
    padding: 0.3rem;
  }
}
.tbl-spec th {
  background: #f9f8f6;
  width: 150px;
  font-weight: normal;
  text-align-last: auto;
}
@media only screen and (max-width: 1023px) {
  .tbl-spec th {
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .tbl-spec th {
    width: 80px;
  }
}
body.detail .modal-calendar-header-btns {
  display: none;
}
.pg-detail-first_member {
  margin-bottom: 3rem;
}
.pg-detail-first_member .pg-detail-first_member__text {
  margin-bottom: 1.5rem;
  text-align: center;
}
.pg-detail-first_member .pg-detail-first_member__btn a {
  margin-left: auto;
  margin-right: auto;
}
.pg-detail-end-msg {
  margin-top: 3rem;
  text-align: center;
  padding: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  position: relative;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .pg-detail-end-msg {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pg-detail-end-msg::before,
.pg-detail-end-msg::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-detail-end-msg::before {
  left: 0;
  border-left: 1px solid #555;
}
.pg-detail-end-msg::after {
  right: 0;
  border-right: 1px solid #555;
}
.pg-detail-end-msg span {
  font-weight: bold;
  color: #1a237e;
}
.pg-detail-policy-wrapper > div {
  margin-bottom: 15px;
}
.pg-detail-policy-wrapper > div dl {
  background: #fafafa;
  padding: 1.5rem;
}
.pg-detail-policy-wrapper .pg-detail-policy-first div dl {
  padding-top: 0;
}
.pg-detail-policy-wrapper .pg-detail-side-info.is-first dl {
  padding-top: 1.5rem;
}
.pg-detail-hosoku {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  min-width: 100%;
  margin-top: 1.5rem;
}
.pg-detail .pg-detail-box.pg-detail-box-appeal {
  padding: 1.5rem;
  margin-bottom: 4.5rem;
  background: #e1f5fe;
}
@media only screen and (max-width: 1024px) {
  .pg-detail .pg-detail-box.pg-detail-box-appeal {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-detail-side--first {
    display: none;
  }
}
.pg-detail-side-info__mantanfree {
  background: #d84315;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  margin: 5px 0 15px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  border-radius: 5px;
  text-align: center;
}
.pg-detail-side-point {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 2.25rem;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pg-detail-side-point .p-ipac {
  width: 31%;
  background: #fafafa;
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 5px;
  margin-right: 5px;
}
.pg-detail-side-point .p-ipac .p-ipac__txt {
  line-height: 1.1 !important;
  padding-top: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.pg-detail-main-point {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 0.75rem;
  margin-bottom: 1.5rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #fffce0;
}
.pg-detail-main-point .p-ipac {
  width: 20%;
}
.pg-detail-main-point .p-ipac .p-ipac__txt {
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  line-height: 1.2 !important;
}
.pg-detail-points {
  margin-bottom: 1.5rem;
}
.pg-detail-points .p-ipac2:first-child {
  border-radius: 5px 5px 0 0;
}
.pg-detail-points .p-ipac2:last-child {
  border-radius: 0 0 5px 5px;
}
.pg-detail-points--inmain.pg-detail-points {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pg-detail-points--inmain.pg-detail-points {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pg-detail-points--inmain.pg-detail-points .p-ipac2 {
  margin-right: 1px;
  width: 49.6%;
}
@media only screen and (max-width: 600px) {
  .pg-detail-points--inmain.pg-detail-points .p-ipac2 {
    width: 100%;
  }
}
.pg-detail-points--inmain.pg-detail-points .p-ipac2:first-child {
  border-radius: 5px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .pg-detail-points--inmain.pg-detail-points .p-ipac2:first-child {
    border-radius: 5px 5px 0 0;
  }
}
.pg-detail-points--inmain.pg-detail-points .p-ipac2:nth-child(2) {
  border-radius: 0 5px 0 0;
}
@media only screen and (max-width: 600px) {
  .pg-detail-points--inmain.pg-detail-points .p-ipac2:nth-child(2) {
    border-radius: 0 0 0 0;
  }
}
.pg-detail-points--inmain.pg-detail-points .p-ipac2:nth-last-child(2) {
  border-radius: 0 0 0 5px;
}
@media only screen and (max-width: 600px) {
  .pg-detail-points--inmain.pg-detail-points .p-ipac2:nth-last-child(2) {
    border-radius: 0 0 0 0;
  }
}
.pg-detail-points--inmain.pg-detail-points .p-ipac2:last-child {
  border-radius: 0 0 5px 0;
}
@media only screen and (max-width: 600px) {
  .pg-detail-points--inmain.pg-detail-points .p-ipac2:last-child {
    border-radius: 0 0 5px 5px;
  }
}
.pg-flow-container {
  background: #f6f7f8;
  padding: 3rem 0.9rem;
}
@media only screen and (max-width: 1024px) {
  .pg-flow-container {
    padding-top: 1.5rem;
  }
}
.pg-flow-container .l-wid--sm {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 800px) {
  .pg-flow-container .l-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.pg-flow-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 -2px 3px 0 rgba(0,0,0,0.07);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 -2px 3px 0 rgba(0,0,0,0.07);
  border-radius: 5px;
  padding-bottom: 1.5rem;
  max-width: 780px !important;
  margin-bottom: 6rem;
}
.pg-flow-wrapper .p-formpack {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-flow-wrapper .pg-flow-inner .p-title-md {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background: #eceff1;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.pg-flow-wrapper .pg-flow-inner .p-flex {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .pg-flow-wrapper {
    border-radius: 0px;
  }
}
.pg-flow-wrapper.pbmb {
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.pg-flow-wrapper .pg-flow__ttl {
  padding: 1.05rem 1.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.5rem;
}
.pg-flow-wrapper .pg-flow-inner {
  padding: 0 1.5rem 3rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .pg-flow-wrapper .pg-flow-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-flow-wrapper .pg-flow-inner.is--btm {
    padding-bottom: 0;
  }
}
.pg-flow-wrapper .pg-flow-inner .p-formpack:last-child,
.pg-flow-wrapper .pg-flow-inner .p-flex:last-child {
  margin-bottom: 0;
}
.pg-flow-account.mbon {
  margin-bottom: 1.5rem;
}
.pg-flow-account .pg-flow-account__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
.pg-flow-account .pg-flow-account__ttl .pg-flow-account__ttl__icon {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
  margin-right: 10px;
  color: #b0bec5;
}
.pg-flow-account .pg-flow-account__ttl .pg-flow-account__ttl__txt {
  color: #444;
}
.pg-flow-account .pg-flow-account__email,
.pg-flow-account .pg-flow-account__pw {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
  color: #4e5562;
}
.pg-flow-account .pg-flow-account__pw {
  max-width: 400px;
  margin-bottom: 0;
}
.pg-flow-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.pg-payment-flg {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pg-payment-flg label {
  width: 48%;
}
.credit-num {
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .credit-num.p-flex-item.p-formpack {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-flow-cardlist img {
    width: 60px;
  }
}
.pg-confdetail {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.pg-confdetail .pg-confdetail__ttl {
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.pg-confdetail .pg-confdetail__in {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pg-confdetail .pg-confdetail__in p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-confdetail .pg-confdetail__in.flo-left {
  float: left;
}
.pg-confdetail .pg-confdetail__prc {
  text-align: right;
}
.pg-confdetail .pg-confdetail__prc.flo-right {
  float: right;
}
.pg-complete-head {
  padding-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.pg-complete-head .pg-complete-head__ttl {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
  text-align: center;
  margin-bottom: 1.5rem;
}
.pg-complete-head .pg-complete-head__sub {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-complete-num {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background: #fffde7;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}
.pg-complete-num .pg-complete-num__ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 20px;
}
.pg-complete-num .pg-complete-num__txt {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
  font-family: arial;
  color: #ff1744;
}
.pg-btmnav .pg-btmnav-item {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
  border-radius: 5px;
  padding: 0.9rem 1.5rem 0.9rem 1.5rem;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1), 1px 1px 3px 0 rgba(0,0,0,0.15);
  margin-bottom: 1.5rem;
}
.pg-btmnav .pg-btmnav-item:first-child {
  display: none;
}
.pg-btmnav .pg-btmnav-item__icon {
  float: left;
  margin-right: 20px;
}
.pg-btmnav .pg-btmnav-item__icon i {
  color: #b0bec5;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .pg-btmnav .pg-btmnav-item__icon i {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.114285714285714;
  }
}
.pg-btmnav .pg-btmnav-item__ttl {
  padding-top: 10px;
  overflow: hidden;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .pg-btmnav .pg-btmnav-item__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.pg-btmnav .pg-btmnav-item__txt {
  clear: both;
  display: block;
  position: relative;
  top: -5px;
  padding-left: 60px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .pg-btmnav .pg-btmnav-item__txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    position: relative;
    top: -20px;
    padding-left: 70px;
  }
}
.pg-flow-mokuteki {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .pg-flow-mokuteki {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.pg-flow-mokuteki .p-fm-radio {
  width: 20%;
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .pg-flow-mokuteki .p-fm-radio {
    width: 25%;
  }
}
.gallery-wrapper .gallery-block {
  margin-bottom: 3rem;
}
.gallery-wrapper .gallery-block + .gallery__text {
  margin-top: -2.25rem;
  margin-bottom: 6rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-wrapper .gallery-block .img-block {
  margin-bottom: 1.5rem;
}
.gallery-wrapper .gallery-block .img-block:last-child {
  margin-bottom: 4.5rem;
}
.gallery-wrapper .gallery-block img {
  width: 100%;
  margin-bottom: 0.75rem;
}
.gallery-wrapper .gallery-block .gallery-box {
  margin-bottom: 1.5rem;
}
.gallery-wrapper .gallery-block.col-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-block.col-2 .gallery-box {
  width: 48%;
}
.gallery-wrapper .gallery-block.col-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-block.col-3 .gallery-box {
  width: 31%;
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper .gallery-block.col-3 .gallery-box {
    width: 48%;
  }
  .gallery-wrapper .gallery-block.col-3 .gallery-box:nth-child(1) {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.gallery-wrapper .gallery-block.col-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-block.col-4 .gallery-box {
  width: 23%;
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper .gallery-block.col-4 .gallery-box {
    width: 48%;
  }
}
.gallery-wrapper .gallery-img-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper .gallery-img-right {
    display: block;
  }
}
.gallery-wrapper .gallery-img-right .gallery-box {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
}
.gallery-wrapper .gallery-img-right .gallery-box-article {
  padding: 0 32px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper .gallery-img-right .gallery-box-article {
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery-wrapper .gallery-img-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper .gallery-img-left {
    display: block;
  }
}
.gallery-wrapper .gallery-img-left .gallery-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gallery-wrapper .gallery-img-left .gallery-box-article {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  padding: 0 32px;
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper .gallery-img-left .gallery-box-article {
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery-wrapper .gallery__title {
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .gallery-wrapper .gallery__title {
    font-size: 15px;
  }
}
.gallery-wrapper .gallery__text {
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  .gallery-wrapper .gallery__text {
    font-size: 14px;
  }
}
.goto-keyvis {
  margin-bottom: 40px;
}
.goto-keyvis img {
  width: 100%;
}
.goto-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.goto-title.is-haku {
  color: #fff;
}
.goto-title.is-haku span {
  color: #fff;
}
.goto-title.is-haku span:after {
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .goto-title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.goto-title span {
  font-size: 14px;
  color: #2566c8;
  display: block;
  font-weight: normal;
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .goto-title span {
    font-size: 12px;
  }
}
.goto-title span:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 40px;
  background: #2566c8;
  display: block;
}
.goto-bnr {
  background: #49a7e2;
  margin-bottom: 60px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px 10px 30px;
}
@media only screen and (max-width: 600px) {
  .goto-bnr {
    padding: 20px;
    display: block;
  }
}
.goto-bnr__title {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 0 40px 10px;
}
@media only screen and (max-width: 600px) {
  .goto-bnr__title {
    font-size: 12px;
  }
}
.goto-bnr__text {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .goto-bnr__text {
    font-size: 14px;
    text-align: center;
    display: block;
  }
}
.goto-bnr__text span {
  font-size: 24px;
  color: #ebff00;
}
@media only screen and (max-width: 600px) {
  .goto-bnr__text span {
    font-size: 18px;
  }
}
.goto-bnr__text img {
  max-width: 100%;
  margin-right: 40px;
  height: auto;
  margin-bottom: 20px;
}
.goto-used {
  background: url("../images/go-to-travel/about.jpg?hash=7576edd3e7fdda32dacd462d8bf1ff42") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .goto-used {
    margin-bottom: 20px;
  }
}
.goto-used .goto-used-block {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.goto-used .goto-used-block img {
  width: 32%;
  max-width: 180px;
  float: left;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .goto-used .goto-used-block img {
    margin-right: 20px;
  }
}
.goto-used .goto-used-block .goto-used-detail__title {
  font-weight: bold;
  color: #ebff00;
  margin-bottom: 12px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .goto-used .goto-used-block .goto-used-detail__title {
    font-size: 14px;
  }
}
.goto-used .goto-used-block .goto-used-detail__sub {
  color: #3d3d3d;
  margin-bottom: 12px;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .goto-used .goto-used-block .goto-used-detail__sub {
    font-size: 12px;
  }
}
.goto-used .goto-used-block .goto-used-detail__text {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .goto-used .goto-used-block .goto-used-detail__text {
    font-size: 12px;
  }
}
.goto-case-wrapper {
  background: #f0f0f0;
  margin-bottom: 80px;
  height: 360px;
}
.goto-case-wrapper .l-container-lg {
  margin-bottom: 60px;
  position: relative;
}
.goto-case-wrapper.bg1 {
  background: url("../images/go-to-travel/bg1.jpg?hash=2b7263f97f86ad41b672d137884b9441") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.goto-case-wrapper.bg1 .goto-case-box {
  right: 0;
}
.goto-case-wrapper.bg2 {
  background: url("../images/go-to-travel/bg2.jpg?hash=e1dc8f99e57125e8d1b9937be88c9ee8") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .goto-case-wrapper {
    height: auto;
  }
}
.goto-case-wrapper .goto-case-box {
  top: -30px;
  background: rgba(37,102,200,0.9);
  width: 460px;
  padding: 32px;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .goto-case-wrapper .goto-case-box {
    position: relative;
    top: 30px;
    width: 300px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }
}
.goto-case-wrapper .goto-case-box__title {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .goto-case-wrapper .goto-case-box__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.goto-case-wrapper .goto-case-box__note {
  color: #fff;
  margin-bottom: 20px;
}
.goto-case-wrapper .goto-case-box__text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .goto-case-wrapper .goto-case-box__text {
    display: block;
  }
}
.goto-case-wrapper .goto-case-box__text span {
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 2px 20px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .goto-case-wrapper .goto-case-box__text span {
    margin-right: 12px;
    margin-bottom: 4px;
  }
}
.goto-note-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  margin-top: -50px;
}
@media only screen and (max-width: 600px) {
  .goto-note-wrapper {
    padding: 20px 0;
    margin-top: 0;
  }
}
.goto-note-wrapper h4 {
  margin-bottom: 20px;
}
.goto-note-wrapper ul li {
  font-size: 13px;
  text-indent: -13px;
  padding-left: 34px;
  margin-left: -20px;
}
.goto-end-wrapper {
  background: #f0f0f0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .goto-end-wrapper {
    display: block;
  }
}
.goto-end-wrapper img {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .goto-end-wrapper img {
    width: 100%;
  }
}
.goto-end-wrapper .goto-end-box {
  max-width: 540px;
  padding: 40px;
}
@media only screen and (max-width: 600px) {
  .goto-end-wrapper .goto-end-box {
    width: 100%;
  }
}
.goto-end-wrapper .goto-end-box__title {
  font-size: 16px;
  margin-bottom: 20px;
}
.goto-end-wrapper .goto-end-box p {
  margin-bottom: 20px;
}
.goto-end-wrapper .goto-end-box a {
  background: #2566c8;
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  max-width: 320px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .goto-end-wrapper .goto-end-box a {
    max-width: 100%;
    font-size: 14px;
  }
}
.pg-guide-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .pg-guide-center {
    display: block;
  }
}
.pg-guide-center .pg-guide-center__img {
  width: 300px;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .pg-guide-center .pg-guide-center__img {
    width: auto;
    margin-right: 0;
  }
}
.pg-guide-center .pg-guide-center__img img {
  width: 100%;
}
.pg-guide--menkyo {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3rem;
}
.pg-guide--menkyo .pg-guide-center__txt p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.266666666666667;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .pg-guide--menkyo .pg-guide-center__txt p {
    padding-top: 1.5rem;
  }
  .pg-guide--menkyo .pg-guide-center__txt p br {
    display: none;
  }
}
.pg-guide--menkyo .pg-guide-center__txt p span {
  color: #f54b5e;
}
.pg-guide-block {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.pg-gaikoku-wrapper {
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.5rem;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-wrapper {
    display: block;
  }
}
.pg-gaikoku-wrapper .pg-gaikoku {
  width: 48%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-wrapper .pg-gaikoku {
    width: auto;
    margin-bottom: 3rem;
  }
}
.pg-gaikoku-wrapper .pg-gaikoku .pg-gaikoku__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  margin-bottom: 1.5rem;
}
.pg-gaikoku-wrapper .pg-gaikoku .pg-gaikoku__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-wrapper .pg-gaikoku .pg-gaikoku__txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-gaikoku-wrapper .pg-gaikoku .pg-gaikoku__txt img {
  width: 90px;
  float: left;
  margin: 0 20px 20px;
}
.pg-gaikoku-wrapper .pg-gaikoku .pg-gaikoku__txt.pg-gaikoku2 img {
  width: 160px;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-wrapper .pg-gaikoku .pg-gaikoku__txt.pg-gaikoku2 img {
    width: 90px;
  }
}
.pg-gaikoku-wrapper .pg-gaikoku-link,
.pg-gaikoku-wrapper .pg-gaikoku-none {
  min-width: 100%;
}
.pg-gaikoku-link {
  padding-top: 1.5rem;
}
.pg-gaikoku-link dt {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-link dt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-gaikoku-link dd {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-link dd {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-gaikoku-link dd a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #0062e8;
}
.pg-gaikoku-link dd span {
  margin: 0 15px;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-link dd span {
    display: block;
  }
}
.pg-gaikoku-link dd span:before {
  color: #0062e8;
  content: "\00e5cc";
  font-family: 'Material Icons';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  top: 3px;
}
.pg-gaikoku-none {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 3px solid #ddd;
}
.pg-gaikoku-none dt {
  text-align: center;
  margin-bottom: 0.75rem;
  color: #d0021b;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-none dt {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-gaikoku-none dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #d0021b;
}
@media only screen and (max-width: 600px) {
  .pg-gaikoku-none dd {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-guide-reserve_chenge .in-box {
  padding-bottom: 1.5rem;
}
.pg-guide-reserve_chenge .in-box__ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  margin-bottom: 0.9rem;
}
.pg-guide-reserve_chenge .in-box__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.guide-nav-pages .p-guide-nav-wrapper {
  margin-bottom: 0;
  margin-top: 5vw;
}
@media only screen and (min-width: 1225px) {
  .pg-home-main-wrapper {
    background: url("../images/main4.png?hash=20583c4398dd8b36aae2d2a34fc87821") no-repeat center center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    height: 900px;
  }
  .pg-home-main-wrapper .pg-home-main-box {
    position: relative !important;
    width: 1350px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-home-main-wrapper {
  position: relative;
}
.pg-home-main-wrapper .pg-home-main-box {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-top: 2vw;
  padding-left: 12px;
  padding-right: 12px;
}
.pg-home-main-wrapper .pg-home-main-box__eng {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.533333333333333;
  font-weight: 500;
  padding-left: 12px;
  margin-bottom: 3vw;
  color: #fff;
}
.pg-home-main-wrapper .pg-home-main-box__eng img {
  width: 60px;
}
.pg-home-main-wrapper .pg-home-main-areas {
  margin-bottom: 3vw;
}
.pg-home-main-wrapper .pg-home-main-box__title {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 2vw;
  font-weight: bold;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.2;
  color: #fff;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.pg-home-main-wrapper .p-areaname__title {
  position: relative;
}
.pg-home-main-wrapper .p-areaname__title.gcl {
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
}
.pg-home-main-wrapper .p-areaname__title.gcl p {
  text-align: center;
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 10px;
}
@media only screen and (max-width: 1024px) {
  .pg-home-main-wrapper .p-areaname__title.gcl p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .pg-home-main-wrapper .p-areaname__title.gcl p {
    font-size: 10vw;
    letter-spacing: 0px;
  }
}
.pg-home-main-wrapper .p-areaname__title.gcl p span {
  font-size: 190px;
  color: #fff;
  line-height: 1;
  display: block;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .pg-home-main-wrapper .p-areaname__title.gcl p span {
    font-size: 140px;
  }
}
@media only screen and (max-width: 800px) {
  .pg-home-main-wrapper .p-areaname__title.gcl p span {
    font-size: 16vw;
  }
}
.pg-home-main-wrapper .p-areaname__title.is-okinawa {
  display: inline-block;
  margin-right: 7px;
  overflow: hidden;
  max-width: 0%;
  top: -20px;
}
.pg-home-main-wrapper .p-areaname__title.is-okinawa .sm,
.pg-home-main-wrapper .p-areaname__title.is-okinawa .lg {
  color: #e91e63;
  white-space: nowrap;
}
.pg-home-main-wrapper .p-areaname__title.is-tokyo {
  display: inline-block;
  overflow: hidden;
  max-width: 0%;
  margin-top: 30px;
}
.pg-home-main-wrapper .p-areaname__title.is-tokyo .sm,
.pg-home-main-wrapper .p-areaname__title.is-tokyo .lg {
  color: #7e57c2;
  white-space: nowrap;
}
.pg-home-main-wrapper .fig {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pg-home-main-wrapper .fig {
    display: block;
  }
}
.pg-home-main-wrapper .fig .fig-benz {
  position: absolute;
  bottom: -5vw;
  right: 50%;
  margin-right: -8%;
  z-index: 2;
  width: 57vw;
}
.pg-home-main-wrapper .fig .fig-tesla {
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -50%;
  z-index: 2;
  width: 100vw;
}
.pg-home-main-wrapper .fig .fig-hito {
  position: absolute;
  bottom: -30px;
  width: 37vw;
  z-index: 4;
  left: -26%;
  right: 0;
  margin: auto;
}
.pg-home-main-wrapper .pg-home-main__bg {
  width: 100%;
}
.pg-home-main-wrapper .pg-home-main__bg img {
  width: 100vw;
}
.pg-home-main-wrapper .pg-home-main__bg.bg-okinawa {
  overflow: hidden;
  width: 100%;
}
.pg-home-main-wrapper .pg-home-main__bg.bg-tokyo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.pg-home-main-wrapper .bg-okinawa,
.pg-home-main-wrapper .bg-tokyo {
  display: none;
}
@media only screen and (min-width: 1225px) {
  .pg-home-main-wrapper {
    margin-bottom: 5vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .pg-home-main-wrapper .pg-home-main-box {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .pg-home-main-wrapper .pg-home-main__bg {
    display: none;
  }
  .pg-home-main-wrapper .bg-okinawa,
  .pg-home-main-wrapper .bg-tokyo {
    display: block;
  }
  .pg-home-main-wrapper .bg-okinawa img,
  .pg-home-main-wrapper .bg-tokyo img {
    width: 100%;
  }
  .pg-home-main-wrapper .bg-tokyo {
    position: absolute;
    top: 20px;
    right: 0;
    width: 104%;
  }
  .pg-home-main-wrapper .pg-home-main-areas {
    margin-bottom: 1.5rem;
  }
  .pg-home-main-wrapper .p-areaname__title.is-okinawa {
    margin-left: 3% !important;
  }
  .pg-home-main-wrapper .p-areaname__title .sm {
    font-size: 30px;
    color: #fff !important;
  }
  .pg-home-main-wrapper .p-areaname__title .lg {
    font-size: 12.6vw;
    color: #fff !important;
  }
  .pg-home-main-wrapper .pg-area-onlogo {
    display: none;
  }
  .pg-home-main-wrapper .pg-home-main-box__title {
    font-size: 24px !important;
    margin-bottom: 1.5rem;
  }
  .pg-home-main-wrapper .pg-home-main-box__title br {
    display: none;
  }
  .pg-home-main-wrapper .pg-home-main-areas {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .pg-home-main-wrapper .pg-home-main-areas p {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .pg-home-main-wrapper .p-areaname__title.is-tokyo {
    margin-top: -15px;
    margin-left: 2% !important;
  }
  .pg-home-main-wrapper .fig .fig-benz {
    width: 43vw;
  }
  .pg-home-main-wrapper .fig .fig-tesla {
    width: 50vw;
    bottom: -130px;
  }
}
@media only screen and (min-width: 1425px) {
  .pg-home-main-wrapper .p-areaname__title .lg {
    font-size: 190px;
  }
  .pg-home-main-wrapper .pg-home-main-box__title {
    font-size: 27px !important;
  }
  .pg-home-main-wrapper .fig .fig-benz {
    width: 620px;
  }
  .pg-home-main-wrapper .fig .fig-tesla {
    width: 640px;
    bottom: -80px;
    margin-left: -4%;
  }
}
.pg-home-main-box__text {
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 3vw;
  line-height: 1.4;
  margin-bottom: 2vw;
  text-align: center;
}
@media only screen and (min-width: 414px) {
  .pg-home-main-box__text {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 1225px) {
  .pg-home-main-box__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1425px) {
  .pg-home-main-box__text {
    max-width: 1224px;
    max-width: 740px;
  }
}
.pg-home-areanav-wrapper {
  margin-bottom: 15vw;
}
.pg-home-areanav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-bottom: 10vw;
  padding-right: 12px;
}
.pg-home-areanav.is-tokyo {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  padding-right: 0;
  padding-left: 12px;
}
.pg-home-areanav .pg-home-areanav-bg {
  width: 45%;
  height: 56vw;
  border-radius: 5px;
}
.pg-home-areanav .pg-home-areanav-bg.bg-okinawa {
  background: url("../../../src/images/main-okinawa.jpg") left bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.pg-home-areanav .pg-home-areanav-bg.bg-okinawa .fig-car {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 50vw;
}
.pg-home-areanav .pg-home-areanav-bg.bg-tokyo {
  background: url("../../../src/images/main-tokyo.jpg") left center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.pg-home-areanav .pg-home-areanav-bg.bg-tokyo .fig-car {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 46vw;
}
.pg-home-areanav .pg-home-areanav-bg img {
  width: 100%;
}
.pg-home-areanav .pg-home-areanav__title {
  width: 55%;
  padding: 3% 0 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-home-areanav .pg-home-areanav__title .pg-home-areanav-list {
  min-width: 140px;
  width: 70%;
  margin-top: 5%;
}
.pg-home-areanav .pg-home-areanav__title .pg-home-areanav-list-item {
  margin-bottom: 10px;
}
.pg-home-areanav .pg-home-areanav__title .pg-home-areanav-list-item a {
  padding: 1.5vw 0;
}
.pg-home-areanav .pg-home-areanav__title .sm {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.pg-home-areanav .pg-home-areanav__title .lg {
  margin-top: -2px;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.pg-home-areanav .pg-home-areanav__title .ff-text {
  font-size: 2vw;
  line-height: 1.4;
}
.pg-home-areanav .pg-home-areanav__title .ff-copy {
  padding-top: 0.3rem;
  display: block;
  font-size: 3.3vw;
  font-weight: bold;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1225px) {
  .pg-home-areanav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 340px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav-bg.bg-okinawa .fig-car {
    display: none;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav-bg.bg-tokyo .fig-car {
    display: none;
  }
  .pg-home-areanav-wrapper .pg-home-areanav {
    width: 46.5%;
    position: relative;
  }
  .pg-home-areanav-wrapper .pg-home-areanav.is-tokyo {
    top: 100px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav-bg {
    width: 100%;
    max-height: 600px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav__title {
    position: absolute;
    left: -1px;
    bottom: -320px;
    background: #fff;
    width: 90%;
    padding-top: 30px;
    padding-left: 30px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav__title .sm {
    font-size: 20px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav__title .lg {
    font-size: 100px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav__title .ff-copy {
    margin: 20px 0;
    font-size: 24px;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav__title .ff-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.533333333333333;
  }
  .pg-home-areanav-wrapper .pg-home-areanav .pg-home-areanav__title .ff-text br {
    display: none;
  }
}
@media only screen and (min-width: 1425px) {
  .pg-home-areanav-wrapper {
    width: 80%;
  }
}
.p-areaname__title .sm {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
  font-weight: 500;
  line-height: 1;
  display: block;
  color: #fff;
}
.p-areaname__title .lg {
  color: #fff;
  margin-top: -2px;
  font-size: 15.7vw;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
  letter-spacing: -2px;
}
.p-areaname__title.is-okinawa .sm,
.p-areaname__title.is-okinawa .lg {
  color: #e91e63;
}
.p-areaname__title.is-tokyo .sm,
.p-areaname__title.is-tokyo .lg {
  color: #7e57c2;
}
.bnrs {
  padding: 12px;
}
.bnrs li {
  margin-bottom: 10px;
}
.bnrs a {
  display: block;
}
.bnrs img {
  width: 100%;
}
.pg-home-search {
  position: relative;
  background: #e4e8ec;
  padding: 5vmax 0 3vmax 0;
  margin-bottom: 12vmax;
}
.pg-home-search .pg-home-search-inner {
  padding-left: 2vmax;
  padding-right: 2vmax;
}
.pg-home-search .pg-home-serach__btn {
  position: absolute;
  border-radius: 0px;
  width: 160px;
  height: 42px;
  top: 100%;
  right: 10px;
}
@media only screen and (min-width: 1024px) {
  .pg-home-search .pg-home-serach__btn {
    width: 300px;
    height: 80px;
    right: 2%;
  }
}
.pg-home-search .pg-home-serach__btn span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .pg-home-search .pg-home-serach__btn span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.pg-home-search .pg-home-serach__btn:before {
  position: absolute;
  left: -35px;
  content: '';
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 35px;
  border-color: #1a237e transparent transparent transparent;
}
@media only screen and (min-width: 1024px) {
  .pg-home-search .pg-home-serach__btn:before {
    border-width: 80px 0 0 55px;
    left: -55px;
  }
}
.pg-home-search-boxdep,
.pg-home-search-boxarv {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .pg-home-search-boxdep,
  .pg-home-search-boxarv {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
  }
}
.pg-home-search-boxdep .p-iptbtn.p-iptbtn-time,
.pg-home-search-boxarv .p-iptbtn.p-iptbtn-time {
  border-radius: 0 3px 3px 0;
}
.pg-home-search-boxdep .p-iptbtn.p-iptbtn-time select,
.pg-home-search-boxarv .p-iptbtn.p-iptbtn-time select {
  padding-left: 1.5rem;
}
.pg-home-search-boxdep .p-iptbtn.p-iptbtn-date,
.pg-home-search-boxarv .p-iptbtn.p-iptbtn-date {
  padding-left: 1.5rem;
  border-radius: 3px 0 0 3px;
}
@media only screen and (min-width: 1024px) {
  .pg-home-search-boxdep .p-iptbtn.p-iptbtn-date,
  .pg-home-search-boxarv .p-iptbtn.p-iptbtn-date {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333333333333;
  }
  .pg-home-search-boxdep .p-iptbtn.p-iptbtn-date input,
  .pg-home-search-boxarv .p-iptbtn.p-iptbtn-date input {
    height: 80px;
  }
}
.pg-home-lineup-body-wrapper .pg-home-lineup-body {
  display: none;
}
.pg-home-lineup-body-wrapper .pg-home-lineup-body:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.pg-home-lineup-wrapper {
  padding-top: 14px;
  margin-bottom: 10vw;
}
.pg-home-lineup-wrapper .pg-home-lineup-header {
  height: 40px; /* 横スクロールする理屈上の高さ */
  overflow: hidden;
}
.pg-home-lineup-wrapper .pg-home-lineup-header .pg-home-lineup-tab {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
  white-space: nowrap;
  text-align: center;
}
.pg-home-lineup-wrapper .pg-home-lineup-header .pg-home-lineup-tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  padding-left: 15px;
  padding-right: 20px;
  color: #999;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  color: #777;
}
.pg-home-lineup-wrapper .pg-home-lineup-header .pg-home-lineup-tab-item:after {
  content: '';
  width: 1px;
  height: 30px;
  margin: auto;
  top: -5px;
  left: -7px;
  position: absolute;
  background: #d2d2d2;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
.pg-home-lineup-wrapper .pg-home-lineup-header .pg-home-lineup-tab-item:first-child:after {
  display: none;
}
.pg-home-lineup-wrapper .pg-home-lineup-header .pg-home-lineup-tab-item.is-acvive {
  color: #000;
  font-weight: bold;
}
.pg-home-lineup-wrapper .pg-home-lineup-body {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item {
  width: 50%;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item__more {
  background: #000;
  display: block;
  position: relative;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item__more__info {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item__more__info span {
  color: #fff;
  display: block;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item__more__info .name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: arial;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item__more__info .price {
  font-family: arial;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item__more__info .price:before {
  content: '￥';
}
.pg-home-lineup-wrapper .pg-home-lineup-body .pg-home-lineup-body-item img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  width: 100%;
}
.pg-home-lineup-body.is-1col .pg-home-lineup-body-item {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .pg-home-lineup-wrapper .pg-home-lineup-header .pg-home-lineup-tab-item {
    padding-left: 25px;
    padding-right: 30px;
  }
  .pg-home-lineup-wrapper.is-2col .pg-home-lineup-body .pg-home-lineup-body-item {
    width: 50%;
  }
}
.miss-uni-wrapper {
  padding: 20px 15px;
}
.miss-uni-wrapper .miss-uni {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.miss-uni-wrapper .miss-uni .miss-uni-img {
  width: 25%;
  margin-right: 25px;
}
@media only screen and (max-width: 600px) {
  .miss-uni-wrapper .miss-uni .miss-uni-img {
    width: 32%;
  }
}
.miss-uni-wrapper .miss-uni .miss-uni-img img {
  width: 100%;
}
.miss-uni-wrapper .miss-uni-box {
  margin-top: -20px;
  text-align: left;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.miss-uni-wrapper .miss-uni-box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 600px) {
  .miss-uni-wrapper .miss-uni-box h3 br {
    display: none;
  }
}
.miss-uni-wrapper .miss-uni-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .miss-uni-wrapper .miss-uni-box p br {
    display: none;
  }
}
.insta .container-lg {
  width: 1170px;
  margin: auto;
}
.insta img {
  max-width: 100%;
}
.ttl-obi {
  background: #06318f;
  color: #fff;
  padding: 5vw 0;
  text-align: center;
  font-size: 5.5vw;
  margin-bottom: 7vw;
}
.label-tag {
  background: #ff6d00;
  color: #fff;
  font-size: 19px;
  padding: 5px 8px;
  display: inline-block;
  margin-bottom: 10px;
}
.official-url {
  padding-top: 10px;
  font-size: 40px;
  display: block;
  font-family: arial;
  font-weight: bold;
}
.icon-insta {
  width: 120px;
}
.icon-post {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.3);
}
.mb-btn-wrap {
  margin-bottom: 100px;
  text-align: center;
}
.mb-btn-wrap .mb-btn {
  display: inline-block;
  font-size: 32px;
  background: #f33a30;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 40px 100px;
  -webkit-box-shadow: 0 8px 0 0 #b01a12;
  -webkit-box-shadow: 0 8px 0 0 #b01a12;
  box-shadow: 0 8px 0 0 #b01a12;
}
.mb-btn-wrap .mb-btn:hover {
  background: #ed291f;
}
.mb-btn-wrap .mb-btn:active {
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.p-insta-firstview {
  position: relative;
  background: url("../../../src/images/wp/insta/bg.jpg") bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 1000px;
  margin-bottom: 50px;
}
.p-insta-firstview .p-insta-firstview-box {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  margin: auto;
  width: 980px;
  height: 380px;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
}
.p-insta-firstview .p-insta-firstview-box__ttl {
  padding-top: 30px;
  text-align: center;
  font-size: 24px;
  color: #607d8b;
  letter-spacing: 5px;
}
.p-insta-firstview .p-insta-firstview-box__gcl {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  color: #607d8b;
  font-feature-settings: "palt";
}
.p-insta-firstview .p-insta-firstview-box__insta {
  padding: 0 0 10px 0;
  text-align: center;
}
.p-insta-firstview .p-insta-firstview-box__insta img,
.p-insta-firstview .p-insta-firstview-box__insta span {
  vertical-align: middle;
  display: inline-block;
}
.p-insta-firstview .p-insta-firstview-box__insta img {
  margin-right: 20px;
}
.p-insta-firstview .p-insta-firstview-box__insta span {
  font-size: 50px;
  font-weight: bold;
  color: #ff4081;
}
.p-insta-firstview .p-insta-firstview-box__pra {
  color: #ff8700;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.p-insta-firstview .p-insta-firstview-box__pra span {
  font-weight: bold;
  font-size: 30px;
  color: #ff1744;
}
.p-insta-firstview .p-insta-firstview-box .p-insta-firstview-box__boll {
  position: absolute;
  top: -70px;
  left: -70px;
}
.p-insta-present {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 100px;
}
.p-insta-present .p-insta-present-fig {
  margin-right: 50px;
  width: 560px;
}
.p-insta-present .p-insta-present-txt h3 {
  line-height: 1.2;
  font-size: 50px;
}
.p-insta-present .p-insta-present-txt h3 strong {
  color: #ff6d00;
}
.p-insta-present .p-insta-present-txt p {
  font-weight: bold;
  line-height: 1.2;
  font-size: 44px;
}
.p-insta-present .p-insta-present-txt p br {
  display: none;
}
.p-insta-present .p-insta-present-txt p strong {
  font-size: 104px;
  font-family: arial;
  color: #ff1744;
}
.p-insta-oubo {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 100px;
}
.p-insta-oubo .p-insta-oubo-box {
  text-align: center;
  border: 1px solid #ccc;
  width: 31%;
  padding-bottom: 60px;
}
.p-insta-oubo .p-insta-oubo-box__point {
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 40px;
  text-align: center;
  background: #f8e71c;
  width: 110px;
  height: 110px;
  font-size: 20px;
  border-radius: 50%;
  font-family: arial;
  line-height: 1;
  font-weight: bold;
  padding-top: 20px;
  color: #1161bf;
}
.p-insta-oubo .p-insta-oubo-box__point span {
  display: block;
  font-family: arial;
  color: #1161bf;
  line-height: 1;
  font-size: 55px;
  font-weight: bold;
}
.p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__title {
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  height: 140px;
}
.p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__fig {
  text-align: center;
  margin-bottom: 50px;
}
.p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__txt {
  text-align: center;
  margin: 0 20px;
  font-size: 21px;
}
.p-insta-oubo-youkou {
  margin-bottom: 50px;
}
.p-insta-oubo-youkou__ttl {
  margin-bottom: 15px;
  font-size: 21px;
  background: #f2f2f2;
  padding: 10px 25px;
  font-weight: bold;
}
.p-insta-oubo-youkou__txt {
  font-size: 20px;
  line-height: 1.8;
  margin: 10px 10px 30px 10px;
}
.ul-decimal {
  padding-left: 30px;
}
.ul-decimal li {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 10px;
  list-style-type: decimal;
  list-style-position: outside;
}
.ul-disc li {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.ul-disc li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 12px;
}
@media only screen and (max-width: 1200px) {
  .p-insta-oubo {
    max-width: 800px;
    margin: auto;
    padding-left: 20px;
    display: block;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .p-insta-oubo .p-insta-oubo-box {
    width: auto;
    margin-bottom: 50px;
  }
  .p-insta-oubo .p-insta-oubo-box__point {
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 40px;
    width: 80px;
    height: 80px;
    font-size: 15px;
    padding-top: 18px;
  }
  .p-insta-oubo .p-insta-oubo-box__point span {
    font-size: 35px;
  }
  .p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__title {
    font-size: 25px;
    height: auto;
    margin-bottom: 30px;
  }
  .p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__fig {
    margin-bottom: 30px;
  }
  .p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__fig img {
    zoom: 60%;
  }
  .p-insta-oubo .p-insta-oubo-box .p-insta-oubo-box-body__txt {
    font-size: 16px;
  }
  .mb-btn-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .mb-btn-wrap .mb-btn {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    padding: 20px 0;
    display: block;
  }
  .p-insta-oubo-youkou__ttl,
  .p-insta-oubo-youkou__txt,
  .p-insta-oubo-youkou .ul-disc li,
  .p-insta-oubo-youkou .ul-decimal li {
    font-size: 16px;
  }
  .ul-disc li:before {
    width: 10px;
    height: 10px;
  }
  .p-insta-present {
    display: block;
    padding-bottom: 50px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-insta-present .p-insta-present-fig {
    margin: 0 50px;
    width: auto;
  }
  .p-insta-present .p-insta-present-txt {
    padding: 20px;
  }
  .p-insta-present .p-insta-present-txt h3 {
    text-align: center;
    font-size: 27px;
  }
  .p-insta-present .p-insta-present-txt h3 strong {
    color: #ff6d00;
  }
  .p-insta-present .p-insta-present-txt p {
    text-align: center;
    margin-top: 20px;
    font-size: 38px;
  }
  .p-insta-present .p-insta-present-txt p br {
    display: block;
  }
  .p-insta-present .p-insta-present-txt p strong {
    font-size: 34px;
  }
  .p-insta-firstview {
    height: 500px;
  }
  .p-insta-firstview .p-insta-firstview-box {
    width: auto;
    right: 10px;
    left: 10px;
    top: 40px;
    height: auto;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
  }
  .p-insta-firstview .p-insta-firstview-box__ttl {
    padding-top: 60px;
    font-size: 15px;
    letter-spacing: 0px;
  }
  .p-insta-firstview .p-insta-firstview-box__gcl {
    font-size: 25px;
  }
  .p-insta-firstview .p-insta-firstview-box__insta {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .p-insta-firstview .p-insta-firstview-box__insta img,
  .p-insta-firstview .p-insta-firstview-box__insta span {
    vertical-align: middle;
    display: inline-block;
  }
  .p-insta-firstview .p-insta-firstview-box__insta img {
    margin-right: 0;
    width: 240px;
  }
  .p-insta-firstview .p-insta-firstview-box__insta span {
    font-size: 30px;
  }
  .p-insta-firstview .p-insta-firstview-box__pra {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }
  .p-insta-firstview .p-insta-firstview-box__pra br {
    display: none;
  }
  .p-insta-firstview .p-insta-firstview-box__pra span {
    font-size: 16px;
  }
  .p-insta-firstview .p-insta-firstview-box .p-insta-firstview-box__boll {
    zoom: 40%;
    bottom: -40px;
    left: 40px;
  }
  .label-tag {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl-obi {
    padding: 3vw;
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ttl-obi {
    padding: 1.5vw;
    font-size: 30px;
    margin-bottom: 3vw;
  }
}
.back-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
/* 角度をつける（45度） */
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.pg-lineup-detail-func-wrapper {
  background: #333;
  width: 100%;
}
.pg-lineup-detail-func {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.pg-lineup-detail-func__ttl {
  padding: 0.75rem 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-func__ttl {
    display: none;
  }
}
.pg-lineup-detail-func__more {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  margin-left: auto;
  background: #f54b5e;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-func__more {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 68%;
    padding: 0.75rem 1.2rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pg-lineup-detail-func__more i,
.pg-lineup-detail-func__more span {
  color: #fff;
}
.pg-lineup-detail-func__more span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  margin-left: 5px;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-func__more span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.back-lineup {
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .back-lineup {
    padding: 1.2rem 1.5rem;
  }
}
.back-lineup:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.back-lineup:after {
  content: '｜';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .back-lineup:after {
    display: none;
  }
}
.back-lineup .back-arrow {
  padding-left: 0;
}
.back-lineup span {
  padding-left: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
@media only screen and (max-width: 1024px) {
  .back-lineup span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pg-lineup-detail-btmbtn {
  background: #eee;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-btmbtn {
    padding-left: 3rem;
    margin-top: 4.5rem;
    padding-right: 3rem;
  }
}
.pg-lineup-detail .in-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem 1.5rem;
  margin-bottom: 6rem;
  position: relative;
}
.pg-lineup-detail .in-head:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  width: 98%;
  background: #e4e8ec;
}
@media only screen and (max-width: 1380px) {
  .pg-lineup-detail .in-head:after {
    right: -25px;
    width: 94vw;
  }
}
.pg-lineup-detail .in-head-box {
  width: 30%;
  padding: 4.5rem 3rem 0 3rem;
  margin-top: -100px;
}
@media only screen and (max-width: 1600px) {
  .pg-lineup-detail .in-head-box {
    margin-top: 0;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 1380px) {
  .pg-lineup-detail .in-head-box {
    padding-left: 10vw;
    width: 100%;
  }
  .pg-lineup-detail .in-head-box .car-info-pic {
    display: none;
  }
}
.pg-lineup-detail .in-head__img {
  width: 70%;
  height: auto !important;
}
@media only screen and (max-width: 1380px) {
  .pg-lineup-detail .in-head__img {
    width: 100%;
  }
}
.pg-lineup-detail .in-head__img img {
  width: 100%;
}
.pg-lineup-detail .in-head .p-btn {
  margin-top: 3rem;
  max-width: 260px;
}
.pg-lineup-detail .in-head .car-info__ttl {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.210526315789474;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.pg-lineup-detail .in-head .car-info__ttl span {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.pg-lineup-detail .in-head .car-info__brand {
  margin-bottom: 1.5rem;
  color: #777;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  text-transform: uppercase;
}
.pg-lineup-detail .in-head .car-info-pic {
  margin-top: 1.5rem;
}
.pg-lineup-detail .in-head .car-info__txt3 {
  margin-top: 1.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.pg-lineup-detail .in-head .p-price__num {
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.307692307692308;
  margin-bottom: 1.2rem;
}
.pg-lineup-detail .in-head .p-price__num:before {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.307692307692308;
}
.pg-lineup-detail .in-head .p-price__num span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-lineup-detail .in-head-txtbox {
  min-width: 100%;
  padding: 2.25rem 1.5rem;
}
.pg-lineup-detail .in-head-txtbox h3,
.pg-lineup-detail .in-head-txtbox p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pg-lineup-detail .in-head-txtbox h3 {
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.pg-lineup-detail .p-pankuzu {
  margin-bottom: 3rem;
}
.pg-lineup-detail .pg-lineup-detail__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  margin-bottom: 1.5rem;
}
.pg-lineup-detail .pg-lineup-detail__img {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.pg-lineup-detail .pg-lineup-detail__img.is--2pic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pg-lineup-detail .pg-lineup-detail__img.is--2pic div {
  width: 47%;
}
.pg-lineup-detail .pg-lineup-detail__img.is--2pic div img {
  margin-bottom: 1.5rem;
}
.pg-lineup-detail .pg-lineup-detail__img.is--2pic h4 {
  margin-bottom: 1.2rem;
}
.pg-lineup-detail .pg-lineup-detail__img.is--2pic p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-lineup-detail .pg-lineup-detail__img img {
  width: 100%;
}
.pg-lineup-detail .pg-lineup-detail__txt {
  margin-bottom: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 900px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  margin-left: auto;
  margin-right: auto;
}
.pg-lineup-detail .meta {
  padding-bottom: 1.5rem;
  width: 800px;
  margin-top: 1.5rem;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .pg-lineup-detail .meta {
    margin: 0;
    padding-left: 10vw;
    width: auto;
    padding-right: 1.5rem;
  }
}
.pg-lineup-detail .meta li {
  width: 30%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
  font-weight: bold;
}
.pg-lineup-detail .meta li:last-child {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .pg-lineup-detail .meta li {
    width: 48.5%;
  }
}
.pg-lineup-detail .meta li span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.666666666666667;
  font-weight: normal;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.pg-lineup-detail-body div:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.pg-lineup-detail-body-block {
  margin-bottom: 3rem;
}
.pg-lineup-detail-block-widimg {
  margin-bottom: 4.5rem;
}
.pg-lineup-detail-block-widimg img {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.pg-lineup-detail-body__title {
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  position: relative;
  font-weight: bold;
}
.pg-lineup-detail-body__title2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  padding-bottom: 4.5rem;
  width: 64%;
  text-align: center;
  margin: auto;
  margin-top: -30px;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-body__title2 {
    text-align: left;
  }
  .pg-lineup-detail-body__title2 br {
    display: none;
  }
}
.pg-lineup-detail-block--2col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.pg-lineup-detail-block--2col img {
  width: 47.5%;
}
.pg-lineup-detail-block--2col + p {
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
  width: 82%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-block--2col + p {
    text-align: left;
    width: 98%;
  }
}
.pg-lineup-detail-block--2colbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-lineup-detail-block--2colbox .pg-lineup-detail-block-box {
  margin-bottom: 3rem;
  width: 47.5%;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-block--2colbox .pg-lineup-detail-block-box {
    width: 100%;
  }
}
.pg-lineup-detail-block--2colbox .pg-lineup-detail-block-box img {
  width: 100%;
}
.pg-lineup-detail-block--2colbox .pg-lineup-detail-block-box span,
.pg-lineup-detail-block--2colbox .pg-lineup-detail-block-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 0.75rem 0 0.75rem;
  display: block;
}
.pg-lineup-detail-block--4colbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-lineup-detail-block--4colbox .pg-lineup-detail-block-box {
  margin-bottom: 3rem;
  width: 22.5%;
}
@media only screen and (max-width: 768px) {
  .pg-lineup-detail-block--4colbox .pg-lineup-detail-block-box {
    width: 100%;
  }
}
.pg-lineup-detail-block--4colbox .pg-lineup-detail-block-box img {
  width: 100%;
}
.pg-lineup-detail-block--4colbox .pg-lineup-detail-block-box span,
.pg-lineup-detail-block--4colbox .pg-lineup-detail-block-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 0.75rem 0 0.75rem;
  display: block;
}
.pg-lineup-detail-block--3colbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-lineup-detail-block--3colbox .pg-lineup-detail-block-box {
  margin-bottom: 3rem;
  width: 30.5%;
}
.pg-lineup-detail-block--3colbox .pg-lineup-detail-block-box img {
  width: 100%;
}
.pg-lineup-detail-block--3colbox .pg-lineup-detail-block-box span,
.pg-lineup-detail-block--3colbox .pg-lineup-detail-block-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 0.75rem 0 0.75rem;
  display: block;
}
.pg-lineup-detail-body__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-body__text {
    text-align: left;
  }
  .pg-lineup-detail-body__text br {
    display: none;
  }
}
.pg-lineup-detail-body__text2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 82%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-body__text2 {
    text-align: left;
    width: 98%;
  }
  .pg-lineup-detail-body__text2 br {
    display: none;
  }
}
.pg-lineup-detail-body__text3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 4.5rem;
  width: 67%;
  text-align: center;
  margin: auto;
  margin-top: -30px;
}
@media only screen and (max-width: 1024px) {
  .pg-lineup-detail-body__text3 {
    text-align: left;
    width: 98%;
  }
  .pg-lineup-detail-body__text3 br {
    display: none;
  }
}
.pg-detail-layout-wrapper .pg-detail-layout:last-child > .row > div:last-child {
  margin-bottom: 0;
}
.pg-detail-layout > .row > div {
  margin-bottom: 1.5rem;
}
.pg-detail-layout img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.pg-detail-layout h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.pg-detail-layout p {
  padding: 0 0 1.5rem 0;
}
.pg-detail-layout-a {
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .pg-detail-layout-a {
    margin-bottom: calc(1em + 1 * (100vw - 40em) / (60 - 40));
  }
}
@media (min-width: 60em) {
  .pg-detail-layout-a {
    margin-bottom: 2em;
  }
}
.pg-detail-layout-a p {
  padding: 0 7.5rem 1.5rem 7.5rem;
}
@media only screen and (max-width: 1024px) {
  .pg-detail-layout-a p {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.pg-detail-layout-b,
.pg-detail-layout-c {
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .pg-detail-layout-b,
  .pg-detail-layout-c {
    margin-bottom: calc(1em + 1 * (100vw - 40em) / (60 - 40));
  }
}
@media (min-width: 60em) {
  .pg-detail-layout-b,
  .pg-detail-layout-c {
    margin-bottom: 2em;
  }
}
.pg-carlineup-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 8vw;
}
.pg-carlineup-wrapper .car-photo img {
  width: 100%;
}
.pg-carlineup-wrapper .car-box {
  margin-bottom: 4.5rem;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 30px -5px rgba(0,0,0,0.1);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.pg-carlineup-wrapper .car-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .pg-carlineup-wrapper .car-box {
    display: block;
  }
}
.pg-carlineup-wrapper .car-box:nth-child(odd) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.pg-carlineup-wrapper .car-box:hover {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.pg-carlineup-wrapper .car-box:hover .car-photo {
  overflow: hidden;
}
.pg-carlineup-wrapper .car-box:hover .car-photo p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  top: 0;
}
.pg-carlineup-wrapper .car-box:hover .car-photo img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pg-carlineup-wrapper .car-photo {
  position: relative;
  z-index: 1;
  width: 62%;
  background: #000;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pg-carlineup-wrapper .car-photo {
    width: 100%;
  }
}
.pg-carlineup-wrapper .car-photo img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.pg-carlineup-wrapper .car-photo p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  z-index: 1;
  color: #fff;
  text-align: center;
  height: 30px;
  width: 150px;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #fff;
  line-height: 30px;
}
.pg-carlineup-wrapper .car-info {
  width: 37%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  overflow: visible;
  margin: 1.5rem 2.25rem 1.5rem 2.25rem;
}
@media only screen and (max-width: 1024px) {
  .pg-carlineup-wrapper .car-info {
    width: auto;
  }
}
.pg-carlineup-wrapper .car-info__ttl {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.228571428571429;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.pg-carlineup-wrapper .car-info__ttl span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.pg-carlineup-wrapper .car-info__brand {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  margin-bottom: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.pg-carlineup-wrapper .car-info__price {
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.307692307692308;
  margin-bottom: 1.2rem;
}
.pg-carlineup-wrapper .car-info__price:before {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.307692307692308;
}
.pg-carlineup-wrapper .car-info__price span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-carlineup-wrapper .car-info__txt {
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
}
.pg-carlineup-wrapper .car-info__txt2 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.470588235294118;
  font-weight: bold;
  max-width: 80%;
}
@media only screen and (max-width: 1224px) {
  .pg-carlineup-wrapper .car-info__txt2 {
    max-width: 100%;
  }
}
.pg-carlineup-wrapper .car-info__txt2 br {
  display: none;
}
.pg-carlineup-wrapper .car-info .car-info-pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1224px) {
  .pg-carlineup-wrapper .car-info .car-info-pic {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .pg-carlineup-wrapper .car-info .car-info-pic {
    display: none;
  }
}
.pg-carlineup-wrapper .car-info .car-info-pic img {
  width: 100%;
}
@media only screen and (max-width: 1130px) {
  .pg-carlineup-wrapper .car-box .car-info__ttl {
    margin-bottom: 0.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .pg-carlineup-wrapper .car-box .car-info__price {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .pg-carlineup-wrapper .car-box .car-info__ttl {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.296296296296296;
  }
  .pg-carlineup-wrapper .car-box .car-info .car-info-pic li {
    width: 20%;
  }
  .pg-carlineup-wrapper .car-box .car-info .car-info-pic li img {
    width: 100%;
  }
  .pg-carlineup-wrapper .car-box .car-info__price {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 680px) {
  .pg-carlineup-wrapper .car-box {
    display: block;
  }
  .pg-carlineup-wrapper .car-box .car-photo {
    width: auto;
  }
  .pg-carlineup-wrapper .car-box .car-info__ttl {
    margin-bottom: 0.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .pg-carlineup-wrapper .car-box .car-info .car-info-pic {
    display: none;
  }
  .pg-carlineup-wrapper .car-box .car-info__price {
    margin-bottom: 10px !important;
  }
}
.pg-mypage-container {
  background: #f7f8f9;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.pg-mypage-container .pg-mypage-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .pg-mypage-container .pg-mypage-body {
    display: block;
  }
}
.pg-mypage-side {
  width: 150px;
}
@media only screen and (max-width: 600px) {
  .pg-mypage-side {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.pg-mypage-side .pg-mypage-side-item a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
@media only screen and (max-width: 600px) {
  .pg-mypage-side .pg-mypage-side-item a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-mypage-side .pg-mypage-side-item a:hover {
  text-decoration: underline;
}
.pg-mypage-main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  text-align-last: auto;
}
@media only screen and (max-width: 600px) {
  .pg-mypage-main {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.pg-mypage-main .pg-mypage-box {
  margin-bottom: 1.5rem;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}
.pg-mypage-main .pg-mypage-box:not(.not-hover):hover {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.07);
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.07);
}
.pg-mypage-main .pg-mypage-box.not-hover:hover {
  cursor: default;
}
.pg-mypage-main .pg-mypage-box__ttl {
  clear: both;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-inner {
  padding: 1.5rem;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head__label {
  margin-bottom: 0.75rem;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head .pg-mypage-box-head__chat {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head .pg-mypage-box-head__chat.is--on span {
  color: #ff5722;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head .pg-mypage-box-head__chat.is--on i {
  color: #ff5722;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head .pg-mypage-box-head__chat span {
  color: #ccc;
  margin-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-head .pg-mypage-box-head__chat i {
  color: #ccc;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-price__ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
  margin-right: 10px;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-info {
  padding-top: 0.15rem;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-info__ttl {
  font-weight: bold;
  float: left;
  min-width: 50px;
  margin-right: 10px;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-info__txt {
  overflow: hidden;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-inbtm {
  background: #fff;
  border-radius: 0 0 5px 5px;
  cursor: default;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0.75rem 1.5rem;
  z-index: 1;
  position: relative;
}
.pg-mypage-main .pg-mypage-box .pg-mypage-box-inbtm dt {
  margin-right: auto;
  color: #777;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615384615;
}
.pg-mypage-confdetail {
  padding-top: 1.5rem;
}
.pg-mypage-confdetail .p-txtor {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.pg-mypage-confdetail dt,
.pg-mypage-confdetail dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.pg-mypage-confdetail .pg-confdetail:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pg-mypage-confdetail .pg-mypage-confdetail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.pg-support-chat {
  border-top: 1px solid #ebebeb;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.pg-support-chat:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.pg-support-chat .pg-support-chat-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 0.75rem;
}
.pg-support-chat .pg-support-chat-head dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .pg-support-chat .pg-support-chat-head dt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-support-chat .pg-support-chat-head dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .pg-support-chat .pg-support-chat-head dd {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-support-chat .pg-support-chat-msg {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .pg-support-chat .pg-support-chat-msg {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-mypage-login dt {
  margin-bottom: 0.3rem;
}
.alert-message {
  background: #ffebee;
  color: #e53935;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
}
.cancel-msg {
  color: #f54b5e;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
  margin: 1.5rem 0 3rem 0;
}
.cancel-msg strong {
  font-weight: bold;
  display: block;
  color: #f54b5e;
  margin-bottom: 0.75rem;
}
.success-message {
  background: #e3f2fd;
  color: #1565c0;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
}
.reset-password {
  font-weight: bold;
}
.reset-password b {
  display: block;
  margin: 1.5rem 0 3rem 0;
  padding: 1.5rem;
  border: 2px solid #f0f0f0;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
}
.office {
  overflow: hidden;
}
.office dt {
  float: left;
  width: 20%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.office dd {
  padding-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  overflow: hidden;
}
.pg-office-msg-wrapper {
  margin-bottom: 6rem;
}
.pg-office-msg-wrapper .pg-office-msg-inner {
  position: relative;
  margin-bottom: 3rem;
}
.pg-office-msg-wrapper .pg-office-msg-inner h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  height: 4.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 3rem;
  margin: auto;
  background: #1e265e;
}
@media only screen and (max-width: 1023px) {
  .pg-office-msg-wrapper .pg-office-msg-inner h2 {
    height: 85px;
  }
}
@media only screen and (max-width: 800px) {
  .pg-office-msg-wrapper .pg-office-msg-inner h2 {
    position: static;
    height: auto;
    padding: 1.5rem;
    margin-top: 0.75rem;
  }
}
.pg-office-msg-wrapper .pg-office-msg-inner .pg-office-msg-img {
  max-width: 100%;
}
.pg-office-msg-wrapper p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  line-height: 2;
}
.pg-office-mission-wrapper {
  background: #d7e7ff;
  padding: 4.5rem 1.5rem;
  margin-bottom: 6rem;
}
.pg-office-mission {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.444444444444444;
  line-height: 1.8;
}
.ggmap {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 4.5rem;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg-office-outline {
  margin-bottom: 7.5rem;
}
.pg-office-outline dt {
  float: left;
  width: 180px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-office-outline dd {
  padding: 0 0 30px 190px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-office-deteil img {
  width: 100%;
}
.pg-office-deteil p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem 1.5rem;
}
.pg-office-deteil-info {
  margin: 1.5rem 1.5rem 3rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.pg-office-deteil-info p {
  width: 60%;
}
.pg-office-deteil-info dl {
  width: 40%;
  margin: 1.5rem;
}
.pg-office-deteil-info dt {
  font-weight: bold;
  float: left;
  width: 120px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-office-deteil-info dd {
  margin-bottom: 0.75rem;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-office-deteil-staff {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-office-deteil-staff .pg-office-deteil-staff-box {
  width: 25%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
.pg-office-deteil-staff .pg-office-deteil-staff-box img {
  width: 100%;
  border-radius: 5px;
}
.pg-office-deteil-staff .pg-office-deteil-staff-box .staff-name {
  text-align: center;
  margin: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
.pg-office-deteil-staff .pg-office-deteil-staff-box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  margin-bottom: 0.75rem;
}
.pg-office-deteil-staff .pg-office-deteil-staff-box p span {
  color: #777;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.pg-office-important {
  background: #ffebee;
  padding: 3rem;
  margin-bottom: 4.5rem;
}
.pg-office-important h3 {
  margin-bottom: 0.75rem;
  color: #d32f2f;
}
.pg-office-important p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #d32f2f;
}
.pg-payment-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .pg-payment-wrapper {
    display: block;
  }
}
.pg-payment {
  display: block;
  padding-top: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 3rem 3rem;
  width: 31.4%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1024px) {
  .pg-payment {
    width: 50%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-payment-head {
  text-align: center;
  margin-bottom: 1.2rem;
}
.pg-payment-head__img {
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
}
.pg-payment-head__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  font-weight: bold;
}
.pg-payment-head__ttl span {
  display: block;
  font-weight: normal;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.pg-payment__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
.imgbg {
  position: relative;
  height: 790px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.imgbg .imgbg-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.9);
  width: 750px;
  padding: 50px 70px;
}
.imgbg .imgbg-inner .imgbg-num {
  position: absolute;
  text-align: center;
  top: -20px;
  right: 0;
  left: 0;
}
.imgbg .imgbg-inner .imgbg-num p {
  font-size: 16px;
  background-color: #ff6e00;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
}
.imgbg .imgbg-inner .imgbg-num p span {
  font-size: inherit;
  color: #fff;
}
.imgbg .imgbg-inner h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.imgbg .imgbg-inner h2 span {
  color: #ff6d11;
  font-size: inherit;
}
.imgbg .imgbg-inner .imgbg-text {
  font-size: 16px;
  line-height: 2;
}
.imgbg .imgbg-inner .imgbg-text span {
  font-weight: bold;
  background-color: #f7ff00;
}
img {
  vertical-align: bottom;
}
.carlist {
  overflow: hidden;
}
.carlist li {
  position: relative;
  float: left;
}
.carlist li span {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .imgbg {
    height: 600px;
  }
  .imgbg .imgbg-inner h2 {
    font-size: 27px;
  }
  .imgbg .imgbg-inner h2 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .imgbg {
    height: 500px;
  }
  .imgbg .imgbg-inner {
    width: 95%;
    margin: auto;
    padding: 20px;
  }
  .imgbg .imgbg-inner h2 {
    font-size: 21px;
  }
  .imgbg .imgbg-inner h2 br {
    display: none;
  }
  .imgbg .imgbg-inner .imgbg-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.sample1 {
  color: #000;
}
.sample1 .sample2 {
  color: #333;
}
.sample1 .sample2 .sample3 {
  color: #666;
}
.annai {
  padding-bottom: 30px;
  text-align: center;
}
.sample4 {
  width: 10px;
  height: 200px;
  margin: 30px;
}
.sample5 {
  width: 100px;
  height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.sample6 {
  width: 100px;
}
.sample7 {
  width: 250px;
}
.sample8 li:nth-child(1) {
  width: 0px;
}
.sample8 li:nth-child(2) {
  width: 10px;
}
.sample8 li:nth-child(3) {
  width: 20px;
}
.sample8 li:nth-child(4) {
  width: 30px;
}
.sample8 li:nth-child(5) {
  width: 40px;
}
.sample8 li:nth-child(6) {
  width: 50px;
}
body.search .search-wrapper {
  padding-left: 0;
  padding-right: 0;
}
body.search .p-pagehead-box {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.search .p-pagehead-box {
    display: block;
    margin-bottom: 5vw;
  }
}
.pg-search_panel-wrapper {
  background: #cfd8dc;
}
.pg-search_panel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pg-search_panel .pg-search_panel__ttl {
  font-weight: bold;
  margin-bottom: 0.3rem;
  min-width: 100%;
}
.pg-search_panel .p-iptbtn-cartype__ttl__img img {
  max-width: 100%;
  height: auto;
}
.pg-search_panel .pg-search_panel-in {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1px;
}
.pg-search_panel .pg-search_panel-in .pg-search_panel-in__title {
  margin-right: 10px;
  text-align: center;
  min-width: 80px;
}
@media only screen and (max-width: 1023px) {
  .pg-search_panel .pg-search_panel-in .pg-search_panel-in__title {
    min-width: 60px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1024px) {
  .pg-search_panel .pg-search_panel-in .pg-search_panel-in__title {
    min-width: 50px;
  }
}
.pg-search_panel .pg-search_panel-date {
  width: 32%;
}
.pg-search_panel .pg-search_panel-date .p-iptbtn.p-iptbtn-date {
  margin-right: 0;
  border-radius: 5px 0 0 0;
  border-right: 1px dashed #c4e7da;
}
@media only screen and (max-width: 1023px) {
  .pg-search_panel .pg-search_panel-date .p-iptbtn.p-iptbtn-date {
    width: 160px !important;
  }
}
.pg-search_panel .pg-search_panel-date .p-iptbtn.p-iptbtn-date.date--arv {
  border-radius: 0 0 0 5px;
}
.pg-search_panel .pg-search_panel-date .p-iptbtn.p-iptbtn-time {
  border-radius: 0 5px 0 0;
}
@media only screen and (max-width: 1023px) {
  .pg-search_panel .pg-search_panel-date .p-iptbtn.p-iptbtn-time {
    min-width: 90px;
  }
}
.pg-search_panel .pg-search_panel-date .p-iptbtn.p-iptbtn-time.time--arv {
  border-radius: 0 0 5px 0;
}
.pg-search_panel .pg-search_panel-cartype {
  width: 67%;
}
@media only screen and (max-width: 1130px) {
  .pg-search_panel .pg-search_panel-cartype {
    width: 65%;
  }
}
.pg-search_panel .pg-search_panel-cartype .pg-search_panel__ttl {
  margin-left: 10px;
}
.pg-search_panel .pg-search_panel-cartype .cartype-box {
  margin-left: 10px;
  cursor: pointer;
  width: 20%;
}
.pg-search_panel .pg-search_panel-cartype .cartype-box .p-iptbtn-cartype {
  height: 122px;
}
@media only screen and (max-width: 1023px) {
  .pg-search_panel .pg-search_panel-cartype .cartype-box .p-iptbtn-cartype {
    padding-top: 10px;
    height: 92px;
  }
}
.pg-search_panel .pg-search_panel-add {
  min-width: 100%;
  padding-top: 32px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.pg-search_panel .pg-search_panel-add .pg-search_panel-in {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pg-search_panel .pg-search_panel-add .pg-search_panel-add__ttl {
  font-weight: bold;
  margin-right: 30px;
}
.pg-search_action {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0 !important;
}
.pg-search_action .pg-search_action-btn {
  color: #311b92 !important;
  background: #1a237e !important;
  max-width: 360px;
  margin-left: auto;
  border-radius: 0px;
  height: 42px;
  top: 100%;
  right: 10px;
  position: relative;
  display: none;
}
.pg-search_action .pg-search_action-btn:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@media only screen and (min-width: 1024px) {
  .pg-search_action .pg-search_action-btn {
    width: 300px;
    height: 80px;
  }
}
.pg-search_action .pg-search_action-btn span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .pg-search_action .pg-search_action-btn span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.pg-search_action .pg-search_action-btn:before {
  position: absolute;
  left: -35px;
  content: '';
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 35px;
  border-color: #1a237e transparent transparent transparent;
}
@media only screen and (min-width: 1024px) {
  .pg-search_action .pg-search_action-btn:before {
    border-width: 80px 0 0 65px;
    left: -65px;
  }
}
.pg-search_action .pg-search_action-fav {
  position: relative;
  text-decoration: none;
}
.pg-search_action .pg-search_action-fav .p-boll {
  position: absolute;
  top: 0;
  left: 20px;
}
.pg-search_action .pg-search_action-sort {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .pg-search_action .pg-search_action-sort i,
  .pg-search_action .pg-search_action-fav i {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.pg-search-result {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.296296296296296;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .pg-search-result {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
.pg-search-result p {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pg-search-result p {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pg-search_panel-container {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .pg-search_panel-container {
    display: none;
  }
}
.search-wrapper {
  margin-bottom: 4.5rem;
}
.pg-search-box {
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box {
    padding: 0;
    margin: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .pg-search-box {
    display: block;
  }
}
.pg-search-box:hover {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.pg-search-box-fig {
  max-width: 440px;
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box-fig {
    display: block;
    max-width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .pg-search-box-fig {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.pg-search-box-fig img {
  width: 100%;
}
.pg-search-box .pg-search-box-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.9rem 1.5rem 0.9rem 3rem;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box .pg-search-box-body {
    padding: 1.5rem;
  }
}
.pg-search-box .pg-search-box-body .pg-search-box__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  color: #1884b8;
}
@media only screen and (max-width: 800px) {
  .pg-search-box .pg-search-box-body .pg-search-box__ttl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444444444444444;
  }
}
.pg-search-box .pg-search-box-body .pg-search-pricebox {
  padding: 0.75rem 0 0.75rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pg-search-box .pg-search-box-body .pg-search-pricebox .p-nokori {
  padding-right: 10px;
}
.pg-search-box .pg-search-box-body .pg-search-pricebox .p-price {
  margin-right: 10px;
}
.pg-search-box .pg-search-box-body .pg-search-point {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 800px) {
  .pg-search-box .pg-search-box-body .pg-search-point {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.pg-search-box .pg-search-box-body .pg-search-point .p-ipac {
  width: auto;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .pg-search-box .pg-search-box-body .pg-search-point .p-ipac:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .pg-search-box .pg-search-box-body .pg-search-point .p-ipac {
    margin-right: 0;
  }
}
.pg-search-box .pg-search-box-body .pg-search-point .p-ipac:last-child {
  margin-right: 0;
}
.pg-search-box .pg-search-box-body .p-dlindent {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  line-height: 1.5;
}
.pg-search-box .pg-search-box-body .p-dlindent dt {
  color: #777;
}
.pg-search-box .pg-search-box-btm {
  margin-top: 1.05rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box .pg-search-box-btm {
    margin-top: 0;
  }
}
.pg-search-box .pg-search-box-btm .p-btn-favorite {
  width: 9.8rem;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box .pg-search-box-btm .p-btn-favorite {
    position: absolute;
    top: 30px;
    left: 15px;
  }
}
.pg-search-box .pg-search-box-btm .p-btn-detail {
  margin-left: 10px;
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box .pg-search-box-btm .p-btn-detail {
    display: none;
  }
}
.pg-search-box .pg-search-box-btm .pg-search-box-btm__close {
  margin-right: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box .pg-search-box-btm .pg-search-box-btm__close {
    display: none;
  }
}
.pg-search__deadline {
  text-align: right;
}
.pg-sh-funcnav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pg-sh-funcnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
  .pg-sh-funcnav .pg-sh-funcnav-item {
    width: 33.33333%;
    height: 60px;
  }
  .pg-sh-funcnav .pg-sh-funcnav-item:last-child {
    display: none;
  }
  .pg-sh-funcnav .pg-sh-funcnav-item i {
    padding-top: 8px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333333333333;
  }
  .pg-sh-funcnav .pg-sh-funcnav-item .p-ipac__txt {
    padding-top: 0 !important;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.571428571428571;
  }
}
.p-btn--soldout {
  border-radius: 0px;
  background: #fff;
  border: 3px solid #df000f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-btn--soldout .p-btn__text {
  color: #df000f;
}
.pg-search-box.is-soldout:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pg-search-box.is-soldout .p-price__num {
  color: #777;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box {
    border-top: none;
    padding-top: 0;
  }
}
.pg-search-box.is-soldout {
  overflow: hidden;
  border-top: 1px solid #fff;
}
.pg-search-box.is-soldout .pg-search-box-body .pg-search-box__ttl {
  color: #777;
}
.pg-search-box.is-soldout img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.pg-search-box.is-soldout:before {
  font-family: arial;
  content: 'SOLD OUT';
  white-space: pre;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: -155px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.32;
  height: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-left: 150px;
  padding-right: 150px;
  background: #df000f;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .pg-search-box.is-soldout:before {
    top: 25px;
    height: 40px;
    left: -150px;
  }
}
.pg-search-box.is-soldout:after {
  content: '';
  position: absolute;
  z-index: 0;
  background: rgba(0,0,0,0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pg-sh-funcnav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pg-sh-funcnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    z-index: 2;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
  .pg-sh-funcnav .pg-sh-funcnav-item {
    width: 33.33333%;
  }
  .pg-sh-funcnav .pg-sh-funcnav-item:last-child {
    display: none;
  }
  .pg-sh-funcnav .pg-sh-funcnav-item i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.266666666666667;
  }
  .pg-sh-funcnav .pg-sh-funcnav-item .p-ipac__txt {
    padding-top: 2px !important;
  }
}
.pg-search-result-wrapper {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .pg-search-result-wrapper {
    display: block;
  }
}
.pg-search-result-wrapper .pg-search-result {
  margin-bottom: 0;
}
.pg-search-result-wrapper .pg-search_action {
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .pg-search-result-wrapper .pg-search_action {
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .pg-search-result-wrapper .pg-search_action .pg-search_action-sort {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .pg-search-result-wrapper .tg-list-item {
    display: block;
    width: 200px;
  }
  .pg-search-result-wrapper .tg-list-item .tg-list__text {
    top: 4px;
    left: 60px;
  }
}
.torihiki dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  font-weight: bold;
}
.torihiki dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  margin-top: 0.3rem;
  border-bottom: 1px solid #eee;
}
.pg-utility-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.pg-utility-ttl {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.pg-utility {
  margin-bottom: 3rem;
}
.pg-utility dt {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.pg-utility dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */