@charset "shift_jis";
/*==============================================
 common
============================================= */
.headerIn,
.footerIn,
.copyRightIn {
	width: 1030px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

@font-face {
    font-family: iconfont;
    src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978);
    src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.woff?1449568682978) format("woff"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}

#mainContents {
	background: #EBF0F5;
	padding-bottom: 90px;
}


/*==============================================
 看板
============================================= */
.titleWrap {
	width: 100%;
	height: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/mainimg_2026-03.webp) no-repeat center top;
	box-sizing: border-box;
}
h1 {
	width: 100%;
	height: 368px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
}

/*==============================================
 注目記事
============================================= */
.feature_article {
	width: 100%;
	background: #fff;
	margin: auto;
	padding: 50px 0 60px;
}
.feature_article h2 {
	width: 91px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/feature_article_ttl.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 30px;
}
.feature_article ul {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	justify-content: center;
	margin: auto;
	box-sizing: border-box;
}
.feature_article li {
	width: 280px;
	margin: 0 25px;
}
.feature_article li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -.01em;
	word-break: break-all;
	margin-top: 15px;
}
.feature_article li a {
	display: block;
	position: relative;
}
.feature_article li a:before {
	display: block;
	content: "記事を読む";
	width: 130px;
	height: 80px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/feature_article_link.png) no-repeat 0 0;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 1;
	color: #fff;
	padding: 58px 0 0 54px;
	box-sizing: border-box;
	transition: all ease .3s;
}
.feature_article li a:hover:before {
	opacity: 0;
}


/*==============================================
 注目モデル
============================================= */
.feature_product {
	width: 1030px;
	background: #fff;
	margin: 75px auto 0;
	padding: 60px 0 30px;
}
.feature_product .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 50px;
	gap: 25px 0;
}
.feature_product .lead {
	width: 280px;
	box-sizing: border-box;
}
.feature_product .lead h2 {
	width: 60%;
	height: 35px;
	border: 1px solid #000;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	padding-left: .5em;
	box-sizing: border-box;
	position: relative;
}
.feature_product .lead h2::after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	left: 62px;
	bottom: -10px;
	transform: rotate(30deg);
}
.feature_product .lead h2::before {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 60px;
	bottom: -10px;
	transform: rotate(30deg);
}
.feature_product .lead h3 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 22px;
	border-bottom: 5px solid #7d889b;
	padding-bottom: 13px;
	position: relative;
}
.feature_product .lead h3::before {
	content: "";
	display: block;
	border-bottom: 5px solid #375F96;
	width: 33.33%;
	position: absolute;
	bottom: -5px;
}
  .feature_product .lead h3::after {
	content: "";
	display: block;
	border-bottom: 5px solid #6F473C;
	width: 33.33%;
	position: absolute;
	left: 33.33%;
	bottom: -5px;
  }
.feature_product .lead p {
	font-size: 15px;
	line-height: 1.9;
	margin-top: 25px;
	word-break: break-all;
}
.feature_product .prd_box {
	width: 280px;
	margin: 0 0 30px;
}
.feature_product .prd_box p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}
.feature_product div:nth-child(1 of .prd_box) p, .feature_product div:nth-child(2 of .prd_box) p {
	color: #eb6754;
}
.feature_product div:nth-child(3 of .prd_box) p, .feature_product div:nth-child(4 of .prd_box) p, .feature_product div:nth-child(5 of .prd_box) p {
	color: #1da0b7;
}
.feature_product .prd_box p span {
	display: block;
	background: #000;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 9px;
	padding: 6px 0 4px;
}
.feature_product .prd_box p span.for_home {
	background: #eb6754;
}
.feature_product .prd_box p span.for_business {
	background: #1da0b7;
}
.feature_product .prd_box .prd_info {
	display: block;
	overflow: hidden;
	margin: 10px 0 0;
}
.feature_product .prd_box .prd_info dl {
	width: 130px;
	float: left;
}
.feature_product .prd_box .prd_info dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	word-break: break-all;
	padding-top: 8px;
}
.feature_product .prd_box .prd_info dd small {
	display: block;
	font-size: 11px;
	color: #888;
	margin: 12px auto 6px;
}
.feature_product .prd_box .prd_info dd strong {
	font-size: 20px;
	font-family: verdana;
	color: #DB3E26 !important;
}
.feature_product .prd_box .prdimg {
	display: block;
	width: 140px;
	float: right;
}

