@charset "UTF-8";

.u-bg-gray {
    background-color: #F7F5F0;
}

.u-bg-graythin {
    background-color: #F7F7F7;
}

.u-flexbox__gn {
    display: flex;
    display: -ms-flexbox;
}

.p-selectbox {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 30%;
    height: 50px;
}

.p-answer {
    overflow: hidden;
}

.p-answer__heading {
    float: left;
    color: #F39800;
    font-size: 1.2em;
}

.p-answer__text {
    padding-left: 3em;
}

.c-yellow_box_content {
    margin-top: 20px;
    border: solid 3px #F39800;
    text-align: center;
}

.c-box_pset {
    padding:30px 50px 0;
}

.p-fontchange {
    font-size: 18px!important;
}

.c-bbtitle {
    border-bottom:1px solid #c8c6c5;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

/* 店舗再編に関するお問い合わせ */
 
.p-flexchild_left {
    width: 40%;
    border: 3px solid #EAEAEA;
}

.p-flexchild_right {
    width: 40%;
    border: 3px solid #EAEAEA;
}

.p-flexchild_center {
    width: 20%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.l-flexwrap_3line {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    box-sizing: border-box;
}

.l-resultbox {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
}

.u-bg_darkgray {
    background-color: #707070;
}

.u-bg_orange {
    background-color: #F39800;
}

.u-color_white {
    color: #fff;
}

.u-margin0 {
    margin: 0!important;
}

.u-title_band {
    font-size: 20px;
    text-align: center;
    padding: 2px;
}

.u-detail_btn {
        width: 70%;
        border: 2px solid #aaa;
        text-align: center;
        border-radius: 100px;
        padding: 2px;
    }
    .u-detail_btn a {
        display: block;
        color: #333;
        font-weight: bold;
        text-decoration: none!important;
    }

@media screen and (min-width: 577px) {
    .l-flex_box_wrap {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
    .l-flex_box_child {
        width: 45%;
    }
    .c-yellow_box_content {
        width: 45%;
    }

    /* 店舗再編に関するお問い合わせ */

    .l-flexbox_shopwrap {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column;
        height: 100%;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }

    .l-flexbox_shop {
        display: flex;
        display: -ms-flexbox;
        padding: 20px;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }

    .p-flexchild_right {
        padding-bottom: 40px;
    }

    .l-flexbox_shop dt {
        width: 50%;
    }

    .l-flexbox_shop dd {
        width: 50%;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -ms-flex-pack: center;
        align-items: center;
        -ms-flex-align: center;
        text-align: center;
        line-height: 150%;
    }

    .l-flexbox_shop dd span {
        width: 100%;
        text-align: center;
        padding: 2px;
    }
}

@media screen and (max-width: 576px) {
    .l-flex_box_wrap {
        display: block;
    }
     .l-flex_box_child {
        width: 100%;
    }
    .c-yellow_box_content {
        width: 100%;
    }
    /* 店舗再編に関するお問い合わせ */

    .l-flexbox_shop {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .l-flexbox_shop dt img {
        width: 100%;
    }
    .l-flexbox_shop dd {
        width: 100%;
        padding-top: 10px;
    }

    .l-flexbox_shop dd span {
        width: 100%;
        display: block;
    }

    .l-resultbox_img {
        width: 100%;
        text-align: center;
    }

    .l-resultbox_img img {
        width: 80%;
    }
    .p-flexchild_right {
        padding-bottom: 20px;
    }

    .p-flexchild_center img {
        width: 100%;
    }
}