.gray_bgmenu {
    background: #eeefff;
    padding: 0 15px;
}

.footer_flex .container {
    width: 100%;
    max-width: 970px;
}

.expantionList .container-fluid {
    padding: 30px 0;
}

.expantionList .title {
    color: #1723b1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.expantionList div {
    margin-bottom: 10px;
    color: #807e82;
}


/*ショップ情報エリア*/

.shopinfo {
    padding-top: 20px;
    border-bottom: 1px solid #d9dbee;
    color: #000;
}

.shopinfo_wrap {
    max-width: 1500px;
    margin: auto;
}

.shopinfo_title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.shopinfo p {
    color: #000;
}

.shopinfoBanner {}

.shopinfoBanner img {
    width: 100%;
    height: auto;
}

.footer_expansion {
    padding: 45px 0;
}

.footer_expansion ul,
.footer_expansion li {
    margin: 0;
    padding: 0;
}

.footer_exp_format {
    margin-bottom: 5px;
    font-size: 24px;
}

.footer_exp_format.standard-color {
    color: #337ab7;
}

.footer_exp_format.modern-color {
    color: #8a00d1;
}

.footer_exp_format.legacy-color {
    color: #e23e24;
}

.footer_exp_format.vintage-color {
    color: #333;
}

.footer_exp_format.other-color {
    color: #8e8e86;
}

.footer_exp_column_item {
    margin: 2px;
    background: #fefefe;
    border-right: 2px solid rgba(34, 25, 25, 0.4);
    border-bottom: 2px solid rgba(34, 25, 25, 0.4);
    /*box-shadow: 1px 1px 1px rgba(34, 25, 25, 0.4);*/
    padding: 10px;
}

.footer_expansion_title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #1622b1;
    font-weight: bold;
    text-align: center;
}

#footer_expansion_content._hide {
    opacity: 0;
}

.footer_expansion_list_title {
    margin: 0 0 5px;
    padding: 5px 0 5px 10px;
    border-left: 6px solid #ccc;
    font-size: 16px;
}

.footer_expansion .footer_expansion_list {
    margin-left: 2em;
    margin-bottom: 5px;
    list-style: none;
    font-size: 14px;
    line-height: 1.4;
    text-indent: -0.6em;
}

.footer_expansion .ss {
    text-align: center;
}

.footer_expansion .container-fluid {
    max-width: 1800px;
}


/*footer*/

.footer_wrap {
    max-width: 1500px;
    margin: auto;
}

.footer_wrap .sitemap_title {
    border-bottom: #5e68e1 solid 1px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #d3d6ff;
    text-transform: uppercase;
}

.footer_wrap .sitemap_title span {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 0 3px 10px;
    border-left: 5px solid #5e68e1;
}

.footer_wrap .sitemap_menu {
    margin: 0;
    padding: 0;
}

.footer_wrap .sitemap_menu li {
    margin-bottom: 10px;
    list-style: none;
    line-height: 1.2;
}

.footer_wrap .sitemap_menu li a {
    display: inline-block;
    color: #d3d6ff;
}

.footer_wrap .sitemap_menu li a:hover {
    color: #fff;
}

.footer_wrap_bottom {
    padding: 15px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer_wrap_bottom .f_item a {
    color: #fff;
    font-weight: 100;
}

.footer_wrap .fa-chevron-circle-right {
    margin-right: 5px;
}

.footer .footer_wrap .logo {
    margin: 0 0 15px;
    float: none;
}

.footer .footer_wrap .logo a {
    background: url(https://mtg.bigweb.co.jp/images/logo.png) 0 0 no-repeat;
    width: 184px;
    height: 56px;
    background-size: 100% auto;
    text-indent: -9999px;
    display: block;
}


.sitemap {
    margin-bottom: 30px;
}

.footer_wrap .sitemap_menu li {
    font-size: 14px;
}

.footer_wrap_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
}

.footer_wrap .f_item:first-child {
    border: none;
}

.footer_wrap .f_item:nth-child(3n) {
    margin-right: 0;
}

.footer_exp_column {
    margin-bottom: 30px;
}

.footer_exp_column_item {
    width: 24%;
}

.footer_exp_column_item a {
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .pc_view {
        display: none;
    }
    footer.footer {
        padding: 30px 15px;
    }
    .footer_wrap_bottom .f_item {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .pc_view {
        display: block
    }
    footer.footer {
        position: relative;
        margin: 0;
        padding: 30px 15px 120px;
        background: #1723b1;
    }
    .footer_wrap .f_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sitemap .f_item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .footer_wrap_bottom .f_item {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #fff;
    }
}

@media screen and (min-width: 820px) {
    .footer_wrap .sitemap .f_item {
        width: 23.5%;
        margin-right: 2%;
    }
    .footer_wrap .sitemap .f_item:nth-child(3n) {
        margin-right: 2%;
    }
    .footer_wrap .sitemap .f_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1060px) {
    .footer_wrap .sitemap .f_item {
        width: 18%;
        margin-right: 2.5%;
    }
    .footer_wrap .sitemap .f_item:nth-child(4n) {
        margin-right: 2.5%;
    }
    .footer_wrap .sitemap .f_item:nth-child(5n) {
        margin-right: 0;
    }
}