@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
.breadcrumb, #breadcrumb {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
}
.breadcrumb ul, #breadcrumb ul {
  background: #f4f2ee;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8666666667rem;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb ul li, #breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li a, #breadcrumb ul li a {
  color: #002617;
}
.breadcrumb ul li strong, #breadcrumb ul li strong {
  color: #4d9814;
}
.breadcrumb ul li:not(:last-child):after, #breadcrumb ul li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/next/arrow-bread.svg) no-repeat center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 8px;
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .breadcrumb, #breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .breadcrumb, #breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    display: none;
  }
  .breadcrumb ul, #breadcrumb ul {
    padding: 0;
    background: transparent;
  }
}

/* main next
------------------------------------------------------------*/
main.next .breadcrumb {
  display: none;
}
main.next .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -6px;
}
main.next .wp-pagenavi > * {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #002617;
  background: #ebeaeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
main.next .wp-pagenavi .first, main.next .wp-pagenavi .last {
  width: auto;
  background-color: white;
}
main.next .wp-pagenavi .current {
  background-color: #4d9814;
  color: #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next .wp-pagenavi .extend {
  background-color: transparent;
}
main.next .search-condition {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next .search-condition:not(:last-child) {
  margin-bottom: 50px;
}
main.next .search-condition:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  width: 100vw;
  height: calc(100% - 40px - 25px);
  background: #f4f2ee;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
main.next .search-condition .item-trigger {
  display: none;
}
main.next .search-condition .item-inside {
  background: #FFF;
  -webkit-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 30px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #e7e4df;
}
main.next .search-condition .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -30px;
}
main.next .search-condition .item-list:not(:last-child) {
  margin-bottom: 5px;
}
main.next .search-condition .item-list dl {
  margin-right: 15px;
  margin-bottom: 30px;
  width: calc(25% - 15px);
}
main.next .search-condition .item-list dl dt {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
main.next .search-title {
  background: #f4f2ee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
main.next .search-title:not(:last-child) {
  margin-bottom: 45px;
}
main.next .search-title span {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-right: 5px;
}
main.next .search-title p:nth-of-type(1) {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
}
main.next .search-title p:nth-of-type(2) {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
}
main.next .search-title p:nth-of-type(2) span {
  font-size: 22px;
  font-size: 1.4666666667rem;
  color: #4d9814;
}
main.next .search-list, main.next .car-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-right: -20px;
}
main.next .search-list:not(:last-child), main.next .car-list:not(:last-child) {
  margin-bottom: 15px;
}
main.next .search-list li, main.next .car-list li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(25% - 20px);
  border: 1px solid #e7e4df;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
  background: #FFF;
}
main.next .search-list li a, main.next .car-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #002617;
}
main.next .search-list li a:hover, main.next .car-list li a:hover {
  text-decoration: none;
}
main.next .search-list li a:hover .item-img > img, main.next .car-list li a:hover .item-img > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next .search-list .item-img, main.next .car-list .item-img {
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
main.next .search-list .item-img > img, main.next .car-list .item-img > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
main.next .search-list .item-img span, main.next .car-list .item-img span {
  position: absolute;
  line-height: 0;
  right: 8px;
  bottom: 8px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
}
@media screen and (min-width: 701px) {
  main.next .search-list .item-img span, main.next .car-list .item-img span {
    display: none;
  }
}
main.next .search-list .item-img span img, main.next .car-list .item-img span img {
  max-height: 30px;
  height: auto;
  width: auto;
}
main.next .search-list .item-label, main.next .car-list .item-label {
  position: absolute;
  left: 0;
  top: 20px;
  background: #fdd043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 28px;
  line-height: 1.1;
  min-width: 60px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
main.next .search-list .item-label:before, main.next .car-list .item-label:before, main.next .search-list .item-label:after, main.next .car-list .item-label:after {
  position: absolute;
  left: 100%;
}
main.next .search-list .item-label:before, main.next .car-list .item-label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 0;
  border-color: #fdd043 transparent transparent transparent;
  top: 0;
}
main.next .search-list .item-label:after, main.next .car-list .item-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 10px;
  border-color: transparent transparent transparent #fdd043;
  bottom: 0;
}
main.next .search-list .item-text, main.next .car-list .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
main.next .search-list .item-text > *, main.next .car-list .item-text > * {
  max-width: 100%;
}
main.next .search-list .item-text .maker, main.next .car-list .item-text .maker {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #f4f2ee;
  padding: 5px 10px;
  color: #4d9814;
  line-height: 1.2;
  margin-bottom: 5px;
}
main.next .search-list .item-text .title, main.next .car-list .item-text .title {
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: bold;
  line-height: 1.3;
  color: #002617;
}
main.next .search-list .item-text .sub-title, main.next .car-list .item-text .sub-title {
  margin-bottom: 5px;
}
main.next .search-list .item-text .text, main.next .car-list .item-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #999;
}
main.next .search-list .item-text .text > div:not(:last-child) p:after, main.next .car-list .item-text .text > div:not(:last-child) p:after {
  content: "・";
}
main.next .search-list .item-text .price, main.next .car-list .item-text .price {
  text-align: right;
  color: #002617;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.1;
  margin-top: auto;
  margin-left: auto;
}
main.next .search-list .item-text .price + .price, main.next .car-list .item-text .price + .price {
  margin-top: 5px;
}
main.next .search-list .item-text .price span, main.next .car-list .item-text .price span {
  font-size: 18px;
  font-size: 1.2rem;
}
main.next .search-list .item-text .price span span, main.next .car-list .item-text .price span span {
  font-size: 29px;
  font-size: 1.9333333333rem;
  color: #f46036;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next .search-list .item-text .price.tax, main.next .car-list .item-text .price.tax {
  color: #999;
  font-weight: normal;
}
main.next .search-list .item-text .price.tax span, main.next .car-list .item-text .price.tax span {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #detail {
  padding-top: 0px;
}
main.next #detail .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #detail + section {
  padding-top: 0;
}
main.next #detail .item-left {
  width: 600px;
  margin-right: 30px;
  max-width: 50%;
}
@media screen and (min-width: 701px) {
  main.next #detail .item-left [class*=sp] {
    display: none;
  }
}
main.next #detail .item-right {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #detail .item-right > .sp {
  display: none;
}
main.next #detail .item-img {
  position: relative;
}
main.next #detail .item-img:not(:last-child) {
  margin-bottom: 30px;
}
main.next #detail .item-img > span {
  position: absolute;
  left: 0;
  top: 20px;
  background: #fdd043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 28px;
  line-height: 1.1;
  min-width: 60px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
main.next #detail .item-img > span:before, main.next #detail .item-img > span:after {
  position: absolute;
  left: 100%;
}
main.next #detail .item-img > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 0;
  border-color: #fdd043 transparent transparent transparent;
  top: 0;
}
main.next #detail .item-img > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 10px;
  border-color: transparent transparent transparent #fdd043;
  bottom: 0;
}
main.next #detail .item-img .slides {
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
main.next #detail .item-img .slides:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e4df;
  pointer-events: none;
}
main.next #detail .item-img .slides-nav {
  margin-right: -7px;
}
main.next #detail .item-img .slides-nav li {
  margin-right: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
