@charset "utf-8";

.item {
  width: 100%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  
}
.item-month {
  background-color:rgb(0, 112, 192);
  font-size: 14px;
  text-align:center;
  color:#FFFFFF;
  margin:0 0 8px;
  width:87%;
  
}
.item-body p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.items3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -20px;
}

.items3 .item {
  width: calc(20% - 20px);
  margin-right: 20px;
　margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.items3 {
		flex-direction: row;
	}
	.items3 .item {
		width: 40%;
        margin-right: 35px;

	}
	.item-month {
	    width:100%;
  
}
	    
}