/* TOP */
.container0 {
    background: #EEE;
}

.container1 {
    background: #DDD;
}

.container2 {
    background: #EEE;
}

.top_message_title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 游明朝;
}

.top_message_h1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 游明朝;
}

.top_message_p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 游明朝;
}


/* TOP_ボタン */
.content__btn {
    border-radius: 10px;
    background: #fff;
}

.content__btn:hover {
    border-radius: 10px;
    background: #EEE;
}

.button_subtitle {
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
    color: #50b2cb;
}

.button_nav {
    padding-top: 30px;
    font-size: 22px;
    color: #87a0a4;
}

.button_title {
    font-size: 28px;
    color: #5f8091;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    ;
}