@charset "UTF-8";

/* Topics */
.topics_kasou {
	margin: 0 auto 40px auto;
}

.topics_kasou h2 {
	margin-bottom: 30px;
}

.topics_kasou>.topics_box {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 40px;
}

@media screen and (max-width: 1000px) {
	.topics_kasou>.topics_box {
		flex-direction: column;
    margin: 0;
	}
}



.topics_kasou>.topics_box article {
	padding: 0 3% 50px 0;

}

.topics_kasou>.topics_box::after{
  content:"";
  display: block;
  width:30%;
}

.topics_kasou>.topics_box>article:nth-of-type(3n) {
	padding-right: 0;
}
