@charset "utf-8";

.fbox5{
	display: flex;
}
.fbox5 .fcol{
	width: calc(20% - 16px);
}
.fbox5 .fcol:not(last-of-type){
	padding-right: 16px;
}
.fbox5 .fcol img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 736px){
	.fbox5{
		display: block;
	}
	.fbox5 .fcol{
		width: 100%;
		padding: 20px 40px;
	}
	.fbox5 .fcol img{
		width: calc(100% - 80px);
	}
}

.txt_right{
	display: block;
	text-align: right;
}
.p_b10{
	padding-bottom: 10px;
}
