@charset "UTF-8";
/* 2026-04追加使用するスタイルシート */
.products-float__right-inner{
    float: right;
    max-width: 568px;
}
.products-float__right-inner:after {
  content: '';
  display: block;
  clear: both;
}

.products-float__right-p{
  max-width: 568px;
  width: 100%;
  text-align: left;
  float: right;
  padding-left:  40px;
  margin: 0px auto 40px !important;
}
.products-float__left_2column .products-float__left-img{
  width: 50%;
  margin: 0 !important;
  padding:10px;
  box-sizing: border-box;
}

.products-float__left_2column:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {
  .products-float__right-inner{
    float: none;
    max-width: 100%;
  }
  .products-float__right-p{
      float: none;
      padding-left:  0px;
  }
  .products-float__left_2column .products-float__left-img{
     float: left;
  }

}

@media (max-width: 640px) {
  .products-float__left_2column .products-float__left-img{
    width: 100%;
  }
}


@media (max-width: 480px) {

}

