/*
CTC Separate Stylesheet
Updated: 2022-11-11 07:36:53
*/

@media screen and (max-width: 767px) {
    .headerTop__brandName a {
        padding-left: calc(133px + 12px);
        width: auto;
        text-indent: 0;
        font-size: 14px;
        text-decoration: none;
        line-height: 50px;
        color: #333333;
    }
}

@media screen and (min-width: 768px) {
    .headerTop__brandName a {
        padding-left: calc(133px + 24px);
        width: auto;
        text-indent: 0;
        font-size: 20px;
        text-decoration: none;
        line-height: 50px;
        color: #333333;
    }

    .GNav__menu .mainMenu {
        justify-content: flex-start;
    }
}

.widget h2,
.widget .wp-block-search__label {
    color: #999999;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.5;
}

.widget .wp-block-search__button {
    border: 0;
    background-color: #4F17A8;
    color: #ffffff;
    width: auto;
    white-space: nowrap;
}

/* home */
.columnNews {
    margin-top: 80px;
}

/*
.postList {
    padding-top: 0;
    padding-bottom: 80px;
    border: 0;
}

.postList .title {
    padding-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 2.4rem;
}

.postList .title a {
    color: #333333;
    text-decoration: none;
}

.postList .title a:hover {
    color: #333333;
    text-decoration: underline;
}

.postList .date_cat {
    margin: 16px 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postList .date {
    color: #999999;
}

.postList .category {
    border: 2px solid #4F17A8;
    border-radius: 54px;
    padding: 8px 18px;
    line-height: 1;
    color: #4F17A8;
}

.postList .excerpt {
    line-height: 2;
}

.postList .excerpt_more {
    text-align: right;
    margin-top: 15px;
}

.postList .excerpt_more a {
    color: #4F17A8;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.postList .excerpt_more a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    background-color: #4F17A8;
}
*/
.wp-pagenavi {
    text-align: center;
    margin: 40px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-weight: normal;
    border: 1px solid #4F17A8;
    padding: 3px 10px !important;
    margin: 0 4px;
    display: inline-block;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    text-decoration: underline;
}

.Footer__copyYear {
    justify-content: space-between;
}

.Footer__copyYear a {
    color: #333;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    .columnNews {
        margin-top: 40px;
    }

    .postList {
        padding-bottom: 40px;
    }

    .postList .title {
        padding-bottom: 8px;
        font-size: 1.8rem;
    }

    .postList .title a {
    }

    .postList .title a:hover {
    }

    .postList .date_cat {
    }

    .postList .date {
    }

    .postList .category {
    }

    .postList .excerpt {
    }

    .postList .excerpt_more {
    }

    .postList .excerpt_more a {
    }

    .postList .excerpt_more a:before {
    }

    .ftsmap {
        padding: 30px 0 6px;
    }

    .footerMenuFirst,
    .footerMenuSecond,
    .footerMenuThird {
        border-bottom: 0;
        padding: 0;
    }

    .Footer__copyYear {
        padding: 30px 0;
    }

    .Footer__copyYear a {
        font-size: 1.4rem;
    }

    #js_copyYear {
        margin-top: 20px;
    }
}