main#main-information {
  --color_red: #ED0000;
  --color_yellow: #FFF646;
  --color_class: #FFE2E2;
  --color_type: #E2F5FF;
  --color_table_bg: #F7F7F0;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
main#main-information .spv {
  display: none;
}
main#main-information em,
main#main-information b,
main#main-information small {
  font-size: inherit;
  font-weight: inherit;
}
main#main-information,
main#main-information *,
main#main-information *:before,
main#main-information *:after {
  box-sizing: border-box;
}
main#main-information b.marker {
  position: relative;
  background: linear-gradient(transparent 50%, var(--color_yellow) 0%);
}
main#main-information h2.sbtitle {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_red);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 25px;
}
main#main-information h2.sbtitle img {
  width: 50px;
  height: auto;
  margin-bottom: 3px;
}
main#main-information .wrapper {
  max-width: calc(1080px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
main#main-information #sec-mv {
  position: relative;
  background: url("../img/mv_bg.png") center bottom/1280px auto repeat-x, linear-gradient(to right, #E2F5FF, #fff);
}
main#main-information #sec-mv .wrapper {
  max-width: calc(1060px + 40px);
}
main#main-information #sec-mv .front {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 510px;
  padding: 50px 0 28px;
}
main#main-information #sec-mv .front .title {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: var(--color_red);
}
main#main-information #sec-mv .front .text {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  color: var(--color_red);
}
main#main-information #sec-mv .front .title span,
main#main-information #sec-mv .front .text span {
  display: inline-block;
}
main#main-information #sec-mv .front img.image {
  display: block;
  max-width: 586px;
  width: 64dvw;
  margin: 25px auto 0;
}
main#main-information #sec-mv .text2 {
  background-color: var(--color_red);
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
main#main-information #sec-about {
  padding: 40px 0 60px;
}
main#main-information #sec-about .wrapper_2 {
  max-width: calc(900px + 40px);
}
main#main-information #sec-about .heading_t1 {
  text-align: left;
  line-height: 2;
}
main#main-information #sec-about .heading_t1 em {
  font-weight: bold;
}
main#main-information #sec-about .heading_t1 small {
  display: block;
  font-size: 1.4rem;
}
main#main-information #sec-about .heading_t2 {
  background-color: var(--color_type);
  border-radius: 10px;
  margin-top: 30px;
  padding: 10px;
  line-height: 1.6;
}
main#main-information #sec-about .heading_t2 p.b {
  font-weight: bold;
}
main#main-information #sec-about .heading_t2 p small {
  font-size: inherit;
}
main#main-information #sec-about .explain_1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 30px 0 30px;
}
main#main-information #sec-about .explain_1 > .wrap {
  flex: 1;
  border: 3px solid #E6E6E6;
  border-radius: 20px;
  padding: 22px 5px 0;
}
main#main-information #sec-about .explain_1 > .wrap .hd {
  color: #164A84;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
main#main-information #sec-about .explain_1 > .wrap p {
  font-size: 1.5rem;
  line-height: 1.5;
}
main#main-information #sec-about .explain_1 > .wrap img.image {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 8px auto 0;
}
main#main-information #sec-about .explain_1 .arrow {
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
}
main#main-information #sec-about .explain_1 .arrow img {
  width: 87px;
}
main#main-information #sec-about .text-type {
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
}
main#main-information #sec-about .text-type span {
  display: inline-block;
}
main#main-information #sec-about .explain_2 {
  margin-top: 35px;
  border: 3px solid #E6E6E6;
  border-radius: 20px;
  padding: 22px 36px 32px;
}
main#main-information #sec-about .explain_2 .hd {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 22px;
}
main#main-information #sec-about .explain_2 .flex-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap {
  flex: 1;
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap .t1 {
  padding: 10px 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 13px;
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap:nth-child(odd) .t1 {
  background-color: var(--color_class);
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap:nth-child(even) .t1 {
  background-color: var(--color_type);
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap .image img {
  display: block;
  max-width: 383px;
  width: 100%;
  margin: 0 auto;
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap .image::after {
  content: '';
  display: block;
  width: 88px;
  height: 24px;
  margin: 17px auto 10px;
  background-color: #E6E6E6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap .t2 {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
main#main-information #sec-about .explain_2 .flex-wrap > .wrap .t2 span {
  display: inline-block;
}
main#main-information #sec-newClass {
  background-color: #F7F7F0;
  padding: 60px 0;
}
main#main-information #sec-newClass .wrapper-1 {
  max-width: calc(1140px + 40px);
}
main#main-information #sec-newClass .hd-text {
  line-height: 2;
  margin-bottom: 60px;
}
main#main-information #sec-newClass .hd-text p span {
  display: inline-block;
}
main#main-information #sec-newClass .hd-text p + p {
  margin-top: 15px;
}
main#main-information #sec-newClass .hd-text p.small {
  margin-top: 20px;
  text-align: center;
}
main#main-information #sec-newClass .hd-text p small {
  font-size: inherit;
  font-weight: inherit;
}
main#main-information #sec-newClass .hd-text em {
  display: inline-block;
  padding: 7px 18px;
  font-weight: bold;
  margin: 0 7px;
  border-radius: 4px;
}
main#main-information #sec-newClass .hd-text em.class {
  background-color: var(--color_class);
}
main#main-information #sec-newClass .hd-text em.type {
  background-color: var(--color_type);
}
main#main-information #sec-newClass .models + .models {
  margin-top: 60px;
}
main#main-information #sec-newClass .models h3 {
  width: fit-content;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}
