@charset "UTF-8";

/*-----チェックアイコン-------*/
a#ch+section .inner_item_txt p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
a#ch+section .inner_item_txt p:before {
    content: "";
    display: block;
    background: url(/common/upload_data/asu-eyelashcom/image/20260706145402.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

/*---------タイトル--------*/
a#title+div .heading.block_header_4 .h {
    background: var(--i_txt_color);
    color: #fff;
    width: fit-content;
    padding: 5px;
    margin: auto;
}
/*---------ライン(タイトル)--------*/
a#title+div .content_wrapper {
    position: relative;
}
a#title+div .content_wrapper:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 35px;
    width: 1px;
    height: 70px;
    background-color: var(--i_border_color);
    transform: rotate(45deg);
    transform-origin: top left;
    z-index: 10;
}

/*---------beforeafter--------*/
a[id*="ba"]+div .wrapper_item {
    position: relative;
}
a[id*="ba"]+div .wrapper_item:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: calc(50% - 17.5px);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid var(--i_txt_color);
}
@media screen and (max-width: 768px) {
a[id*="ba"]+div .wrapper_item:before {
    border: none;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid var(--i_txt_color);
    top: calc(50% - 10px);
}
a[id*="ba"]+div .wrapper_item {
    gap: 30px;
}
}



a#ch+section .inner_item_txt p{
justify-content: center; 
}


.heading.block_header_4 p{
color: #FF4A82;
}


a#title+div .heading.block_header_4 .h{
background: #B2B0AB; 
}



a#ch+section .inner_item_txt {
 width: fit-content;
    margin: 0 auto;
}

a#ch+section .inner_item_txt p {
 display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0 0 10px;
}