@charset "UTF-8";

section {
    margin-top: 10rem;
}

/* 共通設定 -----------------------------------------------*/
/* 製品情報トップメニュー */
.top-products-title {
  font-size  : 1.3rem;
  margin-left: 1.5rem;
  margin-top : 2.6rem;
}

@media (min-width: 559px) {
  .top-products-title {
    margin: 3rem 10rem 0;
  }
}

@media (min-width: 959px) {
  .top-products-title {
    max-width : 100rem;
    margin    : auto;
    color     : #95928B;
    font-size : 1.6rem;
    margin-top: 8.2rem;
  }
}

.products_group {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  margin               : 1rem 1rem 0;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  -webkit-box-pack     : justify;
  -ms-flex-pack        : justify;
  justify-content      : space-between;
  padding-bottom       : 6rem;
}

@media (min-width: 559px) {
  .products_group {
    margin: 1rem 10rem 0;
  }
}

@media (min-width: 959px) {
  .products_group {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
    max-width            : 100rem;
    margin               : auto;
  }
}

.products_box {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  height           : 11rem;
  border           : 2px solid #B3B3B3;
  margin-top       : 0.8rem;
  padding          : 0.2rem 0 0.8rem 2.6rem;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.products_box .products_img {
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 11rem;
  flex            : 0 0 11rem;
  padding-right   : 1.8rem;
}

.products_box h4 {
  color      : #0E335D;
  font-size  : 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 1.2rem;
}

.products_box h4 span {
    font-size: 1.4rem;
}

.products_box span {
  color      : #4D4D4D;
  font-size  : 1.5rem;
  line-height: 1.7;
}

.products_box span.line-height-small {
  line-height: 1.4;
}

.products_box_text.pc_display.logo_only figure {
  width: 120px;
}

@media (min-width: 959px) {
  .products_box {
    -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;
    border-color         : #B0B0B0;
    height               : 28rem;
    padding              : 1.8rem;
  }

  .products_box .products_system_name {
    color      : #95928B;
    line-height: 1.3;
  }

  .products_box .products_img {
    padding: 2rem 0 1.5rem;
  }

  .products_box .products_img.padding-small {
    padding-top: 0;
  }

  .products_box .products_box_text {
    text-align: center;
  }

  .products_box_text.pc_display.logo_only {
    width    : 100%;
  }


}

/* 製品詳細パーツ */
.products_detail {
  border: 2px solid #B3B3B3;
  margin: 6rem 1rem 0;
}

@media (min-width: 559px) {
  .products_detail {
    max-width   : 100rem;
    margin      : 5.6rem 1rem 0;
    border-color: #B0B0B0;
  }
}

@media (min-width: 959px) {
  .products_detail {
    margin: 5.6rem auto 0;
  }
}

.products_detail_title.sp_display {
  background       : #F2F2F1;
  color            : #0E335D;
  font-size        : 1.7rem;
  font-weight      : bold;
  letter-spacing   : 0.2rem;
  height           : 5rem;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  padding-left     : 2.1rem;
}

@media (min-width: 559px) {
  .products_detail_title.sp_display {
    display: none;
  }
}

.products_detail_photo {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  padding-left     : 2.4rem;
}

.products_detail_photo figcaption {
  font-size  : 2rem;
  font-weight: bold;
}

.products_detail_photo .pc_display img {
  width : auto;
  height: 4.6rem;
}

@media (min-width: 559px) {
  .products_detail_photo {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    -webkit-box-align    : start;
    -ms-flex-align       : start;
    align-items          : flex-start;
    -webkit-box-pack     : center;
    -ms-flex-pack        : center;
    justify-content      : center;
    padding-top          : 5.6rem;
    padding-left         : 10.6rem;
  }
}

figcaption.pc_display {
  font-size  : 2rem;
  font-weight: bold;
}

.products_detail_icon {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  padding-left     : 1rem;
  width            : 27.6rem;
  height           : 6.1rem;
}

.products_detail_icon.sp_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products_detail_icon.pc_display {
  display: none;
}

@media (min-width: 559px) {
  .products_detail_icon {
    width       : 19.2rem;
    margin-top  : 2.3rem;
    padding-left: 0;
  }

  .products_detail_icon.sp_display {
    display: none;
  }

  .products_detail_icon.pc_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.products_detail_btn_group {
  margin        : 2rem 1rem 0;
  padding-bottom: 2rem;
}

@media (min-width: 559px) {
  .products_detail_btn_group {
    width: 19.2rem;
  }
}

.products_detail_btn {
  width            : 100%;
  height           : 4rem;
  background       : #0E335D;
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  color            : #ffffff;
  padding-left     : 5rem;
  margin-top       : 0.5rem;
}

.products_detail_btn::before {
  content   : '';
  width     : 2rem;
  height    : 1.9rem;
  position  : absolute;
  left      : 2.2rem;
  background: url("../img/rail/icon_05.svg");
}

.products_feature h4 {
  background : #F2F2F1;
  padding    : 1.6rem 0 1.6rem 3.1rem;
  font-size  : 1.8rem;
  font-weight: bold;
  color      : #98958E;
}

@media (min-width: 559px) {
  .products_feature h4 {
    background: #EFEFEE;
    font-size : 1em;
    color     : #95928B;
    padding   : 2.4rem 0 1rem 5.4rem;
  }

  .products_feature h4 span {
    font-size    : 2.6rem;
    padding-right: 2.2rem;
  }
}

.products_feature_box {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
}

@media (min-width: 559px) {
  .products_feature_box {
    padding: 3rem 0 0;
  }
}

@media (min-width: 959px) {
  .products_feature_box {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
    -webkit-box-pack     : justify;
    -ms-flex-pack        : justify;
    justify-content      : space-between;
    padding              : 7rem 5rem 7rem 5rem;
  }
}

.products_feature_box_rev {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
}

@media (min-width: 959px) {
  .products_feature_box_rev {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction   : row-reverse;
    flex-direction       : row-reverse;
    -webkit-box-pack     : justify;
    -ms-flex-pack        : justify;
    justify-content      : space-between;
    padding              : 5rem 5rem 0;
  }
}

.products_feature_photo {
  text-align      : center;
  -webkit-box-flex: 0;
  -ms-flex        : 0 0 100%;
  flex            : 0 0 100%;
}

@media (min-width: 959px) {
  .products_feature_photo {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 50rem;
    flex            : 0 0 50rem;
  }
}

.products_feature_text {
  margin-top: 2rem;
  padding   : 0 2rem;
}

@media (min-width: 959px) {
  .products_feature_text {
    padding: 0;
    width  : 33.4rem;
  }
}

.products_feature_text p {
  padding-bottom: 2rem;
}

.products_feature_text .page-lead {
  padding-left  : 0;
  font-size     : 1.6rem;
  letter-spacing: 0.2rem;
}

@media (min-width: 959px) {
  .products_feature_text .page-lead {
    padding-top   : 0;
    padding-bottom: 2rem;
    font-size     : 2.1rem;
  }
}

/* 個別設定 -----------------------------------------------*/
@media (min-width: 959px) {
  .sec01_col01 {
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
    flex-wrap       : wrap;
  }

  .sec01_col01 a {
    width      : 25%;
    padding-top: 1rem;
  }
}

@media (min-width: 959px) {
  .sec01_col01 .products_box {
    margin-right: 3.5rem;
  }
}

.sec02_con02 {
  background         : url(../img/lift/sec02_con01_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;

}

.product_cx {
  background         : url(../img/lift/soel/cx_sp.jpg);
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;
}

.product_mx {
  background         : url(../img/lift/soel/mx_sp.jpg?2);
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;
}

.product_mx_air {
  background         : url(../img/lift/soel/mxair_sp.png);
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;
}

.product_typec {
  background         : url(../img/lift/soel/typec_sp.png);
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;
}

.product_bx {
  background         : url(../img/lift/soel/bx2_sp.png);
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;
}


@media (min-width: 559px) {
  .sec02_con02 {
    background         : url(../img/lift/sec02_con01_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
    padding            : 7.6rem 0 2rem 8.1rem;
  }

  .product_cx {
    background         : url(../img/lift/soel/cx_pc.jpg);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_cxline {
    background         : url(../img/rail/cx/sec03_con03_img_01_pc.jpg);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_cxlinehl {
    background         : url(../img/rail/cx/sec03_con04_img_01_pc.jpg);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_cxcross {
    background         : url(../img/rail/cx/sec03_con05_img_01_pc.jpg);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_mx {
    background         : url(../img/lift/soel/mx_pc.jpg?2);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_mx_air {
    background         : url(../img/lift/soel/mxair_pc.png);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_typec {
    background         : url(../img/lift/soel/typec_pc.png);
    background-position: right;
    background-repeat  : no-repeat;
  }

  .product_bx {
    background         : url(../img/lift/soel/bx2_pc.png);
    background-position: right;
    background-repeat  : no-repeat;
  }

}

.sec02_con02 .logo {
  width: 13rem;
}

@media (min-width: 559px) {
  .sec02_con02 .logo {
    width         : 19rem;
    padding-bottom: 1rem;
  }
}

.sec02_col05 {
  padding-bottom: 2.6rem;
}

.sec02_col05 .page-lead {
  padding-top : 2.7rem;
  padding-left: 1.8rem;
}

@media (min-width: 559px) {
  .sec02_col05 {
    margin        : 0 3.8rem;
    padding-bottom: 5rem;
  }

  .sec02_col05 .page-lead {
    padding-top : 5.8rem;
    padding-left: 5.5rem;
  }
}

.sec02_con06 {
  padding-bottom: 3.3rem;
}

@media (min-width: 559px) {
  .sec02_con06 {
    padding-bottom: 6.6rem;
  }
}

/* アコーディオン１個目 */
.acd-pctitle {
  color      : #185AA5;
  font-size  : 2rem;
  font-weight: bold;
  margin-left: 4.5rem;
  margin-top : 3.4rem;
}

.acd-autor {
  border: 2px solid #0E335D;
  margin: 2rem 1rem 0;
}

.acd-autor h5 {
  font-size    : 1.3rem;
  font-weight  : bold;
  color        : #0E335D;
  padding      : 2rem 0 0.5rem 0;
  margin-left  : 1.8rem;
  display      : inline-block;
  border-bottom: 2px solid #0E335D;
}

.acd-autor h5 .font_din {
  font-size: 1.9rem;
}

@media (min-width: 559px) {
  .acd-autor {
    margin: 2rem 4.5rem 0;
  }

  .acd-autor .sp_display {
    display: none;
  }

  .acd-autor h5 {
    font-size   : 1.4rem;
    margin-left : 0;
    margin-right: 3.8rem;
    padding-top : 0;
  }

  .acd-autor h5 .font_din {
    font-size: 2.2rem;
  }
}

.acd-label {
  color        : #185AA5;
  display      : block;
  margin-bottom: 0.1rem;
  padding      : 2.3rem 1.8rem 2.2rem;
  font-size    : 1.6rem;
  font-weight  : bold;
  position     : relative;
}

@media (max-width: 558px) {
  .acd-label {
    line-height: 1.8;
  }

  .acd-label:after {
    font-family      : 'Material Icons';
    content          : '\e5c7';
    position         : absolute;
    font-size        : 4rem;
    right            : 1rem;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    color            : #0E335D;
  }

  .acd-label.active:after {
    content: '\e5c5';
  }
}

.acd-content {
  padding: 0 1.8rem 1.8rem;
}

@media (max-width: 558px) {
  .acd-content {
    display: none;
  }
}

@media (min-width: 559px) {
  .acd-content {
    height : auto;
    padding: 3.4rem 4.3rem 2.7rem;
  }
}

/* アコーディオン２個目*/
.point_group {
  padding-bottom: 3.9rem;
}

@media (min-width: 559px) {
  .point_group {
    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;
    margin          : 5.7rem 2rem 0;
    padding-bottom  : 6.4rem;
  }
}

@media (min-width: 959px) {
  .point_group {
    margin: 5.7rem 4rem 0;
  }
}

.sec02_con05 .acd-label {
  padding: 2.3rem 1.8rem 3.2rem;
}

@media (min-width: 959px) {
  .sec02_con05 .acd-label {
    font-size: 2rem;
    padding  : 2.5rem 3rem 2.4rem;
  }
}

@media (min-width: 559px) {
  .sec02_con05 .acd-autor {
    margin   : 2rem 0 0;
    max-width: 34rem;
  }
}

@media (min-width: 959px) {
  .sec02_con05 .acd-autor {
    margin   : 2rem 0 0;
    max-width: 45rem;
  }
}

.sec02_con05 .acd-content img {
  padding-bottom: 1.4rem;
}

@media (min-width: 559px) {
  .sec02_con05 .acd-content {
    padding: 0 3rem 3.7rem;
  }
}

.point_title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1.8rem 0;
}

.point_title_container h5 {
  margin : 0 auto 0 0;
  padding: 0 0 0.5rem;
}

@media (min-width: 959px) {
  .point_title_container {
    padding: 4rem 3rem 0;
  }
}

.point_label {
  padding       : 0.8rem 0.8rem 0.15rem;
  margin-left   : 0.4rem;
  color         : #000;
  font-size     : 1.35rem;
  font-weight   : 600;
  letter-spacing: 0rem;
}

.point_label.j-450 {
  background: #82D4D8;
}

.point_label.m-450 {
  background: #7AB5C7;
}

.point_label.t-450 {
  background: #8097A5;
}

.point_label.basic {
  background: #8AA0C4;
}

@media (min-width: 959px) {
  .point_label {
    padding    : 1.2rem 1.1rem 0.2rem;
    margin-left: 0.6rem;
    font-size  : 1.8rem;
  }
}

/* アコーディオン終了 */
.sec03 {
  margin-top    : 6.2rem;
  padding-bottom: 5.5rem;
}

@media (min-width: 559px) {
  .sec03 {
    margin-top    : 10rem;
    padding-bottom: 10rem;
  }
}

.sec03_con03 {
  background         : url(../img/lift/sec03_con01_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: 100% 1rem;
  background-size    : auto 94%;
}

.sec03_con03 .logo {
  width: 14rem;
}

@media (min-width: 559px) {
  .sec03_con03 {
    background         : url(../img/lift/sec03_con01_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
    padding            : 7.6rem 0 2rem 8.1rem;
  }

  .sec03_con03 .logo {
    width         : 21.2rem;
    padding-bottom: 1rem;
  }
}

.sec03_con06,
.sec04_con06 {
  margin-top: 2rem;
  padding   : 0 2rem;
}

@media (min-width: 959px) {

  .sec03_con06,
  .sec04_con06 {
    padding: 0 5rem;
  }
}

.foot_group {
  padding-bottom: 2.4rem;
  margin        : 2.8rem 1rem 2.2rem;
}

@media (min-width: 559px) {
  .foot_group {
    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;
    margin          : 4.3rem 2rem 0;
    padding-bottom  : 6rem;
  }
}

@media (min-width: 959px) {
  .foot_group {
    margin: 4.3rem 4.7rem 0;
  }
}

.foot_box {
  border    : 2px solid #0E335D;
  margin-top: 2rem;
}

.foot_box h5 {
  font-size  : 1.6rem;
  font-weight: bold;
  color      : #185AA5;
  padding    : 2.7rem 0 2rem 1.8rem;
}

.foot_box figure {
  padding: 0 1.7rem;
}

.foot_box p {
  font-size: 1.4rem;
  padding  : 1.4rem 1.7rem 2.6rem;
}

@media (min-width: 559px) and (max-width: 958px) {
  .foot_box {
    max-width: 34rem;
  }

  .foot_box figure {
    text-align: center;
  }
}

@media (min-width: 959px) {
  .foot_box {
    max-width : 44.2rem;
    margin-top: 0;
  }

  .foot_box h5 {
    font-size: 2rem;
    padding  : 4rem 0 2.7rem 3.2rem;
  }

  .foot_box figure {
    padding: 0 2.8rem;
  }

  .foot_box p {
    font-size: 1.6rem;
    padding  : 2rem 3.2rem 3.2rem;
  }
}

.option_group {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: justify;
  -ms-flex-pack   : justify;
  justify-content : space-between;
  margin          : 3rem 4.6rem 3rem;
}

.option_box {
  max-width: 28rem;
  border   : 1px solid #EFEFEE;
  padding  : 1.8rem 2.4rem;
}

.option_box h5 {
  font-size     : 1.5rem;
  padding-bottom: 2.4rem;
}

.option_box p {
  font-size  : 1.5rem;
  padding-top: 1.1rem;
}

.sec04 {
  padding-bottom: 5rem;
}

@media (min-width: 559px) {
  .sec04 {
    padding-bottom: 10rem;
  }
}

.sec04_con03 {
  background         : url(../img/lift/sec04_con01_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
  background-size    : auto 100%;
}

.sec04_con03 .logo {
  width: 10rem;
}

@media (min-width: 559px) {
  .sec04_con03 {
    background         : url(../img/lift/sec04_con01_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
    padding            : 7.6rem 0 2rem 8.1rem;
  }

  .sec04_con03 .logo {
    width         : 16.4rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 959px) {
  .sec04_col06 .products_feature_text {
    width: 35rem;
  }
}

.sec_mx,
.sec_bx,
.sec_rise_atlas {
  margin-top: 6.2rem;
}

.pg_bx {
  padding-top: 2.7rem;
}

@media (min-width: 559px) {

  .sec_mx,
  .sec_bx,
  .sec_rise_atlas {
    margin-top: 10rem;
  }

  .pg_bx {
    padding-top: 5.8rem;
  }

}

.soel-content {
  border-bottom : dashed 1px rgba(200, 200, 200, .5);
  margin-bottom : 0.75em;
  padding-bottom: 0.75em;
}

.soel-hblue {
  color      : #185AA5;
  font-weight: bold;
}

.product_tbl_pc {
    max-width: 896px;
    margin   : 0 auto 50px auto;
  }
  
  .product_tbl_pc td {
    padding: 10px;
    border : 1px solid #B3B3B3
  }
  
  .product_tbl_ttl {
    font-weight: bold;
    background : #E6E6E6;
  }
  
  .product_tbl_sp {
    margin   : 0 auto 50px auto;
    max-width: 500px;
    padding  : 0 2rem;
    display  : none;
  }
  
  .product_tbl_sp td {
    padding: 10px;
    border : 1px solid #B3B3B3
  }
  
  @media (max-width: 958px) {
    .product_tbl_pc {
      display: none;
    }
  
    .product_tbl_sp {
      display        : flex;
      justify-content: center;
    }
  }