@charset "UTF-8";
/* CSS Document */

/*---------------------

一覧

---------------------*/
#archive ul li{
}
#archive ul li a{
    padding: 30px;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #BEBEBE;
    position: relative;
}
#archive ul li h2{
    font-size: 2.4rem;
    width:75%;
    font-weight: 500;
}
#archive ul li .type{
    display: flex;
    justify-content: space-between;
    width: 20%;
    align-items: center;
}
#archive ul li .type .day{
    color: #606162;
    font-size: 1.6rem;
}
#archive ul li .type .cate{
    border: solid 1px #707070;
    line-height: 1;
    padding: 6px 10px;
}
#archive ul li a::after{
    position: absolute;
    font-family: "Font Awesome 6 Free"!important;
    font: var(--fa-font-regular);
    content: "\f061";
    font-weight: 900;
    top: 46%;
    right: 20px;
    color: #005AAD;
}
#archive ul li a:hover::after{
    right: 0;
}

.m-pagenation{
    margin-top: 60px;
}
.m-pagenation,
.m-pagenation__body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-pagenation__body li{
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 40px;
    margin: 0 5px;
    cursor: pointer;
}
.m-pagenation__body li.-current{
    background: #005AAD;

    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: auto;
}
.m-pagenation__next a{
    display: block;
}
.m-pagenation__next a::before{
    content: "…";
    font-size: 2.6rem;
    margin-left:10px;
} 

/*---------------------

詳細

---------------------*/
#single table td,
#single table td{
    border-color: #000;
}
#single .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#single .inner .type{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: .8rem;
}
#single .inner .type .day{
    color: #606162;
    font-size: 1.6rem;
    margin-right: 30px;
}
#single .inner .type .cate{
    border: solid 1px #707070;
    line-height: 1;
    padding: 6px 10px;
}
#single .inner .singlettl{
    font-size: 3rem;
    color: #005AAD;
    border-bottom: solid 1px #C5C5C5;
    display: block;
    padding:24px 0 30px;
    position: relative;
    margin-bottom: 30px;
}
#single .inner .txt h2{
    font-size: 2.4rem;
    color: #005AAD;
    margin: 1rem 0 0.8rem;
}
#single .inner .txt h3{
    font-size:1.8rem;
    color: #005AAD;
    margin: 1rem 0 0.8rem;
}
#single .inner .txt h4{
    font-size:1.6rem;
    color: #005AAD;
    margin: 1rem 0 0.8rem;
}
#single .inner .txt a{
    color: #FA7300;
    text-decoration: underline;
}




@media screen and (max-width:1024px) {
    #archive ul li a{
        display: block;
        padding: 20px;
    }
    #archive ul li:first-of-type a{
        padding-top: 0;
    }
    #archive ul li .type{
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 4px;
    }
    #archive ul li h2{
        width: 100%;
    }
    #archive ul li .type .day{
        margin-right: 20px;
    }
    #archive ul li a::after{
        top: 60%;
    }
}
@media screen and (max-width:769px) {
    #single .inner .singlettl{
        padding:10px 0 18px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width:425px) {
    #archive ul li{
        width: 100%;
    }
    #archive ul li a{
        padding: 15px 15px;
    }
    #archive ul li .type .day{
        font-size: 13px;
        margin-right: 10px;
    }
    #archive ul li .type .cate{
        font-size: 13px;
        padding: 4px 6px;
    }
    #archive ul li h2{
        font-size: 2rem;
    }
    #archive ul li a::after{
        right: 5px;
    }
    .m-pagenation__body li{
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 0 2px;
    }
    .m-pagenation__next a::before{
        margin-left: 4px;
    }
    #single .inner .type .day,
    #single .inner .type .cate{
        font-size: 13px;
    }
    #single .inner .type .cate{
        padding: 4px 6px;
    }
    #single .inner .type .day{
        margin-right: 10px;
    }
    #single .inner .singlettl{
        font-size: 2rem;
        padding: 6px 0 10px;
        margin-bottom: 15px;
    }
    #single .inner .txt h2{
        font-size: 1.7rem;
    }
    #single .inner .txt h3{
        font-size: 1.6rem;
    }
    #single .inner .txt h4{
        font-size: 1.4rem;
    }
    
    
}
@media screen and (max-width:330px) {
    #archive ul li h2{
        font-size: 1.8rem;
    } 
    #archive ul li a{
        padding: 10px;
    }
}