@charset "UTF-8";

.contents .img {
	width:100%;
	margin-bottom:60px;
}
.contents .img img {
	width:calc(20% - 10px);
}

table.price {
	width:100%;
	max-width:500px;
	border-collapse:collapse;
	margin-bottom:45px;
}
table.price th,
table.price td {
	border:1px solid #cccccc;
	padding:1em;
	vertical-align:middle;
}
table.price th {
	text-align:center;
	background-color:#2F8272;
	color:#FFFFFF;
	font-weight:500;
}
table.price td:nth-child(-n+2) {
	text-align:center;
	width:25%;
}

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

}

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

}

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

}

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

.contents .img {
	margin-bottom:30px;
}
.contents .img img {
	width:calc(33% - 4px);
	margin-bottom:8px;
}
.contents .img img:last-child {
	margin-left:7px;
	margin-right:auto;
}

table.price {
	margin-bottom:30px;
}
table.price th {
	font-size:1.3rem;
	padding:.5em 0;
}
table.price td {
	font-size:1.3rem;
	padding:.5em;
}

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

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

}