/*
.head_visual{
	margin:0px;
	padding:240px 50px 220px;
	width:100%;
	background-image: url(/ap-test/wp-content/themes/acro-plus/images/header_blog.jpg);
	background-size:cover;
	content: "";
}
.head_visual::after{
  background-color: black;
  opacity: 0.4;
}
.head_text{
	color:#fff;
	font-size: 38px;
	text-align: center;
}
#main_section{
	padding-top:100px;
	padding-bottom:100px;

}

/*---blog------*/
/*
.post_flexbox_blog{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.ap_posts dl{
	margin-block-start: 0em;
}
.ap_posts dl dd{
	margin: 0 0em 0em;
	margin-inline-start: 20px;
	padding:5px 15px 0px;
}

.ap_posts dl dd{
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.ap_posts{
	width:450px;
	height:550px;
	border:solid 1px #cdcdcd;
	margin: 15px;
}
.posts_img {
	width:450px;
	height:300px;
}
.posts_img img{
	width:448px;
	height:300px;
}
.ap_posts{
	list-style: none;
}
.post_title{
	font-size: 20px;
	font-weight:bold;
}
.ap_posts dl dd.subinfo{
	margin-top:8px;
}

.post_desc + p{
	margin:2px;
}
.post_desc + p{
	margin:2px;
}
.post_desc > p{
	margin:2px;
}


@media (max-width:756px){
	.ap_posts{
		width:100%;
		height:auto;
		border:solid 1px #000;
		margin: 15px;
	}
	.posts_img {
		width:100%;
		height:300px;
		padding:2px;
	}
	.posts_img img{
		padding:2px;
		width:100%;
		height:300px;
	}
	#main_section{
		padding-top:50px;
		padding-bottom:100px;

	}

}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 *//*
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
/*
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.pagination a:not(.prev):not(.next):hover{
	color: #fff;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
}

/* 前へ */
/*
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ *//*
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ *//*
.pagination a.first {}
/* 最後へ *//*
.pagination a.last {}

/* Page x / y *//*
.pagination span.page_num {
    display: none;
}
