@media (max-width: 1024px) {

.eyecatch{
    padding-top:210px;
}
.blog_page .news02 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 70px;
}
.blog_page .news02:nth-child(4n){
    margin-right:auto;
}
.blog_page .news02:nth-child(2n){
    margin-right:0;
}
.main_contents header{
    display:block;
}
.category_page .col-md-4 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 70px;
}
.category_page .col-md-4:nth-child(4n){
    margin-right:auto;
}
.category_page .col-md-4:nth-child(2n){
    margin-right:0;
}






}/*-- max-width:1024 end --*/



@media (max-width: 754px) {

.eyecatch{
    padding-top:130px;
}
.container2{
    padding:60px 0 50px 0;
}
.wp-pagenavi {
    margin-top: 0;
}
.category_page h2 .post-categories a {
    font-size: 16px;
    padding: 5px 10px;
}
.news_desc{
    position:relative;
}
.news_desc p{
    height:40px;
    overflow: hidden;
}
.blog_page h2 {
    font-size: 14px;
}
.blog_page .news02 {
    width: 47%;
    margin-right: 6%;
}
.category_page .col-md-4{
    width:47%;
    margin-right:6%;
}
.main_contents{
    padding:50px 0;
}
.main_contents h2{
    margin-bottom:40px;
}
.all_news a{
    padding-top:50px;
}
.main_contents h2.article_title {
    font-size: 15px;
    letter-spacing: 1px;
}
.main_contents .post-categories {
    top: -5px;
}
.main_contents .post-categories a{
    font-size:11px;
    padding:5px 6px;
}

ul.archive_list {
    justify-content: flex-start;
    margin: 30px auto 0 auto;
}
ul.archive_list::before{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
ul.archive_list li {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}
ul.archive_list li a{
    font-size:11px;
    padding:5px 6px;
}

.category_page h2 .post-categories {
    top: -54px;
}

.post-categories a{
    font-size:11px;
    padding:5px 6px;
}

.category_page .col-md-4 {
    margin-bottom: 50px;
}


}/*-- max-width:754 end --*/