@charset "UTF-8";

/*---------ライン--------*/
a[id*="line"]+section .wrapper_item {
    position: relative;
}
a[id*="line"]+section .wrapper_item: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;
}

/*-----チェックアイコン-------*/
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#ch+section .heading.block_header_3 {
    margin-bottom: -10px;
    width: fit-content;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
a#ch+section .heading.block_header_3 {
    margin-bottom: -5px;
}
}

a#bd+section .inner_item_txt p u {
    text-decoration-color: #c6c6c6;
    text-underline-offset: 7px;
}
a#bd+section .inner_item_txt p span {
    padding: 5px 0 10px;
    display: inline-block;
}