
.m-heading__A--mini {
    font-size: 66%;
}
.m-fill {
    overflow:visible
}
.m-fill--inner {
    margin: 90px 0 -50px 0;
}
.food {
    position: relative; z-index: +5;
}

.food img {
    position: absolute;
    left: 50%;
    top: -115px;
    width: 250px;
    height: 103px;
    transform: translateX(-50%);
}
.textbox .title {
    font-size: 135%;
    text-align: center;
    color: #404040;
    font-weight: normal;
    line-height: 1.25;
}
.textbox .text {
    padding: 18px 0;
    text-align: center;
    border-top: 1px solid #404040;
    color: #404040;
}
.textbox .text + .text {
    border-bottom: 1px solid #404040;
}

.m-white-box {
    padding: 20px 60px;
}
.m-white-box .flex {
    display: flex;
    justify-content: center;
}
.m-white-box .flex .box +.box {
    margin-left: 44px;
}
.m-white-box .flex .box {
    display: flex;
    align-items: center;
}
.m-white-box .text__link  {
    margin-top: 8px;
}
.m-white-box .text__link a {
    align-items: center;
}
.m-white-box .text {
    margin-left: 20px;
    font-size: 80%;
}
.m-white-box .text__box {
    width: 120px;
    padding: 2px 0;
    border: 1px solid #3C7DBE;
    border-radius: 4px;
    text-align: center;
    color: #3C7DBE;
}
.picitem01 img{
    width: 102px;
    height: 84px;
}
.picitem02 img{
    width: 98px;
    height: 98px;
}
.picitem03 img{
    width: 102px;
    height: 102px;
}

.blank img{
    width: 14px;
    height: 12px;
    margin-top: 8px;
    margin-left: 6px;
}
.w958 {
    max-width: 958px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width:1000px){
    .m-white-box .flex .box +.box {
        margin-left: 20px;
    }
    .m-white-box {
        padding: 20px 25px;
    }
    .picitem01 img{
        width: 75px;
        height: 61px;
    }
    .picitem02 img{
        width: 63px;
        height: 64px;
    }
    .picitem03 img{
        width: 63px;
        height: 64px;
    }
}

@media only screen and (max-width:767px){
    .m-fill--inner {
        margin: 110px 0 -50px 0 !important;
    }
    .textbox .title {
        font-size: 118%;
    }
    .food img {
        width: 253px;
        height: 70px;
        top: -115px;
    }
    .m-white-box .flex {
        flex-direction: column;
    }
    .m-white-box .flex .box +.box {
        margin-left: auto;
        margin-top: 20px;
    }
    .m-white-box .flex .box {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
    }
    .m-white-box {
        padding: 20px 25px;
    }
    .picitem01 img{
        width: 75px;
        height: 61px;
    }
    .picitem02 img{
        width: 63px;
        height: 64px;
    }
    .picitem03 img{
        width: 63px;
        height: 64px;
    }
    .picitem01,.picitem02,.picitem03 {
        width: 75px;
    }


}
