@charset "UTF-8";

.book-campaign * {
    box-sizing: border-box;
}

.book-campaign {
    color: #333333;
    font-family: "SourceHanSansJPRegular", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.book-campaign a {
    color: #000099;
    font-weight: normal;
}

.book-campaign__heading {
    margin-bottom: 20px;
    border-bottom: 2px solid #b67f6d;
    font-size: 18px;
    font-weight: bold;
}

.book-campaign__kv {
    width: 735px;
    height: 360px;
    margin-bottom: 20px;
}

.book-campaign__section {
    margin-bottom: 20px;
}

.book-campaign__section-heading {
    margin-bottom: 10px;
    background-color: #f9e5de;
    border-left: 8px solid #b67f6d;
    padding: .4em;
    font-size: 16px;
    font-weight: bold;
}

.book-campaign__content {
    position: relative;
}

.book-campaign__content--space {
    margin-bottom: 20px;
}

.book-campaign__subhead {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.book-campaign__image {
    width: 735px;
    height: 400px;
    margin-bottom: 16px;
}

.book-campaign__image--large {
    height: 800px;
}

.book-campaign__text {
    margin-bottom: 20px;
}

.book-campaign__link {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.book-campaign__banner {
    width: 735px;
    height: 90px;
    margin-bottom: 20px;
}
