.subpage {
    color: black;
    padding: 20px;

}

.greeting {
    background-color: #81cfcd;
    color: white;
}

.greeting_title {
    font-size: larger;
    color: #17375E;
    font-weight: bold;
    /* margin-bottom: 13px; */
    /* -webkit-text-shadow: 0 10px 10px #ffbf80;
    text-shadow: 0 10px 10px #ffbf80; */

}

.greeting_footer {
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: right;
}

.greeting_footer .hg {
    color: #17375E;
    font-size: larger;
}

/* html, body { height: 100%; } */

p {
    text-indent: 1em;
    margin: 0 0 0.5rem 0;
}

.wrap {
    margin-bottom: 0;
}

/*mobil*/
@media screen and (min-width:320px) and (max-width:649px) {
    .subpage {
        padding: 3px;

    }

}
.hg {
    /* font-family: HG丸ｺﾞｼｯｸM-PRO; */
    font-family: 'HG丸ｺﾞｼｯｸM-PRO', 'Kosugi Maru', sans-serif;
    font-weight: bold;

}