@charset "utf-8";
.bold-pnk {
    font-weight: bold;
    color: #e680a8;
}

.box-point {
    margin-top: 25px;
}

.content-1200,
.content-1200L {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    margin-bottom: 28px;
}

.content-1200 {
    text-align: center;
}

.content-1200L {
    text-align: left;
}

.list-wrap {
    max-width: 635px;
    margin: 0 auto;
    background: rgba(241, 241, 241, .8);
    padding: 10px;
}

.list-wrap h3 {
    font-size: 24px;
}

ul.original-lists {
    margin-left: 20px;
}

ul.original-lists li {
    font-weight: 500;
    list-style-type: disc;
    list-style-position: inside;
}

.billboard {
    background-image: url(https://tp-img.imgix.net/s/newsletter/shared/bg_fv.jpg?auto=format);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

ul.billboard-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    max-width: 1196px;
    margin: 0 auto;
    padding: 2% 10px 0;
}

ul.billboard-list li:first-child {
    width: 43%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.billboard-list li:first-child img {
    margin-top: auto;
}

ul.billboard-list li:last-child {
    width: 55%;
    padding-bottom: 10px;
    padding-top: 0.3%;
}

ul.billboard-list li p {
    background: rgba(255, 255, 255, .5);
    margin-bottom: 20px;
    padding: 2%;
}

@media screen and (max-width:1200px) {
    ul.billboard-list li:first-child {
        width: 40%;
        margin-right: 2%;
    }
    ul.billboard-list li:last-child {
        width: 58%;
    }
}

@media screen and (max-width:768px) {
    ul.billboard-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5% 13px 0;
    }
    ul.billboard-list li:first-child {
        width: 100%;
        margin-right: 0;
        padding-bottom: 10px;
    }
    ul.billboard-list li:first-child img {
        max-width: 557px;
        width: 100%;
        margin: 0 auto;
    }
    ul.billboard-list li:last-child {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 0;
    }
    ul.billboard-list li p {
        margin-bottom: 10px;
    }
    .text {
        margin-top: 20px;
    }
    .content-1200,
    .content-1200L {
        padding: 20px 2%;
        margin-bottom: 20px;
    }
    .list-wrap h3 {
        font-size: 3vw;
    }
    ul.original-lists li {
        font-size: 2.4vw;
    }
    .sp_n {
        display: none;
    }
}