@charset "UTF-8" ;

@media screen and (min-width: 768px) {

    #wrapper .m-r-00 {
        margin-right: 0px;
    }

    /* ---------------------------------------------
    column
    ------------------------------------------------*/
    #column-top-area {
        background-image: url(../../img/bg_foot.gif);
        background-position: left bottom;
        background-repeat: no-repeat;
        width: 914px;
        margin-bottom: 30px;
        padding-bottom: 2px;
        zoom: 1;
    }

    #column-top-inner-area {
        position: relative;
        background-image: url(../../img/bg_body.gif);
        background-position: left top;
        background-repeat: repeat-y;
        zoom: 1;
    }

    .safety{
        width: 640px;
        margin:0 auto 30px;
    }

    .column-s-box {
        display: inline;
        float: left;
        width: 296px;
        margin-right: 13px;
        text-align: center;
    }

    .column-s-box .column-tlt-p{
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding: 13px 0 12px;
        background: #6767ef;
    }

    .column-s-box .column-tlt-p.health{
        background: #87c443;
    }

    .column-s-box .column-tlt-p.hot{
        background: #ffa200;
    }

    .column-s-box .column-top-img{
        margin-bottom: 28px;
    }

    .column-s-box .column-top-img img{
        max-width: 260px;
        width: 100%;
        height: auto;
    }

    #column-top-area .column-s-box h2 {
        margin:0 !important;
        padding-left: 0;
        background: none;
    }
    .column-s-box h2 img {/*お役立ちコラム*/
        margin-bottom: 12px;
        margin-left: 0px;
    }

    .column-s-box p {
        margin-left: 18px;
        text-align: left;
        margin-bottom: 20px;
    }

    .column-s-box li img {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .column-s-box ul.column-bt-01,
    .column-s-box ul.column-bt-02,
    .column-s-box ul.column-bt-03 {
        position: absolute;
        bottom: 80px;
    }

    .column-s-box ul li {
        position: absolute;
    }

    .column-s-box ul.column-bt-01 {
        left: 58px;
    }

    .column-s-box ul.column-bt-02 {
        left: 367px;
    }

    .column-s-box ul.column-bt-03 {
        left: 678px;
    }
}

@media screen and (max-width: 767px) {
    #main-inner-area{
        padding-left: 0;
        margin: 0 5.3%;
    }
    .column-s-box{
        margin-bottom: 40px;
    }
    .column-s-box .column-tlt-p {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding: 13px 0 12px;
        background: #6767ef;
        text-align: center;
    }
    .column-s-box .column-tlt-p.health{
        background: #87c443;
    }

    .column-s-box .column-tlt-p.hot{
        background: #ffa200;
    }
    .column-s-box .column-top-img{
        width: 180px;
        margin: 20px auto;
    }
    .column-s-box .column-top-img img{
        max-width: 180px;
        width: 100%;
        height: auto;
    }

    .column-s-box .hs-text{
        margin-bottom: 20px!important;
    }

    #one-column-area{
        margin-bottom: 30px;
    }
}









