@charset "UTF-8";

/* TOP お知らせ文言追加 */
.info_txt_box {
    margin: 4rem auto -2rem;
    width: 90%;
    max-width: 1000px;
    z-index: 1;
    position: relative;
}

.info_txt_box a {
    display: block;
    background-color: #fff;
    border: solid 1px #80795f;
    padding: 20px;
    border-radius: 10px;
}

.info_txt_box a p:first-of-type {
    color: #A92930;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: YuMincho, 游明朝体, Yu Mincho, 游明朝, yu-mincho-pr6n, serif;
    text-align: center;
    margin-bottom: 2rem;
}

.info_txt_box a p:nth-of-type(2) {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.6;
}

.info_txt_box a p:last-of-type {
    color: #0000ff;
    text-decoration: underline;
    word-break: break-all;
    line-height: 1.6;
}