@charset "UTF-8";

@media screen and ( max-width : 768px ) {
#top-secbtn + .contents_btn01 a {
min-width: 130px;
}
}
@media screen and (max-width: 900px) {
#top-secflex +.contents_box01 .inner_item_txt {
    width: 100% !important;
}
}
@media screen and (max-width: 900px) {
#top-secflex + .contents_box01:not(.block_image_text_2):not(.block_image_text_6) .wrapper_item {
    display: flex;
    flex-direction: column;
}
}
#top-secflex +.contents_box01 .inner_item_txt p {
    text-align: center;
}
@media screen and (max-width: 900px) {
#top-secflex +.contents_box01 .inner_item_txt {
    width: 100% !important;
}
}
@media screen and (max-width: 900px) {
#top-secflex + .contents_box01:not(.block_image_text_2):not(.block_image_text_6) .inner_item_img {
    order: 2;
}
}