@charset "utf-8";
/* campaign
----------------*/
.pc {
    display: block;
}

.sp {
    display: none;
}

#campaign {
    padding: 50px 0;
}

#campaign .title h2 {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

#campaign .inner2 {
    background: #ffffff;
    padding: 50px;
    margin: 0 auto;
    width: 1200px;
}

#campaign .read {
    margin-bottom: 100px;
    text-align: center;
}

#campaign .read img {
    width: 60%;
    margin: 0 auto;
}

#campaign .read h3 {
    font-size: 2.2rem;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    margin: 0 0 2rem;
}

#campaign .read .point-txt {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    padding: 2rem 0 0;
    line-height: 1.6;
}

#campaign .read .price-txt {
    font-weight: 700;
    font-size: 4.8rem;
    text-align: center;
    padding: 0;
    line-height: 1.6;
}

#campaign .read .price-txt span {
    font-size: 1.6rem;
}

#campaign .read .price-txt .sub-txt {
    font-size: 1.0rem;
    text-align: center;
    font-weight: normal;
    display: block;
    padding: 10px 0 0 0;
    line-height: 1.6;
    color: #333333;
}

#campaign .read .point-txt+h3 {
    margin-bottom: 30px;
}

#campaign .read .period-txt {
    text-align: center;
    font-size: 2.4rem;
    margin: 20px auto 50px;
}

#campaign .read .period-txt p {
    border: solid 3px #333333;
    display: inline-block;
    padding: 0 20px;
}

#campaign .read .period-txt span {
    font-size: 3.6rem;
    line-height: 1.2em;
}

#campaign .read .period-txt del {
    text-decoration: line-through;
}

#campaign .campaign-attention {
    position: relative;
    margin: 20px 0 50px;
    padding: 50px;
    border: solid 3px #333333;
    ;
}

#campaign .campaign-attention table {
    border-collapse: separate;
    font-size: 18px;
    text-align: left;
}

#campaign .campaign-attention p {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 30px;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    background-color: #ffffff;
    font-weight: 700;
    width: 40%;
}

#campaign .campaign-attention table tr th {
    width: 22%;
    vertical-align: middle;
}

#campaign .campaign-attention table tr td {
    width: 70%;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0;
    line-height: 1.8;
}

#campaign .campaign-attention table tr td span {
    font-size: 13px;
    display: block;
}

#campaign .campaign-attention table tr td span.point-txt {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
    display: inline;
}

.campaign-add-text {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 55px;
    margin: 90px auto 0px;
    text-align: center;
    color: #ffffff;
}

.campaign-add-text span {
    font-size: 30px;
    color: #ffffff;
}

.cap {
    font-size: 13px;
    line-height: 1.8;
}


@media screen and (max-width: 768px) {
    #campaign .inner2 {
        background: #ffffff;
        padding: 50px 16px 20px;
        margin: 0 20px;
        width: auto;
    }

    #campaign .title h2 {
        color: #333333;
        font-size: 24px;
    }

    #campaign .campaign-attention p {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0 12px;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.03em;
        line-height: 1.2;
        text-align: center;
        color: #333333;
        background-color: #ffffff;
        font-weight: 700;
        width: 76%;
    }

    #campaign .read .point-txt {
        font-weight: 700;
        font-size: 1.3rem;
        text-align: center;
        display: block;
        padding: 2rem 0 0;
        line-height: 1.6;
    }

    .campaign-content th,
    .campaign-content td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    #campaign .campaign-attention {
        position: relative;
        margin: 20px 0;
        padding: 20px;
        border: solid 3px #333333;
    }

    #campaign .campaign-attention table tr td {
        width: 100%;
        vertical-align: middle;
        font-weight: 500;
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.8;
    }

    #campaign .campaign-attention table tr th {
        width: 100%;
        vertical-align: middle;
    }

    #campaign .campaign-attention table tr th {
        border-bottom: solid 1px #333333;
        padding: 10px 0;
    }

    #campaign .read .price-txt {
        font-weight: 700;
        font-size: 24px;
        color: #333333;
        text-align: center;
        padding: 0;
        line-height: 1.6;
    }

    #campaign .read .price-txt span {
        font-size: 1.6rem;
    }

    #campaign .read .price-txt .sub-txt {
        font-size: 13px;
        text-align: center;
        font-weight: normal;
        display: block;
        padding: 10px 0 0 0;
        line-height: 1.6;
        color: #333333;
    }

    .campaign-add-text {
        font-weight: 700;
        font-size: 27px;
        letter-spacing: 0.03em;
        line-height: 1.5;
        margin: 50px auto 0px;
        text-align: center;
        color: #ffffff;
    }

    .campaign-add-text span {
        font-size: 16px;
    }

    #campaign .campaign-attention table tr td span.point-txt {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.1rem;
        display: inline;
    }

}