@charset "UTF-8";

/*こんなお悩みはありませんか？*/
#trouble+section .inner_item_img {
display:none;
}
#trouble+section .inner_item_txt .list_flex {
    display: flex;
    gap: 100px;
    justify-content: center;
}
#trouble+section .inner_item_txt ul:nth-of-type(2) {
    margin-top: 40px;
}
#trouble+section .inner_item_txt ul li {
    position: relative;
    padding-left: 60px;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 15px;
    list-style: none;
}
#trouble+section .inner_item_txt ul li::before {
    position: absolute;
    content: '';
    background: url('/common/upload_data/kanani-beautycom/image/20240209132842.png') no-repeat center center / cover;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#trouble+section .heading.block_header_1 .h {
    font-size: 3.6rem;
    letter-spacing: 0.3em;
    position: relative;
}
#trouble+section .heading.block_header_1 {
    position: relative;
}
#trouble+section .heading.block_header_1 p {
    position: absolute;
    font-size: 8rem !important;
    letter-spacing: 0.02em;
    line-height: 0.7;
    transform: rotate(-13deg);
    z-index: -1;
    top: -20pxpx;
    right: 45px;
    color: var(--i_sub_color);
}
#trouble+section .heading.block_header_1::before {
    display: none;
}
#trouble+section .heading.block_header_1 .h::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    top: 0;
    left: -40px;
    background: var(--i_sub_color);
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
#trouble+section .inner_item_txt .list_flex {
    align-items: flex-start;
    gap: 40px;
    max-width: 400px;
    margin: 0 auto;
}
#trouble+section .inner_item_txt ul:nth-of-type(2) {
    margin-top: 20px;
}
#trouble+section .inner_item_txt ul li {
    font-size: 16px;
    padding-left: 35px;
}
#trouble+section .heading.block_header_1 .h {
    font-size: 2rem;
}
#trouble+section .inner_item_txt ul li::before {
    width: 20px;
    height: 20px;
}
#trouble+section .heading.block_header_1 .h::before {
    width: 25px;
    height: 1px;
    left: -15px;
}
#trouble+section .heading.block_header_1 p {
    font-size: 4rem !important;
    right: 10px;
    top: -18px;
}
}