main.next #detail .item-img .slides-nav li.slick-current {
  position: relative;
}
main.next #detail .item-img .slides-nav li.slick-current:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #aecb2d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
main.next #detail .item-img .slides-nav li.slick-current img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next #detail .item-img .slides-nav .slick-track {
  margin-left: 0;
  margin-right: 0;
}
main.next #detail .item-img .slides .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 3;
}
main.next #detail .item-img .slides .slick-arrow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/next/option/arrow-slide.svg) no-repeat center/contain;
}
main.next #detail .item-img .slides .slick-next {
  right: -10px;
}
main.next #detail .item-img .slides .slick-prev {
  left: -10px;
}
main.next #detail .item-img .slides .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next #detail .item-option {
  background: #f4f2ee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 12px;
}
main.next #detail .item-option h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
main.next #detail .item-option h2:before {
  content: "";
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 10px;
  background-image: url(../img/next/icon-hd_option.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next #detail .item-option h2:before {
    background-image: url(../img/next/icon-hd_option@2x.png);
  }
}
main.next #detail .item-option .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next #detail .item-option .title:not(:last-child) {
  margin-bottom: 20px;
}
main.next #detail .item-option .title h2 {
  margin-bottom: 0;
  margin-right: 10px;
}
main.next #detail .item-option .title p {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
main.next #detail .item-option dl:not(:last-child) {
  margin-bottom: 20px;
}
main.next #detail .item-option dl dt {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  margin-bottom: 6px;
}
main.next #detail .item-option dl dd:not(:last-child) {
  margin-bottom: 20px;
}
main.next #detail .item-option dl dd .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
main.next #detail .item-option dl dd .slick-slide {
  height: auto;
}
main.next #detail .item-option dl dd .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 3;
}
main.next #detail .item-option dl dd .slick-arrow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/next/option/arrow-slide.svg) no-repeat center/contain;
}
main.next #detail .item-option dl dd .slick-next {
  right: -10px;
}
main.next #detail .item-option dl dd .slick-prev {
  left: -10px;
}
main.next #detail .item-option dl dd .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next #detail .item-option dl dd ul li {
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
main.next #detail .item-option dl dd ul li label {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 4px;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.next #detail .item-option dl dd ul li label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e4df;
  pointer-events: none;
  background: transparent;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next #detail .item-option dl dd ul li label:before {
  display: none;
}
main.next #detail .item-option dl dd ul li label span {
  text-align: left;
}
main.next #detail .item-option dl dd ul li label span.item-title {
  margin-bottom: 5px;
  display: block;
}
main.next #detail .item-option dl dd ul li label span.item-option-img {
  margin-bottom: 5px;
}
main.next #detail .item-option dl dd ul li label span.item-cat {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px;
  line-height: 1.3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.7333333333rem;
  background: #f4f2ee;
  color: #4d9814;
  line-height: 1.2;
  margin: 3px 0 5px;
}
main.next #detail .item-option dl dd ul li label span.item-title {
  font-size: 11.2px;
  font-size: 0.7466666667rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 18px;
  position: relative;
  line-height: 1.1;
  text-align: left;
}
main.next #detail .item-option dl dd ul li label span.item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  display: -moz-inline-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #e7e4df;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
main.next #detail .item-option dl dd ul li label span.item-title:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 4px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #4d9814;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
main.next #detail .item-option dl dd ul li input:checked + label:after {
  border-color: #aecb2d;
  border-width: 2px;
}
main.next #detail .item-option dl dd ul li input:checked + label span.item-title:before {
  border-color: #4d9814;
  border-width: 1px;
}
main.next #detail .item-option dl dd ul li input:checked + label span.item-title:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
main.next #detail .item-info:not(:last-child) {
  margin-bottom: 25px;
}
main.next #detail .item-info .maker {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #f4f2ee;
  padding: 5px 10px;
  color: #4d9814;
  line-height: 1.2;
  margin-bottom: 5px;
}
main.next #detail .item-info h1 {
  font-size: 27px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
main.next #detail .item-info .grade {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
main.next #detail .item-info > p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #222222;
}
main.next #detail .item-info > p:not(:last-child) {
  margin-bottom: 20px;
}
main.next #detail .item-info .text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: relative;
}
main.next #detail .item-info .text:not(:last-child) {
  margin-bottom: 20px;
}
main.next #detail .item-info .text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #detail .item-info .text .more {
  position: absolute;
  left: 0;
  width: 100%;
  height: 55px;
  bottom: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, white 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, white 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;
}
main.next #detail .item-info .text .more:hover {
  text-decoration: none;
}
main.next #detail .item-info .text .more:not(:last-child) {
  margin-bottom: 0;
}
main.next #detail .item-info .text:not(.close) .more {
  display: none;
}
main.next #detail .item-info .text.close {
  max-height: 160px;
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next #detail .item-info table th, main.next #detail .item-info table td {
  padding: 5px 10px;
  font-size: 15px;
  font-size: 1rem;
}
main.next #detail .item-plan {
  background: #f4f2ee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e7e4df;
  padding: 20px;
}
main.next #detail .item-plan:not(:last-child) {
  margin-bottom: 22px;
}
main.next #detail .item-plan section {
  background: #ebb033;
  padding: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
main.next #detail .item-plan section:not(:last-child) {
  margin-bottom: 10px;
}
main.next #detail .item-plan section.green {
  background-color: #4d9814;
}
main.next #detail .item-plan section h2 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  color: #FFF;
  text-align: center;
}
main.next #detail .item-plan section table th, main.next #detail .item-plan section table td {
  padding: 5px;
  text-align: center;
}
main.next #detail .item-plan section table thead th {
  color: #002617;
  background: #f4f2ee;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: normal;
}
main.next #detail .item-plan section table tbody td {
  line-height: 1.2;
  letter-spacing: 0em;
}
main.next #detail .item-plan section table tbody td .price {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}
main.next #detail .item-plan section table tbody td .price span {
  font-size: 18px;
  font-size: 1.2rem;
}
main.next #detail .item-plan section table tbody td .price span span {
  font-size: 27px;
  font-size: 1.8rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next #detail .item-plan section table tbody td .price-tax {
  color: #999;
  font-size: 12px;
  font-size: 0.8rem;
}
main.next #detail .item-plan section table tbody td .price-tax span {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next #detail .item-btn {
  background: #f2f7f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e7e4df;
  padding: 20px;
}
main.next #detail .item-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #detail .item-btn ul:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 38, 23, 0.2);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
main.next #detail .item-btn ul li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #detail .item-btn ul li:not(:last-child) {
  margin-right: 9px;
}
main.next #detail .item-btn ul li a {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f46036;
  color: #FFF;
}
main.next #detail .item-btn ul li a:hover {
  text-decoration: none;
}
main.next #detail .item-btn ul li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
main.next #detail .item-btn ul li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
main.next #detail .item-btn ul li a .text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.5;
}
main.next #detail .item-btn ul li a:after {
  content: "";
  width: 12px;
  height: 10px;
  background: no-repeat center/auto;
  margin-top: auto;
  background: url(../img/common/arrow-white.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next #detail .item-btn .btn {
  font-size: 19px;
  font-size: 1.2666666667rem;
}
main.next #detail .option-popup {
  display: none;
}
main.next #option-maker {
  background: #f4f2ee;
}
main.next #option-maker .content {
  width: 1120px;
}
main.next #option-maker:first-child {
  margin-top: 35px;
}
main.next #option-maker .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
main.next #option-maker .item-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #FFF;
}
main.next #option-maker .item-list > * {
  border-bottom: 1px solid #e7e4df;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next #option-maker .item-list dt {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  border-right: 6px solid #f4f2ee;
}
main.next #option-maker .item-list dd {
  width: calc(100% - 130px);
  padding: 15px;
}
main.next #option-maker .item-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}
main.next #option-maker .item-list dd ul li {
  margin-right: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #option-maker .item-list dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #e7e4df;
  padding: 8px 15px;
  font-size: 15px;
  font-size: 1rem;
  text-align: center;
  color: #002617;
  line-height: 1.2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next #option-maker .item-list dd ul li a:hover {
  text-decoration: none;
  background-color: #e7e4df;
}
main.next #option-company .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -30px;
}
main.next #option-company .company-list li {
  margin-right: 40px;
  margin-bottom: 30px;
  width: calc(25% - 40px);
}
main.next #option-company .company-list li > a {
  display: block;
  color: #002617;
}
main.next #option-company .company-list .item-img:not(:last-child) {
  margin-bottom: 5px;
}
main.next #option-company .company-list .item-img img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
main.next #option-company .company-list .item-title {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #option-detail .content {
  width: 1300px;
}
main.next #option-detail section:not(:last-child) {
  margin-bottom: 50px;
}
main.next #option-detail .option-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
main.next #option-detail .option-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  right: 90px;
  background: #f4f2ee;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
