@charset "UTF-8";
.point-camp_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 5px;
}
.main-ttl {
	margin-bottom: 20px;
}
.main-content h3{
	margin-bottom: 5px;
}
.content-ttl {
	margin: 0 0 10px;
	padding: 10px 20px;
	background-color: #3e589d;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
	text-align: center;
}
.main-content__whet,
.main-content__item,
.main-content__attention,
.main-content__shop {
	margin-bottom: 30px;
}
.item-box {
	float: left;
	width: 31.33%;
	margin: 0 1%;
}
.item-box__ttl {
	margin-bottom: 10px;
	padding: 8px 0;
	border: 2px solid #fbd8d7;
	text-align: center;
	font-weight: normal;
}
.attention__important{
	font-weight: bold;
	color: #ee1623;
}
.shop-table {
	width: 100%;
	margin: 0 auto;
	font-size: 1.3rem;
}
.shop-table__w10 {
	width: 10%;
}
.shop-table__w30 {
	width: 30%;
}
.shop-table__w60 {
	width: 60%;
}
.shop-table th {
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #0068b7;
	color: #fff;
	text-align: center;
}
.shop-table td {
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #ecf6ff
}

/*===================
	help
====================*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.ul-disc {
	padding-left: 1.4em;
}
.ul-disc li {
	list-style-type: disc;
	margin-bottom: 5px;
}
/*===================
	MediaQueries
====================*/
@media screen and (max-width: 700px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.point-camp_wrap {
		padding-top: 2px;
	}
	.main-content {
		padding: 0 10px;
	}
	.item-box {
		float: none;
		width: 100%;
		margin: 0;
	}
}