@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb {
  background: #252525;
  padding: 10px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 3;
}
#breadcrumb ul {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb ul li {
  display: inline;
  color: #FFF;
}
#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  margin-right: 8px;
}
#breadcrumb ul li a {
  color: #FFF;
}
#breadcrumb ul li strong {
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  #breadcrumb {
    padding: 5px 15px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/* main next
------------------------------------------------------------*/
main.next > section.bg .faq-list li, main.next > article.bg .faq-list li {
  background: #FFF;
}
@media screen and (min-width: 701px) {
  main.next > section.bg .faq-list li:nth-child(8n-7), main.next > section.bg .faq-list li:nth-child(8n-4), main.next > section.bg .faq-list li:nth-child(8n-3), main.next > section.bg .faq-list li:nth-child(8n), main.next > article.bg .faq-list li:nth-child(8n-7), main.next > article.bg .faq-list li:nth-child(8n-4), main.next > article.bg .faq-list li:nth-child(8n-3), main.next > article.bg .faq-list li:nth-child(8n) {
    background: #F8F8F8;
  }
}
main.next > section section:not(:last-child), main.next > article section:not(:last-child) {
  margin-bottom: 90px;
}
main.next > section section:not(:last-child).border, main.next > article section:not(:last-child).border {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 90px;
}
main.next .policy-block {
  background: #FFF;
  padding: 80px;
}
main.next .voice-list-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px -50px 0;
}
main.next .voice-list-lg:not(:last-child) {
  margin-bottom: 0;
}
main.next .voice-list-lg.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
main.next .voice-list-lg li {
  width: calc(50% - 50px);
  margin: 0 50px 50px 0;
  padding: 0 40px 40px;
  position: relative;
  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-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-list-lg li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  bottom: 0;
  background: #FFF;
}
main.next .voice-list-lg li > * {
  position: relative;
}
main.next .voice-list-lg .item-img, main.next .voice-list-lg .item-iframe {
  line-height: 0;
  margin-bottom: 35px;
  text-align: center;
}
main.next .voice-list-lg .item-img img, main.next .voice-list-lg .item-img iframe, main.next .voice-list-lg .item-iframe img, main.next .voice-list-lg .item-iframe iframe {
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
main.next .voice-list-lg .item-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000000;
}
main.next .voice-list-lg .item-iframe iframe, main.next .voice-list-lg .item-iframe img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main.next .voice-list-lg .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-list-lg .item-iframe .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/next/icon-youtube.svg) no-repeat center / 60px auto;  */
  cursor: pointer;
}
main.next .voice-list-lg .item-iframe .arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "動画を再生する";
  background-color: #AF8E00;
  line-height: 25px;
  padding: 7px 25px;
  color: #FFF;
  border: solid 2px #AF8E00;
  font-weight: bold;
  border-radius: 20px;
  background-image: -moz-linear-gradient(90deg, rgb(119, 90, 17) 0%, rgb(175, 143, 1) 45%, rgb(228, 199, 126) 92%);
  background-image: -webkit-linear-gradient(90deg, rgb(119, 90, 17) 0%, rgb(175, 143, 1) 45%, rgb(228, 199, 126) 92%);
  background-image: -ms-linear-gradient(90deg, rgb(119, 90, 17) 0%, rgb(175, 143, 1) 45%, rgb(228, 199, 126) 92%);
}
main.next .voice-list-lg .item-text {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .voice-list-lg .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main.next .voice-list-lg .item-text .title {
  color: #780000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}
main.next .voice-list-lg .item-text > *:not(:last-child) {
  margin-bottom: 20px;
}
main.next .voice-list-lg .item-text .info {
  border-top: 1px solid #DADADA;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1rem;
}
main.next .voice-list-lg .item-text .toggle {
  display: none;
}
main.next .voice-list-lg .item-text .cat {
  display: none;
}
main.next .voice-list-lg .item-text .text > *:not(:last-child) {
  margin-bottom: 20px;
}
main.next .voice-list-lg .item-btn {
  margin-top: auto;
}
main.next .voice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .voice-block aside {
  width: 200px;
  margin-left: 50px;
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
main.next .voice-block aside ul {
  background: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
main.next .voice-block aside ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .voice-block aside ul li:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}
main.next .voice-block aside ul li a {
  display: block;
  padding: 15px 20px;
  line-height: 1.2;
  color: #000000;
}
main.next .voice-block aside ul li[class*=current] {
  position: relative;
}
main.next .voice-block aside ul li[class*=current]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #780000;
}
main.next .voice-block #main {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
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: 0 -30px -30px 0;
}
main.next .car-list:not(:last-child) {
  margin-bottom: 45px;
}
main.next .car-list li {
  width: calc(33.3333333333% - 30px);
  margin: 0 30px 30px 0;
  background: #FFF;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  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 .car-list li > * {
  max-width: 100%;
}
main.next .car-list .item-label {
  display: block;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #780000;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
main.next .car-list .item-label:before, main.next .car-list .item-label:after {
  position: absolute;
  right: -10px;
}
main.next .car-list .item-label:before {
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 0;
  border-color: #780000 transparent transparent transparent;
}
main.next .car-list .item-label:after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 10px;
  border-color: transparent transparent transparent #780000;
}
main.next .car-list .item-type {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  background: #141414;
  color: #CEB600;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 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;
  z-index: 2;
}
main.next .car-list .item-img {
  padding: 20px 20px 0;
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}
main.next .car-list .item-text {
  padding: 0 20px 15px;
}
main.next .car-list .item-text .logo {
  line-height: 0;
  margin-bottom: 5px;
}
main.next .car-list .item-text .logo img {
  width: auto;
  height: auto;
  max-height: 16px;
}
main.next .car-list .item-text .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
main.next .car-list .item-text .price {
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
main.next .car-list .item-text .price > span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
main.next .car-list .item-text .price p {
  display: inline;
}
main.next .car-list .item-text .price p span {
  font-size: 26px;
  font-size: 1.625rem;
}
main.next .car-list .item-text .price .tax-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: normal;
}
main.next .car-list .item-text .price .tax-text .text-red {
  font-size: 17px;
  font-size: 1.0625rem;
}
main.next .car-list .item-btn {
  margin-top: auto;
}
main.next .search-block {
  background: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  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;
}
main.next .search-block:first-child {
  position: relative;
  top: -35px;
}
main.next .search-block:first-child:not(:last-child) {
  margin-bottom: 35px;
}
main.next .search-block:not(:last-child) {
  margin-bottom: 65px;
}
main.next .search-block dl {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}
main.next .search-block dl dt {
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 5px;
}
main.next .search-block dl dd select {
  height: 60px;
}
main.next .search-block .btn {
  height: 60px;
  line-height: 60px;
}
main.next .search-condition h2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #AF8E00;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
main.next .search-condition h2:before, main.next .search-condition h2:after {
  height: 3px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  content: "";
  background: #FFF;
}
main.next .search-condition h2:before {
  margin-right: 10px;
}
main.next .search-condition h2:after {
  margin-left: 10px;
}
main.next .search-condition ul {
  padding: 25px 20px 20px;
  border: 3px solid #FFF;
  border-top: none;
  margin-top: -16px;
  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;
}
main.next .search-condition ul li:not(:last-child):after {
  content: "／";
  margin-left: 15px;
  margin-right: 15px;
}
main.next .search-condition:not(:last-child) {
  margin-bottom: 65px;
}
main.next .title-block {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  font-size: 1.125rem;
}
main.next .title-block:not(:last-child) {
  margin-bottom: 30px;
}
main.next .title-block .heading-lv03:not(:last-child) {
  margin-bottom: 0;
}
main.next .option-heading {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
}
main.next .option-heading:not(:last-child) {
  margin-bottom: 45px;
}
main.next .option-text {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .option-text:not(:last-child) {
  margin-bottom: 15px;
}
main.next .option-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
main.next .option-list li:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (min-width: 701px) {
  main.next .option-list li:nth-child(odd) .item-text:before {
    left: 0;
  }
  main.next .option-list li:nth-child(odd) .item-text .hd {
    left: 0;
  }
  main.next .option-list li:nth-child(even) .item-text {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next .option-list li:nth-child(even) .item-text:before {
    right: 0;
  }
  main.next .option-list li:nth-child(even) .item-text .hd {
    right: 0;
  }
}
main.next .option-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding: 55px;
  margin-top: 20px;
}
main.next .option-list .item-text:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 175px);
  height: calc(100% - 15px);
  bottom: 0;
  background: #fff;
}
main.next .option-list .item-text > * {
  position: relative;
}
main.next .option-list .item-text .hd {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #AF8E00;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  position: absolute;
  top: 0;
}
main.next .option-list .item-text .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #780000;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 15px;
}
main.next .option-list .item-text .shape {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .option-list .item-text .shape:not(:last-child) {
  margin-bottom: 20px;
}
main.next .option-list .item-text .shape + .sub {
  margin-top: -15px;
}
main.next .option-list .item-text .sub {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .option-list .item-text .sub:not(:last-child) {
  margin-bottom: 20px;
}
main.next .option-list .item-text .text {
  border-top: 1px solid #C3C3C3;
  padding-top: 20px;
  line-height: 2.2;
}
main.next .option-list .item-text .text:not(:last-child) {
  margin-bottom: 20px;
}
main.next .option-list .item-text .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .option-list .item-text .price:not(:last-child) {
  margin-bottom: 10px;
}
main.next .option-list .item-text .price > span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 25px;
}
main.next .option-list .item-text .price > div {
  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;
  line-height: 1.4;
  text-align: right;
}
main.next .option-list .item-text .price > div > div {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 20px;
}
main.next .option-list .item-text .price > div > div span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
main.next .option-list .item-text .price > div > div span small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
main.next .option-list .item-text .price > div > div small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-weight: normal;
}
main.next .option-list .item-text .price > div > div small span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
main.next .option-list .item-img {
  line-height: 0;
  position: relative;
  -webkit-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media screen and (min-width: 701px) {
  main.next .option-list .item-img {
    max-width: 45%;
  }
}
main.next .company-text {
  line-height: 2;
  padding-bottom: 30px;
}
main.next .company-text h2 {
  line-height: 1.7;
  color: #780000;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 30px;
  letter-spacing: 0.4em;
}
main.next .company-text p:not(:last-child) {
  margin-bottom: 30px;
}
main.next .company-text p + ul {
  margin-top: -25px;
}
main.next .company-text ul:not(:last-child) {
  margin-bottom: 30px;
}
main.next .company-text ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
main.next .company-text ul li:before {
  content: "・";
  margin-right: 0.5em;
  color: #780000;
}
main.next .company-information {
  padding-top: 30px;
}
main.next .company-information .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.next .company-information .bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/next/bg-company_02.jpg) no-repeat center/cover;
}
main.next .company-information .content {
  position: relative;
}
main.next .company-information h2 {
  line-height: 1.7;
  color: #780000;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 30px;
  letter-spacing: 0.4em;
}
main.next .company-information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-bottom: -3px;
}
main.next .company-information dl:not(:last-child) {
  margin-bottom: 70px;
}
main.next .company-information dl > * {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3px;
  background: rgba(255, 255, 255, 0.9);
}
main.next .company-information dl dt {
  width: 130px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
main.next .company-information dl dd {
  width: calc(50% - 130px - 3px);
  margin-right: 3px;
}
main.next .company-map {
  height: 500px;
  line-height: 0;
}
main.next .company-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.next .scroll-block {
  overflow: scroll;
}
main.next .scroll-block table, main.next .scroll-block > img {
  width: 1200px;
  max-width: inherit;
}
main.next .scroll-block .scroll-hint-icon-wrap.is-active {
  background: rgba(0, 0, 0, 0.4);
}
main.next .scroll-block .scroll-hint-icon-wrap .scroll-hint-icon {
  height: auto;
  background: none;
}
main.next .scroll-block .scroll-hint-icon-wrap .scroll-hint-icon:before {
  width: 34px;
  height: 70px;
  background-image: url(../img/common/icon-scroll_01.svg);
  background-size: contain;
}
main.next .scroll-block .scroll-hint-icon-wrap .scroll-hint-icon:after {
  width: 26px;
  height: 11px;
  background-image: url(../img/common/icon-scroll_02.svg);
  background-size: contain;
}
main.next .body-tbl th, main.next .body-tbl td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
main.next .body-tbl th, main.next .body-tbl td {
  border-right: 3px solid #EEEEEE;
  border-bottom: 1px solid #C3C3C3;
}
main.next .body-tbl th {
  border-right-width: 10px;
  background-color: #fff;
}
main.next .body-tbl thead th {
  background-color: #fff;
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
main.next .body-tbl thead td {
  line-height: 0;
}
main.next .body-tbl tbody tr:last-child th, main.next .body-tbl tbody tr:last-child td {
  border-bottom: none;
}
main.next .body-tbl tbody th {
  line-height: 1.4;
}
main.next .body-tbl tbody th span {
  display: block;
}
main.next .body-tbl tbody th span:nth-child(1) {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .body-tbl tbody th span:nth-child(2) {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #AF8E00;
  font-size: 12px;
  font-size: 0.75rem;
}
main.next .body-tbl tbody td {
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}
main.next .body-tbl tbody td a {
  color: #000000;
  display: block;
}
main.next .body-tbl tbody td a:not(:last-child) {
  margin-bottom: 5px;
}
main.next .body-tbl tbody td figure img {
  max-width: 140px;
  height: auto;
}
main.next #helpnews .cats:not(:last-child) {
  margin-bottom: 50px;
}
main.next #helpnews .cats h1, main.next #helpnews .cats h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  color: #780000;
  margin-bottom: 15px;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #780000;
}
main.next #helpnews .cats ul 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;
  background: #FFF;
  padding: 40px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -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 #helpnews .cats ul li:not(:last-child) {
  margin-bottom: 40px;
}
main.next #helpnews .cats ul li .item-img {
  height: 220px;
}
main.next #helpnews .cats ul li .item-content {
  margin-left: 30px;
  width: 1px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #helpnews .cats ul li .item-content .detail-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #000000;
}
main.next #helpnews .cats ul li .item-content .detail-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-bottom: 15px;
}
main.next #helpnews .cats ul li .item-content .btn {
  height: 55px;
}
main.next #helpnews .cats ul li:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
main.next #merit {
  background: #141414;
  color: #FFF;
}
main.next #merit .item-hd {
  position: relative;
}
main.next #merit .item-hd h2 {
  text-align: center;
  position: relative;
  padding: 20px;
}
main.next #merit .item-hd h2:not(:last-child) {
  margin-bottom: 45px;
}
main.next #merit .item-hd h2 > span:nth-child(1) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
  letter-spacing: 0.4em;
}
main.next #merit .item-hd h2 > span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 160px;
  font-size: 10rem;
  font-weight: normal;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #9B7C00;
  letter-spacing: 0.3em;
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-align: center;
}
main.next #merit .item-hd .arrow {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 0;
}
main.next #merit .item-hd .arrow span {
  cursor: pointer;
}
main.next #merit .item-hd .arrow .prev {
  -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 #merit .item-list {
  margin-left: -15px;
  margin-right: -15px;
}
main.next #merit .item-list .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
main.next #merit .item-list .img {
  line-height: 0;
  margin-bottom: 20px;
  text-align: center;
}
main.next #merit .item-list .img img {
  display: inline;
}
main.next #merit .item-list .hd {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
  color: #AF8E00;
}
@media screen and (min-width: 701px) {
  main.next #merit .item-list .hd {
    min-height: 90px;
    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;
  }
}
main.next #merit .item-list .text {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .service-flow-list {
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  padding-bottom: 90px;
}
main.next .service-flow-list li {
  margin: 0 15px 30px;
  width: calc(33.333% - 30px);
  background-color: #fff;
  position: relative;
}
main.next .service-flow-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 57px;
  height: 98px;
  margin-top: -50px;
  right: -57px;
  background: url(../img/next/service/flow/arrow@2x.png) no-repeat center center;
  z-index: 2;
  background-size: 57px auto;
}
main.next .service-flow-list li:nth-child(3):before, main.next .service-flow-list li:last-child:before {
  display: none;
}
main.next .service-flow-list li .item-text {
  padding: 10px 25px 15px;
}
main.next .service-flow-list li .item-text .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #780000;
  padding-bottom: 10px;
}
main.next .service-point {
  background-color: rgb(236, 236, 236);
}
main.next .service-point-message {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 90px;
}
main.next .service-point-message span {
  color: #af8e00;
}
main.next .service-point-list .card {
  border: 1px solid #af8e00;
  position: relative;
  padding: 50px 25px;
  background: url("../img/next/service/point/bg-point.jpg") no-repeat center center/cover;
}
main.next .service-point-list .card:not(:last-child) {
  margin-bottom: 80px;
}
main.next .service-point-list .card .num {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 25px;
  top: 0;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  font-size: 6rem;
  font-weight: normal;
  color: #AF8E00;
  line-height: 1;
}
main.next .service-point-list .card .txt .title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.4em;
  color: #780000;
  margin-bottom: 35px;
}
main.next .service-point-list .card .txt .desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
main.next .service-point-list .card .txt .desc:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-point-list .card .txt .whites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .service-point-list .card .txt .whites:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-point-list .card .txt .whites .box {
  padding: 30px;
  background-color: white;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next .service-point-list .card .txt .whites .box:not(:last-child) {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 25px;
  max-width: 600px;
}
main.next .service-point-list .card .txt .whites .box:nth-child(2) {
  max-width: 500px;
}
main.next .service-point-list .card .txt .whites .box:nth-child(2) ul li {
  width: calc(33.3% - 25px);
}
main.next .service-point-list .card .txt .whites .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 100%;
}
main.next .service-point-list .card .txt .whites .box dl dt:not(:last-of-type), main.next .service-point-list .card .txt .whites .box dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
main.next .service-point-list .card .txt .whites .box dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  width: 70px;
  color: #780000;
}
main.next .service-point-list .card .txt .whites .box dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: calc(100% - 70px);
  line-height: 2;
}
main.next .service-point-list .card .txt .whites .box h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #780000;
  margin-bottom: 15px;
}
main.next .service-point-list .card .txt .whites .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next .service-point-list .card .txt .whites .box ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-left: 13px;
}
main.next .service-point-list .card .txt .whites .box ul li:not(:last-child) {
  margin-right: 15px;
}
main.next .service-point-list .card .txt .whites .box ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #780000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
main.next .service-point-list .card:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/next/service/point/txt-service-point.svg") no-repeat;
  width: 121px;
  height: 41px;
  top: -10px;
  left: -10px;
}
main.next .service-point-list .card .banner {
  margin: -10px 0 0 -10px;
}
main.next .service-difference {
  background-color: rgba(236, 236, 236, 0.5);
}
main.next .service-difference-banner {
  z-index: 0;
  margin: 0 -30px;
  padding-top: 80px;
  position: relative;
  height: 460px;
}
main.next .service-difference-banner:before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  background: url("../img/next/service/difference/bg-difference.jpg") no-repeat center top/cover;
  width: 100%;
  height: 100%;
  top: -80px;
}
main.next .service-difference-banner .txt {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
main.next .service-difference-banner .txt span {
  color: #780000;
}
main.next .service-difference-details {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -130px;
}
main.next .service-difference-details .box-wrapper {
  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;
  position: relative;
}
main.next .service-difference-details .box-wrapper:not(:last-child) {
  margin-right: 90px;
}
main.next .service-difference-details .box-wrapper:last-child:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  background: url("../img/next/service/difference/icon-arr-left.svg") no-repeat center center/cover;
  width: 100px;
  height: 82px;
  left: -100px;
  top: 50%;
}
main.next .service-difference-details .box-wrapper.company .box, main.next .service-difference-details .box-wrapper.others .box {
  position: relative;
}
main.next .service-difference-details .box-wrapper.company .box:after, main.next .service-difference-details .box-wrapper.others .box:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 107px;
  height: 107px;
  top: 0;
  left: 50%;
}
main.next .service-difference-details .box-wrapper.company.company .box:after, main.next .service-difference-details .box-wrapper.others.company .box:after {
  background-image: url("../img/next/service/difference/icon-logo.svg");
}
main.next .service-difference-details .box-wrapper.company.others .box:after, main.next .service-difference-details .box-wrapper.others.others .box:after {
  background-image: url("../img/next/service/difference/icon-bldg.svg");
}
main.next .service-difference-details .box-wrapper.company {
  width: 650px;
  max-width: 100%;
}
main.next .service-difference-details .box-wrapper.others {
  max-width: 455px;
}
main.next .service-difference-details .box {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: white;
  box-shadow: 5px 5px 10px silver;
  position: relative;
  padding: 90px 25px 30px;
  margin-bottom: 20px;
}
main.next .service-difference-details .box .title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
main.next .service-difference-details .box h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #780000;
}
main.next .service-difference-details .box p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 15px;
}
main.next .service-difference-details .price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
main.next .service-difference-details .price span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
main.next .service-difference-details .price span.red {
  color: #780000;
}
main.next .service-lease {
  background-color: #ececec;
}
main.next .service-lease-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 40px;
}
main.next .service-lease-title span {
  color: #780000;
}
main.next .service-lease-topic {
  background-color: white;
  box-shadow: 5px 5px 10px silver;
  padding: 40px 25px;
}
main.next .service-lease-topic:not(:last-child) {
  margin-bottom: 35px;
}
main.next .service-lease-topic h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
main.next .service-lease-topic h4.red {
  color: #780000;
}
main.next .service-lease-topic p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next .service-lease-topic .txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next .service-lease-topic .txt-img .txt {
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: calc(100% - 487px - 25px);
  margin-right: 25px;
}
main.next .service-lease-topic .txt-img .pict {
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
main.next .service-lease-and-loan {
  background-color: rgba(236, 236, 236, 0.5);
}
main.next .service-lease-and-loan-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 40px;
}
main.next .service-lease-and-loan-title span {
  color: #780000;
}
main.next .service-lease-and-loan-desc {
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 50px;
}
main.next .service-lease-and-loan-pict img {
  width: 100%;
}
main.next .magazine-list-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -50px 0;
}
main.next .magazine-list-lg:not(:last-child) {
  margin-bottom: 0;
}
main.next .magazine-list-lg li {
  margin: 0 30px 50px 0;
  width: calc(50% - 30px);
  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;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
main.next .magazine-list-lg li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(100% - 25px);
  height: 100%;
  right: 0;
  background: #FFF;
}
main.next .magazine-list-lg li > * {
  position: relative;
}
main.next .magazine-list-lg .item-img {
  line-height: 0;
}
@media screen and (min-width: 701px) {
  main.next .magazine-list-lg .item-img {
    max-width: 50%;
  }
}
main.next .magazine-list-lg .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 15px;
}
main.next .magazine-list-lg .item-text > *:not(:last-child) {
  margin-bottom: 5px;
}
main.next .magazine-list-lg .item-text time {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .magazine-list-lg .item-text .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
main.next .magazine-list-lg .item-text .title:not(:last-child) {
  margin-bottom: 10px;
}
main.next .magazine-list-lg .item-text .title a {
  color: #000000;
}
main.next .magazine-list-lg .item-text .text {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next > article .item-content {
  background: #FFF;
  padding: 100px;
  -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 .item-content:not(:last-child) {
  margin-bottom: 70px;
}
main.next > article .item-img {
  line-height: 0;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
}
main.next > article .item-img:not(:last-child) {
  margin-bottom: 50px;
}
main.next > article .item-date {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
}
main.next > article .item-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next > article .item-title:not(:last-child) {
  margin-bottom: 45px;
}
main.next > article .item-text {
  line-height: 2;
}
main.next > article .item-text:not(:last-child) {
  margin-bottom: 100px;
}
main.next > article .item-pickup {
  background: #141414;
  padding: 40px;
}
main.next > article .item-pickup .hd {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #AF8E00;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 20px;
}
main.next > article .item-pickup 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: -20px;
  margin-bottom: -30px;
}
main.next > article .item-pickup ul li {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
}
main.next > article .item-pickup ul li a {
  color: #FFF;
}
main.next > article .item-pickup ul figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next > article .item-link {
  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: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next > article .item-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
main.next > article .item-link li.list:first-child {
  margin-left: auto;
}
main.next > article .item-link li.list:before, main.next > article .item-link li.list:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #C3C3C3;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 35px;
}
main.next > article .item-link a {
  color: #000000;
  text-align: center;
}
main.next > article .item-link a span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin: 0 -15px -30px 0;
}
main.next .contact-list:not(:last-child) {
  margin-bottom: 50px;
}
main.next .contact-list > li {
  width: calc(33.3333333333% - 15px);
  margin: 0 15px 30px 0;
  position: relative;
  padding: 0 30px 30px;
  text-align: center;
  -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 .contact-list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 45px);
  bottom: 0;
  background: #FFF;
}
main.next .contact-list > li > * {
  position: relative;
}
main.next .contact-list .item-img {
  width: 90px;
  height: 90px;
  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: auto;
  margin-right: auto;
  background: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 0;
}
main.next .contact-list .item-hd {
  line-height: 1.1;
  color: #AF8E00;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 20px;
}
main.next .contact-list .item-tel {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .contact-list .item-tel p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
main.next .contact-list .item-tel .tel {
  line-height: 1.3;
  text-align: left;
}
main.next .contact-list .item-tel .tel > * {
  letter-spacing: 0em;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  font-size: 2.75rem;
  color: #780000;
}
main.next .contact-list .item-tel .tel > *:before {
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  content: "";
  width: 66px;
  height: 38px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-tel_red.svg);
  margin-right: 5px;
}
main.next .contact-list .item-tel .tel a {
  -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 .contact-list .item-tel .tel a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next .contact-list .item-tel small {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .contact-list .item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.3em;
}
main.next .contact-list .item-app {
  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;
  margin-left: -13px;
  margin-right: -13px;
}
main.next .contact-list .item-app:not(:last-child) {
  margin-bottom: 15px;
}
main.next .contact-list .item-app + .item-text {
  letter-spacing: 0.1em;
}
main.next .contact-list .item-app li {
  margin-left: 13px;
  margin-right: 13px;
  text-align: center;
  line-height: 0;
}
main.next .contact-list .item-app li span {
  display: block;
  line-height: 1.1;
  padding-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .contact-list .item-app li a {
  color: #000000;
}
main.next .contact-text {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.3em;
  color: #FFF;
  min-height: 140px;
}
main.next .contact-text:not(:last-child) {
  margin-bottom: 30px;
}
main.next .contact-text.first a {
  color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  cursor: default;
}
main.next .contact-text.first a:hover {
  text-decoration: none;
  pointer-events: none;
}
main.next .contact-text.confirm {
  display: none;
}
main.next .contact-text-sml {
  position: relative;
  z-index: 3;
  color: #FFF;
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.3;
}
main.next .contact-text-sml:not(:last-child) {
  margin-bottom: 55px;
}
main.next .contact-form {
  position: relative;
  z-index: 3;
  background: #FFF;
  padding: 50px;
}
main.next .contact-form:not(:last-child) {
  margin-bottom: 80px;
}
main.next .contact-form .inside {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .contact-form .inside .contact_confirm-top-text {
  display: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #780000;
}
main.next .contact-form .inside > p {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
main.next .contact-form .inside > p:not(:last-child) {
  margin-bottom: 30px;
}
main.next .contact-form .inside h3 {
  background: #ECECEC;
  padding: 10px 15px;
}
main.next .contact-form .inside h3:not(:last-child) {
  margin-bottom: 20px;
}
main.next .contact-form .inside 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: -20px;
}
main.next .contact-form .inside dl:not(:last-child) {
  margin-bottom: 30px;
}
main.next .contact-form .inside dl > * {
  margin-bottom: 20px;
}
main.next .contact-form .inside dl > *[data-hidden]:not(.show) {
  display: none;
}
main.next .contact-form .inside dl dt {
  width: 190px;
  margin-right: 20px;
  text-align: right;
  padding-top: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}
main.next .contact-form .inside dl dt.required:before {
  content: "（必須）";
  margin-right: 10px;
  /* color: #780000; */
  color: #ff0000;
}
main.next .contact-form .inside dl dt.no_required:before {
  content: "（任意）";
  margin-right: 10px;
  color: black;
}
main.next .contact-form .inside dl dd {
  width: calc(100% - 190px - 20px);
}
main.next .contact-form .inside dl dd .flex, main.next .contact-form .inside dl dd .name {
  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;
  margin-right: -15px;
}
main.next .contact-form .inside dl dd .flex > *, main.next .contact-form .inside dl dd .name > * {
  margin-right: 15px;
}
main.next .contact-form .inside dl dd .name {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
main.next .contact-form .inside dl dd .name > p {
  width: 30px;
  padding-top: 15px;
}
main.next .contact-form .inside dl dd .name > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next .contact-form .inside dl dd .check-radios {
  padding-top: 10px;
  padding-bottom: 10px;
}
main.next .contact-form .inside dl dd .file-block {
  padding-top: 10px;
  padding-bottom: 10px;
}
main.next .contact-form .inside dl dd .line-block {
  border: solid 1px #06c755;
  display: -moz-inline-box;
  display: inline-block;
  padding: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 20px;
}
main.next .contact-form .inside dl dd .line-block .text {
  padding-bottom: 15px;
}
main.next .contact-form .inside dl dd .error {
  display: block;
  color: #780000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
main.next .contact-form .inside dl dd .w100 {
  width: 60px;
}
main.next .contact-form .inside .err-block {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #780000;
  text-align: center;
}
main.next .contact-tel {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.3em;
  margin-top: -60px;
}
main.next .contact-tel:not(:last-child) {
  margin-bottom: 50px;
}
main.next .contact-btn {
  position: relative;
  z-index: 3;
}
.confirm main.next .contact-list, .confirm main.next .contact-search {
  display: none;
}
.confirm main.next .contact-text.first {
  display: none;
}
.confirm main.next .contact-text.first a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.confirm main.next .contact-text.first a:hover {
  text-decoration: none;
  pointer-events: none;
}
.confirm main.next .contact-text.confirm {
  display: block;
}
.confirm main.next .contact-form .inside .contact_confirm-top-text {
  display: block;
}
.confirm main.next .contact-form .inside 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: -20px;
  position: relative;
}
.confirm main.next .contact-form .inside dl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 21px;
  bottom: 0px;
  background: #FFF;
}
.confirm main.next .contact-form .inside dl:not(:last-child) {
  margin-bottom: 30px;
}
.confirm main.next .contact-form .inside dl > * {
  margin-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
}
.confirm main.next .contact-form .inside dl > *[data-hidden]:not(.show) {
  display: block;
}
.confirm main.next .contact-form .inside dl > *.toggle-parent {
  display: none;
}
.confirm main.next .contact-form .inside dl dt {
  width: 190px;
  margin-right: 0;
  padding-top: 0px;
  text-align: left;
}
.confirm main.next .contact-form .inside dl dt.required:before {
  display: none;
}
.confirm main.next .contact-form .inside dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  width: calc(100% - 190px);
}
.confirm main.next .contact-form .inside dl dd .select:after {
  display: none;
}
.thanks main.next .contact-list, .thanks main.next .contact-search, .thanks main.next .contact-form {
  display: none;
}
.thanks main.next #magazine {
  background: #FFF;
}
.thanks main.next #magazine, .thanks main.next #voice, .thanks main.next #contact {
  position: relative;
  z-index: 3;
}
main.next .mw_wp_form_confirm .contact-form .inside .contact_confirm-top-text {
  display: block;
}
main.next .detail-title {
  padding-top: 0;
  padding-bottom: 0;
}
main.next .detail-title .content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
main.next .detail-title .item-left {
  padding-right: 30%;
}
main.next .detail-title .item-left .logo {
  line-height: 0;
  margin-bottom: 15px;
}
main.next .detail-title .item-left h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 701px) {
  main.next .detail-title .item-img {
    position: absolute;
    right: 0;
    bottom: 5px;
    line-height: 0;
    max-width: 40%;
  }
}
main.next .detail-heading {
  position: relative;
}
main.next .detail-heading:not(:last-child) {
  margin-bottom: 20px;
}
main.next .detail-heading h2 {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}
main.next .detail-heading p {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 701px) {
  main.next .detail-list {
    background: #FFF;
    padding: 35px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
main.next .detail-list > li {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 701px) {
  main.next .detail-list > li:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
  }
}
main.next .detail-list > li > * {
  width: calc(50% - 15px);
}
main.next .detail-list .item-title {
  display: none;
}
main.next .detail-list .item-img {
  line-height: 0;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
main.next .detail-list .item-img span {
  position: absolute;
}
main.next .detail-list .item-img .label {
  line-height: 40px;
  top: -5px;
  left: -5px;
  background: #780000;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-left: 15px;
  padding-right: 15px;
}
main.next .detail-list .item-img .label:before, main.next .detail-list .item-img .label:after {
  position: absolute;
  right: -10px;
}
main.next .detail-list .item-img .label:before {
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 0;
  border-color: #780000 transparent transparent transparent;
}
main.next .detail-list .item-img .label:after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 10px;
  border-color: transparent transparent transparent #780000;
}
main.next .detail-list .item-img .type {
  background: #000000;
  color: #AF8E00;
  line-height: 1.5;
  width: 70px;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 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;
}
main.next .detail-list .item-img .text {
  line-height: 1.2;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 14px;
}
main.next .detail-list .item-img .souba_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.2;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 14px;
}
main.next .detail-list .item-img .souba_text .item-title {
  display: block;
  width: 275px;
  padding-right: 20px;
  -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-weight: bold;
}
main.next .detail-list .item-img .souba_text .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.65;
}
main.next .detail-list .item-text {
  margin-bottom: 20px;
}
main.next .detail-list .item-text .logo {
  line-height: 0;
  margin-bottom: 15px;
}
main.next .detail-list .item-text .logo img {
  width: auto;
  height: auto;
  max-height: 22px;
}
main.next .detail-list .item-text h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
main.next .detail-list .item-text table:not(:last-child) {
  margin-bottom: 20px;
}
main.next .detail-list .item-text table th, main.next .detail-list .item-text table td {
  padding: 5px 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .detail-list .item-text table thead th {
  border-bottom: none;
  font-size: 16px;
  font-size: 1rem;
}
main.next .detail-list .item-text table tbody th.lg {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
main.next .detail-list .item-text table tfoot th, main.next .detail-list .item-text table tfoot td {
  background: #AF8E00;
  color: #FFF;
}
main.next .detail-list .item-text table .price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
main.next .detail-list .item-text table .price.lg {
  font-size: 22px;
  font-size: 1.375rem;
}
main.next .detail-list .item-text table .price.small {
  letter-spacing: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
main.next .detail-list .item-text table .price.small small {
  font-size: 12px;
  font-size: 0.75rem;
}
main.next .detail-list .item-text table + p {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -10px;
}
main.next .detail-list .item-thumbs h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #780000;
  margin-bottom: 10px;
  line-height: 1.4;
}
main.next .detail-list .item-thumbs 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: -7px;
  margin-bottom: -7px;
}
main.next .detail-list .item-thumbs ul li {
  width: calc(25% - 7px);
  margin-right: 7px;
  margin-bottom: 7px;
}
main.next .detail-list .item-thumbs ul li a {
  position: relative;
  display: block;
  line-height: 0;
}
main.next .detail-list .item-thumbs ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../img/next/icon-zoom.svg) no-repeat center;
}
main.next .detail-list .item-thumbs ul li .price {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 10px;
  display: block;
}
main.next .detail-list .item-btns {
  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;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -8px;
  padding-top: 35px;
}
main.next .detail-list .item-btns > a {
  position: relative;
  width: calc(50% - 4px);
  margin-bottom: 8px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(80, 0, 0) 0.17%, rgb(121, 0, 0) 30.49%, rgb(188, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(80, 0, 0) 0.17%, rgb(121, 0, 0) 30.49%, rgb(188, 0, 0) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0.0017, rgb(80, 0, 0)), color-stop(0.3049, rgb(121, 0, 0)), color-stop(1, rgb(188, 0, 0)));
  background: -o-linear-gradient(90deg, rgb(80, 0, 0) 0.17%, rgb(121, 0, 0) 30.49%, rgb(188, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, rgb(80, 0, 0) 0.17%, rgb(121, 0, 0) 30.49%, rgb(188, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#500000', endColorstr='#BC0000' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(80, 0, 0) 0.17%, rgb(121, 0, 0) 30.49%, rgb(188, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC0000",endColorstr="#500000" , GradientType=0);
  padding-right: 40px;
  padding-left: 40px;
  -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-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-list .item-btns > a.lg {
  height: 70px;
}
main.next .detail-list .item-btns > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  right: 0;
  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-list .item-btns > a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
main.next .detail-list .item-btns > a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
main.next .wp-pagenavi {
  padding: 25px 0;
  text-align: center;
  letter-spacing: -0.4em;
  line-height: 1;
  color: #000;
  font-size: 15px;
}
main.next .wp-pagenavi .last {
  width: 65px;
}
main.next .wp-pagenavi .pages {
  display: none;
}
main.next .wp-pagenavi .first {
  width: 65px;
}
main.next .wp-pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 34px;
  width: 34px;
  border: 1px solid transparent;
  margin: 0 4px;
  text-align: center;
}
main.next .wp-pagenavi span.extend {
  width: auto;
}
main.next .wp-pagenavi span.current {
  background-color: #780000;
  color: #FFF;
  text-align: center;
}
main.next .wp-pagenavi a {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 34px;
  width: 34px;
  margin: 0 4px;
  background-color: #FFF;
  color: #780000;
  border: solid 1px #780000;
  -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 .wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #780000;
  color: #FFF;
  filter: alpha(opacity=100);
  opacity: 1;
}
main.next .wp-pagenavi a.dot {
  background: none;
}
main.next .wp-pagenavi a, main.next .wp-pagenavi span {
  padding: 0;
}
main.next .anchor-list {
  background: #FFF;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 35px;
}
@media screen and (min-width: 1000px) {
  main.next .anchor-list {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 6;
  }
}
main.next .anchor-list:first-child {
  margin-top: -110px;
}
main.next .anchor-list:not(:last-child) {
  margin-bottom: 75px;
}
main.next .anchor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .anchor-list ul li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next .anchor-list ul li:not(:last-child) {
  border-right: 1px solid #C3C3C3;
}
main.next .anchor-list ul li a {
  text-align: center;
  display: block;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 701px) {
  main.next .anchor-list ul li a {
    font-size: 14.5px;
    font-size: 0.90625rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
main.next .anchor-list ul li a:hover {
  text-decoration: none;
}
main.next .anchor-list ul li a:hover:after {
  bottom: -5px;
}
main.next .anchor-list ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #AF8E00 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  -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 .popup-detail {
  padding-top: 20px;
  padding-bottom: 20px;
}
main.next #document {
  background: #ECECEC;
}
main.next #document .content {
  background: #FFF;
  padding: 50px 75px;
  -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 #document .small-ttl {
  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;
  color: #f84c04;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 0;
}
main.next #document .small-ttl:before {
  content: "●";
  background-color: #e6ae97;
  padding: 2px 20px;
  margin-right: 5px;
  color: #000000;
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  border: 1px solid #780000;
}
main.next #document .small-ttl span {
  content: "";
  border-bottom: 1px dashed #000000;
  height: 2px;
  width: 20px;
  margin-right: 8px;
  display: block;
}
main.next #document .hint {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 0;
}
main.next #document .hint span:first-child {
  padding-right: 15px;
}
main.next #document .warning {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
}
main.next #document .item-hd {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #780000;
  border-bottom: 1px solid #780000;
  margin-bottom: 10px;
}
main.next #document .item-hd:not(:first-child) {
  margin-top: 60px;
}
main.next #document table tbody {
  text-align: center;
}
main.next #document table tbody small {
  font-size: 12px;
  font-size: 0.75rem;
}
main.next #document table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
main.next #document table tbody tr.dark {
  background: #cccccc;
}
main.next #document table tbody tr td, main.next #document table tbody tr th {
  border: 1px solid #780000;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px;
}
main.next #document table tbody tr td.lf, main.next #document table tbody tr th.lf {
  text-align: left;
  padding-left: 13px;
}
main.next #document table tbody tr td.ct, main.next #document table tbody tr th.ct {
  text-align: center !important;
}
main.next #document table tbody tr th {
  position: relative;
  text-align: center;
}
main.next #document table tbody tr th:nth-child(2) {
  text-align: left;
  padding-left: 13px;
}
main.next #document table tbody tr th.logo {
  background: #FFF;
}
main.next #document table tbody tr th.yellow {
  background: #dfd29b;
}
main.next #document table tbody tr th.green {
  background: #cedfc9;
}
main.next #document table tbody tr th.add {
  background: #FFF;
  padding-left: 10%;
}
main.next #document table tbody tr th.add:after {
  content: "所有権";
  position: absolute;
  right: -1px;
  top: -1px;
  height: 31px;
  padding-top: 6px;
  border: 1px solid #780000;
  padding-right: 30px;
  padding-left: 30px;
  background: #cccccc;
}
main.next #document table tbody tr th.blank {
  background-color: #FFF;
  border-right: 1px solid #FFF;
}
main.next #document table tbody tr td {
  font-size: 10px;
  font-size: 0.625rem;
}
main.next #document table tbody tr td.red {
  background: #e6ae97;
}
main.next .examination-section {
  background: #ECECEC;
}
main.next .examination-section .content {
  background: #FFF;
  padding: 50px 75px;
  -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 .examination-section .item-hd {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #780000;
  border-bottom: 1px solid #780000;
  margin-bottom: 10px;
}
main.next .examination-section .item-hd:not(:first-child) {
  margin-top: 60px;
}
main.next .examination-section .item-text:not(:last-child) {
  margin-bottom: 15px;
}
main.next .examination-section .item-tel a {
  color: #780000;
  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-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.2;
  pointer-events: none;
}
main.next .examination-section .item-tel a:before {
  content: "";
  width: 46px;
  height: 26px;
  background: no-repeat center/contain;
  background-image: url(../img/common/icon-tel_red.svg);
  margin-right: 5px;
}
main.next .examination-section .item-tel > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 50px;
}
main.next .examination-section .item-links {
  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: -20px;
}
main.next .examination-section .item-links a {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 60px;
  background: #780000;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -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;
  padding-left: 25px;
  padding-right: 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;
  text-align: left;
  line-height: 1.4;
}
main.next .examination-section .item-links a > span small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.next .examination-section .item-links a:after {
  content: "";
  width: 41px;
  height: 5px;
  background: no-repeat center/auto;
  background: url(../img/common/arrow-btn_02.svg) no-repeat;
  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 .examination-section .item-links a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next .examination-section .item-links a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
main.next .examination-section .item-links a.navy {
  background-color: #031842;
}
main.next .examination-section .item-links a.yellow {
  background-color: #ce7900;
}
main.next .examination-section .item-links a.orange {
  background-color: #cf440a;
}
main.next .examination-section .item-links a.blue {
  background-color: #1587cf;
}
main.next .examination-section .item-links a.green {
  background-color: #1e6d09;
}
main.next .examination-section .item-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -20px;
}
main.next .examination-section .item-column > * {
  margin-right: 20px;
}
main.next .examination-section .item-column .item-links {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
main.next .examination-section .item-column .item-links a {
  width: calc(50% - 20px);
}
main.next .examination-section .item-column .item-fax {
  width: calc(33.3333333333% - 20px);
}
main.next .examination-section .item-fax {
  background: #e5e5e5;
  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;
}
main.next .examination-section .item-fax:before {
  content: "";
  width: 51px;
  height: 51px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-fax.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
main.next .examination-section .item-fax > * {
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
main.next .examination-section .item-fax > * span {
  display: block;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
main.next .examination-section .item-fax > *:hover {
  text-decoration: none;
}
main.next .sup {
  position: relative;
  padding-left: 1.5em;
}
main.next .sup:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: "※";
}
main.next #menkyo {
  background-color: #ECECEC;
}
main.next #menkyo .border-box {
  padding-bottom: 76px;
  border-bottom: solid 3px #E6E6E6;
}
main.next #menkyo .border-box:not(:first-of-type) {
  padding-top: 75px;
}
main.next #menkyo .heading-point-block {
  text-align: center;
  margin-bottom: 40px;
}
main.next #menkyo .heading-point-block h2 {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 160px;
}
main.next #menkyo .heading-point-block h2:before {
  margin-top: -100px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 128px;
  height: 128px;
  background: url(../img/next/menkyo/icon1@2x.png) no-repeat center center;
  background-size: 128px auto;
}
main.next #menkyo .heading-point-block.icon2 h2:before {
  background-image: url(../img/next/menkyo/icon2@2x.png);
  background-size: 128px auto;
}
main.next #menkyo .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #menkyo .link-box > p {
  width: calc(50% - 20px);
  margin: 0 10px 50px;
}
main.next #menkyo .link-box > p > 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;
  padding: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #fff;
  -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;
  color: #780000;
}
main.next #menkyo .link-box > p > a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
main.next #menkyo .white-border-box {
  padding: 30px;
  border: solid 6px #FFF;
  margin-bottom: 60px;
}
main.next #menkyo .white-border-box > div:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: solid 3px #E6E6E6;
}
main.next #menkyo .white-border-box > div:not(:first-child) {
  padding-top: 30px;
}
main.next #menkyo .white-border-box > div .item-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #780000;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
}
main.next #menkyo .white-border-box > div .item-title span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
main.next #menkyo .white-border-box > div .item-text {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
main.next #menkyo .white-border-box .point-list li {
  position: relative;
  padding-left: 20px;
}
main.next #menkyo .white-border-box .point-list li:not(:last-child) {
  margin-bottom: 10px;
}
main.next #menkyo .white-border-box .point-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #780000;
}
main.next #menkyo .btn-block > p {
  margin: 0 20px;
}
main.next #menkyo .case-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px 120px;
}
main.next #menkyo .case-column2 .case-box {
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 20px 50px 40px;
  background-color: #fff;
  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;
  text-align: center;
  -webkit-box-shadow: 3px 5px 16px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 5px 16px -6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 3px 5px 16px -6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 3px 5px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 16px -6px rgba(0, 0, 0, 0.1);
}
main.next #menkyo .case-column2 .case-box .item-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
main.next #menkyo .case-column2 .case-box .item-text {
  border-top: solid 3px #E6E6E6;
  padding-top: 22px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
  width: 100%;
  padding-bottom: 25px;
}
main.next #menkyo .case-column2 .case-box .item-small-text {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .warranty-service {
  position: relative;
  padding: 0 30px 30px;
}
main.next .warranty-service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  bottom: 0;
  border: 6px solid #FFF;
  border-top: none;
  pointer-events: none;
  -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 .warranty-service .item-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  color: #780000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
}
main.next .warranty-service .item-title:before, main.next .warranty-service .item-title:after {
  content: "";
  height: 6px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #FFF;
}
main.next .warranty-service .item-title:before {
  margin-right: 30px;
}
main.next .warranty-service .item-title:after {
  margin-left: 30px;
}
main.next .warranty-service .item-hd {
  display: -moz-inline-box;
  display: inline-block;
  margin-bottom: 15px;
  color: #FFF;
  background: #780000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .warranty-service .item-hd-02 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #780000;
}
main.next .warranty-service .item-hd-02:not(:last-child) {
  margin-bottom: 5px;
}
main.next .warranty-service .item-hd-03 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #780000;
}
main.next .warranty-service .item-hd-03:not(:last-child) {
  margin-bottom: 10px;
}
main.next .warranty-service .item-hd-03 small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
main.next .warranty-service .item-text {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
main.next .warranty-service .item-btn {
  margin-top: 30px;
  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 .warranty-service .item-section:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFF;
}
main.next .warranty-list .item-hd {
  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: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #780000;
  margin-bottom: 30px;
}
main.next .warranty-list .item-hd:before, main.next .warranty-list .item-hd:after {
  content: "";
  height: 1px;
  background: #C3C3C3;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next .warranty-list .item-hd:before {
  margin-right: 20px;
}
main.next .warranty-list .item-hd:after {
  margin-left: 20px;
}
main.next .warranty-list .item-tbl:not(:last-child) {
  margin-bottom: 40px;
}
main.next .warranty-list .item-tbl table {
  border: none;
  border-collapse: separate;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
main.next .warranty-list .item-tbl table:not(:last-child) {
  margin-bottom: 10px;
}
main.next .warranty-list .item-tbl table th, main.next .warranty-list .item-tbl table td {
  border: none;
  text-align: center;
  padding: 20px;
}
main.next .warranty-list .item-tbl table th {
  background: #AF8E00;
  color: #FFF;
}
main.next .warranty-list .item-tbl table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
main.next .warranty-list .item-tbl table td:not(:last-child) {
  border-right: 1px solid #C3C3C3;
}
main.next .warranty-list .item-tbl table thead th {
  height: 80px;
}
main.next .warranty-list .item-tbl table tbody th, main.next .warranty-list .item-tbl table tbody td {
  border-top: 1px solid #C3C3C3;
}
main.next .warranty-list .item-tbl table tbody th {
  border-top-color: rgb(124, 100.6171428571, 0);
}
main.next .warranty-list .item-tbl table tbody tr {
  background-color: #F7F4E5;
}
main.next .warranty-list .item-tbl table tbody tr:nth-child(4n-1), main.next .warranty-list .item-tbl table tbody tr:nth-child(4n) {
  background-color: #EFE8CC;
}
main.next .warranty-list .item-tbl > p {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .warranty-list .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .warranty-list .item-list > li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #FFF;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .warranty-list .item-list > li:not(:last-child) {
  margin-right: 20px;
}
main.next .warranty-list .item-list > li h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #780000;
  margin-bottom: 10px;
}
main.next .warranty-list .item-list > li p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .warranty-list .item-list > li small {
  font-size: 12px;
  font-size: 0.75rem;
}
main.next .warranty-list .item-list > li ol li {
  padding-left: 1.8em;
  text-indent: -1.8em;
  counter-increment: number;
}
main.next .warranty-list .item-list > li ol li:not(:last-child) {
  margin-bottom: 5px;
}
main.next .warranty-list .item-list > li ol li:before {
  content: "（" counter(number) "）";
}
main.next .warranty-plan {
  color: #FFF;
}
main.next .warranty-plan .content {
  position: relative;
  z-index: 2;
}
main.next .warranty-plan .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.next .warranty-plan .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/next/warranty/bg-plan.jpg) no-repeat center/cover;
}
main.next .warranty-plan .item-hd {
  background-color: #FFF;
  color: #780000;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
main.next .warranty-plan .item-hd-02 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}
main.next .warranty-plan .item-hd-03 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #CEB600;
  text-align: center;
}
main.next .warranty-plan .item-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
main.next .warranty-plan .item-title:not(:last-child) {
  margin-bottom: 50px;
}
main.next .warranty-plan .item-title h3 {
  color: #CEB600;
  font-size: 98px;
  font-size: 6.125rem;
  font-weight: normal;
  line-height: 1.1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next .warranty-plan .item-title h3:not(:last-child) {
  margin-bottom: 15px;
}
main.next .warranty-plan .item-title h3 small {
  display: block;
  font-size: 32px;
  font-size: 2rem;
}
main.next .warranty-plan .item-title p {
  color: #CEB600;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
main.next .warranty-plan .item-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .warranty-plan .item-plan:not(:last-child) {
  margin-bottom: 70px;
}
main.next .warranty-plan .item-plan > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next .warranty-plan .item-plan > div:not(:last-child) {
  margin-right: 40px;
}
main.next .warranty-plan .item-plan h4 {
  color: #CEB600;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
main.next .warranty-plan .item-plan dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
main.next .warranty-plan .item-plan dl > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -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-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
main.next .warranty-plan .item-plan dl dt {
  width: 130px;
}
main.next .warranty-plan .item-plan dl dd {
  width: calc(100% - 130px);
}
main.next .warranty-plan .item-plan dl dd strong {
  color: #CEB600;
}
main.next .ml-block {
  overflow: hidden;
  padding-top: 0;
}
main.next .ml-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next .ml-title .item-text {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
}
main.next .ml-title .item-text h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #780000;
  margin-bottom: 40px;
}
main.next .ml-title .item-text h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #780000;
  line-height: 1.6;
  margin-bottom: 15px;
}
main.next .ml-title .item-text h3 span {
  display: block;
  margin-bottom: 10px;
  line-height: 0;
}
main.next .ml-title .item-text .arrow {
  padding-left: 25%;
  margin-top: 20px;
  margin-bottom: 15px;
}
main.next .ml-title .item-text p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
main.next .ml-title .item-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1400px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
main.next .ml-merit {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main.next .ml-merit:not(:last-child) {
  margin-bottom: 90px;
}
main.next .ml-merit .item-merit, main.next .ml-merit .item-demerit {
  width: calc(50% - 10px);
  background: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
  -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;
}
main.next .ml-merit .item-img {
  position: absolute;
  right: 25px;
  top: -30px;
}
main.next .ml-merit .item-title {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 25px;
}
main.next .ml-merit .item-title span {
  display: block;
}
main.next .ml-merit .item-title span:nth-child(1) {
  color: #780000;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
main.next .ml-merit .item-title span:nth-child(2) {
  line-height: 0;
}
main.next .ml-merit .item-list li {
  padding: 25px 10px 0;
}
main.next .ml-merit .item-list li:not(:last-child) {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 25px;
}
main.next .ml-merit .item-list li h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #780000;
  line-height: 1.4;
  margin-bottom: 5px;
}
main.next .ml-merit .item-list li p {
  font-size: 14px;
  font-size: 0.875rem;
}
main.next .ml-merit .item-text {
  padding-top: 40px;
}
main.next .ml-merit .item-text h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #780000;
}
main.next .ml-merit .item-text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}
main.next .ml-merit .item-text h3:not(:first-child) {
  margin-top: 10px;
}
main.next .ml-merit .item-text ul li {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-left: 15px;
}
main.next .ml-merit .item-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #780000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
main.next .ml-feature section {
  border: 6px solid #FFF;
  padding: 30px;
  position: relative;
}
main.next .ml-feature section:not(:last-child) {
  margin-bottom: 40px;
}
main.next .ml-feature .item-img {
  position: absolute;
  right: 25px;
  top: -25px;
  line-height: 0;
}
main.next .ml-feature .item-hd {
  border-bottom: 1px solid #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #780000;
  padding-bottom: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
}
main.next .ml-feature .item-list li {
  background: url(../img/next/maintenance-lease/icon-check.svg) no-repeat left top 5px;
  padding-left: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
main.next .ml-feature .item-list li:not(:last-child) {
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
main.next .ml-bottom {
  padding-top: 40px;
}
main.next .ml-bottom .item-hd {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #780000;
  line-height: 1.4;
  margin-bottom: 30px;
}
main.next .ml-bottom .item-hd span {
  font-size: 50px;
  font-size: 3.125rem;
}
main.next .ml-bottom .item-text {
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next .ml-bottom .item-text > div {
  width: calc(50% - 10px);
  background: #780000;
  color: #FFF;
  padding: 40px 65px;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next .ml-bottom .item-text > div {
    padding: 30px;
  }
}
main.next .ml-bottom .item-text > div > * {
  max-width: 100%;
}
main.next .ml-bottom .item-text h3 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
}
main.next .ml-bottom .item-text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}
main.next .ml-bottom .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .ml-bottom .item-text p small {
  font-size: 12px;
  font-size: 0.75rem;
}
main.next .ml-bottom .item-text p:last-of-type {
  margin-bottom: auto;
}
main.next .ml-bottom .item-text .btn-block {
  margin-top: 25px;
}

.mfp-bg {
  background: #000000;
}
.mfp-container {
  padding: 20px;
}
.mfp-content {
  padding-bottom: 20px;
  max-width: 1200px !important;
  padding-top: 40px;
  padding-bottom: 20px;
}
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  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;
}
.mfp-close {
  width: 34px !important;
  height: 34px !important;
  left: inherit;
  right: 5px;
  top: 0;
  background: url(../img/common/icon-close.svg) no-repeat center;
}
.mfp-arrow {
  width: 25px;
  height: 40px;
  background: url(../img/common/arrow-pop.svg) no-repeat center;
}
.mfp-arrow-left {
  -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;
  left: 20px;
}
.mfp-arrow-right {
  right: 20px;
}
.mfp-figure {
  background: #FFF;
  padding: 20px;
}
.mfp-figure figure img {
  padding: 0;
}
.mfp-figure figure figcaption {
  display: block;
  text-align: center;
  line-height: 1.6;
  color: #000000;
}
.mfp-figure figure figcaption .mfp-bottom-bar {
  margin-top: 0;
  top: 0;
  position: relative;
}
.mfp-figure figure figcaption .mfp-title {
  color: #000000;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.mfp-figure figure figcaption .mfp-counter {
  position: absolute;
  right: 5px;
  top: 0px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  color: #FFF;
}
.mfp-title {
  padding-right: 0;
}
.mfp-title .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mfp-title .text-block .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.mfp-title .text-block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mfp-title .text-block .price > * {
  margin-left: 15px;
  font-size: 16px;
  font-size: 1rem;
}
.mfp-title .text-block .price > * span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main next
  ------------------------------------------------------------*/
  main.next .policy-block {
    padding: 50px;
  }
  main.next .voice-list-lg {
    margin: 0 -30px -50px 0;
  }
  main.next .voice-list-lg li {
    width: calc(50% - 30px);
    margin: 0 30px 50px 0;
    padding: 0 30px 30px;
  }
  main.next .voice-block aside {
    width: 160px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 1000px) {
  main.next .voice-block aside ul {
    top: 90px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next .voice-block aside ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .voice-block aside ul li a {
    padding: 10px 15px;
  }
  main.next .search-block {
    padding: 20px;
  }
  main.next .car-list {
    margin: 0 -20px -30px 0;
  }
  main.next .car-list li {
    width: calc(33.3333333333% - 20px);
    margin: 0 20px 30px 0;
  }
  main.next .car-list .item-text .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.next .car-list .item-text .price {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .car-list .item-text .price > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .car-list .item-text .price p span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  main.next .car-list .item-text .price .tax-text {
    display: block;
  }
  main.next .service-flow-list li .item-text {
    padding: 10px 25px 15px;
  }
  main.next .service-flow-list li .item-text .title {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  main.next .service-point-message {
    letter-spacing: 0.1em;
    margin-bottom: 45px;
  }
  main.next .service-point-list .card .num {
    right: 15px;
  }
  main.next .service-point-list .card .num img {
    width: 70%;
  }
  main.next .service-point-list .card .txt .title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  main.next .service-point-list .card .txt .desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  main.next .service-point-list .card .txt .whites {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .service-point-list .card .txt .whites .box {
    padding: 25px 15px;
  }
  main.next .service-point-list .card .txt .whites .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box:nth-child(2) {
    max-width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box:nth-child(2) ul li {
    width: auto;
  }
  main.next .service-point-list .card .txt .whites .box dl dt:not(:last-of-type), main.next .service-point-list .card .txt .whites .box dl dd:not(:last-of-type) {
    margin-bottom: 5px;
  }
  main.next .service-point-list .card .txt .whites .box dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box dl dd {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
  }
  main.next .service-point-list .card .txt .whites .box h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.next .service-difference-banner {
    padding-top: 80px;
  }
  main.next .service-difference-banner:before {
    opacity: 0.5;
    top: -80px;
  }
  main.next .service-difference-banner .txt {
    padding: 0 25px;
  }
  main.next .service-difference-details {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .service-difference-details .box-wrapper {
    width: 100%;
  }
  main.next .service-difference-details .box-wrapper:not(:last-child) {
    margin-right: 0;
  }
  main.next .service-difference-details .box-wrapper:last-child:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    left: calc(50% - 50px);
    top: -140px;
  }
  main.next .service-difference-details .box-wrapper:not(:last-child) {
    margin-bottom: 150px;
  }
  main.next .service-difference-details .box {
    -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: 45px 15px 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  main.next .service-lease-title {
    margin-bottom: 20px;
  }
  main.next .service-lease-topic {
    padding: 20px 15px;
  }
  main.next .service-lease-topic:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .service-lease-topic .txt-img {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .service-lease-topic .txt-img .txt {
    max-width: 100%;
    margin-right: 0;
  }
  main.next .service-lease-topic .txt-img .pict {
    -ms-flex: 1 0 auto;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin-bottom: 15px;
  }
  main.next .service-merit-title {
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
  }
  main.next .service-merit-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -15px;
  }
  main.next .service-merit-list .card {
    width: 100%;
  }
  main.next .service-merit-list .card:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .service-merit-list .card .pict {
    line-height: 0;
    margin-bottom: 25px;
  }
  main.next .service-merit-list .card .txt .title {
    margin-bottom: 15px;
    height: auto;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 900px) {
  main.next .magazine-list-lg li {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next .contact-list > li {
    padding: 0 15px 30px;
  }
  main.next .contact-list .item-hd {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main.next .contact-list .item-tel p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .contact-list .item-tel .tel > * {
    font-size: 34px;
    font-size: 2.125rem;
  }
  main.next .contact-list .item-tel small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .contact-list .item-text {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .contact-list .item-app {
    margin-left: -5px;
    margin-right: -5px;
  }
  main.next .contact-list .item-app li {
    margin-left: 5px;
    margin-right: 5px;
  }
  main.next .contact-list .item-app li span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next .detail-heading p {
    position: relative;
    text-align: center;
    padding-top: 5px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 880px) {
  main.next .detail-list > li > * {
    width: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next .anchor-list {
    padding: 15px;
  }
  main.next #document table tbody tr th.add {
    padding-left: 2%;
  }
  main.next #document table tbody tr th.add:after {
    padding-right: 10px;
    padding-left: 10px;
    height: 31px;
  }
  main.next .examination-section .content {
    padding: 50px 30px;
  }
  main.next .examination-section .item-fax:before {
    background-size: contain;
    width: 34px;
    height: 34px;
  }
  main.next .examination-section .item-fax > * {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main.next .examination-section .item-fax > * span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 800px) {
  main.next .examination-section .item-column {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main.next .examination-section .item-column > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  main.next .examination-section .item-column .item-links {
    margin-bottom: 0;
  }
  main.next .examination-section .item-column .item-fax {
    width: calc(100% - 20px);
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  /* main next
  ------------------------------------------------------------*/
  main.next > section section:not(:last-child), main.next > article section:not(:last-child) {
    margin-bottom: 55px;
  }
  main.next > section section:not(:last-child).border, main.next > article section:not(:last-child).border {
    border-bottom: none;
    padding-bottom: 0;
  }
  main.next .policy-block {
    padding: 25px 15px;
  }
  main.next .voice-list-lg {
    margin: 0 0 -30px 0;
  }
  main.next .voice-list-lg li {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 15px 0px;
  }
  main.next .voice-list-lg li:before {
    height: calc(100% - 130px);
  }
  main.next .voice-list-lg .item-iframe .arrow:before {
    padding-left: 10px;
    padding-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;
  }
  main.next .voice-list-lg .item-img {
    margin-bottom: 20px;
  }
  main.next .voice-list-lg .item-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .voice-list-lg .item-text:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .voice-list-lg .item-text .title {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal;
  }
  main.next .voice-list-lg .item-text > *:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .voice-list-lg .item-text .info {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .voice-list-lg .item-text .cat {
    display: -moz-inline-box;
    display: inline-block;
  }
  main.next .voice-list-lg .item-text .toggle {
    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;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #780000;
    border-top: 1px solid #780000;
    border-bottom: 1px solid #780000;
    padding: 15px;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
  }
  main.next .voice-list-lg .item-text .toggle:not(:last-child) {
    margin-bottom: 0;
  }
  main.next .voice-list-lg .item-text .toggle:before, main.next .voice-list-lg .item-text .toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 2px;
    right: 16px;
    background: #780000;
  }
  main.next .voice-list-lg .item-text .toggle:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center 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 .voice-list-lg .item-text .toggle.active {
    border-bottom-color: transparent;
  }
  main.next .voice-list-lg .item-text .toggle.active:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -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 .voice-list-lg .item-text .toggle.active + .text {
    display: block;
  }
  main.next .voice-list-lg .item-text .text {
    display: none;
    padding-top: 10px;
  }
  main.next .voice-list-lg .item-text .text > *:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .voice-list-lg .item-btn {
    margin-left: -15px;
    margin-right: -15px;
  }
  main.next .voice-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .voice-block aside {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    background: #FFF;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.next .voice-block aside ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .voice-block aside ul li {
    width: 50%;
    border-bottom: 1px solid #ECECEC;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .voice-block aside ul li:nth-child(even) {
    border-left: 1px solid #ECECEC;
    -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-block aside ul li a {
    padding: 10px;
  }
  main.next .voice-block aside ul li[class*=current] {
    position: relative;
  }
  main.next .voice-block aside ul li[class*=current]:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #780000;
  }
  main.next .voice-block #main {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .search-block {
    padding: 20px 0 0;
    display: block;
  }
  main.next .search-block:first-child {
    top: -30px;
  }
  main.next .search-block:first-child:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next .search-block:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .search-block dl {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next .search-block dl dt {
    color: #780000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  main.next .search-block dl dd select {
    height: 50px;
  }
  main.next .search-block .btn {
    height: 55px;
    line-height: 55px;
    width: 100%;
  }
  main.next .search-condition h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }
  main.next .search-condition h2:before, main.next .search-condition h2:after {
    height: 2px;
  }
  main.next .search-condition ul {
    padding: 20px 15px 15px;
    border-width: 2px;
    margin-top: -14px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .search-condition:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .car-list {
    margin: 0 0 -20px 0;
  }
  main.next .car-list:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .car-list li {
    width: 100%;
    margin: 0 0 20px 0;
    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;
  }
  main.next .car-list .item-label {
    line-height: 26px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .car-list .item-label:before, main.next .car-list .item-label:after {
    right: -7px;
  }
  main.next .car-list .item-label:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7px 0 0;
    border-color: #780000 transparent transparent transparent;
  }
  main.next .car-list .item-label:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 0 7px;
    border-color: transparent transparent transparent #780000;
  }
  main.next .car-list .item-type {
    width: auto;
    padding: 5px 10px;
  }
  main.next .car-list .item-type br {
    display: none;
  }
  main.next .car-list .item-img {
    padding: 10px 0 10px 10px;
    margin-bottom: 0;
    width: 50%;
  }
  main.next .car-list .item-text {
    padding: 10px;
    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 .car-list .item-text .logo {
    line-height: 0;
    margin-bottom: 5px;
  }
  main.next .car-list .item-text .title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  main.next .car-list .item-text .price {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  main.next .car-list .item-text .price > span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .car-list .item-text .price p span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main.next .car-list .item-text .price .tax-text {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
  }
  main.next .car-list .item-text .price .tax-text .text-red {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .car-list .item-btn {
    width: 100%;
  }
  main.next .js-scrollable table {
    width: 600px;
  }
  main.next .title-block {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .title-block:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .option-heading {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  main.next .option-heading:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .option-text {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .option-list li {
    -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;
    position: relative;
  }
  main.next .option-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .option-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 25px);
    background: #fff;
  }
  main.next .option-list .item-text {
    width: 100%;
    padding: 20px 15px;
    margin-top: 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 .option-list .item-text:before {
    display: none;
  }
  main.next .option-list .item-text .hd {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    top: -5px;
    left: 0;
    line-height: 1;
  }
  main.next .option-list .item-text .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  main.next .option-list .item-text .shape {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  main.next .option-list .item-text .text {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 15px;
    line-height: 1.8;
  }
  main.next .option-list .item-text .text:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .option-list .item-text .price {
    font-size: 12px;
    font-size: 0.75rem;
    -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 .option-list .item-text .price:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .option-list .item-text .price > span {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0px;
  }
  main.next .option-list .item-text .price > div {
    width: 100%;
    line-height: 1.4;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .option-list .item-text .price > div > div {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 15px;
  }
  main.next .option-list .item-text .price > div > div span {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  main.next .option-list .item-text .price > div > div span small {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  main.next .option-list .item-text .price > div > div small {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    font-weight: normal;
  }
  main.next .option-list .item-text .price > div > div small span {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  main.next .option-list .item-img {
    max-width: calc(100% - 70px);
  }
  main.next .company-text {
    line-height: 1.8;
    padding-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .company-text h2 {
    line-height: 2;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  main.next .company-text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .company-text p + ul {
    margin-top: -15px;
  }
  main.next .company-text ul:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .company-information {
    padding-top: 40px;
  }
  main.next .company-information .bg {
    height: 100%;
    top: 50%;
  }
  main.next .company-information h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  main.next .company-information dl {
    margin-right: 0;
    margin-bottom: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
  }
  main.next .company-information dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .company-information dl > * {
    padding: 0;
    margin-bottom: 0;
    background: none;
  }
  main.next .company-information dl dt {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .company-information dl dd {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 0;
  }
  main.next .company-information dl dd:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .company-map {
    height: 250px;
  }
  main.next .scroll-block table {
    width: 800px;
  }
  main.next .scroll-block > img {
    width: 700px;
  }
  main.next .body-tbl th, main.next .body-tbl td {
    padding: 5px;
  }
  main.next .body-tbl thead th {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .body-tbl thead td img {
    max-height: 17px;
    width: auto;
  }
  main.next .body-tbl tbody th span:nth-child(1) {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
  }
  main.next .body-tbl tbody th span:nth-child(2) {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .body-tbl tbody td {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next #helpnews .cats:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #helpnews .cats h1, main.next #helpnews .cats h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 0.2px;
  }
  main.next #helpnews .cats ul li {
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main.next #helpnews .cats ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #helpnews .cats ul li .item-img {
    display: none;
  }
  main.next #helpnews .cats ul li .item-content {
    margin-left: 0px;
  }
  main.next #helpnews .cats ul li .item-content .detail-title {
    margin-top: -2px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
    -webkit-text-stroke-width: 0.2px;
  }
  main.next #helpnews .cats ul li .item-content .detail-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next #helpnews .cats ul li .item-content .btn {
    margin: 0 auto;
  }
  main.next #merit {
    overflow: hidden;
  }
  main.next #merit .item-hd h2 {
    padding: 10px;
  }
  main.next #merit .item-hd h2:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #merit .item-hd h2 > span:nth-child(1) {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
  }
  main.next #merit .item-hd h2 > span:nth-child(2) {
    font-size: 80px;
    font-size: 5rem;
    font-weight: normal;
    text-align: center;
  }
}
@media screen and (max-width: 700px) and (max-width: 360px) {
  main.next #merit .item-hd h2 > span:nth-child(2) {
    font-size: 18vw;
  }
}
@media screen and (max-width: 700px) {
  main.next #merit .item-hd .arrow {
    display: none;
  }
  main.next #merit .item-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  main.next #merit .item-list .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
  main.next #merit .item-list .slick-arrow {
    width: 24px;
    height: 40px;
    z-index: 3;
    top: 35%;
  }
  main.next #merit .item-list .slick-arrow:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../img/common/arrow-slide_white.svg) no-repeat center/contain;
  }
  main.next #merit .item-list .slick-prev {
    left: 0;
  }
  main.next #merit .item-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 #merit .item-list .slick-next {
    right: 0;
  }
  main.next #merit .item-list .img {
    margin-bottom: 15px;
    padding-left: 55px;
    padding-right: 55px;
  }
  main.next #merit .item-list .hd {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  main.next #merit .item-list .text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .service-flow-list {
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    padding-bottom: 90px;
  }
  main.next .service-flow-list li {
    margin: 0 0 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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 .service-flow-list li:before {
    width: 20px;
    height: 40px;
    background-size: 20px auto;
    right: 50%;
    margin-right: -15px;
    top: auto;
    bottom: -30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -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 .service-flow-list li:nth-child(3):before {
    display: block;
  }
  main.next .service-flow-list li .item-img {
    width: 115px;
    padding-top: 15px;
    padding-left: 10px;
  }
  main.next .service-flow-list li .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px 10px 10px;
  }
  main.next .service-flow-list li .item-text .title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 2px;
  }
  main.next .service-flow-list li .item-text .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .service-point-message {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  main.next .service-point-list .card {
    padding: 35px 15px;
  }
  main.next .service-point-list .card:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next .service-point-list .card:before {
    width: 74px;
    height: 24px;
    background-size: contain;
    left: -5px;
    top: -5px;
  }
  main.next .service-point-list .card .num {
    right: 15px;
    text-align: right;
    font-size: 48px;
    font-size: 3rem;
  }
  main.next .service-point-list .card .txt .title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  main.next .service-point-list .card .txt .desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  main.next .service-point-list .card .txt .whites {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .service-point-list .card .txt .whites .box {
    padding: 15px;
  }
  main.next .service-point-list .card .txt .whites .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box:nth-child(2) {
    max-width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box:nth-child(2) ul li {
    width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .service-point-list .card .txt .whites .box dl dt:not(:last-of-type), main.next .service-point-list .card .txt .whites .box dl dd:not(:last-of-type) {
    margin-bottom: 5px;
  }
  main.next .service-point-list .card .txt .whites .box dl dt {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    width: 100%;
  }
  main.next .service-point-list .card .txt .whites .box dl dd {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
  }
  main.next .service-point-list .card .txt .whites .box h4 {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  main.next .service-difference-banner {
    margin: 0 -15px;
    padding-top: 0px;
    height: 220px;
  }
  main.next .service-difference-banner:before {
    opacity: 0.5;
    top: -40px;
  }
  main.next .service-difference-banner .txt {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 0 20px;
  }
  main.next .service-difference-details {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  main.next .service-difference-details .box-wrapper {
    width: 100%;
  }
  main.next .service-difference-details .box-wrapper:not(:last-child) {
    margin-right: 0;
  }
  main.next .service-difference-details .box-wrapper:last-child:before {
    background: url("../img/next/service/difference/icon-arr-up.svg") no-repeat center center/contain;
    width: 41px;
    height: 35px;
    left: calc(50% - 21px);
    top: -55px;
  }
  main.next .service-difference-details .box-wrapper:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next .service-difference-details .box-wrapper.company .box, main.next .service-difference-details .box-wrapper.others .box {
    position: relative;
  }
  main.next .service-difference-details .box-wrapper.company .box:after, main.next .service-difference-details .box-wrapper.others .box:after {
    width: 52px;
    height: 52px;
  }
  main.next .service-difference-details .box-wrapper.others {
    max-width: 100%;
  }
  main.next .service-difference-details .box {
    padding: 35px 15px 20px;
    margin-bottom: 20px;
  }
  main.next .service-difference-details .box .title {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  main.next .service-difference-details .box h4 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .service-difference-details .box p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  main.next .service-difference-details .price {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  main.next .service-difference-details .price span {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
  }
  main.next .service-lease-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  main.next .service-lease-topic {
    padding: 20px 15px;
  }
  main.next .service-lease-topic:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .service-lease-topic h4 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  main.next .service-lease-topic p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  main.next .service-lease-topic .txt-img {
    -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;
  }
  main.next .service-lease-topic .txt-img .txt {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    max-width: 100%;
    margin-right: 0;
  }
  main.next .service-lease-topic .txt-img .pict {
    -ms-flex: 1 0 auto;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin-top: 15px;
  }
  main.next .service-lease-and-loan-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.next .service-lease-and-loan-desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 25px;
  }
  main.next .magazine-list-lg {
    margin: 0 0 -18px 0;
  }
  main.next .magazine-list-lg li {
    margin: 0 0 18px 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main.next .magazine-list-lg li:before {
    width: calc(100% - 10px);
  }
  main.next .magazine-list-lg .item-img {
    max-width: 35%;
  }
  main.next .magazine-list-lg .item-text {
    padding: 5px 10px;
  }
  main.next .magazine-list-lg .item-text time {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next .magazine-list-lg .item-text .title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  main.next .magazine-list-lg .item-text .text {
    display: none;
  }
  main.next .magazine-list-lg .item-text .link {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next > article .item-content {
    padding: 0;
  }
  main.next > article .item-content:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next > article .item-img {
    margin-left: 0;
    margin-right: 0;
  }
  main.next > article .item-img:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next > article .item-date {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next > article .item-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
  }
  main.next > article .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next > article .item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next > article .item-text:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next > article .item-pickup {
    padding: 20px;
  }
  main.next > article .item-pickup .hd {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  main.next > article .item-pickup 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: -20px;
  }
  main.next > article .item-pickup ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  main.next > article .item-pickup ul figure figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next > article .item-link li {
    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 > article .item-link li.prev, main.next > article .item-link li.next {
    width: 25%;
  }
  main.next > article .item-link li.prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  main.next > article .item-link li.next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  main.next > article .item-link li.list {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next > article .item-link li.list:before, main.next > article .item-link li.list:after {
    display: none;
  }
  main.next > article .item-link a img {
    height: 40px;
    width: auto;
  }
  main.next > article .item-link a span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next #contact + #magazine {
    position: relative;
    z-index: 3;
    background: #fff;
  }
  main.next .contact-list {
    margin: -30px 0 -10px 0;
  }
  main.next .contact-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .contact-list > li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 20px 20px;
  }
  main.next .contact-list > li:before {
    height: calc(100% - 30px);
  }
  main.next .contact-list .item-img {
    width: 60px;
    height: 60px;
  }
  main.next .contact-list .item-img img {
    max-width: 17px;
  }
  main.next .contact-list .item-hd {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  main.next .contact-list .item-tel p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .contact-list .item-tel .tel {
    line-height: 1.3;
    text-align: left;
  }
  main.next .contact-list .item-tel .tel > * {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  main.next .contact-list .item-tel .tel > *:before {
    width: 45px;
    height: 30px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  main.next .contact-list .item-tel small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next .contact-list .item-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .contact-list .item-app {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.next .contact-list .item-app:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .contact-list .item-app li {
    margin-left: 10px;
    margin-right: 10px;
  }
  main.next .contact-list .item-app li span {
    padding-top: 5px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .contact-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    min-height: 90px;
  }
  main.next .contact-text:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .contact-text.first a {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.next .contact-text.first a:hover {
    text-decoration: none;
    pointer-events: auto;
  }
  main.next .contact-text-sml {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .contact-text-sml:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .contact-form {
    padding: 15px 15px 40px;
  }
  main.next .contact-form:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .contact-form .inside .contact_confirm-top-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .contact-form .inside > p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next .contact-form .inside > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .contact-form .inside 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: -15px;
  }
  main.next .contact-form .inside dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .contact-form .inside dl > * {
    margin-bottom: 15px;
  }
  main.next .contact-form .inside dl dt {
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .contact-form .inside dl dd {
    width: 100%;
  }
  main.next .contact-form .inside dl dd .name {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  main.next .contact-form .inside dl dd .name > * {
    margin-bottom: 5px;
  }
  main.next .contact-form .inside dl dd .name > p {
    width: 30px;
    padding-top: 10px;
  }
  main.next .contact-form .inside dl dd .name > div {
    width: calc(100% - 30px - 30px);
  }
  main.next .contact-form .btn-block .btn {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .contact-form .btn-block .btn.lg.back {
    height: 55px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .contact-tel {
    margin-top: -10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .contact-tel:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #form-step.contact-form .btn {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #form-step.contact-form .btn.lg.back {
    height: 55px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .confirm main.next .contact-text {
    min-height: 0;
  }
  .confirm main.next .contact-form .inside 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: -15px;
    position: relative;
  }
  .confirm main.next .contact-form .inside dl:after {
    display: none;
  }
  .confirm main.next .contact-form .inside dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .confirm main.next .contact-form .inside dl > * {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .confirm main.next .contact-form .inside dl dt {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    color: #780000;
    margin-bottom: 5px;
  }
  .confirm main.next .contact-form .inside dl dd {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .detail-title .content {
    padding-top: 20px;
    padding-bottom: 20px;
    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;
  }
  main.next .detail-title .item-left .logo {
    line-height: 0;
    margin-bottom: 15px;
  }
  main.next .detail-title .item-left h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main.next .detail-title .item-img {
    margin-left: auto;
    line-height: 0;
  }
  main.next .detail-title .item-img img {
    height: 75px;
    width: auto;
  }
  main.next .detail-heading:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .detail-heading h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main.next .detail-heading p {
    position: relative;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 5px;
  }
  main.next .detail-list > li {
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
  main.next .detail-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .detail-list > li > * {
    width: 100%;
  }
  main.next .detail-list .item-title {
    display: block;
    margin-bottom: 15px;
  }
  main.next .detail-list .item-title .logo {
    line-height: 0;
    margin-bottom: 10px;
  }
  main.next .detail-list .item-title .logo img {
    max-height: 14px;
    width: auto;
  }
  main.next .detail-list .item-title h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  main.next .detail-list .item-img {
    margin-bottom: 10px;
  }
  main.next .detail-list .item-img .label {
    line-height: 26px;
    top: 0;
    left: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .detail-list .item-img .label:before, main.next .detail-list .item-img .label:after {
    right: -7px;
  }
  main.next .detail-list .item-img .label:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7px 0 0;
    border-color: #780000 transparent transparent transparent;
  }
  main.next .detail-list .item-img .label:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 0 7px;
    border-color: transparent transparent transparent #780000;
  }
  main.next .detail-list .item-img .type {
    width: auto;
    padding: 5px;
  }
  main.next .detail-list .item-img .type br {
    display: none;
  }
  main.next .detail-list .item-img .souba_text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .detail-list .item-img .souba_text .item-title {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  main.next .detail-list .item-img .souba_text .item-text {
    width: 100%;
    margin-bottom: 0;
  }
  main.next .detail-list .item-text {
    margin-bottom: 20px;
  }
  main.next .detail-list .item-text .logo, main.next .detail-list .item-text h3 {
    display: none;
  }
  main.next .detail-list .item-text table:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .detail-list .item-text table .w45p {
    width: 30%;
  }
  main.next .detail-list .item-text table th, main.next .detail-list .item-text table td {
    padding: 5px 2px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .detail-list .item-text table thead th {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .detail-list .item-text table tbody th.lg {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .detail-list .item-text table .price {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .detail-list .item-text table .price.lg {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .detail-list .item-text table .price.small {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .detail-list .item-text table .price.small small {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .detail-list .item-text table + p {
    text-align: left;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: -5px;
  }
  main.next .detail-list .item-thumbs {
    margin-bottom: 20px;
  }
  main.next .detail-list .item-thumbs h3 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  main.next .detail-list .item-thumbs ul {
    margin-right: -9px;
    margin-bottom: -10px;
  }
  main.next .detail-list .item-thumbs ul li {
    width: calc(33.3333333333% - 9px);
    margin-right: 9px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next .detail-list .item-thumbs ul li {
    width: calc(50% - 9px);
  }
}
@media screen and (max-width: 700px) {
  main.next .detail-list .item-thumbs ul li a img {
    width: 100%;
  }
  main.next .detail-list .item-thumbs ul li .price {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 5px;
  }
  main.next .detail-list .item-btns {
    margin-bottom: -8px;
    padding-top: 0;
  }
  main.next .detail-list .item-btns > a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 20px;
    padding-left: 20px;
  }
  main.next .wp-pagenavi {
    font-size: 14px;
  }
  main.next .wp-pagenavi .last, main.next .wp-pagenavi .first {
    width: 49px;
  }
  main.next .wp-pagenavi span {
    line-height: 24px;
    width: 24px;
    margin: 0 1px 4px;
  }
  main.next .wp-pagenavi a {
    line-height: 24px;
    width: 24px;
    margin: 0 1px 4px;
  }
  main.next .wp-pagenavi a.dot {
    background: none;
  }
  main.next .anchor-list {
    padding: 20px 15px;
  }
  main.next .anchor-list:first-child {
    margin-top: -65px;
  }
  main.next .anchor-list:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .anchor-list ul {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .anchor-list ul li {
    width: auto;
  }
  main.next .anchor-list ul li:not(:last-child) {
    border-right: none;
    margin-bottom: 10px;
  }
  main.next .anchor-list ul li a {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 0;
    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;
  }
  main.next .anchor-list ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #AF8E00 transparent transparent transparent;
    margin-right: 10px;
  }
  main.next .anchor-list ul li a br {
    display: none;
  }
  main.next .anchor-list ul li a:hover {
    text-decoration: none;
  }
  main.next .anchor-list ul li a:hover:after {
    bottom: -5px;
  }
  main.next .anchor-list ul li a:after {
    display: none;
  }
  main.next #document .content {
    padding: 30px 15px;
  }
  main.next #document .item-hd:not(:first-child) {
    margin-top: 30px;
  }
  main.next #document table tbody tr th.add {
    padding-left: 50px;
  }
  main.next #document table tbody tr th.add:after {
    padding-right: 10px;
    padding-left: 10px;
    height: 29px;
  }
  main.next .examination-section .content {
    padding: 30px 15px;
  }
  main.next .examination-section .item-hd:not(:first-child) {
    margin-top: 30px;
  }
  main.next .examination-section .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .examination-section .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .examination-section .item-tel a {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2;
    pointer-events: auto;
  }
  main.next .examination-section .item-tel a:before {
    width: 32px;
    height: 20px;
    background-size: contain;
  }
  main.next .examination-section .item-tel > span {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 40px;
  }
  main.next .examination-section .item-links {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  main.next .examination-section .item-links a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .examination-section .item-links a:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .examination-section .item-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0px;
  }
  main.next .examination-section .item-column > * {
    margin-right: 0px;
  }
  main.next .examination-section .item-column > *:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next .examination-section .item-column .item-links {
    width: 100%;
    margin-bottom: -5px;
  }
  main.next .examination-section .item-column .item-links a {
    width: 100%;
  }
  main.next .examination-section .item-column .item-fax {
    width: 100%;
  }
  main.next .examination-section .item-fax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main.next .examination-section .item-fax:before {
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 5px;
  }
  main.next .examination-section .item-fax > * {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .examination-section .item-fax > * span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  main.next .sup {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next #menkyo .border-box {
    padding-bottom: 36px;
  }
  main.next #menkyo .border-box:not(:first-of-type) {
    padding-top: 35px;
  }
  main.next #menkyo .heading-point-block {
    margin-bottom: 15px;
  }
  main.next #menkyo .heading-point-block h2 {
    padding: 0 60px;
  }
  main.next #menkyo .heading-point-block h2:before {
    margin-top: -40px;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
  main.next #menkyo .heading-point-block.icon2 h2:before {
    background-size: 50px auto;
  }
  main.next #menkyo .link-box > p {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  main.next #menkyo .link-box > p > a {
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  main.next #menkyo .white-border-box {
    padding: 15px;
    margin-bottom: 40px;
  }
  main.next #menkyo .white-border-box > div:not(:last-of-type) {
    padding-bottom: 20px;
  }
  main.next #menkyo .white-border-box > div:not(:first-child) {
    padding-top: 20px;
  }
  main.next #menkyo .white-border-box > div .item-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  main.next #menkyo .white-border-box > div .item-title span {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next #menkyo .white-border-box > div .item-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next #menkyo .white-border-box .point-list li {
    position: relative;
    padding-left: 10px;
  }
  main.next #menkyo .white-border-box .point-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next #menkyo .case-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px 30px;
  }
  main.next #menkyo .case-column2 .case-box {
    width: 100%;
    margin: 0 10px 20px;
    padding: 10px 10px 10px;
  }
  main.next #menkyo .case-column2 .case-box .item-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main.next #menkyo .case-column2 .case-box .item-text {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding-bottom: 15px;
  }
  main.next #menkyo .case-column2 .case-box .item-small-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next #menkyo .btn-block > p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  main.next #menkyo .btn-block .arrow-inside:after {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  main.next .warranty-service {
    padding: 0 15px 15px;
  }
  main.next .warranty-service:before {
    border-width: 2px;
    height: calc(100% - 18px);
  }
  main.next .warranty-service .item-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
  }
  main.next .warranty-service .item-title:before, main.next .warranty-service .item-title:after {
    height: 2px;
  }
  main.next .warranty-service .item-title:before {
    margin-right: 15px;
  }
  main.next .warranty-service .item-title:after {
    margin-left: 15px;
  }
  main.next .warranty-service .item-hd {
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.next .warranty-service .item-hd-02 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .warranty-service .item-hd-03 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .warranty-service .item-hd-03 small {
    display: block;
  }
  main.next .warranty-service .item-btn {
    margin-top: 20px;
  }
  main.next .warranty-service .item-section:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.next .warranty-list .item-hd {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  main.next .warranty-list .item-hd:before {
    margin-right: 10px;
  }
  main.next .warranty-list .item-hd:after {
    margin-left: 10px;
  }
  main.next .warranty-list .item-tbl:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .warranty-list .item-tbl table th, main.next .warranty-list .item-tbl table td {
    padding: 10px 5px;
    line-height: 1.3;
  }
  main.next .warranty-list .item-tbl table th {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  main.next .warranty-list .item-tbl table td {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  main.next .warranty-list .item-tbl table thead th {
    height: auto;
  }
  main.next .warranty-list .item-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .warranty-list .item-list > li {
    width: 100%;
    padding: 15px;
  }
  main.next .warranty-list .item-list > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  main.next .warranty-list .item-list > li h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .warranty-plan .item-hd {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  main.next .warranty-plan .item-hd-02 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  main.next .warranty-plan .item-hd-03 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .warranty-plan .item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .warranty-plan .item-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .warranty-plan .item-title h3 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  main.next .warranty-plan .item-title h3 small {
    font-size: 26px;
    font-size: 1.625rem;
  }
  main.next .warranty-plan .item-title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .warranty-plan .item-plan {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .warranty-plan .item-plan:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .warranty-plan .item-plan > div {
    width: 100%;
  }
  main.next .warranty-plan .item-plan > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .warranty-plan .item-plan h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .warranty-plan .item-plan dl > * {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .warranty-plan .item-plan dl dt {
    width: 120px;
  }
  main.next .warranty-plan .item-plan dl dd {
    width: calc(100% - 120px);
  }
  main.next .ml-block {
    padding-bottom: 20px;
  }
  main.next .ml-title .item-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  main.next .ml-title .item-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  main.next .ml-title .item-text h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  main.next .ml-title .item-text h3 span {
    margin-bottom: 5px;
    width: 35px;
  }
  main.next .ml-title .item-text .arrow {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  main.next .ml-title .item-text .arrow img {
    width: 40px;
  }
  main.next .ml-title .item-text p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next .ml-title .item-img {
    width: 700px;
  }
  main.next .ml-merit:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .ml-merit .item-merit, main.next .ml-merit .item-demerit {
    width: 100%;
    padding: 15px;
  }
  main.next .ml-merit .item-merit:not(:last-child), main.next .ml-merit .item-demerit:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .ml-merit .item-img {
    width: 85px;
    right: 15px;
    top: -20px;
  }
  main.next .ml-merit .item-title {
    padding: 0 8px 15px;
    padding-bottom: 15px;
  }
  main.next .ml-merit .item-title span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  main.next .ml-merit .item-title span:nth-child(2) img {
    height: 8px;
    width: auto;
  }
  main.next .ml-merit .item-list li {
    padding: 15px 8px 0;
  }
  main.next .ml-merit .item-list li:not(:last-child) {
    padding-bottom: 15px;
  }
  main.next .ml-merit .item-list li h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .ml-merit .item-list li p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  main.next .ml-merit .item-text {
    padding-top: 20px;
  }
  main.next .ml-merit .item-text h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  main.next .ml-merit .item-text h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .ml-merit .item-text ul li {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 10px;
  }
  main.next .ml-merit .item-text ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
  }
  main.next .ml-feature section {
    border-width: 3px;
    padding: 15px;
  }
  main.next .ml-feature section:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .ml-feature .item-img {
    width: 65px;
    right: 15px;
    top: -20px;
  }
  main.next .ml-feature .item-hd {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: none;
  }
  main.next .ml-feature .item-list li {
    background-size: 11px auto;
    background-position: left top 5px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .ml-feature .item-list li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main.next .ml-bottom {
    padding-top: 25px;
  }
  main.next .ml-bottom .item-hd {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 25px;
  }
  main.next .ml-bottom .item-hd span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  main.next .ml-bottom .item-text > div {
    width: 100%;
    padding: 20px;
  }
  main.next .ml-bottom .item-text > div:not(:last-child) {
    margin-bottom: 12px;
  }
  main.next .ml-bottom .item-text h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  main.next .ml-bottom .item-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .ml-bottom .item-text p:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next .ml-bottom .item-text p small {
    font-size: 10px;
    font-size: 0.625rem;
  }
  main.next .ml-bottom .item-text .btn-block {
    margin-top: 15px;
  }
  .mfp-figure {
    padding: 10px;
  }
  .mfp-figure figure img {
    padding: 0;
  }
  .mfp-figure figure figcaption {
    display: block;
    text-align: center;
    line-height: 1.6;
    color: #000000;
  }
  .mfp-figure figure figcaption .mfp-bottom-bar {
    margin-top: 0;
    top: 0;
    position: relative;
  }
  .mfp-figure figure figcaption .mfp-title {
    padding-top: 5px;
  }
  .mfp-title {
    padding-right: 0;
  }
  .mfp-title .text-block .price {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .mfp-title .text-block .price > * {
    margin-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mfp-title .text-block .price > * span {
    font-size: 16px;
    font-size: 1rem;
  }
}
