@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  margin-right: 8px;
}

/* main next
------------------------------------------------------------*/
.breadcrumb {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.breadcrumb ul {
  letter-spacing: -0.4em;
  line-height: 1.2;
  padding: 15px 0;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #BABABA;
}

.breadcrumb ul li {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb ul li:first-child a {
  color: #00848f;
}

.breadcrumb ul li:first-child a img {
  margin-right: 7px;
}

.breadcrumb ul li a {
  padding-right: 32px;
  display: block;
  position: relative;
  line-height: 1.2;
  color: #BABABA;
}

.breadcrumb ul li a:after {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  position: absolute;
  background: url(../img/next/arrow-bread.svg) no-repeat left center;
  top: 50%;
  right: 11px;
  margin-top: -4px;
}

main.next {
  /* ニュースリリースページ------------------------------------------------------------*/
  /* お問い合わせページ------------------------------------------------------------*/
  /* eccube関連------------------------------------------------------------*/
  /* faqページ------------------------------------------------------------*/
  /* 株主優待ページ------------------------------------------------------------*/
  /* 代理店お申し込み------------------------------------------------------------*/
  /* 会社概要------------------------------------------------------------*/
  /* 代理店様 専用ページ------------------------------------------------------------*/
  /* コンセプトページ------------------------------------------------------------*/
  /*選択ボックス------------------------------------------------------------*/
  /*ポップアップ------------------------------------------------------------*/
  /* お届け先の指定------------------------------------------------------------*/
  /*お届け先の複数指定------------------------------------------------------------*/
  /*マイページ------------------------------------------------------------*/
  /*ログイン------------------------------------------------------------*/
  /* ショッピングカート------------------------------------------------------------*/
}

main.next section {
  padding-left: 0px;
  padding-right: 0px;
}

main.next section:not(:last-child) {
  padding-bottom: 60px;
}

main.next section.sec-pt {
  padding-top: 60px;
}

main.next .product-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 -20px -40px;
  padding-bottom: 60px;
}

main.next .product-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-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px 40px;
  width: calc(33.333% - 40px);
}

main.next .product-list li .item-img {
  line-height: 0;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7e9ea0;
  text-align: center;
}

main.next .product-list li .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 5px;
}

main.next .product-list li .item-text .number {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.5;
  color: #888888;
  padding-bottom: 5px;
}

main.next .product-list li .item-text .name {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}

main.next .product-list li .item-text .name a {
  color: #000000;
  -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 .product-list li .item-text .name a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

main.next .product-list li .item-btn {
  background-color: #f1f5f5;
  text-align: center;
  padding: 10px 10px 15px;
}

main.next .product-list li .item-btn .open-txt {
  padding-bottom: 5px;
}

main.next .product-list li .item-btn .rental-price {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1rem;
}

main.next .product-list li .item-btn .rental-price span {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .product-list.rental li .item-btn {
  background: #faf4ed;
}

main.next .products-list_sec:not(:first-child) {
  padding-top: 90px;
}

main.next .products-list_sec:not(:last-child) {
  padding-bottom: 0px;
}

main.next .accessories {
  background-color: #f1f5f5;
  padding: 40px 0 0px;
}

main.next .accessories.rental {
  background-color: #faf4ed;
}

main.next .accessories.rental .accessories-list li .item-btn {
  background-color: transparent;
}

main.next .accessories .accessories-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 -20px 0px;
}

main.next .accessories .accessories-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 20px 40px;
  width: calc(20% - 40px);
}

main.next .accessories .accessories-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.next .accessories .accessories-list li .item-img {
  line-height: 0;
  padding-bottom: 10px;
  text-align: center;
}

main.next .accessories .accessories-list li .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 5px;
}

main.next .accessories .accessories-list li .item-text .number {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.5;
  color: #888888;
  padding-bottom: 5px;
}

main.next .accessories .accessories-list li .item-text .name {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}

main.next .accessories .accessories-list li .item-text .name a {
  color: #000000;
  -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 .accessories .accessories-list li .item-text .name a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

main.next .accessories .accessories-list li .item-text .price {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

main.next .accessories .accessories-list li .item-btn {
  background-color: #f1f5f5;
  text-align: center;
  padding: 10px 0px 15px;
}

main.next .accessories .accessories-list li .item-btn .open-txt {
  padding-bottom: 5px;
}

main.next .product-faq-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -12px -24px;
}

main.next .product-faq-btn-list > div {
  margin: 0 12px 24px;
  width: calc(33.333% - 24px);
}

main.next .product-faq-btn-list > div.icon1 a:before {
  background-image: url(../img/next/faq/icon-support_01.svg);
}

main.next .product-faq-btn-list > div.icon2 a:before {
  background-image: url(../img/next/faq/icon-support_02.svg);
}

main.next .product-faq-btn-list > div.icon3 a:before {
  background-image: url(../img/next/faq/icon-support_03.svg);
}

main.next .product-faq-btn-list > div a {
  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;
  height: 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  background-color: #f1f5f5;
  color: #000000;
  padding: 10px 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;
  padding-left: 75px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .product-faq-btn-list > div a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next .product-faq-btn-list > div a:before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  width: 37px;
  height: 37px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: no-repeat center center;
}

main.next .product-faq-btn-list > div a span {
  min-width: 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;
  margin-right: 15px;
}

main.next .product-faq-btn-list > div a b {
  font-weight: normal;
}

main.next #products-detail-top .products-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}

main.next #products-detail-top .products-summary .item-img {
  width: 500px;
  margin-right: 40px;
}

main.next #products-detail-top .products-summary .item-img #slider {
  margin-bottom: 10px;
}

main.next #products-detail-top .products-summary .item-img #slider li {
  line-height: 0;
  border: solid 1px #f1f5f5;
  -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 #products-detail-top .products-summary .item-img .slick-prev, main.next #products-detail-top .products-summary .item-img .slick-next {
  width: 26px;
  height: 75px;
  background: no-repeat center center;
  z-index: 10;
}

main.next #products-detail-top .products-summary .item-img .slick-prev:before, main.next #products-detail-top .products-summary .item-img .slick-next:before {
  display: none;
}

main.next #products-detail-top .products-summary .item-img .slick-prev {
  left: 20px;
  background-image: url(../img/next/product-detail/arrow-l.svg);
}

main.next #products-detail-top .products-summary .item-img .slick-next {
  right: 20px;
  background-image: url(../img/next/product-detail/arrow-r.svg);
}

main.next #products-detail-top .products-summary .item-img .slides-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 0px;
}

main.next #products-detail-top .products-summary .item-img .slides-nav li {
  line-height: 0;
  border: solid 1px #f1f5f5;
  line-height: 0;
  margin: 0 5px 10px;
  width: calc(25% - 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;
  -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 #products-detail-top .products-summary .item-img .slides-nav li:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next #products-detail-top .products-summary .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #products-detail-top .products-summary .item-text .post {
  margin-bottom: 20px;
}

main.next #products-detail-top .products-summary .item-text .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 40px;
  background-color: #f1f5f5;
}

main.next #products-detail-top .products-summary .item-text .link-box.rental {
  background-color: #faf4ed;
}

main.next #products-detail-top .products-summary .item-text .link-box .item-title {
  padding-right: 25px;
  border-right: solid 1px #c8cccc;
}

main.next #products-detail-top .products-summary .item-text .link-box .item-title span {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next #products-detail-top .products-summary .item-text .link-box .item-btn {
  padding-left: 25px;
}

main.next #products-detail-top .products-features .products-block {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #products-detail-top .products-features .products-block:not(:last-child) {
  margin-bottom: 70px;
}

main.next #products-detail-top .products-features .products-block .movie {
  position: relative;
  width: 100%;
  padding-top: 55%;
  margin-bottom: 40px;
}

main.next #products-detail-top .products-features .products-block .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

main.next #products-detail-top .products-features .products-block .point-list {
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next #products-detail-top .products-features .products-block .point-list li {
  width: calc(33.333% - 60px);
  margin: 0 30px 40px;
  padding-left: 0;
}

main.next #products-detail-top .products-features .products-block .point-list li:before {
  display: none;
}

main.next #products-detail-top .products-features .products-title {
  margin-bottom: 60px;
  position: relative;
  padding-left: 70px;
}

main.next #products-detail-top .products-features .products-title span:nth-child(1) {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  position: relative;
}

