@charset "utf-8";

.slider-section {
    margin: 12px 0 0;
}

.top-info-section {
    padding: 3.75%;
    font-size: .8rem;
}

.top-info-section div {
    display: flex;
    border: 1.5px #000078 solid;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
}

.top-info-section div h3 {
    width: 20%;
    color: #000078;
    font-weight: bold;
}

.top-info-section .info-list {
    width: 80%;
}


.top-info-section .info-list li:not(:first-child) {
    margin-top: 8px;
}

.top-info-section .info-list li:not(:last-child) {
    border-bottom: 1px #8080bb dotted;
    padding-bottom: 8px;
}

.top-info-section .info-list li span {
    color: #5959a7;
}

.top-info-section .info-list li a {
    color: #fa0096;
    margin-left: 1rem;
}

.top-menu {
    padding: 3.75%;
    background: #9e9ecc;
}

.top-menu h3 {
    text-align: center;
    margin-top: 16px;
}

.top-menu h3 img {
    width: 50%;
}

.top-banners {
    margin-top: 32px;
}

.top-banner-img {
    width: 100%;
}

.top-banners li:not(:first-child) {
    margin-top: 1rem;
}

.list-link li {
    margin: 30px 35px;
}

.read-more-index {
    margin: 17px 3.75% 30px;
}

.header-label {
    width: 100%;
}

.area-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 6% 3.75% 8%;
}

.area-list li a img {
    width: 100%;
}

.notice-area {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.notice-area img {
    width: 290px;
}

.notice-area button {
    display: contents;
    border: none;
}

.notice-area img:hover {
    cursor: pointer;
}

#notice-popover {
    margin: auto;
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
}

#notice-popover .notice-contents {
    position: relative;
}

#notice-popover .notice-contents .notice-close {
    width: 40px !important;
    position: absolute;
    top: -3%;
    left: 95%;
    cursor: pointer;
}

/* スマホ向け */
@media screen and (max-width: 500px) {
    #notice-popover {
        width: 90%;
    }

    #notice-popover .notice-contents .notice-close {
        left: 91%;
    }
}
