@charset "UTF-8";
@media screen and (max-width: 767px) {
    .csr-approach-items {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .csr-approach-items>li {
        width: auto !important;
        margin: 0 0 10px !important;
        float: none;
    }
    .csr-approach-items>li:last-child {
        margin-bottom: 0 !important;
    }
    .csr-approach-media {
        width: auto;
    }
    .csr-approach-media__img {
        width: auto !important;
    }
    .csr-approach-media__txt {
        width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .indexBox01Wrap>ul.col2>li.col_w {
        width: 100%;
        margin: 0 0 25px 0px;
        display: inline-block;
    }
    .ftBox>ul.ul_circle01 {
        margin-top: 0px;
    }
    .ftBox>ul.ul_circle01>li {
        margin-bottom: 8px;
    }
}