main.next #option-detail .option-block > * {
  position: relative;
}
main.next #option-detail .option-block.orange:before {
  background-color: #f8f4f2;
}
main.next #option-detail .option-block.orange .option-hd span:nth-child(2) {
  color: #f46036;
}
main.next #option-detail .option-block.green:before {
  background-color: #f2f7f5;
}
main.next #option-detail .option-block.green .option-hd span:nth-child(2) {
  color: #4d9814;
}
main.next #option-detail .option-block.yellow:before {
  background-color: #faf6f0;
}
main.next #option-detail .option-block.yellow .option-hd span:nth-child(2) {
  color: #ebb033;
}
main.next #option-detail .option-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 25px;
}
main.next #option-detail .option-hd:not(:first-child) {
  border-top: 2px dashed #e7e4df;
  margin-top: 35px;
  padding-top: 35px;
}
main.next #option-detail .option-hd span:nth-child(1) {
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.2;
}
main.next #option-detail .option-hd span:nth-child(2) {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
}
main.next #option-detail .option-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #option-detail .option-list .slick-slide {
  height: auto;
  width: 196px;
  border: 1px solid #e7e4df;
  background: #FFF;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #option-detail .option-list .slick-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #002617;
}
main.next #option-detail .option-list .slick-slide > a:hover {
  text-decoration: none;
}
main.next #option-detail .option-list .slick-slide > a > * {
  width: 100%;
}
main.next #option-detail .option-list .slick-slide .item-img {
  text-align: center;
  margin-bottom: 10px;
  aspect-ratio: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-height: 80px;
}
main.next #option-detail .option-list .slick-slide .item-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
main.next #option-detail .option-list .slick-slide .item-cat span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 5px;
  background: #f4f2ee;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
main.next #option-detail .option-list .slick-slide .item-title {
  text-align: center;
  color: #4d9814;
  font-size: 14.3px;
  font-size: 0.9533333333rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
}
main.next #option-detail .option-list .slick-slide .item-price {
  margin-left: -6px;
  margin-right: -6px;
  border-top: 1px solid #e7e4df;
  margin-top: auto;
  width: calc(100% + 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0em;
}
main.next #option-detail .option-list .slick-slide .item-price > * {
  padding: 10px 6px;
}
main.next #option-detail .option-list .slick-slide .item-price > span {
  border-right: 1px solid #e7e4df;
}
main.next #option-detail .option-list .slick-slide .item-price > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.4;
}
main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(1) {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}
main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(1) span {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(1) span span {
  color: #f46036;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(2) {
  font-size: 12px;
  font-size: 0.8rem;
  color: #999;
}
main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(2) span {
  font-size: 15px;
  font-size: 1rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next #option-detail .option-list .slick-arrow {
  width: 49px;
  height: 49px;
  margin-right: 50px;
  top: -60px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
main.next #option-detail .option-list .slick-arrow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/next/option/arrow-slide.svg) no-repeat center/contain;
}
main.next #option-detail .option-list .slick-next {
  right: 0;
}
main.next #option-detail .option-list .slick-prev {
  left: initial;
  right: 60px;
}
main.next #option-detail .option-list .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next #option-detail .option-popup {
  display: none;
}
main.next .detail-style .item-title, main.next #article .article-detail .item-title, main.next #news-detail .item-title {
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
main.next .detail-style .item-info, main.next #article .article-detail .item-info, main.next #news-detail .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e4df;
  margin-bottom: 40px;
}
main.next .detail-style .item-info time, main.next #article .article-detail .item-info time, main.next #news-detail .item-info time {
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
}
main.next .detail-style .item-img, main.next #article .article-detail .item-img, main.next #news-detail .item-img {
  text-align: center;
  margin-bottom: 30px;
}
main.next .detail-style .item-lead, main.next #article .article-detail .item-lead, main.next #news-detail .item-lead {
  border-bottom: 2px dashed #e7e4df;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
main.next .detail-style .item-text, main.next #article .article-detail .item-text, main.next #news-detail .item-text {
  padding-bottom: 55px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e4df;
}
main.next #news-list {
  padding-top: 20px;
}
main.next #news-list .content {
  width: 1040px;
}
main.next #news-detail {
  padding-top: 20px;
}
main.next #news-detail .content {
  width: 800px;
}
main.next #about {
  overflow: hidden;
}
main.next #about .item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 40px;
  position: relative;
}
main.next #about .item-section > * {
  position: relative;
}
main.next #about .item-section:not(:last-child) {
  margin-bottom: 40px;
}
main.next #about .item-section:nth-child(odd):before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 60px);
  bottom: 0;
  right: 0;
  background: #f2f7f5;
  -webkit-border-radius: 0 32px 32px 0;
  -moz-border-radius: 0 32px 32px 0;
  -ms-border-radius: 0 32px 32px 0;
  -o-border-radius: 0 32px 32px 0;
  border-radius: 0 32px 32px 0;
}
@media screen and (min-width: 701px) {
  main.next #about .item-section:nth-child(odd) .item-label {
    margin-right: 30px;
  }
  main.next #about .item-section:nth-child(odd) .item-img {
    margin-right: 40px;
  }
  main.next #about .item-section:nth-child(odd) .item-text {
    padding-right: 80px;
  }
  main.next #about .item-section:nth-child(even) .item-label {
    margin-left: 30px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  main.next #about .item-section:nth-child(even) .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-left: 40px;
  }
  main.next #about .item-section:nth-child(even) .item-text {
    padding-left: 80px;
  }
}
main.next #about .item-label span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 64px;
  font-size: 4.2666666667rem;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #e7e4df;
  text-stroke: 1px #e7e4df;
}
main.next #about .item-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 701px) {
  main.next #about .item-img {
    max-width: 45%;
  }
}
main.next #about .item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.next #about .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
main.next #about .item-text h2 {
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
main.next #about .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #about .item-text .link-block {
  margin-top: 40px;
}
main.next #faq {
  background: none;
}
main.next #faq section:not(:last-child) {
  margin-bottom: 45px;
}
main.next #article .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next #article .content > h1 {
  width: 100%;
}
main.next #article #main {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #article aside {
  margin-left: 40px;
  width: 310px;
}
main.next #article aside section:not(:last-child) {
  margin-bottom: 25px;
}
main.next #article aside section h2 {
  background: #4d9814;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
main.next #article aside section h2:before {
  content: "";
  width: 29px;
  height: 29px;
  background: no-repeat center/auto;
  margin-right: 10px;
}
main.next #article aside section h2.category:before {
  background-image: url(../img/next/icon-side_category.svg);
}
main.next #article aside section h2.recommend {
  background-color: #ebb033;
}
main.next #article aside section h2.recommend:before {
  background-image: url(../img/next/icon-side_recommend.svg);
}
main.next #article aside section .inside {
  border: 1px solid #e7e4df;
  border-top: none;
  padding: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
