@charset "UTF-8";
/* ハックパターン */
/* @media (max-width: 420px): smartphone */
/* @media (min-width: 421px) and (max-width: 768px): tablet縦 */
/* @media (min-width: 769px) and (max-width: 1024px): tablet横 */
/* @media (min-width: 1025px): pc-wide */
/* @media all and (-ms-high-contrast: none): ie */
/* @media screen and (orientation:portrait): 縦向き */
/* @media screen and (orientation:landscape): 横向き */
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
button {
  -webkit-appearance: none; }
  @media only screen and (max-width: 767px) {
    input[type="email"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    select,
    textarea,
    button {
      font-size: 16px; } }

/* header// */
header {
  border-top: 4px solid #00a5e5;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 0; }
  header .container {
    padding: 0; }

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

.sp {
  display: block;
  width: 100%; }

.pc {
  display: none; }

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.menu-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px;
  position: fixed;
  right: 10px;
  top: 13px;
  width: 40px;
  z-index: 100000; }
  .menu-btn.is-fixed {
    background: white;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6)); }

.navbar-header {
  width: 100%;
  overflow: hidden; }

.sp .shop_main_info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2%;
  width: 100%; }
  .sp .shop_main_info .logo {
    display: block;
    height: 40px; }
    .sp .shop_main_info .logo span {
      display: none;}
  .sp .shop_main_info .search__icon {
    color: #00a5e5;
    font-size: 20px;
    margin-right: 60px; }
  .sp .shop_main_info span {
    color: #555;
    display: none;
    font-size: 11px;
    margin: -5px 0 0 48px;
    width: 100%; }

.sp .tel_header_ {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dadada;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px auto 0 auto;
  padding: 5px 2%;
  width: 100%;
  display: none; }
  .sp .tel_header_ a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    background: #fff;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px;
    width: 80%;
}
    .sp .tel_header_ a img {
      margin: 0 auto;
      max-width: 100%;
      width: initial; }
  .sp .tel_header_ .tel_acceptance_ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2em;
    padding: 5px;
    text-align: center;
    width: 49%; }

.gnav.sp ul li {
  height: 100%;
  display: inline-block;
  vertical-align: middle; }
  .gnav.sp ul li.right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px; }
    .gnav.sp ul li.right .hiraku-open-btn-line {
      width: 100%; }
    .gnav.sp ul li.right .navbar-toggle {
      height: 90%;
      position: relative;
      width: 96%; }

.gnav.sp ul li a {
  display: inline-block;
  color: #00a5e5;
  font-size: 30px; }

.gnav.sp ul li a img {
  width: auto;
  height: 100%; }

.js-offcanvas span {
  display: block;
  width: 95%;
  padding: 5% 0 5% 5%;
  color: #524233;
  background-color: #EAE9E5;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'; }
  .js-offcanvas span.js-hiraku-offcanvas-btn {
    display: inline;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 12px;
    width: initial; }
    .js-offcanvas span.js-hiraku-offcanvas-btn button {
      background: none;
      border: none; }
    .js-offcanvas span.js-hiraku-offcanvas-btn svg {
      color: #00a5e5;
      font-size: 25px; }

.js-offcanvas a {
  position: relative;
  display: block;
  width: 95%;
  border-bottom: 1px solid #E0E0E0;
  padding: 5% 0 5% 5%;
  color: #726C6C !important;
  background-color: #F9F8F7;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'; }

.js-offcanvas a::before {
  content: "";
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  border: 20px solid #555555;
  border-left: 8px solid #555555;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  height: 0;
  width: 0; }

.js-offcanvas a::after {
  content: "";
  right: 4.2%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  border: 20px solid #F9F8F7;
  border-left: 8px solid #F9F8F7;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  height: 0;
  width: 0;
  z-index: 10; }

/* modal// */
.modalArea1 > input:nth-child(1):checked + label + .modalPopup2 {
  width: 80%;
  height: 94%;
  padding: 0 2%;
}

@media (max-width: 420px) {
  .modalArea1 .modalTitle {
    font-size: 10.5px;
  }
  .modalArea1 .modalTitle .large {
    font-size: 1.8em;
  }
  .modalArea1 .modalMain > .modalHeading > p {
    font-size: 13px;
  }
}
.modalArea1 .modalImage {
  width: 35%;
}
.modalArea1 > input:nth-child(1):checked + label + .modalPopup2 > div {
  background-size: 45% auto;
}
.modalArea1 .modalMain > .modalWrap > ul.modalContent > li {
  line-height: 1.2;
}
.modalArea1 .modalMain > .modalWrap > ul.modalContent > li.close {
  text-indent: 0;
  padding: 1% 5% 1% 2%;
}
.modalArea1 .modalMain > .modalWrap > ul.modalContent > li > a {
  text-indent: 0;
  padding: 1% 5% 1% 2%;
  width: auto;
}
.modalArea1 .modalMain > .modalWrap > ul.modalContent > li.close::before {
  right: 6%;
}
.modalArea1 .modalMain > .modalWrap > ul.modalContent > li.close::after {
  right: 6.5%;
}
.modalArea1 .modalMain > .modalWrap > ul.modalContent > li br {
  display: block;
}
/* //modal */
/* NEWS// */
section.top-news {
  padding: 5px; }
  section.top-news .news_bar_ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    section.top-news .news_bar_ .heading {
      border: 1px solid #555;
      margin-right: 20px;
      width: 50px; }
      section.top-news .news_bar_ .heading h2 {
        padding: 3px; }
    section.top-news .news_bar_ p {
      font-size: 11px;
      height: 43px;
      overflow: hidden;
      width: calc(100% - 70px); }
      section.top-news .news_bar_ p a {
        color: #555;
        font-size: 12px;
        line-height: 1.4;
        position: relative;
        /*&:after {
					background: $white;
					bottom: 0;
					content: "...";
					padding: 1px 9px;
					position: absolute;
					right: 0;
				}*/ }

section.news_bar_ > p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

section.news_bar_ > p a {
  color: #0059B2;
  display: block;
  padding-bottom: 1%;
  text-decoration: underline;
  width: 100%; }

section.news_bar_ > p span.news_date_ {
  display: block;
  text-align: left;
  font-size: 1em; }

.news_forAll_ {
  display: none !important; }

/* //NEWS */
.main_content {
  padding: 0; }

.main_frame {
  width: 100%; }

aside.left_column {
  float: none !important;
  margin: 20px auto;
  overflow: hidden;
  display: none;
  width: 96%; }

article.right_column {
  float: none !important;
  margin: 60px auto 0;
  overflow: hidden;
  width: 96%; }

/* slider// */
.thumb-item.slick-initialized ul.slick-dots {
  left: 50%;
  right: auto;
  bottom: -49px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  align-items: center;
  transform: translate(-50%, -50%);
  display: block !important;
  height: auto;
 }
 .thumb-item.slick-initialized ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: auto 4%;
  border-radius: 50%;
  background-color: #eeeeee;
  box-shadow: 0 0 0px;
  left: 0;
 }
 .slick-active {
  background-color: #99d1f4 !important;
}
.thumb-item li a {
  background-size: 100% 100% !important;
  background-position: center center;
  height: 100%;
  min-height: 100%; }
  .thumb-item li a span.slider_cap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px !important;
    height: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2% !important; }
    .thumb-item li a span.slider_cap span.btn {
      font-size: 14px !important;
      margin: 15px auto 0 auto;
      padding: 3px 15px !important; }

