@charset "utf-8";


/* リセット */
 body,dl,dt,dd,h1,ul,li {margin: 0px;padding: 0;text-indent: 0;font-family: Roboto, Droid Sans, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;font-weight: normail;list-style: none;}a {text-decoration: none;color: #000;}iframe {border: none;}


/* レイアウト */
    body {
        border: 3px solid #f6f6f6;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
    }

/*メニューヘッダー*/
    .menu_header{
        background-color: #f0f0f0;
        padding: 20px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

    }

    .serch-box {
        width: 100%;
        height: 54px;
        margin: auto;
        overflow: hidden;
    }
    .menu_header .icon-group {
        width: 100%;
        margin: 10px 0 0 0 ;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .icon--box {
        width: calc(33.333% - 10px);
        height: 33.333%;
    }
    .icon--box img {
        width: 100%;
    }

/*カテゴリ部分*/
    .category {
        margin-top: 25px;
    }

    .category__heading ,
    .category__list li {
        width: 100%;
        height: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0 0 0 10px;
        border-bottom: 1px solid #ccc;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .category__list a {
        display: block;
    }
    .category__heading img {
        height: 25px;
        vertical-align: middle;
    }

    .category__list li:after {
        content: "";
        width: 7px;
        height: 7px;
        margin-top: -1vw;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        border-top: 1px solid #222;
        border-right: 1px solid #222;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*フッター*/
    footer{
        padding-bottom: 50px;
    }

    footer .icon-group {
        padding: 20px 0;
        margin: auto;
        border-bottom: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    footer .bnr--campaign {
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }


    footer .icon-group img {
        width: 37px;
        margin: 0 7px;
    }



    .footer_info {
        padding: 0 0 50px 10px;    
    }

    .footer_info li {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .footer_info img {
        height: 1rem;
    }


/* object__utility----調整のためのルール */

.bg-gray {
    background-color: #F0F0F0;
}

.mt-md {
    margin-top: 25px;   
}

