@charset "utf-8";


.pointup-campaign {
    padding: 0;
}

.pointup-campaign h2 {
    margin-bottom: 40px;
}


.pointup-inner {
    max-width: 750px;
    margin: 0 auto 0px;
}


.pointup-campaign .cp_h1title {
    position: relative;
    padding: .2em;
    background-color: #00629D;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.pointup-campaign .cp_h1title span {
    border-bottom: 1px solid;
    padding: 0 4px 4px;
}

.pointup-campaign .cp_h1title:after {
    content: "\E921";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ffffff;
}

.pointup-campaign .cp_h1title.active:after {
    content: "\E91E";
}

.pointup-txtbox {
    background: #E5F5FF;
    padding: 0 1.5em;
    margin: 0 0 0;
    height: 0;
    overflow: hidden;
}

.pointup-txtbox p:first-of-type {
    padding-top: 20px;
}

.pointup-txtbox a {
    color: #0274CC;
    text-decoration: underline
}

.pointup-cation .pointup-txtbox {
    font-size: 20px;
}

.pointup-cation .pointup-txtbox p {
    margin-bottom: 1em;
}

.pointup-product .pointup-txtbox {
    font-size: 26px;
    text-align: center;
    padding: 0 1.5em;
    height: 0;
    overflow: hidden;
}

.pointup-product .pointup-txtbox p:last-of-type {
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {

    .pointup-campaign h2 {
        margin-bottom: 30px;
    }


    .pointup-inner {
        padding: 0 2%;
    }


    .pointup-campaign .cp_h1title {
        font-size: 24px;
    }


    .pointup-txtbox {
        background: #E5F5FF;

    }

    .pointup-cation .pointup-txtbox {
        font-size: 14px;
    }

    .pointup-cation .pointup-txtbox p {
        margin-bottom: 1em;
    }

    .pointup-product .pointup-txtbox {
        font-size: 16px;
        text-align: center;
    }




}