main.next #products-detail-top .products-features .products-title span:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 70px;
  right: -50px;
  margin-top: -35px;
  background: #00848f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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 #products-detail-top .products-features .products-title span:nth-child(2) {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Overpass', sans-serif;
  font-weight: 100;
  font-size: 72px;
  font-size: 5.1428571429rem;
  line-height: 1;
  color: #00848f;
}

main.next #products-detail-specification .specification .img-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #products-detail-specification .specification .img-table .item-table {
  width: 20px 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 40px;
}

main.next #products-detail-specification .specification .img-table .item-img {
  width: 280px;
}

main.next #products-detail-specification .specification .img-table .item-img .img-inside {
  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;
  border: solid 1px #008490;
}

main.next #products-detail-specification .specification .img-table .item-img .img {
  min-height: 40px;
  padding-bottom: 15px;
}

main.next #products-detail-specification .specification .img-table .item-img .logo {
  text-align: center;
}

main.next #products-detail-specification .specification .img-table .item-img .logo span {
  display: block;
  color: #00848f;
}

main.next #products-detail-cart .img-text-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #products-detail-cart .img-text-column2 .item-img {
  width: 500px;
  margin-right: 40px;
}

main.next #products-detail-cart .img-text-column2 .item-text .title {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

main.next #products-detail-cart .img-text-column2 .item-text .title span {
  padding-top: 10px;
  display: block;
  color: #888888;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: normal;
}

main.next #products-detail-cart .img-text-column2 .item-text .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

main.next #products-detail-cart .img-text-column2 .item-text .price .tax small, main.next #products-detail-cart .img-text-column2 .item-text .price .no-tax small {
  color: #888888;
  font-size: 14px;
  font-size: 1rem;
}

main.next #products-detail-cart .img-text-column2 .item-text .price .tax {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #34a6c2;
  margin-right: 20px;
}

main.next #products-detail-cart .img-text-column2 .item-text .price .tax span {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

main.next #products-detail-cart .img-text-column2 .item-text .price .tax.rental {
  color: #ee9215;
}

main.next #products-detail-cart .img-text-column2 .item-text .price .no-tax {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next #products-detail-cart .img-text-column2 .item-text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

main.next #products-detail-cart .img-text-column2 .item-text .number .txt {
  margin-right: 10px;
}

main.next #products-detail-cart .img-text-column2 .item-text .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}

main.next #products-detail-cart .img-text-column2 .item-text .cart-btn span {
  margin-left: 20px;
  color: #888888;
}

main.next #products-detail-cart .img-text-column2 .item-text .kikaku-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #products-detail-cart .img-text-column2 .item-text .kikaku-box .title {
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

main.next #products-detail-cart .img-text-column2 .item-text .kikaku-box .ec-select {
  width: 200px;
}

main.next #products-detail-cart .img-text-column2 .item-text .kikaku-box .ec-select:after {
  top: 0;
}

main.next #products-detail-cart .img-text-column2 .item-text .kikaku-box .ec-select select {
  margin-bottom: 0;
}

main.next #products-detail-conv {
  background-color: #f1f5f5;
  background: url(../img/next/product-detail/bg-detail-conv.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 80px;
}

main.next #products-detail-conv .inside {
  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;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #products-detail-conv .inside .item-img {
  width: 250px;
  margin-right: 25px;
  line-height: 0;
}

main.next #products-detail-conv .inside .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #products-detail-conv .inside .item-text .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  margin-bottom: 20px;
}

main.next #products-detail-conv .inside .item-text .price-area {
  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 #products-detail-conv .inside .item-text .price-area .price {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  vertical-align: bottom;
  margin-right: 20px;
}

main.next #products-detail-conv .inside .item-text .price-area .price small {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  color: #888888;
}

main.next #suport-block .s_content {
  padding: 50px 40px;
}

main.next #suport-block .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #suport-block .btn-block > div {
  width: calc(33.333% - 28px);
}

main.next .conv-block {
  text-align: center;
  padding: 30px;
  background-color: #56a1a8;
  color: #FFF;
}

main.next .conv-block.mb0 {
  margin-bottom: 0;
}

main.next .conv-block.mb {
  margin-bottom: 50px;
}

main.next .conv-block .item-text {
  padding-bottom: 10px;
}

main.next .conv-block .item-title {
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 25px;
}

main.next .conv-block .item-btn {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .conv-block .item-time {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

main.next .conv-block .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .conv-block .item-btn > div {
  margin: 0 15px 15px;
  width: 375px;
}

main.next .conv-block .item-btn > div a {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 80px;
  border: none;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: normal;
  color: #000000;
  padding: 15px 75px 15px 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .conv-block .item-btn > div a:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  width: 32px;
  height: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/next/icon-tel_conv.svg) no-repeat center center;
}

main.next .conv-block .item-btn > div a.icon-tel:before {
  background-image: url(../img/next/icon-tel_conv.svg);
}

main.next .conv-block .item-btn > div a.icon-fax:before {
  background-image: url(../img/next/icon-fax_conv.svg);
}

main.next #conv {
  background-color: #3f7175;
  margin-top: 0px;
}

main.next #conv.mt0 {
  margin-top: 0;
}

main.next #conv .conv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #conv .conv-list li {
  width: 25%;
}

main.next #conv .conv-list li a {
  text-align: 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;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

main.next #conv .conv-list li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #56a1a8;
  text-decoration: none;
}

main.next #conv .conv-list li a .item-img {
  width: 100%;
  height: 45px;
}

main.next #conv .conv-list li a .item-title {
  width: 100%;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next #conv .conv-list li a .item-txt {
  width: 100%;
}

main.next .point-list li {
  position: relative;
  padding-left: 1.5em;
}

main.next .point-list li:not(:last-child) {
  margin-bottom: 6px;
}

main.next .point-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
}

main.next .other-question {
  padding: 70px 0;
  margin-bottom: -40px;
  background-color: #f1f5f5;
}

main.next .other-question .product-faq-btn-list > div a {
  background-color: #fff;
}

main.next .faq-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -30px 0;
}

main.next .faq-cat li {
  margin: 0 25px 30px 0;
  width: calc(33.333% - 25px);
}

main.next .faq-cat li > a {
  position: relative;
  background-color: #f1f5f5;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 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;
}

main.next .faq-cat li > a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next .faq-cat li > a .item-img {
  width: 80px;
  line-height: 0;
  position: relative;
}

main.next .faq-cat li > a .item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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%);
}

main.next .faq-cat li > a .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #000000;
  padding-left: 10px;
}

main.next #news .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #news .news-list li .item-img {
  margin-right: 16px;
  width: 80px;
}

main.next #news .news-list li .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next #news .news-list li .item-text .item-title {
  width: 100%;
}

main.next #news-detail .cat-list {
  margin-bottom: 45px;
}

main.next #news-detail .s_content {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #news-detail .post {
  margin-bottom: 45px;
}

main.next #contact .s_content {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #ec-login .ec-login {
  width: 360px;
  background-color: transparent;
  padding: 0px;
  margin: 0 auto;
}

main.next #ec-login .ec-login .ec-login__link {
  margin-left: 0;
}

main.next #ec-login .ec-grid2 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next #ec-login .ec-grid2 .ec-grid2__cell {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

main.next #ec-login .ec-grid2 .ec-grid2__cell .ec-login__link {
  padding-bottom: 10px;
}

main.next #ec-login .ec-grid2 .ec-grid2__cell .ec-login__link:not(:last-child) {
  padding-top: 10px;
  border-bottom: solid 1px #f1f5f5;
}

main.next .ec-label {
  margin-bottom: 0;
}

main.next .ec-required {
  border: solid 1px #00848f;
  color: #00848f;
  padding: 1px 10px;
  line-height: 1.5;
}

main.next .ec-blockBtn--cancel, main.next .ec-blockBtn--action {
  height: 48px;
  line-height: 47px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  width: 200px;
  margin: 0 auto;
}

main.next .ec-blockBtn--action {
  background-color: #00848f;
  border-color: #00848f;
  -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 .ec-blockBtn--action:hover {
  background: transparent;
  color: #00848f;
}

main.next .ec-blockBtn--action.bg-orange {
  background-color: #ee9215;
  border-color: #ee9215;
}

main.next .ec-blockBtn--action.bg-orange:hover {
  background: transparent;
  color: #ee9215;
}

main.next .ec-blockBtn--cancel {
  background-color: #f1f5f5;
  border-color: #f1f5f5;
  color: #1fa2c1;
  -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 .ec-blockBtn--cancel:hover {
  background-color: transparent;
  border-color: #1fa2c1;
}

main.next #forgot input {
  margin-bottom: 0;
}

main.next #forgot .ec-borderedDefs {
  border-top: none;
}

