/* Information */
/*--------メイン--------*/
.page-archive {
    padding-bottom: 60px
}

.page-archive h2:not(.title) {
    margin-top: 40px
}

.page-archive .archive-list {
    margin-top: 40px
}

.page-archive .archive-list li {
    width: 100%;
    margin: 0;
}

.page-archive .archive-list li a {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #efefef;
}

.page-archive .archive-list li span {
    display: block;
    width: 15%;
    font-weight: 500;
}

.page-archive .archive-list li span::before {
    content: '-　';
    color: #999;
}

.page-archive .archive-list li h3 {
    padding-left: 1em;
    width: 85%;
    font-weight: 500;
}

.page-archive .archive-list a:hover {
    background-color: #efefef;
    transform: translateX(5px);
    transition: .3s;
    opacity: 1;
}

#single-information .text {
    margin-bottom: 50px;
}

#single-information .text h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.0909090909;
    font-weight: 500;
    color: #fff;
    background: #191919;
    margin: 50px 0;
    padding: 10px
}

#single-information .text .text-inner {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    padding: 0 15px
}
#single-information .date {
    text-align: right;
}

/*TB*/
@media all and (max-width: 1199px) {
    #single-information .text h1 {
        margin-top: 70px;
        margin-bottom: 40px
    }
    .page-archive .archive-list li span {
    font-size: 14px;
    width: 20%;
}

.page-archive .archive-list li h3 {
   font-size: 14px;
   width: 80%;
}
}

/*SP*/
@media all and (max-width: 430px) {
    #single-information .text h1 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4444444444
    }

    .page-archive .archive-list li a {
        display: flex;
        flex-direction: column;
    }

    .page-archive .archive-list li span {
        width: 100%;
    }

    .page-archive .archive-list li h3 {
        width: 100%;
    }
}