@charset "UTF-8";

/* Post_list
=======================================================*/
#pagetitle {
    background-image: url(../img/pagetitle-bg_info.png);
}

/*バッジを調整*/
.grecaptcha-badge {
    display: none;
}
.container{
    padding-bottom: 50px;
}
.list_box{
    display: flex;
    flex-direction: row;
    margin: 100px auto;
}

.cat_day{
    width: 25%;
    padding-left: 10%;
}

.cat_day .news_cat{
    display: inline-block;
    width: 135px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    border-left: solid 3px var(--color_4);
    border-bottom: solid 1px var(--color_4);
}
.cat_day .cat_about-work {
    border-left: solid 3px var(--color_5);
    border-bottom: solid 1px var(--color_5);
}
.day{
    display: inline-block;
}

.title_exc{
    width: 75%;
    padding-left: 5%;
}
.title_exc .title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -0.5em;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .cat_day{
        width: 20%;
        padding-left: 0;
    }
    .title_exc{
        width: 80%;
        padding-left: 5%;
    }
}

@media screen and (max-width: 896px) {
    .cat_day .news_cat{
        width: 120px;
    }
    .day{
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .list_box{
        display: block;
        margin: 50px auto;
    }
    .cat_day{
        width: 90%;
        margin: 0 auto;
    }
    .title_exc{
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }
    .title_exc .title {
        margin-top: 0.5em;
    }
}

/*=======================================================
Search
=======================================================*/
/* 結果あり */
#search_info .presence {
    margin-bottom: 45px;
}

#search_info .presence .search-result {
    width: calc(100% - 350px);
    font-size: 13px;
    line-height: 1;
    float: left;
}

#search_info .presence .re-search {
    width: 300px;
    float: right;
}

/* 結果なし */
#search_info .absence .search-message {
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(180, 180, 180);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: rgb(180, 0, 0);
}

#search_info .absence .search-word {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}

#search_info .absence .re-search {
    width: 100%;
    max-width: 450px;
    padding: 9px;
    margin: 25px auto 0;
    box-sizing: border-box;
    background-color: rgb(240, 240, 240);
}

#search_info .absence .re-search form {
    background-color: #fff;
}

#search_info .absence .re-search form .wp-block-search__inside-wrapper {
    border: 1px solid rgb(225, 225, 225);
}

#search_info .absence .transition {
    width: 100%;
    max-width: 450px;
    margin: 25px auto 0;
    text-align: center;
}

#search_info .absence .transition a {
    width: 120px;
    padding: 13px 0;
    border-radius: 60px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
    background-color: var(--color_1);
    display: inline-block;
}

#search_info .absence .transition a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
}
