@charset 'UTF-8';
/* .mainFlow */
.mainFlow
{
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}

@media print, screen and (max-width: 560px)
{
    .mainFlow
    {
            flex-direction: column;

        margin: 15% auto;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

/* /.mainFlow */
/* .mainFlowDetail */
.mainFlowDetail
{
    width: 40%;
    margin: 0 10% 5% 5px;
    padding: 50px 20px;

    text-align: left;

    background: rgba(255, 255, 255, .8);
}

@media print, screen and (max-width: 960px)
{
    .mainFlowDetail
    {
        width: 45%;
        margin: 0 5% 5% 5px;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowDetail
    {
        font-size: 3.57143vw;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 90%;
        margin: 0 auto 5% auto;
        padding: 8% 5%;
    }
}

.mainFlowDetail_ttl
{
    margin-bottom: 20px;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .mainFlowDetail_ttl
    {
        font-size: 4.28571vw;

        margin-bottom: 5%;
    }
}

.mainFlowDetail_desc
{
    font-size: .85em;
    font-weight: 300;
    line-height: 30px;

    padding-top: 15px;
    padding-left: 1em;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowDetail_desc
    {
        line-height: 1.3;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowDetail_desc
    {
        font-size: 3.21429vw;
    }
}

.mainFlowDetail_desc::before
{
    font-size: .7em;

    float: left;

    width: 1em;
    margin-left: -1.5em;

    content: '※';
    text-align: center;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowDetail_desc::before
    {
        font-size: 1em;

        margin-left: -1em;
    }
}

/* /.mainFlowDetail */
/* .mainFlowFlow */
.mainFlowFlow
{
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 30%;
    margin-left: 200px;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow
    {
        margin-left: 15%;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow
    {
        width: 90%;
        margin: 0 auto 5%;
    }
}

.mainFlowFlow_squareNum
{
    font-size: 1.4em;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;
    margin-left: 35%;

    color: #fff;
    border-radius: 100px;
    background-color: #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainFlowFlow_ttl
{
    font-size: 1.0em;
    line-height: 40px;

    position: relative;

    padding-left: 45px;

    text-align: left;

    color: #01044e;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl
    {
        line-height: 2.0;

        padding-left: 4.6875vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl
    {
        font-size: 4.28571vw;

        padding-left: 8.03571vw;
    }
}

.mainFlowFlow_ttl-num1:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '';

    background-image: url(../images/icon_flow_num01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl-num1:before
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl-num1:before
    {
        top: .8vw;

        width: 7.14286vw;
        height: 7.14286vw;
    }
}

.mainFlowFlow_ttl-num2:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '';

    background-image: url(../images/icon_flow_num02.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl-num2:before
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl-num2:before
    {
        top: .8vw;

        width: 7.14286vw;
        height: 7.14286vw;
    }
}

.mainFlowFlow_ttl-num3:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '';

    background-image: url(../images/icon_flow_num03.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl-num3:before
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl-num3:before
    {
        top: .8vw;

        width: 7.14286vw;
        height: 7.14286vw;
    }
}

.mainFlowFlow_ttl-num4:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '';

    background-image: url(../images/icon_flow_num04.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl-num4:before
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl-num4:before
    {
        top: .8vw;

        width: 7.14286vw;
        height: 7.14286vw;
    }
}

.mainFlowFlow_ttl-num5:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '';

    background-image: url(../images/icon_flow_num05.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl-num5:before
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl-num5:before
    {
        top: .8vw;

        width: 7.14286vw;
        height: 7.14286vw;
    }
}

.mainFlowFlow_ttl-num6:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: '';

    background-image: url(../images/icon_flow_num06.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_ttl-num6:before
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_ttl-num6:before
    {
        top: .8vw;

        width: 7.14286vw;
        height: 7.14286vw;
    }
}

.mainFlowFlow_iconBox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainFlowFlow_icon
{
    width: 70px;
}

@media print, screen and (max-width: 960px)
{
    .mainFlowFlow_icon
    {
        width: 7.29167vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainFlowFlow_icon
    {
        width: 12.5vw;
    }
}

.mainFlowFlow_arrow
{
    margin-right: 10px;
    margin-left: 10px;
}

.mainFlowFlow_ttl-CorrespondingCustom
{
    margin-left: 10px;
    padding: 3px;

    color: #fff;
    background-color: #ff9a00;
}

.mainFlowFlow_ttl-CorrespondingLive
{
    margin-left: 10px;
    padding: 3px;

    color: #fff;
    background-color: #01044e;
}

/* /.mainFlowFlow */
