@charset "utf-8";

/* add 20250613 */
.l_contents{
	display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--emerald-green2);
    font-size: 13px;
}

@media screen and (max-width:500px) {
    .l_contents{
        flex-direction: column;
        gap: 10px;
    }
}

.l_contents__image, .l_contents__text{
	flex-basis:50%;
}

@media screen and (max-width:500px) {
    .l_contents{
        flex-basis:auto
    }
}

.l_contents__image{
    padding-right: 10px;
}
@media screen and (max-width:500px) {
    .l_contents__image{
        padding-right: 0px;
    }
}
