.pc {
	display: block;
}
.sp {
	display: none;
}

.clearfix:after {
   content: "";
   display: block;
   clear: both;
}

.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}


table th {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	background-color: #deb887;
}
table td {
	width: 33%;
	padding: 10px 5px;
	text-align: center;
}
table td:first-child{
	background-color: #ffefd5;
}
table td:nth-child(3){
	background-color: #ffefd5;
}


.nenga_merit {
	text-align: center;
}
.nenga_merit div {
	width: 33%;
	float: left;
	text-align: center;
}
.nenga_merit .text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.nenga_text_impact {
	font-size: 24px;
	font-weight: bold;
}
.nenga_koumoku {
	font-weight: bold;
	text-decoration: underline #ffd700 5px;
	text-underline-offset:0.5em;
}



@media screen and (max-width: 639px) {

.pc {
	display: none;
}
.sp {
	display: block;
}

.nenga_merit div {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}




}

