@charset "utf-8";
/* =======================================
branding support
======================================= */
.branding picture{
    display: block;
}
.branding .setEntryBase img{
    max-width: 100%;
    height: auto;
}
.branding .setEntryBase h1{
    text-align: center;
    line-height: 1.8em;
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: unset;
}
.branding .flex-box{
    display: flex;
    justify-content:flex-end;
    margin: 0 0 120px 0;
}
.branding .flex-box>p{
    width: 50%;
    margin:0 50px 30px 0;
}
.branding .flex-box picture{
    width: 50%;
    margin:0 60px 0 0;
}
.branding .setEntryBase p.mb80_branding{
    margin-bottom: 80px;
}
.branding .mb100_branding{
    margin-bottom: 100px;
}

@media only screen and (max-width: 1180px) {
    .branding .setEntryBase h1{
        margin-bottom:30px;
    }
    .branding .flex-box{
        display: block;
        margin: 0 0 60px 0;
    }
    .branding .flex-box>p{
        width: 100%;
        margin:0 30px 20px 0;
    }
    .branding .flex-box picture {
        width: 100%;
        margin: 0 auto;
    }
    .branding picture{
        width: 100%;
        margin:auto;
        text-align: center;
    }
    .branding .setEntryBase p.mb80_branding{
        margin-bottom: 40px;
    }
    .branding .mb100_branding{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 720px) {
    .branding .setEntryBase h1{
        margin-bottom:20px;
    }
    .branding .flex-box{
        display: block;
        margin: 0 0 30px 0;
    }
    .branding .flex-box>p{
        margin:0 20px 20px 0;
    }
    .branding picture{
        margin:auto;
        text-align: center;
        overflow-x: auto;
    }
    .branding .setEntryBase p.mb80_branding{
        margin-bottom: 20px;
    }
    .branding .mb100_branding{
        margin-bottom: 30px;
    }
}