main.next #forgot .ec-borderedDefs dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: none;
}

main.next #forgot .ec-forgotRole__intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

main.next #forgot .ec-forgotRole__intro .ec-para-normal {
  padding-bottom: 0;
}

main.next #entry .ec-borderedDefs {
  border-top: none;
  margin-bottom: 30px;
}

main.next #entry .ec-borderedDefs input {
  margin-bottom: 0;
}

main.next #entry .ec-borderedDefs dl {
  border-bottom: none;
  padding: 10px 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #entry .ec-borderedDefs dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: 20px;
}

main.next #entry .ec-halfInput input[type='text'] {
  width: calc(50% - 10px);
}

main.next #entry .ec-off4Grid {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next #entry .ec-off4Grid .privacy-text {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  color: #888888;
}

main.next #entry .ec-off4Grid .privacy-text a {
  color: #30a8c6;
}

main.next .faq-list {
  margin-bottom: 40px;
}

main.next .faq-list li {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
}

main.next .faq-list li.active .title b {
  background-color: #f1f5f5;
}

main.next .faq-list li.active .title b:before {
  filter: alpha(opacity=0);
  opacity: 0;
}

main.next .faq-list li.active .title b:after {
  background-color: #30a8c6;
}

main.next .faq-list .title, main.next .faq-list .text {
  position: relative;
  padding: 10px 40px 5px;
}

main.next .faq-list .title:before, main.next .faq-list .text:before {
  font-size: 20px;
  font-size: 1.4285714286rem;
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 5px;
  width: 1em;
  height: 1em;
  content: 'Q';
}

main.next .faq-list .title {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next .faq-list .title:before {
  content: 'Q';
}

main.next .faq-list .title b {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #30a8c6;
  width: 24px;
  height: 24px;
}

main.next .faq-list .title b:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
  background-color: #f1f5f5;
}

main.next .faq-list .title b:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 12px;
  margin-left: -1px;
  margin-top: -6px;
  background-color: #f1f5f5;
  -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 .faq-list .text {
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #666;
  position: relative;
  display: none;
}

main.next .faq-list .text:before {
  content: 'A';
}

main.next #shareholder .tel-block {
  text-align: center;
  padding-bottom: 25px;
}

main.next #shareholder .tel-block .inside {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

main.next #shareholder .tel-block .item-top {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 0.9285714286rem;
  letter-spacing: 0.1em;
}

main.next #shareholder .tel-block .item-top img {
  margin-right: 10px;
}

main.next #shareholder .tel-block .item-top .icon {
  line-height: 0;
}

main.next #shareholder .tel-block .item-top span {
  font-size: 28px;
  font-size: 2rem;
}

main.next #shareholder .tel-block .item-top .border {
  position: relative;
  width: 100%;
}

main.next #shareholder .tel-block .item-top .border:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}

main.next #shareholder .tel-block .item-top .border span {
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 0 10px;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

main.next #company_01 .address-tel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #company_01 .address-tel li .item-title {
  width: 115px;
  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 #company_01 .address-tel li .item-text {
  width: calc(100% - 115px);
}

main.next #company_01 .address-tel li .item-text a {
  padding-left: 30px;
}

main.next #company_04 .officer-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 35px 0;
  border-bottom: solid 1px #d8d8d8;
}

main.next #company_04 .officer-list > li .item-img {
  width: 200px;
  margin-right: 40px;
  line-height: 0;
}

main.next #company_04 .officer-list > li .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #company_04 .officer-list > li .item-text .name {
  vertical-align: bottom;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main.next #company_04 .officer-list > li .item-text .name span {
  display: block;
  color: #666;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

main.next #company_04 .officer-list > li .item-text .name small {
  padding-left: 10px;
  color: #56a1a8;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

main.next #company_04 .officer-list > li .item-text .img {
  display: none;
}

main.next #company_05 .access-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px;
}

main.next #company_05 .access-column2 .access-box {
  margin: 0 20px;
  width: calc(50% - 40px);
}

main.next #company_05 .access-column2 .item-address {
  text-align: center;
  margin-bottom: 20px;
}

main.next #company_05 .access-column2 .item-map {
  position: relative;
  padding-bottom: 330px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}

main.next #company_05 .access-column2 .item-map iframe, main.next #company_05 .access-column2 .item-map object, main.next #company_05 .access-column2 .item-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.next #forsupplier .maker-btn-list {
  margin: 0 -12px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #forsupplier .maker-btn-list li {
  margin: 0 12px;
  width: calc(33.333% - 24px);
}

main.next #forsupplier .maker-btn-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 85px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #f1f5f5;
  -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;
  -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 #forsupplier .maker-btn-list li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next #forsupplier .maker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next #forsupplier .maker-list li {
  padding: 0 20px 8px;
  position: relative;
  line-height: 1.5;
}

main.next #forsupplier .maker-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 12px;
  background-color: #a3a3a3;
}

main.next #forsupplier-index_01 .page-link {
  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: 0 -20px;
}

main.next #forsupplier-index_01 .page-link li {
  width: 320px;
  border-bottom: solid 1px #00848f;
  margin: 0 20px;
}

main.next #forsupplier-index_01 .page-link li a {
  padding: 10px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #000000;
  -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 #forsupplier-index_01 .page-link li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next #forsupplier-index_01 .page-link li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 12px;
  height: 8px;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00848f transparent transparent transparent;
}

main.next #forsupplier-index_02 .login-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #forsupplier-index_02 .login-column2 > div {
  width: 50%;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

main.next #forsupplier-index_02 .login-column2 > div:first-child {
  background-color: #f1f5f5;
}

main.next #forsupplier-index_02 .login-column2 > div:nth-child(2) {
  background-color: #ebf1f1;
}

main.next #forsupplier-index_02 .login-column2 > div .item-text {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 15px;
}

main.next #forsupplier-index_02 .maker-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -20px;
}

main.next #forsupplier-index_02 .maker-list li {
  margin: 0 20px;
}

main.next #forsupplier-index_03 .maker-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;
  margin: 0 -20px;
}

main.next #forsupplier-index_03 .maker-list li {
  margin: 0 20px;
}

main.next #forsupplier-index_03 .box-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -12px 30px;
}

main.next #forsupplier-index_03 .box-flow li {
  margin: 0 12px 0px;
  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;
  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;
  background-color: #fff;
  width: 240px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  position: relative;
  text-align: center;
}

main.next #forsupplier-index_03 .box-flow li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 8px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -17px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #00848f;
}

main.next #forsupplier-index_03 .box-flow.bg li {
  background-color: #fff;
  background-color: #56a1a8;
  color: #FFF;
}

main.next #concept_01 .title_block {
  text-align: center;
  height: 347px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
  background: url(../img/next/concept/logo@2x.png) no-repeat center center;
  background-size: auto 100%;
}

main.next #concept_01 .title_block .title {
  width: 100%;
  margin-bottom: 20px;
}

main.next #concept_01 .business_policy {
  padding: 60px 80px 70px;
  border: solid 1px #00848f;
}

main.next #concept_01 .business_policy ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #concept_01 .business_policy ol li:not(:last-child) {
  margin-bottom: 45px;
}

main.next #concept_01 .business_policy ol li .item-no {
  line-height: 1.2;
  width: 65px;
  margin-right: 25px;
  text-align: center;
  color: #00848f;
  position: relative;
}

main.next #concept_01 .business_policy ol li .item-no:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 45px;
  height: 76px;
  background: url(../img/next/concept/bg@2x.png) no-repeat center center;
  background-size: 45px auto;
  z-index: -1;
}

main.next #concept_01 .business_policy ol li .item-no span {
  margin-bottom: 5px;
}

main.next #concept_01 .business_policy ol li .item-no b {
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
}

main.next #concept_01 .business_policy ol li .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #concept_01 .business_policy ol li .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #00848f;
}

main.next #concept_01 .business_policy ol li .title strong {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next #concept_01 .business_policy ol li .text {
  color: #000000;
}

main.next #concept_02 .action_sec {
  background: url(../img/next/concept/bg_01.jpg) no-repeat right center;
  background-size: cover;
}

