@charset "utf-8"; 

.section p.center {
	text-align: center;
	margin-top: 10px;
}
.section .inner {
	width: 100%;
}
.section .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#sp_contents .titleTypeA01 h2 span {
    color: #000;
    font-size: 92%;
    font-weight: normal;
}
#sp_contents .section p.mb20 {
    margin-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.mb10 {
	margin-bottom : 10px !important;
}
.special_area .page_title {
	color: #0070C0;
	font-size: 14px;
	margin-bottom: 10px;
}
.special_area .note {
	font-size: 92%;
}
.special_area .photo_list li {
	border: 0 !important;
	background: none !important;
}
.special_area .product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: speace-between;
}
.special_area .product_list li {
	border: 0 !important;
	background: none !important;
}
.special_area .product_list li .image {
	padding: 0 30px;
	display: flex;
	align-items: flex-end;
}
.special_area .image_note {
	font-size: 92%;
}
.special_area .product_list li p {
	text-align: center;
}
.special_area .page_column_part {
	margin-bottom: 20px;
}
#contents .inner #article .section .section p.s_smalltextR {
	font-size: 92%;
}
#contents .inner #article .section .section p.s_smalltext {
	font-size: 92%;
}
.special_area .page_column_inner h4 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
@media print {
	#sp_contents .special_area .photo_list li {
		width: 48%;
	}
	#sp_contents .special_area .photo_list li img {
		width: 100%;
		height:auto;
		text-align: center;
	}
	#sp_contents .special_area .product_list li {
		width: 17%;
	}
	#sp_contents .special_area .product_list li .image img {
		width: 100%;
		height: auto;
	}
}