.main {
  background-color: #eff8fb;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .main {
    background-image: url(../img/top/00_fv_pc.jpg);
  }
}
@media (max-width: 767px) {
  .main {
    background-image: url(../img/top/00_fv_sp.jpg);
  }
}

.form {
  color: #37374a;
}
@media (min-width: 768px) {
  .form__wrapper {
    max-width: 1220px;
    line-height: 35px;
    padding: 27.82vw 20px 4.39vw;
  }
}
@media (max-width: 767px) {
  .form__wrapper {
    width: 85.33vw;
    margin-top: 54px;
    line-height: 26px;
    padding: 29.33vw 0 45px;
  }
}
.form__box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
}
@media (min-width: 768px) {
  .form__box {
    padding: 40px 50px 30px;
  }
}
@media (max-width: 767px) {
  .form__box {
    padding: 15px 5.33vw;
  }
}
.form__flex {
  gap: 20px 50px;
}
@media (min-width: 768px) {
  .form__flex {
    padding: 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__flex {
    padding: 0;
    width: 72.9vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.form__dl {
  position: relative;
}
@media (min-width: 768px) {
  .form__dl {
    width: 374px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__dl {
    width: 32.08vw;
  }
}
@media (min-width: 768px) {
  .form__dl:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    right: -40px;
    width: 32px;
    height: 23px;
    background-image: url(../img/common/arrow.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 32px 23px;
  }
}
.form__dl dd {
  width: 100%;
}
.form__tablist {
  width: 100%;
  list-style: none;
  gap: 0 10px;
}
.form__tabitem {
  width: 33.3333333333%;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__tabitem label {
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.form__tabitem label span {
  position: relative;
  display: block;
  background: #cfd1db;
  color: #37374a;
  border-radius: 5px;
}
.form__tabitem input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form__tabitem input[type=radio]:checked ~ span {
  background: #358dbc;
  color: #fff;
}
.form__tabitem input[type=radio]:checked ~ span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #358dbc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .form__tabitem input[type=radio]:checked ~ span::after {
    bottom: -11px;
    width: 18px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .form__tabitem input[type=radio]:checked ~ span::after {
    bottom: -8px;
    width: 14px;
    height: 9px;
  }
}
.form__tabpanels {
  list-style: none;
}
.form__tabpanel {
  display: none;
  width: 100%;
}
.form__tabpanel.selected {
  display: block;
}
.form__lead {
  background: #358dbc;
  color: #fff;
}
@media (min-width: 768px) {
  .form__lead {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .form__lead {
    height: 40px;
  }
}
.form__carlist {
  list-style: none;
}
@media (min-width: 768px) {
  .form__carlist {
    max-width: 900px;
    padding: 0 25px;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__carlist {
    max-width: 500px;
  }
}
.form__caritem {
  max-width: 100%;
}
@media (min-width: 768px) {
  .form__caritem {
    width: 200px;
  }
}
.form__caritem label {
  display: block;
  cursor: pointer;
}
.form__caritem input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form__caritem input[type=radio]:checked + .form__carbox {
  border-color: #358dbc;
}
.form__caritem input[type=radio]:checked + .form__carbox::before, .form__caritem input[type=radio]:checked + .form__carbox::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .form__caritem input[type=radio]:checked + .form__carbox .form__carimg {
    background-color: #d1ecff;
    border-right-color: #358dbc;
  }
}
.form__caritem input[type=radio]:checked + .form__carbox .form__cardl dt {
  background-color: #358dbc;
  color: #fff;
}
.form__caritem input[type=radio]:checked + .form__carbox .form__cardl dd {
  background-color: #d1ecff;
}
.form__carbox {
  position: relative;
  border: 1px solid #a3d5e6;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .form__carbox {
    display: flex;
  }
}
.form__carbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 19px;
  height: 19px;
  background: #eeeeff;
  border: 1px solid #33336a;
  border-radius: 5px;
  opacity: 0;
}
@media (min-width: 768px) {
  .form__carbox::before {
    top: -5px;
  }
}
@media (max-width: 767px) {
  .form__carbox::before {
    top: 5px;
  }
}
.form__carbox::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 12px;
  left: 9px;
  right: 0;
  transform: rotate(35deg) skewY(0);
  transform-origin: center right;
  opacity: 0;
}
@media (min-width: 768px) {
  .form__carbox::after {
    top: 0;
    border-right: 3px solid #33336a;
    border-bottom: 3px solid #33336a;
  }
}
@media (max-width: 767px) {
  .form__carbox::after {
    top: 10px;
    border-right: 2px solid #33336a;
    border-bottom: 2px solid #33336a;
  }
}
@media (max-width: 767px) {
  .form__carimg {
    border-right: 1px solid #a3d5e6;
    width: 26.67vw;
  }
}
.form__cardl {
  width: 100%;
}
@media (max-width: 767px) {
  .form__cardl {
    flex: 1;
  }
}
.form__cardl dt {
  background: #a3d5e6;
  line-height: 18px;
}
@media (min-width: 768px) {
  .form__cardl dt {
    height: 47px;
  }
}
@media (max-width: 767px) {
  .form__cardl dt {
    height: 33px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .form__cardl dd {
    padding: 10px 15px;
  }
}
.form__cardl dd img {
  width: 100px;
}
.form__price {
  color: #ff5981;
}
.form__return input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form__return input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form__return span {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.form__return span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  background: #eeeeff;
  border: 1px solid #33336a;
  border-radius: 5px;
}
.form__return span::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 12px;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  transform: rotate(35deg) skewY(0);
  transform-origin: center right;
  opacity: 0;
}
@media (min-width: 768px) {
  .form__return span::after {
    border-right: 3px solid #33336a;
    border-bottom: 3px solid #33336a;
  }
}
@media (max-width: 767px) {
  .form__return span::after {
    border-right: 2px solid #33336a;
    border-bottom: 2px solid #33336a;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__date {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .form__time {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__time {
    width: 43%;
    margin-left: 2%;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__time_content {
    width: 100%;
  }
}

.plan {
  color: #37374a;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .plan__wrapper {
    max-width: 1244px;
    padding: 0 20px;
    line-height: 35px;
  }
}
.plan__head {
  position: relative;
  letter-spacing: 0.16em;
  padding-bottom: 10px;
}
.plan__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #cfd1db;
}
.plan__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #358dbc;
}
@media (min-width: 768px) {
  .plan__head::after {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .plan__head::after {
    width: 148px;
  }
}
@media (min-width: 768px) {
  .plan__body {
    max-width: 1220px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .plan__body {
    width: 88.67vw;
  }
}
.plan__item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
}
@media (min-width: 768px) {
  .plan__item {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .plan__item {
    padding: 20px;
  }
}
.plan__subtitle {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
}
@media (min-width: 768px) {
  .plan__content {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .plan__content {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .plan__img {
    width: 206px;
  }
}
@media (max-width: 767px) {
  .plan__img {
    width: 72vw;
    max-width: 270px;
  }
}
.plan__carinfo {
  flex: 1;
}
@media (max-width: 767px) {
  .plan__carinfo {
    line-height: 1.4;
  }
}
.plan__carinfo dt {
  color: #358dbc;
  background-color: #cee4e8;
  border: 1px solid #8ec1ca;
  border-radius: 3px;
  letter-spacing: -0.06rem;
}
@media (min-width: 768px) {
  .plan__carinfo dt {
    line-height: 25px;
    padding: 1px 10px;
  }
}
@media (max-width: 767px) {
  .plan__carinfo dt {
    width: 78px;
    padding: 2px 10px;
  }
}
.plan__carinfo dd {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .plan__carinfo dd {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .plan__carinfo dd {
    flex: 1;
    padding: 2px 0;
  }
}
.plan__table {
  display: table;
  border-collapse: collapse;
  border: 1px solid #8ec1ca;
}
@media (min-width: 768px) {
  .plan__table {
    width: 448px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .plan__table {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .plan__table {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.plan__table th {
  font-weight: normal;
}
.plan__table th, .plan__table td {
  border: 1px solid #8ec1ca;
}
@media (min-width: 768px) {
  .plan__table th, .plan__table td {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .plan__table th, .plan__table td {
    line-height: 21px;
  }
}
.plan__table thead th {
  background-color: #e2e2e2;
}
@media (min-width: 768px) {
  .plan__table thead th {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plan__table thead th {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .plan__table tbody th {
    width: 55%;
    text-align: left;
    padding: 5px 15px;
  }
}
.plan__table tbody td {
  background-color: #e3f0f3;
  text-align: center;
}
@media (max-width: 767px) {
  .plan__table tbody td {
    width: 45%;
    text-align: right;
    padding: 5px 15px;
  }
}
.plan__btnarea {
  position: relative;
  background-color: #e3f0f3;
  padding: 20px 0;
}
.plan__btn {
  background: #358dbc;
  color: #fff;
  border-radius: 5px;
}
.plan__btn:hover {
  filter: brightness(1.2);
}
@media (min-width: 768px) {
  .plan__btn {
    width: 363px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .plan__btn {
    width: 100%;
    max-width: 230px;
    height: 55px;
  }
}/*# sourceMappingURL=top.css.map */