@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .lead {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .lead {
    margin: -50px 0 20px 0;
  }
}
.lead .lead__title {
  color: #1d2088;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .lead .lead__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .lead .lead__title {
    font-size: 2rem;
  }
}
.lead .lead__title img {
  vertical-align: middle;
}
@media (min-width: 769px) {
  .lead .lead__title img {
    width: 150px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .lead .lead__title img {
    width: 35%;
    margin-bottom: 10px;
  }
}
.lead .lead__img {
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .lead .lead__img {
    display: flex;
  }
}
@media (min-width: 769px) {
  .lead .lead__arrow {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .lead .lead__arrow {
    padding: 10px 0;
  }
}
.lead .lead__arrow .lead__arrow-img {
  width: 0;
  height: 0;
}
@media (min-width: 769px) {
  .lead .lead__arrow .lead__arrow-img {
    border-left: 30px solid #0d4baa;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
@media (max-width: 768px) {
  .lead .lead__arrow .lead__arrow-img {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0d4baa;
    margin: 0 auto;
  }
}
.lead .lead__before {
  color: #666;
  font-weight: 700;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 769px) {
  .lead .lead__before {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .lead .lead__before {
    font-size: 1.5rem;
  }
}
.lead .lead__after {
  color: #666;
  font-weight: 700;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 769px) {
  .lead .lead__after {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .lead .lead__after {
    font-size: 1.5rem;
  }
}

@media (min-width: 769px) {
  .economy {
    margin-bottom: 30px;
  }
}
.economy .polymerTitleLine .polymerTitleLine__title {
  border-left: 5px solid #0d4baa;
  color: #0d4baa;
}
.economy .economy-1 .polymerCell__title {
  background: #0d4baa;
}
@media (min-width: 769px) {
  .economy .economy-1 .polymerCell__title {
    width: 33%;
  }
}
@media (min-width: 769px) {
  .economy .economy-1 .polymerCell__col {
    width: 33%;
  }
}
.economy .economy-2 .polymerCell__title {
  background: #0d4baa;
}
@media (min-width: 769px) {
  .economy .economy-2 .polymerCell__title {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .economy .economy-2 .polymerCell__col {
    width: 20%;
  }
}
.economy .economy-2 .cell__option {
  background: #666 !important;
}

@media (min-width: 769px) {
  .standard {
    margin-bottom: 30px;
  }
}
.standard .polymerTitleLine .polymerTitleLine__title {
  border-left: 5px solid #002060;
  color: #002060;
}
.standard .standard-1 .polymerCell__title {
  background: #002060;
}
@media (min-width: 769px) {
  .standard .standard-1 .polymerCell__title {
    width: 33%;
  }
}
@media (min-width: 769px) {
  .standard .standard-1 .polymerCell__col {
    width: 33%;
  }
}
.standard .standard-2 .polymerCell__title {
  background: #002060;
}
@media (min-width: 769px) {
  .standard .standard-2 .polymerCell__title {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .standard .standard-2 .polymerCell__col {
    width: 20%;
  }
}
.standard .standard-2 .cell__option {
  background: #666 !important;
}

@media (min-width: 769px) {
  .economy-1 .polymerCell__title:nth-of-type(5) {
    border-radius: 0 5px 0 0 !important;
  }
}

@media (min-width: 769px) {
  .economy-2 .polymerCell__title:nth-of-type(9) {
    border-radius: 0 5px 0 0 !important;
  }
}

@media (min-width: 769px) {
  .economy-2 .polymerCell__title:nth-of-type(7) {
    border-radius: 0 0 0 0 !important;
  }
}

@media (min-width: 769px) {
  .standard-1 .polymerCell__title:nth-of-type(5) {
    border-radius: 0 5px 0 0 !important;
  }
}

@media (min-width: 769px) {
  .standard-2 .polymerCell__title:nth-of-type(9) {
    border-radius: 0 5px 0 0 !important;
  }
}

@media (min-width: 769px) {
  .standard-2 .polymerCell__title:nth-of-type(7) {
    border-radius: 0 0 0 0 !important;
  }
}

.polymerCell__order2-1 {
  order: 1;
}

.polymerCell__order2-2 {
  order: 2;
}

.polymerCell__order2-3 {
  order: 3;
}

.polymerCell__order2-4 {
  order: 4;
}

.polymerCell__order2-5 {
  order: 5;
}

.polymerCell__order2-6 {
  order: 6;
}

.polymerCell__order2-7 {
  order: 7;
}

.polymerCell__order2-8 {
  order: 8;
}

.polymerCell__order2-9 {
  order: 9;
}

.polymerCell__order2-10 {
  order: 10;
}

.note {
  text-align: right;
}
@media (min-width: 769px) {
  .note {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .note {
    font-size: 1.2rem;
  }
}

.polymerCell__textBold {
  font-weight: bold;
}

.sub-title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sub-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 1.8rem;
  }
}

.cam-bnr {
  text-align: center;
}
@media (min-width: 769px) {
  .cam-bnr {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768px) {
  .cam-bnr {
    margin: 5px 0 50px 0;
  }
}

.cam-bnr a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=index.css.map */