/* reset */
.oligo_cream a {
    color: #4C4949;
    text-decoration: none;
}
/* common */
.sections {
    font-size: 16px;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}
.oligo_cream h2{
    margin-bottom: 6%;
    color: #4C4A4A;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.1em;
    line-height: 1.2;
}
.oligo_cream h2 strong{
    color: #f67e3d;
    font-size: 46px;
    line-height: 1;
    letter-spacing: -0.2em;
}
.oligo_cream .recommend .ttl,
.oligo_cream .contents .ttl{
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    color: #f67e3d;
    margin-bottom: 5%;
    font-size: 38px;
    letter-spacing: -0.1em;
    
}
.oligo_cream .flex_box{
    display: flex;
}
.oligo_cream p{
    color: #4C4947;
    font-size: 22px;
    line-height: 1.3;
}
/* recommend */
.oligo_cream .recommend {
    display: block;
    text-align: center;
    background-image: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/recommend_bg.jpg);
    background-size: 100%;
    padding: 15% 0 44%;
    background-repeat: no-repeat;
    margin-bottom: 10%;
}
.oligo_cream .recommend ul{
    margin: auto;
    width: fit-content;
    text-align: left;
}
.oligo_cream .recommend ul li{
    text-align: left;
    color: #4D4A46;
    line-height: 1.2;
    padding-left: 42px; /* ← px で固定（アイコンの実サイズに合わせる） */
    margin-bottom: 8.5%;
    position: relative;
    white-space: pre-line; /* br のみ改行 */
    font-size: 30px;
}
.oligo_cream .recommend ul li::before{
    content: "";
    display: block;
    width: 32px;
    height: 31px;
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/check.png) no-repeat center / cover;
    position: absolute;
    top: 3%;
    left: 0;
}

/* contents */
.oligo_cream .contents{
    width: inherit;
    margin-bottom: 18%;
}
.oligo_cream .contents .ttl{
    letter-spacing: 0.03em;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 9%;
    font-size: 33px;
}
.oligo_cream .contents .ttl::before,
.oligo_cream .contents .ttl::after {
  content: "";
  flex: 1;                    /* 線の長さを自動調整 */
  height: 2px;                /* 線の太さ（細め） */
  background-color: #E57C3A;  /* 線の色を文字と同じに */
  opacity: 0.6;               /* 少し薄くする（見本に寄せた） */
}
.oligo_cream .ttl::before {
  margin-right: 12px;        /* 文字との距離 */
}
.oligo_cream .contents .ttl::after {
  margin-left: 12px;         /* 文字との距離 */
}
.oligo_cream .contents ul{
    width: 89%;
    margin: auto;
}
.oligo_cream .contents li{
    position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3.3%;
    padding-left: 10%;
    padding-bottom: 3.3%;
    letter-spacing: -0.1em;
    line-height: 1.2;
    border-bottom: 1.5px dashed #f67e3d;
}
.oligo_cream .contents li:last-of-type{
    border-bottom: none;
}
.oligo_cream .contents ul li::before{
    position: absolute;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #f67e3d;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
}
.oligo_cream .contents ul li:nth-of-type(1)::before{
    content: '1';
    top: 44%;
}
.oligo_cream .contents ul li:nth-of-type(2)::before{
    content: '2';
    top: 43%;
}
.oligo_cream .contents ul li:nth-of-type(3)::before{
    content: '3';
    top: 37%;
}
.oligo_cream .contents ul li:nth-of-type(4)::before{
    content: '4';
    top: 40%;
}
.oligo_cream .contents ul li::after{
    position: absolute;
    content: '';
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    height: 43px;
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/arrow.png) no-repeat center / contain;
}
.oligo_cream .contents ul li:nth-of-type(1)::after{
    top: 44%;
}
.oligo_cream .contents ul li:nth-of-type(2)::after{
    top: 43%;
}
.oligo_cream .contents ul li:nth-of-type(3)::after{
    top: 37%;
}
.oligo_cream .contents ul li:nth-of-type(4)::after{
    top: 40%;
}

/* sec01 */
.oligo_cream #sec01{
    z-index: -1;
    background: #FEEBE2;
    position: relative;
    padding-bottom: 5%;
}
.oligo_cream #sec01::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -1.7%;
    transform: translateX(-50%);
    width: 100%;
    height: 89px;
    background: #feebe2;
    border-radius: 50%;
    z-index: -2;
}
.oligo_cream #sec01 h2 {
    margin-bottom: 18.2%;
}
.oligo_cream #sec01 .ttl{
    font-feature-settings: "palt";
    margin-bottom: 5.5%;
    position: relative;
    font-size: 24px;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}
