@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Roboto:ital,wght@1,500&display=swap');
/*-----------------------------------------------------------------------------------*/

/* Top Banner */

.top_message_bnr {
    width: 830px;
    background: #0F4C81;
    padding: 60px 60px;
    color: white;
    letter-spacing: 0.05rem;
    text-align: left;
    transition: 0.3s;
}

.top_message_bnr:hover {
    opacity: 0.6;
}

.top_message_bnr h2 {
    display: inline;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: white;
    
}

.top_message_bnr .update {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    padding-top: 5px;
    margin-left: 20px;
}

.top_message_bnr .click {
  position: relative;
  float: right;
  top:-15px;
}

.top_message_bnr .click img {
  border: 0;
}

.top_message_bnr .fas {
    margin-left: 5px;
}

/* Message Page */

.mod_message {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05rem;
}

.mod_message_head {
    display: flex;
    width: 830px;
    background: #0F4C81;
    padding: 30px 60px;
    color: white;
    justify-content: space-between;
}

.mod_message_head h2 {
    display: inline;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: white;
    
}

.mod_message_head .update {
    font-size: 24px;
    text-align: right;
    padding-top: 5px;
}

.mod_lead {
    display: block;
    width: 780px;
    margin: 100px auto;
    font-size: 18px;
    line-height: 34px;
}

.mod_signature {
    text-align: right;
    margin-top: 100px;
}

.backnumber {
    display: flex;
    flex-wrap: wrap;
    width: 810px;
    margin: 0 auto;
}

.backnumber h3 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.backnumber a {
    width: 190px;
    padding: 20px 30px;
    margin: 10px;
    font-size: 20px;
    color: white;
    background: #0F4C81;
    text-align: right;
    transition: 0.3s;
}

.backnumber a:hover {
    color: white;
    opacity: 0.6;
}

.backnumber a .fas {
    margin-left: 20px;
}


