@charset 'UTF-8';
#wrap .before
{
    padding-top: 160px;
}

@media print, screen and (max-width: 768px)
{
    #wrap .before
    {
        padding-top: 18.75vw;
    }
}

.be-sec
{
    width: 1020px;
    margin: 0 auto;
}

@media print, screen and (max-width: 768px)
{
    .be-sec
    {
        width: 100%;
    }
}

.be-sec > h2
{
    font-family: '丸フォーク M', serif;
    font-size: 25px;
    font-weight: 600;

    width: calc(100% - 15px);
    margin-bottom: 60px;
    padding: 16px 0 16px 15px;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #f0f0f0;
}

@media print, screen and (max-width: 768px)
{
    .be-sec > h2
    {
        font-size: 5.16vw;

        width: 96.875%;
        margin-bottom: 13.28%;
        padding: 7.03% 0 7.03% 3.125%;
    }
}

.be-sec .be-mainContent .be-tabGroup
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 900px;
    margin: 0 auto;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-tabGroup
    {
        width: 95.3125%;
    }
}

.be-sec .be-mainContent .be-tab
{
    font-size: 28px;
    font-weight: 600;
    line-height: .86;

    width: 423px;
    padding: 20px 0 20px 15px;

    list-style: none;

    cursor: pointer;
    text-align: left;
    letter-spacing: 10px;

    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-radius: 5.6px 5.6px 0 0;
    background-color: #fff326;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-tab
    {
        font-size: 5.625vw;

        width: 48.36066%;
        padding: 3.98% 0;

        text-align: center;
    }
}

.be-sec .be-mainContent .be-switchContentGroup
{
    border-top: solid 2px #000;
}

.be-sec .be-mainContent .be-switchContent
{
    display: none;
}

.be-sec .be-mainContent .be-tab.be-active
{
    position: relative;

    -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;

    background: #fff;
}

.be-sec .be-mainContent .be-tab.be-active:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    width: 438px;
    height: 4px;

    content: '';

    background-color: #fff;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-tab.be-active:after
    {
        width: 100%;
        height: 4px;
    }
}

.be-sec .be-mainContent .be-switchContent.be-show
{
    display: block;
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent
{
    margin-top: 70px;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent
    {
        margin-top: 6.55738%;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-switchContentInner
{
    width: 900px;
    margin: 0 auto;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-switchContentInner
    {
        width: 100%;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-bldTxt
{
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 55px;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-bldTxt
    {
        font-size: 3.53846vw;

        width: 95.3125%;
        margin: 0 auto 8.19672%;
    }
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec
    {
        font-size: 3.59375vw;

        margin-bottom: 8.19672%;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl01
{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;

    position: relative;

    width: calc(100% - 70px);
    margin-bottom: 30px;
    padding: 16px 0 14px 70px;

    letter-spacing: 10px;

    background-color: #f7f7f7;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl01
    {
        font-size: 6.15385vw;

        margin-bottom: 4.91803%;
        padding: 3.27869% 0 3.27869% 13.93443%;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl01:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;

    width: 42px;
    height: 37px;
    margin: auto 0;

    content: '';

    background-image: url(/elekiban/before/img/icon_alert.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl01:before
    {
        left: 3.27869%;

        width: 9.0625vw;
        height: 7.8125vw;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl02
{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;

    position: relative;

    width: calc(100% - 175px);
    margin-bottom: 30px;
    padding: 16px 0 14px 175px;

    background-color: #f7f7f7;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl02
    {
        font-size: 6.25vw;

        width: calc(100% - 175/640*100%);
        padding: 2.5% 0 2.1875% 27.34375%;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl02:before
{
    font-size: 25px;
    font-weight: 600;
    line-height: 60px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 150px;
    height: 60px;

    content: 'お願い';
    text-align: center;

    color: #fff326;
    background-color: #d3363d;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > .be-cauTtl02:before
    {
        font-size: 6.25vw;
        line-height: 12.5vw;

        width: 23.4375vw;
        height: 12.5vw;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > p
{
    font-size: 18px;
    line-height: 1.75;

    margin-bottom: 30px;
}

@media print, screen and (max-width: 768px)
{
    .be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec > p
    {
        font-size: 3.59375vw;

        width: 95.3125%;
        margin: 0 auto 4.91803%;
    }
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec .be-cauSec_num
{
    font-weight: 600;

    color: #d3363d;
}

.be-sec .be-mainContent .be-switchContentGroup .be-switchContent .be-cauSec .be-cauSec_bld
{
    font-weight: 600;
}

/*===================================================================
	.secTopPip
===================================================================*/
.secTopPip
{
    width: 100%;
    margin: 70px auto 50px;
}

@media print, screen and (max-width: 768px)
{
    .secTopPip
    {
        width: 100%;
        margin: 9.5% auto 12.5%;
    }
}

.secTopPip > a
{
    font-family: '丸フォーク M', serif;
    font-size: 20px;
    font-weight: 600;

    display: block;

    width: 250px;
    margin: 0 auto;
    padding: 10px 0;

    text-align: center;
    text-decoration: none;

    border: 1px solid #000;
    border-radius: 5.7px;
}

@media screen and (max-width: 768px)
{
    .secTopPip > a
    {
        font-size: 5.46vw;

        position: relative;

        width: 73.75%;
        padding: 5% 0 5% 13.3%;

        text-align: left;

        border-radius: 10.1px;
    }
}

@media screen and (max-width: 768px)
{
    .secTopPip > a:after
    {
        position: absolute;
        top: 0;
        right: 3.5%;
        bottom: 0;

        width: 2.76vw;
        height: 5.32vw;
        margin: auto 0;

        content: '';

        background-image: url(/elekiban/img/common/icon_arrow_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.secTopPip > a:hover
{
    opacity: .7;
    color: #000;
}