.oligo_cream #sec01 .ttl strong{
    color: #f67e3d;
    font-size: 36px;

}
.oligo_cream #sec01 .ttl::before{
    opacity: inherit;
    position: absolute;
    content: '';
    left: 50%;
    top: -86%;
    transform: translateX(-50%);
    width: 77px;
    height: 49px;
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/num1.png) no-repeat center / contain;
}
.oligo_cream #sec01 .inner:nth-of-type(2) .ttl::before{
    top: -138%;
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/num2.png) no-repeat center / cover;
}
.oligo_cream #sec01 .inner:nth-of-type(3) .ttl::before{
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/num3.png) no-repeat center / cover;
}
.oligo_cream #sec01 .inner{
    margin-bottom: 20.3%;
}
.oligo_cream .inner .white_inner{
    border-radius: 50px;
    background: #fff;
    margin: 8.5% 6% 24%;
    padding: 7% 4.5% 6%;
}
.oligo_cream .inner .white_inner>div{
    margin-bottom: 7.7%;
}
.oligo_cream .inner .white_inner>div:last-of-type{
    margin-bottom: 0;
}
.oligo_cream .white_inner .point_inner_ttl{
    font-feature-settings: "palt";
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    color: #f67e3d;
    font-size: 35px;
    background: linear-gradient(transparent 60%, #fff5a4 60%);
    width: fit-content;
    margin: 0 auto 6.4%;
    line-height: 1.1;
}
.oligo_cream .white_inner .point_inner_ttl:nth-child(n+2){
    margin-top: 7%;
}
.oligo_cream .inner .point_inner_ttl+figure{
    margin-bottom: 4%;
}

/* sec02/ */
.oligo_cream #sec02{
    background: #ffffff;
    position: relative;
}
.oligo_cream #sec02::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -2.7%;
    transform: translateX(-50%);
    width: 100%;
    height: 89px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
}
.oligo_cream #sec02 .sec02{
    margin-bottom: 14%;
}
.oligo_cream #sec02 .ttl{
    margin-bottom: 2%;
    color: #f67e3d;
    font-size: 31px;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-feature-settings: "palt";
}
.oligo_cream #sec02 .ttl span{
    display: inline-block;
    margin-bottom: 2.5%;
    padding: 0.7% 6.8%;
    background: #f67e3d;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
}
.oligo_cream #sec02 .inner{
    margin-bottom: 14%;
}
.oligo_cream #sec02 .inner>div{
    margin-bottom: 6%;
}
.oligo_cream #sec02 .flex_box figure{
    width: 46%;
}
.oligo_cream #sec02 .flex_box p{
    padding: 3%;
}
.oligo_cream #sec02 .inner>div:nth-of-type(2) .flex_box p{
    padding: 3% 0 3% 6%;
}
.oligo_cream #sec02 .inner>div:nth-of-type(3) .flex_box p{
    text-align: center;
}
.oligo_cream #sec02 .inner:nth-of-type(2) .ttl+p{
    text-align: center;
    margin-bottom: 6%;
}



