@charset "UTF-8";

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

/* Safari用のハックは、Chromeに適用されないようにする */

@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

.modal__bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  background-color: #FFF;
  position: fixed;
  z-index: 12;
  right: 0;
  left: 0;
  margin: auto;
  padding: 24px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.modal .modal__close,
.modal .modal__close--option {
  background: none;
  outline: none;
  border: none;
  position: fixed;
  top: 0;
  right: 0;
  font-family: sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
}

.modal .modal__inner {
  background-color: #FFF;
  box-sizing: border-box;
  position: relative;
}

.modal .modal__scroll {
  overflow-y: auto;
  padding-right: 16px;
}

.modal ::-webkit-scrollbar {
  width: 6px;
}

.modal ::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #f2f2f2;
}

.modal ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #CCC;
}

.modal p {
  line-height: 1.5;
}

.fixed__block {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 880px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  padding: 16px 40px 0px;
  box-sizing: border-box;
}

.modal__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.modal-grade {
  max-width: 900px;
  height: 100%;
  top: 0;
}

.modal-grade .modal__lead--red {
  color: #C00;
}

.modal-grade .modal__scroll {
  height: 100%;
  padding-bottom: 150px;
}

.modal-grade .modal__select {
  position: relative;
}

.modal-grade .total-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-grade .total-price__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-grade .total-price__data--monthly {
  margin-right: 12px;
}

.modal-grade .total-price__data--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: -6px 2px 0 0;
}

.modal-grade .total-price__data--unit {
  font-size: 12px;
  line-height: 1.5;
}

