/* Main */

main .present {
    background: #E2FFD9;
    position: relative;
    padding: 100px 0 3rem;
    text-align: center;
}

main .present::before {
    content: "";
    display: block;
    position: absolute;
    width: 248px;
    height: 133px;
    background-size: contain;
    margin-left: -124px;
}

section.present.present_txt::before {
    background: url(../../images/lp/renewalcampaign/present_fukidashi.png) no-repeat left top;
    content: "";
    display: block;
    position: absolute;
    width: 248px;
    height: 133px;
    background-size: contain;
    left: 50%;
    top: -50px;
    margin-left: -124px;
}

main .present h3 {
    font-size: 2.66666rem;
    font-weight: 600;
    color: #00A856;
}

main .present h3 span {
    font-size: 2rem;
}

main .present__kikan {
    max-width: 700px;
    line-height: 3rem;
    font-size: 1.2222rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #00A856;
    margin: 0 auto 2rem;
}

main .present__p {
    font-weight: 600;
    font-size: 1.2222rem;
    margin-bottom: 2rem;
}

main .present__p img {
    margin: 0 auto;
    text-align: center;
}

main .present .flex {
    display: flex;
    width: 1026px;
    margin: 0 auto 2rem;
    justify-content: space-between;
}

main .present .flex p {
    display: flex;
    align-items: center;
}

main .present .flex p img {
    width: 484px;
}

main .present__taisho {
    max-width: 672px;
    margin: 2rem auto 0;
}

main .present__taisho dt {
    background: #333;
    color: #fff;
    line-height: 41px;
}

main .present__taisho dd {
    background: #F4F4F5;
    padding: 1rem 0;
}

main .present__taisho dd sup {
    font-size: .6rem;
}

main .present__taisho dd strong {
    font-weight: 600;
    color: #00A856;
}

main .present__taisho dd p.b-txs {
    margin-top: .5rem;
}

/* Foot Register*/

main .foot_register {
    background: url(../images/bg.png) no-repeat center top;
    background-size: cover;
    font-size: 1.22222rem;
    padding: 70px 0 75px;
    text-align: center;
    color: #fff;
}

main .foot_register a {
    max-width: 100%;
}

main .foot_register a:hover {
    opacity: 0.8;
}

main .foot_register .register__btn--01 {
    display: block;
    text-align: center;
    margin: 70px auto 0;
    width: 410px;
    padding: 25px 0px;
    border-radius: 60px;
    background: #FF8500;
    color: #fff;
    font-weight: 600;
    font-size: 1.5555rem;
    text-decoration: none;
    box-shadow: 5px 10px #915009;
}

main .foot_register .register__btn--02 {
    display: block;
    text-align: center;
    margin: 70px auto 0;
    width: 410px;
    padding: 25px 0px;
    border-radius: 60px;
    background: #00A856;
    color: #fff;
    font-weight: 600;
    font-size: 1.5555rem;
    text-decoration: none;
    box-shadow: 5px 10px #087A46;
}