@charset "utf-8";

/* 横3列 */
.column3 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: fit-content;
    margin: 0 auto;
}

.column3 figure {
    width: min(100%, 150px);
    margin: 0;
    text-align: center;
}

.column3 figure img {
    max-width: 100%;
    aspect-ratio: 150 / 178;
}


.b_and_a.hana-shabi_3 figure img {
    aspect-ratio: 175 / 208;
}


.qa_accordion .content dl:first-child dt {
    margin-top: 0;
}
