header{
	margin-top: -1%;
}

.breadcrumbs{
	padding-top: 7%;
}

main{
	padding-top: 0;
}

.category-top-img{
	margin-bottom: 5%;
	box-shadow: 0 8px 15px 0 rgb(0 0 0 / 90%);
}

.post-inner{
	max-width: 1100px;
	margin: auto;
}

.post .box-1{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-bottom: 15%;
}

.post .box-1 li{
	width: 23%;
	text-align: center;
	margin-bottom: 5%;
}

.post-time{
	font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.post-title{
	display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.post .box-1 li img{
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 90%);
	margin-bottom: 7%;
}

.post-inner .center img {
  width: 330px;
  margin-bottom: 7%;
}

.post-inner .center img.add {
  width: 300px;
  margin-bottom: 7%;
}


.pagination{
	text-align: center;
	margin-bottom: 5%;
}

span.page-numbers.current{
	padding: 7px;
  font-size: 12px;
  margin: 3px;
  display: inline-block;
  border: 1px solid #000;
}

a.page-numbers{
	border: 1px solid #000;
  padding: 7px;
  font-size: 12px;
  background-color: #000;
  margin: 3px;
  color: #fff;
  font-weight: bold;
}

.post .box-1:before {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

.post .box-1:after {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

@media only screen and (max-width:830px){
	.post .box-1 {
    padding: 0 3%;
	}
}




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

	.sec-1 {
    padding-top: 0px;
	}

	.category-top-img {
    margin-bottom: 10%;
	}

	.post-inner .center img {
    width: 170px;
	}

	.post-inner .center img.add{
		width: 165px;
	}

	.post .box-1 {
    padding: 0;
	}

	.post .box-1 li {
    width: 100%;
    text-align: center;
    width: 85%;
    margin: auto;
    margin-bottom: 8%;
	}

	.post .box-1 {
    margin-bottom: 5%;
	}



}

@media only screen and (max-width:320px) {

}
