 /* 特長 */
 .mcl-feature-wrap img {
     margin-top: 30px;
     margin-bottom: 100px;
     max-width: 90%;
 }

 .mcl-feature {
     position: relative;
     margin: 40px -10px 15px;
     padding: 25px 10px 10px;
     /* background: linear-gradient(to left, #faa4c5, #f779ae); */
     /* color: #fff; */
     color: #555;
     text-align: left;
     border-bottom: 2px solid #ec2e3e;
     border-image: linear-gradient(to right, #ec2e3e, #fd7580, #FFF) 1;

 }

 .mcl-feature-num {
     position: absolute;
     top: -25px;
     left: 10px;
     width: 150px;
     height: 50px;
     padding: 13px 0 10px 5px;
     font-size: 18px;
     color: white;
     font-weight: bold;
     text-align: center;
     letter-spacing: 0.2em;
     line-height: 1.1;
     border-radius: 3px;
     background: linear-gradient(to left, #ec2e3e, #fd7580);
 }

 .mcl-feature h3 {
     padding: 0.25em 1.8em 0.25em 1.5em;
     /* color: white; */
     color: #555;
     text-align: left;
     font-weight: normal;
     font-size: 25px;
     line-height: 1.6em;
     font-weight: bold;
     margin: 0;
 }


 /* 見出し */
 h2.strong-heading {
     line-height: 1.5;
 }

 /* 文字強調用 */
 .strong-option {
     font-weight: bold;
     font-size: 150%;
     color: #ff4b5b;
 }

 /* 番号付き見出し */
 h3.number-heading {
     position: relative;
     margin-left: 80px;
     font-size: 20px;
 }

 .number-heading::before {
     content: attr(data-number);
     position: absolute;
     top: 55%;
     left: -70px;
     transform: translateY(-50%);
     color: #ff4b5b;
     font-size: 40px;
 }

 /* 吹き出し見出し */

 h3.fukidashi-heading {
     position: relative;
     width: fit-content;
     padding: 1.2rem 1.2rem;
     border-bottom: 3px solid #ff4b5b;
     border-left: 3px solid #ff4b5b;
     border-radius: 0 20px 0 20px;
     text-align: right;
     background-color: #fff;
 }

 h3.fukidashi-heading:before {
     position: absolute;
     right: 50px;
     bottom: -21px;
     width: 0;
     height: 0;
     content: '';
     border-width: 21px 21px 0 0;
     border-style: solid;
     border-color: #ff4b5b transparent transparent transparent;
 }

 h3.fukidashi-heading:after {
     position: absolute;
     right: 54px;
     bottom: -14px;
     width: 0;
     height: 0;
     content: '';
     border-width: 14px 14px 0 0;
     border-style: solid;
     border-color: #fff transparent transparent transparent;
 }


 h3.marker-heading {
     text-align: center;
     font-weight: bold;
     font-size: 24px;
     line-height: 2.0;
     margin-bottom: 50px;
     padding-top: 40px;
     margin-top: 0;
     text-decoration: underline;
     text-underline-offset: -0.1em;
     text-decoration-thickness: 0.5em;
     text-decoration-color: rgba(255, 75, 91, 0.7);
     border-left: 0px solid rgb(var(--image-color-accent));
     text-decoration-skip-ink: none;
 }

 /* 右寄せの見出し */
 h2.right-heading{
    margin-left: auto;
    display: block;

    padding: 1rem 3rem;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #ff4b5b;
    width: fit-content;
    background: #fff;
    margin-bottom: 0;
  }
  

 h2.right-heading:before {
    border-left: initial;
    border-top: initial;

}
 h2.right-heading:after {
    border-right: initial;
    border-bottom: initial;
}

 /* スマホ表示 */
 .sp {
     display: none;
 }


 /* 同梱製品紹介 */
 .products-wrapper {
     padding: 30px 50px 70px;
     background-color: #fde5e7b9;
     border-radius: 10px;
     margin-bottom: 60px;
 }

 /* ボタン */

 a.products-box__button {
     font-size: 15px;
     font-weight: bold;
     display: block;
     position: relative;
     border-radius: 8px;
     border: 1px solid #fb5f6a;
     background-color: white;
     padding: 1rem 2.8rem 1rem 1.4rem;
     text-align: center;
     color: #fb5f6a;
     letter-spacing: 0.1em;
     transition: color .4s, background-color .4s;     
    margin-top: 40px;
 }

 a.products-box__button::after {
     content: '';
     width: 8px;
     height: 8px;
     border: 0;
     border-top: solid 2px #fb5f6a;
     border-right: solid 2px #fb5f6a;
     position: absolute;
     top: 50%;
     right: 30px;
     margin-top: -4px;
     transform: rotate(45deg);
     transition: border-color .4s;
 }

 a.products-box__button:hover {
     background-color: #fb5f6a;
     color: white;
 }

 a.products-box__button:hover::after {
     border-color: white;
 }

 .products-box__inner {
    display: flex;
}


 .products-box {
     margin-top: 60px;
 }


 .products-box__contents {
     position: relative;
     background-color: white;
     padding: 5px 20px 30px 10px;
     width: 100%;
     z-index: 1;
     margin-top: 30px;
 }



 .products-box__title {
     font-size: 22px;
     font-weight: 600;
     color: #555;
     text-align: center;
     text-align: left;
 }



 p.products-box__text {
     font-size: 16px;
     font-weight: 400;
     color: #555;
     margin-top: 39px;
     padding: 0;
 }


 .products-box__img {
     width: 100%;
     max-width: 600px;
     display: block;
     position: relative;
     z-index: 5;
     margin-right: auto;
     margin-left: auto;
 }


 .products-box__img img {
     max-width: 400px;
     width: 100%;
     height: auto;
     object-fit: cover;
     box-shadow: 5px 5px 7px rgb(224, 218, 218);
 }



 .products-box__contents::before {
    position: absolute;
    content: "";
    background-color: white;
    width: 150px;
    height: 100%;
    top: 0;
    left: -150px;
    z-index: -1;
}

 @media screen and (max-width:640px) {
     .sp {
         display: block;
     }

     h3.number-heading {
         font-size: 18px;
     }

     .number-heading::before {
         left: -60px;
         font-size: 35px;
     }

     h3.marker-heading {
         font-size: 20px;
         margin-bottom: 30px;
         padding-top: 20px;
     }

     .common-article-area figure,
     .common-pr-area figure {
         padding: 20px 0;
     }

     h3.fukidashi-heading {
        margin: auto;
        margin-top: 40px;
        font-size: 16px;
        border-bottom: 2px solid #ff4b5b;
        border-left: 2px solid #ff4b5b;
        width: 80%;
        text-align: center;
    }

     /* 同梱製品紹介 */
 .products-wrapper {
    border-radius: initial;
    padding: 30px 20px 70px;
}

.products-box__inner {
    display: block;
}

.products-box__contents::before {
    width: 100%;
    height: 53px;
    top: -53px;
    left: 0;
    z-index: -1;
}


    .products-box__contents {
        padding: 5px 30px 20px 30px;
    }

    .products-box__img img {
        max-width: 100%;
    }
    .products-box__title {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }
   

     /* 右寄せの見出し */
 h2.right-heading{
    margin-left: 0;
  }

 }