@charset "euc-jp";

#page-info .inner {
	padding: 40px 60px;
}
#page-info .container_section {
	margin-bottom: 80px;
}
#page-info .ttl_h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#page-info .def_lst_dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#page-info .def_lst_dd {
	margin-bottom: 20px;
	font-size: 15px;
}

#page-info .credit-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#page-info .credit-list-item {
	width: 47.223%;
	margin-bottom: 40px;
	position: relative;
}
#page-info .credit-list-item-img {
	border: 1px solid #ccc;
}
#page-info .credit-list-item-txt {
	margin-top: 10px;
	text-align: center;
}
#page-info .credit-list-item-num {
	position: absolute;
	top: -10px;
	left: 5px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff9600;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	border-radius: 50%;
}
#page-info .coupon-list-item {
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}
#page-info .coupon-list-item .color {
	font-weight: bold;
	background-color: #FFFF00;
}

@media screen and (max-width: 767px) {
	#page-info .inner {
		padding: 40px 4%;
	}
	#page-info .container_section {
		margin-bottom: 60px;
	}
	#page-info .ttl_h2 {
		font-size: 17px;
	}

	#page-info .credit-list-item {
		width: 100%;
	}
	#page-info .credit-list-item-txt {
		text-align: left;
		font-size: 15px;
	}
}