.rev_btn {
	display: flex;
	height: 36px;
	margin-top: 20px;
}
.rev_btn dt {
	display: table-cell;
	vertical-align: top;
	background: #6e788a;
	width: 55px;
	position: relative;
}
.rev_btn dt::before {
	content: "満足度・レビュー";
	display: block;
	width: 55px;
	height: 36px;
	font-size: 10px;
	color: #fff;
	line-height: 1.25;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 0 0 7px;
	box-sizing: border-box;
}
.rev_btn dt img {
display: none;
}
.rev_btn dd.on, .rev_btn dd.off {
	display: flex;
	flex: 1;
	vertical-align: top;
}
.rev_btn dd.on a {
	position: relative;
	border-left: none;
	flex: 1;
	border: 1px solid #6e788a;
	border-left: none;
	height: 36px;
	overflow: hidden;
	display: block;
	color: #333;
	box-sizing: border-box;
}
.rev_btn dd.on a:hover,
.rev_btn dd.off > a:hover {
	background-color: #f5f7fa;
}
.rev_btn dd.off > a {
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/review_postbtn.svg) no-repeat center;
	background-size: 180px;
	border: 1px solid #6e788a;
	border-left: none;
	box-sizing: border-box;
	position: relative;
	flex: 1;
}
.rev_btn dd.off > a span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
	opacity: 0;
	visibility: hidden;
}
.rev_btn dd.on .revnum {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 8px;
}
.rev_btn dd .num {
	color: #000;
	display: inline-block;
	font-family: Verdana;
	font-size: 125%;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -0.05em;
}
.rev_btn dd .sup {
	height: 15px;
	display: flex;
	align-items: end;
	font-size: 85%;
	line-height: 100%;
	margin-left: 4px;
}
.rev_btn dd .stars {
	display: inline-block;
	height: 13px;
	width: 69px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/star_all_2026-03.svg) no-repeat;
	background-size: 100%;
	margin-left: 2px;
}
.rev_btn dd .stars.s5 {background-position: 0 1px;}
.rev_btn dd .stars.s4half {background-position: 0 -13px;}
.rev_btn dd .stars.s4 {background-position: 0 -26px;}
.rev_btn dd .stars.s3half {background-position: 0 -39px;}
.rev_btn dd .stars.s3 {background-position: 0 -52px;}
.rev_btn dd .stars.s2half {background-position: 0 -65px;}
.rev_btn dd .stars.s2 {background-position: 0 -78px;}
.rev_btn dd .stars.s1half {background-position: 0 -92px;}
.rev_btn dd .stars.s1 {background-position: 0 -105px;}
.rev_btn dd .stars.s0half {background-position: 0 -118px;}
.rev_btn dd .stars.s0 {background-position: 0 -131px;}

.rev_pickup {
	margin-top: 24px;
}
.rev_pickup dt {
	font-size: 11px;
	font-weight: bold;
}
.rev_pickup dd {
	display: table;
	width: 100%;
	min-height: 55px;
	margin-top: 10px;
}
.rev_pickup dd a {
	display: table-cell;
	background: #EBF0F5;
	font-size: 12px;
	line-height: 1.4;
	vertical-align: middle;
	padding: 2px 28px 0 15px;
	position: relative;
	transition: all ease .3s;
}
.rev_pickup dd a:after {
	content: "▼";
	display: block;
	font-size: 9px;
	color: #aaafb4;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: rotate(-90deg);
	margin-top: -.5em;
}
.rev_pickup dd a:hover {
	background: #dee3e9;
}

