@charset "UTF-8";

/*-----------------------------AUN13---------------------------------*/
@media screen and (min-width: 900px) {
#c3 + .composite_box01 .inner_item:last-of-type {
    display: none;
}

#c3 + .composite_box01 .inner_item {
    width: 48%;
    max-width: 500px;
}

#c3 + .composite_box01 .wrapper_item {
    justify-content: center;
}
}

@media screen and (max-width: 900px) {
#product_introduction + div {
    display: none;
}
}