@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  body, html {
    min-width: 1100px;
  }
}

body {
  scroll-behavior: smooth;
  font-size: 1.6rem;
  line-height: 1.8571428571;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8666666667vw;
  }
}

.l-main {
  display: block;
}

.l-content-inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-content-inner {
    padding: 0 5.3333333333vw;
  }
}

.m-ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.m-ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-link-close {
  pointer-events: none;
}

.m-bold {
  font-weight: bold;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.c-inq {
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-inq {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.c-inq .l-content-inner {
  width: 885px;
}
@media screen and (max-width: 767px) {
  .c-inq .l-content-inner {
    width: 100%;
  }
}
.c-inq-title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-inq-title {
    font-size: 4.2666666667vw;
    padding-bottom: 0.8em;
    line-height: 1.4;
  }
}
.c-inq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-inq-content {
    display: block;
    margin-top: 4vw;
  }
}
.c-inq-box {
  width: 455px;
}
@media screen and (max-width: 767px) {
  .c-inq-box {
    width: 100%;
  }
}
.c-inq-box:nth-of-type(2) {
  width: calc(100% - 455px);
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-inq-box:nth-of-type(2) {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding-left: 0;
  }
}
.c-inq-text1 {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-inq-text1 {
    font-size: 4vw;
  }
}
.c-inq-text1::before, .c-inq-text1::after {
  content: "";
  width: 2px;
  height: 1.5em;
  display: block;
  background-color: #ffffff;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 1em;
}
.c-inq-text1::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 1em;
  margin-right: 0;
}
.c-inq-btn {
  width: 100%;
  height: 70px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-inq-btn {
    height: 13.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-inq-btn__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 35px;
  background-color: #00c185;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 7px 0 #00a36d;
          box-shadow: 0 7px 0 #00a36d;
}
@media screen and (max-width: 767px) {
  .c-inq-btn__link {
    font-size: 4.2666666667vw;
    border-radius: 6.6666666667vw;
    -webkit-box-shadow: 0 0.9333333333vw 0 #00a36d;
            box-shadow: 0 0.9333333333vw 0 #00a36d;
  }
}
.c-inq-btn__link::before {
  content: "";
  width: 29px;
  height: 22px;
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .c-inq-btn__link::before {
    width: 6vw;
    height: 6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inq-btn__link:hover {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
    -webkit-box-shadow: 0 4px #00A36D;
            box-shadow: 0 4px #00A36D;
  }
}
.c-inq-text2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-inq-text2 {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
}
.c-inq-text2::before {
  content: "";
  width: 4px;
  height: 1em;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
}
.c-inq-tel img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-inq-tel img {
    width: 80%;
    margin: auto;
  }
}
.c-inq-tel-info {
  margin-top: 6px;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0.065em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-inq-tel-info {
    text-align: center;
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.c-secttl {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-secttl {
    font-size: 5.3333333333vw;
    margin-bottom: 1em;
  }
}
.c-secttl.-white {
  color: #ffffff;
}

.c-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 4vw;
  }
}

.c-volt {
  width: 76px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1f4977;
  color: #1f4977;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .c-volt {
    min-width: 15vw;
    width: auto;
    padding: 0 0.2em;
    height: 5.4vw;
    font-size: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  body:not(.thanks, .confirm) .l-header {
    background-color: transparent;
  }
  body:not(.thanks, .confirm) .l-header-nav__item {
    color: #ffffff;
  }
  body:not(.thanks, .confirm) .l-header-logo img.sp {
    display: block;
  }
  body:not(.thanks, .confirm) .l-header-logo img.pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  body:not(.thanks, .confirm) .l-main {
    padding-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header-logo img.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo img.pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    position: absolute;
  }
  @-webkit-keyframes headerAnime {
    0% {
      -webkit-transform: translateY(-110%);
              transform: translateY(-110%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes headerAnime {
    0% {
      -webkit-transform: translateY(-110%);
              transform: translateY(-110%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .l-header.is-fixed {
    -webkit-animation: headerAnime 0.5s forwards;
            animation: headerAnime 0.5s forwards;
    position: fixed;
    background-color: #ffffff !important;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .l-header.is-fixed .l-header-logo img.pc {
    display: block;
  }
  .l-header.is-fixed .l-header-logo img.sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.is-fixed .l-header-nav__item {
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    background-color: #333333 !important;
  }
  .l-header-inner {
    padding-right: 13.3333333333vw;
  }
  .l-header .l-drbtn .hambarg {
    background-color: #ffffff;
  }
  .l-header .l-drbtn.is-action .hambarg {
    background-color: #ffffff !important;
  }
  .l-header a.btn_gr {
    margin-top: 0;
    border-radius: 7vw;
    background: #00C185;
    display: block;
    width: 32vw;
    height: 6.6666666667vw;
    -webkit-box-shadow: 0 0.5333333333vw #00A36D;
            box-shadow: 0 0.5333333333vw #00A36D;
    font-size: 2.6666666667vw;
    margin-left: 0;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header a.btn_gr .ico {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 1.0666666667vw;
    margin-top: 1.0666666667vw;
    background: url(../img/icon_mail.svg) no-repeat;
    background-size: contain;
  }
}
.l-header-nav__contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  position: relative;
  cursor: pointer;
  background: #00C185;
  border-radius: 50px;
  -webkit-box-shadow: 0 7px #00A36D;
          box-shadow: 0 7px #00A36D;
  line-height: 1;
  color: #fff;
  font-size: 2.6rem;
  width: 243px;
  height: 52px;
  -webkit-box-shadow: 0 4px #00A36D;
          box-shadow: 0 4px #00A36D;
  font-size: 1.7rem;
  margin-left: 32px;
  margin-top: 0;
}
.l-header-nav__contact .btn .ico {
  width: 28px;
  height: 22px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: contain;
  margin-right: 13px;
  margin-top: 5px;
  width: 19px;
  height: 15px;
  margin-right: 8px;
}

.p-mv {
  background-image: url(../img/mv_bg@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 95px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/mv_bg_sp.png);
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-mv-img01 {
  width: 704px;
  max-width: 100%;
  margin: auto auto auto;
}
@media screen and (max-width: 767px) {
  .p-mv-img01 {
    width: 100%;
  }
}
.p-mv-img02 {
  width: 953px;
  max-width: 100%;
  margin: auto auto auto;
}
@media screen and (max-width: 767px) {
  .p-mv-img02 {
    width: 100%;
  }
}
.p-mv-point {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-mv-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-mv-point .item {
  width: 270px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
          box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
  padding: 0 24px 15px;
}
@media screen and (max-width: 767px) {
  .p-mv-point .item {
    width: 100%;
    padding: 0 2.6666666667vw 2vw;
  }
}
.p-mv-point .item .num {
  width: 174px;
  margin: auto auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-point .item .num {
    width: 29.4666666667vw;
    height: 4.5333333333vw;
    background-color: #1f4977 img;
    background-color-height: 100%;
    background-color-width: auto;
    background-color-display: block;
    background-color-margin: auto;
  }
}
.p-mv-point .item .text1 {
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  color: #1f4977;
  border-bottom: 2px solid #1f4977;
}
@media screen and (max-width: 767px) {
  .p-mv-point .item .text1 {
    font-size: 4vw;
  }
}
.p-mv-point .item .text2 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0.5em -1em 0;
}
@media screen and (max-width: 767px) {
  .p-mv-point .item .text2 {
    font-size: 3.2vw;
  }
  .p-mv-point .item .text2 br {
    display: none;
  }
}

.p-nayami {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-nayami {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-nayami {
  /*---------- tab　---*/
}
.p-nayami .js-tab-blk {
  position: relative;
}
.p-nayami .js-tab-content .js-tab-box {
  display: none;
}
.p-nayami .js-tab-content .js-tab-box.is-show {
  display: block;
}
.p-nayami-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-nayami-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
    margin-top: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-nayami-nav .item {
  width: 100%;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-nayami-nav .item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-nayami-nav .item {
    width: 28vw;
  }
}
.p-nayami-content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-nayami-content {
    margin-top: 8vw;
  }
}

.p-osusume {
  background-color: #f4f8fb;
  padding: 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-osusume {
    padding: 5.3333333333vw;
  }
}
.p-osusume-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #1f4977;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-osusume-heading {
    display: block;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-osusume-heading .image {
  width: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
          box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
}
@media screen and (max-width: 767px) {
  .p-osusume-heading .image {
    margin: auto auto auto;
    width: 26.6666666667vw;
  }
}
.p-osusume-heading .cnt {
  width: calc(100% - 140px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-osusume-heading .cnt {
    width: 100%;
    padding: 0;
    margin-top: 5.3333333333vw;
  }
}
.p-osusume-heading .title {
  padding: 14px 20px 14px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: rgb(2, 164, 232);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 164, 232)), to(rgb(91, 211, 252)));
  background: linear-gradient(to right, rgb(2, 164, 232) 0%, rgb(91, 211, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a4e8', endColorstr='#5bd3fc',GradientType=1 );
}
@media screen and (max-width: 767px) {
  .p-osusume-heading .title {
    font-size: 5.0666666667vw;
    padding: 2.6666666667vw;
  }
}
.p-osusume-heading .c-text {
  text-align: left;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-osusume-heading .c-text {
    margin-top: 2.6666666667vw;
  }
}
.p-osusume-title {
  text-align: center;
  font-weight: 900;
  color: #1f4977;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-title {
    font-size: 5.3333333333vw;
  }
}
.p-osusume-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-osusume-content {
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-osusume-item {
  width: calc((100% - 30px) / 2);
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
          box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
  padding: 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-osusume-item {
    width: 100%;
    padding: 4vw;
  }
}
.p-osusume-item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-osusume-item .item-name {
  color: #1f4977;
  font-weight: 900;
  font-size: 2.4rem;
  width: calc(100% - 76px - 8px);
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-name {
    width: calc(100% - 15vw - 1.3333333333vw);
    font-size: 4.2666666667vw;
  }
}
.p-osusume-item .item-name.-adj {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-name.-adj {
    font-size: 4vw;
  }
}
.p-osusume-item .item-text1 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  margin-top: 16px;
  padding-bottom: 5px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-text1 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-osusume-item .item-text2 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-text2 {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.p-osusume-item .item-btn {
  width: 100%;
  height: 51px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-btn {
    height: 10.6666666667vw;
    margin-top: 4vw;
  }
}
.p-osusume-item .item-btn__link {
  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;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #1f4977;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-btn__link {
    font-size: 4vw;
  }
}
.p-osusume-item .item-btn__link::after {
  content: "";
  background-image: url(../img/arr-btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
@media screen and (max-width: 767px) {
  .p-osusume-item .item-btn__link::after {
    width: 2vw;
    height: 2vw;
    right: 4vw;
  }
}

.p-lineup {
  background-color: #f4f8fb;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding-top: 13.3333333333vw;
  }
}
.p-lineup .l-content-inner {
  width: 1180px;
}
.p-lineup-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-lineup-content {
    margin-top: 8vw;
  }
}
.p-lineup-box {
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
          box-shadow: 3px 3px 5px rgba(25, 108, 137, 0.15);
  padding: 40px 43px 40px 44px;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box {
    padding: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-lineup-box:first-of-type {
  margin-top: 0;
}
.p-lineup-box .bar {
  height: 7px;
  width: 100%;
  background: rgb(2, 164, 232);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 164, 232)), to(rgb(91, 211, 252)));
  background: linear-gradient(to right, rgb(2, 164, 232) 0%, rgb(91, 211, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a4e8', endColorstr='#5bd3fc',GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .bar {
    height: 2vw;
  }
}
.p-lineup-box .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top {
    display: block;
  }
}
.p-lineup-box .box-top .cnt {
  width: 543px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .cnt {
    width: 100%;
  }
}
.p-lineup-box .box-top .image {
  width: calc(100% - 543px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .image {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding-top: 0;
    display: block;
  }
}
.p-lineup-box .box-top .image img {
  width: 443px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .image img {
    width: 100%;
  }
}
.p-lineup-box .box-top .image .caption {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .image .caption {
    font-size: 3.2vw;
  }
}
.p-lineup-box .box-top .soldout {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.25em 0.5em;
  background-color: #fff312;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lineup-box .box-top {
    font-size: 3.2vw;
  }
}
.p-lineup-box .box-top .volt-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .volt-name {
    margin-bottom: 5.3333333333vw;
  }
}
.p-lineup-box .box-top .c-volt {
  width: 104px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .c-volt {
    width: 20vw;
  }
}
.p-lineup-box .box-top .name {
  font-weight: 900;
  color: #1f4977;
  font-size: 2.4rem;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .name {
    font-size: 4.8vw;
  }
}
.p-lineup-box .box-top .model {
  background-color: #1f4977;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 900;
  display: inline-block;
  padding: 0 0.8em 0.1em;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .model {
    font-size: 4.8vw;
  }
}
.p-lineup-box .box-top .text1 {
  font-weight: 900;
  color: #1f4977;
  font-size: 3.4rem;
  line-height: 1.2941176471;
  letter-spacing: 0.005em;
  border-bottom: 2px solid #1f4977;
  margin-top: 8px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .text1 {
    font-size: 5.0666666667vw;
    margin-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-lineup-box .box-top .price {
  padding-right: 120px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .price {
    padding-right: 0;
    margin-top: 1.3333333333vw;
  }
}
.p-lineup-box .box-top .price1 {
  text-align: right;
  font-weight: 900;
  color: #1f4977;
  font-size: 2.4rem;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .price1 {
    font-size: 4.2666666667vw;
  }
}
.p-lineup-box .box-top .price1 .num {
  font-size: 150%;
}
.p-lineup-box .box-top .price1 .tax {
  font-size: 70%;
}
.p-lineup-box .box-top .price2 {
  font-weight: 500;
  font-size: 1.4rem;
  color: #1f4977;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-top .price2 {
    font-size: 3.7333333333vw;
  }
}
.p-lineup-box .box-mdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-mdl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.p-lineup-box .box-mdl .graph {
  width: 100%;
}
.p-lineup-box .box-mdl .graph + .graph {
  padding-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-mdl .graph + .graph {
    margin-top: 5.3333333333vw;
    padding-top: 0;
  }
}
.p-lineup-box .box-mdl .movie {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-mdl .movie {
    margin-top: 5.3333333333vw;
  }
}
.p-lineup-box .box-mdl .movie .text3 {
  font-weight: 900;
  color: #1f4977;
  font-size: 2.4rem;
  line-height: 1.2941176471;
  letter-spacing: 0.005em;
  margin-bottom: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .box-mdl .movie .text3 {
    font-size: 4.2666666667vw;
  }
}
.p-lineup-box .box-mdl .movie .text3::before, .p-lineup-box .box-mdl .movie .text3::after {
  content: "";
  width: 2px;
  height: 1.5em;
  display: block;
  background-color: #1f4977;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 1em;
}
.p-lineup-box .box-mdl .movie .text3::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 1em;
  margin-right: 0;
}
.p-lineup-box .table1 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .table1 {
    margin-top: 5.3333333333vw;
    overflow-y: scroll;
  }
  .p-lineup-box .table1-inn {
    width: 150vw;
  }
}
.p-lineup-box .table2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .table2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
.p-lineup-box .table2 .table2-1,
.p-lineup-box .table2 .table2-2 {
  width: 100%;
}
.p-lineup-box .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  margin-top: 1em;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .note {
    font-size: 4vw;
  }
}
.p-lineup-box .note dt {
  font-size: 1.6rem;
  width: 1.2em;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .note dt {
    font-size: 3.2vw;
  }
}
.p-lineup-box .note dd {
  font-size: 1.6rem;
  width: calc(100% - 1.2em);
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-lineup-box .note dd {
    font-size: 3.2vw;
  }
}

.p-price {
  background: rgb(58, 123, 213);
  background: -webkit-gradient(linear, left top, right top, from(rgb(58, 123, 213)), to(rgb(0, 210, 255)));
  background: linear-gradient(to right, rgb(58, 123, 213) 0%, rgb(0, 210, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a7bd5', endColorstr='#00d2ff',GradientType=1 );
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-price .l-content-inner {
    padding: 0;
  }
}
.p-price-content {
  background-color: #ffffff;
  margin-top: 55px;
  padding: 40px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-price-content {
    margin-top: 8vw;
    padding: 5.3333333333vw;
  }
}
.p-price-head {
  padding-bottom: 17px;
  width: 249px;
}
@media screen and (max-width: 767px) {
  .p-price-head {
    width: 33.2vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-price-cnt {
  width: calc(100% - 249px);
  padding-left: 5px;
  overflow-X: scroll;
}
@media screen and (max-width: 767px) {
  .p-price-cnt {
    width: calc(100% - 33.2vw);
    padding-left: 0.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-price-cnt img {
  height: 483px;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-price-cnt img {
    height: 64.4vw;
  }
}

.p-system {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-system {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-system-content {
  width: 1000px;
  max-width: 100%;
  margin: 60px auto auto;
}
@media screen and (max-width: 767px) {
  .p-system-content {
    margin-top: 8vw;
  }
}
.p-system-title {
  text-align: center;
  background-color: #1f4977;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 18px 0 18px;
}
@media screen and (max-width: 767px) {
  .p-system-title {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
.p-system-title span {
  color: #fff51d;
}
.p-system-cnt {
  background-color: #f4f8fb;
  padding: 60px 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-system-cnt {
    padding: 5.3333333333vw;
  }
}
.p-system-image {
  width: 584px;
  max-width: 100%;
  margin: auto auto auto;
}
.p-system-text1 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.075em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-system-text1 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.p-system-text1 span {
  color: #ff4031;
  font-size: 140%;
  line-height: 1.5151515152;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff51d));
  background: linear-gradient(transparent 80%, #fff51d 80%);
}
.p-system-note {
  background-color: #ffffff;
  padding: 20px 40px 18px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-system-note {
    margin-top: 8vw;
    padding: 5.3333333333vw;
  }
}
.p-system-note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-system-note li {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    margin-top: 2vw;
  }
  .p-system-note li:first-of-type {
    margin-top: 0;
  }
}

.p-shipping {
  background-color: #f4f8fb;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-shipping {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-shipping-content {
  background-color: #ffffff;
  padding: 40px 40px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-shipping-content {
    margin-top: 8vw;
    padding: 5.3333333333vw;
  }
}
.p-shipping-image {
  width: 816px;
  max-width: 100%;
  margin: auto auto auto;
}
.p-shipping-note {
  background-color: #f0f0f5;
  padding: 20px 40px 18px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-shipping-note {
    padding: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-shipping-note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.p-shipping-note li span {
  color: #ff4031;
}
@media screen and (max-width: 767px) {
  .p-shipping-note li {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    margin-top: 2vw;
  }
  .p-shipping-note li:first-of-type {
    margin-top: 0;
  }
}

.p-flow {
  padding-top: 80px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-flow-text {
  font-weight: bold;
}
.p-flow-content {
  width: 833px;
  max-width: 100%;
  margin: 50px auto auto;
}
@media screen and (max-width: 767px) {
  .p-flow-content {
    margin-top: 8vw;
  }
}
.p-flow-box {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-flow-box {
    margin-top: 2vw;
  }
}
.p-flow-box:first-of-type {
  margin-top: 0;
}
.p-flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f8fb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-flow-box .num {
  width: 128px;
}
@media screen and (max-width: 767px) {
  .p-flow-box .num {
    width: 20vw;
  }
}
.p-flow-box .cnt {
  width: calc(100% - 128px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow-box .cnt {
    width: calc(100% - 20vw);
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.p-flow-box__title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  color: #1f4977;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .p-flow-box__title {
    font-size: 4.2666666667vw;
  }
}
.p-flow-box__text {
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-flow-box__text {
    font-size: 3.7333333333vw;
  }
}
.p-flow-box__text a {
  color: #1b9cd6;
  text-decoration: underline;
}

.p-company {
  background-color: #f4f8fb;
  padding-top: 80px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-company-content {
  width: 956px;
  max-width: 100%;
  margin: 40px auto auto;
}
@media screen and (max-width: 767px) {
  .p-company-content {
    margin-top: 8vw;
  }
}
.p-company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-company-inner {
    display: block;
    margin-bottom: 8vw;
  }
}
.p-company-inner .image {
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-inner .image {
    margin: auto auto auto;
  }
}
.p-company-inner .table {
  width: 566px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-inner .table {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.p-company-table {
  width: 100%;
}
.p-company-table th, .p-company-table td {
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
  padding: 12px 0 11px 12px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-company-table th, .p-company-table td {
    font-size: 3.6vw;
    padding: 2.6666666667vw;
  }
}
.p-company-table th {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .p-company-table th {
    width: 26.6666666667vw;
  }
}
.p-company-table tr:first-of-type th, .p-company-table tr:first-of-type td {
  padding-top: 0;
}
.p-company-table tr:last-of-type th, .p-company-table tr:last-of-type td {
  border-bottom: none;
}
.p-company-title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  background: rgb(2, 164, 232);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 164, 232)), to(rgb(91, 211, 252)));
  background: linear-gradient(to right, rgb(2, 164, 232) 0%, rgb(91, 211, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a4e8', endColorstr='#5bd3fc',GradientType=1 );
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .p-company-title {
    font-size: 4.2666666667vw;
    padding: 2vw 0 2.6666666667vw;
  }
}
.p-company-text {
  background-color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.075em;
  font-weight: 500;
  padding: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-company-text {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.p-company-text span {
  color: #ff4031;
}

/* ----------------------------------------------------------------------------------------------------
*  contact_form
* --------------------------------------------------------------------------------------------------*/
.contact_form {
  padding: 77px 0 96px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact_form {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.contact_form .taC {
  text-align: center;
}
.contact_form .txt_wbl {
  color: #0089ce;
}
.contact_form .fw500 {
  font-weight: 500;
}
.contact_form .btn_gr {
  background: #00C185;
  border-radius: 50px;
  -webkit-box-shadow: 0 7px #00A36D;
          box-shadow: 0 7px #00A36D;
  line-height: 1;
  color: #fff;
  font-size: 2.6rem;
  width: 451px;
  height: 69px;
}
.contact_form .form_content {
  width: 900px;
  max-width: 100%;
  margin: auto auto auto;
}

.form_txt1 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 28px;
  font-weight: bold;
}

.form_txt2 {
  width: 750px;
  margin: 0 auto 40px;
  border: 2px solid #0089CE;
  color: #0089CE;
  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;
  line-height: 1.5;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .form_txt2 {
    padding: 1em;
  }
}
.form_txt2 a {
  text-decoration: underline;
}
.form_txt2 .ico {
  width: 46px;
  margin-right: 14px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form_txt2 .ico {
    width: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.form_txt2 p {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 767px) {
  .form_txt2 p {
    font-size: 3.6vw;
  }
}

.form_tabbtn {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-right: 8px;
}
.form_tabbtn .form_tbl {
  width: auto;
  margin: 0 auto;
}

.radio_formselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio_formselect li + li {
  margin-left: 55px;
}

.form_content {
  /* display: none; */
}
.form_content.show {
  display: block;
}

.form_content0 {
  display: none;
}

.form_tbl label.error {
  font-size: 1.2rem;
  color: #ED1C24;
}

.input_num label.error {
  display: block;
}

@media screen and (min-width: 769px) {
  .contact_form .wrap {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    padding: 8vw 0 13vw;
  }
  .form_txt1 {
    font-size: 3.7vw;
    line-height: 1.6;
    margin-bottom: 3vw;
  }
  .form_txt2 {
    width: 100%;
    margin: 0 auto 6vw;
    border-width: 1px;
    padding: 1.6vw 1em;
    font-size: 3vw;
  }
  .form_txt2 .ico {
    width: 7.5vw;
    margin-right: 3vw;
    margin-left: 0;
  }
  .form_txt2 p {
    line-height: 1.5;
  }
  .form_tabbtn {
    margin-bottom: 6vw;
    padding-bottom: 4vw;
    padding-right: 0;
  }
  .form_tabbtn .form_tbl {
    width: auto;
    margin: 0 auto;
  }
  .form_tabbtn .form_tbl th {
    padding: 0 0 3vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .radio_formselect li + li {
    margin-left: 8vw;
  }
  .form_content {
    /* display: none; */
  }
  .form_content.show {
    display: block;
  }
  .form_content0 {
    display: none;
  }
}
/*--form_tbl--*/
.form_lead1 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.2em;
}

.form_lead2 {
  font-size: 1.4rem;
  margin-bottom: 2em;
  font-weight: 500;
}

.form_tbl {
  width: 100%;
}
.form_tbl th, .form_tbl td {
  font-size: 1.7rem;
  font-weight: bold;
}
.form_tbl th {
  width: 286px;
  padding: 14px 0 0 72px;
  position: relative;
  vertical-align: top;
}
.form_tbl td {
  padding: 10px 0;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.form_tbl tr:first-of-type th {
  padding-bottom: 22px;
}
.form_tbl tr:first-of-type td {
  padding-bottom: 32px;
}
.form_tbl tr.adj th {
  padding-bottom: 27px;
}
.form_tbl tr.adj td {
  padding-bottom: 37px;
}
.form_tbl tr.adj2 th {
  padding-bottom: 20px;
}
.form_tbl tr.adj2 td {
  padding-bottom: 30px;
}

.form_info {
  font-size: 1.2rem;
}

.form_tbl .ico_req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  vertical-align: baseline;
  font-size: 1.4rem;
  color: #fff;
  background: #ED1C24;
  font-weight: 500;
  left: 18px;
  top: 13px;
}
.form_tbl input[type=text], .form_tbl input[type=tel], .form_tbl input[type=email] {
  width: 100%;
  padding: 8px 1em;
  background: #f2f2f2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.form_tbl textarea {
  width: 100%;
  padding: 8px 1em;
  background: #f2f2f2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.form_tbl input:-ms-input-placeholder, .form_tbl textarea:-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.06em;
}
.form_tbl input::-ms-input-placeholder, .form_tbl textarea::-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.06em;
}
.form_tbl input::placeholder, .form_tbl textarea::placeholder, .form_tbl input:-ms-input-placeholder, .form_tbl textarea:-ms-input-placeholder, .form_tbl input::-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.06em;
}
.form_tbl textarea::-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.06em;
}
.form_tbl textarea {
  resize: vertical;
  overflow: auto;
  height: 207px;
}

/* IE */
/* Edge */
.selectwrap {
  position: relative;
  height: 100%;
  z-index: 1;
  background: #f2f2f2;
}
.selectwrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 11px;
  height: 11px;
  right: 13px;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border: 1px solid #000;
  border-left: none;
  border-top: none;
}
.selectwrap + .selectwrap {
  margin-top: 10px;
}

select {
  width: 100%;
  height: 100%;
  background: none;
  padding: 8px 1em;
  cursor: pointer;
  font-weight: 500;
}

input[type=radio] {
  visibility: hidden;
  width: 1px;
  padding: 0;
  position: absolute;
}
input[type=radio] + label {
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
}
input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  border-radius: 50%;
  top: 50%;
}
input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #333;
  border-radius: 50%;
}

.form_radioli {
  padding-bottom: 20px;
}
.form_radioli li + li {
  margin-top: 18px;
}
.form_radioli li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*	align-items: center;*/
}
.form_radioli p {
  width: 253px;
  font-weight: 500;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .form_radioli p {
    font-size: 3.6vw;
  }
}
.form_radioli p span {
  display: block;
  font-size: 1.4rem;
  margin-top: -0.5em;
}
.form_radioli li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_radioli li .radiobtn {
  width: 111px;
}

.input_numwrap {
  padding-right: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model-list {
  margin-top: -10px;
}

.input_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input_num:first-of-type {
  margin-top: 0;
}
.input_num .txt1 {
  width: 285px;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .input_num .txt1 {
    font-size: 3.6vw;
    width: 60vw;
  }
}
.input_num .txt2 {
  margin-left: 0.5em;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .input_num .txt2 {
    font-size: 3.6vw;
  }
}
.input_num input[type=text] {
  width: 104px;
}

.check-list li {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .check-list li {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
.check-list li:first-of-type {
  margin-top: 0;
}
.check-list li label input[type=checkbox] + span {
  padding-left: 1.8em;
}
.check-list li label input[type=checkbox] + span::before {
  width: 1.1em;
  height: 1.1em;
  border: 2px solid #999999;
}
@media screen and (max-width: 767px) {
  .check-list li label input[type=checkbox] + span::before {
    top: 0.2em;
  }
}
.check-list li label input[type=checkbox] + span::after {
  margin: 1px 5px;
  width: 0.5em;
  height: 0.8em;
}
@media screen and (max-width: 767px) {
  .check-list li label input[type=checkbox] + span::after {
    top: 0.1em;
    margin: 0.2em 0.3em;
  }
}
.check-list li label input[type=checkbox]:checked + span::after {
  border-width: 0 3px 3px 0;
}

.form_btn {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_btn .btn {
  width: 360px;
  height: 60px;
  font-size: 2rem;
  border-radius: 50px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_btn .btn_submit {
  -webkit-box-shadow: 0 4px #00A36D;
          box-shadow: 0 4px #00A36D;
}
.form_btn .btn_back {
  background: #bbb;
  -webkit-box-shadow: 0 4px #999;
          box-shadow: 0 4px #999;
}

@media screen and (min-width: 769px) {
  .form_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .form_btn .btn:hover {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
    -webkit-box-shadow: 0 2px #00A36D;
            box-shadow: 0 2px #00A36D;
  }
  .form_btn .btn_back {
    width: 200px;
    margin-right: 30px;
  }
  .form_btn .btn_back:hover {
    -webkit-box-shadow: 0 2px #999;
            box-shadow: 0 2px #999;
  }
  .selectwrap {
    width: 518px;
  }
}
@media screen and (max-width: 768px) {
  .form_lead1 {
    font-size: 3.7vw;
    margin-bottom: 0.2em;
  }
  .form_lead2 {
    font-size: 3vw;
    margin-bottom: 2em;
  }
  .form_tbl {
    width: 100%;
  }
  .form_tbl th, .form_tbl td {
    width: 100%;
    display: block;
    font-size: 3.7vw;
  }
  .form_tbl th {
    padding: 1vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    vertical-align: top;
    font-weight: 700;
  }
  .form_tbl td {
    padding: 0 0 2vw;
    font-weight: 500;
    font-size: 3.6vw;
  }
  .form_info {
    font-size: 2.8vw;
    margin-top: 0.5em;
  }
  .form_tbl .ico_req {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3em;
    height: 1.6em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 2.9vw;
    font-weight: 500;
    left: 0;
    top: 0;
    margin-right: 0.5em;
    line-height: 1;
    padding-bottom: 0.2em;
  }
  .form_tbl input[type=text], .form_tbl input[type=tel], .form_tbl input[type=email] {
    width: 100%;
    padding: 0.6em;
  }
  .form_tbl textarea {
    width: 100%;
    padding: 0.6em;
    height: 207px;
  }
  .selectwrap:before {
    width: 2.6vw;
    height: 2.6vw;
    right: 2.8vw;
  }
  .selectwrap + .selectwrap {
    margin-top: 1.6vw;
  }
  select {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0.6em 8.6vw 0.6em 0.6em;
    cursor: pointer;
  }
  input[type=radio] + label {
    padding-left: 8.5vw;
  }
  input[type=radio] + label::before {
    margin-top: 0.5vw;
    width: 7vw;
    height: 7vw;
  }
  input[type=radio]:checked + label::after {
    margin-top: 0.5vw;
    left: 1vw;
    width: 5vw;
    height: 5vw;
  }
  .form_radioli {
    padding-bottom: 5vw;
  }
  .form_radioli li + li {
    margin-top: 4vw;
  }
  .form_radioli p {
    padding-right: 0.5em;
    width: 45.8vw;
  }
  .form_radioli li div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form_radioli label.error {
    width: 100%;
    display: block;
    padding-top: 3vw;
  }
  .form_radioli li .radiobtn {
    width: 22vw;
  }
  .input_numwrap {
    padding-right: 0;
  }
  .input_num .txt1 {
    margin-right: 0.2em;
  }
  .input_num .txt2 {
    margin-left: 0.2em;
  }
  .input_num input[type=text] {
    width: 4em;
  }
  .form_btn {
    margin-top: 6vw;
  }
  .form_btn .btn {
    width: 80%;
    border-radius: 7vw;
    height: 12.5vw;
    font-size: 4.5vw;
  }
  .form_btn .btn_submit {
    -webkit-box-shadow: 0 3px #00A36D;
            box-shadow: 0 3px #00A36D;
  }
  .form_btn .btn_back {
    height: 10vw;
    margin-top: 4vw;
    font-size: 4.2vw;
    -webkit-box-shadow: 0 3px #999;
            box-shadow: 0 3px #999;
  }
}
.confirm .form_tbl td p {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .confirm .form_tbl td p {
    font-size: 3.6vw;
  }
}
.confirm .form_tbl td .form_radioli li {
  display: block;
}
.confirm .form_tbl td .form_radioli li p {
  width: auto;
}
.confirm .form_tbl td .form_radioli li p span {
  display: inline;
}
/*# sourceMappingURL=style.css.map */