main.next #article aside section .category-list li {
  border-bottom: 1px solid #e7e4df;
  padding-bottom: 10px;
}
main.next #article aside section .category-list li:not(:last-child) {
  margin-bottom: 10px;
}
main.next #article aside section .category-list li a {
  display: block;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #002617;
  padding-left: 20px;
  position: relative;
}
main.next #article aside section .category-list li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #e7e4df;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next #article aside section .category-list li a:hover {
  text-decoration: none;
  color: #4d9814;
}
main.next #article aside section .category-list li a:hover:before {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
main.next #article aside section .post-list li:not(:last-child) {
  margin-bottom: 16px;
}
main.next #article aside section .post-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #002617;
}
main.next #article aside section .post-list li a:hover {
  text-decoration: none;
  color: #4d9814;
}
main.next #article aside section .post-list .item-img {
  margin-right: 10px;
}
main.next #article aside section .post-list .item-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
main.next #article aside section .post-list .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  line-height: 1.4;
}
main.next #article #recommend {
  width: 100%;
  margin-top: 50px;
}
main.next #article #recommend h2 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 981px) {
  main.next #article #recommend .article-list li {
    width: calc(25% - 20px);
  }
}
main.next #article .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -25px;
}
main.next #article .article-list:not(:last-child) {
  margin-bottom: 15px;
}
main.next #article .article-list li {
  margin-right: 20px;
  margin-bottom: 25px;
  width: calc(33.3333333333% - 20px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.next #article .article-list li > * {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next #article .article-list .item-img {
  position: relative;
}
main.next #article .article-list .item-img a:not(.cat) {
  display: block;
  overflow: hidden;
}
main.next #article .article-list .item-img a:not(.cat):hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next #article .article-list .item-img a:not(.cat) img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
main.next #article .article-list .item-img .cat {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #002617;
  color: #FFF;
  border-color: #002617;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
main.next #article .article-list .item-img .cat:hover {
  background-color: #FFF;
  color: #002617;
}
main.next #article .article-list .item-text {
  border: 1px solid #e7e4df;
  border-top: none;
  padding: 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.next #article .article-list .item-text .title {
  width: 100%;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
main.next #article .article-list .item-text .title a {
  color: #002617;
}
main.next #article .article-list .item-text p {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #222222;
}
main.next #article .article-list .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #article .article-list .item-text .link {
  margin-top: auto;
  margin-left: auto;
}
main.next #article .article-detail .item-info {
  border-bottom: none;
  padding-bottom: 0;
}
main.next #article .article-detail .item-text h2 {
  padding-left: 0;
  color: #4d9814;
}
main.next #article .article-detail .item-text h2:before {
  display: none;
}
main.next #article .article-detail .item-text .simple_author_box_widget_lite {
  display: none;
}
main.next #job, main.next #hobby {
  padding-top: 0;
  padding-bottom: 100px;
}
main.next #policy .content {
  width: 800px;
}
main.next #feature-detail {
  padding-top: 0;
  padding-bottom: 0;
}
main.next #feature-detail .feature-links:not(:last-child) {
  margin-bottom: 50px;
}
main.next #feature-detail .feature-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.next #feature-detail .feature-links ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #feature-detail .feature-links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 15px 45px;
  background: #ebeaeb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #002617;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}
main.next #feature-detail .feature-links ul li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next #feature-detail .feature-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 2px solid #e7e4df;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: -8px;
}
main.next #feature-detail .feature-links ul li[class*=current] a {
  background-color: #4d9814;
  color: #FFF;
}
main.next #feature-detail .feature-links ul li[class*=current] a:before {
  background-color: transparent;
  border-color: #aecb2d;
}
main.next #feature-detail .feature-links ul li[class*=current] a:after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #aecb2d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: -3px;
}
main.next #feature-detail .feature-links .select {
  display: none;
}
main.next #feature-detail .feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
main.next #feature-detail .feature-title .item-img {
  max-width: 50%;
}
main.next #feature-detail .feature-title .item-img img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
main.next #feature-detail .feature-title .item-text {
  width: 100px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 0 40px 30px;
}
main.next #feature-detail .feature-title .item-text > * {
  position: relative;
}
main.next #feature-detail .feature-title .item-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  bottom: 0;
  background: #faf6f0;
}
main.next #feature-detail .feature-title .item-text h1 {
  border-left: 6px solid #aecb2d;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 34px;
  font-size: 2.2666666667rem;
  font-weight: bold;
  line-height: 1.2;
}
main.next #feature-detail .feature-text {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
main.next #feature-detail .feature-ranking {
  padding-bottom: 60px;
}
main.next #feature-detail .feature-ranking .item-list {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #feature-detail .feature-ranking .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #feature-detail .feature-ranking .item-list li:not(:last-child) {
  margin-bottom: 50px;
}
main.next #feature-detail .feature-ranking .item-list li:nth-child(1) .rank {
  background-color: #e5c464;
}
main.next #feature-detail .feature-ranking .item-list li:nth-child(2) .rank {
  background-color: #b2b2b2;
}
main.next #feature-detail .feature-ranking .item-list li:nth-child(3) .rank {
  background-color: #a27769;
}
main.next #feature-detail .feature-ranking .item-img {
  margin-right: 35px;
  position: relative;
  max-width: 45%;
}
main.next #feature-detail .feature-ranking .item-img a {
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
main.next #feature-detail .feature-ranking .item-img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main.next #feature-detail .feature-ranking .item-img a img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
main.next #feature-detail .feature-ranking .item-img .rank {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  background: #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: bold;
  line-height: 1;
}
main.next #feature-detail .feature-ranking .item-img .rank:before {
  content: "";
  width: 25px;
  height: 19px;
  background: no-repeat center/auto;
  background-image: url(../img/next/feature/icon-crown.svg);
  margin-bottom: 5px;
}
main.next #feature-detail .feature-ranking .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
main.next #feature-detail .feature-ranking .item-text .maker {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #f4f2ee;
  padding: 5px 10px;
  color: #4d9814;
  line-height: 1.2;
  margin-bottom: 15px;
}
main.next #feature-detail .feature-ranking .item-text .title {
  width: 100%;
  font-size: 27px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #002617;
}
main.next #feature-detail .feature-ranking .item-text .text {
  width: 100%;
}
main.next #feature-detail .feature-ranking .item-text > p {
  color: #222222;
}
main.next #feature-detail .feature-ranking .item-text > p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #feature-detail .feature-ranking .item-text .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
main.next #feature-detail .feature-ranking .item-text .price {
  margin-left: auto;
  padding: 5px 15px;
  background: #ebeaeb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.2;
  margin-top: 15px;
}
main.next #feature-detail .feature-ranking .item-text .price > p {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}
main.next #feature-detail .feature-ranking .item-text .price > p > span {
  font-size: 18px;
  font-size: 1.2rem;
}
main.next #feature-detail .feature-ranking .item-text .price > p > span span {
  color: #f46036;
  font-size: 29px;
  font-size: 1.9333333333rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next #feature-detail .feature-ranking .item-text .price .tax {
  color: #999;
  font-weight: normal;
}
main.next #feature-detail .feature-ranking .item-text .price .tax span {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #feature-detail .feature-ranking .item-text .price_arrow {
  display: block;
  margin-top: 15px;
  width: 56px;
  height: 56px;
  background: #aecb2d url(../img/common/arrow-btn.svg) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next #feature-detail .feature-ranking .item-text .price_arrow:hover {
  background-color: #4d9814;
}
main.next #feature-detail .feature-other {
  position: relative;
  padding-bottom: 60px;
}
main.next #feature-detail .feature-other:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: calc(100% - 60px);
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ebeaeb;
}
main.next #feature-detail .feature-other ul {
  position: relative;
}
main.next .voice-lead {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
}
main.next .voice-lead:not(:last-child) {
  margin-bottom: 50px;
}
main.next .voice-lead:before {
  content: "";
  width: 28px;
  height: 31px;
  background: no-repeat center/contain;
  background-image: url(../img/next/voice/icon-hd.png);
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: -8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next .voice-lead:before {
    background-image: url(../img/next/voice/icon-hd@2x.png);
  }
}
main.next .voice-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-bottom: -30px;
}
main.next .voice-detail-list:not(:last-child) {
  margin-bottom: 10px;
}
main.next .voice-detail-list li {
  margin-right: 22px;
  margin-bottom: 30px;
  width: calc(50% - 22px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e7e4df;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main.next .voice-detail-list .item-img, main.next .voice-detail-list .item-iframe {
  position: relative;
}
main.next .voice-detail-list .item-img .play, main.next .voice-detail-list .item-iframe .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next .voice-detail-list .item-img .play:hover, main.next .voice-detail-list .item-iframe .play:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next .voice-detail-list .item-iframe {
  aspect-ratio: 1.7854077253;
}
main.next .voice-detail-list .item-iframe iframe, main.next .voice-detail-list .item-iframe > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main.next .voice-detail-list .item-iframe > img {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
main.next .voice-detail-list .item-text {
  padding: 20px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #222222;
}
main.next .voice-detail-list .item-text .title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #002617;
}
main.next .voice-detail-list .item-text .text {
  border-bottom: 2px dashed #e7e4df;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
main.next .voice-detail-list .item-btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: auto;
}
main.next #partners .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -40px;
}
main.next #partners .partner-list li {
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(25% - 20px);
  background: #f4f2ee;
  -webkit-border-radius: 24px 10px 24px 10px;
  -moz-border-radius: 24px 10px 24px 10px;
  -ms-border-radius: 24px 10px 24px 10px;
  -o-border-radius: 24px 10px 24px 10px;
  border-radius: 24px 10px 24px 10px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.next #partners .partner-list li > a {
  display: block;
  margin: -14px;
  padding: 14px;
  color: #002617;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #partners .partner-list li > a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next #partners .partner-list .item-img {
  text-align: center;
  margin-bottom: 15px;
}
main.next #partners .partner-list .item-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
main.next #partners .partner-list .item-title {
  text-align: center;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  color: #002617;
  line-height: 1.3;
}
main.next #contact .content {
  width: 780px;
}
main.next #contact .item-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
main.next #contact .item-flow:not(:last-child) {
  margin-bottom: 40px;
}
main.next #contact .item-flow li {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eae6de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: rgba(0, 38, 23, 0.5);
  line-height: 1.4;
}
main.next #contact .item-flow li.current {
  border-color: #4d9814;
  background-color: #4d9814;
  color: #FFF;
}
main.next #contact .item-flow li:nth-child(1) {
  border-color: #4d9814;
  background-color: #4d9814;
  color: #FFF;
}
main.next #contact .item-flow li:not(:last-child) {
  margin-right: 100px;
  position: relative;
}
main.next #contact .item-flow li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100px;
  height: 2px;
  margin-left: 5px;
  margin-top: -1px;
  background: #eae6de;
}
main.next #contact .item-flow li .text {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}
main.next #contact .item-text {
  text-align: center;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #4d9814;
}
main.next #contact .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main.next #contact .item-text.confirm {
  display: none;
}
main.next #contact .item-list > p:not(:last-child) {
  margin-bottom: 25px;
}
main.next #contact .item-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
main.next #contact .item-list dl:not(:last-child) {
  margin-bottom: 34px;
}
main.next #contact .item-list dl > * {
  margin-bottom: 16px;
}
main.next #contact .item-list dl dt {
  width: 210px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 10px;
}
main.next #contact .item-list dl dt.required:after {
  content: "※必須";
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #f46036;
}
main.next #contact .item-list dl dd {
  width: calc(100% - 210px);
}
main.next #contact [class*=confirm] .item-flow li:nth-child(2) {
  border-color: #4d9814;
  background-color: #4d9814;
  color: #FFF;
}
main.next #contact [class*=confirm] .item-text {
  display: none;
}
main.next #contact [class*=confirm] .item-text.confirm {
  display: block;
}
main.next #contact [class*=confirm] .item-list dl dt {
  padding-top: 0;
}
main.next #sitemap .item-section:not(:last-child) {
  margin-bottom: 45px;
}
main.next #sitemap .item-hd {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main.next #sitemap .item-hd a {
  display: block;
  background: #f4f2ee url(../img/next/arrow-sitemap.svg) no-repeat left 10px center;
  padding: 5px 10px 5px 35px;
  color: #002617;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.next #sitemap .item-hd a:hover {
  background-position: left 15px center;
  text-decoration: none;
}
main.next #sitemap .item-hd-other {
  border-bottom: 2px solid #f4f2ee;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
