@charset "utf-8";

/* ウェブサイトリニューアルとURL（ドメイン）変更のお知らせ
-------------------------------------------------------------------------*/
.close #main {
    border-top: 1px solid #e0e0e0;
}

.closeSection {
    width: 736px;
    margin: 0 auto;
    padding: 100px 0 88px;
    line-height: 1.5;
}

.closeTitle {
    color: #404040;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
}

.closeText {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    margin-top: 34px;
}

a.closeButton {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    width: 372px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #018C01;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 60px auto 0;
}
a.closeButton:hover {
    opacity: 0.7;
    /* cursor: pointer; */
}