main#main-information #sec-newClass .models h3.m {
  background-color: var(--color_red);
  color: #fff;
  min-height: 54px;
}
main#main-information #sec-newClass .models h3.s {
  background-color: #fff;
  min-height: 44px;
}
main#main-information #sec-newClass .models table {
  width: 100%;
}
main#main-information #sec-newClass .models table,
main#main-information #sec-newClass .models table * {
  box-sizing: content-box;
}
main#main-information #sec-newClass .models table th,
main#main-information #sec-newClass .models table td {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
}
main#main-information #sec-newClass .models table th,
main#main-information #sec-newClass .models table td {
  background-color: #fff;
  vertical-align: middle;
}
main#main-information #sec-newClass .models table td {
  height: 65px;
  padding: 3px;
}
main#main-information #sec-newClass .models table th {
  height: 52px;
  padding: 3px;
  border-right: 4px solid var(--color_table_bg);
}
main#main-information #sec-newClass .models table th small {
  font-size: inherit;
  font-weight: inherit;
}
main#main-information #sec-newClass .models table thead th:nth-child(1) {
  background-color: var(--color_class);
  width: 27%;
}
main#main-information #sec-newClass .models table thead th:nth-child(2) {
  background-color: var(--color_type);
  width: 27%;
}
main#main-information #sec-newClass .models table thead th:nth-child(3) {
  background-color: #DADADA;
  width: 46%;
}
main#main-information #sec-newClass .models table tbody {
  border-top: 10px solid var(--color_table_bg);
}
main#main-information #sec-newClass .models table td {
  border-bottom: 4px solid var(--color_table_bg);
  border-right: 4px solid var(--color_table_bg);
}
main#main-information #sec-newClass .models table tr:last-child th,
main#main-information #sec-newClass .models table tr:last-child td {
  border-bottom: none;
}
main#main-information #sec-newClass .models table tr td:last-child {
  border-right: none;
}
main#main-information #sec-newClass .models table tbody td span,
main#main-information #sec-newClass .models ul.car_list li span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 5px;
}
main#main-information #sec-newClass .models table tbody td small {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 5px;
}
main#main-information #sec-newClass .models table tbody td.cars span.s {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0;
}
main#main-information #sec-newClass .models .small {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 20px;
}
main#main-information #sec-newClass .models .small + .small {
  margin-top: 13px;
}
main#main-information #sec-newClass .models .small small {
  font-size: inherit;
}
main#main-information #sec-newClass .models ul.car_list {
  display: flex;
  justify-content: start;
  align-items: stretch;
}
main#main-information #sec-newClass .models ul.car_list li {
  flex: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 3px;
}
main#main-information #sec-newClass .models ul.car_list li:nth-child(n+2) {
  border-left: 4px solid var(--color_table_bg);
}
main#main-information #sec-newClass .models ul.car_list li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
main#main-information #sec-newClass .models ul.car_list li span {
  margin-top: 10px;
}
main#main-information #sec-newClass .wrap-price {
  margin-top: 60px;
}
main#main-information #sec-newClass .wrap-price .t {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
main#main-information #sec-newClass .wrap-price a.btn {
  display: block;
  max-width: 400px;
  width: 90%;
  border: 1px solid var(--color_red);
  color: var(--color_red);
  background: #fff url("../img/btn_arrow.svg") right 10px center no-repeat;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 35px 10px 22px;
  margin: 0 auto;
}
main#main-information #sec-newClass .wrap-price a.btn:hover {
  background-color: #FFDBDB;
}
main#main-information #sec-schedule {
  padding: 60px 0 70px;
}
main#main-information #sec-schedule .hd-text {
  line-height: 2;
}
main#main-information #sec-schedule .wrap-border {
  border: 1px solid var(--color_red);
  padding: 20px 25px;
  margin-top: 30px;
}
main#main-information #sec-schedule .wrap-border .hd {
  color: var(--color_red);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
