@charset "UTF-8";

#menuAnker + .contents_btn01 .content_wrapper>a {
width: 40% !important;
max-width: inherit;
min-width: inherit;
}
@media screen and (max-width: 471px) {
#menuAnker + .contents_btn01 .content_wrapper>a {
width: 95% !important;
}
}

/*-----------アイコン追加---------------*/
a[id^="ch"]+section .heading.block_header_2 .h {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
a[id^="ch"]+section .heading.block_header_2 .h:before {
    content: "";
    display: block;
    background: url(/common/upload_data/la-mipasscom/image/20260318183801.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
#ch1+section .heading.block_header_2 .h:before {
    background: url(/common/upload_data/la-mipasscom/image/20260318183800.png) no-repeat;
    background-size: contain;
}
#ch2+section .heading.block_header_2 .h:before {
    background: url(/common/upload_data/la-mipasscom/image/20260318183800_1.png) no-repeat;
    background-size: contain;
}
#ch3+section .heading.block_header_2 .h:before {
    background: url(/common/upload_data/la-mipasscom/image/20260318183801_1.png) no-repeat;
    background-size: contain;
}