main.next #concept_02 .action_sec .inside {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 450px 70px 0;
}

main.next #concept_02 .action_sec .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding-bottom: 15px;
}

main.next #concept_02 .action_sec .text > *:not(:last-child) {
  margin-bottom: 20px;
}

main.next #concept_02 .action_sec.sec02 {
  background-image: url(../img/next/concept/bg_02.jpg);
}

main.next #concept_02 .action_sec.sec03 {
  background-image: url(../img/next/concept/bg_03.jpg);
}

main.next #dealer-detail .tbl_column2 {
  border-top: none;
}

main.next.supplier-detail .other-question {
  margin-bottom: 0;
}

main.next .ec-select select {
  margin-bottom: 10px;
}

main.next .ec-modal-wrap {
  border: 0 none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 3px 2px 3 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 2px 3 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 3px 2px 3 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 3px 2px 3 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 3px 2px 3 rgba(0, 0, 0, 0.1);
}

main.next .ec-modal-box .ec-inlineBtn--cancel, main.next .ec-modal-box .ec-inlineBtn--action {
  margin: 0 5px;
}

main.next .ec-inlineBtn--cancel, main.next .ec-inlineBtn--action {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

main.next .ec-inlineBtn--cancel {
  background: #f1f5f5;
  color: #1fa2c1;
  border-color: #f1f5f5;
}

main.next .ec-inlineBtn--cancel:hover {
  border-color: #1fa2c1;
  background: transparent;
}

main.next .ec-registerRole__actions .ec-off2Grid__cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0px;
}

main.next .ec-registerRole__actions .ec-off2Grid__cell * {
  margin: 10px;
}

