@charset "UTF-8";
a {
  text-decoration: none;
  color: #FFF; }

.external-link {
  color: #71AA04;
  position: relative;
  padding-right: 2.7rem;
  text-decoration: underline; }
  .external-link:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img/open_in_new.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -.2rem;
    right: 0; }

img {
  width: 100%; }

ul {
  padding: 0; }

input[type="checkbox"], input[type="radio"], input[type="submit"] {
  cursor: pointer; }

@media print, screen and (min-width: 768px) {
  .mb1 {
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) {
  .mb1 {
    margin-bottom: 1rem; } }

@media print, screen and (min-width: 768px) {
  .mb2 {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .mb2 {
    margin-bottom: 2rem; } }

@media print, screen and (min-width: 768px) {
  .mb3 {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 3rem; } }

@media print, screen and (min-width: 768px) {
  .mt4 {
    margin-top: 4rem; } }

@media screen and (max-width: 767px) {
  .mt4 {
    margin-top: 4rem; } }

@media print, screen and (min-width: 768px) {
  .mt6 {
    margin-top: 6rem; } }

@media screen and (max-width: 767px) {
  .mt6 {
    margin-top: 6rem; } }

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

@media print, screen and (min-width: 768px) {
  .sp {
    display: none; } }

html {
  width: 100%;
  color: #333333;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif; }

body {
  font-size: 1.5rem;
  line-height: 2; }

@media print, screen and (min-width: 768px) {
  header {
    width: 100%;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  header {
    width: 100%; } }

.header__copy {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  background-color: #EEE; }
  @media print, screen and (min-width: 768px) {
    .header__copy {
      width: 100%;
      height: 3rem; } }
  @media screen and (max-width: 767px) {
    .header__copy {
      width: 100%;
      height: 3rem; } }
  .header__copy p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }

.header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .header__nav {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .header__nav {
      width: 100%;
      height: 5.6rem;
      border-bottom: 1px solid #71AA04; } }

.header__upper-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .header__upper-wrap {
      width: 108.8rem;
      padding: 1.5rem 0;
      margin: auto;
      height: 9rem; } }
  @media screen and (max-width: 767px) {
    .header__upper-wrap {
      width: 100%;
      height: 5.6rem; } }

@media print, screen and (min-width: 768px) {
  .header__logo {
    display: block;
    width: 30.2rem; }
    .header__logo h1 {
      width: 100%; }
    .header__logo img {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .header__logo {
    width: 65%;
    height: 5.6rem; }
    .header__logo h1 {
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .header__logo a {
      margin: auto 0 auto 1.3rem;
      display: block;
      width: 18.1rem; }
    .header__logo img {
      width: 100%; } }

.header__login {
  position: relative;
  background-color: #71AA04;
  font-weight: 700; }
  @media print, screen and (min-width: 768px) {
    .header__login {
      display: block;
      width: 19.4rem;
      border-radius: 5.6rem; } }
  @media screen and (max-width: 767px) {
    .header__login {
      width: 30%; } }
  .header__login p {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem; }
  .header__login p a {
    color: #FFF;
    display: inline-block;
    width: 100%;
    height: 100%; }

@media print, screen and (min-width: 768px) {
  .header-menu--pc {
    display: block;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    background-color: #71AA04; } }

@media screen and (max-width: 767px) {
  .header-menu--pc {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .header-menu--pc ul {
    display: block;
    width: 108.8rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  .header-menu--pc li {
    display: block;
    width: 20%;
    padding: 0 2rem;
    height: 6rem;
    background-color: #71AA04;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .header-menu--sp {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-menu--sp {
    display: block;
    position: relative;
    width: 15%; }
    .header-menu--sp p {
      position: absolute;
      top: calc(50% - 1.05rem);
      left: calc(50% - 1.05rem);
      width: 2.1rem; } }

.breadcrumb {
  margin: 0 0 3rem 2rem;
  padding: 0;
  list-style: none;
  font-size: 1.3rem; }
  .breadcrumb li {
    display: inline;
    list-style: none; }
    .breadcrumb li::after {
      content: '>';
      padding: 0 0.2em;
      color: #333333; }
    .breadcrumb li:last-child::after {
      content: ''; }
  .breadcrumb li a {
    text-decoration: none;
    color: #333333; }
  .breadcrumb li a:hover {
    text-decoration: underline; }

@media print, screen and (min-width: 768px) {
  .hero__slider {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767px) {
  .hero__slider {
    font-size: 0;
    margin-bottom: 3rem; } }

.hero__slider .slick-dots li.slick-active button:before {
  color: #71AA04;
  opacity: 0.75; }

@media print, screen and (min-width: 768px) {
  .main-content__section {
    width: 108.8rem;
    margin: 0 auto 6rem;
    padding-top: 2rem; } }

@media screen and (max-width: 767px) {
  .main-content__section {
    padding-top: 2rem;
    margin-bottom: 6rem; } }

.main-content__section--bg-green {
  background-color: #F1F7E5; }

.main-content__section h1 {
  width: 100%;
  text-align: center;
  color: #71AA04;
  font-size: 2.4rem; }
  @media print, screen and (min-width: 768px) {
    .main-content__section h1 {
      margin-bottom: 2rem; }
      .main-content__section h1:only-child {
        margin-bottom: 5rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section h1 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; } }

.main-content__section__header-p {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .main-content__section__header-p {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section__header-p {
      margin-bottom: 1.5rem; } }
  .main-content__section__header-p--left {
    text-align: left; }

@media print, screen and (min-width: 768px) {
  .main-content__section__innerwrap {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .main-content__section__innerwrap {
    padding: 3rem; } }

@media screen and (max-width: 767px) {
  .main-content__section--second {
    padding: 0; } }

@media print, screen and (min-width: 768px) {
  .main-content__section--second__innerwrap {
    margin-top: 3rem; } }

@media screen and (max-width: 767px) {
  .main-content__section--second__innerwrap {
    padding: 3rem; } }

.main-content__section__h2 {
  background-color: #71AA04;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .main-content__section__h2 {
      height: 6.4rem;
      line-height: 6.4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section__h2 {
      height: 5.6rem;
      line-height: 5.6rem; } }

.main-content__section__h3 {
  background-color: #F1F7E5;
  border-left: 1rem solid #71AA04;
  padding: 0.6rem 0 0.6rem 1.5rem;
  font-size: 1.8rem; }
  @media print, screen and (min-width: 768px) {
    .main-content__section__h3 {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section__h3 {
      margin-bottom: 3rem; } }

@media print, screen and (min-width: 768px) {
  .main-content__section--third__content {
    width: 72rem;
    margin: 0 auto 3rem; } }

@media screen and (max-width: 767px) {
  .main-content__section--third__content {
    margin: 0 auto 3rem; } }

.main-content__section__h4 {
  font-size: 1.8rem;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .main-content__section__h4 {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section__h4 {
      margin-bottom: 2rem; } }

.main-content__section__p {
  font-size: 1.5rem;
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .main-content__section__p {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section__p {
      margin-bottom: 2rem; } }

@media print, screen and (min-width: 768px) {
  .main-content__section p {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .main-content__section p {
    margin-bottom: 2rem; } }

.main-content__section .alignright-box {
  text-align: right; }

.searchconditions-bydate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .searchconditions-bydate .ttl {
      width: 15%; } }
  .searchconditions-bydate .choice {
    width: 85%; }
    .searchconditions-bydate .choice input {
      width: 100%;
      padding: 1rem;
      text-align: left; }
  .searchconditions-bydate .date {
    border: 1px solid #71AA04 !important;
    background: url(../img/select-allow.svg) right 1.5rem top 50% no-repeat;
    background-size: 12px, 100%;
    padding: 1rem; }
  .searchconditions-bydate--go {
    width: 100%;
    margin-bottom: 3rem;
    position: relative; }
  .searchconditions-bydate--go:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img/step-allow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.8rem 2.4rem;
    width: 100%;
    height: 5.6rem;
    position: absolute;
    bottom: -4.3rem; }
  .searchconditions-bydate--return {
    margin-bottom: 3rem; }
  .searchconditions-bydate select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #71AA04;
    background: url(../img/select-allow.svg) right 1.5rem top 50% no-repeat;
    background-size: 12px, 100%; }
    @media screen and (max-width: 767px) {
      .searchconditions-bydate select {
        font-size: 1.5rem; } }

.btn-single-input-wrap {
  width: 100%;
  text-align: center; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .btn-single-input-wrap {
    margin-top: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .btn-single-input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .btn-single-input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn-single-input-wrap {
    margin-top: 2rem; } }

.btn-single {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  border-width: 0; }
  @media print, screen and (min-width: 768px) {
    .btn-single {
      font-size: 2rem;
      width: 31.4rem;
      height: 5.6rem;
      border-radius: 2.8rem; } }
  @media screen and (max-width: 767px) {
    .btn-single {
      font-size: 2rem;
      width: 100%;
      height: 5.6rem;
      border-radius: 2.8rem; } }
  .btn-single--green {
    display: block;
    margin: auto;
    background: #71AA04; }
    @media print, screen and (min-width: 768px) {
      .btn-single--green {
        font-size: 2rem;
        width: 31.4rem;
        height: 5.6rem;
        line-height: 5.6rem;
        border-radius: 2.8rem;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      .btn-single--green {
        font-size: 2rem;
        width: 100%;
        height: 5.6rem;
        line-height: 5.6rem;
        border-radius: 2.8rem;
        margin-bottom: 2rem; } }
  .btn-single--greenborder {
    display: block;
    border: 1px solid #71AA04;
    color: #71AA04;
    margin: auto; }
    @media print, screen and (min-width: 768px) {
      .btn-single--greenborder {
        font-size: 2rem;
        width: 31.4rem;
        height: 5.6rem;
        line-height: 5.6rem;
        border-radius: 2.8rem;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      .btn-single--greenborder {
        font-size: 2rem;
        width: 100%;
        height: 5.6rem;
        line-height: 5.6rem;
        border-radius: 2.8rem;
        margin-bottom: 2rem; } }
  .btn-single--greenborderthin {
    display: block;
    border: 1px solid #71AA04;
    color: #71AA04;
    margin: auto;
    font-weight: normal; }
    @media print, screen and (min-width: 768px) {
      .btn-single--greenborderthin {
        font-size: 1.5rem;
        width: 31.4rem;
        height: 4rem;
        line-height: 4rem;
        border-radius: 2.8rem;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      .btn-single--greenborderthin {
        font-size: 1.5rem;
        width: 100%;
        height: 4rem;
        line-height: 4rem;
        border-radius: 2.8rem;
        margin-bottom: 2rem; } }
  .btn-single--input-wrap {
    width: 100%;
    text-align: center; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .btn-single--input-wrap {
    margin-top: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .btn-single--input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .btn-single--input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn-single--input-wrap {
    margin-top: 2rem; } }

.btn-single-small {
  position: relative;
  text-align: center;
  color: #71AA04;
  border: solid #71AA04 0.1rem;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .btn-single-small {
      font-size: 2rem;
      width: 20.6rem;
      height: 4rem;
      border-radius: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .btn-single-small {
      font-size: 2rem;
      width: 80%;
      height: 4rem;
      border-radius: 2.4rem; } }
  .btn-single-small a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #71AA04; }
    @media print, screen and (min-width: 768px) {
      .btn-single-small a {
        font-size: 1.5rem;
        line-height: 3.8rem; } }
    @media screen and (max-width: 767px) {
      .btn-single-small a {
        font-size: 1.5rem;
        line-height: 3.8rem; } }
  .btn-single-small--input-wrap {
    width: 100%;
    text-align: center; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .btn-single-small--input-wrap {
    margin-top: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .btn-single-small--input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .btn-single-small--input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn-single-small--input-wrap {
    margin-top: 2rem; } }
  .btn-single-small--input {
    position: relative;
    text-align: center;
    color: #71AA04;
    border: solid #71AA04 0.1rem;
    background-color: #fff;
    margin: auto; }
    @media print, screen and (min-width: 768px) {
      .btn-single-small--input {
        font-size: 1.5rem;
        width: 20.6rem;
        height: 4rem;
        border-radius: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .btn-single-small--input {
        font-size: 1.5rem;
        width: 80%;
        height: 4rem;
        border-radius: 2.4rem; } }

.btn-single--dl {
  position: relative;
  text-align: center;
  color: #71AA04;
  border: solid #71AA04 0.1rem;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .btn-single--dl {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .btn-single--dl {
      margin-top: 3rem; } }
  @media print, screen and (min-width: 768px) {
    .btn-single--dl {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .btn-single--dl {
      margin-bottom: 2rem; } }
  @media print, screen and (min-width: 768px) {
    .btn-single--dl {
      font-size: 2rem;
      width: 31.4rem;
      height: 4rem;
      border-radius: 2.4rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .btn-single--dl {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .btn-single--dl {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .btn-single--dl {
      font-size: 2rem;
      width: 100%;
      height: 4rem;
      border-radius: 2.4rem; } }
  .btn-single--dl a {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #71AA04;
    line-height: 4rem; }
    @media print, screen and (min-width: 768px) {
      .btn-single--dl a {
        font-size: 1.5rem;
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 767px) {
      .btn-single--dl a {
        font-size: 1.5rem;
        width: 100%;
        height: 100%; } }
  @media print, screen and (min-width: 768px) {
    .btn-single--dl a:before {
      display: inline-block;
      content: ' ';
      background-image: url("../img//file-download-solid.svg");
      background-repeat: no-repeat;
      background-position: center left 3rem;
      background-size: 1.2rem 1.6rem;
      width: 100%;
      height: 4rem;
      position: absolute;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 767px) {
    .btn-single--dl a:before {
      display: inline-block;
      content: ' ';
      background-image: url("../img//file-download-solid.svg");
      background-repeat: no-repeat;
      background-position: center left 3rem;
      background-size: 1.8rem 2.4rem;
      width: 100%;
      height: 4rem;
      position: absolute;
      left: 0;
      top: 0; } }

.btn-w-icon-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn-w-icon {
  position: relative;
  text-align: center;
  height: 7.2rem;
  border-radius: 0.8rem;
  background: #71AA04;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 768px) {
    .btn-w-icon {
      width: 53.6rem; } }
  @media screen and (max-width: 767px) {
    .btn-w-icon {
      width: 100%; } }
  .btn-w-icon p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    font-weight: 700;
    font-size: 2rem; }
  .btn-w-icon--green {
    background: #71AA04; }
  .btn-w-icon p {
    height: 100%;
    line-height: 7.2rem; }
  .btn-w-icon__p--jikokosho {
    background-image: url("../img//icon_repair.svg");
    background-repeat: no-repeat;
    background-position: center right 3rem;
    background-size: 10rem 10rem; }
  .btn-w-icon__p--hokokusho {
    background-image: url("../img//icon_crash.svg");
    background-repeat: no-repeat;
    background-position: center right 3rem;
    background-size: 10rem 10rem; }
    .btn-w-icon__p--hokokusho a:before {
      display: inline-block;
      content: ' ';
      background-image: url("../img//icon_pdf.svg");
      background-repeat: no-repeat;
      background-position: center left 2rem;
      background-size: 1.8rem 2.4rem;
      width: 100%;
      height: 7.2rem;
      position: absolute;
      left: 0; }

.bnr-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .bnr-list .bnr-list__item {
      width: 24%; } }
  @media screen and (max-width: 767px) {
    .bnr-list .bnr-list__item {
      width: 48%;
      margin-bottom: 2rem; } }

@media print, screen and (min-width: 768px) {
  .middle-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 108.8rem;
    margin: auto; } }

.middle-nav__item {
  line-height: 2;
  position: relative;
  font-weight: 700;
  border-bottom: solid 1px #EEE; }
  @media print, screen and (min-width: 768px) {
    .middle-nav__item {
      width: 35.2rem;
      margin-right: 1.6rem;
      margin-bottom: 2rem;
      padding-bottom: 1rem; }
      .middle-nav__item:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .middle-nav__item {
      font-size: 2rem;
      margin-bottom: 2rem;
      height: 7.4rem; }
      .middle-nav__item:last-child {
        margin-bottom: 0; } }
  .middle-nav__item--haisha:before {
    display: inline-block;
    content: ' ';
    background-image: url("../img//icon_car-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.8rem 2.8rem;
    background-color: #71AA04;
    height: 5.4rem;
    width: 5.4rem;
    border-radius: 50%;
    top: 1rem;
    position: relative; }
  .middle-nav__item--ryokin:before {
    display: inline-block;
    content: ' ';
    background-image: url("../img//icon_card.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.8rem 2.8rem;
    background-color: #71AA04;
    height: 5.4rem;
    width: 5.4rem;
    border-radius: 50%;
    top: 1rem;
    position: relative; }
  .middle-nav__item--hoken:before {
    display: inline-block;
    content: ' ';
    background-image: url("../img//icon_heart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.8rem 2.8rem;
    background-color: #71AA04;
    height: 5.4rem;
    width: 5.4rem;
    border-radius: 50%;
    top: 1rem;
    position: relative; }
  .middle-nav__item--jiko:before {
    display: inline-block;
    content: ' ';
    background-image: url("../img//icon_crash-1.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
    background-color: #71AA04;
    height: 5.4rem;
    width: 5.4rem;
    border-radius: 50%;
    top: 1rem;
    position: relative; }
  .middle-nav__item--QA:before {
    display: inline-block;
    content: ' ';
    background-image: url("../img//icon_question.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
    background-color: #71AA04;
    height: 5.4rem;
    width: 5.4rem;
    border-radius: 50%;
    top: 1rem;
    position: relative; }
  .middle-nav__item--yoyaku:before {
    display: inline-block;
    content: ' ';
    background-image: url("../img//icon_phone.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
    background-color: #71AA04;
    height: 5.4rem;
    width: 5.4rem;
    border-radius: 50%;
    top: 1rem;
    position: relative; }
  .middle-nav__item a {
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    padding-left: 5.4rem; }

.step-box__item {
  background-color: #F1F7E5;
  margin: 0 0 3rem;
  padding: 2rem;
  position: relative;
  text-align: center; }
  .step-box__item:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -2rem;
    right: 0; }
  .step-box__item:last-child:after {
    display: none; }
  .step-box__item h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
    .step-box__item h1:only-child {
      margin-bottom: 1rem; }

.joint-box__item {
  background-color: #F1F7E5;
  margin: 0 0 3rem;
  padding: 2rem;
  position: relative;
  text-align: center; }
  .joint-box__item:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img/plus_green.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -2rem;
    right: 0; }
  .joint-box__item:last-child:after {
    display: none; }
  .joint-box__item h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
    .joint-box__item h1:only-child {
      margin-bottom: 1rem; }

.joint-box--alert__item:after {
  background-image: url(../img/plus_red.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2rem;
  right: 0; }

.joint-box--alert__item:last-child:after {
  display: none; }

.joint-box--alert h1 {
  font-size: 1.8rem;
  color: #ED0F0F; }

.joint-box--alert p {
  color: #ED0F0F; }

.single-table-wrap {
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .single-table-wrap {
      width: 35.2rem; } }
  @media screen and (max-width: 767px) {
    .single-table-wrap {
      width: 100%; } }
  .single-table-wrap p {
    width: 100%;
    text-align: right;
    font-size: 1.3rem; }

.footer-nav {
  background-color: #F1F7E5; }
  @media print, screen and (min-width: 768px) {
    .footer-nav {
      padding: 3rem 0; } }
  @media screen and (max-width: 767px) {
    .footer-nav {
      padding: 3rem; } }
  .footer-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      .footer-nav ul {
        width: 72rem;
        margin: auto; } }
  .footer-nav li {
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .footer-nav li {
        font-size: 1.5rem;
        width: 46%;
        margin-bottom: 2rem; }
        .footer-nav li:last-child, .footer-nav li:nth-last-child(2) {
          margin-bottom: 0; } }
    .footer-nav li a {
      display: block;
      color: #333333;
      text-align: center;
      width: 100%;
      border-bottom: solid #71AA04 1px; }

@media print, screen and (min-width: 768px) {
  .footer__about-innerwrap {
    width: 102.8rem;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; } }

.footer__about {
  background-color: #71AA04;
  color: #FFF; }
  @media print, screen and (min-width: 768px) {
    .footer__about {
      padding: 3rem; } }
  @media screen and (max-width: 767px) {
    .footer__about {
      padding: 3rem; } }
  .footer__about h1 {
    text-align: center;
    font-size: 0; }
    @media screen and (max-width: 767px) {
      .footer__about h1 {
        margin-bottom: 1rem; } }
    .footer__about h1 img {
      display: inline-block; }
      @media print, screen and (min-width: 768px) {
        .footer__about h1 img {
          width: 10rem; } }
      @media screen and (max-width: 767px) {
        .footer__about h1 img {
          width: 11.9rem; } }
  .footer__about .footer__company-detail {
    line-height: 2; }
    @media print, screen and (min-width: 768px) {
      .footer__about .footer__company-detail {
        margin-left: 4.95rem;
        font-size: 1.3rem;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 767px) {
      .footer__about .footer__company-detail {
        font-size: 1.3rem;
        margin-bottom: 2rem; } }
    @media print, screen and (min-width: 768px) {
      .footer__about .footer__company-detail h2 {
        font-size: 1.5rem;
        font-weight: 700; } }
    @media screen and (max-width: 767px) {
      .footer__about .footer__company-detail h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .footer__about .footer__supplement {
      font-size: 1.1rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .footer__about .footer__copyright {
    text-align: center;
    font-size: 1.1rem; }

/*SPメニュー*/
html.menu-open {
  overflow: hidden; }

.menu {
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.1rem;
  z-index: 99; }

.menu__line {
  background: #71AA04;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%; }

.menu__line--center {
  top: 9px; }

.menu__line--bottom {
  bottom: 0; }

.menu__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu__line--center.active {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.header-menu--sp img {
  vertical-align: baseline; }

.gnav {
  background: white;
  display: none;
  height: calc(100vh - 8.5rem);
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 8.5rem; }

.gnav__wrap {
  height: 100%;
  position: absolute;
  width: 100%;
  padding: 0 3rem; }
  .gnav__wrap .footer__copyright {
    margin: auto;
    text-align: center; }

.gnav__menu {
  width: 100%; }

.gnav__menu__item {
  margin: 1rem 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid #EEE; }

.gnav__menu__item a {
  color: #333333;
  font-size: 1.5em;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.gnav__menu__item a:hover {
  color: #666; }

@media screen and (max-width: 767px) {
  .gnav__menu__item--footer {
    padding: 0; } }

.gnav__menu__item--footer .gnav-menu-footer__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4rem 0; }
  .gnav__menu__item--footer .gnav-menu-footer__list__item {
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .gnav__menu__item--footer .gnav-menu-footer__list__item {
        font-size: 1.5rem;
        width: 48%;
        margin-bottom: 2rem; }
        .gnav__menu__item--footer .gnav-menu-footer__list__item:last-child, .gnav__menu__item--footer .gnav-menu-footer__list__item:nth-last-child(2) {
          margin-bottom: 0; } }
  .gnav__menu__item--footer .gnav-menu-footer__list a {
    display: block;
    color: #333333;
    text-align: center;
    width: 100%;
    border-bottom: solid #71AA04 1px; }

@media print, screen and (min-width: 768px) {
  .pc-hero {
    width: 108.8rem;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .pc-hero__hero {
      /*width: 72rem; }*/
      width: 100%; }
      .pc-hero__hero .main-content__section {
        width: 100%; }
      .pc-hero__hero .home-topic {
        width: 100%;
        padding-bottom: 0;
        padding-top: 3rem; }
        .pc-hero__hero .home-topic__item {
          margin-bottom: 1.5em;
          padding-bottom: 1.5rem;
          margin-right: 3rem;
          border-bottom: 1px dashed #EEE;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex; }
          .pc-hero__hero .home-topic__item:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none; }
          .pc-hero__hero .home-topic__item dt {
            margin-right: 1rem;
            font-weight: normal; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .pc-hero__side {
      width: 36.8rem; }
      .pc-hero__side .main-content__section {
        width: 100%;
        padding: 2rem 3rem; } }

.car-type {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.3rem;
  margin-bottom: 2rem; }
  .car-type label {
    padding-left: 3rem;
    display: inline-block; }
  .car-type td {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    overflow-wrap: break-word;
    font-weight: normal;
    background-color: #FFF;
    width: 50%;
    position: relative;
    margin-left: 1rem; }
    .car-type td strong {
      font-weight: bold; }
  .car-type input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute; }
  .car-type input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border: 2px solid #71AA04;
    border-radius: 0.3rem;
    margin-right: .5rem;
    position: absolute;
    left: 10px;
    top: 25%; }
  .car-type input[type="checkbox"]:checked + span::before {
    background-image: url("../img//check_box.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8rem 1.8rem;
    border: 0; }

.home-topic {
  padding-bottom: 0; }
  .home-topic__item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #EEE; }
    .home-topic__item:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .home-topic__item td {
      font-weight: normal; }

.home-form {
  position: relative; }

.home-form-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 247, 229, 0.8);
  z-index: 100; }
  .home-form-overlay__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 3rem; }
  .home-form-overlay__baloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 2rem;
    width: 100%;
    color: #71AA04;
    background: #FFF;
    border: solid 2px #71AA04;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center; }
    .home-form-overlay__baloon:before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      margin-left: -5px;
      border: 5px solid transparent;
      border-top: 10px solid #FFF;
      z-index: 2; }
    .home-form-overlay__baloon:after {
      content: "";
      position: absolute;
      bottom: -21px;
      left: 50%;
      margin-left: -7px;
      border: 7px solid transparent;
      border-top: 12px solid #71AA04;
      z-index: 1; }
    .home-form-overlay__baloon p {
      margin: 0;
      padding: 0; }
    .home-form-overlay__baloon__subtxt {
      font-size: 1.5rem; }
    .home-form-overlay__baloon__maintxt {
      font-size: 2.4rem;
      font-weight: bold; }
  .home-form-overlay__loginbtn {
    background-color: #71AA04;
    border-radius: 5rem;
    width: 100%;
    height: 7.2rem;
    line-height: 7.2rem;
    font-size: 2rem;
    text-align: center; }
    .home-form-overlay__loginbtn a {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .home-form-overlay__signinbtn {
    background-color: #FFF;
    border-radius: 5rem;
    border: solid 2px #71AA04;
    width: 80%;
    height: 4.8rem;
    line-height: 4.7rem;
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem auto 0; }
    .home-form-overlay__signinbtn a {
      color: #71AA04;
      width: 100%;
      height: 100%; }

.reservation-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .reservation-steps {
      width: 96rem;
      padding: 0 3rem;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .reservation-steps {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .reservation-steps {
      margin-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .reservation-steps {
      margin-top: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .reservation-steps {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .reservation-steps {
      padding: 0 3rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .reservation-steps {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .reservation-steps {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .reservation-steps {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .reservation-steps {
      margin-top: 2rem; } }

.reservation-steps__item {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .reservation-steps__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; } }
  @media screen and (max-width: 767px) {
    .reservation-steps__item {
      width: 20%; } }
  .reservation-steps__item dt {
    background-color: #EEE;
    border-radius: 50%;
    position: relative;
    color: #FFF;
    margin: auto; }
    @media print, screen and (min-width: 768px) {
      .reservation-steps__item dt {
        width: 4rem;
        height: 4rem; } }
    @media screen and (max-width: 767px) {
      .reservation-steps__item dt {
        width: 4rem;
        height: 4rem; } }
    .reservation-steps__item dt span {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 767px) {
      .reservation-steps__item dt:after {
        display: inline-block; } }
  .reservation-steps__item:last-child dt:after {
    display: inline-block;
    content: ' ';
    background-image: none; }
  .reservation-steps__item--active dt {
    background-color: #71AA04; }
    @media screen and (max-width: 767px) {
      .reservation-steps__item--active dt:after {
        display: inline-block;
        content: ' ';
        background-image: url(../img//dots-active.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 2rem 0.4rem;
        width: 100%;
        height: 4rem;
        position: absolute;
        top: 0;
        right: -3.4rem; } }
  @media print, screen and (min-width: 768px) {
    .reservation-steps__item dd {
      line-height: 4rem;
      position: relative;
      margin-left: 1rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .reservation-steps__item dd span {
        margin: auto; } }
  @media screen and (max-width: 767px) {
    .reservation-steps__item dd {
      font-size: 1rem; } }
  @media print, screen and (min-width: 768px) {
    .reservation-steps__item dd:after {
      display: inline-block;
      content: ' ';
      background-image: url(../img//dots.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2rem 0.4rem;
      width: 2rem;
      height: 4rem;
      position: absolute;
      top: 0;
      right: -3.3rem; } }
  .reservation-steps__item:last-child dd:after {
    display: inline-block;
    content: ' ';
    background-image: none; }
  @media print, screen and (min-width: 768px) {
    .reservation-steps__item--active dd:after {
      display: inline-block;
      content: ' ';
      background-image: url(../img//dots-active.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2rem 0.4rem;
      width: 2rem;
      height: 4rem;
      position: absolute;
      top: 0;
      right: -3.3rem; } }

@media print, screen and (min-width: 768px) {
  .main-content__section__innerwrap--reservation {
    width: 53.6rem;
    margin: auto; }
    .main-content__section__innerwrap--reservation .main-content__section__p {
      text-align: left; } }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .cartypeselect {
    margin-bottom: 4rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .cartypeselect {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .cartypeselect {
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .cartypeselect {
    margin-bottom: 1rem; } }

.cartypeselect h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: normal; }

.cartypeselect-checklist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .cartypeselect-checklist {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between; } }

.cartypeselect-checklist__item {
  display: inline-block;
  position: relative;
  border: 1px solid #71AA04; }
  @media print, screen and (min-width: 768px) {
    .cartypeselect-checklist__item {
      width: 9.8rem;
      height: 9.8rem;
      text-align: center;
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .cartypeselect-checklist__item:nth-of-type(5n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .cartypeselect-checklist__item {
      width: 9.8rem;
      height: 9.8rem;
      text-align: center;
      margin-bottom: 1rem; } }
  .cartypeselect-checklist__item--checked {
    border: 3px solid #71AA04;
    background-color: #F1F7E5; }
  .cartypeselect-checklist__item--cartype01:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_01.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype02:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_02.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype03:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_03.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype04:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_04.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype05:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_05.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype06:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_06.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype07:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_07.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype08:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_08.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype09:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_09.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype10:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_10.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype11:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_11.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype12:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_12.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype13:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_13.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype14:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_14.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype15:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_15.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item--cartype16:after {
    display: inline-block;
    content: ' ';
    background-image: url(../img//car_type_16.png);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 5.6rem 3.6rem;
    width: 100%;
    height: 100%; }
  .cartypeselect-checklist__item span {
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: 1; }
  .cartypeselect-checklist__item .cartypeselect-checklist__input {
    display: none; }

.carnum-select-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .carnum-select-wrap {
      padding: 0 1.9rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .carnum-select-wrap {
      margin-top: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .carnum-select-wrap {
      margin-top: 3rem; } }

.carnum-select {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .carnum-select {
      width: 31.4rem;
      margin-right: 5.4rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .carnum-select {
      padding-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .carnum-select {
      padding-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .carnum-select {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .carnum-select {
      margin-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) {
      .carnum-select:nth-of-type(3n) {
        margin-right: 0; } }

.carnum-select__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: left; }
  .carnum-select__ttl .carnum-select__imgbox {
    /*border: 1px solid #EEE;*/
    position: relative;
    width: 48%; }
    .carnum-select__ttl .carnum-select__imgbox:after {
      display: inline-block;
      content: ' ';
      /*background-image: url(../img//info-icon.svg);
      background-repeat: no-repeat;
      background-position: right bottom;*/
      width: 3.2rem;
      height: 3.2rem;
      position: absolute;
      bottom: 0;
      right: 0; }
  .carnum-select__ttl .carum-select__mount__label {
    width: 48%; }
  .carnum-select__ttl .carum-select__like {
    position: relative; }
    .carnum-select__ttl .carum-select__like__input[type="checkbox"] {
      opacity: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: absolute; }
    .carnum-select__ttl .carum-select__like__input[type="checkbox"] + label::before {
      cursor: pointer;
      position: absolute;
      bottom: 0;
      right: 0;
      display: inline-block;
      content: '';
      width: 2.5rem;
      height: 2.4rem;
      background-image: url("../img//star-regular.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 2.5rem 2.4rem;
      border: 0; }
    .carnum-select__ttl .carum-select__like__input[type="checkbox"]:checked + label::before {
      background-image: url("../img//star-solid.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 2.5rem 2.4rem;
      border: 0; }
  .carnum-select__ttl .carum-select__type {
    display: inline-block;
    background-color: #F1F7E5;
    color: #71AA04;
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      .carnum-select__ttl .carum-select__type {
        font-size: 1.3rem;
        padding: .5rem; } }
    @media screen and (max-width: 767px) {
      .carnum-select__ttl .carum-select__type {
        font-size: 1.3rem;
        padding: .5rem; } }
  .carnum-select__ttl .carum-select__license {
    display: inline-block;
    border: 1px solid #71AA04;
    border-radius: .5rem;
    text-align: center;
    color: #71AA04; }
    @media print, screen and (min-width: 768px) {
      .carnum-select__ttl .carum-select__license {
        font-size: 1.3rem;
        padding: .5rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .carnum-select__ttl .carum-select__license {
      margin-top: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .carnum-select__ttl .carum-select__license {
      margin-top: 1rem; } }
    @media screen and (max-width: 767px) {
      .carnum-select__ttl .carum-select__license {
        font-size: 1.3rem;
        padding: .5rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .carnum-select__ttl .carum-select__license {
      margin-top: 1rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .carnum-select__ttl .carum-select__license {
      margin-top: 1rem; } }

.carum-select__price-list {
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .carum-select__price-list {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) {
    .carum-select__price-list {
      margin-top: 2rem; } }
  @media print, screen and (min-width: 768px) {
    .carum-select__price-list {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    .carum-select__price-list {
      margin-bottom: 1rem; } }
  .carum-select__price-list th {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    text-align: left;
    font-weight: normal; }
  .carum-select__price-list td {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    text-align: right; }

.carum-select__price {
  border-collapse: collapse;
  border: 1px solid #71AA04;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .carum-select__price {
      margin-top: 1rem; } }
  @media screen and (max-width: 767px) {
    .carum-select__price {
      margin-top: 1rem; } }
  @media print, screen and (min-width: 768px) {
    .carum-select__price {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .carum-select__price {
      margin-bottom: 2rem; } }
  .carum-select__price th {
    border: 1px solid #71AA04;
    width: auto;
    padding: 1rem .5rem;
    background-color: #71AA04;
    font-weight: normal;
    text-align: left;
    color: #FFF; }
  .carum-select__price td {
    border: 1px solid #71AA04;
    width: auto;
    padding: .5rem;
    text-align: right; }

.carnum-select__number-wrap {
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EEE;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .carnum-select__number-wrap {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .carnum-select__number-wrap {
      margin-bottom: 2rem; } }
  .carnum-select__number-wrap .carnum-select__number {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 40%;
    margin: auto; }
    .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext-wrap {
      border: 1px solid #71AA04;
      position: relative;
      margin: 0 .5rem; }
      @media print, screen and (min-width: 768px) {
        .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext-wrap {
          width: 6rem; } }
      @media screen and (max-width: 767px) {
        .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext-wrap {
          width: 6rem; } }
      .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext-wrap:after {
        display: inline-block;
        content: "台";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #71AA04;
        font-weight: bold;
        text-align: right;
        padding: 0.3rem;
        font-size: 1.3rem;
        line-height: 2.4rem; }
    .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext {
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext {
          width: 6rem; } }
      @media screen and (max-width: 767px) {
        .carnum-select__number-wrap .carnum-select__number .carnum-select__numtext {
          width: 6rem; } }
    .carnum-select__number-wrap .carnum-select__number .carnum-select__numbtn {
      background-color: #71AA04;
      border-radius: .5rem;
      font-weight: bold;
      color: #FFF;
      border-width: 0;
      padding: 0 1rem; }
  .carnum-select__number-wrap p {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .carnum-select__number-wrap p span {
      font-weight: bold; }

@media print, screen and (min-width: 768px) {
  .subtotal-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 5rem; } }

@media print, screen and (min-width: 768px) {
  .subtotal-box .main-content__section--second__innerwrap--subtotal-box {
    text-align: center;
    width: 53.6rem;
    padding: 3rem; } }

@media screen and (max-width: 767px) {
  .subtotal-box .main-content__section--second__innerwrap--subtotal-box {
    padding: 3rem; } }

.change-date {
  background-color: #F1F7E5;
  padding: 3rem; }
  @media print, screen and (min-width: 768px) {
    .change-date {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .change-date {
      margin-bottom: 2rem; } }
  @media print, screen and (min-width: 768px) {
    .change-date {
      width: 53.6rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .change-date {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .change-date {
    margin-bottom: 4rem; } }
  @media print, screen and (min-width: 768px) {
    .change-date h2 {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .change-date h2 {
      font-size: 1.8rem;
      text-align: center; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .change-date h2 {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .change-date h2 {
      margin-bottom: 1rem; } }

.reseved-date {
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .reseved-date {
      width: 72rem;
      margin: 3rem auto 6.8rem; } }
  .reseved-date th {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    text-align: left;
    font-weight: normal; }
    @media print, screen and (min-width: 768px) {
      .reseved-date th {
        padding: 1.6rem 1rem; } }
  .reseved-date td {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    text-align: right; }
    @media print, screen and (min-width: 768px) {
      .reseved-date td {
        text-align: left;
        padding: 1.6rem 1rem; } }
  @media print, screen and (min-width: 768px) {
    .reseved-date--chage-date {
      width: 47.6rem;
      margin: 2rem auto 3rem;
      margin-bottom: 1.5rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .reseved-date--chage-date {
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .reseved-date--chage-date {
    margin-bottom: 1rem; } }

.change-date__btn-wrap {
  text-align: right; }

.change-date__btn {
  background-color: #71AA04;
  border-radius: .5rem;
  font-weight: bold;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  display: inline-block; }

@media print, screen and (min-width: 768px) {
  .subtotal-list {
    width: 100%;
    margin: 0 auto 0; } }

.subtotal-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .subtotal-list li {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    .subtotal-list li {
      margin-bottom: 1rem; } }

.subtotal-list .subtotal-list__item--sumtotal {
  border-top: solid 1px #707070; }
  @media print, screen and (min-width: 768px) {
    .subtotal-list .subtotal-list__item--sumtotal {
      padding-top: 1rem; } }
  @media screen and (max-width: 767px) {
    .subtotal-list .subtotal-list__item--sumtotal {
      padding-top: 1rem; } }

.selectedcar-option-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .selectedcar-option-wrap {
      padding: 0 1.9rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .selectedcar-option-wrap {
      margin-top: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .selectedcar-option-wrap {
      margin-top: 3rem; } }

.selectedcar-option {
  font-weight: bold;
  border-bottom: 1px solid #71AA04; }
  @media print, screen and (min-width: 768px) {
    .selectedcar-option {
      font-size: 1.8rem;
      width: 31.4rem;
      margin-right: 5.4rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .selectedcar-option {
      padding-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .selectedcar-option {
      padding-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .selectedcar-option {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .selectedcar-option {
      margin-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) {
      .selectedcar-option:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .selectedcar-option {
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .selectedcar-option {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .selectedcar-option {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .selectedcar-option {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .selectedcar-option {
      margin-bottom: 3rem; } }
  .selectedcar-option__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
    @media print, screen and (min-width: 768px) {
      .selectedcar-option__ttl {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .selectedcar-option__ttl {
        margin-bottom: 1rem; } }
  .selectedcar-option__imgbox {
    border: 1px solid #EEE;
    position: relative;
    width: 50%; }
  .selectedcar-option__num {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: normal; }
    .selectedcar-option__num span {
      font-weight: bold; }
  .selectedcar-option__ttltxt {
    margin-left: 1rem;
    width: 50%; }
  .selectedcar-option__inputarea {
    width: 90%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .selectedcar-option input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute; }
  .selectedcar-option input[type="checkbox"] + table::before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border: 2px solid #71AA04;
    border-radius: 0.3rem;
    margin-right: .5rem;
    position: absolute;
    left: -10%;
    top: 25%; }
  .selectedcar-option input[type="checkbox"]:checked + table::before {
    background-image: url("../img//check_box.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8rem 1.8rem;
    border: 0; }
  .selectedcar-option table {
    position: relative;
    margin-left: 10%;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-size: 1.3rem; }
    .selectedcar-option table th {
      border: 1px solid #707070;
      width: auto;
      padding: .5rem;
      text-align: left;
      font-weight: normal;
      overflow-wrap: break-word; }
    .selectedcar-option table th.bottom {
      border-top: 0; }
    .selectedcar-option table td {
      border: 1px solid #707070;
      width: auto;
      padding: .5rem;
      text-align: right;
      overflow-wrap: break-word; }
    .selectedcar-option table td.bottom {
      border-top: 0; }

.equipment-select-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .equipment-select-wrap {
    margin-top: 3rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .equipment-select-wrap {
    margin-top: 3rem; } }

.equipment-select {
  border: 1px solid #EEE;
  padding: 2rem; }
  @media print, screen and (min-width: 768px) {
    .equipment-select {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .equipment-select {
      margin-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) {
    .equipment-select {
      width: 35.2rem;
      margin-right: 1.6rem; }
      .equipment-select:nth-of-type(3n) {
        margin-right: 0; } }
  .equipment-select__select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #707070;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .equipment-select__select {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .equipment-select__select {
        margin-bottom: 1rem; } }
    @media print, screen and (min-width: 768px) {
      .equipment-select__select {
        padding-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .equipment-select__select {
        padding-bottom: 1rem; } }
  .equipment-select__imgbox {
    border: 1px solid #EEE;
    position: relative;
    width: 33.33%; }
  .equipment-select__txtbox {
    width: 66.33%;
    margin-left: 1rem; }
    .equipment-select__txtbox__price {
      margin: 0 0 0 auto;
      width: 60%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
      @media print, screen and (min-width: 768px) {
        .equipment-select__txtbox__price {
          margin-top: 1rem; } }
      @media screen and (max-width: 767px) {
        .equipment-select__txtbox__price {
          margin-top: 1rem; } }
      .equipment-select__txtbox__price .left {
        display: inline-block;
        width: 45%;
        text-align: center; }
      .equipment-select__txtbox__price .right {
        display: inline-block;
        width: 50%;
        text-align: right;
        margin-left: 5%; }
    .equipment-select__txtbox__num {
      margin: 0 0 0 auto;
      width: 60%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
      @media print, screen and (min-width: 768px) {
        .equipment-select__txtbox__num {
          margin-top: 1rem; } }
      @media screen and (max-width: 767px) {
        .equipment-select__txtbox__num {
          margin-top: 1rem; } }
      .equipment-select__txtbox__num label {
        width: 45%;
        text-align: center; }
      .equipment-select__txtbox__num select {
        width: 50%;
        height: 3rem;
        padding: 0 .5rem;
        margin-left: 5%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #71AA04;
        background: url(../img/select-allow.svg) right 5% top 50% no-repeat;
        background-size: 12px, 100%;
        text-align: center; }
        .equipment-select__txtbox__num select option {
          text-align: center; }
  .equipment-select .equipment-select__subtotal {
    text-align: right;
    font-size: 1.5rem; }
    .equipment-select .equipment-select__subtotal strong {
      font-weight: bold;
      font-size: 1.8rem; }

.radio-table {
  font-size: 0;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .radio-table {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .radio-table {
      margin-bottom: 3rem; } }
  .radio-table__first {
    display: inline-block;
    width: 50%;
    font-size: 1.5rem;
    border: 1px solid #71AA04;
    padding: 1.3rem .5rem;
    text-align: left;
    font-weight: normal; }
  .radio-table__second {
    display: inline-block;
    width: 50%;
    font-size: 1.5rem;
    border: 1px solid #71AA04;
    border-left: 0;
    padding: 1.3rem .5rem;
    text-align: left;
    font-weight: normal; }
  .radio-table input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute; }
  .radio-table input[type="radio"] + span::before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border: 2px solid #71AA04;
    border-radius: 50%;
    margin-right: .7rem;
    vertical-align: middle; }
  .radio-table input[type="radio"]:checked + span::before {
    background-image: url("../img//radio_button_checked.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8rem 1.8rem;
    border: 0; }

.total-price {
  display: inline-block;
  width: 100%;
  height: 8.8rem;
  text-align: center;
  font-weight: normal; }
  @media print, screen and (min-width: 768px) {
    .total-price {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .total-price {
      margin-top: 3rem; } }
  @media print, screen and (min-width: 768px) {
    .total-price {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .total-price {
      margin-bottom: 2rem; } }
  .total-price dt {
    height: 4rem;
    line-height: 4rem;
    background-color: #71AA04;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF; }
  .total-price dd {
    border: 1px solid #71AA04;
    font-size: 1.8rem; }
    .total-price dd span {
      font-size: 2.4rem;
      font-weight: bold; }

.selectedcar-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .selectedcar-wrap {
    margin-top: 3rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .selectedcar-wrap {
    margin-top: 3rem; } }

.selectedcar {
  font-weight: bold;
  border: 1px solid #EEE; }
  @media print, screen and (min-width: 768px) {
    .selectedcar {
      font-size: 1.8rem;
      padding: 2rem;
      width: 35.2rem;
      margin-right: 1.6rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .selectedcar {
      padding-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .selectedcar {
      padding-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .selectedcar {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .selectedcar {
      margin-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) {
      .selectedcar:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .selectedcar {
      font-size: 1.8rem;
      padding: 2rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .selectedcar {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .selectedcar {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .selectedcar {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .selectedcar {
      margin-bottom: 3rem; } }
  .selectedcar__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    @media print, screen and (min-width: 768px) {
      .selectedcar__ttl {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .selectedcar__ttl {
        margin-bottom: 1rem; } }
  .selectedcar__imgbox {
    border: 1px solid #EEE;
    position: relative;
    width: 35%; }
  .selectedcar__ttltxt {
    margin-left: 3%;
    width: 62%;
    font-weight: normal; }
  .selectedcar__data {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .selectedcar table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-size: 1.3rem; }
    .selectedcar table th {
      border: 1px solid #707070;
      width: auto;
      padding: .5rem;
      text-align: left;
      font-weight: normal;
      overflow-wrap: break-word; }
    .selectedcar table th.bottom {
      border-top: 0; }
    .selectedcar table td {
      border: 1px solid #707070;
      width: auto;
      padding: .5rem;
      text-align: right;
      overflow-wrap: break-word;
      font-weight: normal; }
      .selectedcar table td strong {
        font-weight: bold; }
    .selectedcar table td.bottom {
      border-top: 0; }

.selected-option-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .selected-option-wrap {
    margin-top: 3rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .selected-option-wrap {
    margin-top: 3rem; } }

.selected-option {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.5rem;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .selected-option {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .selected-option {
      margin-bottom: 2rem; } }
  @media print, screen and (min-width: 768px) {
    .selected-option {
      width: 35.2rem;
      margin-right: 1.6rem; }
      .selected-option:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .selected-option {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .selected-option:last-child {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .selected-option:last-child {
      margin-bottom: 3rem; } }
  .selected-option th {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    font-weight: normal;
    overflow-wrap: break-word; }
  .selected-option__h2 {
    background-color: #EEE; }
  .selected-option td {
    border: 1px solid #707070;
    width: auto;
    padding: .5rem;
    overflow-wrap: break-word;
    font-weight: normal; }
    .selected-option td strong {
      font-weight: bold; }
  .selected-option td.bottom {
    border-top: 0; }

.total-list {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .total-list {
      width: 53.6rem;
      margin: 4rem auto 0; } }
  .total-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    @media print, screen and (min-width: 768px) {
      .total-list li {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .total-list li {
        margin-bottom: 1rem; } }
  .total-list__item {
    border-bottom: 1px solid #EEE; }
    @media print, screen and (min-width: 768px) {
      .total-list__item {
        padding-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      .total-list__item {
        padding-bottom: 1rem; } }
    .total-list__item:nth-last-of-type(2) {
      border-bottom: none; }
  .total-list__item--sumtotal {
    padding: 1rem;
    border-top: solid 2px #71AA04;
    background-color: #F1F7E5;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 768px) {
      .total-list__item--sumtotal {
        padding-top: 1rem; } }
    @media screen and (max-width: 767px) {
      .total-list__item--sumtotal {
        padding-top: 1rem; } }
    .total-list__item--sumtotal strong {
      font-size: 2.4rem;
      font-weight: bold; }

.kessai-method__list {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  border-left: 0;
  padding: 1.3rem .5rem;
  text-align: left;
  font-weight: normal; }
  @media print, screen and (min-width: 768px) {
    .kessai-method__list {
      width: 72rem;
      margin: auto; } }
  .kessai-method__list input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute; }
  .kessai-method__list input[type="radio"] + span::before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border: 2px solid #71AA04;
    border-radius: 50%;
    margin-right: .7rem;
    vertical-align: middle; }
  .kessai-method__list input[type="radio"]:checked + span::before {
    background-image: url("../img//radio_button_checked.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8rem 1.8rem;
    border: 0; }

.kessai-method__item {
  border-bottom: 1px solid #707070; }
  @media print, screen and (min-width: 768px) {
    .kessai-method__item {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .kessai-method__item {
      padding-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) {
    .kessai-method__item {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .kessai-method__item {
      margin-bottom: 3rem; } }
  .kessai-method__item label {
    display: inline-block;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .kessai-method__item label {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      .kessai-method__item label {
        margin-bottom: 2rem; } }
    .kessai-method__item label:only-child {
      margin-bottom: 0; }

.kessai-method__p {
  font-size: 1.3rem;
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .kessai-method__p {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    .kessai-method__p {
      margin-bottom: 1rem; } }

.kessai-method__p--img {
  margin-bottom: 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .kessai-method__p--img {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) {
    .kessai-method__p--img {
      margin-top: 2rem; } }
  @media print, screen and (min-width: 768px) {
    .kessai-method__p--img img {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .kessai-method__p--img .kessai-method__img--cards {
      width: 33.7rem;
      margin: auto; } }

.reverve-num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .reverve-num dt {
    background-color: #71AA04;
    color: #FFF;
    width: 25%;
    padding: 0.5rem;
    text-align: center; }
  .reverve-num dd {
    width: 75%;
    border: 1px solid #71AA04;
    padding: 0.5rem;
    text-align: center; }

@media print, screen and (min-width: 768px) {
  .main-content__section__innerwrap--completed {
    width: 72rem;
    margin: auto; }
    .main-content__section__innerwrap--completed .main-content__section__p {
      text-align: left; } }

.tbl_anshin th, .tbl_anshin td {
  border: 1px solid #71AA04 !important; }
  .tbl_anshin th select, .tbl_anshin td select {
    border: 1px solid #71AA04 !important; }

.tbl_anshin input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute; }

.tbl_anshin input[type="radio"] + span::before {
  display: inline-block;
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #71AA04;
  border-radius: 50%;
  margin-right: .7rem;
  vertical-align: middle; }

.tbl_anshin input[type="radio"]:checked + span::before {
  background-image: url("../img//radio_button_checked.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.8rem 1.8rem;
  border: 0; }

@media print, screen and (min-width: 768px) {
  .main-content__section--second__innerwrap--login {
    width: 31.4rem;
    margin: 5rem auto 5rem; } }

.login-input .ttl {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .login-input .ttl {
      width: 100%;
      margin-bottom: 1rem; } }

.login-input .input {
  width: 85%;
  background-color: #F1F7E5; }
  .login-input .input select {
    width: 100%;
    padding: 1rem;
    text-align: left; }

.login-input:first-of-type {
  margin-bottom: 3rem;
  position: relative; }

.login-input:last-child {
  margin-bottom: 3rem; }

.login-input .input {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #71AA04; }
  @media screen and (max-width: 767px) {
    .login-input .input {
      font-size: 1.5rem; } }

.login-sub-link {
  text-align: center;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .login-sub-link {
      margin: 2.6rem 0; } }
  @media screen and (max-width: 767px) {
    .login-sub-link {
      margin: 2.6rem 0; } }
  @media print, screen and (min-width: 768px) {
    .login-sub-link p {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .login-sub-link p {
      margin-bottom: 2rem; } }
  .login-sub-link a {
    color: #71AA04; }

@media print, screen and (min-width: 768px) {
  .main-content__section--second__innerwrap--member {
    padding-top: 4rem; } }

.must-answer {
  background-color: #ED0F0F;
  color: #FFF;
  padding: .2rem .5rem;
  font-size: 1.2rem;
  margin-right: 1rem; }

.signup-input {
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .signup-input .ttl {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .signup-input .ttl {
        width: 100%;
        margin-bottom: 1rem; } }
  @media print, screen and (min-width: 768px) {
    .signup-input--zipcode {
      margin-bottom: 2rem; } }
  .signup-input .input {
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #71AA04; }
    @media print, screen and (min-width: 768px) {
      .signup-input .input {
        width: 72rem; } }
    @media screen and (max-width: 767px) {
      .signup-input .input {
        width: 100%;
        font-size: 1.5rem; } }
    .signup-input .input select {
      width: 100%;
      padding: 1rem;
      text-align: left; }
    .signup-input .input::-webkit-input-placeholder {
      color: #CCC; }
    .signup-input .input:-ms-input-placeholder {
      color: #CCC; }
    .signup-input .input::-ms-input-placeholder {
      color: #CCC; }
    .signup-input .input::placeholder {
      color: #CCC; }
    .signup-input .input--select {
      color: #CCC;
      border: 1px solid #71AA04;
      background: url(../img/select-allow.svg) right 1.5rem top 50% no-repeat;
      background-size: 12px, 100%; }
    .signup-input .input option {
      color: #333333; }
    .signup-input .input--alert {
      font-weight: bold;
      color: #ED0F0F;
      border: 1px solid #ED0F0F;
      background-color: #FDE6E6; }
      .signup-input .input--alert::-webkit-input-placeholder {
        font-weight: bold;
        color: #ED0F0F; }
      .signup-input .input--alert:-ms-input-placeholder {
        font-weight: bold;
        color: #ED0F0F; }
      .signup-input .input--alert::-ms-input-placeholder {
        font-weight: bold;
        color: #ED0F0F; }
      .signup-input .input--alert::placeholder {
        font-weight: bold;
        color: #ED0F0F; }
    .signup-input .input-select--alert {
      font-weight: bold;
      color: #ED0F0F;
      border: 1px solid #ED0F0F;
      background: url(../img/select-allow--alert.svg) right 1.5rem top 50% no-repeat;
      background-color: #FDE6E6;
      background-size: 12px, 100%; }
      .signup-input .input-select--alert::-webkit-input-placeholder {
        font-weight: bold;
        color: #ED0F0F; }
      .signup-input .input-select--alert:-ms-input-placeholder {
        font-weight: bold;
        color: #ED0F0F; }
      .signup-input .input-select--alert::-ms-input-placeholder {
        font-weight: bold;
        color: #ED0F0F; }
      .signup-input .input-select--alert::placeholder {
        font-weight: bold;
        color: #ED0F0F; }
  @media print, screen and (min-width: 768px) {
    .signup-input .input-box {
      width: 72rem; } }
  @media screen and (max-width: 767px) {
    .signup-input .input-box {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .signup-input .input-box .signup-input__addressinput {
      width: 53.6rem; } }
  @media screen and (max-width: 767px) {
    .signup-input .input-box .signup-input__addressinput {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .signup-input .input-box .signup-input__addressinput .input {
      width: 53.6rem; } }
  @media screen and (max-width: 767px) {
    .signup-input .input-box .signup-input__addressinput .input {
      width: 100%; } }
  .signup-input .input-box .signup-input__addressinput .zip-autofill-box:before {
    display: inline-block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    top: .4rem;
    background-image: url(../img/select-allow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8rem 1.8rem; }
  .signup-input .input-box .signup-input__addressinput .zip-autofill {
    margin-top: 1rem;
    display: inline-block;
    background-color: #FFF;
    color: #71AA04;
    border: 0;
    font-weight: bold;
    padding-left: .5rem;
    position: relative; }
  .signup-input .inputed-data {
    padding-left: 1rem; }

.sign-sub-link {
  text-align: center;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .sign-sub-link {
      margin: 2.6rem 0; } }
  @media screen and (max-width: 767px) {
    .sign-sub-link {
      margin: 2.6rem 0; } }
  @media print, screen and (min-width: 768px) {
    .sign-sub-link p {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .sign-sub-link p {
      margin-bottom: 2rem; } }
  .sign-sub-link a {
    color: #71AA04; }

.btn-subcaption-box {
  position: relative;
  width: 100%;
  text-align: center;
  color: #71AA04;
  border-width: 0;
  background: #F1F7E5;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .btn-subcaption-box {
      font-size: 1.3rem;
      width: 31.4rem;
      height: 5.6rem; } }
  @media screen and (max-width: 767px) {
    .btn-subcaption-box {
      font-size: 1.3rem;
      width: 100%;
      height: 5.6rem; } }
  .btn-subcaption-box__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%; }

.btn-single--greenborder .must-answer {
  background-color: #ED0F0F;
  color: #FFF;
  padding: .2rem .5rem;
  font-size: 1.2rem;
  margin-right: 1rem;
  position: relative;
  top: -0.3rem; }

.signup-document {
  background-color: #F1F7E5;
  padding: 0 3rem 3rem;
  font-size: 1.3rem; }
  @media print, screen and (min-width: 768px) {
    .signup-document {
      margin: 4rem 0rem; } }
  @media screen and (max-width: 767px) {
    .signup-document {
      font-size: 1.3rem;
      width: 100%; } }
  .signup-document__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 4rem;
    border-bottom: 1px dashed #71AA04;
    padding: 3rem 0; }
    .signup-document__item:last-child {
      border-bottom: none;
      padding: 3rem 0 0; }
    .signup-document__item input[type="checkbox"] {
      opacity: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: absolute; }
    .signup-document__item input[type="checkbox"] + span::before {
      display: inline-block;
      content: '';
      width: 1.8rem;
      height: 1.8rem;
      border: 2px solid #71AA04;
      border-radius: 0.3rem;
      margin-right: .5rem;
      position: relative;
      top: .4rem; }
    .signup-document__item input[type="checkbox"]:checked + span::before {
      background-image: url(../img//check_box.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 1.8rem 1.8rem;
      border: 0; }
  .signup-document .btn-single-small {
    position: relative;
    text-align: center;
    color: #71AA04;
    border: solid #71AA04 0.1rem;
    margin: auto;
    background-color: #FFF; }
    @media print, screen and (min-width: 768px) {
      .signup-document .btn-single-small {
        font-size: 1.5rem;
        width: 20.6rem;
        height: 4rem;
        border-radius: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .signup-document .btn-single-small {
        font-size: 1.5rem;
        width: 100%;
        height: 4rem;
        border-radius: 2.4rem; } }
    .signup-document .btn-single-small a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      color: #71AA04; }
      @media print, screen and (min-width: 768px) {
        .signup-document .btn-single-small a {
          font-size: 1.5rem;
          line-height: 3.8rem; } }
      @media screen and (max-width: 767px) {
        .signup-document .btn-single-small a {
          font-size: 1.5rem;
          line-height: 3.8rem; } }
    .signup-document .btn-single-small--input-wrap {
      width: 100%;
      text-align: center; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .signup-document .btn-single-small--input-wrap {
    margin-top: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .signup-document .btn-single-small--input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  .signup-document .btn-single-small--input-wrap {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .signup-document .btn-single-small--input-wrap {
    margin-top: 2rem; } }
    .signup-document .btn-single-small--signup-document {
      display: block;
      position: relative;
      text-align: center;
      color: #71AA04;
      border: solid #71AA04 0.1rem;
      background-color: #fff; }
      @media print, screen and (min-width: 768px) {
        .signup-document .btn-single-small--signup-document {
          font-size: 1.5rem;
          width: 31.4rem;
          height: 4rem;
          line-height: 4rem;
          border-radius: 2.4rem; } }
      @media screen and (max-width: 767px) {
        .signup-document .btn-single-small--signup-document {
          font-size: 1.5rem;
          width: 100%;
          height: 4rem;
          line-height: 4rem;
          border-radius: 2.4rem;
          margin: auto; } }
      .signup-document .btn-single-small--signup-document:after {
        display: inline-block;
        content: ' ';
        background-image: url(../img//open_in_new.svg);
        background-repeat: no-repeat;
        background-position: center right 1.6rem;
        background-size: 1.8rem 1.8rem;
        width: 100%;
        height: 4rem;
        position: absolute;
        top: 0;
        right: 0; }

.alert-txt {
  line-height: 2;
  margin-bottom: 6rem; }
  @media print, screen and (min-width: 768px) {
    .alert-txt {
      margin-top: 3rem; } }
  .alert-txt__ttl {
    color: #ED0F0F; }

@media print, screen and (min-width: 768px) {
  .main-content__section--mypage {
    padding: 2rem 0 0; } }

@media screen and (max-width: 767px) {
  .main-content__section--mypage {
    padding: 2rem 0 6rem; } }

.main-content__section--mypage table.reseved-date {
  margin-bottom: 2rem; }

.main-content__section--mypage p.btn-single--dl {
  margin-bottom: 0; }

.mypage-name {
  margin: auto;
  position: relative;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .mypage-name {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .mypage-name {
      margin-top: 3rem; } }
  @media print, screen and (min-width: 768px) {
    .mypage-name {
      width: 31.4rem;
      padding-left: 6rem; } }
  @media screen and (max-width: 767px) {
    .mypage-name {
      padding-left: 6rem;
      margin: 3rem 3rem 0; } }
  .mypage-name::before {
    content: "";
    background-image: url(../img//icon_login.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.95rem 2.204rem;
    background-color: #71AA04;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 0;
    border-radius: 6rem; }

.btn-single-input-wrap--mypage {
  margin: 3rem 0 0; }
  @media screen and (max-width: 767px) {
    .btn-single-input-wrap--mypage {
      padding: 0 3rem; } }
  .btn-single-input-wrap--mypage--notonlychild {
    padding-top: 0; }

p.btn-single-input-wrap--mypage {
  margin: 3rem 0 0; }
  p.btn-single-input-wrap--mypage--notonlychild {
    padding-top: 0; }

.mypage-explanation {
  background-color: #F1F7E5;
  padding: 2rem 3rem 2rem 8rem;
  font-size: 1.3rem;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .mypage-explanation {
      width: 31.4rem;
      margin: auto; } }
  @media screen and (max-width: 767px) {
    .mypage-explanation {
      width: 100%; } }
  .mypage-explanation::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -.7rem;
    border: .7rem solid transparent;
    border-bottom: 1.5rem solid #F1F7E5; }
  .mypage-explanation--mycarlist span::before {
    content: "";
    background-image: url(../img//star-regular.svg);
    background-repeat: no-repeat;
    background-position: center left 3rem;
    background-size: 4rem 3.829rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .mypage-explanation--addresslist span::before {
    content: "";
    background-image: url(../img//icon_car.svg);
    background-repeat: no-repeat;
    background-position: center left 3rem;
    background-size: 4rem 3.36rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }

.reserved-item {
  background-color: #F1F7E5;
  margin: 0 auto 2rem; }
  @media print, screen and (min-width: 768px) {
    .reserved-item {
      width: 72rem;
      padding: 3rem 3rem 1rem; } }
  @media screen and (max-width: 767px) {
    .reserved-item {
      padding: 3rem 3rem 1rem; } }
  .reserved-item .reverve-num dd {
    background-color: #FFF; }
  .reserved-item .reseved-date {
    width: 100%;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .reserved-item .reseved-date {
        margin-top: 1rem; } }
    .reserved-item .reseved-date td {
      text-align: left; }

.mypage__header-reverve-num {
  margin: 4rem auto 4rem; }
  @media print, screen and (min-width: 768px) {
    .mypage__header-reverve-num {
      width: 72rem; } }
  @media screen and (max-width: 767px) {
    .mypage__header-reverve-num {
      padding: 0 3rem; } }

.howtochange-reservation {
  background-color: #EEE;
  padding: 2rem;
  margin: 3rem auto 0; }
  @media print, screen and (min-width: 768px) {
    .howtochange-reservation {
      width: 72rem; } }
  @media screen and (max-width: 767px) {
    .howtochange-reservation {
      margin: 0 3rem; } }
  .howtochange-reservation .howtochange-reservation__p {
    margin-bottom: 4rem; }
  .howtochange-reservation .howtochange-reservation__p--link {
    text-align: right; }
    .howtochange-reservation .howtochange-reservation__p--link a {
      color: #71AA04;
      text-decoration: underline; }
  .howtochange-reservation .howtochange-reservation__info {
    line-height: 2; }
  .howtochange-reservation .howtochange-reservation__info-ttl {
    font-weight: bold; }

.mypage-carlist .carnum-select {
  border-bottom: 1px solid #EEE;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .mypage-carlist .carnum-select {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .mypage-carlist .carnum-select {
      margin-top: 3rem; } }

.mypage-addresslist__item {
  background-color: #F1F7E5;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
  padding: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .mypage-addresslist__item {
      width: 31.4rem;
      margin-right: 5.4rem; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .mypage-addresslist__item {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .mypage-addresslist__item {
      margin-bottom: 3rem; } }
  @media print, screen and (min-width: 768px) {
      .mypage-addresslist__item:nth-of-type(3) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .mypage-addresslist__item {
      width: 100%;
      margin-bottom: 2rem; } }
  .mypage-addresslist__item dt {
    font-weight: bold; }

.mypage-addresslist__btn-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0 0; }

.mypage-addresslist__btn {
  width: 9rem;
  height: 4rem;
  background-color: #71AA04;
  border-radius: 4rem; }
  .mypage-addresslist__btn a {
    display: block;
    text-align: center;
    line-height: 4rem; }

.modal-html {
  height: 100%; }

.modal-popup {
  display: inline-block;
  width: 100%;
  height: 100%; }

.modal-body {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  @media print, screen and (min-width: 768px) {
    .modal-body {
      position: fixed; } }
  @media screen and (max-width: 767px) {
    .modal-body {
      display: none; } }

@media print, screen and (min-width: 768px) {
  .main-content--modal {
    width: 108.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); } }

@media screen and (max-width: 767px) {
  .main-content--modal {
    padding: 1rem; } }

.main-content__modal-inner {
  background-color: #FFF; }
  @media print, screen and (min-width: 768px) {
    .main-content__modal-inner {
      padding: 4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__modal-inner {
      padding: 2rem; } }

@media print, screen and (min-width: 768px) {
  .car-detail {
    width: 90.4rem;
    margin: auto; } }

.car-detail__header {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 3rem; }

.car-detail__inner-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.car-detail__inner-block {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 768px) {
    .car-detail__inner-block {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .car-detail__inner-block {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .car-detail__inner-block--wide {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .car-detail__inner-block--wide {
      width: 100%; } }
  .car-detail__inner-block img {
    width: 100%; }

.car-detail__profile {
  margin: 0 0 1rem; }

.car-detail__feature-big {
  margin: 0; }
  .car-detail__feature-big li {
    text-align: center;
    padding: 1rem;
    color: #71AA04;
    font-weight: bold;
    background-color: #F1F7E5;
    margin-bottom: 1rem; }
  .car-detail__feature-big li:last-child {
    margin-bottom: 0; }

.car-detail__feature-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  .car-detail__feature-small li {
    border: 1px solid #71AA04;
    height: 6.6rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    color: #71AA04;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 6.6rem; }
    @media print, screen and (min-width: 768px) {
      .car-detail__feature-small li {
        width: 9.8rem; } }
    @media screen and (max-width: 767px) {
      .car-detail__feature-small li {
        width: 30%;
        margin-right: 5%; }
        .car-detail__feature-small li:nth-of-type(3n) {
          margin-right: 0; } }

.car-detail__type-table {
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%; }
  .car-detail__type-table th {
    border: 1px solid #707070;
    width: 33.33%;
    padding: 1rem;
    text-align: left;
    font-weight: normal; }
  .car-detail__type-table td {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    text-align: left;
    font-weight: normal; }

.car-detail__option-table {
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .car-detail__option-table {
      margin-bottom: 3rem; } }
  .car-detail__option-table th {
    border: 1px solid #707070;
    width: 40%;
    padding: 1rem;
    text-align: left;
    font-weight: normal; }
  .car-detail__option-table td {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    text-align: left;
    font-weight: normal; }

@media print, screen and (min-width: 768px) {
  .main-content__section--userguide .main-content__section--second__innerwrap {
    margin-bottom: 6rem; } }

.main-content__section--userguide__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--userguide .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--userguide p img {
  margin: 2rem auto; }

@media print, screen and (min-width: 768px) {
  .main-content__section--userguide__innerwrap {
    margin-top: 2rem; } }

.ihan-fig-wrap {
  width: 100%;
  text-align: center; }

@media print, screen and (min-width: 768px) {
  .ihan-fig {
    width: 53.6rem; } }

.main-content__section--payment__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--payment .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--payment p img {
  margin: 2rem auto; }

@media print, screen and (min-width: 768px) {
  .main-content__section--payment__innerwrap {
    margin: 2rem 0; } }

.main-content__section--payment .payment-img-p {
  text-align: center; }

.main-content__section--payment .kessai-method__img--cards {
  width: 100%;
  margin: auto; }

.main-content__section--payment .kessai-method__img--conveniencestores {
  width: 71rem; }

.main-content__section--accident a {
  color: #71AA04; }

.main-content__section--accident__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--accident .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--accident p img {
  margin: 2rem auto; }

@media print, screen and (min-width: 768px) {
  .main-content__section--accident__innerwrap {
    margin: 2rem 0; } }

.phonenum-box {
  background-color: #F1F7E5;
  margin: 2rem 0 2rem;
  padding: 2rem;
  text-align: center; }
  .phonenum-box h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem; }
    .phonenum-box h1:only-child {
      margin-bottom: 1rem; }

@media print, screen and (min-width: 768px) {
  .main-content__section--insurance {
    width: 108.8rem; } }

.main-content__section--insurance__header-p {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .main-content__section--insurance__header-p {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section--insurance__header-p {
      margin-bottom: 1.5rem;
      padding: 0 2rem; } }

.main-content__section--insurance__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--insurance .hilight-txt {
  color: #71AA04;
  font-weight: bold; }

.main-content__section--insurance .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--insurance .p {
  margin-bottom: 2rem; }

@media print, screen and (min-width: 768px) {
  .main-content__section--insurance__innerwrap {
    margin-top: 2rem; } }

.main-content__section--insurance__list {
  list-style: disc outside;
  margin-left: 2rem;
  color: #71AA04;
  font-weight: bold;
  margin-bottom: 2rem; }
  .main-content__section--insurance__list--small {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal; }

.main-content__section--insurance .small {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal; }

.main-content__section__h2--alert {
  background-color: #ED0F0F;
  padding: 2rem 2rem 2rem 6rem;
  height: auto;
  line-height: 1;
  text-align: left; }

.h2__rabel {
  background-color: #FFF;
  border-radius: .5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #71AA04;
  padding: .5rem;
  margin-right: .5rem; }
  .h2__rabel--alert {
    color: #ED0F0F;
    position: absolute;
    left: 2rem;
    top: calc( 50% - 1rem); }

.insurance-option-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .insurance-option-wrap {
    margin-top: 3rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .insurance-option-wrap {
    margin-top: 3rem; } }

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .insurance-option-wrap {
    margin-bottom: 3rem; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .insurance-option-wrap {
    margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .insurance-option-wrap {
      padding: 2rem; } }

.insurance-option {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.5rem;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .insurance-option {
      width: 53.6rem; } }
  @media screen and (max-width: 767px) {
    .insurance-option {
      width: 100%; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .insurance-option {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .insurance-option {
      margin-bottom: 2rem; } }
  .insurance-option__type {
    font-size: 1.1rem;
    border: 1px solid #71AA04;
    padding: .3rem;
    margin-right: .7rem; }
    .insurance-option__type--option {
      background-color: #71AA04;
      color: #FFF; }
  .insurance-option th {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    font-weight: normal;
    overflow-wrap: break-word;
    background-color: #F1F7E5;
    text-align: center; }
  .insurance-option__h1 {
    color: #71AA04;
    font-weight: bold;
    margin-bottom: 1rem; }
  .insurance-option td {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    overflow-wrap: break-word;
    font-weight: normal;
    color: #71AA04; }
    .insurance-option td strong {
      font-weight: bold; }
  .insurance-option td.bottom {
    border-top: 0; }

.roundttl-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3rem; }
  .roundttl-list__item {
    background-color: #F1F7E5;
    text-align: center;
    padding: 1rem 1.5rem; }
    @media print, screen and (min-width: 768px) {
      .roundttl-list__item {
        width: calc((100% - 6rem) / 4); } }
    @media screen and (max-width: 767px) {
      .roundttl-list__item {
        width: calc((100vw - 7rem)/2);
        height: calc((100vw - 7rem)/2);
        margin-bottom: 1rem; }
        .roundttl-list__item:nth-last-of-type(2) {
          margin-bottom: 0; }
        .roundttl-list__item:last-of-type {
          margin-bottom: 0; } }
  .roundttl-list__ttl, .roundttl-list h1 {
    font-size: 1.5rem;
    background-color: #71AA04;
    border-radius: 1.6rem;
    height: 3.2rem;
    color: #FFF;
    line-height: 3.2rem;
    font-weight: normal;
    margin-bottom: 2rem; }
  .roundttl-list p {
    margin-bottom: 0; }
  .roundttl-list__txt {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #71AA04;
    line-height: 1; }
  .roundttl-list__supplement {
    color: #333333;
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1; }
    .roundttl-list__supplement .small {
      font-size: 1.2rem;
      letter-spacing: -1px; }

.countryside-location {
  background-color: #F1F7E5;
  margin: 3rem 0;
  padding: 2rem;
  position: relative; }
  .countryside-location h1 {
    font-size: 2.4rem;
    text-align: left;
    width: 60%;
    margin-left: 40%;
    position: relative;
    margin-left: 40%;
    height: 6rem; }
    @media print, screen and (min-width: 768px) {
      .countryside-location h1 {
        line-height: 6rem; } }
    @media screen and (max-width: 767px) {
      .countryside-location h1 {
        line-height: 1.5; } }
    .countryside-location h1:before {
      display: inline-block;
      content: ' ';
      background-image: url(../img//country-icon.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 7.5rem 6rem;
      width: 7.5rem;
      height: 7.2rem;
      position: absolute;
      top: 0;
      left: -9.3rem; }
  .countryside-location__hilight {
    background-color: #71AA04;
    padding: 1rem;
    text-align: center;
    margin: 1rem 0;
    color: #FFF; }
  .countryside-location__time {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #71AA04; }
  .countryside-location__supplement {
    font-size: 1.3rem; }

@media print, screen and (min-width: 768px) {
  .small-tile-display {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .small-tile-display {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media print, screen and (min-width: 768px) {
  .small-tile-display li {
    width: calc((100% - 6rem) / 4);
    margin-right: 2rem; }
    .small-tile-display li:nth-of-type(4n) {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .small-tile-display li {
    width: calc((100vw - 7rem)/2); } }

.small-tile-display li img {
  width: 100%;
  height: calc((100vw - 7rem)/2);
  background-color: #F1F7E5;
  display: block;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 768px) {
    .small-tile-display li img {
      height: 16.5rem; } }

.small-tile-display li h1 {
  font-size: 1.5rem;
  line-height: 1; }

.small-tile-display li p {
  font-size: 1.3rem; }

.small-tile-display li ul {
  font-size: 1.1rem;
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 2rem; }
  .small-tile-display li ul li {
    width: calc((100vw - 7rem)/2 - 2rem);
    line-height: 1.5; }
    @media print, screen and (min-width: 768px) {
      .small-tile-display li ul li {
        width: calc(16.5rem - 2rem); } }

.insurance-price {
  margin: 0 auto 2rem; }
  @media print, screen and (min-width: 768px) {
    .insurance-price {
      width: 35.2rem; } }
  .insurance-price .small {
    text-align: right;
    margin-top: .5rem; }

.figure-box {
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .figure-box {
      width: 35.2rem; } }
  @media screen and (max-width: 767px) {
    .figure-box {
      width: 100%; } }
  .figure-box img {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .figure-box img {
        margin: 0; } }
  @media screen and (max-width: 767px) {
    .figure-box span {
      margin-top: 1rem;
      padding: 0 2rem;
      display: inline-block; } }

.insurance-attention {
  margin-bottom: 2rem; }
  .insurance-attention h4 {
    border-bottom: 1px solid #333333;
    margin-bottom: 1rem; }
  .insurance-attention li {
    font-size: 1.3rem; }

.insurance-pickup {
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .insurance-pickup {
      width: 35.2rem; } }
  @media screen and (max-width: 767px) {
    .insurance-pickup {
      width: 100%; } }
  .insurance-pickup__p {
    background-color: #F1F7E5;
    color: #71AA04;
    font-weight: bold;
    padding: 2rem; }

@media print, screen and (min-width: 768px) {
  .faq-list {
    width: 100%;
    margin: 3rem auto 4rem; } }

@media screen and (max-width: 767px) {
  .faq-list {
    width: 100%; } }

.faq-list a {
  color: #71AA04; }

.faq-list .faq-item {
  margin-bottom: 2rem; }
  .faq-list .faq-item__ttl {
    font-weight: normal; }
    @media print, screen and (min-width: 768px) {
      .faq-list .faq-item__ttl {
        padding: 3rem; } }
    @media screen and (max-width: 767px) {
      .faq-list .faq-item__ttl {
        padding: 3rem; } }
    .faq-list .faq-item__ttl__icon {
      background-color: #71AA04;
      padding: 1rem;
      width: 4rem;
      height: 4rem;
      border-radius: 4rem;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      line-height: 2rem;
      color: #FFF;
      font-size: 2rem;
      margin-right: 1rem; }
  .faq-list .faq-item__txt {
    background-color: #F1F7E5; }
    @media print, screen and (min-width: 768px) {
      .faq-list .faq-item__txt {
        padding: 3rem; } }
    @media screen and (max-width: 767px) {
      .faq-list .faq-item__txt {
        padding: 3rem; } }

@media print, screen and (min-width: 768px) {
  .main-content__section--dispatch {
    width: 72rem; } }

.main-content__section--dispatch__header-p {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .main-content__section--dispatch__header-p {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section--dispatch__header-p {
      margin-bottom: 1.5rem;
      padding: 0 2rem; } }

.main-content__section--dispatch__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--dispatch .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--dispatch .p {
  margin-bottom: 2rem; }

@media print, screen and (min-width: 768px) {
  .main-content__section--dispatch__innerwrap {
    margin-top: 2rem; } }

.main-content__section--dispatch__list {
  list-style: disc outside;
  margin-left: 2rem;
  color: #71AA04;
  font-weight: bold;
  margin-bottom: 2rem; }
  .main-content__section--dispatch__list--small {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal; }

.main-content__section--dispatch .small {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal; }

.dispatch-area {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.5rem;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .dispatch-area {
      width: 35.2rem;
      margin: 0 auto 4rem; } }
  @media screen and (max-width: 767px) {
    .dispatch-area {
      padding: 0 3rem;
      width: calc(100% - 6rem);
      margin: auto; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .dispatch-area {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .dispatch-area {
      margin-bottom: 2rem; } }
  .dispatch-area th {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    font-weight: normal;
    overflow-wrap: break-word;
    background-color: #F1F7E5;
    text-align: center; }
  .dispatch-area__h1 {
    color: #333333;
    font-weight: normal;
    margin-bottom: 1rem; }
  .dispatch-area__h2 {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    overflow-wrap: break-word;
    font-weight: normal;
    color: #333333;
    font-weight: normal;
    margin-bottom: 1rem;
    width: 60%;
    vertical-align: middle;
    text-align: left; }
  .dispatch-area__txt {
    border: 1px solid #707070;
    width: auto;
    padding: 1rem;
    overflow-wrap: break-word;
    font-weight: normal;
    color: #71AA04;
    font-weight: bold;
    margin-bottom: 1rem; }
    .dispatch-area__txt--plain {
      font-weight: normal;
      color: #333333; }
  .dispatch-area td.bottom {
    border-top: 0; }

@media print, screen and (min-width: 768px) {
  .main-content__section--equipment {
    width: 108.8rem; } }

.main-content__section--equipment__header-p {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .main-content__section--equipment__header-p {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section--equipment__header-p {
      margin-bottom: 1.5rem;
      padding: 0 2rem; } }

.main-content__section--equipment__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--equipment .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--equipment .p {
  margin-bottom: 2rem; }

@media print, screen and (min-width: 768px) {
  .main-content__section--equipment__innerwrap {
    margin-top: 2rem; } }

.main-content__section--equipment__list {
  list-style: disc outside;
  margin-left: 2rem;
  color: #71AA04;
  font-weight: bold;
  margin-bottom: 2rem; }
  .main-content__section--equipment__list--small {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal; }

.main-content__section--equipment .small {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal; }

.original-car {
  margin: auto;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .original-car {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) {
    .original-car p {
      width: 53.6rem; } }

@media print, screen and (min-width: 768px) {
  .equipment-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .equipment-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.equipment-list__item {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 768px) {
    .equipment-list__item {
      width: calc((100% - 6rem) / 4);
      margin-right: 2rem; }
      .equipment-list__item:nth-of-type(4n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .equipment-list__item {
      width: calc((100vw - 7rem)/2); } }
  .equipment-list__item__img {
    width: 100%;
    height: calc((100vw - 7rem)/2);
    background-color: #F1F7E5; }
    @media print, screen and (min-width: 768px) {
      .equipment-list__item__img {
        height: 25.7rem; } }

@media print, screen and (min-width: 768px) {
  .main-content__section--company {
    width: 72rem; } }

.main-content__section--company__header-p {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .main-content__section--company__header-p {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .main-content__section--company__header-p {
      margin-bottom: 1.5rem;
      padding: 0 2rem; } }

.main-content__section--company__alert-p {
  border: 1px solid #ED0F0F;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #ED0F0F; }

.main-content__section--company .alert-txt {
  color: #ED0F0F;
  font-weight: bold; }

.main-content__section--company .p {
  margin-bottom: 2rem; }

@media print, screen and (min-width: 768px) {
  .main-content__section--company__innerwrap {
    margin-top: 2rem; } }

.main-content__section--company__list {
  list-style: disc outside;
  margin-left: 2rem;
  color: #71AA04;
  font-weight: bold;
  margin-bottom: 2rem; }
  .main-content__section--company__list--small {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal; }

.main-content__section--company .small {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal; }

.original-car {
  margin: auto;
  text-align: center; }

@media print, screen and (min-width: 768px) {
  .service-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .service-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.service-list__item {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 768px) {
    .service-list__item {
      width: calc((100% - 10rem) / 6);
      margin-right: 2rem;
      margin-bottom: 2rem; }
      .service-list__item:nth-of-type(6n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .service-list__item {
      width: calc((100vw - 7rem)/2); } }
  .service-list__item__img {
    width: 100%; }

.company-info__ttl {
  padding-bottom: .5rem;
  border-bottom: 1px solid #EEE;
  margin-bottom: .5rem; }

.company-info__txt {
  margin-bottom: 2rem; }
  .company-info__txt span {
    font-weight: bold; }

.passforgets-header-txt {
  text-align: left;
  margin-bottom: 2rem; }
  .passforgets-header-txt--alert {
    color: #ED0F0F; }
  .passforgets-header-txt--center {
    text-align: center; }

.passforgets-sub-txt {
  font-weight: normal; }
  .passforgets-sub-txt a {
    font-weight: bold; }

.indent-p {
  margin: 0 0 2rem 1.6rem;
  list-style: circle; }
  .indent-p li {
    margin-left: 1.6rem; }

.privacy__header-p {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .privacy__header-p {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .privacy__header-p {
      margin-bottom: 1.5rem;
      padding: 0 2rem; } }


/* --------------
 modules css
-------------- */
/* ---------- font size */

.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }


/* ---------- font weight */
.thin {	font-weight: 100;}
.demilight {	font-weight: 300;}
.normal {	font-weight: 400;}
.midium {	font-weight: 500;}
.bold {	font-weight: 700;}
.black {	font-weight: 900;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}
.alm { vertical-align: middle !important;}

.alj {	
	/* ϓt */
 text-align: justify !important;
 text-justify: inter-ideograph !important;
}

.bold {
    font-weight: bold!important;
}

/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */

.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb3 {	margin-bottom: 3px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt3 {	margin-top: 3px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb3 {	padding-bottom: 3px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt3 {	padding-top: 3px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

.pl0 {	padding-left: 0px !important;}
.pl3 {	padding-left: 3px !important;}
.pl5 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}

.pr0 {	padding-right: 0px !important;}
.pr3 {	padding-right: 3px !important;}
.pr5 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}

/* ----- text */

.clNormal { color: #36353a; }

.clWt { color: #fff !important;}
.clGray { color: #777; }
.clBk { color: #222; }

.clRed { color: #E71F22; }
.clYlw { color: #ffe158; }
.clBlue { color: #1845bf; }
.clGrn { color: #409347; }
.clPink { color: #e46c7d; }
.clOg { color: #FB8510; }
.clPpl { color: #844ACC; }
.clBeige { color: #b3a89a; }


.cl-notice { color: #FF1317; }
.cl-warning { color: #EF4245; }
.cl-hidden { color: #DCDCDC; }


mark {
	 color: inherit;
	 background: #b1f097;
}