.modal-grade .modal__model--comment {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.modal-grade .modal__model--heading {
  font-weight: 700;
}

.modal-grade .modal__model--list {
  position: relative;
  border-top: 1px solid #CCC;
}

.modal-grade .modal__model--list:not(:first-of-type) {
  margin: 0 0 0;
}

.modal-grade .modal__model--list input {
  display: none;
}

.modal-grade .modal__model--list label {
  position: relative;
  padding: 16px 10px 16px 100px;
  display: block;
  cursor: pointer;
}

.modal-grade .modal__model--list label::before {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 35px;
  content: "";
  width: 30px;
  height: 15px;
  border-top: 8px solid #C00;
  border-right: 8px solid #C00;
  transform: rotate(135deg);
  opacity: 0;
}

.modal-grade .modal__model--list label:hover {
  background-color: #F7F7F7;
}

.modal-grade .modal__model--list input[type=radio]:checked ~ label::before {
  opacity: 1;
}

.modal-grade .modal__model--list input[type=radio]:checked ~ label {
  background-color: #fff3f3;
}

.modal-grade .modal__model--icon {
  display: inline-block;
  background-color: #FF5E00;
  color: #FFF;
  padding: 3px 8px 2px;
  margin: 0 0 12px;
  border-radius: 4px;
}

.modal-grade .modal__order {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}

.modal-grade .modal__model-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.modal-grade .modal__select--engine,
.modal-grade .modal__select--drive {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
}

.modal-grade .modal__select--engine .radio,
.modal-grade .modal__select--drive .radio {
  display: block;
  padding: 12px 0;
  text-align: center;
  background-color: #FFF;
  border: solid 2px #333;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.modal-grade .modal__select--engine input[type=radio],
.modal-grade .modal__select--drive input[type=radio] {
  display: none;
}

.modal-grade .modal__select--engine input[type=radio]:checked + .radio,
.modal-grade .modal__select--drive input[type=radio]:checked + .radio {
  background-color: #333;
  color: #FFF;
  font-weight: 700;
}

.modal-grade .modal__select--drive {
  width: 39%;
}

.modal-grade .modal__select--engine {
  width: 59%;
}

.modal-grade .modal__engine--title {
  font-size: 16px;
  font-weight: 700;
  width: 5em;
}

.modal-grade .modal__engine--list {
  width: 120px;
}

.modal-grade .modal__engine--list:not(:last-child) {
  margin-right: 8px;
}

.modal-grade .modal__drive--title {
  font-size: 16px;
  font-weight: 700;
  width: 3em;
}

.modal-grade .modal__drive--list {
  width: 120px;
}

.modal-grade .modal__drive--list:not(:last-child) {
  margin-right: 8px;
}

.modal-grade .modal__price {
  font-size: 0;
  text-align: right;
}

.modal-grade .modal__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 2px 0 0;
}

.modal-grade .modal__price--unit {
  font-size: 12px;
}

.modal-grade .modal__price--caption {
  font-size: 12px;
  display: block;
  margin: 4px -8px 0 0;
}

.modal-grade .modal__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-grade .modal__meta--attention {
  background-color: #F00;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
  display: block;
  width: 120px;
  text-align: center;
}

.modal-grade .modal__meta--main {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.modal-grade .modal__meta--sub {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-left: 1em;
}

.modal-years {
  max-width: 900px;
  height: 100%;
  top: 0;
  /* 3つの場合 */
  /* 2つの場合 */
}

.modal-years .modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.modal-years .modal__scroll {
  height: 100%;
  padding-bottom: 150px;
}

.modal-years .modal__select--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-years .modal__select--list li {
  height: 400px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.modal-years .modal__select--years {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 48px;
}

.modal-years .modal__select--recommend {
  background: #c00;
  border-radius: 1000px;
  color: #fff;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  place-items: center;
  width: 70px;
}

.modal-years .modal__select--recommend.is-none {
  visibility: hidden;
}

.modal-years .modal__select--title {
  font-size: 18px;
  font-weight: 700;
}

.modal-years .modal__select--price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 30px;
}

.modal-years .modal__select--price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-right: 4px;
}

.modal-years .modal__select--totalprice {
  font-size: 12px;
}

.modal-years .modal__select--totalprice span {
  font-size: 16px;
  font-weight: 700px;
}

.modal-years .modal__select--cap {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 32px;
}

.modal-years .modal__select--campaign {
  background-color: #ffefd7;
  padding: 12px;
  border-radius: 8px;
}

.modal-years .modal__select--button {
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background-color: #333;
  padding: 16px;
  margin-top: auto;
  width: 90%;
}

.modal-years .radio-plan::before {
  content: none;
}

.modal-years .radio-plan::after {
  position: absolute;
  left: 0;
  content: "";
  width: 35px;
  height: 12px;
  border-top: 8px solid #C00;
  border-right: 8px solid #C00;
  transform: rotate(135deg);
  right: 0;
  margin: auto;
}

.modal-bonus {
  max-width: 900px;
  height: 100%;
  top: 0;
}

.modal-bonus .modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.modal-bonus .modal__scroll {
  height: 100%;
  padding-bottom: 150px;
}

.modal-bonus .modal__select--list {
  display: flex;
  justify-content: center;
}

.modal-bonus .modal__select--list li {
  width: 50%;
  height: 230px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.modal-bonus .modal__select--title {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 700;
}

.modal-bonus .modal__select--small {
  font-size: 14px;
  margin-top: 8px;
}

.modal-bonus .modal__select--price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 16px;
}

.modal-bonus .modal__select--price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-right: 4px;
}

