@charset "UTF-8";

/* information style */
.information-column {
	border-bottom: #cccccc solid 1px;
	margin-bottom: 74px;
}
.information-column .info-ttl {
  color: #c5003e;
  font-family: 'Times New Roman';
  font-size: 50px;
  margin-bottom: 18px;
}
.info-txt {
	margin-bottom: 50px;
}
.information-column h3 {
	font-size: 24px;
	margin-bottom: 60px;
}
.information-column span {
	background: url('../cart_images/information/info_icon.png') no-repeat 0 50%;
	display: inline-block;
	font-size: 14px;
	margin-left: 30px;
	padding-left: 30px;
}
.information-shop h4 {
	background: #c5003e;
	color: #fff;
	font-size: 21px;
	padding: 24px 0 24px 30px;
}
.information-shop li {
	border: #c5003e solid 1px;
	float: left;
	margin: 0 55px 45px 0;
	width: 460px;
}
.information-shop li:nth-child(2n) {
	margin: 0 0 45px 0;
}
.information-shop p {
	padding: 30px;
}
.information-column .others-ttl {
  font-size: 24px;
}
.information-others li {
	padding: 45px 0;
}
.information-others li:first-child {
	border-bottom: #cccccc solid 1px;
}
.information-others p:first-child {
	display: inline-block;
	font-size: 20px;
	width: 408px;
}
.information-others p:last-child {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	line-height: 2;
}