main#main-information #sec-schedule .wrap-border .t p {
  font-size: 1.6rem;
  line-height: 2;
}
main#main-information #sec-schedule .wrap-border .t p small {
  font-size: 1.4rem;
}
main#main-information #sec-schedule .wrap-border .t p b {
  color: var(--color_red);
}
main#main-information #sec-schedule table {
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}
main#main-information #sec-schedule table th,
main#main-information #sec-schedule table td {
  height: 40px;
  vertical-align: middle;
  padding: 5px 12px;
}
main#main-information #sec-schedule table th {
  font-size: 2.0rem;
}
main#main-information #sec-schedule table thead {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
}
main#main-information #sec-schedule table thead th:nth-child(n+2) {
  border-left: 1px solid #fff;
}
main#main-information #sec-schedule table tbody td {
  border: 1px solid #BDBDBD;
}
main#main-information #sec-schedule table tbody tr:first-child td {
  border-top: none;
}
main#main-information #sec-schedule table tr > td:nth-child(3) {
  width: 50%;
}
main#main-information #sec-schedule table tbody tr > td:nth-child(1) {
  font-size: 1.2rem;
  line-height: 1.5;
}
main#main-information #sec-schedule table tbody tr > td:nth-child(2) {
  font-size: 1.2rem;
  line-height: 1.5;
}
main#main-information #sec-schedule table tbody tr > td:nth-child(2) span {
  display: inline-block;
}
main#main-information #sec-schedule table tbody tr > td:nth-child(3) {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  main#main-information {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  main#main-information h2.sbtitle {
    font-size: 1.9rem;
    gap: 0 3px;
    margin-bottom: 15px;
  }
  main#main-information h2.sbtitle img {
    width: 35px;
    height: auto;
  }
  main#main-information .wrapper {
    padding: 0 15px;
  }
  main#main-information .pcv {
    display: none !important;
  }
  main#main-information .spv {
    display: block;
  }
  main#main-information #sec-mv {
    background: none;
    min-height: 0;
    display: block;
  }
  main#main-information #sec-mv .wrapper {
    display: block;
    padding: 0;
  }
  main#main-information #sec-mv .front {
    display: block;
    background: url("../img/mv_sp.png") center bottom/100% auto no-repeat,
      url("../img/mv_repeat_sp.png") center top/100% auto repeat-y;
    min-height: 0;
    padding: 20px 10px 29dvw;
  }
  main#main-information #sec-mv .front .title {
    font-size: 2.1rem;
  }
  main#main-information #sec-mv .front .text {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
  }
  main#main-information #sec-mv .text2 {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: normal;
    padding: 8px 0;
  }
  main#main-information #sec-about {
    padding: 25px 0 30px;
  }
  main#main-information #sec-about .heading_t1 small {
    font-size: 1.2rem;
  }
  main#main-information #sec-about .heading_t2 {
    margin-top: 20px;
    padding: 10px 5px;
    font-size: 1.3rem;
  }
  main#main-information #sec-about .heading_t2 p small {
    font-size: 1.5rem;
  }
  main#main-information #sec-about .explain_1 {
    display: block;
    margin: 35px auto 45px;
    padding: 0;
    max-width: 460px;
  }
  main#main-information #sec-about .explain_1 > .wrap {
    padding: 18px 15px 10px;
  }
  main#main-information #sec-about .explain_1 > .wrap .hd {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  main#main-information #sec-about .explain_1 > .wrap p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  main#main-information #sec-about .explain_1 > .wrap img.image {
    max-width: 300px;
    margin-top: 12px;
  }
  main#main-information #sec-about .explain_1 > .wrap img.image.image2 {
    max-width: 275px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  main#main-information #sec-about .explain_1 .arrow {
    width: auto;
    padding-left: 4px;
    margin: 10px 0;
  }
  main#main-information #sec-about .explain_1 .arrow img {
    width: 50px;
    transform: rotate(90deg);
  }
  main#main-information #sec-about .text-type {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  main#main-information #sec-about .explain_2 {
    margin: 25px auto 0;
    padding: 18px 15px 20px;
    max-width: 460px;
  }
  main#main-information #sec-about .explain_2 .hd {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
  main#main-information #sec-about .explain_2 .flex-wrap {
    display: block;
  }
  main#main-information #sec-about .explain_2 .flex-wrap > .wrap + .wrap {
    margin-top: 30px;
  }
  main#main-information #sec-about .explain_2 .flex-wrap > .wrap .image::after {
    margin: 14px auto 12px;
  }
  main#main-information #sec-about .explain_2 .flex-wrap > .wrap .image img {
    max-width: 305px;
  }
  main#main-information #sec-about .explain_2 .flex-wrap > .wrap .t2 {
    font-size: 1.5rem;
  }
  main#main-information #sec-newClass {
    padding: 30px 0 35px;
  }
  main#main-information #sec-newClass .hd-text {
    margin-bottom: 25px;
    text-align: left;
  }
  main#main-information #sec-newClass .hd-text p.sp_center {
    text-align: center;
  }
  main#main-information #sec-newClass .hd-text em {
    padding: 4px 10px;
  }
  main#main-information #sec-newClass .models + .models {
    margin-top: 30px;
  }
  main#main-information #sec-newClass .models h3 {
    font-size: 1.4rem;
    gap: 0 10px;
    margin-bottom: 12px;
  }
  main#main-information #sec-newClass .models h3 img {
    height: 24px;
    width: auto;
  }
  main#main-information #sec-newClass .models h3.m {
    min-height: 44px;
  }
  main#main-information #sec-newClass .models h3.s {
    font-size: 1.9rem;
    min-height: 44px;
  }
  main#main-information #sec-newClass .models table th,
  main#main-information #sec-newClass .models table td {
    font-size: 1.4rem;
    font-weight: bold;
  }
  main#main-information #sec-newClass .models table td {
    height: 47px;
  }
  main#main-information #sec-newClass .models table th {
    height: 39px;
  }
  main#main-information #sec-newClass .models table th small {
    display: block;
    font-size: 1.0rem;
    font-weight: normal;
  }
  main#main-information #sec-newClass .models table thead th:nth-child(1) {
    width: 30%;
  }
  main#main-information #sec-newClass .models table thead th:nth-child(2) {
    width: 30%;
  }
  main#main-information #sec-newClass .models table thead th:nth-child(3) {
    width: 40%;
  }
  main#main-information #sec-newClass .models table tbody td span,
  main#main-information #sec-newClass .models ul.car_list li span {
    font-size: 1.0rem;
    font-weight: normal;
    margin-top: 2px;
  }
  main#main-information #sec-newClass .models table tbody td.cars {
    font-size: 1.2rem;
    font-weight: normal;
  }
  main#main-information #sec-newClass .models table tbody td small {
    font-size: inherit;
    font-weight: inherit;
    margin-left: 5px;
  }
  main#main-information #sec-newClass .models table tbody td.cars span.s {
    font-size: 0.8rem;
    text-align: left;
  }
  main#main-information #sec-newClass .models .small {
    font-size: 1.0rem;
    margin-top: 15px;
  }
  main#main-information #sec-newClass .models ul.car_list {
    display: block;
  }
  main#main-information #sec-newClass .models ul.car_list li {
    font-size: 1.4rem;
    padding: 14px 20px;
  }
  main#main-information #sec-newClass .models ul.car_list li:nth-child(n+2){
    border-left: none;
  }
  main#main-information #sec-newClass .models ul.car_list li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 5px;
  }
  main#main-information #sec-newClass .models ul.car_list li + li {
    margin-top: 5px;
  }
  main#main-information #sec-newClass .models ul.car_list li span {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 0;
  }
  main#main-information #sec-newClass .wrap-price {
    margin-top: 30px;
  }
  main#main-information #sec-newClass .wrap-price a.btn {
    width: fit-content;
    font-size: 1.4rem;
    padding: 10px 32px 10px 22px;
  }
  main#main-information #sec-schedule {
    padding: 30px 0;
  }
  main#main-information #sec-schedule .hd-text {
    text-align: left;
  }
  main#main-information #sec-schedule .wrap-border {
    padding: 15px;
    margin-top: 20px;
    text-align: left;
  }
  main#main-information #sec-schedule .wrap-border .hd {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  main#main-information #sec-schedule .wrap-border .t p {
    font-size: 1.3rem;
  }
  main#main-information #sec-schedule .wrap-border .t p small {
    font-size: 1.0rem;
  }
  main#main-information #sec-schedule table {
    margin-top: 25px;
  }
  main#main-information #sec-schedule table th,
  main#main-information #sec-schedule table td {
    height: 40px;
    vertical-align: middle;
    padding: 7px 2px;
  }
  main#main-information #sec-schedule table th {
    font-size: 1.2rem;
  }
  main#main-information #sec-schedule table tr > td:nth-child(1) {
    width: 20%;
  }
  main#main-information #sec-schedule table tr > td:nth-child(2) {
    width: 38%;
  }
  main#main-information #sec-schedule table tr > td:nth-child(3) {
    width: 42%;
  }
  main#main-information #sec-schedule table tbody tr > td:nth-child(1) {
    font-size: 1.0rem;
    font-weight: normal;
  }
  main#main-information #sec-schedule table tbody tr > td:nth-child(2) {
    font-size: 1.0rem;
    font-weight: normal;
  }
  main#main-information #sec-schedule table tbody tr > td:nth-child(3) {
    font-size: 1.0rem;
	font-weight: normal;
  }
}
.small{
	font-size: 1.4rem;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.small{
	font-size: 1.0rem;
	text-align: left;
}
}