.thumb-item a.slick-arrow {
  background: none;
  bottom: 0;
  font-size: 0;
  height: 35px;
  margin: auto;
  top: 0;
  width: 35px; }
  .thumb-item a.slick-arrow.prevBtn {
    left: 10px; }
  .thumb-item a.slick-arrow.nextBtn {
    right: 10px; }
  .thumb-item a.slick-arrow svg {
    color: #fff;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
    font-size: 35px;
    line-height: initial;
    vertical-align: 0; }

.slider-nav li img {
  max-width: 90px; }

.slick-dotted.slick-slider {
  margin: 0 auto; }

/* .slick-slide {
  height: 30vh;
  min-height: 300px; } */
  .thumb-item li a img.sp {
    display: block;
  }
  .slick-slide {
    height: 100%;
    min-height: 100%; }

.slider_on_ {
  display: none;
  width: 100%; }

.slider_on_ > .pc {
  display: none; }

.slider_on_ > .for_link {
  width: 100%; }

/* //slider */
/* 注目商品はこちら// */
.sp aside.pickup_ {
  display: none;
  margin: 0 auto;
  background: #F3F3F3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #726c6c;
  padding: 20px 2%;
  width: 100%; }
  .sp aside.pickup_ h2 {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 17px;
    padding: 15px 0;
    text-align: center; }
  .sp aside.pickup_ ul {
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto; }
    .sp aside.pickup_ ul li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 auto;
      padding: 0 10px 10px 10px;
      position: relative; }
      .sp aside.pickup_ ul li h3 {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.4em;
        width: calc(100% - 90px); }
      .sp aside.pickup_ ul li img {
        margin-right: 10px;
        width: 80px; }

.sp aside.pickup_ > ul > li > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/* //注目商品はこちら */
.for_estimation {
  margin: 0 auto;
  padding: 20px 0; }
  .for_estimation ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .for_estimation ul li {
      /* height: 194px; */
      margin: 0 1px!important;
      overflow: hidden;
      width: calc(100% / 3 - 2px); }
      .for_estimation ul li a img {
        height: 100%;
        width: auto; }

a.cate_shutter_img > span.heading,
a.cate_garage_img > span.heading,
a.cate_water-stop_img > span.heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.4);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 17px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  top: 0;
  width: 90%; }

a.cate_shutter_img > span.estimationBtn,
a.cate_garage_img > span.estimationBtn,
a.cate_water-stop_img > span.estimationBtn {
  font-size: 13px;
  padding: 5px 10px; }
  a.cate_shutter_img > span.estimationBtn i,
  a.cate_garage_img > span.estimationBtn i,
  a.cate_water-stop_img > span.estimationBtn i {
    display: none; }

a.estimate_wideBtn br {
  display: block; }

.bnrArea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .bnrArea > div.left, .bnrArea > div.right {
    margin: auto;
    max-width: 300px;
    width: initial; }
    .bnrArea > div.left a img, .bnrArea > div.right a img {
      width: initial; }

.recommend {
  padding: 20px 0; }
  .recommend h2 {
    padding: 10px 0;
    text-align: center; }
  .recommend p {
    line-height: 1.5; }
  .recommend ul li a img {
    margin: auto;
    width: initial; }

.feat {
  padding: 20px 0; }
  .feat ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .feat ul li {
      display: block;
      max-width: 300px;
      text-align: center;
      width: initial; }
      .feat ul li a img {
        margin: 0 auto;
        max-width: 100%;
        width: initial; }

.flow_buy h2 {
  padding: 10px 0;
  text-align: center; }

.flow_buy h3 {
  padding: 10px 0 !important; }

.flow_buy p {
  font-size: 17px !important; }

@media (max-width: 650px) {
  .flow_buy span.num {
    font-size: 25px !important; }
  .flow_buy p {
    font-size: 14px !important; }
  .flow_buy li {
    padding: 15px 2% !important; } }

@media (max-width: 500px) {
  .flow_buy li {
    padding: 10px 1% !important; }
  .flow_buy p {
    font-size: 13px !important; } }

/* 購入までの流れ// */
.flow_buy > .flow_list .left,
.flow_buy > .flow_list .right {
  float: none;
  width: 100%; }

.flow_buy > .flow_list .left {
  margin-bottom: 5%; }

