@charset "UTF-8";
.message {
    background: #237ad2;
    color: #fff;
    padding-bottom: 230px;
    margin-bottom: -230px;
}
.message_inner {
    width: auto;
    max-width: 1110px;
    padding: 0 10px;
    box-sizing: border-box;
}
.message_title {}
.message_title > img {}
.message_cols {}
.message_cols:after {
    content: "";
    display: block;
    clear: both;
}
.message_col {}
.message_col-no1 {
    float: left;
    width: 540px;
}
.message_text {
    margin-bottom: 2em;
    line-height: 1.9;
    font-weight: bold;
}
.message_text:last-of-type {
    margin-bottom: 0;
}
.message_col-no2 {
    float: right;
}
.message_fig {}
.message_fig > img {
    max-width: 100%;
    height: auto;
}
.message_fig > figcaption {
    text-align: right;
    margin-top: 17px;
    font-size: 16px;
}
.message_fig > figcaption > small {
    font-size: inherit;
    margin-right: 10px;
    vertical-align: bottom;
}
.message_fig > figcaption > b {
    font-size: 24px;
    vertical-align: bottom;
}
.gEntry {
    z-index: 2;
}
@media screen and (max-width:1110px) {
    .message_inner {}
    .message_col-no1 {
        width: 54%;
    }
    .message_col-no2 {
        width: 44%;
    }
}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .message {
        padding-bottom: 300px;
        margin-bottom: -300px;
    }
    .message_inner {}
    .message_title {}
    .message_title > img {}
    .message_cols {}
    .message_cols:after {}
    .message_col {
        width: auto;
        float: none;
    }
    .message_col-no1 {}
    .message_text {
        margin-bottom: 1em;
        line-height: inherit;
    }
    .message_text:last-of-type {}
    .message_col-no2 {}
    .message_fig {
        max-width: 430px;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .message_fig > img {}
    .message_fig > figcaption {
        margin-top: 0;
        font-size: 14px;
    }
    .message_fig > figcaption > small {}
    .message_fig > figcaption > b {
        font-size: 20px;
    }
    .gEntry {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .message {
        padding-bottom: 49%;
        margin-bottom: -49%;
    }
    .message_inner {}
    .message_title {}
    .message_title > img {}
    .message_cols {}
    .message_cols:after {}
    .message_col {}
    .message_col-no1 {}
    .message_text {}
    .message_text:last-of-type {}
    .message_col-no2 {}
    .message_fig {
        margin-top: 25px;
    }
    .message_fig > img {}
    .message_fig > figcaption {
        font-size: 12px;
    }
    .message_fig > figcaption > small {}
    .message_fig > figcaption > b {
        font-size: 16px;
    }
    .gEntry {}
}
