@charset "UTF-8";
.c-infoBar.-bg-gradation {
    display: none;
}
.page_fv{
    height: 40vh;
    position: relative;
}
.page_fv .blog_title {
    position: absolute;
    left: 10%;
    color: #060A2F;
    top: 50%;
    z-index: 10;
    font-size: 50px;
    border-bottom: 2px solid #060A2F;
    padding: 0 8px;
    line-height: 1.4;
    transform: translateY(-50%);
	font-weight:600;
}
.page_fv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.l-footer{
background: #fff;
}
#footer #nav_menu-2 #menu-menu-3 li a {
    color: #333;
}
.l-footer .copyright {
    color: #333;
}
.c-fixBtn {
    border: 3px solid var(--color_main);
}
			.blog_box_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
}

.blog_box {
    width: 22%;
    margin-bottom: 30px;
}

.blog_box_date {
    font-size: 13px;
	    margin-right: 10px;
}
.blog_box_date:before {
    content: "\e931";
    font-family: 'icomoon';
}
.blog_box_title {
    line-height: 1.6;
	font-size: 16px;
}
.blog_box a {
    transition: 0.6s;
}
.blog_box a:hover {
    opacity: 0.6;
}
.blog_box_title a {
    font-weight: 600;
	font-size: 16px;
    line-height: 1.6;
    color: #222;
    text-decoration: none;
}
.blog_box p {
    font-size: 14px;
    line-height: 1.6;
}
.blog_box_img {
    margin-bottom: 5px;
aspect-ratio: 4 / 3;	
}
.blog_box_img img {
    height: 100%;
    object-fit: cover;
}
.article_info{
    display: flex;
    margin-top: 10px;
	flex-wrap: wrap;
	align-items: center;
    margin-bottom: 10px;
}

.article_info ul {
    display: flex;
	list-style: none;
}
.article_info ul li a {
    color: #222;
    text-decoration: none;
    border: 1px solid #222;
    padding: 0 5px;
    font-size: 12px;
    margin-right: 10px;
    display: block;
    line-height: 26px;
}
.pagination {
    display: flex;
    justify-content: center;
	    margin-top: 5em;
}

.pagination a.next {
    padding: 0 10px;
}
.pagination a.prev {
    padding: 0 10px;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
    background-color: #060A2F;
    color: #fff;
}
.p-articleFoot {
    display: none;
}
.c-categoryList:before {
    content: none;
}
a.c-categoryList__link.hov-flash-up {
    color: #222;
    text-decoration: none;
    border: 1px solid #222;
    padding: 0 5px;
    font-size: 12px;
    margin-right: 10px;
    display: block;
    line-height: 26px;
    background: none;
}
.l-mainContent__inner>.post_content {
    margin: 2em 0;
}
@media screen and (max-width: 760px) {
.page_fv .blog_title {
    left: 5%;
    font-size: 30px;
}
.blog_box {
    width: 46%;
        margin-bottom: 20px;
}
.blog_box p {
    font-size: 12px;
}
.article_info {
    margin-top: 6px;
    margin-bottom: 6px;
}
	.article_info ul{
		    margin-top: 5px;
	}
	.blog_box_date {
    margin-top: 5px;
}
.blog_box_title {
    font-size: 15px;
}
.c-postTitle__ttl {
    font-size: 4vw;
}
#main_content .post_content {
    font-size: 15px;
}
}