main.next .ec-AddAddress {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

main.next .ec-AddAddress__itemtTitle {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

main.next .ec-AddAddress__itemtPrice, main.next .ec-AddAddress__itemtNumber {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next .ec-AddAddress_itemtContent {
  padding-left: 25px;
}

main.next .ec-AddAddress__item {
  background: #f1f5f5;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

main.next .ec-AddAddress__add {
  background: #FFF;
  padding-top: 0px;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(94, 102, 102, 0.2);
  -moz-box-shadow: 0px 3px 5px 0 rgba(94, 102, 102, 0.2);
  -ms-box-shadow: 0px 3px 5px 0 rgba(94, 102, 102, 0.2);
  -o-box-shadow: 0px 3px 5px 0 rgba(94, 102, 102, 0.2);
  box-shadow: 0px 3px 5px 0 rgba(94, 102, 102, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.next .ec-AddAddress__add:not(:first-child) {
  margin-top: 40px;
}

main.next .ec-AddAddress__itemtContent {
  padding-left: 40px;
  padding-right: 40px;
}

main.next .ec-AddAddress__new {
  text-align: right;
}

main.next .ec-AddAddress__new a {
  width: 250px;
  display: inline-block;
  height: 48px;
  line-height: 1.7;
}

main.next .ec-AddAddress__select {
  padding: 0px 40px;
  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 .ec-AddAddress__select:not(:last-child) {
  margin-bottom: 10px;
}

main.next .ec-AddAddress__selectAddress label {
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
}

main.next .ec-AddAddress__selectAddress label, main.next .ec-AddAddress__selectNumber label {
  font-size: 14px;
  font-size: 1rem;
}

main.next .ec-AddAddress__btn {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6eaea;
}

main.next .ec-AddAddress__actions {
  margin-top: 40px;
}

main.next .ec-AddAddress__actions .ec-off2Grid__cell {
  width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .ec-AddAddress__actions .ec-off2Grid__cell .ec-blockBtn--action, main.next .ec-AddAddress__actions .ec-off2Grid__cell .ec-blockBtn--cancel {
  width: 250px;
}

main.next .ec-AddAddress__actions .ec-off2Grid__cell .ec-blockBtn--action {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

main.next .ec-AddAddress__actions .ec-off2Grid__cell .ec-blockBtn--cancel {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-right: 20px;
}

main.next .ec-AddAddress .ec-select, main.next .ec-AddAddress .ec-input {
  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 .ec-AddAddress .ec-select select {
  height: 45px;
  line-height: 45px;
  margin-bottom: 0px;
  min-width: 500px;
}

main.next .ec-AddAddress .ec-select:after {
  top: 0px;
}

main.next .ec-AddAddress .ec-input input {
  height: 45px;
  margin-bottom: 0px;
}

main.next .ec-navlistRole__navlist, main.next .ec-navlistRole__item {
  border-color: #e6eaea;
}

main.next .ec-navlistRole .active {
  background: #00848f;
}

main.next .ec-navlistRole .active a {
  color: #FFF;
}

main.next .ec-navlistRole .active a:hover {
  background: #00848f;
  color: #FFF;
}

main.next .ec-mypageRole .ec-addressRole__actions {
  text-align: right;
}

main.next .ec-historyRole__header {
  width: 25%;
}

main.next .ec-historyRole__detail {
  width: 75%;
}

main.next .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .ec-historyRole__contents {
  border-top-color: #e6eaea;
}

main.next .ec-historyListHeader__action a {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}

main.next .ec-historyListHeader .ec-definitions dt {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: normal;
}

main.next .ec-historyListHeader__date {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .ec-login, main.next .ec-guest {
  background: #f1f5f5;
}

main.next .ec-guest .ec-blockBtn--cancel {
  background-color: #00848f;
  border-color: #00848f;
  color: #FFF;
  width: 100%;
}

main.next .ec-login {
  padding: 60px 13%;
}

main.next .ec-login__input {
  margin-bottom: 30px;
}

main.next .ec-login__input input:-webkit-autofill,
main.next .ec-login__input input:-webkit-autofill:hover,
main.next .ec-login__input input:-webkit-autofill:focus,
main.next .ec-login__input input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

main.next .ec-login__input input {
  background-color: #FFF !important;
  padding-left: 55px !important;
}

main.next .ec-login__link {
  font-size: 15px;
  font-size: 1.0714285714rem;
  margin-left: 0px;
  text-align: center;
}

main.next .ec-login__link:not(:last-child) {
  margin-top: 20px;
}

main.next .ec-login .ec-grid2 {
  -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 .ec-login .ec-grid2__cell .ec-blockBtn--cancel {
  background-color: #00848f;
  border-color: #00848f;
  color: #FFF;
  width: 100%;
}

main.next .ec-totalBox {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 8px 0 rgba(94, 102, 102, 0.2);
  -moz-box-shadow: 0px 0px 8px 0 rgba(94, 102, 102, 0.2);
  -ms-box-shadow: 0px 0px 8px 0 rgba(94, 102, 102, 0.2);
  -o-box-shadow: 0px 0px 8px 0 rgba(94, 102, 102, 0.2);
  box-shadow: 0px 0px 8px 0 rgba(94, 102, 102, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
}

main.next .ec-totalBox__taxLabel {
  margin-left: 2px;
}

main.next .ec-totalBox__total {
  padding: 14px 0px 0px 8px;
}

main.next .ec-totalBox__total .ec-totalBox__price {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next .ec-totalBox__price {
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: bold;
}

main.next .ec-totalBox__paymentTotal {
  border-top: 1px dotted #cccccc;
  padding: 20px 0px !important;
  margin-top: 20px;
}

main.next .ec-totalBox__paymentTotal .ec-totalBox__price, main.next .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #1fa2c1;
}

main.next .ec-totalBox__btn .ec-blockBtn--action {
  width: 100%;
  background: #00848f;
  border-color: #00848f;
  -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 .ec-totalBox__btn .ec-blockBtn--action:hover {
  background: transparent;
  color: #00848f;
}

main.next .ec-totalBox__btn .ec-blockBtn--cancel {
  width: 100%;
  background: #f1f5f5;
  border-color: #f1f5f5;
  color: #1fa2c1;
  margin-top: 12px;
  -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 .ec-totalBox__btn .ec-blockBtn--cancel:hover {
  background: transparent;
  border-color: #1fa2c1;
}

main.next .ec-totalBox__btn .ec-blockBtn--action, main.next .ec-totalBox__btn .ec-blockBtn--cancel {
  -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 .ec-totalBox__btn .ec-blockBtn--action:hover, main.next .ec-totalBox__btn .ec-blockBtn--cancel:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

main.next .ec-orderRole {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next .ec-orderConfirm .ec-input {
  padding: 30px;
}

main.next .ec-orderConfirm .ec-input textarea {
  height: 190px;
}

main.next .ec-orderConfirm .ec-input textarea:focus {
  border-color: #1fa2c1;
}

main.next .ec-orderPayment .ec-radio, main.next .ec-orderPayment .ec-blockRadio {
  padding: 30px;
}

main.next .ec-borderedList li {
  border-bottom: 0 none;
}

main.next .ec-borderedList li:last-child {
  border-bottom: 1px dotted #ccc;
}

main.next #zeus_payment_input {
  margin-bottom: 20px;
  margin-top: 10px;
}

main.next #zeus_payment_input #zeus_input_method dd, main.next #zeus_payment_input #zeus_input_name dd, main.next #zeus_payment_input #zeus_input_expire dd {
  margin-bottom: 15px;
}

main.next #zeus_payment_input .text-danger {
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #a24a4a;
}

main.next #zeus_payment_input #zeus_input_method {
  display: none;
}

main.next #zeus_payment_input #zeus_input_expire .ec-select:after {
  display: none;
}

main.next #zeus_payment_input #zeus_input_expire dd:after {
  display: none;
}

main.next #zeus_payment_input #zeus_input_expire #shopping_order_ZeusCreditPaymentMonth, main.next #zeus_payment_input #zeus_input_expire #shopping_order_ZeusCreditPaymentYear {
  padding-right: 10px;
  padding-left: 10px;
  width: 70px;
  -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-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

main.next #zeus_contact_info {
  background-color: #f0f0f0;
  padding: 20px;
}

main.next #zeus_contact_info strong {
  margin-bottom: 10px;
}

main.next .ec-imageGrid__content p {
  padding: 5px 0px;
}

main.next .ec-imageGrid__content p:not(:first-child) {
  font-size: 14px;
  font-size: 1rem;
}

main.next .ec-inlineBtn {
  background: #00848f;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  color: #FFF;
  border: 1px solid #00848f;
  padding: 10px 25px;
  height: 38px;
  -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 .ec-inlineBtn:hover {
  color: #00848f;
  background: #FFF;
}

main.next .ec-inlineBtn.delete {
  font-size: 13px;
  font-size: 0.9285714286rem;
  height: 30px;
  margin-left: 20px;
}

main.next .ec-rectHeading h2 {
  background: #f1f5f5;
  color: #00848f;
  padding: 10px 30px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

main.next .ec-orderAccount__account {
  padding: 30px;
}

main.next .ec-orderDelivery__title {
  padding: 30px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .ec-orderDelivery__change {
  position: relative;
  margin-top: -6px;
  float: right;
}

main.next .ec-orderDelivery__address {
  padding: 30px;
  margin: 0;
}

main.next .ec-orderDelivery__edit {
  padding: 0px 30px 30px 30px;
}

main.next .ec-pageHeader h1 {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  border: 0 none;
  color: #000000;
}

main.next .ec-pageHeader h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 60px;
  height: 3px;
  background-color: #00848f;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .ec-cartHeader {
  background: #f1f5f5;
}

main.next .ec-cartHeader__label {
  background: #f1f5f5;
  color: #00848f;
}

main.next .ec-cartRole__actions {
  width: 100%;
  margin: 0 10%;
}

main.next .ec-cartRole__actions .ec-blockBtn--action, main.next .ec-cartRole__actions .ec-blockBtn--cancel {
  width: 250px;
  float: right;
}

main.next .ec-cartRole__actions .ec-blockBtn--cancel {
  margin-right: 20px;
}

main.next .ec-cartRole__totalText {
  margin-bottom: 50px;
}

main.next .ec-cartRole__totalAmount {
  color: #1fa2c1;
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: bold;
  margin-left: 15px;
}

main.next .ec-cartRole .ec-progress {
  margin-bottom: 60px;
}

main.next .ec-cartRole .ec-progress__number {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #f1f5f5;
  color: #00848f;
}

main.next .ec-cartRole .ec-progress__item:after {
  top: 1.7em;
  background: #f1f5f5;
}

main.next .ec-cartRole .ec-progress__item.is-complete .ec-progress__number {
  background: #00848f;
  color: #FFF;
}

main.next .ec-cartRole .ec-progress__item.is-complete .ec-progress__label {
  color: #00848f;
}

main.next .ec-cartRow__subtotalColumn {
  text-align: center;
}

main.next .ec-cartRow__amountUpDown {
  margin-top: -35px;
}

main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled, main.next .ec-cartRow__amountColumn .ec-cartRow__amountUpButtonDisabled, main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, main.next .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 14px;
}

main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  border-color: #f1f5f5;
}

main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButton__icon, main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled__icon {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

main.next .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  border-color: #8cb6bb;
}

main.next .rental-title {
  line-height: 0;
  text-align: center;
}

main.next .rental-title:not(:last-child) {
  margin-bottom: 65px;
}

main.next .rental-list .item-title {
  text-align: center;
  color: #ee9215;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

main.next .rental-list .item-title:not(:last-child) {
  margin-bottom: 45px;
}

main.next .rental-list .item-title span {
  font-size: 32px;
  font-size: 2.2857142857rem;
}

main.next .rental-list .item-content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
}

main.next .rental-list .item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #faf4ed;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .rental-list .item-content > * {
  position: relative;
}

main.next .rental-list .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -70px;
  text-align: center;
}

main.next .rental-list .item-list:not(:last-child) {
  margin-bottom: -40px;
}

main.next .rental-list .item-list li {
  margin-right: 40px;
  margin-bottom: 70px;
  width: calc(33.3333333333% - 40px);
  position: relative;
  background: #FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 25px 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;
}

main.next .rental-list .item-list li:last-child, main.next .rental-list .item-list li:nth-child(4) {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}

main.next .rental-list .item-list .item-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  top: -25px;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  color: #ee9215;
  font-size: 60px;
  font-size: 4.2857142857rem;
  font-weight: bold;
  border-bottom: 3px solid #ee9215;
}

main.next .rental-list .item-list .item-hd {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

main.next .rental-list .item-list .item-img {
  line-height: 0;
  margin-bottom: 20px;
}

main.next .rental-list .item-list .item-text {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next .rental-list .item-list .item-text small {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  color: #888888;
  padding-top: 5px;
}

main.next .rental-list .item-list .item-plan-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 30px;
}

main.next .rental-list .item-list .item-plan-column > div {
  text-align: center;
  padding: 0px 25px 25px;
  width: calc(33.333% - 50px);
}

main.next .rental-list .item-list .item-plan-column > div:not(:last-child) {
  border-right: solid 1px #e5f2f4;
}

main.next .rental-list .item-list .item-plan-column > div .item-title {
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 1.5;
  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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
  color: #FFF;
}

main.next .rental-list .item-list .item-plan-column > div .item-title.bg1 {
  background-color: #33b3d4;
}

main.next .rental-list .item-list .item-plan-column > div .item-title.bg2 {
  background-color: #30a8c6;
}

main.next .rental-list .item-list .item-plan-column > div .item-title.bg3 {
  background-color: #0b94b6;
}

main.next .rental-list .item-list .item-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .rental-list .item-list .item-column > *:not(:last-child) {
  margin-right: 25px;
}

main.next .rental-list .item-list .item-column > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .rental-list .item-list .item-column > p {
  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;
}

main.next .rental-list .item-list .item-column > p:before, main.next .rental-list .item-list .item-column > p:after {
  content: "";
  width: 1px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #d8d8d8;
}

main.next .rental-list .item-list .item-column > p span {
  width: 70px;
  height: 70px;
  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;
  color: #1fa2c1;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  border: 5px solid #f7e6aa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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 .rental-list .item-sup {
  font-size: 15px;
  font-size: 1.0714285714rem;
  color: #888888;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#page_page_member .conv-block {
  margin-bottom: 60px;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main next
------------------------------------------------------------*/
  .breadcrumb ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next {
    /* コンセプトページ------------------------------------------------------------*/
    /*お届け先の複数指定------------------------------------------------------------*/
  }
  main.next section {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next section:not(:last-child) {
    padding-bottom: 50px;
  }
  main.next .product-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.next .product-list li {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.333% - 20px);
  }
  main.next .product-list li .item-text {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 5px;
  }
  main.next .product-list li .item-text .name {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .product-list li .item-btn .btn {
    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 .products-list_sec:not(:first-child) {
    padding-top: 50px;
  }
  main.next .accessories {
    padding: 40px 0 0px;
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next .accessories .accessories-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
  }
  main.next .accessories .accessories-list li {
    margin: 0 10px 20px;
    width: calc(33.333% - 20px);
  }
  main.next .accessories .accessories-list li .item-img {
    line-height: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  main.next .accessories .accessories-list li .item-text {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 5px;
  }
  main.next .accessories .accessories-list li .item-text .number {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.5;
    color: #888888;
    padding-bottom: 5px;
  }
  main.next .accessories .accessories-list li .item-text .price {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next #products-detail-top .products-summary {
    margin-bottom: 40px;
  }
  main.next #products-detail-top .products-summary .item-img {
    width: 330px;
    margin-right: 30px;
  }
  main.next #products-detail-top .products-summary .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #products-detail-top .products-summary .item-text .post {
    margin-bottom: 20px;
  }
  main.next #products-detail-top .products-summary .item-text .link-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 20px;
  }
  main.next #products-detail-top .products-summary .item-text .link-box .item-title {
    width: 100%;
    padding-right: 0;
    border: none;
    padding-bottom: 5px;
  }
  main.next #products-detail-top .products-summary .item-text .link-box .item-btn {
    width: 100%;
    padding-left: 0;
  }
  main.next #products-detail-top .products-features .products-block {
    padding-left: 0px;
  }
  main.next #products-detail-top .products-features .products-block:not(:last-child) {
    margin-bottom: 70px;
  }
  main.next #products-detail-top .products-features .products-block .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-top .products-features .products-block .point-list li {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
  main.next #products-detail-top .products-features .products-title {
    margin-bottom: 60px;
    position: relative;
    padding-left: 70px;
  }
  main.next #products-detail-top .products-features .products-title span:nth-child(1) {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    position: relative;
  }
  main.next #products-detail-top .products-features .products-title span:nth-child(2) {
    left: 60px;
    font-size: 65px;
    font-size: 4.6428571429rem;
  }
  main.next #products-detail-specification .specification .img-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main.next #products-detail-specification .specification .img-table .item-table {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 40px;
  }
  main.next #products-detail-specification .specification .img-table .item-img {
    width: 280px;
  }
  main.next #products-detail-specification .specification .img-table .item-img .img {
    min-height: 200px;
    padding-bottom: 20px;
  }
  main.next #products-detail-specification .specification .img-table .item-img .logo {
    text-align: center;
  }
  main.next #products-detail-specification .specification .img-table .item-img .logo span {
    display: block;
    color: #00848f;
  }
  main.next #products-detail-cart .img-text-column2 .item-img {
    width: 400px;
    margin-right: 30px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .title {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price .no-tax {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .number {
    margin-bottom: 20px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .number .txt {
    margin-right: 10px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .cart-btn {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .cart-btn span {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
  }
  main.next #products-detail-conv {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  main.next #products-detail-conv .inside {
    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;
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next #products-detail-conv .inside .item-img {
    width: 250px;
    margin-right: 25px;
    line-height: 0;
  }
  main.next #products-detail-conv .inside .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #products-detail-conv .inside .item-text .title {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
  }
  main.next #products-detail-conv .inside .item-text .price-area {
    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 #products-detail-conv .inside .item-text .price-area .price {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    vertical-align: bottom;
    margin-right: 20px;
  }
  main.next #products-detail-conv .inside .item-text .price-area .price small {
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
    color: #888888;
  }
  main.next #suport-block {
    padding-left: 0;
    padding-right: 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 #suport-block .s_content {
    padding: 30px 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;
  }
  main.next #suport-block .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 -7px -14px;
  }
  main.next #suport-block .btn-block > div {
    padding: 0 7px 14px;
    margin: 0;
    width: calc(33.333% - 14px);
  }
  main.next .conv-block.mb {
    margin-bottom: 50px;
  }
  main.next .conv-block .item-text {
    padding-bottom: 10px;
  }
  main.next .conv-block .item-title {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  main.next .conv-block .item-btn {
    width: 780px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next .conv-block .item-time {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next .conv-block .item-btn > div {
    margin: 0 15px 15px;
    width: calc(50% - 30px);
  }
  main.next #concept_02 {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next #concept_02 .action_sec .inside {
    padding-left: 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;
  }
  main.next .ec-AddAddress .ec-select select {
    min-width: 330px;
  }
  main.next .rental-list .item-list {
    margin-right: -25px;
  }
  main.next .rental-list .item-list li {
    margin-right: 25px;
    width: calc(33.3333333333% - 25px);
    padding: 50px 20px 25px;
  }
  main.next .rental-list .item-list .item-hd {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
  .breadcrumb {
    padding-bottom: 30px;
  }
  .breadcrumb ul {
    padding: 15px 20px;
  }
  main.next {
    /* お問い合わせページ------------------------------------------------------------*/
    /* eccube関連------------------------------------------------------------*/
    /* faqページ------------------------------------------------------------*/
    /* 会社概要------------------------------------------------------------*/
    /* 代理店様 専用ページ------------------------------------------------------------*/
    /* コンセプトページ------------------------------------------------------------*/
    /*ログイン------------------------------------------------------------*/
    /*マイページ------------------------------------------------------------*/
    /*お届け先の複数指定------------------------------------------------------------*/
    /* お届け先の追加------------------------------------------------------------*/
    /* ショッピングカート------------------------------------------------------------*/
  }
  main.next section {
    padding-left: 0px;
    padding-right: 0px;
  }
  main.next section:not(:last-child) {
    padding-bottom: 45px;
  }
  main.next section.sec-pt {
    padding-top: 45px;
  }
  main.next .product-list {
    margin: 0 -14px -20px;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .product-list li {
    margin: 0 7px 20px;
    width: calc(50% - 14px);
  }
  main.next .product-list li .item-img {
    padding-bottom: 15px;
  }
  main.next .product-list li .item-text {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 5px;
  }
  main.next .product-list li .item-text .number {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
  main.next .product-list li .item-text .name {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .products-list_sec:not(:first-child) {
    padding-top: 0px;
  }
  main.next .accessories {
    padding: 40px 0 0px;
  }
  main.next .accessories .accessories-list {
    margin: 0 -10px 0px;
  }
  main.next .accessories .accessories-list li {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  main.next .accessories .accessories-list li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .accessories .accessories-list li .item-img {
    line-height: 0;
    padding-bottom: 10px;
  }
  main.next .accessories .accessories-list li .item-text {
    width: 100%;
    padding-bottom: 5px;
  }
  main.next .accessories .accessories-list li .item-text .number {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding-bottom: 5px;
  }
  main.next .accessories .accessories-list li .item-text .name {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  main.next .accessories .accessories-list li .item-text .name a {
    color: #000000;
    -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 .accessories .accessories-list li .item-text .name a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
  }
  main.next .accessories .accessories-list li .item-text .price {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next .accessories .accessories-list li .item-btn {
    padding: 10px 0px 15px;
  }
  main.next .accessories .accessories-list li .item-btn .open-txt {
    padding-bottom: 5px;
  }
  main.next .product-faq-btn-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .product-faq-btn-list > div {
    width: 100%;
    margin-bottom: 15px;
  }
  main.next #products-detail-top .products-summary {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  main.next #products-detail-top .products-summary .item-img {
    width: 100%;
    margin-right: 0px;
  }
  main.next #products-detail-top .products-summary .item-img .slick-prev, main.next #products-detail-top .products-summary .item-img .slick-next {
    background-size: 18px auto;
  }
  main.next #products-detail-top .products-summary .item-text {
    width: 100%;
  }
  main.next #products-detail-top .products-summary .item-text .link-box {
    padding: 15px 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-top .products-summary .item-text .link-box .item-title {
    padding-right: 0;
    border: none;
    width: 100%;
    padding-bottom: 10px;
  }
  main.next #products-detail-top .products-summary .item-text .link-box .item-btn {
    width: 100%;
    padding-left: 0px;
  }
  main.next #products-detail-top .products-summary .item-text .link-box .item-btn > * {
    width: 100%;
  }
  main.next #products-detail-top .products-features .products-block {
    padding-left: 0px;
  }
  main.next #products-detail-top .products-features .products-block:not(:last-child) {
    margin-bottom: 70px;
  }
  main.next #products-detail-top .products-features .products-block .movie {
    margin-bottom: 40px;
  }
  main.next #products-detail-top .products-features .products-block .point-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  main.next #products-detail-top .products-features .products-block .point-list li {
    width: 100%;
    margin: 0 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main.next #products-detail-top .products-features .products-block .point-list li .item-img {
    width: 130px;
    margin-right: 15px;
  }
  main.next #products-detail-top .products-features .products-block .point-list li .item-text {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
  }
  main.next #products-detail-top .products-features .products-title {
    margin-bottom: 30px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.next #products-detail-top .products-features .products-title span:nth-child(1) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next #products-detail-top .products-features .products-title span:nth-child(1):after {
    height: 30px;
    right: -30px;
    margin-top: -15px;
  }
  main.next #products-detail-top .products-features .products-title span:nth-child(2) {
    position: relative;
    left: 0px;
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    font-size: 50px;
    font-size: 3.5714285714rem;
    margin-bottom: 5px;
  }
  main.next #products-detail-specification .specification .img-table {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-specification .specification .img-table .item-table {
    width: 100%;
    margin-right: 0;
  }
  main.next #products-detail-specification .specification .img-table .item-table .w70 {
    width: 50px;
  }
  main.next #products-detail-specification .specification .img-table .item-table table {
    width: 550px;
  }
  main.next #products-detail-specification .specification .img-table .item-img {
    width: 100%;
  }
  main.next #products-detail-specification .specification .img-table .item-img .img {
    text-align: center;
    min-height: 0px;
    padding-bottom: 20px;
    max-width: 80%;
    margin: 0 auto;
  }
  main.next #products-detail-specification .specification .img-table .item-img .logo {
    text-align: center;
  }
  main.next #products-detail-specification .specification .img-table .item-img .logo span {
    display: block;
    color: #00848f;
  }
  main.next #products-detail-cart .img-text-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-cart .img-text-column2 .item-img {
    width: 85%;
    margin-right: 0px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .title span {
    padding-top: 10px;
    display: block;
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: normal;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price .tax small, main.next #products-detail-cart .img-text-column2 .item-text .price .no-tax small {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price .tax {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    margin-right: 20px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price .tax span {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .price .no-tax {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .number {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .number .txt {
    margin-right: 10px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .number input {
    width: 200px;
  }
  main.next #products-detail-cart .img-text-column2 .item-text .cart-btn {
    -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 #products-detail-cart .img-text-column2 .item-text .cart-btn span {
    width: 100%;
    margin-left: 0px;
  }
  main.next #products-detail-conv {
    padding: 15px 20px;
    margin-bottom: 60px;
  }
  main.next #products-detail-conv .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-conv .inside .item-img {
    width: 150px;
    margin-right: 0px;
    line-height: 0;
    padding-bottom: 10px;
  }
  main.next #products-detail-conv .inside .item-text {
    width: 100%;
  }
  main.next #products-detail-conv .inside .item-text .title {
    font-size: 17px;
    font-size: 1.2142857143rem;
    margin-bottom: 10px;
  }
  main.next #products-detail-conv .inside .item-text .price-area {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #products-detail-conv .inside .item-text .price-area .price {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin-right: 10px;
  }
  main.next #suport-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  main.next #suport-block .s_content {
    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;
  }
  main.next #suport-block .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #suport-block .btn-block > div {
    width: calc(100%);
  }
  main.next .conv-block {
    padding: 20px;
  }
  main.next .conv-block.mb {
    margin-bottom: 40px;
  }
  main.next .conv-block .item-text {
    padding-bottom: 10px;
  }
  main.next .conv-block .item-title {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 15px;
  }
  main.next .conv-block .item-time {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next .conv-block .item-btn {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .conv-block .item-btn > div {
    margin: 0 15px 15px;
    width: 100%;
  }
  main.next .conv-block .item-btn > div a {
    width: 100%;
    height: 65px;
    border: none;
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding: 15px 25px 15px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next #conv {
    padding-left: 0;
    padding-right: 0;
  }
  main.next #conv .conv-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #conv .conv-list li {
    width: 50%;
  }
  main.next #conv .conv-list li a {
    padding: 20px;
  }
  main.next #conv .conv-list li a .item-img {
    width: 100%;
    height: 45px;
  }
  main.next #conv .conv-list li a .item-title {
    width: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next #conv .conv-list li a .item-txt {
    width: 100%;
  }
  main.next .other-question {
    padding: 45px 0;
  }
  main.next .faq-cat {
    margin: 0 -15px -15px 0;
  }
  main.next .faq-cat li {
    margin: 0 15px 15px 0;
    width: 100%;
  }
  main.next .faq-cat li > a {
    position: relative;
    background-color: #f1f5f5;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 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;
  }
  main.next .faq-cat li > a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  main.next .faq-cat li > a .item-img {
    width: 80px;
    line-height: 0;
    position: relative;
  }
  main.next .faq-cat li > a .item-img img {
    max-height: 70px;
    width: auto;
  }
  main.next .faq-cat li > a .item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-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%);
  }
  main.next .faq-cat li > a .item-text {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next #contact .s_content {
    width: 780px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next #ec-login .ec-login {
    width: 100%;
  }
  main.next #ec-login .ec-grid2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #ec-login .ec-grid2 .ec-grid2__cell {
    padding-top: 5px;
  }
  main.next #ec-login .ec-grid2 .ec-grid2__cell .ec-login__link {
    padding-bottom: 5px;
  }
  main.next #ec-login .ec-grid2 .ec-grid2__cell .ec-login__link:not(:last-child) {
    padding-top: 5px;
  }
  main.next .ec-required {
    padding: 1px 5px;
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  main.next #entry .ec-borderedDefs dl {
    padding: 5px 0 10px;
  }
  main.next #entry .ec-borderedDefs dl dt {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  main.next #entry .ec-halfInput input[type='text'] {
    width: calc(50% - 6px);
  }
  main.next #entry .ec-off4Grid {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #entry .ec-off4Grid .privacy-text {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    color: #888888;
  }
  main.next #entry .ec-off4Grid .privacy-text a {
    color: #30a8c6;
  }
  main.next .faq-list {
    margin-bottom: 35px;
  }
  main.next .faq-list li {
    padding-bottom: 10px;
  }
  main.next .faq-list .title, main.next .faq-list .text {
    position: relative;
    padding: 5px 40px 5px;
  }
  main.next .faq-list .title {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .faq-list .text {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next #company_01 .address-tel li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #company_01 .address-tel li .item-title {
    width: 100%;
    padding-right: 0px;
    -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 #company_01 .address-tel li .item-text {
    width: 100%;
  }
  main.next #company_01 .address-tel li .item-text a {
    padding-left: 0px;
  }
  main.next #company_04 .officer-list > li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;
  }
  main.next #company_04 .officer-list > li .item-img {
    width: 100%;
    margin-right: 30px;
    line-height: 0;
    display: none;
  }
  main.next #company_04 .officer-list > li .item-text {
    width: 100%;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #company_04 .officer-list > li .item-text .img {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  main.next #company_04 .officer-list > li .item-text .name {
    vertical-align: bottom;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.next #company_04 .officer-list > li .item-text .name span {
    display: block;
    color: #666;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next #company_04 .officer-list > li .item-text .name small {
    padding-left: 10px;
    color: #56a1a8;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next #company_05 .access-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
  }
  main.next #company_05 .access-column2 .access-box {
    margin: 0 0 30px;
    width: 100%;
  }
  main.next #company_05 .access-column2 .item-address {
    text-align: center;
    margin-bottom: 20px;
  }
  main.next #company_05 .access-column2 .item-map {
    position: relative;
    padding-bottom: 270px;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
  }
  main.next #company_05 .access-column2 .item-map iframe, main.next #company_05 .access-column2 .item-map object, main.next #company_05 .access-column2 .item-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main.next #forsupplier .maker-btn-list {
    margin: 0 -5px 10px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #forsupplier .maker-btn-list li {
    margin: 0 5px 10px;
    width: 100%;
  }
  main.next #forsupplier .maker-btn-list li a {
    height: 65px;
    padding: 10px;
  }
  main.next #forsupplier .maker-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next #forsupplier .maker-list li {
    padding: 0 20px 8px;
    position: relative;
    line-height: 1.5;
  }
  main.next #forsupplier .maker-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background-color: #a3a3a3;
  }
  main.next #forsupplier-index_01 .page-link {
    margin: 0 -10px;
  }
  main.next #forsupplier-index_01 .page-link li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  main.next #forsupplier-index_01 .page-link li a {
    padding: 6px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next #forsupplier-index_02 .login-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #forsupplier-index_02 .login-column2 > div {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
  main.next #forsupplier-index_02 .login-column2 > div .item-text {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 15px;
  }
  main.next #forsupplier-index_02 .maker-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -20px;
  }
  main.next #forsupplier-index_02 .maker-list li {
    margin: 0 20px;
  }
  main.next #forsupplier-index_03 .maker-list {
    margin: 0 -5px;
  }
  main.next #forsupplier-index_03 .maker-list li {
    margin: 0 5px;
  }
  main.next #forsupplier-index_03 .box-flow {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px 30px;
  }
  main.next #forsupplier-index_03 .box-flow li {
    margin: 0 0px 20px;
    height: 60px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1rem;
  }
  main.next #forsupplier-index_03 .box-flow li:not(: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;
    top: auto;
    bottom: -15px;
    left: 50%;
    right: auto;
    margin-left: -6px;
  }
  main.next #forsupplier-index_03 .box-flow.bg li {
    background-color: #fff;
    background-color: #56a1a8;
    color: #FFF;
  }
  main.next #dealer-detail .content {
    padding-left: 20px;
    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;
  }
  main.next #concept_01 .title_block {
    text-align: center;
    height: 230px;
  }
  main.next #concept_01 .heading-text-lv01 {
    text-align: left;
  }
  main.next #concept_01 .business_policy {
    padding: 20px 15px 30px;
  }
  main.next #concept_01 .business_policy ol li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #concept_01 .business_policy ol li .item-no {
    line-height: 1.2;
    width: 60px;
    margin-right: 5px;
  }
  main.next #concept_01 .business_policy ol li .item-no b {
    font-size: 30px;
    font-size: 2.1428571429rem;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
  }
  main.next #concept_01 .business_policy ol li .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #concept_01 .business_policy ol li .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 5px;
  }
  main.next #concept_01 .business_policy ol li .title strong {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  main.next #concept_02 .action_sec {
    position: relative;
  }
  main.next #concept_02 .action_sec:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  main.next #concept_02 .action_sec .inside {
    padding: 30px 20px;
    position: relative;
  }
  main.next #concept_02 .action_sec .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding-bottom: 8px;
  }
  main.next #concept_02 .action_sec .text {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
  }
  main.next #concept_02 .action_sec .text > *:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #concept_02 .action_sec.sec02 {
    background-image: url(../img/next/concept/bg_02.jpg);
  }
  main.next #concept_02 .action_sec.sec03 {
    background-image: url(../img/next/concept/bg_03.jpg);
  }
  main.next .ec-login {
    padding: 30px;
  }
  main.next .ec-login__input input {
    padding-left: 55px !important;
  }
  main.next .ec-guest {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .ec-mypageRole {
    padding-left: 0px;
    padding-right: 0px;
  }
  main.next .ec-historyRole__header, main.next .ec-historyRole__detail {
    width: 100%;
  }
  main.next .ec-navlistRole__item a {
    padding: 10px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next .ec-AddAddress {
    padding-left: 20px;
    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;
  }
  main.next .ec-AddAddress__itemThumb {
    min-width: 80px;
  }
  main.next .ec-AddAddress__itemtContent {
    padding-left: 20px;
    padding-right: 0px;
  }
  main.next .ec-AddAddress__select {
    padding: 0px 10px;
  }
  main.next .ec-AddAddress__selectNumber {
    margin-left: 0px;
  }
  main.next .ec-AddAddress .ec-select, main.next .ec-AddAddress .ec-input {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .ec-AddAddress .ec-select label, main.next .ec-AddAddress .ec-input label {
    padding-left: 5px;
    min-width: 100%;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .ec-AddAddress .ec-select select {
    padding: 0px 30px 0px 15px;
    min-width: 100%;
  }
  main.next .ec-AddAddress .ec-select:after {
    right: 13px;
    top: 14px;
  }
  main.next .ec-AddAddress .ec-input label {
    padding-left: 12px;
  }
  main.next .ec-AddAddress .ec-input input {
    width: 40px;
  }
  main.next .ec-registerRole .ec-borderedDefs dt {
    margin-bottom: 10px;
  }
  main.next .ec-registerRole .ec-borderedDefs dl {
    padding: 20px 0 0;
  }
  main.next .ec-totalBox__total, main.next .ec-totalBox__taxLabel {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .ec-totalBox__taxRate {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .ec-totalBox__price {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .ec-totalBox__paymentTotal .ec-totalBox__price {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
  }
  main.next .ec-cartRole {
    padding-left: 10px;
    padding-right: 10px;
  }
  main.next .ec-cartRole__total {
    text-align: center;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .ec-cartRole__totalAmount {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 5px;
  }
  main.next .ec-cartRole__actions .ec-blockBtn--cancel, main.next .ec-cartRole__actions .ec-blockBtn--action {
    width: 100%;
  }
  main.next .ec-cartRole__actions .ec-blockBtn--cancel {
    margin-right: 0px;
  }
  main.next .ec-cartRow__img {
    padding-left: 10px;
    width: 25%;
  }
  main.next .ec-cartRow__name {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next .ec-cartRow__unitPrice, main.next .ec-cartRow__sutbtotalSP, main.next .ec-cartRow__amountSP {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .ec-cartRow__delColumn {
    width: 4%;
  }
  main.next .ec-cartRow__delColumn .ec-icon img {
    height: 0.8em;
    width: 0.8em;
  }
  main.next .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    margin-top: 0px;
  }
  main.next .ec-cartRow__amountColumn .ec-cartRow__amountUpButton, main.next .ec-cartRow__amountColumn .ec-cartRow__amountDownButton {
    margin: 0 5px;
  }
  main.next .ec-inlineBtn.delete {
    margin-left: 0px;
    padding: 10px;
    margin-top: 28px;
  }
  main.next .ec-orderRole {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .ec-orderPayment .ec-radio, main.next .ec-orderPayment .ec-blockRadio {
    padding: 15px;
  }
  main.next .ec-orderConfirm .ec-input {
    padding: 15px;
  }
  main.next .ec-rectHeading h2 {
    padding: 10px 15px;
  }
  main.next .ec-orderAccount {
    margin-bottom: 0px;
  }
  main.next .ec-orderAccount__account {
    padding: 15px;
  }
  main.next .ec-cartRole .ec-progress {
    margin-bottom: 20px;
  }
  main.next .ec-orderDelivery__title, main.next .ec-orderDelivery__address {
    padding: 15px;
  }
  main.next .ec-orderDelivery__edit {
    padding: 0px 15px 25px 15px;
  }
  main.next .ec-orderDelivery__item .ec-imageGrid__img {
    width: 90px;
  }
  main.next .ec-orderConfirm .ec-input textarea::placeholder {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .ec-progress__item {
    z-index: 0;
  }
  main.next .rental-title {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.next .rental-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .rental-list .item-title {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .rental-list .item-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .rental-list .item-title span {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  main.next .rental-list .item-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  main.next .rental-list .item-list {
    margin-right: -15px;
    margin-bottom: -40px;
  }
  main.next .rental-list .item-list:not(:last-child) {
    margin-bottom: -20px;
  }
  main.next .rental-list .item-list li {
    margin-right: 15px;
    margin-bottom: 40px;
    width: calc(100% - 15px);
    padding: 35px 15px 15px;
  }
  main.next .rental-list .item-list .item-number {
    top: -20px;
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
  main.next .rental-list .item-list .item-hd {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 15px;
  }
  main.next .rental-list .item-list .item-hd br {
    display: none;
  }
  main.next .rental-list .item-list .item-img {
    margin-bottom: 15px;
  }
  main.next .rental-list .item-list .item-text {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .rental-list .item-list .item-text br {
    display: none;
  }
  main.next .rental-list .item-list .item-text small {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .rental-list .item-list .item-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .rental-list .item-list .item-column > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .rental-list .item-list .item-column > div {
    width: auto;
  }
  main.next .rental-list .item-list .item-column > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .rental-list .item-list .item-column > p:before, main.next .rental-list .item-list .item-column > p:after {
    height: 1px;
    width: 1px;
  }
  main.next .rental-list .item-sup {
    font-size: 15px;
    font-size: 1.0714285714rem;
    color: #888888;
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #page_page_member .conv-block {
    margin-bottom: 30px;
  }
}
