/*

  ブランド紹介箇所

================================================================
*/

section.sec_text4 {
    padding-bottom: 3rem;
}
section.sec_text4 .inner {
    background: #eaeaea;
    background-image: radial-gradient(circle 1224px at 10.6% 8.8%, rgba(255, 255, 255, 1) 0%, rgb(223 229 234) 100.2%);
    padding: 3rem 2rem;
}
section.sec_text4 .sec_text {
    text-align: center;
    font-size: 26px;
    line-height: 2;
    margin-bottom: 1.5rem;
    background: none;
    color: #333;
}

section.sec_text4 .inner img {
    margin-bottom: 2rem;
}
section.sec_text4 .sec_body {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
}

/*
========================================================

  SP用はここからです

========================================================
*/


@media screen and (max-width: 768px) {

/*

  ブランド紹介部分

================================================================
*/
    section.sec_text4 {
    padding-bottom: 3vh;
  }
    section.sec_text4 .inner {
    padding: 3vh 3vw;
  }
    section.sec_text4 .sec_text {
    font-size: 4.8vw;
    margin-bottom: 2vh;
    padding: 0;
  }
section.sec_text4 .inner img {
    margin-bottom: 2vh;
  }
section.sec_text4 .sec_body {
    font-size: 3.4vw;
  }

}
