@charset "UTF-8";

/* 共通設定 -----------------------------------------------*/
/* 製品情報トップメニュー */
.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.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 1.2rem;
}

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

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

@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              : 2.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;
  }

}

.soel_logo {
  height: 25px;
}

/* 製品詳細パーツ */
.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 (max-width: 558px) {
  .products_detail_photo {
    margin-bottom: 0.8rem;
  }
}

@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;
  }

  .oneicon {
    justify-content: flex-start;
  }

  .oneicon figure {
    margin-left: 20px;
  }

  .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;
  align-items          : center;
}

@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 0;
  }
}

.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;
  }

  #soelcaretext {
    width: 39.4rem !important;
  }
}

.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.products_group {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }

  .sec01_col01.products_group::after {
    content: '';
    display: block;
    width  : 22%;
  }
}

@media (min-width: 959px) {
  .products_box {
    max-width: 22rem;
  }

  .products_box h4 {
    font-size : 1.6rem;
    word-break: keep-all;
  }

  .products_box.mt {
    margin-top: 2.7rem;
  }
}

@media (min-width: 959px) {
  .products_box_text.pc_display figure {
    height: 3.4rem;
  }

}

@media (min-width: 959px) {
  .products_box .products_img {
    padding-top   : 1.4rem;
    padding-bottom: 1.1rem;
  }
}

@media (min-width: 959px) {
  .products_feature_box {
    padding-bottom: 6rem;
  }
}

.products_feature_text {
  padding-bottom: 0.8rem;
}

.sec02 {
  padding-bottom: 3.8rem;
}

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

.sec02_con02 {
  background         : url(../img/transfergood/soelcarry_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec02_con02 {
    background         : url(../img/transfergood/soelcarry_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec02_con02 .logo {
  width: 12.7rem;
}

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

.sec02_con02_plus {
  background         : url(../img/transfergood/soelcarryplus_sp.png);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec02_con02_plus {
    background         : url(../img/transfergood/soelcarryplus_pc.png);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec02_con02_plus .logo {
  width: 12.7rem;
}

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

.soelcaresheet {
  background         : url(../img/transfergood/soelcaresheet_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .soelcaresheet {
    background         : url(../img/transfergood/soelcaresheet_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.soelcaresheet .logo {
  width: 12.7rem;
}

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

.soelcaregloves {
  background         : url(../img/transfergood/soelcaregloves_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .soelcaregloves {
    background         : url(../img/transfergood/soelcaregloves_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.soelcaregloves .logo {
  width: 12.7rem;
}

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


.sec03 {
  padding-bottom: 6.2rem;
}

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

.sec03_con02 {
  background         : url(../img/transfergood/sec03_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec03_con02 {
    background         : url(../img/transfergood/sec03_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec03_con02 .logo {
  width: 9.2rem;
}

@media (min-width: 559px) {
  .sec03_con02 .logo {
    width         : 16.3em;
    padding-bottom: 1rem;
  }
}

.sec03_con06 {
  margin-top: 1.4rem;
}

@media (min-width: 559px) {
  .sec03_con06 {
    margin-top: 7.6rem;
  }
}

.sec03_con07 {
  background         : url(../img/transfergood/sec04_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec03_con07 {
    background         : url(../img/transfergood/sec04_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec03_con07 .logo {
  width: 13.9rem;
}

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

.sec04 {
  padding-bottom: 4.7rem;
}

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

.sec04_con02 {
  background         : url(../img/transfergood/sec05_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec04_con02 {
    background         : url(../img/transfergood/sec05_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec04_con02 .logo {
  width: 13.9rem;
}

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

.sec04_con06 {
  margin-top: 1.4rem;
}

@media (min-width: 559px) {
  .sec04_con06 {
    margin-top: 7.6rem;
  }
}

.sec04_con07 {
  background         : url(../img/transfergood/sec06_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec04_con07 {
    background         : url(../img/transfergood/sec06_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

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

.sec05 {
  padding-bottom: 5rem;
}

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

.sec05_con02 {
  background         : url(../img/transfergood/sec07_img01_sp.jpg);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec05_con02 {
    background         : url(../img/transfergood/sec07_img01_pc.jpg);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec05_con02 .logo {
  width: 15.3rem;
}

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

.sec05_con06 {
  margin-top: 1.4rem;
}

@media (min-width: 559px) {
  .sec05_con06 {
    margin-top: 7.6rem;
  }
}

.sec05_con07 {
  background         : url(../img/transfergood/sec08_img01_sp.jpg?20230425);
  height             : 18rem;
  background-repeat  : no-repeat;
  background-position: right;
}

@media (min-width: 559px) {
  .sec05_con07 {
    background         : url(../img/transfergood/sec08_img01_pc.jpg?20230425);
    height             : 34rem;
    background-position: right;
    background-repeat  : no-repeat;
  }
}

.sec05_con07 .logo {
  width: 13.5rem;
}

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

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

.sec02_con06 {
  padding-bottom: 3.3rem;
}

.product_tbl_pc {
  max-width  : 896px;
  margin     : 0 auto 50px auto;
  line-height: 2;
}

.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;
  line-height: 2;
  display    : none;
}

.product_tbl_sp td {
  padding: 10px;
  border : 1px solid #B3B3B3
}

.logo_cx {
  max-height: 19px;
}

@media (max-width: 958px) {
  .product_tbl_pc {
    display: none;
  }

  .product_tbl_sp {
    display        : flex;
    justify-content: center;
  }
}

@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: 2.8rem 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;
  }
}

.soelcarry_point {
  display        : flex;
  justify-content: space-between;
  margin-top     : 20px;
}

.soelcarry_point div {
  width: 48%;
}

@media (max-width: 599px) {
  .soelcarry_point {
    flex-wrap: wrap;
  }

  .soelcarry_point div {
    width: 100%;
  }
}