@media screen and (max-width: 767px) {
.sections {
    max-width: inherit;
}
.oligo_cream h2{
    font-size: 10.3vw;
}
.oligo_cream h2 strong{
    font-size: 17vw;
}
.oligo_cream .recommend .ttl,
.oligo_cream .contents .ttl{
    font-size: 14.6vw;
}
.oligo_cream .flex_box{
    display: flex;
}
.oligo_cream p{
  font-size: 8.7vw;
}
/* recommend */
.oligo_cream .recommend ul{
    margin: auto;
    width: fit-content;
    text-align: left;
}
.oligo_cream .recommend ul li{
    padding-left: 75px;
    text-align: left;
    line-height: 1.2;
    font-size: 11.4vw;
    font-weight: 400;
}
.oligo_cream .recommend ul li::before{
        width: 55px;
        height: 54px;
        top: 3%;
}

/* contents */
.oligo_cream .contents{
    width: inherit;
    margin-bottom: 18%;
}
.oligo_cream .contents .ttl{
    font-size: 13vw;
}
.oligo_cream .contents .ttl::before,
.oligo_cream .contents .ttl::after {
  content: "";
  flex: 1;                    /* 線の長さを自動調整 */
  height: 2px;                /* 線の太さ（細め） */
  background-color: #E57C3A;  /* 線の色を文字と同じに */
  opacity: 0.6;               /* 少し薄くする（見本に寄せた） */
}
.oligo_cream .ttl::before {
  margin-right: 12px;        /* 文字との距離 */
}
.oligo_cream .contents .ttl::after {
  margin-left: 12px;         /* 文字との距離 */
}
.oligo_cream .contents li{
    position: relative;
    font-size: 11.2vw;
    border-bottom: 2px dashed #f67e3d;
}
.oligo_cream .contents li:last-of-type{
    border-bottom: none;
}
.oligo_cream .contents ul li::before{
    font-size: 17.4vw;
}
.oligo_cream .contents ul li:nth-of-type(1)::before{
    content: '1';
    top: 44%;
}
.oligo_cream .contents ul li:nth-of-type(2)::before{
    content: '2';
    top: 43%;
}
.oligo_cream .contents ul li:nth-of-type(3)::before{
    content: '3';
    top: 37%;
}
.oligo_cream .contents ul li:nth-of-type(4)::before{
    content: '4';
    top: 40%;
}
.oligo_cream .contents ul li::after{
    width: 73px;
    height: 73px;
}
.oligo_cream .contents ul li:nth-of-type(1)::after{
    top: 44%;
}
.oligo_cream .contents ul li:nth-of-type(2)::after{
    top: 43%;
}
.oligo_cream .contents ul li:nth-of-type(3)::after{
    top: 37%;
}
.oligo_cream .contents ul li:nth-of-type(4)::after{
    top: 40%;
}

/* sec01 */
.oligo_cream #sec01{
    z-index: -1;
    background: #FEEBE2;
    position: relative;
    padding-bottom: 9%;
}
.oligo_cream #sec01::before{
    top: -1.6%;
    height: 219px;
}
.oligo_cream #sec01 h2 {
    margin-bottom: 18.2%;
}
.oligo_cream #sec01 .ttl{
    font-size: 9.3vw;
}
.oligo_cream #sec01 .ttl strong{
    font-size: 14.1vw;
}
.oligo_cream #sec01 .ttl::before{
    top: -80%;
    width: 143px;
    height: 95px;
}
.oligo_cream #sec01 .inner:nth-of-type(2) .ttl::before{
    top: -138%;
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/num2.png) no-repeat center / cover;
}
.oligo_cream #sec01 .inner:nth-of-type(3) .ttl::before{
    background: url(/img/items/binkanhada_facecare/mk_moist/165_moistoligocreamL/num3.png) no-repeat center / cover;
}
.oligo_cream #sec01 .inner{
    margin-bottom: 20.3%;
}
.oligo_cream .inner .white_inner{
    border-radius: 50px;
    background: #fff;
    margin: 8.5% 6% 24%;
    padding: 7% 4.5% 6%;
}
.oligo_cream .white_inner .point_inner_ttl{
    font-size: 14.3vw;
}
.oligo_cream .white_inner .point_inner_ttl:nth-child(n+2){
    margin-top: 7%;
}
.oligo_cream .inner .point_inner_ttl+figure{
    margin-bottom: 4%;
}

/* sec02/ */
.oligo_cream #sec02{
    background: #ffffff;
    position: relative;
}
.oligo_cream #sec02::before{
    top: -3.7%;
    height: 219px;
}
.oligo_cream #sec02 .sec02{
    margin-bottom: 14%;
}
.oligo_cream #sec02 .ttl{
    font-size: 12.2vw;
}
.oligo_cream #sec02 .ttl span{
    font-size: 10vw;
}
.oligo_cream #sec02 .inner{
    margin-bottom: 14%;
}
.oligo_cream #sec02 .inner>div{
    margin-bottom: 6%;
}
.oligo_cream #sec02 .flex_box figure{
    width: 46%;
}
.oligo_cream #sec02 .flex_box p{
    padding: 3%;
}
.oligo_cream #sec02 .inner>div:nth-of-type(2) .flex_box p{
    padding: 3% 0 3% 6%;
}
.oligo_cream #sec02 .inner>div:nth-of-type(3) .flex_box p{
    text-align: center;
}
.oligo_cream #sec02 .inner:nth-of-type(2) .ttl+p{
    text-align: center;
    margin-bottom: 6%;
}
}