@charset "UTF-8";

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

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__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  padding: 8px 14px;
  border-bottom: solid 1px #49494A;
}

.modal__head .modal__title {
  font-size: 16px;
  font-weight: 700;
}

.modal__head .modal__close,
.modal__head .modal__close-years {
  padding: 0;
  background: #FFF;
  /*position: fixed;*/
  top: 0;
  right: 0;
  font-size: 12px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #000;
  z-index: 10;
  text-align: center;
  border: 0;
}

.modal__head .modal__close img,
.modal__head .modal__close-years img {
  width: 20px;
}

.modal__head .modal__close span,
.modal__head .modal__close-years span {
  display: block;
  font-size: 10px;
}

.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;
}

.col2 {
  display: flex;
  justify-content: space-between;
}

.modal__bg-maker,
.modal__bg-bodytype,
.modal__bg-ais,
.modal__bg-priceslider,
.modal__bg-search-modal {
  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-Ais {
  width: 100%;
  height: 100%;
  top: 0;
}

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

.modal-Ais .modal__scroll {
  height: 420px;
  padding-bottom: 20px;
}

.modal-Ais .search-ais {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-Ais .search-ais li {
  position: relative;
  width: 30%;
  margin: 0 24px 24px 0;
  padding: 12px 4px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #000 1px;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-Ais .search-ais li:nth-of-type(3n) {
  margin-right: 0px;
}

.modal-Ais .search-ais li:hover {
  background: #EFEFEF;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.modal-Ais .search-ais li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.modal-Ais .search-ais li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.modal-Ais .search-ais li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-Ais .ais-2col {
  margin: 24px 0 40px;
  padding: 12px 8px;
  border: solid 1px #CCC;
  display: flex;
  justify-content: center;
}

.modal-Ais .img-ais {
  width: 100%;
  margin: 12px auto;
  text-align: center;
}

.modal-Ais .img-ais img {
  width: 100%;
}

.modal-Ais .text-ais {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.modal-Ais .text-ais h3 {
  font-size: 18px;
}

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

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

.modal-Priceslider .modal__scroll {
  height: 420px;
  padding-bottom: 20px;
}

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

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

.modal-Maker .modal__scroll,
.modal-Bodytype .modal__scroll {
  height: 500px;
  padding-bottom: 20px;
}

.modal-Maker .search-maker,
.modal-Maker .search-bodytype,
.modal-Bodytype .search-maker,
.modal-Bodytype .search-bodytype {
  margin: 0 0 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-Maker .search-maker li,
.modal-Maker .search-bodytype li,
.modal-Bodytype .search-maker li,
.modal-Bodytype .search-bodytype li {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 12px);
  margin: 16px 16px 0 0;
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #000 1px;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-Maker .search-maker li:hover,
.modal-Maker .search-bodytype li:hover,
.modal-Bodytype .search-maker li:hover,
.modal-Bodytype .search-bodytype li:hover {
  background: #EFEFEF;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.modal-Maker .search-maker li span,
.modal-Maker .search-bodytype li span,
.modal-Bodytype .search-maker li span,
.modal-Bodytype .search-bodytype li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.modal-Maker .search-maker li a:before,
.modal-Maker .search-bodytype li a:before,
.modal-Bodytype .search-maker li a:before,
.modal-Bodytype .search-bodytype li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-Maker .search-maker--logo,
.modal-Maker .search-bodytype--logo,
.modal-Bodytype .search-maker--logo,
.modal-Bodytype .search-bodytype--logo {
  margin: 0 0 8px;
  display: block;
}

.modal-Maker .search-maker--logo img,
.modal-Maker .search-bodytype--logo img,
.modal-Bodytype .search-maker--logo img,
.modal-Bodytype .search-bodytype--logo img {
  width: 80px;
}

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

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

.modal-search-modal .modal__scroll {
  height: 500px;
  padding-bottom: 20px;
}

.modal-search-modal .search-maker,
.modal-search-modal .search-bodytype {
  margin: 0 0 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-search-modal .search-maker li,
.modal-search-modal .search-bodytype li {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 12px);
  margin: 16px 16px 0 0;
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #000 1px;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-search-modal .search-maker li:hover,
.modal-search-modal .search-bodytype li:hover {
  background: #EFEFEF;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.modal-search-modal .search-maker li span,
.modal-search-modal .search-bodytype li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.modal-search-modal .search-maker li a:before,
.modal-search-modal .search-bodytype li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-search-modal .search-maker--logo,
.modal-search-modal .search-bodytype--logo {
  margin: 0 0 8px;
  display: block;
}

.modal-search-modal .search-maker--logo img,
.modal-search-modal .search-bodytype--logo img {
  width: 80px;
}

.modal-search-modal h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  background: #EFEFEF;
  margin: 20px 0 0;
  padding: 8px 14px;
}

.modal-search-modal h3:first-child {
  margin: 0;
}

.modal__select--list--col2 li {
  width: calc(50% - 8px);
  height: auto;
  margin: 0 0 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.modal__select--list--col3 li {
  width: 37%;
  height: auto;
  margin: 0 0 8px 8px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.modal__select--list--col3 li:first-of-type {
  width: 24%;
  margin-left: 0;
}

.modal__select--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.modal__select--title .sub-title {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5833333333;
}

.radio-plan {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  padding: 12px;
  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;
}

input[type=radio]:checked ~ label {
  background-color: rgba(204, 0, 0, 0.1);
}

.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: 16px 0;
}

.fixed-block .plans__select {
  margin: 0;
  padding: 0;
}

.fixed-block .plans__button {
  width: auto;
  margin: 0;
  background-color: #CC0000;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.fixed-block .plans__button--small {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.fixed-block .plans__button--small--first {
  font-size: 14px;
  line-height: 1.5;
}

.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 .modal__close {
  padding: 8px 8px;
  background: #EFEFEF;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  cursor: pointer;
  border: 0;
}

.fixed-block .modal__close .icon-close {
  display: block;
  text-align: center;
}

.fixed-block .modal__close .icon-close img {
  width: 30px;
}

.fixed-block .modal__close .txt-close {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
}

.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: #FF8409;
  color: #FFF;
}

.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: 30%;
  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: 20%;
  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);
}

.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 dd .title {
  margin-bottom: 4px;
  font-weight: 700;
}

.accordion .accordion__listbox-sizin {
  width: 16px;
  height: 16px;
  vertical-align: center;
  margin-right: 2px;
}

.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;
}

.accordion-plan .accordion-plan--title {
  position: relative;
  padding: 8px 8px;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  background: #EFEFEF;
}

.accordion-plan .accordion-plan--title .accordion__list--icon {
  width: 20px;
  margin-right: 4px;
}

.accordion-plan .accordion-plan--title::after {
  right: 12px;
  top: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #666;
  content: "";
  display: inline-block;
  position: absolute;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}

.accordion-plan .accordion-plan--text {
  display: none;
  padding: 8px 8px;
  background: #EFEFEF;
}

.accordion-plan .accordion-plan--text .title {
  font-weight: 700;
}

.accordion-plan .accordion-plan--text p {
  margin-bottom: 8px;
  font-size: 13px;
}

.accordion-plan .open {
  display: block;
}

.close-area {
  margin: 12px auto 12px;
  text-align: center;
}

.btn-close {
  display: inline-block;
  background: #FFF;
  color: #000;
  padding: 8px 20px;
  border: solid 1px #000;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}

.search-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.search-price__title:before,
.search-price__title:after {
  border-top: 2px solid #000;
  content: "";
}

.search-price__title:before {
  margin-right: 10px;
}

.search-price__title:after {
  margin-left: 10px;
}

.search-price__top {
  margin: 0 auto 16px;
  display: flex;
  justify-content: space-between;
}

.search-price__top li {
  position: relative;
  box-sizing: border-box;
  width: calc(33.3333333333% - 8px);
  margin: 16px 8px 0 0;
  padding: 12px 4px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #000 1px;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
}

.search-price__top li:nth-child(3n) {
  margin-right: 0;
}

.search-price__top li:hover {
  background: #EFEFEF;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.search-price__top li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/

.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}

.s_01 .accordion_one .accordion_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  background-color: #FFF;
  color: #000;
  font-size: 18px;
  padding: 8px 20px;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border: solid 1px #CCC;
  background-color: rgba(204, 0, 0, 0.1);
}

.i_circle {
  display: block;
  position: absolute;
  top: 35%;
  left: 20px;
  width: 26px;
  height: 26px;
  background-color: #C00;
  border-color: #C00;
  border-radius: 50%;
}

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

.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_01 .accordion_one .accordion_header:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background-color: #C00;
  padding: 0 8px;
  box-sizing: border-box;
}

.s_01 .accordion_one .accordion_header:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(135deg);
}

.s_01 .accordion_one .accordion_header.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

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

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

.modal .modal__scroll {
  height: 85%;
  overflow-y: auto;
}

.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;
}

