﻿@charset "utf-8"; 

#contents .inner #article .section .titleTypeA01 h2 span {
	color: #bb385f;
}
h2 img {
	width: 150px;
	height: auto;
	padding: 5px 0;
}
h4 {
	color: #bb385f;
	margin: 10px;
}
.product_features {
	display: flex;
	margin-bottom: 10px;
}
.product_features .features_list {
	width: 33%;
}
.product_features .features_list:not(:last-child) {
	border-right: 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;
}
#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;
	margin-bottom: 10px;
}
.product_lineup .lineup_list {
	width: 25%;
}
#contents .inner #article .section .section .product_lineup .lineup_list p {
	font-size: 92%;
}

.s_borderTypeA04 {
    border: 1px solid #bb385f;
    padding: 12px;
}