
@charset "UTF-8";

@media screen and ( max-width : 768px ) {
.contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 60% !important;
}
}
@media screen and ( max-width : 480px ) {
.contents_btn01 .content_wrapper>a {
    margin-bottom: 10px;
}
}
@media screen and ( max-width : 480px ) {
main>div.pb10 {
    padding-bottom: 0px;
}
}