main.next #sitemap .item-hd-other:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100px;
  height: 2px;
  background: #4d9814;
}
main.next #sitemap .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -8px;
}
main.next #sitemap .item-list li {
  margin-right: 20px;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 8px;
}
main.next #sitemap .item-list li a {
  color: #093475;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 1rem;
}
main.next #sitemap .item-list li a:after {
  content: "";
  width: 7px;
  height: 11px;
  background: no-repeat center/auto;
  background-image: url(../img/next/arrow-sitemap_sml.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
main.next #sitemap .item-list li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
main.next #sitemap .item-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: -20px;
}
main.next #sitemap .item-column ul {
  margin-right: 20px;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 0px;
}
main.next #sitemap .item-column ul li {
  margin-right: 0;
  width: 100%;
}
main.next #service {
  overflow: hidden;
}
main.next #service section:not(:last-child) {
  margin-bottom: 75px;
}
main.next #service .service-lead h2 {
  text-align: center;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #4d9814;
}
main.next #service .service-lead h2:not(:last-child) {
  margin-bottom: 20px;
}
main.next #service .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
main.next #service .service-list li:not(:last-child) {
  margin-bottom: 60px;
}
main.next #service .service-list li:nth-child(odd) {
  padding-bottom: 40px;
  position: relative;
}
main.next #service .service-list li:nth-child(odd):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: calc(100% + 100px);
  height: 75%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #f2f7f5;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
}
main.next #service .service-list li:nth-child(odd) > * {
  position: relative;
}
main.next #service .service-list li:nth-child(odd) .item-img {
  margin-right: 50px;
}
main.next #service .service-list li:nth-child(even) .item-img {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 50px;
}
main.next #service .service-list .item-img img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
main.next #service .service-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #service .service-list .item-text h3 {
  background: none;
  padding: 0;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
}
main.next #service .service-list .item-text p {
  color: #222222;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #service .service-list .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #service .service-text {
  padding: 50px;
  background: #fafafa;
}
main.next #free {
  padding-left: 0;
  padding-right: 0;
}
main.next #vehicle {
  padding-bottom: 80px;
}
main.next #vehicle .search-block .label {
  display: none;
}
main.next #vehicle .search-block:before {
  display: none;
}

.mfp-close {
  width: 30px;
  height: 30px;
  left: inherit;
  bottom: inherit;
  right: 10px;
  top: 10px;
  background: url(../img/next/btn-close.svg) no-repeat center;
  font-size: 0;
}