.modal-bonus .modal__select--cap {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.modal-bonus .modal__select--button {
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background-color: #333;
  padding: 16px;
  margin-top: auto;
  width: 90%;
}

.modal-bonus .radio-plan::before {
  content: none;
}

.modal-bonus .radio-plan::after {
  position: absolute;
  left: 0;
  content: "";
  width: 35px;
  height: 12px;
  border-top: 8px solid #C00;
  border-right: 8px solid #C00;
  transform: rotate(135deg);
  opacity: 0;
  right: 0;
  margin: auto;
}

.modal__cap {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.modal-option {
  max-width: 900px;
  height: 100%;
  top: 0;
}

.modal-option .modal__scroll {
  height: 100%;
  padding-bottom: 200px;
}

.modal-option .modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.modal-option .modal__coupon {
  margin: 28px 0 0;
}

.modal-option .modal__coupon--title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.modal-option .modal__coupon--title span {
  margin-right: 4px;
  padding: 8px 4px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  background-color: #C00;
  border-radius: 4px;
}

.modal-option .modal__select--item {
  position: relative;
  width: 100%;
}

.modal-option .modal__select--item dt {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal-option .modal__select--item dd {
  margin-top: 12px;
}

.modal-option .modal__select--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-option .modal__select--wrap input {
  display: none;
}

.modal-option .modal__coupon--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-option .modal__coupon--item {
  position: relative;
}

.modal-option .modal__coupon--item dt {
  margin: 0 0 16px;
  text-align: center;
}

.modal-option .modal__couponsheet {
  margin: 20px 0 0;
  padding: 20px;
  background-color: #EFEFEF;
}

.modal-option .modal__coupon--table {
  width: 100%;
  margin: 20px 0 0;
}

.modal-option .modal__coupon--table .seven {
  padding: 8px 0;
  font-weight: 700;
  color: #FFF;
  background-color: #C00;
}

.modal-option .modal__coupon--table .coupon {
  padding: 12px 8px;
  text-align: left;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background-color: #FFF;
}

.modal-option .modal__coupon--table .sheet {
  padding: 12px 0;
  font-weight: 700;
  text-align: center;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background-color: #FFF;
}

.modal-option .modal__couponsheet--title {
  font-weight: 700;
}

.modal-option .modal__service--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px 0 0;
}

.modal-option .modal__service--item {
  position: relative;
}

.modal-option .modal__service--item dt {
  padding: 16px 8px;
  text-align: center;
  color: #FFF;
  background-color: #333;
}

.modal-option .modal__service--item ul {
  padding: 16px;
}

.modal-option .modal__service--item ul li {
  margin: 0 0 12px 20px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.3;
}

.modal-option .checkbox__label,
.modal-option .radiobox__label {
  background-color: #CCC;
  padding: 16px;
  color: #FFF;
  border-radius: 4px;
  display: block;
  width: 8em;
  text-align: center;
  cursor: pointer;
}

.modal-option .checkbox:checked + .checkbox__label,
.modal-option .radiobox:checked + .radiobox__label {
  background-color: #C00;
}

.modal-option .modal__select--cap {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
  margin-bottom: 0;
}

.modal-option .modal__select--campaign {
  background-color: #ffefd7;
  padding: 12px;
  border-radius: 8px;
}

.modal-option .modal__select--price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 2px;
}

.mt32 {
  margin-top: 32px;
}

.plans__explain {
  display: inline-block;
  background-color: #FF9800;
  color: #FFF;
  text-decoration: none;
  width: 1em;
  height: 1em;
  padding: 4px;
  border-radius: 1em;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 0 4px;
  cursor: pointer;
}

.madal-plan {
  width: 960px;
  top: 10%;
}

.madal-plan .modal__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
  padding: 0 0 16px;
  border-bottom: 1px solid #333;
}

.madal-plan .modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.madal-plan .table {
  display: table;
  border-collapse: collapse;
  margin: 8px 0 0;
  width: 100%;
}

.madal-plan .table td {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  border: solid 1px #CCC;
}

.madal-plan .table__select {
  width: 24px;
}

.madal-plan .table__name {
  width: 300px;
  font-size: 16px;
  font-weight: 700;
}

.madal-plan .table__image {
  width: 240px;
  display: flex;
  justify-content: flex-start;
}

.madal-plan .table__image img {
  width: 120px;
  height: auto;
}

.madal-plan .table__notes {
  font-size: 13px;
  line-height: 1.5;
}

.madal-plan .table__link {
  font-size: 12px;
  text-align: right;
  margin: 8px 0 0;
}