@media (max-width: 420px) {
  .single .flow_buy > .flow_list .left {
    margin-bottom: 0; }
  .flow_buy > .flow_list > .left > ul > li,
  .flow_buy > .flow_list > .right > ul > li {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    border-right: none; } }

.flow_buy .flow_list .left ul li span.num {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 55px;
  padding-top: 10px; }

@media (max-width: 420px) {
  .flow_buy > .flow_list > .left > ul > li::before,
  .flow_buy > .flow_list > .left > ul > li::after,
  .flow_buy > .flow_list > .right > ul > li::before,
  .flow_buy > .flow_list > .right > ul > li::after {
    display: none; } }

@media (min-width: 421px) and (max-width: 768px) {
  .flow_buy > .flow_list > .left > ul > li::before {
    right: -14%; }
  .flow_buy > .flow_list > .left > ul > li:last-child::before {
    display: none; }
  .flow_buy > .flow_list > .left > ul > li::after {
    right: -15%; }
  .flow_buy > .flow_list > .left > ul > li:last-child::after {
    display: none; } }

@media (min-width: 421px) and (max-width: 768px) {
  .flow_buy > .flow_list > .right > ul > li {
    padding: 5.5% 2% 7%; }
  .flow_buy > .flow_list > .right > ul > li::before {
    right: -6.5%; }
  .flow_buy > .flow_list > .right > ul > li:last-child::before {
    display: none; }
  .flow_buy > .flow_list > .right > ul > li::after {
    right: -7.5%; }
  .flow_buy > .flow_list > .right > ul > li:last-child::after {
    display: none; } }

.flow_buy > .flow_list > .left > ul > li:last-child,
.flow_buy > .flow_list > .right > ul > li:last-child {
  border-bottom: none; }

@media (max-width: 420px) {
  .flow_buy > .flow_list > .left > ul > li > span.num,
  .flow_buy > .flow_list > .right > ul > li > span.num {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'; } }

@media (max-width: 420px) {
  .flow_buy > .flow_list > .left > ul > li > p,
  .flow_buy > .flow_list > .right > ul > li > p {
    display: inline-block;
    vertical-align: middle;
    height: auto; } }

@media (min-width: 421px) and (max-width: 768px) {
  .flow_buy > .flow_list > .left > ul > li > p {
    font-size: 0.9em; }
  .flow_buy > .flow_list > .right > ul > li > p {
    font-size: 1em; } }

@media (max-width: 420px) {
  .flow_buy > .flow_list > .left > ul > li > p > br,
  .flow_buy > .flow_list > .right > ul > li > p > br {
    display: none; } }

/* //購入までの流れ */
/* パンくず// */
.crumb {
  background: #fdfdfd;
  border-bottom: 1px solid #555;
  font-size: 12px;
  margin: 0 auto;
  padding: 5px 2%; }
  .crumb > span {
    border: none;
    line-height: 1.4;
    word-break: break-all; }
    .crumb > span.home a {
      font-size: 12px;
      padding: 0; }
    .crumb > span.pageto {
      background: none;
      display: inline;
      max-width: initial;
      padding: 3px;
      white-space: initial; }

/* //パンくず */
.main_container {
  width: 96%;
  float: none;
  margin: 0 auto;}
  .main_container h2 {
    line-height: 1.4; }
  .main_container h3 {
    line-height: 1.5; }
  .main_container .dropdown > li {
    line-height: 1.6;
    padding: 15px 60px 15px 10px !important; }
    .main_container .dropdown > li ul.dd_item > li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      margin: 0 auto !important;
      padding: 10px 10px 10px 40px !important;
      width: 100%; }
    .main_container .dropdown > li .dd_item {
      background: #F3F3F3;
      margin-right: -50px; }

.page-content {
  margin: auto; }

.page_heading {
  background-position: left 2% center;
  background-size: 30px auto;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 0;
  padding: 10px 2% 10px 40px; }
  .page_heading h2 {
    border-bottom: none !important;
    font-size: 17px;
    line-height: 1.4 !important;
    margin: 0 auto !important;
    text-indent: 0 !important; }

/* Crescent20220411 */
.privacy_policy,
.operating {
  padding: 0 10px;
}  
.privacy_policy > .frame > ol > li > p {
  margin-left: 7% !important;
}
.privacy_policy > .frame > ol > li > p.text_indent {
  margin-left: 10% !important;
}
.privacy_policy > .frame > ol > li > ol.free li {
  padding-left: 8% !important;
}
.privacy_policy > .frame > ol > li > ol.free li >  ol.free.free_indent li{
  padding-left: 10% !important;
}
.privacy_policy > .frame > ol > li > ol.free li.free_indent02 {
  padding-left: 11% !important;
}
.privacy_policy > .frame > ol > li > ol.free.free.free_indent03 li {
  text-indent: -13% !important;
  padding-left: 17% !important;
}
.privacy_policy > .frame > ol > li > ol.free.free.free_indent04 li {
  text-indent: -13% !important;
  padding-left: 14% !important;
}
/* Crescent20220411 */

.flow_buy .flow_list .left h3,
.flow_buy .flow_list .right h3 {
  font-size: 5vw; }

.flow_buy > .flow_list > .left > ul > li > p, .flow_buy > .flow_list > .right > ul > li > p {
  font-size: 4.5vw; }

.step_ > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.step_ h3 {
  font-size: 20px !important; }
  .step_ h3 span {
    font-size: 13px !important;
    padding: 5px 0; }

.step_ > section {
  margin-bottom: 40px; }
  .step_ > section ul li.obi {
    line-height: 1.4;
    padding: 10px !important; }

.step_ p.cation {
  font-size: 15px;
  line-height: 1.4;
  padding: 10px !important; }

/* 商品一覧// */
.searchresult > li.pd_list_ {
  padding: 3%; }

/* //商品一覧 */
/* カテゴリ// */

nav.items_ > ul {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
nav.items_ > ul > li.items_list_ {
  float: none;
  height: initial;
  width: 47%;
  margin-bottom: 5%; }
  nav.items_ > ul > li.items_list_:hover {
    background: none; }

nav.items_ > ul > li.items_list_ > img {
  display: block;
  width: 80%;
  margin: 5% auto; }

nav.items_ > ul > li.items_list_ > .pd_icon_ > ol > li {
  overflow: hidden; }

nav.items_ > ul > li.items_list_ > .pd_icon_ > ol > li > img {
  display: block;
  float: left;
  width: 15%;
  margin-right: 1%;
  margin-bottom: 1%; }

nav.items_ > ul > li.items_list_ > .pd_icon_ > ol > li > img:nth-child(6n-6) {
  margin-right: 0; }

.pd_icon_ p br {
  display: none; }

/* //カテゴリ */
/* 最近閲覧した商品// */
.near_history {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 20px 10px;
  width: 100%; }
  .near_history h2 {
    margin: 0 auto 20px auto;
    text-align: center; }

.near_history > ul > li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .near_history > ul > li a {
    margin-right: 10px;
    width: 100px !important; }
    .near_history > ul > li a img + br {
      display: none; }
    .near_history > ul > li a .pr_name_ {
      display: block;
      line-height: 1.4;
      padding: 3px 0 0 0;
      text-align: left; }
  .near_history > ul > li > p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 auto;
    width: calc(100% - 110px); }
  .near_history > ul > li + li {
    border-top: 1px dashed #ccc;
    margin-top: 3%;
    padding-top: 5%; }

/* //最近閲覧した商品 */
.feat ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5%;
  float: none !important; }

