@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------*/
.c-text-bold{
	font-size:21px;
	line-height:1.8; 
	font-weight:bold;
	margin:50px 0 30px;
}
.block-center{
	max-width:630px;
}
.c-text-m {
	margin-top: 20px;
	color: #444;
	font-weight: bold;
}
.tx_m_b img {
	height:100%;
	padding-right: 12px;
}
.lineup {
	width: 40%;
	margin: 30px auto 10px;
}
.lineup p {
	font-size: 18px;
	color: #fff;
	padding: 10px;
	background-color: #729330;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 768px) {
.lineup {
	width: 64%;
}
}
@media (max-width: 425px) {
.c-text-bold {
	margin:50px 0;
}
.c-text-m {
	margin-top: 0;
}
.tx_m_b {
	margin-bottom: 50px;
}
}