.radio-button {
  display: none;
}

.radio-button:checked + .radio-plan::before {
  background-color: #C00;
  border-color: #C00;
}

.radio-button:checked + .radio-plan::after {
  opacity: 1;
}

.radio-plan {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}

.radio-plan::before {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 18px;
  width: 24px;
  height: 24px;
  margin: 2px 0 0;
  content: "";
}

.radio-plan::after {
  position: absolute;
  left: 5px;
  content: "";
  width: 11px;
  height: 5px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg);
  opacity: 0;
}

.check-box {
  display: none;
}

.check-box:checked + .check-plan::before {
  background-color: #FF5E00;
  border-color: #FF5E00;
}

.check-box:checked + .check-plan::after {
  opacity: 1;
}

.check-plan {
  position: relative;
  display: flex;
  align-items: center;
  margin: 6px 0 0;
  cursor: pointer;
}

.check-plan::before {
  position: absolute;
  top: 0;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  content: "";
  margin: 0 8px 0 0;
}

.check-plan::after {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 11px;
  height: 5px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg);
  opacity: 0;
}

.attention {
  font-size: 12px;
  line-height: 1.3;
}

.fixed-block {
  background-color: #fff;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 16px;
}

.fixed-block__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.fixed-block__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0 4px;
}

.fixed-block__price--bonus {
  margin-left: 1em;
}

.fixed-block__price--year {
  margin-left: 0.5em;
}

.fixed-block__price--unit {
  align-self: baseline;
}

.fixed-block__flex {
  line-height: 1.5;
  align-self: flex-end;
}

.fixed-block__flex .fixed-block__price--bonus,
.fixed-block__flex .fixed-block__price--year {
  display: block;
}

.modal__button {
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 24px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin: 4px 0 16px;
  cursor: pointer;
  background-color: #C00;
  color: #FFF;
}