.main_content {
  margin-bottom: 6%; }

.left_column .side__banner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .left_column .side__banner--top figure {
    margin: 5px; }

.left_column .pd_colors {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .left_column .pd_colors h3 {
    width: 100%; }

.left_column > figure.midBnr {
  float: none;
  width: 100%; }

.left_column > figure img {
  margin: 0 auto;
  max-width: 100%;
  width: initial; }

.pd_searcher {
  clear: both; }

.left_column > aside.pd_searcher {
  margin: 20px auto;
  padding: 0 0 5% 0; }

.left_column > nav {
  margin-bottom: 0 !important; }

.left_column > nav > h2 {
  padding: 3% 0 !important; }

.pd_searcher form {
  background: #fff;
  margin: 15px auto 0 auto;
  padding: 15px;
  width: 90%; }
  .pd_searcher form + form {
    margin: 0 auto 15px auto; }

div.contact {
  margin: 5% 0;
  text-align: center; }
  div.contact a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    max-width: 225px;
    padding: 20px; }

.sns_icon {
  clear: both; }

.footer_wrap {
  padding-top: 8%; }

.footer_wrap h2 {
  margin-bottom: 8%;
  padding-bottom: 8%;
  border-bottom: 1px dashed #ccc; }

.footer_wrap .container {
  padding: 0 1.5%;
  margin: 0 auto; }
  .footer_wrap .container ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.footer_row {
  display: block;
  width: 100%; }

.footer_row.center {
  border: none;
  padding: 0; }

.footer_row section {
  margin-bottom: 8%;
  padding-bottom: 8%;
  border-bottom: 1px dashed #ccc; }

.footer_row.right {
  width: 100%;
  padding: 0; }

.footer_row.right > article {
  width: 80%;
  margin: 0; }

.footer_row.right > article > img {
  width: 60%; }

.footer_nav_container {
  width: 92%; }

.footer_nav_main,
.footer_nav_goods {
  margin-right: 0;
  width: 49%; }

.footer_nav_howto {
  width: 49%; }

.footer_nav_howto ol {
  float: none;
  width: 100%; }

.footer_nav_other {
  margin-left: 0;
  width: 49%; }

.footer_nav_bottom {
  width: 90%; }

.footer_nav_bottom ol {
  padding: 4% 0 2%; }

.footer_nav_bottom ol li {
  width: 48%;
  text-align: left;
  margin: 0 1% 2%; }

.footer_nav_main, .footer_nav_goods, .footer_nav_howto, .footer_nav_other {
  overflow: inherit;
}

.copyright {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 0; }

.pagefor a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  right: 10px;
  width: 40px;
  z-index: 1000; }

.goods_details_heading {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-betweeen;
  -ms-flex-pack: space-betweeen;
  justify-content: space-betweeen;
  height: 100%; }
.goods_details_heading .goods_details_heading_left {
  margin: 0 auto 20px auto;
  max-width: 400px;
  width: 100%; }
.goods_details_heading .slick-slide {
  height: initial;
  min-height: initial; }
.goods_details_heading .goods_details_heading_right {
  width: 100%; }
.goods_details_heading .goods_details_heading_right h2.goods_details_names {
  font-size: 25px; }
.goods_details_heading .goods_details_heading_right h2.goods_details_names span {
  font-size: 15px; }
.goods_details_heading .goods_details_heading_right h2.goods_details_names span br {
  display: none; }
.goods_details_heading .goods_details_heading_right p.goods_details_paragraph {
  max-height: 110px;
  line-height: 1.6; }
.goods_details_heading .goods_details_heading_right .goods_details_value_caption {
  margin: 0 auto 5px auto;
  width: 100%; }
.goods_details_heading_right .goods_details_valueArea .goods_details_value_cation ul li {
  line-height: 1.6; }
.goods_details_heading .goods_details_heading_right .goods_details_value {
  font-size: 35px;
  margin: 0 auto 10px auto;
  text-align: right;
  width: 100%; }
.goods_details_heading .goods_details_heading_right .goods_details_value_cation ul {
  margin: 0 auto 10px auto; }
.goods_details_heading_right .goods_details_estimateBtn {
  padding: 3% 0 1.5%; }
.goods_details_heading .goods_details_heading_right .goods_details_estimateBtn .contactBtn a {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 15px; }
.goods_details_heading_right .goods_details_estimateBtn {
  width: 100%; }
.estimateBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .estimateBnr .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .estimateBnr .bottom .left,
    .estimateBnr .bottom .right {
      margin: auto;
      max-width: 300px;
      width: initial; }
      .estimateBnr .bottom .left a,
      .estimateBnr .bottom .right a {
        display: block; }
    .estimateBnr .bottom img {
      margin: auto;
      max-width: 100%;
      width: initial; }

.goods_details_cont .pageto {
  margin-top: 40px; }
  .goods_details_cont .pageto ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .goods_details_cont .pageto ul li {
      margin: 0 0 5px 0 !important;
      min-width: calc(49% - 5px); }
      .goods_details_cont .pageto ul li:nth-of-type(odd) {
        margin-right: 5px !important; }
      .goods_details_cont .pageto ul li:last-of-type a {
        background-position: left 10px center;
        border: 1px solid #B20000;
        padding-left: 40px; }
        .goods_details_cont .pageto ul li:last-of-type a br {
          display: none; }
      .goods_details_cont .pageto ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: initial !important; }

