.l-content .section{
    margin: 0 auto;
    width: 1100px;
}

.l-content .sectionTtl{
    height: 59px;
    font-size: 27px;
    line-height: 59px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #0f218b;
}

.l-content .section .m-btnWin--conversion{
    padding: 12px 0;
    width: 450px;
    font-size: 18px;
}

/* ==========   service   ========== */
.service .sectionTtl{
    position: relative;
}

.service .sectionTtl .ttlEm{
    font-size: 38px;
}

.service .sectionTtl::before{
    content: url(../img/logo.png);
    position: absolute;
    top: 15px;
    left: 20px;
}

.service .main .wrapper{
    padding: 0 27px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #d4d4d4;
}

/* ==========   price   ========== */

.price .main .wrapper{
    display: flex;
    justify-content: space-between;
}

.price .main .wrapper .item{
    padding-top: 20px;
    width: 540px;
    height: 320px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.price .main .wrapper .item .itemWrapper{
    display: flex;
    justify-content: space-evenly;
}

.price .main .wrapper .item .itemInfo{
    padding-left: 8px;
}

.price .main .wrapper .item .itemTtl{
    font-size: 27px;
    font-weight: bold;
}

.price .main .wrapper .item .basic{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.price .main .wrapper .item .basic .deadline{
    border: 3px solid #cccccc;
    padding: 3px 6px 0;
}

.price .main .wrapper .item .basic .day{
    width: 120px;
    text-align: center;
}

.price .main .wrapper .item .basic .discountPrice{
    width: 150px;
    text-align: center;
}

.price .main .wrapper .item .long{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.price .main .wrapper .item .long .deadline{
    border: 3px solid #cccccc;
    padding: 3px 13.5px 0;
}

.price .main .wrapper .item .long .day{
    width: 120px;
    text-align: center;
}

.price .main .wrapper .item .long .discountPrice{
    width: 150px;
    text-align: center;
}

.price .main .wrapper .item .arrow{
    margin-left: 160px;
}

.price .main .wrapper .item .fs-day{
    font-size: 18px;
}

.price .main .wrapper .item .underline{
    border-bottom: 5px solid #dd0000;
}

.price .main .wrapper .item .fs-discountPrice{
    font-size: 24px;
}

.price .main .wrapper .item .note{
    margin-left: 170px;
}


/* ==========   other   ========== */

.other .main .wrapper{
    margin: 0 auto;
    width: 960px;
    display: flex;
    justify-content: space-between;
}

/* ==========   about   ========== */

.about .main .wrapper{
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f7f7f7;
}

.about .main .wrapper .itemTtl{
    color: #003e7e;
}