.campaign{
    padding: 160px 0 60px;
}
.campaign__page_title {
    color: #222;
    font-family: Futura, Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .campaign__page_title {
        font-size: 24px;
    }
}

.campaign__page_subtitle {
    color: #9D9D9D;
    font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    padding-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .campaign__page_subtitle {
        font-size: 16px;
    }
}

.campaign__body{
    max-width: 560px;
    margin: 60px auto 0;
    padding: 0 16px;
    color: #222;
    line-height: normal;
}
.canpaign__date{
    font-size: 18px;
    padding: 0.5em 0;
    border-bottom: 1px solid #000;
}
.campaign__title{
    font-size: 28px;
    padding: 0.5em 0;
    font-weight: bold;
}
.campaign__body img{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.canpaign__maintxt{
    font-size: 16px;
    margin-top: 30px;
}
.campaign_summary {
    max-width: 680px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 14px;
}
@media screen and (max-width: 430px) {
    .campaign_summary {
        width: 100%;
        font-size: 14px;
        line-height: 1.714;
    }
}
.campaign_item {
    display: flex;
    flex-direction: row;
    border: 1px solid #cccccc;
    border-bottom: none;
}
@media screen and (max-width: 430px) {
    .campaign_item {
        display: block;
        width: 100%;
    }
}
.campaign_item:last-child {
    border-bottom: 1px solid #cccccc;
}
.campaign_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 25%;
    padding: 10px;
    background-color: #FFFBF2;
    border-right: 1px solid #cccccc;
}
@media screen and (max-width: 430px) {
    .campaign_title {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}
.campaign_content {
    flex: 1;
    padding: 20px 30px;
    background-color: #ffffff;
    text-align: left;
}
@media screen and (max-width: 430px) {
    .campaign_content {
        padding: 15px 20px;
    }
}
.font_bold {
    font-weight: bold;
    background-color: rgba(255, 251, 0, 0.5);
}
.campaign_notes {
    max-width: 680px;
    background-color: #fff;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 1.4;
    padding: 30px;
    border: 1px solid #c9c9c9;
    overflow: scroll;
    height: 200px;
    text-align: left;
}
@media screen and (max-width: 430px) {
    .campaign_notes {
        width: 100%;
        height: 120px;
        padding: 15px;
        font-size: 12px;
    }
}
.campaign_notes p {
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .campaign_notes p {
        font-size: 14px;
    }
}

