@charset "utf-8";

.picup_200506 .box:nth-child(1) > div {
    font-size: 1.42857rem;
    color: #004097;
    font-weight: bold;
    border-bottom: 1px solid #004097;
    margin-bottom: 15px;
}
.picup_200506 .box:nth-child(1) {
    width: 100%;
}
.picup_200506 .box:nth-child(2) {
    width: 50%;
}
.picup_200506 .box:nth-child(3) {
    width: 47%;
}

.picup_img4 .box:nth-child(1) > div {
    font-size: 1.42857rem;
    color: #004097;
    font-weight: bold;
    border-bottom: 1px solid #004097;
}
.picup_img4 .box:nth-child(1) {
    width: 100%;
    margin: 0 0 15px 0;
}
.picup_img4 .box {
	width: 22%;
	margin: 0px 1.5%;
}

.recd_monthly {
	display: flex;
	justify-content: flex-start;
}
.recd_monthly .box {
	width: 16%;
	margin: 10px 2%;
	text-align:center;
}


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

}

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

	.picup_200506 .box:nth-child(2) {
		width: 100%;
	}
	.picup_200506 .box:nth-child(3) {
		width: 100%;
	}
	.picup_img4 .box {
		width: 46%;
		margin: 10px 2%;
	}
	.recd_monthly .box {
		width: 46%;
	}
}

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

}
