@charset "UTF-8";
/* CSS Document */

.c5-normal__fw{
	font-weight:normal;
	margin: 0 8px 15px 0;
	}

.c5-fw__small{
	font-size:120%;
	font-weight:bolder;
	}

.c5-fontW__normal {
	font-weight:normal !important;
}

.c5-general--mb0{
	margin-bottom: 0px !important;
}

.c5-general--mt0{
	margin-top: 0px !important;
}

.c5-fontW__bold{
	font-weight:bold !important;
}

.c5-PR4__box{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.c5-PR4__box li{
	margin: 0;
	padding: 0;
	width: 24%;
	margin-left: 1%;
	text-align: center;
	display: table;
	float: left;
}

.c5-icon_B1{
	color: #2f353d !important;
	font-size: 1rem !important;
}

.c5-PR4__box li:first-child{
	padding-left: 0px;
}

.c5-PR4__box li:last-child{
	float: right;
}

.c5-PR4__box li p{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	background: #fff;
	border:solid 4px #cc0033;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	line-height: 1.5;
}

.c5-PR4__box li p span{
	color: #c93434!important;
	font-weight: bold;
	font-size: 20px;
}

.c5-row_Box{
	display: table;
	width: 100%;
}

.c5-row_Box .c5-row_Box--left{
	display: table-cell;
}

.c5-row_Box .c5-row_Box--right{
	display: table-cell;
	text-align: right;
	min-width: 375px;
}


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

	.c5-PR4__box li{
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	.c5-PR4__box li:first-child{
		padding-left: 0px;
	}

	.c5-PR4__box li p span{
		font-size: 16px;
	}

	.c5-row_Box .c5-row_Box--left{
		display: block;
		width: auto;
	}

	.c5-row_Box .c5-row_Box--right{
		display: block;
		width: auto;
		min-width: 0;
		text-align: center;
	}

}