ul.product main {
  min-height: auto;
}

.goods_details_cont .achievement .tab_cont_wrap p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 10px auto;
  padding: 0;
  text-indent: 0; }

.goods_details_cont .tab_simulation .heading h3 {
  font-size: 16px;
  padding-left: 30px; }

.goods_details_cont .tab_simulation .heading p {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 0;
  text-indent: 0; }

.goods_details_cont #panel-4 .pageto ul li:last-of-type a {
  border: 1px solid #00a5e5; }

ul.pdfBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  ul.pdfBtn li {
    margin: 10px auto 0 auto;
    width: 100%; }

.equipment_flow .tab_cont_wrap,
.achievement .tab_cont_wrap{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .equipment_flow .tab_cont_wrap .left,
  .equipment_flow .tab_cont_wrap .right,
  .achievement .tab_cont_wrap .left,
  .achievement .tab_cont_wrap .right{
    width: 100%; }
    .equipment_flow .tab_cont_wrap .left ul li,
    .equipment_flow .tab_cont_wrap .right ul li,
    .achievement .tab_cont_wrap .left ul li,
    .achievement .tab_cont_wrap .right ul li{
      border-right: none;
      overflow: hidden;
      padding: 20px 0;
      width: 100%; }
      .equipment_flow .tab_cont_wrap .left ul li + li,
      .equipment_flow .tab_cont_wrap .right ul li + li,
      .achievement .tab_cont_wrap .left ul li + li,
      .achievement .tab_cont_wrap .right ul li + li{
        border-top: 1px solid #F3F3F3; }
      .equipment_flow .tab_cont_wrap .left ul li .num,
      .equipment_flow .tab_cont_wrap .right ul li .num,
      .achievement .tab_cont_wrap .left ul li .num,
      .achievement .tab_cont_wrap .right ul li .num{
        float: left;
        margin-left: 10px; }
      .equipment_flow .tab_cont_wrap .left ul li h4,
      .equipment_flow .tab_cont_wrap .right ul li h4,
      .achievement .tab_cont_wrap .left ul li h4,
      .achievement .tab_cont_wrap .right ul li h4{
        float: left;
        font-size: 17px;
        height: auto;
        margin: 5px 0 10px 20px;
        text-align: left; }
      .equipment_flow .tab_cont_wrap .left ul li p,
      .equipment_flow .tab_cont_wrap .right ul li p,
      .achievement .tab_cont_wrap .left ul li p,
      .achievement .tab_cont_wrap .right ul li p{
        clear: both;
        padding: 0 10px; }

.equipment_flow > main > .after > p,
.achievement > main > .after > p{
  line-height: 1.5; }

.eq_simulationBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  padding: 0 10px 0 50px;
  text-align: center;
  text-indent: 0; }

nav.items_ > ul > li.items_list_ {
/*
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-top: 20px; 
*/
  display:block;
  border-bottom:none;
  width:100%;
  margin:0 10px;
}
.items_.news li.items_list_:nth-child(3n-1) {
  margin:0 10px;
}
  nav.items_ > ul > li.items_list_ img {
    margin: 0 10px 0 0;
    width: 100px; }
  nav.items_ > ul > li.items_list_ > .pd_icon_ > ol > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    nav.items_ > ul > li.items_list_ > .pd_icon_ > ol > li > img {
      max-width: 35px;
      width: auto; }
  nav.items_ > ul > li.items_list_ h3 {
    margin: 5px auto; }
  nav.items_ > ul > li.items_list_ + li.items_list_ {
    border-top: 1px solid #F3F3F3; }
  nav.items_ > ul > li.items_list_:nth-child(3n-1) {
    margin: 0 auto 20px auto; }

.sidebnr__btm {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sidebnr__btm .midBnr {
    max-width: 300px;
    padding: 10px; }
    .sidebnr__btm .midBnr img {
      width: initial; }
  .sidebnr__btm--s {
    max-width: 300px; }
    .sidebnr__btm--s figure {
      margin: 10px auto 0 auto; }

.pager p {
  font-size: 13px;
  padding: 5px; }

ul.searchresult {
  margin: 20px auto; }
  ul.searchresult > li {
    background: #F3F3F3;
    padding: 10px 20px 10px 10px !important; }
    ul.searchresult > li + li {
      margin: 10px auto 0 auto; }
  ul.searchresult .pd_list_ clickable {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    ul.searchresult .pd_list_ clickable > .left {
      margin-right: 10px;
      width: 50px; }
  ul.searchresult .right {
    width: 100%; }
    ul.searchresult .right .pd_data_ {
      font-size: 13px;
      width: 100%; }
      ul.searchresult .right .pd_data_ .cname {
        display: block;
        margin-top: 5px; }
    ul.searchresult .right .color_flag_ {
      display: block;
      margin: 0 auto 5px auto;
      padding: 5px 0;
      width: 100%; }
    ul.searchresult .right .pd_custom_icon_ {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      ul.searchresult .right .pd_custom_icon_ img {
        margin: 2px; }

.tab_simulation main {
  width: 100%; }
  .tab_simulation main + #side-wrap {
    position: relative;
    display: none;
    height: initial;
    left: 0;
    margin: auto;
    width: 100% !important;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out; }
    .tab_simulation main + #side-wrap aside {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      margin: auto;
      padding: 10px !important;
      position: relative;
      width: 90% !important; }
      .tab_simulation main + #side-wrap aside .breakdown {
        display: none; }
      .tab_simulation main + #side-wrap aside .aside_simulation {
        color: #B20000;
        content: ""; }
        .tab_simulation main + #side-wrap aside .aside_simulation:before {
          font-family: FontAwesome;
          margin: 0 5px;
          content: "\f151";
          display: block;
          font-size: 25px;
          height: 20px;
          position: absolute;
          right: 15px;
          top: 15px;
          width: 20px; }
      .tab_simulation main + #side-wrap aside h3 {
        margin: 0 auto 10px auto;
        padding: 5px 5px 5px 40px; }
        .tab_simulation main + #side-wrap aside h3 br {
          display: none; }
      .tab_simulation main + #side-wrap aside .results_ {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .tab_simulation main + #side-wrap aside .results_ > h4 {
          width: 80px; }
          .tab_simulation main + #side-wrap aside .results_ > h4 span {
            display: block; }
        .tab_simulation main + #side-wrap aside .results_ p {
          margin: 0 auto;
          text-align: right;
          width: calc(100% - 100px); }
          .tab_simulation main + #side-wrap aside .results_ p span {
            display: inline; }
          .tab_simulation main + #side-wrap aside .results_ p + h4 {
            margin: 5px auto 10px auto;
            width: 100%; }
      .tab_simulation main + #side-wrap aside form {
        width: 100%; }
      .tab_simulation main + #side-wrap aside .aside_simulationBtn {
        margin: 20px auto 0 auto;
        width: 100%; }
        .tab_simulation main + #side-wrap aside .aside_simulationBtn label {
          width: 100%; }
        .tab_simulation main + #side-wrap aside .aside_simulationBtn br {
          display: none; }
    .tab_simulation main + #side-wrap.scroll {
      bottom: -80px;
      display: block;
      position: fixed;
      z-index: 1000;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
      .tab_simulation main + #side-wrap.scroll.estimate_open {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        top: 10%; }
        .tab_simulation main + #side-wrap.scroll.estimate_open aside {
          overflow-y: scroll; }
        .tab_simulation main + #side-wrap.scroll.estimate_open .breakdown {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%; }
        .tab_simulation main + #side-wrap.scroll.estimate_open .aside_simulation {
          color: #B20000;
          content: ""; }
          .tab_simulation main + #side-wrap.scroll.estimate_open .aside_simulation:before {
            font-family: FontAwesome;
            margin: 0 5px;
            content: "\f150";
            display: block;
            font-size: 25px;
            height: 20px;
            position: absolute;
            right: 15px;
            top: 15px;
            width: 20px; }
  .tab_simulation main .form_wrap select {
    font-size: 14px;
    padding: 5px; }
  .tab_simulation main .form_wrap .radio_pt1, .tab_simulation main .form_wrap .radio_pt2, .tab_simulation main .form_wrap .radio_pt3, .tab_simulation main .form_wrap .radio_pt4, .tab_simulation main .form_wrap .radio_pt5, .tab_simulation main .form_wrap .radio_pt6, .tab_simulation main .form_wrap .radio_pt7, .tab_simulation main .form_wrap .check_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .tab_simulation main .form_wrap .radio_pt1 h4, .tab_simulation main .form_wrap .radio_pt2 h4, .tab_simulation main .form_wrap .radio_pt3 h4, .tab_simulation main .form_wrap .radio_pt4 h4, .tab_simulation main .form_wrap .radio_pt5 h4, .tab_simulation main .form_wrap .radio_pt6 h4, .tab_simulation main .form_wrap .radio_pt7 h4, .tab_simulation main .form_wrap .check_pt1 h4 {
      width: 100%; }
    .tab_simulation main .form_wrap .radio_pt1 p, .tab_simulation main .form_wrap .radio_pt2 p, .tab_simulation main .form_wrap .radio_pt3 p, .tab_simulation main .form_wrap .radio_pt4 p, .tab_simulation main .form_wrap .radio_pt5 p, .tab_simulation main .form_wrap .radio_pt6 p, .tab_simulation main .form_wrap .radio_pt7 p, .tab_simulation main .form_wrap .check_pt1 p {
      line-height: 1.4; }
    .tab_simulation main .form_wrap .radio_pt1 div, .tab_simulation main .form_wrap .radio_pt2 div, .tab_simulation main .form_wrap .radio_pt3 div, .tab_simulation main .form_wrap .radio_pt4 div, .tab_simulation main .form_wrap .radio_pt5 div, .tab_simulation main .form_wrap .radio_pt6 div, .tab_simulation main .form_wrap .radio_pt7 div, .tab_simulation main .form_wrap .check_pt1 div {
      margin: 0 1% 10px 1%;
      max-width: 150px;
      position: relative;
      width: 47%; }
      .tab_simulation main .form_wrap .radio_pt1 div:nth-of-type(even), .tab_simulation main .form_wrap .radio_pt2 div:nth-of-type(even), .tab_simulation main .form_wrap .radio_pt3 div:nth-of-type(even), .tab_simulation main .form_wrap .radio_pt4 div:nth-of-type(even), .tab_simulation main .form_wrap .radio_pt5 div:nth-of-type(even), .tab_simulation main .form_wrap .radio_pt6 div:nth-of-type(even), .tab_simulation main .form_wrap .radio_pt7 div:nth-of-type(even), .tab_simulation main .form_wrap .check_pt1 div:nth-of-type(even) {
        margin-right: 0; }
      .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table {
        border: 1px solid #F3F3F3;
        max-width: 100%;
        overflow-x: auto;
        position: relative;
        width: 100%; }
        .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table:before, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table:before, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table:before, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table:before, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table:before, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table:before, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table:before, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table:before {
          content: "左右にスクロールすると表が全て見られます。";
          display: block;
          font-size: 13px;
          padding: 10px; }
        .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table table.estimate_whp, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table table.estimate_whp {
          border-collapse: collapse;
          font-size: 13px;
          text-align: center;
          width: 100%; }
          .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table table.estimate_whp thead, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table table.estimate_whp thead {
            background: #F3F3F3; }
            .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table table.estimate_whp thead img, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table table.estimate_whp thead img {
              height: initial;
              width: initianl; }
            .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table table.estimate_whp thead td, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table table.estimate_whp thead td {
              border-bottom: 1px solid #fff;
              border-right: 1px solid #fff; }
          .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table table.estimate_whp th, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table table.estimate_whp th {
            background: #FFF8E5;
            border-bottom: 1px solid #fff;
            font-weight: normal;
            padding: 10px; }
          .tab_simulation main .form_wrap .radio_pt1 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .radio_pt2 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .radio_pt3 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .radio_pt4 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .radio_pt5 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .radio_pt6 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .radio_pt7 div.estimate_whp_table table.estimate_whp td, .tab_simulation main .form_wrap .check_pt1 div.estimate_whp_table table.estimate_whp td {
            border-bottom: 1px solid #F3F3F3;
            border-right: 1px solid #F3F3F3;
            padding: 10px; }
      .tab_simulation main .form_wrap .radio_pt1 div label, .tab_simulation main .form_wrap .radio_pt2 div label, .tab_simulation main .form_wrap .radio_pt3 div label, .tab_simulation main .form_wrap .radio_pt4 div label, .tab_simulation main .form_wrap .radio_pt5 div label, .tab_simulation main .form_wrap .radio_pt6 div label, .tab_simulation main .form_wrap .radio_pt7 div label, .tab_simulation main .form_wrap .check_pt1 div label {
        display: block;
        height: 100%;
        width: 100%; }
        .tab_simulation main .form_wrap .radio_pt1 div label:before, .tab_simulation main .form_wrap .radio_pt1 div label:after, .tab_simulation main .form_wrap .radio_pt2 div label:before, .tab_simulation main .form_wrap .radio_pt2 div label:after, .tab_simulation main .form_wrap .radio_pt3 div label:before, .tab_simulation main .form_wrap .radio_pt3 div label:after, .tab_simulation main .form_wrap .radio_pt4 div label:before, .tab_simulation main .form_wrap .radio_pt4 div label:after, .tab_simulation main .form_wrap .radio_pt5 div label:before, .tab_simulation main .form_wrap .radio_pt5 div label:after, .tab_simulation main .form_wrap .radio_pt6 div label:before, .tab_simulation main .form_wrap .radio_pt6 div label:after, .tab_simulation main .form_wrap .radio_pt7 div label:before, .tab_simulation main .form_wrap .radio_pt7 div label:after, .tab_simulation main .form_wrap .check_pt1 div label:before, .tab_simulation main .form_wrap .check_pt1 div label:after {
          display: none;
          /*left: 0;
						margin: auto;
						right: 0;*/ }
      .tab_simulation main .form_wrap .radio_pt1 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt1 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt2 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt2 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt3 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt3 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt4 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt4 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt5 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt5 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt6 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt6 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt7 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt7 div .check-pa:after, .tab_simulation main .form_wrap .check_pt1 div .check-pa:before, .tab_simulation main .form_wrap .check_pt1 div .check-pa:after {
        display: none;
        /*bottom: 5px;
						left: 0;
						margin: auto;
						right: 0;
						top: initial;*/ }
      .tab_simulation main .form_wrap .radio_pt1 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt2 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt3 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt4 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt5 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt6 div .check-pa:before, .tab_simulation main .form_wrap .radio_pt7 div .check-pa:before, .tab_simulation main .form_wrap .check_pt1 div .check-pa:before {
        background: #fff; }
      .tab_simulation main .form_wrap .radio_pt1 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt2 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt3 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt4 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt5 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt6 div .check-pa:after, .tab_simulation main .form_wrap .radio_pt7 div .check-pa:after, .tab_simulation main .form_wrap .check_pt1 div .check-pa:after {
        bottom: 10px; }
      .tab_simulation main .form_wrap .radio_pt1 div img, .tab_simulation main .form_wrap .radio_pt2 div img, .tab_simulation main .form_wrap .radio_pt3 div img, .tab_simulation main .form_wrap .radio_pt4 div img, .tab_simulation main .form_wrap .radio_pt5 div img, .tab_simulation main .form_wrap .radio_pt6 div img, .tab_simulation main .form_wrap .radio_pt7 div img, .tab_simulation main .form_wrap .check_pt1 div img {
        /* height: 100%; */
        min-width: initial;
        width: 100%; }

.tab_simulationBtn label {
  width: 90%; }

.tab_simulationBtn .submit_p .large {
  font-size: 15px; }
  .tab_simulationBtn .submit_p .large span {
    font-size: 20px; }

nav.items_.howto > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px; }
  nav.items_.howto > ul li.items_list_ {
    margin: 0 2% 10px 0;
    padding: 0;
    width: 49%; }
    nav.items_.howto > ul li.items_list_:nth-of-type(even) {
      margin-right: 0; }
    nav.items_.howto > ul li.items_list_ h3 {
      margin: 0;
      width: 100%; }
      nav.items_.howto > ul li.items_list_ h3 a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        height: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        width: 100%; }

.public_form,
.estimate_form {
  width: 100%; }
  .public_form dl,
  .estimate_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px; }
    .public_form dl dt,
    .estimate_form dl dt {
      padding: 10px;
      width: 100%; }
    .public_form dl dd,
    .estimate_form dl dd {
      border-left: 0;
      margin: 0 auto;
      padding: 10px;
      width: 100%; }
      .public_form dl dd input[type="email"],
      .public_form dl dd input[type="tel"],
      .public_form dl dd input[type="text"],
      .public_form dl dd input[type="url"],
      .public_form dl dd input[type="number"],
      .public_form dl dd select,
      .public_form dl dd textarea,
      .estimate_form dl dd input[type="email"],
      .estimate_form dl dd input[type="tel"],
      .estimate_form dl dd input[type="text"],
      .estimate_form dl dd input[type="url"],
      .estimate_form dl dd input[type="number"],
      .estimate_form dl dd select {
        -webkit-appearance: none;
        border: 1px solid silver;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: initial !important;
        padding: 10px !important;
        width: 100%; }
      .estimate_form dl dd textarea {
        -webkit-appearance: none;
        border: 1px solid silver;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px !important;
        width: 100%; }
      .public_form dl dd input[type="tel"]#zip2 {
        width: auto;
        }
      .estimate_form dl dd input[type="tel"]#zip2 {
        width: auto;
        }
        @media only screen and (max-width: 767px) {
          .public_form dl dd input[type="email"],
          .public_form dl dd input[type="tel"],
          .public_form dl dd input[type="text"],
          .public_form dl dd input[type="url"],
          .public_form dl dd input[type="number"],
          .public_form dl dd select,
          .public_form dl dd textarea,
          .estimate_form dl dd input[type="email"],
          .estimate_form dl dd input[type="tel"],
          .estimate_form dl dd input[type="text"],
          .estimate_form dl dd input[type="url"],
          .estimate_form dl dd input[type="number"],
          .estimate_form dl dd select,
          .estimate_form dl dd textarea {
            font-size: 16px; } }
        .public_form dl dd input[type="email"]:active, .public_form dl dd input[type="email"]:focus,
        .public_form dl dd input[type="tel"]:active,
        .public_form dl dd input[type="tel"]:focus,
        .public_form dl dd input[type="text"]:active,
        .public_form dl dd input[type="text"]:focus,
        .public_form dl dd input[type="url"]:active,
        .public_form dl dd input[type="url"]:focus,
        .public_form dl dd input[type="number"]:active,
        .public_form dl dd input[type="number"]:focus,
        .public_form dl dd select:active,
        .public_form dl dd select:focus,
        .public_form dl dd textarea:active,
        .public_form dl dd textarea:focus,
        .estimate_form dl dd input[type="email"]:active,
        .estimate_form dl dd input[type="email"]:focus,
        .estimate_form dl dd input[type="tel"]:active,
        .estimate_form dl dd input[type="tel"]:focus,
        .estimate_form dl dd input[type="text"]:active,
        .estimate_form dl dd input[type="text"]:focus,
        .estimate_form dl dd input[type="url"]:active,
        .estimate_form dl dd input[type="url"]:focus,
        .estimate_form dl dd input[type="number"]:active,
        .estimate_form dl dd input[type="number"]:focus,
        .estimate_form dl dd select:active,
        .estimate_form dl dd select:focus,
        .estimate_form dl dd textarea:active,
        .estimate_form dl dd textarea:focus {
          border: 1px solid #00a5e5;
          outline: none; }
      .public_form dl dd input#zip,
      .estimate_form dl dd input#zip {
        width: 100px !important;
        margin-bottom: 10px; }
      .public_form dl dd input#zip1,
      .estimate_form dl dd input#zip1 {
        width: 20%;
        margin-bottom: 10px; }
      .public_form dl dd input#pref,
      .estimate_form dl dd input#pref {
        width: 100px !important; }
      .public_form dl dd #autozip,
      .estimate_form dl dd #autozip {
        background: #689d38 !important; }
      .public_form dl dd #movable_zipaddr a:last-child,
      .estimate_form dl dd #movable_zipaddr a:last-child {
        display: none; }
      .public_form dl dd .shortbox input,
      .estimate_form dl dd .shortbox input {
        width: 100px; }
  .public_form .addresscopy,
  .estimate_form .addresscopy {
    background: #F3F3F3;
    border: 1px solid #555;
    cursor: pointer;
    font-size: 13px;
    margin: 30px auto 10px auto;
    padding: 10px;
    text-align: center;
    width: 70%; }
    .public_form .addresscopy:after,
    .estimate_form .addresscopy:after {
      content: "↓"; }
  .public_form .formBtn,
  .estimate_form .formBtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important; }
    .public_form .formBtn .action,
    .estimate_form .formBtn .action,
    article form button[type="submit"] {
      background: #00a5e5;
      color: #fff;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 10px; }
    article form button[type="submit"] {
      width: 50%;
    }
    .public_form .formBtn .left,
    .public_form .formBtn .right,
    .estimate_form .formBtn .left,
    .estimate_form .formBtn .right,
    article form button[type="reset"] {
      border: none;
      padding: 10px; }

/*----------------------------------------
	180626追記
----------------------------------------*/
.main-ttl {
	font-size: 25px;
	margin-top: 20px;
	text-align: left;
}
li.items_list_ div.productestimate {
	position: static;
}
.items_ .title,
p.explain {
	width: 100%;
}

/*----------------------------------------
	190820追記
----------------------------------------*/
@media only screen and (max-width: 320px) {
  .pn16 .goods_details_heading .goods_details_heading_right {
    min-height: 560px !important;
  }
}
@media only screen and (max-width: 449px) {
  .goods_details_heading .goods_details_heading_right {
    min-height: 500px !important;
  }
}
@media only screen and (min-width: 450px) and (max-width: 768px) {
  .goods_details_heading .goods_details_heading_right {
    min-height: 560px !important;
  }
}
