.approach__item02.pros .approach__item02-img{
    position: relative;
}

.approach__item02.pros .approach__item02-img::after{
    position: absolute;
    right: -11.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(/img/menu/cosmetic/pros-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
}

.approach__item02.pros .approach__item02-img:last-of-type:after{
    display: none;
}

.pros__cont-bl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pros__cont{
    background: #eef0eb;
    padding: 50px 42px;
    width: 48%;
}

.pros__title {
    font-size: 18px;
    color: #92949e;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: normal;
}

.pros__list li{
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 18px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

.pros__list li::before{
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #bfcab5;
    position: absolute;
    left: 0;
    top: 0.35em;
    content: "";
    display: inline-block;
}

.approach__desc .hosoku{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #686969;
    margin-top: 16px;
}

.approach__txt{
    font-size: 15px;
    line-height: 1.6;
}

.mb70{
    margin-bottom: 70px!important;
}

.cosmetic-approach #approach05 .approach__row {
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
}

.mb50{
    margin-bottom: 50px!important;
}

@media screen and (min-width: 835px){
    .cosmetic-approach__list-item {
        max-width: 300px;
        width: 30%;
        margin-bottom: 20px;
    }
    .cosmetic-approach__list-item a {
        font-size: 1.4rem;
    }
}

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

}

@media screen and (max-width: 834px){
    .pros__cont {
        width: 100%;
        padding: 30px 20px;
    }
    .pros__cont:first-of-type{
        margin-bottom: 20px;
    }
    .pros__list li {
        font-size: 14px;
    }
    .pros__title {
        margin-bottom: 20px;
    }
    .s_mb40{
        margin-bottom: 40px!important;
    }
    .cosmetic-approach__list-item i {
        right: 13px;
        font-size: 9px;
        top: 17px;
    }
    .s_mb30{
        margin-bottom: 30px!important;
    }
}


/*---------------------------------------------追加20231027-----*/

.kome{
    font-size: 70%;
}

.kome-note{
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    text-align: left;
}

.mt-35{
    margin-top: -35px !important;
}

.mt30{
    margin-top: 30px;
}

.mb50{
    margin-bottom: 50px;
}

@media screen and (max-width: 834px){
.mt-35 {
    margin-top: -15px !important;
}

.kome-note{
    justify-content: flex-start;
    text-align: left;
}


}