@charset "UTF-8";

/*--- 「主な症状」のレイアウト調整_260616 ---*/
a[id^="symptoms_check"] + .composite_box01.block_images_1 a+.inner_item_txt {
    margin-top: 0;
}
a[id^="symptoms_check"] + .composite_box01.block_images_1 a+.inner_item_txt li {
    position: relative;
    list-style: none;
    padding-left: 1.2em;
}
a[id^="symptoms_check"] + .composite_box01.block_images_1 a+.inner_item_txt li::before {
    content: '';
    width: 0.7em;
    height: 0.3em;
    border-left: 2px solid var(--i_main_color);
    border-bottom: 2px solid var(--i_main_color);
    position: absolute;
    left: 0;
    top: 0.95em;
    transform: translateY(-75%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
    a[id^="symptoms_check"] + .composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }
}


