@charset "utf-8";
/* CSS Document */

#contWrap {
	background-color: #eaeaea;
	padding-bottom: 10px;
	font-size: 16px;
}
#contWrap #top {
	font-size: 26px;
	padding-bottom: 40px;
	text-align: center;
}
#contWrap #top h2 {
	margin-bottom: 30px;
}
#contWrap #top h3 {
	color: #eb5c41;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 20px;
}
#contWrap #top h3 + p {
	color: #211f58;
	font-size: 46px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
#contWrap #top ul {
	background-color: #fff;
	width: 70%;
	color: #333;
	font-size: 20px;
	margin: 0 auto 15px auto;
	padding:15px 0;
	border-radius: 10px;
}
#contWrap #top ul + p {
	font-size: 24px;
}
#contWrap #top ul + p span {
	color: #eb5c41;
	font-weight: bold;
}
#contWrap #merit {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	margin: 0 30px 40px;
	padding: 0 0 30px 0;
}
#contWrap #merit h2 {
	background-color: #eb5c41;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	padding: 10px;
}
#contWrap #merit h3 {
	background: url(images/merit-h3bg.png) left bottom no-repeat;
	color: #211f58;
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0 15px;
	padding: 0 10px 10px;
	display: inline-block;	
}
#contWrap #merit .meritDetail {
	margin: 0 60px;
	line-height: 1.5em;
}
#contWrap #merit ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#contWrap #merit .merit1 ul {
	justify-content: center;
}
#contWrap #merit ul li {
	width: 32%;
	margin: 0 0.65%;
}
#contWrap #merit ul li img {
	border: #ccc solid 1px;
}
#contWrap #merit ol {
	margin-bottom: 15px;
}
#contWrap #merit .meritOther {
	border: #ccc solid 1px;
	font-size: 14px;
	text-align: left;
	padding: 20px 30px;
}
#contWrap #merit .meritOther h3 {
	color: #eb5c41;
	background: none;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
}
#contWrap #merit .meritOther dl {
	margin-top: 10px;
	padding-left: 1.5em;
}
#contWrap #merit .meritOther dl dt{
	font-weight: bold;
}
#contWrap #merit .meritOther .floatImg {
	width: 32%;
	float: right;
	text-align: center;
}

#contWrap #pickup {
	border-radius: 10px 10px 0 0;
	text-align: left;
	margin: 0 30px 40px;
}
#contWrap #pickup h2 {
	background-color: #eb5c41;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#contWrap #pickup .pickup_item {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0;
}
#contWrap #pickup .pickup_item a {
	display: block;
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	border: #ccc solid 1px;
	padding: 20px;
} 
#contWrap #pickup .pickup_item a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#contWrap #pickup .pickup_item .titleArea {
	display: flex;
	border-bottom: #ccc solid 1px;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
#contWrap #pickup .pickup_item .titleArea h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
}
#contWrap #pickup .pickup_item .titleArea .icon {
	padding-right: 10px;
}
#contWrap #pickup .pickup_item .titleArea .icon .maru {
	display: inline-flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	border-radius: 50%;
	vertical-align: top;
	width: 60px;
	height: 60px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	background-color: #f7fd45;
}
#contWrap #pickup .pickup_item .detailArea {
	display: flex;
	justify-content: space-between;
}
#contWrap #pickup .pickup_item .detailArea .mainImg {
	width: 47%;
}   
#contWrap #pickup .pickup_item .detailArea .subImg {
	width: 50%;
} 
#contWrap #pickup .pickup_item .detailArea dl {
	font-size: 12px;
	margin-top: 15px;
} 
#contWrap #pickup .pickup_item .detailArea dt {
	float: left;
	font-weight: bold;
} 
#contWrap #pickup .pickup_item .detailArea dd {
	margin-bottom: 4px;
} 
#contWrap #pickup .pickup_item .price {
	clear: both;
	color: #eb5c41;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
} 
#contWrap #pickup .pickup_item .price .priceRegular {
	color: #333;
	font-size: 16px;
	font-weight: normal;
} 
#contWrap #pickup .pickup_item .linkBtn {
	text-align: center;
	background-color: #fff14f;
	font-size: 24px;
	font-weight: bold;
	margin: 0 10px 10px;
	padding: 0.8em 0;
	border-radius: 50px;
	border: #aaa solid 1px;
} 
#contWrap #chart {
	padding-top: 50px;
	margin: -50px 30px 20px;
}
#contWrap #chart h2 {
	color: #211f58;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 20px 0;
}
#contWrap #chart table {
	text-align: center;
}
#contWrap #chart .tableCover {
	clear: both;
	/*overflow: scroll;*/
	padding-bottom: 10px;
	white-space: nowrap;
}
#contWrap #chart .tableCover table {
	background-color: #999;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
#contWrap #chart .tableCover table a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}
#contWrap #chart .tableCover table a span {
	color: #f00;
	font-size: 16px;
	text-decoration: underline;
}
#contWrap #chart .tableCover table a:hover {
	background-color: #ffe955;
}
#contWrap #chart .tableCover table a:hover span {
	text-decoration: none;
}
#contWrap #chart .tableCover th {
	background-color: #fff;
	padding: 5px;
}
#contWrap #chart .tableCover td {
	background-color: #fff;
	text-align: center;
	padding: 5px;
	width: 11.7%
}
#contWrap #chart .tableCover .trColor th {
	font-size: 12px;
	background-color: #eee;
}
#contWrap #chart .tableCover .trColor th:nth-child(even)  {
	background-color: #333;
	color: #fff;
}
#contWrap #chart .tableCover .size {
	background-color: #fcf89d;
	/*width: 4em;*/
}
#contWrap #chart .tableCover .blank {
	background-color: #fff;
}

.innerWrap .img800 {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