.modal__button__campaign {
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

.modal__button__campaign dt {
  font-size: 16px;
  font-weight: 700;
}

.modal__button__campaign dd {
  margin-top: 8px;
  display: flex;
  justify-content: space-around;
}

.modal__button__campaign dd span {
  display: block;
  padding: 8px 24px;
  border-radius: 24px;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  margin: 0 4px;
}

.modal__button__campaign dd .is-active {
  background-color: #FFF;
  color: #f44336;
  border: 1px solid #f44336;
}

.modal__button--center {
  display: flex;
  justify-content: center;
}

.modal__button--close {
  width: 200px;
  text-align: center;
  box-shadow: 0 3px 0 0 #CCC;
  border: 1px solid #CCC;
  background-color: #FFF;
}

.modal__button--close:active {
  transform: translateY(4px);
  box-shadow: none;
}

.modal__button--prev {
  width: 200px;
  text-align: center;
  box-shadow: 0 3px 0 0 #CCC;
}

.modal__button--prev:active {
  transform: translateY(4px);
  box-shadow: none;
}

.modal__button--next {
  width: 50%;
  text-align: center;
  box-shadow: 0 3px 0 0 #CCC;
}

.modal__button--next:active {
  transform: translateY(4px);
  box-shadow: none;
}

.modal__button--next span {
  display: block;
  position: relative;
}

.modal__button--next span::after {
  position: absolute;
  top: 8%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.modal__button--condition span {
  display: block;
  position: relative;
}

.modal__button--condition span::after {
  position: absolute;
  top: 20%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.modal__button--return {
  color: #333;
  background-color: #FFF;
  text-align: center;
  box-shadow: 0 2px 0 0 #CCC;
  border: solid 2px #CCC;
  border-radius: 4px;
}

.modal__button--return:active {
  transform: translateY(4px);
  box-shadow: none;
}

.accordion .accordion__list {
  font-size: 13px;
  line-height: 1.5;
}

.accordion .accordion__list dt {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}

.accordion .accordion__list dt::after {
  position: absolute;
  top: 38%;
  right: 3px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(135deg);
}

.accordion .accordion__list dd {
  display: none;
  padding: 12px;
  background-color: #F7F7F7;
}

.accordion .accordion__list--block:not(:first-of-type) {
  margin-top: 16px;
}

.accordion .accordion__heading {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 8px;
}

.accordion table {
  border-collapse: collapse;
}

.accordion th,
.accordion td {
  border: 1px solid #999;
  padding: 4px;
}

.accordion th {
  width: 3em;
}

.accordion li {
  text-indent: -1em;
  padding-left: 1em;
}

.accordion li:not(:first-of-type) {
  margin-top: 8px;
}

.accordion__cap {
  font-size: 12px !important;
}

.accordion img {
  max-width: 100%;
  height: auto;
}

.modal-accessories {
  width: 980px;
  top: 10%;
  z-index: 102;
}

.modal-accessories .modal__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 32px;
  padding: 0 0 16px;
  border-bottom: 1px solid #333;
}

.modal-accessories .modal__scroll {
  height: 560px;
}

.modal-accessories .modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.modal-accessories .modal__attention {
  font-size: 13px;
  line-height: 1.3;
  margin: 16px 0 0;
}

.modal-accessories img {
  max-width: 100%;
  height: auto;
}

.modal-accessories__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-accessories__item {
  display: table;
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 49%;
}

.modal-accessories__item:not(:nth-child(-n+2)) {
  margin-top: 16px;
}

.modal-accessories__item--image {
  width: 120px;
}

.modal-accessories__item dt {
  display: table-cell;
  width: 100px;
  font-weight: 700;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.modal-accessories__item dd {
  display: table-cell;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.modal-accessories__item dd img {
  width: 120px;
  height: auto;
}

.modal-accessories .breakdown {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 4px 0 0;
}

.modal-accessories .breakdown dd {
  font-weight: 700;
}

.modal-accessories__banner {
  text-align: center;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #FF5E00;
}

.modal-accessories__attention {
  text-align: center;
  margin: 16px 0 0;
  color: #FF5E00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.modal-warranty {
  width: 980px;
  top: 10%;
  z-index: 102;
}

.modal-warranty .modal__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 32px;
  padding: 0 0 16px;
  border-bottom: 1px solid #333;
}

.modal-warranty .modal__scroll {
  height: 560px;
}

.modal-warranty .modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.modal-warranty .modal__attention {
  font-size: 13px;
  line-height: 1.5;
  margin: 16px 0 0;
}

.modal-warranty img {
  max-width: 100%;
  height: auto;
}

.modal-warranty__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.modal-warranty__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.modal-warranty__item {
  display: table;
  border: 1px solid #CCC;
  border-collapse: collapse;
  width: 49%;
}

.modal-warranty__item:not(:nth-child(-n+2)) {
  margin-top: 16px;
}

.modal-warranty__item dt {
  display: table-cell;
  width: 100px;
  font-weight: 700;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.modal-warranty__item dd {
  display: table-cell;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.modal-warranty__item dd img {
  width: 120px;
  height: auto;
}

.modal-warranty .breakdown {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 4px 0 0;
}

.modal-warranty .breakdown dd {
  font-weight: 700;
}

.modal-warranty__banner {
  text-align: center;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #FF5E00;
}

.modal-warranty__attention {
  text-align: center;
  margin: 16px 0 0;
  color: #FF5E00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.modal-warranty__point--title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}

.detail__header--icon:hover .tooltip,
.tooltip__table:hover + .tooltip,
.tooltip__trigger:hover + .tooltip {
  display: inline-block;
}

.tooltip {
  display: none;
  background-color: #777;
  width: 500px;
  text-align: left;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  color: #FFF;
}

.table .tooltip {
  left: 340px;
}

.lease-info .tooltip {
  top: 290px;
}

.tooltip__inner {
  padding: 16px;
}

.tooltip__title {
  font-size: 15px;
  font-weight: 700;
  text-indent: 0;
}

.tooltip__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

.tooltip__list li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 640px) {
  .modal-years .modal__select--list li:first-child:nth-last-child(3),
  .modal-years .modal__select--list li:first-child:nth-last-child(3) ~ li {
    width: 33.4%;
  }

  .modal-years .modal__select--list li:first-child:nth-last-child(2),
  .modal-years .modal__select--list li:first-child:nth-last-child(2) ~ li {
    width: 50.1%;
  }

  .modal-years .modal-years .modal__select--list li:first-child:nth-last-child(2) ~ li {
    border-left: none;
  }

  .modal-years .modal__select--list li:not(:first-of-type) {
    margin-left: -2px;
  }

  .modal-bonus .modal__select--list li:not(:first-of-type) {
    margin-left: -1px;
  }

  .modal-option .modal__select--item {
    border: 1px solid #CCC;
    padding: 16px;
    box-sizing: border-box;
  }

  .modal-option .modal__coupon--item {
    width: 49%;
    border: 1px solid #CCC;
    padding: 16px;
    box-sizing: border-box;
  }

  .modal-option .modal__select--coupon:not(:nth-child(-n+2)) {
    margin-top: 16px;
  }

  .modal-option .modal__service--item {
    width: 49%;
    border: 1px solid #CCC;
    box-sizing: border-box;
  }

  .modal__button__campaign {
    margin-bottom: 32px;
  }

  .modal__button--return {
    width: 10%;
    margin-right: 12px;
    font-size: 22px;
    cursor: pointer;
  }
}

@media screen and (max-width: 640px) {
  body {
    height: 100%;
  }

  .modal {
    padding: 0;
    font-size: 14px;
  }

  .modal .modal__close,
  .modal .modal__close--option {
    width: 60px;
    height: 40px;
    color: #333;
    z-index: 10;
    font-size: 40px;
  }

  .modal .modal__inner {
    padding: 16px;
    overflow-y: auto;
    height: 100%;
  }

  .modal .modal__scroll {
    overflow-y: auto;
    padding-right: 16px;
  }

  .modal__title {
    font-size: 20px;
  }

  .modal-grade {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    top: 0;
    bottom: 0;
    transform: translateY(0);
  }

  .modal-grade .modal__scroll {
    height: 100%;
    padding-bottom: 130px;
  }

  .modal-grade .modal__model--comment {
    font-size: 12px;
  }

  .modal-grade .modal__model--list label {
    padding: 12px 0 10px 60px;
  }

  .modal-grade .modal__model--list label::before {
    border-width: 6px;
    width: 22px;
    height: 10px;
    left: 10px;
  }

  .modal-grade .modal__order {
    flex-direction: column;
  }

  .modal-grade .modal__model-name {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-grade .modal__select--engine .radio,
  .modal-grade .modal__select--drive .radio {
    font-size: 12px;
  }

  .modal-grade .modal__select--drive {
    width: 100%;
    margin: 8px 0 0;
  }

  .modal-grade .modal__select--engine {
    width: 100%;
  }

  .modal-grade .modal__engine--title {
    font-size: 14px;
    width: 4.5em;
  }

  .modal-grade .modal__engine--list {
    width: 110px;
  }

  .modal-grade .modal__drive--title {
    font-size: 14px;
    width: 4.5em;
  }

  .modal-grade .modal__drive--list {
    width: 110px;
  }

  .modal-grade .modal__price {
    text-align: left;
    margin-top: 8px;
    display: flex;
    align-items: baseline;
  }

  .modal-grade .modal__price--unit {
    display: flex;
    align-items: baseline;
  }

  .modal-grade .modal__meta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
  }

  .modal-grade .modal__meta--sub {
    margin-left: 0;
  }

  .modal-years {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    top: 0;
    bottom: 0;
    transform: translateY(0);
    padding: 0;
  }

  .modal-years .modal__scroll {
    height: 100%;
    padding-bottom: 200px;
  }

  .modal-years .modal__select--list {
    flex-direction: column;
  }

  .modal-years .modal__select--list li {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #CCC;
  }

  .modal-years .modal__select--list li:first-of-type {
    border-top: 1px solid #CCC;
  }

  .modal-years .modal__select--list li:not(:first-of-type) {
    margin-top: -1px;
  }

  .modal-years .modal__select--years {
    border-radius: 4px;
    gap: 4px;
    margin-top: 0;
    width: 170px;
  }

  .modal-years .modal__select--recommend {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #c00;
    font-size: 14px;
    height: auto;
    padding: 6px;
    width: auto;
  }

  .modal-years .modal__select--title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    background: #333;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 8px;
  }

  .modal-years .modal__select--price {
    justify-content: flex-start;
    margin-top: 16px;
    line-height: 1;
  }

  .modal-years .modal__select--price span {
    font-size: 28px;
  }

  .modal-years .modal__select--cap {
    font-size: 14px;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .modal-years .modal__select--cap br {
    display: none;
  }

  .modal-years .modal__select--button {
    display: none;
  }

  .modal-years .radio-plan {
    padding: 16px 0 16px 50px;
  }

  .modal-years .radio-plan::after {
    border-width: 6px;
    top: 40%;
    left: 0;
    right: auto;
    width: 22px;
    height: 10px;
  }

  .modal-bonus {
    top: 10%;
    bottom: 10%;
  }

  .modal-bonus .modal__scroll {
    height: 100%;
    padding-bottom: 130px;
  }

  .modal-bonus .modal__select--list {
    flex-direction: column;
  }

  .modal-bonus .modal__select--list li {
    border: none;
    border-bottom: 1px solid #CCC;
    width: 100%;
    height: auto;
  }

  .modal-bonus .modal__select--list li:first-of-type {
    border-top: 1px solid #CCC;
  }

  .modal-bonus .modal__select--list li:not(:first-of-type) {
    margin-left: 0;
    margin-top: -1px;
    border-width: 1px;
  }

  .modal-bonus .modal__select--title {
    margin-top: 0;
    font-size: 15px;
  }

  .modal-bonus .modal__select--button {
    display: none;
  }

  .modal-bonus .radio-plan {
    padding: 20px 0 20px 60px;
  }

  .modal-bonus .radio-plan::after {
    border-width: 6px;
    top: 30%;
    left: 0;
    right: auto;
    width: 22px;
    height: 10px;
  }

  .modal__cap {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .modal-option {
    width: 100%;
    top: 0;
  }

  .modal-option .modal__scroll {
    height: 100%;
    padding-bottom: 220px;
  }

  .modal-option .modal__select--item {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 16px 0;
  }

  .modal-option {
    font-size: 16px;
  }

  .modal-option .modal__coupon--inner {
    flex-direction: column;
  }

  .modal-option .modal__coupon--item {
    width: 100%;
    border-top: 1px solid #CCC;
    padding-top: 16px;
  }

  .modal-option .modal__coupon--table .seven {
    font-size: 14px;
  }

  .modal-option .modal__coupon--table .coupon {
    font-size: 14px;
  }

  .modal-option .modal__coupon--table .sheet {
    font-size: 14px;
  }

  .modal-option .modal__select--coupon:not(:first-of-type) {
    margin-top: 16px;
  }

  .modal-option .modal__select--coupon:not(:first-of-type) {
    margin-top: 16px;
  }

  .modal-option .modal__service--inner {
    flex-direction: column;
  }

  .modal-option .modal__service--item {
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #CCC;
  }

  .modal-option .checkbox__label,
  .modal-option .radiobox__label {
    padding: 8px 16px;
    width: 10em;
  }

  .madal-plan {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
  }

  .madal-plan .modal__title {
    font-size: 18px;
    margin: 0 0 16px;
    padding: 0 0 8px;
  }

  .madal-plan .modal__heading {
    font-size: 16px;
  }

  .madal-plan .table__name {
    width: auto;
  }

  .madal-plan .table__image {
    width: auto;
  }

  .radio-plan {
    min-height: 30px;
    display: block;
    padding: 12px 12px 12px 44px;
  }

  .radio-plan::before {
    top: 12px;
    left: 12px;
  }

  .radio-plan::after {
    top: 20px;
    left: 17px;
  }

  .check-plan {
    min-height: 30px;
    display: block;
    padding: 12px 12px 12px 44px;
    margin: 0;
  }

  .check-plan::before {
    position: absolute;
    top: 12px;
    left: 12px;
  }

  .check-plan::after {
    top: 19px;
    left: 17px;
  }

  .fixed-block {
    padding: 16px 0 24px;
  }

  .fixed-block .plans__price {
    padding-top: 0;
  }

  .fixed-block__price {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .fixed-block__price--value {
    font-size: 22px;
  }

  .fixed-block__flex .fixed-block__price--bonus,
  .fixed-block__flex .fixed-block__price--year {
    font-size: 11px;
  }

  .modal__button {
    font-size: 18px;
    padding: 12px;
    margin: 0;
  }

  .modal__button__campaign dt {
    font-size: 14px;
  }

  .modal__button--center {
    padding: 0 12px;
  }

  .modal__button--close {
    width: 28%;
  }

  .modal__button--prev {
    width: 28%;
  }

  .modal__button--next {
    width: 78%;
    background-color: #C00;
    box-shadow: 0 3px 0 0 #CCC;
    color: #FFF;
  }

  .modal__button--condition {
    width: 68%;
    margin-left: 4%;
    background-color: #ff5e00;
    box-shadow: 0 3px 0 0 #c94e06;
    color: #FFF;
  }

  .modal__button--return {
    width: 20%;
    margin-right: 8px;
    font-size: 18px;
  }

  .accordion {
    margin: 16px 0 0;
  }

  .modal-accessories {
    width: 100%;
    top: 0;
  }

  .modal-accessories .modal__title {
    font-size: 20px;
    margin: 0 0 16px;
  }

  .modal-accessories .modal__scroll {
    height: 100vh;
    padding-bottom: 130px;
  }

  .modal-accessories .modal__select--list li {
    border: 4px solid #CCC;
  }

  .modal-accessories .modal__select--list li:not(:first-of-type) {
    margin: 8px 0 0;
  }

  .modal-accessories .modal__select--title {
    margin: 0 0 8px;
    padding: 6px 0 0;
    font-size: 15px;
    font-weight: 700;
  }

  .modal-accessories .modal__select--price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin: 8px 0;
  }

  .modal-accessories .modal__select--cap {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0;
  }

  .modal-accessories .modal__select--image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .modal-accessories .modal__select--image img {
    width: 49%;
  }

  .modal-warranty {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .modal-warranty .modal__title {
    font-size: 20px;
    margin: 0 0 16px;
  }

  .modal-warranty .modal__scroll {
    height: 100%;
    padding-bottom: 130px;
  }

  .modal-warranty .modal__select--list li {
    border: 4px solid #CCC;
  }

  .modal-warranty .modal__select--list li:not(:first-of-type) {
    margin: 8px 0 0;
  }

  .modal-warranty .modal__select--title {
    margin: 0 0 8px;
    padding: 6px 0 0;
    font-size: 15px;
    font-weight: 700;
  }

  .modal-warranty .modal__select--price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin: 8px 0;
  }

  .modal-warranty .modal__select--cap {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0;
  }

  .tooltip {
    width: 340px;
  }

  .table .tooltip {
    left: 0;
    top: 130px;
  }

  .lease-info .tooltip {
    top: 110px;
  }

  .tooltip__inner {
    padding: 10px;
  }
}