.popup-option {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.popup-option .item-title {
  width: 100%;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.popup-option .item-img {
  margin-right: 25px;
}
@media screen and (min-width: 701px) {
  .popup-option .item-img {
    max-width: 45%;
  }
}
.popup-option .item-img img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.popup-option .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.popup-option .item-text h2 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.popup-option .item-text > p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #222222;
}
.popup-option .item-text > p:not(:last-child) {
  margin-bottom: 10px;
}
.popup-option .item-text table {
  border: 2px solid #4d9814;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  border-collapse: separate;
}
.popup-option .item-text table:not(:first-child) {
  margin-top: 20px;
}
.popup-option .item-text table th, .popup-option .item-text table td {
  padding: 5px;
  text-align: center;
  border: none;
}
.popup-option .item-text table th:not(:last-child), .popup-option .item-text table td:not(:last-child) {
  border-right: 1px solid #e7e4df;
}
.popup-option .item-text table thead th {
  color: #002617;
  background: #ebeaeb;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: normal;
  border-bottom: 1px solid #e7e4df;
}
.popup-option .item-text table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e7e4df;
}
.popup-option .item-text table tbody td {
  line-height: 1.2;
  letter-spacing: 0em;
}
.popup-option .item-text table tbody td .price {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
}
.popup-option .item-text table tbody td .price span {
  font-size: 18px;
  font-size: 1.2rem;
}
.popup-option .item-text table tbody td .price span span {
  font-size: 27px;
  font-size: 1.8rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.popup-option .item-text table tbody td .price-tax {
  color: #999;
  font-size: 12px;
  font-size: 0.8rem;
}
.popup-option .item-text table tbody td .price-tax span {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.popup-option .item-btn {
  width: 80%;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 30px;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main next
  ------------------------------------------------------------*/
  main.next .search-condition .item-inside {
    padding: 20px;
  }
  main.next .search-condition .item-list {
    margin-right: -15px;
    margin-bottom: -30px;
  }
  main.next .search-list, main.next .car-list {
    margin-right: -15px;
    margin-right: -15px;
  }
  main.next .search-list li, main.next .car-list li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 880px) {
  main.next .search-list li, main.next .car-list li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next .search-list li a, main.next .car-list li a {
    padding: 10px;
  }
  main.next .search-list .item-text .title, main.next .car-list .item-text .title {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next .search-list .item-text .price span, main.next .car-list .item-text .price span {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.next .search-list .item-text .price span span, main.next .car-list .item-text .price span span {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
  main.next .search-list .item-text .price.tax span, main.next .car-list .item-text .price.tax span {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #detail .item-option {
    padding: 20px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 1000px) {
  main.next #detail .item-option dl dd ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #detail .item-info h1 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
  main.next #detail .item-plan {
    padding: 15px;
  }
  main.next #detail .item-plan section table tbody td .price {
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  main.next #detail .item-plan section table tbody td .price span {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #detail .item-plan section table tbody td .price span span {
    font-size: 23px;
    font-size: 1.5333333333rem;
  }
  main.next #detail .item-plan section table tbody td .price-tax span {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #detail .item-btn {
    padding: 15px;
  }
  main.next #detail .item-btn ul li a .text {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #detail .item-btn .btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #option-company .company-list {
    margin-right: -25px;
    margin-bottom: -25px;
  }
  main.next #option-company .company-list li {
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc(25% - 25px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main.next #option-company .company-list li {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #option-detail .option-block:before {
    right: 30px;
  }
  main.next #option-detail .option-block > * {
    position: relative;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (min-width: 701px) {
  main.next #about .item-section:nth-child(odd) .item-text {
    padding-right: 20px;
  }
  main.next #about .item-section:nth-child(even) .item-text {
    padding-left: 20px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #about .item-label span {
    font-size: 52px;
    font-size: 3.4666666667rem;
    font-weight: bold;
    margin-top: 20px;
  }
  main.next #about .item-img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (min-width: 701px) {
  main.next #about .item-img {
    max-width: 45%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #about .item-text h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
  main.next #article aside {
    margin-left: 30px;
    width: 240px;
  }
  main.next #article aside section .inside {
    padding: 10px;
  }
  main.next #article .article-list {
    margin-right: -15px;
  }
  main.next #article .article-list li {
    margin-right: 15px;
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 980px) {
  main.next #article .article-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main.next #article aside {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: -20px;
  }
  main.next #article aside section {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  main.next #article aside section:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #feature-detail {
    padding-top: 0;
  }
  main.next #feature-detail .feature-links ul li {
    width: calc(33.3333333333% - 10px);
  }
  main.next #feature-detail .feature-title {
    padding-left: 0;
    padding-right: 0;
  }
  main.next #feature-detail .feature-title .item-text {
    padding: 0 30px 20px;
  }
  main.next #partners .partner-list {
    margin-right: -15px;
  }
  main.next #partners .partner-list li {
    margin-right: 15px;
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main.next #partners .partner-list li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #contact .content {
    width: 780px;
  }
  main.next #contact .item-flow li:not(:last-child) {
    margin-right: 50px;
  }
  main.next #contact .item-flow li:not(:last-child):after {
    width: 50px;
  }
  main.next #service .service-list li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (min-width: 701px) {
  main.next #service .service-list li:nth-child(odd):before {
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #service .service-list .item-img {
    max-width: 50%;
  }
  main.next #service .service-text {
    padding: 30px;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  /* main next
  ------------------------------------------------------------*/
  main.next .breadcrumb {
    display: block;
  }
  main.next .breadcrumb:last-child {
    padding-bottom: 60px;
  }
  main.next > section:first-child {
    padding-top: 30px;
  }
  main.next .wp-pagenavi {
    font-size: 15px;
    font-size: 1rem;
    margin-left: -3px;
    margin-right: -3px;
  }
  main.next .wp-pagenavi > * {
    width: 32px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px;
  }
  main.next .search-condition:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .search-condition:before {
    height: calc(100% - 20px - 20px);
    top: 20px;
    display: none;
  }
  main.next .search-condition .item-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    padding: 0;
  }
  main.next .search-condition .item-trigger.active {
    background-color: #f4f2ee;
    color: #002617;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    max-width: calc(100% + 40px);
    padding-left: 20px;
  }
  main.next .search-condition .item-trigger.active:before {
    display: none;
  }
  main.next .search-condition .item-trigger.active:after {
    margin-left: auto;
    content: "閉じる";
    background: #002617;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
  }
  main.next .search-condition .item-trigger.active ~ .item-inside {
    display: block;
  }
  main.next .search-condition .item-inside {
    padding: 15px 20px 0;
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  }
  main.next .search-condition .item-list {
    margin-right: -12px;
    margin-bottom: -20px;
  }
  main.next .search-condition .item-list:not(:last-child) {
    margin-bottom: 0px;
  }
  main.next .search-condition .item-list dl {
    margin-right: 12px;
    margin-bottom: 20px;
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next .search-condition .item-list dl {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 700px) {
  main.next .search-title {
    padding: 5px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next .search-title:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .search-title span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next .search-title p:nth-of-type(1) {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next .search-title p:nth-of-type(2) {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: bold;
  }
  main.next .search-title p:nth-of-type(2) span {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next .search-list, main.next .car-list {
    margin-right: -10px;
    margin-right: -10px;
  }
  main.next .search-list:not(:last-child), main.next .car-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .search-list li, main.next .car-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 700px) and (max-width: 600px) {
  main.next .search-list li, main.next .car-list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 700px) {
  main.next .search-list li a, main.next .car-list li a {
    padding: 10px;
  }
  main.next .search-list .item-img, main.next .car-list .item-img {
    margin-bottom: 8px;
  }
  main.next .search-list .item-img span, main.next .car-list .item-img span {
    right: 4px;
    bottom: 4px;
  }
  main.next .search-list .item-img span img, main.next .car-list .item-img span img {
    max-height: 20px;
  }
  main.next .search-list .item-label, main.next .car-list .item-label {
    top: 10px;
    min-width: 50px;
    font-size: 10px;
    font-size: 0.6666666667rem;
    letter-spacing: normal;
    height: 22px;
    padding-left: 2px;
    padding-right: 2px;
  }
  main.next .search-list .item-text .maker, main.next .car-list .item-text .maker {
    font-size: 13px;
    font-size: 0.8666666667rem;
    display: none;
  }
  main.next .search-list .item-text .title, main.next .car-list .item-text .title {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  main.next .search-list .item-text p, main.next .car-list .item-text p {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next .search-list .item-text .price, main.next .car-list .item-text .price {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  main.next .search-list .item-text .price span, main.next .car-list .item-text .price span {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next .search-list .item-text .price span span, main.next .car-list .item-text .price span span {
    font-size: 20px;
    font-size: 1.3333333333rem;
    letter-spacing: normal;
  }
  main.next .search-list .item-text .price.tax span, main.next .car-list .item-text .price.tax span {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next #detail .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #detail .item-left {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next #detail .item-left > * {
    width: 100%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next #detail .item-left .item-option {
    -webkit-box-original-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  main.next #detail .item-left .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next #detail .item-left .item-img:not(:last-child) {
    margin-bottom: 0;
  }
  main.next #detail .item-left .item-info {
    display: block;
  }
  main.next #detail .item-left .item-info.sp-01 {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
  main.next #detail .item-left .item-info.sp-01 > p, main.next #detail .item-left .item-info.sp-01 > table, main.next #detail .item-left .item-info.sp-01 .text {
    display: none;
  }
  main.next #detail .item-left .item-info.sp-02 {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 20px;
  }
  main.next #detail .item-left .item-info.sp-02 .maker, main.next #detail .item-left .item-info.sp-02 h1, main.next #detail .item-left .item-info.sp-02 .grade {
    display: none;
  }
  main.next #detail .item-left .item-btn {
    -webkit-box-original-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-top: 20px;
  }
  main.next #detail .item-left .item-plan {
    margin-top: 15px;
    -webkit-box-original-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  main.next #detail .item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  main.next #detail .item-right > * {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next #detail .item-right .item-plan {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-bottom: 0;
  }
  main.next #detail .item-right .item-info {
    display: none;
  }
  main.next #detail .item-right .item-info .maker, main.next #detail .item-right .item-info h1, main.next #detail .item-right .item-info .grade {
    display: none;
  }
  main.next #detail .item-right .item-btn {
    -webkit-box-original-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-bottom: 20px;
  }
  main.next #detail .item-img {
    position: relative;
  }
  main.next #detail .item-img:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #detail .item-img > span {
    top: 10px;
  }
  main.next #detail .item-img .slides-nav {
    margin-right: -5px;
  }
  main.next #detail .item-img .slides-nav li {
    margin-right: 5px;
  }
  main.next #detail .item-img .slides-nav li img {
    width: 100%;
  }
  main.next #detail .item-option {
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
  }
  main.next #detail .item-option h2 {
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  main.next #detail .item-option h2:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  main.next #detail .item-option .title p {
    font-size: 11.5px;
    font-size: 0.7666666667rem;
    letter-spacing: normal;
  }
  main.next #detail .item-option dl dt {
    margin-bottom: 1px;
    font-size: 12.6px;
    font-size: 0.84rem;
  }
  main.next #detail .item-option dl dd:not(:last-child) {
    margin-bottom: 4px;
  }
  main.next #detail .item-option dl dd ul li {
    margin-right: 5px;
    width: 250px;
  }
  main.next #detail .item-option dl dd ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 4px 3px;
  }
  main.next #detail .item-option dl dd ul li label > div {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #detail .item-option dl dd ul li label span.item-option-img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 70px;
  }
  main.next #detail .item-option dl dd ul li label span.item-title {
    font-size: 12.5px;
    font-size: 0.8333333333rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  main.next #detail .item-option dl dd .slick-list {
    overflow: visible;
  }
  main.next #detail .item-option dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #detail .item-info:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #detail .item-info h1 {
    font-size: 23px;
    font-size: 1.5333333333rem;
  }
  main.next #detail .item-info > p {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #detail .item-info > p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #detail .item-info table th, main.next #detail .item-info table td {
    padding: 5px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #detail .item-plan {
    padding: 0;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  main.next #detail .item-plan:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #detail .item-plan section:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next #detail .item-plan section h2 {
    font-size: 13px;
    font-size: 0.8666666667rem;
    padding: 3px;
    line-height: 1;
  }
  main.next #detail .item-plan section table th, main.next #detail .item-plan section table td {
    padding: 2px;
    line-height: 1.2;
    border-width: 1px;
  }
  main.next #detail .item-plan section table thead th {
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: normal;
  }
  main.next #detail .item-plan section table tbody td .price {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
  main.next #detail .item-plan section table tbody td .price span {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #detail .item-plan section table tbody td .price span span {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next #detail .item-plan section table tbody td .price-tax {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
  main.next #detail .item-plan section table tbody td .price-tax span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next #detail .item-plan section table thead th {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next #detail .item-plan section table tbody td .price {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  main.next #detail .item-plan section table tbody td .price span {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next #detail .item-plan section table tbody td .price span span {
    font-size: 14.5px;
    font-size: 0.9666666667rem;
  }
  main.next #detail .item-plan section table tbody td .price-tax {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  main.next #detail .item-plan section table tbody td .price-tax span {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 700px) {
  main.next #detail .item-btn {
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  main.next #detail .item-btn ul:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main.next #detail .item-btn ul li:not(:last-child) {
    margin-right: 4px;
  }
  main.next #detail .item-btn ul li a {
    padding: 8px 4px;
  }
  main.next #detail .item-btn ul li a .img {
    margin-bottom: 5px;
  }
  main.next #detail .item-btn ul li a .text {
    font-size: 14px;
    font-size: 0.9333333333rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 700px) and (min-width: 360px) {
  main.next #detail .item-btn ul li a .text br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  main.next #detail .item-btn ul li:nth-child(3) a .text {
    font-size: 12px;
    font-size: 0.8rem;
    padding-top: 2px;
  }
  main.next #detail .item-btn .btn {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #option-maker:first-child {
    margin-top: 15px;
  }
  main.next #option-maker .item-list dt {
    width: 100%;
    padding: 10px;
    border-right: none;
    border-bottom: none;
    padding-bottom: 5px;
  }
  main.next #option-maker .item-list dd {
    width: 100%;
    padding: 10px;
  }
  main.next #option-maker .item-list dd:not(:last-child) {
    border-bottom: 3px solid #f4f2ee;
  }
  main.next #option-maker .item-list dd ul {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main.next #option-maker .item-list dd ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  main.next #option-maker .item-list dd ul li a {
    padding: 6px 10px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #option-company .company-list {
    margin-right: -15px;
    margin-bottom: -25px;
  }
  main.next #option-company .company-list li {
    margin-right: 15px;
    margin-bottom: 25px;
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 700px) and (max-width: 550px) {
  main.next #option-company .company-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 700px) {
  main.next #option-company .company-list .item-title {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #option-detail {
    overflow: hidden;
  }
  main.next #option-detail section:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #option-detail .option-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  main.next #option-detail .option-block:before {
    right: 10px;
  }
  main.next #option-detail .option-hd {
    margin-bottom: 20px;
  }
  main.next #option-detail .option-hd:not(:first-child) {
    margin-top: 25px;
    padding-top: 25px;
  }
  main.next #option-detail .option-hd span:nth-child(1) {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
  main.next #option-detail .option-hd span:nth-child(2) {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next #option-detail .option-list .slick-list {
    overflow: visible;
  }
  main.next #option-detail .option-list .slick-slide {
    width: 160px;
    margin-right: 10px;
  }
  main.next #option-detail .option-list .slick-slide .item-title {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #option-detail .option-list .slick-slide .item-price {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #option-detail .option-list .slick-slide .item-price > span {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(1) {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
  main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(1) span {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(1) span span {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(2) {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
  main.next #option-detail .option-list .slick-slide .item-price > div > p:nth-child(2) span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #option-detail .option-list .slick-arrow {
    width: 40px;
    height: 40px;
    margin-right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
  }
  main.next #option-detail .option-list .slick-next {
    right: -10px;
  }
  main.next #option-detail .option-list .slick-prev {
    right: inherit;
    left: -10px;
  }
  main.next #option-detail .option-popup {
    display: none;
  }
  main.next .detail-style .item-title, main.next #news-detail .item-title, main.next #article .article-detail .item-title {
    font-size: 24px;
    font-size: 1.6rem;
  }
  main.next .detail-style .item-info, main.next #news-detail .item-info, main.next #article .article-detail .item-info {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  main.next .detail-style .item-img, main.next #news-detail .item-img, main.next #article .article-detail .item-img {
    margin-bottom: 20px;
  }
  main.next .detail-style .item-text, main.next #news-detail .item-text, main.next #article .article-detail .item-text {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  main.next #about .item-section {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    position: relative;
  }
  main.next #about .item-section > * {
    position: relative;
  }
  main.next #about .item-section:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #about .item-section:nth-child(odd):before {
    right: -10px;
  }
  main.next #about .item-section:nth-child(odd) {
    padding-left: 50px;
  }
  main.next #about .item-section:nth-child(odd) .item-label {
    left: 0;
  }
  main.next #about .item-section:nth-child(even) {
    padding-right: 50px;
  }
  main.next #about .item-section:nth-child(even) .item-label {
    right: 0;
  }
  main.next #about .item-label {
    position: absolute;
    top: 20%;
  }
  main.next #about .item-label span {
    font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 46px;
    font-size: 3.0666666667rem;
  }
  main.next #about .item-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  main.next #about .item-img img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  main.next #about .item-text {
    width: 100%;
  }
  main.next #about .item-text h2 {
    font-size: 23px;
    font-size: 1.5333333333rem;
    margin-bottom: 10px;
  }
  main.next #about .item-text .link-block {
    margin-top: 20px;
  }
  main.next #article aside {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  main.next #article aside section:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #article aside section h2 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    font-weight: bold;
  }
  main.next #article aside section .inside {
    padding: 15px;
  }
  main.next #article #recommend {
    margin-top: 30px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next #article #recommend h2 {
    font-size: 26px;
    font-size: 1.7333333333rem;
    margin-bottom: 10px;
  }
  main.next #article .article-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main.next #article .article-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #article .article-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(50% - 15px);
  }
  main.next #article .article-list .item-img .cat {
    left: 5px;
    bottom: 5px;
  }
  main.next #article .article-list .item-text .title {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #article .article-list .item-text p:not(.title) {
    display: none;
  }
  main.next #job, main.next #hobby {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  main.next #feature-detail {
    padding-top: 10px;
  }
  main.next #feature-detail .feature-links:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #feature-detail .feature-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
    display: none;
  }
  main.next #feature-detail .feature-links ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(25% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main.next #feature-detail .feature-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 40px;
    background: #ebeaeb;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #002617;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.5;
  }
  main.next #feature-detail .feature-links ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  main.next #feature-detail .feature-links ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 2px solid #e7e4df;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -8px;
  }
  main.next #feature-detail .feature-links ul li[class*=current] a {
    background-color: #4d9814;
    color: #FFF;
  }
  main.next #feature-detail .feature-links ul li[class*=current] a:before {
    background-color: transparent;
    border-color: #aecb2d;
  }
  main.next #feature-detail .feature-links ul li[class*=current] a:after {
    content: "";
    display: block;
    position: absolute;
    left: 23px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #aecb2d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -3px;
  }
  main.next #feature-detail .feature-links .select {
    display: block;
  }
  main.next #feature-detail .feature-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  main.next #feature-detail .feature-title .item-img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  main.next #feature-detail .feature-title .item-text {
    padding: 0 20px 20px;
  }
  main.next #feature-detail .feature-title .item-text h1 {
    margin-bottom: 15px;
    font-size: 27px;
    font-size: 1.8rem;
  }
  main.next #feature-detail .feature-ranking {
    padding-bottom: 30px;
  }
  main.next #feature-detail .feature-ranking .item-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #feature-detail .feature-ranking .item-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #feature-detail .feature-ranking .item-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
  main.next #feature-detail .feature-ranking .item-img .rank {
    width: 50px;
    height: 50px;
    left: 5px;
    top: 5px;
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.next #feature-detail .feature-ranking .item-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  main.next #feature-detail .feature-ranking .item-text .title {
    font-size: 23px;
    font-size: 1.5333333333rem;
  }
  main.next #feature-detail .feature-ranking .item-text .price {
    margin-top: 10px;
  }
  main.next #feature-detail .feature-ranking .item-text .price > p {
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  main.next #feature-detail .feature-ranking .item-text .price > p > span {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #feature-detail .feature-ranking .item-text .price > p > span span {
    font-size: 23px;
    font-size: 1.5333333333rem;
  }
  main.next #feature-detail .feature-ranking .item-text .price .tax span {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #feature-detail .feature-ranking .item-text .price_arrow {
    width: 46px;
    height: 46px;
    margin-top: 10px;
  }
  main.next #feature-detail .feature-other {
    padding-bottom: 30px;
  }
  main.next .voice-lead {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next .voice-lead:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .voice-lead:before {
    width: 24px;
    height: 26px;
    margin-top: -6px;
  }
  main.next .voice-detail-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main.next .voice-detail-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .voice-detail-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 700px) and (max-width: 600px) {
  main.next .voice-detail-list li {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 700px) {
  main.next .voice-detail-list .item-img > img {
    width: 100%;
  }
  main.next .voice-detail-list .item-text {
    padding: 15px;
    font-size: 14px;
    font-size: 0.9333333333rem;
    color: #222222;
  }
  main.next .voice-detail-list .item-text .title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next .voice-detail-list .item-text .text {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  main.next .voice-detail-list .item-btn {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  main.next #partners .partner-list {
    margin-right: -10px;
    margin-bottom: -25px;
  }
  main.next #partners .partner-list li {
    margin-right: 10px;
    margin-bottom: 25px;
    width: calc(33.3333333333% - 10px);
    padding: 10px;
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next #partners .partner-list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 700px) {
  main.next #partners .partner-list li > a {
    margin: -10px;
    padding: 10px;
  }
  main.next #partners .partner-list .item-img {
    margin-bottom: 10px;
  }
  main.next #partners .partner-list .item-title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #contact .item-flow:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #contact .item-flow li {
    width: 70px;
    height: 70px;
    border-width: 3px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #contact .item-flow li:not(:last-child) {
    margin-right: 30px;
  }
  main.next #contact .item-flow li:not(:last-child):after {
    width: 30px;
    margin-left: 3px;
  }
  main.next #contact .item-flow li .text {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next #contact .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #contact .item-list > p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #contact .item-list dl {
    margin-bottom: 0;
  }
  main.next #contact .item-list dl:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #contact .item-list dl > * {
    margin-bottom: 0;
  }
  main.next #contact .item-list dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
  main.next #contact .item-list dl dd {
    width: 100%;
  }
  main.next #contact .item-list dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #sitemap .item-section:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next #sitemap .item-hd {
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  main.next #sitemap .item-hd-other {
    font-size: 19px;
    font-size: 1.2666666667rem;
  }
  main.next #sitemap .item-list {
    margin-right: -15px;
    margin-bottom: -8px;
  }
  main.next #sitemap .item-list li {
    margin-right: 15px;
    width: calc(50% - 15px);
    margin-bottom: 8px;
  }
  main.next #sitemap .item-column {
    margin-right: -15px;
  }
  main.next #sitemap .item-column ul {
    margin-right: 15px;
    width: calc(50% - 15px);
  }
  main.next #service section:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next #service .service-lead h2 {
    text-align: left;
  }
  main.next #service .service-list li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  main.next #service .service-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #service .service-list li:nth-child(odd) {
    padding-bottom: 20px;
  }
  main.next #service .service-list li:nth-child(odd):before {
    width: calc(100% + 30px);
  }
  main.next #service .service-list li:nth-child(odd) .item-img {
    margin-right: auto;
  }
  main.next #service .service-list li:nth-child(even) .item-img {
    -webkit-box-original-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    margin-left: auto;
  }
  main.next #service .service-list .item-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  main.next #service .service-list .item-text {
    width: 100%;
  }
  main.next #service .service-list .item-text h3 {
    font-size: 23px;
    font-size: 1.5333333333rem;
  }
  main.next #service .service-list .item-text p {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #service .service-text {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  main.next #vehicle {
    padding-bottom: 40px;
  }
  .mfp-close {
    right: 5px;
    top: 5px;
  }
  .popup-option {
    padding: 15px;
  }
  .popup-option .item-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .popup-option .item-text {
    width: 100%;
  }
  .popup-option .item-text h2 {
    font-size: 21px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .popup-option .item-text > p {
    font-size: 15px;
    font-size: 1rem;
  }
  .popup-option .item-text table {
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .popup-option .item-text table th, .popup-option .item-text table td {
    padding: 5px 2px;
  }
  .popup-option .item-text table thead th {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .popup-option .item-text table tbody td .price {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .popup-option .item-text table tbody td .price span {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .popup-option .item-text table tbody td .price span span {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .popup-option .item-text table tbody td .price-tax {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .popup-option .item-text table tbody td .price-tax span {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-family: "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .popup-option .item-btn {
    margin-top: 20px;
  }
}