.rev_pickup dd.zero {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.rev_pickup dd.zero span {
	display: table-cell;
	height: 120px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}


/*==============================================
 ランキング
============================================= */
.ranking {
	width: 1030px;
	background: #fff;
	margin: 0 auto;
	padding: 30px 0 70px;
}
.ranking .title {
	padding: 0 50px;
	position: relative;
}
.ranking .ranking_box + .title {
	margin-top: 60px;
}
.ranking h2 {
	font-size: 20px;
	font-weight: bold;
	border-left: 10px solid #6F473C;
	padding: 5px 0 2px 10px;
}
.ranking .ranking_box + .title h2 {
	border-color: #375F96;
}
.ranking .title a {
	display: block;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 50px;
}
.ranking .title a:before {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	transform: rotate(-90deg);
	margin-right: 2px;
}
.ranking .ranking_box {
	margin-top: 20px;
	padding: 0 50px;
}
.ranking ul {
	display: flex;
	flex-flow: row wrap;
	background: #caced2;
	padding: 3px 2px 2px 3px;
}
.ranking li {
	width: 184px;
	background: #fff;
	border: 1px solid #caced2;
	border-top: 0;
	border-left: 0;
	position: relative;
}
.ranking li a {
	display: block;
	padding: 25px;
}
.ranking li a img {
	display: block;
	width: 110px;
	margin: auto;
	transition: all ease .3s;
}
.ranking li a:hover img {
	opacity: .6;
}
.ranking li dl {
	margin-top: 15px;
}
.ranking li dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.ranking li dd {
	font-family: verdana;
	font-weight: bold;
}
.ranking li dd.price {
	font-size: 17px;
	color: #DB3E26 !important;
	margin-top: 10px;
}
.ranking li dd.star {
	font-size: 14px;
	color: #000;
	margin: 8px 0 0 -2px;
}
.ranking li dd.star small {
	font-size: 11px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, arial, verdana, sans-serif;
	font-weight: normal;
	color: #888;
	vertical-align: 1px;
}
.ranking li dd.star:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/printer/brother/star_2026-03.svg) no-repeat;
	background-size: 100%;
	margin-right: 3px;
	vertical-align: top;
}
.ranking li .rank {
	min-width: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #666;
	line-height: 1;
	display: inline-block;
	padding: 3px 2px;
	border: 1px solid #d7d7d7;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.ranking li .rank.gold, .ranking li .rank.silver, .ranking li .rank.bronze {
	width: 24px;
	min-height: 22px;
	padding: 4px 0 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	border: none;
	text-align: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.ranking li .rank.gold {
	background-image: url(https://img1.kakaku.k-img.com/images/common/rank_bg1.png);
}
.ranking li .rank.silver {
	background-image: url(https://img1.kakaku.k-img.com/images/common/rank_bg2.png);
}
.ranking li .rank.bronze {
	background-image: url(https://img1.kakaku.k-img.com/images/common/rank_bg3.png);
}
.ranking .note {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
}


/*==============================================
 最新ニュース
============================================= */
.news {
	width: 1030px;
	background: #fff;
	/* border-top: 4px solid #7d889b; */
	margin: 80px auto 0;
	padding: 60px 0 50px;
}
.news h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 50px;
}
.news ul {
	margin-top: 15px;
	padding: 0 50px;
}
.news li {
	font-size: 14px;
	padding: 10px 0;
}
.news li + li {
	border-top: 1px dotted #666;
}
.news li a {
	display: block;
	overflow: hidden;
	transition: all ease .3s;
}
.news li a:hover {
	opacity: .6;
}
.news li a img {
	width: 120px;
	float: left;
}
.news li h3 {
	font-weight: bold;
	margin: 20px 0 0 150px;
}
.news li p {
	line-height: 1.5;
	margin: 10px 0 0 150px;
}


/*==============================================
 公式サイト
============================================= */
.makerBanner {
	text-align: center;
	margin: 80px auto 0;
}
