@charset "UTF-8";

/* リスト表示調整(2025/12/16) */
#to-you + section .inner_item_txt .ul-wrapper {
    margin: 1rem 0;
    padding: 10px;
    background: var(--i_sub3_color);
}
#to-you + section .inner_item_txt ul {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    background: var(--i_bg_color);
}
#to-you + section .inner_item_txt ul li {
    position: relative;
    padding: 0.5rem 1rem 0.5rem 2.5em;
    list-style-type: none;
}
#to-you + section .inner_item_txt ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(10px, -50%);
    width: 1em;
    height: 1em;
    border: 1px solid var(--i_txt_color);
    border-radius: 2px;
}
#to-you + section .inner_item_txt ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(15px, -50%) rotate(-45deg);
    width: 0.5em;
    height: 0.25em;
    border-left: 2px solid var(--i_btn_hover_color);
    border-bottom: 2px solid var(--i_btn_hover_color);
}

/* リンクボタン色変更(2025/12/16) */
#seo_c + section .contents_btn01 a span {
    color: var(--i_btn_txt_color);
}

/* MVリンクボタン調整(2025/12/16) */
#mv .mv_textimg a {
    width: 59%;
    top: initial;
    bottom: 0;
    right: initial;
    left: 25%;
    aspect-ratio: 26 / 4;
}
#mv .mv_text {
    display: none;
}
@media only screen and (max-width: 900px) {
    #mv .mv_textimg a {
        width: 38%;
        left: 15%;
    }
}
@media only screen and (max-width: 480px) {
    #mv .mv_textimg a {
        width: 50%;
        left: 21%;
    }
}

/* SNSアイコン追加(2025/12/17) */
a[id^="sns"] + .composite_box01.block_images_9 .inner_item_img img {
    position: absolute;
    z-index: 3;
    right: 26px;
    top: 50%;
    width: 52px !important;
    height: 52px !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    a[id*="sns"] + .composite_box01.block_images_9 .inner_item_txt .heading {
        padding-right: 80px;
    }
}
#top_right + section .heading p{
color:#23b6d0;
}