@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents{
	padding-bottom: 60px;
}
#contents h5{
	color: #1B1464;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#contents .contentswrap div{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}
#contents .contentswrap div dl{
	float: left;
	width: 49%;
	padding: 35px 40px;
	background: #E6E6E6;
	margin-bottom: 20px;
}
#contents .contentswrap div dl:nth-child(2n){
	float: right;
}
#contents .contentswrap div dl dd span{
	color: #1B1464;
	margin-right: 5px;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	#contents{
		padding-bottom: 30px;
	}
	#contents h5{
		color: #1B1464;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	#contents .contentswrap div dl{
		float: none;
		width: 100%;
		padding: 15px 20px;
		background: #E6E6E6;
		margin-bottom: 10px;
	}
	#contents .contentswrap div dl:nth-child(2n){
		float: none;
	}
}










