@charset "utf-8";

.go-back {
    display: block;
}

.company-name p.page-title {
    display: none;
}

.navigation-toggle {
    display: none;
}

.avatar {
    display: none;
}

.notices {
    padding-top: 250px;
    padding-right: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.notice {
    position: relative;
    margin-bottom: 80px;
    padding-right: 28px;
    line-height: 1.4;
    word-break: keep-all;
}

.notice-avatar {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 20px;
}

.notice-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.notice-contents {
    overflow: hidden;
    line-height: 1.7;
    font-size: 13px;
    color: #666;
}

.notice-contents p {
    margin-bottom: 15px;
}

.toggle-notice {
    display: inline-block;
    line-height: 1;
    margin-top: 20px;
    padding: 0 0 4px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
}

@media screen and (min-width: 1024px) {
    .notice {
        max-width: 800px;
        padding-left: 90px;
        margin-bottom: 80px;
    }

    .notice-avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .notice-title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .notice-contents {
        font-size: 16px;
    }

    .notice-contents p {
        margin-bottom: 30px;
    }

    .toggle-notice {
        margin-top: 35px;
        padding-bottom: 6px;
        font-size: 14px;
    }
}