@charset "utf-8"; 

p.txt_subtitle {
  font-size: 14px;
	color: #0070C0;
}
.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;
}
#contents .inner #article .section .titleTypeA01 h2 span {
	color: #bb385f;
}
#sp_contents .section .center h2 img {
	width: 150px;
	height: auto;
	padding: 5px 0;
}
h4 {
	color: #bb385f;
}
.product_features {
	margin-bottom: 10px;
}
.product_features .features_list {
	border-bottom: solid 1px #bb385f;
}
.product_features .features_list .txt_subtitle {
	display: inline-block;
	background-color: #bb385f;
	padding: 3px;
	color: #fff;
}
.product_features .features_list .txt_subtitle_right {
	display: inline-block;
	background-color: #f00;
	padding: 3px;
	color: #fff;
	float: right;
}
.product_features .features_list .txt_title {
	color: #bb385f;
	clear: both;
}
#sp_contents .section .product_features .features_list .center img {
	width: 200px;
	height: auto;
}
#contents .inner #article .section .section .product_features .features_list p.s_smalltextR {
	font-size: 84%;
	text-align: right;
}
#contents .inner #article .section .section p.s_smalltextR {
	font-size: 92%;
	text-align: right;
}
#contents .inner #article .section .section p.txt_subtitle_right {
	display: inline-block;
	background-color: #f00;
	padding: 3px;
	color: #fff;
	text-align: center;
}
.product_lineup {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.product_lineup .lineup_list {
	width: 50%;
	padding: 10px;
}
#contents .inner #article .section .section .product_lineup .lineup_list p {
	font-size: 92%;
}
.s_borderTypeA04 {
    border: 1px solid #bb385f;
    padding: 0 5px 5px 5px;
    overflow: hidden;
}
#contents .inner #article .section .section.mb25 {
	margin-bottom: 15px;
}
@media print {
	.product_lineup {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.product_lineup .lineup_list {
		width: 45%;
		padding: 10px;
	}
}