@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------

***************************************************************************************/

[id^="info-"] + [id^="info-"] {
	margin-top: 100px;
}
@media only screen and (max-width: 640px) {
	[id^="info-"] + [id^="info-"] {
		margin-top: 50px;
	}	
}

#content h2 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
}
#content h2 img {
	height: 60px;
	display: inline-block;
	position: relative;
	top: -15px;
	right: 15px;
}
@media only screen and (max-width: 640px) {
	#content h2 {
		font-size: 18px;
	}
	#content h2 img {
		height: 32px;
		top: -5px;
	}
}

#content h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
	padding: 22px 10px;
}
#content #info-last h3 {background-color: #e1f5ff;}
#content #info-new h3  {background-color: #ffe6e9;}

@media only screen and (max-width: 640px) {
	#content h3 {
		margin-top: 25px;
		font-size: 16px;
		padding: 20px 10px;
	}
}

#content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 30px 0;
}
#content ul li {
	width: 48.5%;
}
#content ul li a {
	display: block;
	line-height: 1.6;
	padding: 15px 30px 15px 0;
	border-bottom: 1px solid #d3d3d3;
	height: 100%;
	background: #fff url("../../../img/common/ic_arrow_red.svg") right 10px center / 10px auto no-repeat;
}
#content ul li a:hover {
	color: #ed1e36;
	opacity: 1;
}
@media only screen and (max-width: 640px) {
	#content ul {
		padding: 15px 10px 0;
	}
	#content ul li {
		width: 100%;
	}
	#content ul li a {
		background-size: 8px auto;
	}
}

#content p.all {
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}
#content p.all a {
	font-weight: 700;
	text-decoration: underline;
}
#content p.all a:hover {
	color: #ed1e36;
	opacity: 1;
}