@media screen and (min-width: 640px) {
  .modal__head .modal__title {
    font-size: 20px;
  }

  .modal__head .modal__close img,
  .modal__head .modal__close-years img {
    width: 30px;
  }

  .modal-Ais {
    width: 900px;
    height: 580px;
    top: 50px;
  }

  .modal-Priceslider {
    width: 900px;
    height: 580px;
    top: 100px;
  }

  .modal-Maker,
  .modal-Bodytype {
    height: 600px;
    top: 50px;
  }

  .modal-Maker .search-maker li:nth-child(4n),
  .modal-Maker .search-bodytype li:nth-child(4n),
  .modal-Bodytype .search-maker li:nth-child(4n),
  .modal-Bodytype .search-bodytype li:nth-child(4n) {
    margin-right: 0;
  }

  .modal-search-modal {
    width: 900px;
    height: 600px;
    top: 50px;
  }

  .modal-search-modal .search-maker li:nth-child(4n),
  .modal-search-modal .search-bodytype li:nth-child(4n) {
    margin-right: 0;
  }

  .modal__select--list--col2 {
    padding-bottom: 50px;
  }

  .fixed-block__inner {
    width: 600px;
    margin: 0 auto;
  }

  .fixed-block .plans__select {
    width: 70%;
  }

  .fixed-block .plans__button {
    font-size: 20px;
  }

  .fixed-block .plans__button--small {
    font-size: 16px;
  }

  .fixed-block .plans__button--small--first {
    font-size: 16px;
  }

  .btn-close {
    font-size: 14px;
    margin-top: 4px;
    padding: 8px 12px;
    line-height: 1.3;
  }

  .search-price__title {
    margin: 20px auto 0;
    width: 540px;
  }

  .search-price__title:before,
  .search-price__title:after {
    width: 36%;
  }

  .search-price__top {
    width: 540px;
  }

  .modal .modal__scroll {
    height: 500px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

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

  .modal__head {
    padding: 2px 14px;
  }

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

  .modal-Ais .modal__scroll {
    height: 90%;
    padding-bottom: 20px;
  }

  .modal-Ais .search-ais li {
    margin: 0 12px 12px 0;
    padding: 12px 4px;
    font-size: 16px;
  }

  .modal-Ais .ais-2col {
    display: block;
  }

  .modal-Ais .text-ais {
    margin-left: 0;
  }

  .modal-Ais .text-ais h3 {
    font-size: 16px;
  }

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

  .modal-Priceslider .modal__scroll {
    height: 90%;
    padding-bottom: 20px;
  }

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

  .modal-Maker .modal__scroll,
  .modal-Bodytype .modal__scroll {
    height: 90%;
    padding-bottom: 20px;
  }

  .modal-Maker .search-maker li,
  .modal-Maker .search-bodytype li,
  .modal-Bodytype .search-maker li,
  .modal-Bodytype .search-bodytype li {
    width: calc(33.3333333333% - 12px);
    margin: 16px 16px 0 0;
    padding: 12px 4px;
  }

  .modal-Maker .search-maker li:nth-child(3n),
  .modal-Maker .search-bodytype li:nth-child(3n),
  .modal-Bodytype .search-maker li:nth-child(3n),
  .modal-Bodytype .search-bodytype li:nth-child(3n) {
    margin-right: 0;
  }

  .modal-Maker .search-maker--logo img,
  .modal-Maker .search-bodytype--logo img,
  .modal-Bodytype .search-maker--logo img,
  .modal-Bodytype .search-bodytype--logo img {
    width: 50px;
  }

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

  .modal-search-modal .modal__scroll {
    height: 90%;
    padding-bottom: 20px;
  }

  .modal-search-modal .modal__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-search-modal .search-maker,
  .modal-search-modal .search-bodytype {
    padding: 0 12px;
  }

  .modal-search-modal .search-maker li,
  .modal-search-modal .search-bodytype li {
    width: calc(33.3333333333% - 12px);
    margin: 16px 16px 0 0;
    padding: 12px 4px;
  }

  .modal-search-modal .search-maker li:nth-child(3n),
  .modal-search-modal .search-bodytype li:nth-child(3n) {
    margin-right: 0;
  }

  .modal-search-modal .search-maker--logo img,
  .modal-search-modal .search-bodytype--logo img {
    width: 50px;
  }

  .modal-search-modal h3 {
    font-size: 14px;
  }

  .modal__select--list--col2 li {
    width: 100%;
    height: auto;
  }

  .modal__select--list--col3 li:first-of-type {
    width: 100%;
  }

  .modal__select--list--col3 li {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .modal__select--title .sub-title br {
    display: none;
  }

  .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: 0;
  }

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

  .fixed-block__inner {
    padding: 14px;
  }

  .fixed-block .plans__button {
    padding: 12px 8px;
  }

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

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

  .fixed-block .modal__close {
    display: none;
  }

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

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

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

  .modal__button--next {
    width: 68%;
    background-color: #FF8409;
    box-shadow: 0 3px 0 0 #c2670b;
    color: #FFF;
  }

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

  .accordion .accordion__list dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  .accordion-plan .accordion-plan--title::after {
    height: 5px;
    width: 5px;
  }

  .search-price__title {
    margin: 16px auto 0;
    font-size: 14px;
  }

  .search-price__title:before,
  .search-price__title:after {
    width: 25%;
  }

  .search-price__top {
    padding: 0 12px;
  }

  .search-price__top li {
    font-size: 13px;
    padding: 12px 8px;
  }

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

  .modal .modal__inner {
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
  }
}