@charset "UTF-8";

/* *******************************************************************************************
*
*	製品ラインアップ一覧
*
******************************************************************************************* */
/* -------------------------------------------------------------------------------------------
*
*　共通パーツ
*
* ----------------------------------------------------------------------------------------- */
footer .js-back-to-top {
	z-index: 100;
}

#cont .pc {
	display: block;
}

#cont .sp {
	display: none;
}

#cont br.pc {
	display: inline-block;
}

#cont br.sp {
	display: none;
}

#cont img {
	vertical-align: top;
	border: none;
}

sup {
	position: relative;
	bottom: 1ex;
	height: 0;
	font-size: 60%;
	line-height: 1;
	vertical-align: baseline;
}

.underline {
	text-decoration: underline;
}

.contents_header_inner {
	padding: 15px 0 30px 0;
}

.contents_header_bar_ttl_option {
	color: #22ac38;
}

@media screen and (max-width: 736px) {
	#cont .pc {
		display: none;
	}

	#cont .sp {
		display: block;
	}

	#cont br.pc {
		display: none;
	}

	#cont br.sp {
		display: inline-block;
	}

	.contents_header_inner {
		padding: 0 0 15px 0;
	}

	.contents_header_bread {
		margin-bottom: 30px;
	}

	.contents_header_bar_ttl {
		margin-bottom: 15px;
	}

	.contents_header_bar_ttl_option {
		margin-top: 10px;
	}
}

/* -------------------------------------------------------------------------------------------
*
*　コンテンツ
*
* ----------------------------------------------------------------------------------------- */
@media screen and (max-width: 736px) {
	.lineup_inner {
		width: 100%;
		padding: 25px 15px 40px 15px;
		box-sizing: border-box;
	}
}

/* ----------------------------- ソートメニュー ----------------------------- */
.lineup_nav {
	margin: 0 auto;
	width: 980px;
	background: #eceff1;
}

.lineup_nav_bar a {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.lineup_nav_bar a:after {
	position: absolute;
	content: '';
	top: 0;
	right: 30px;
	width: 17px;
	height: 100%;
	background: url(../img/icon_plus.png) right center no-repeat;
	background-size: 17px auto;
}

.lineup_nav_bar a.acc-active:after {
	background: url(../img/icon_minus.png) right center no-repeat;
	background-size: 17px auto;
}

.lineup_nav_bar a .ic-search {
	display: inline-block;
	padding-left: 34px;
	background: url(../img/icon_search.png) 0 center no-repeat;
	background-size: 20px auto;
}

.lineup_nav_body {
	display: none;
	padding: 5px 30px 30px 30px;
}

.lineup_nav_item {
	margin-bottom: 15px;
}

.lineup_nav_item:last-child {
	margin-bottom: 0;
}

.lineup_nav_item_ttl {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.lineup_nav_item_ttl.ttl-s {
	font-size: 16px;
	line-height: 26px;
}

.lineup_nav_item_list {
	display: flex;
}

/* #sort_size */
#sort_size li {
	width: calc(100% / 6);
	border-right: 1px solid #e4e7e9;
	box-sizing: border-box;
}

#sort_size li:last-child {
	border-right: 0;
}

#sort_size li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	text-align: center;
	background: #fff;
	transition: all .2s ease;
}

.sort_size_main {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.sort_size_option {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

/* #sort_needs */
#sort_needs li {
	margin-right: 5px;
}

#sort_needs li a {
	display: block;
	padding: 10px 18px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	transition: all .2s ease;
}

#sort_size li a.selected,
#sort_needs li a.selected {
	color: #fff;
	background: #22ac38;
}

#sort_size li a.disable,
#sort_needs li a.disable {
	pointer-events: none;
	color: #9fa0a0;
	background: #d9d9d9;
}

#sort_size li a.selected sup {
	color: #fff;
}

#sort_size li a.disable sup {
	color: #9fa0a0;
}

@media screen and (min-width: 737px) {
	a:hover .sort_size_inner {
		opacity: .7;
	}

	a.selected:hover .sort_size_inner {
		opacity: 1;
	}

	a:hover .sort_needs_inner {
		opacity: .7;
	}

	a.selected:hover .sort_needs_inner {
		opacity: 1;
	}
}

@media screen and (max-width: 736px) {
	.lineup_nav {
		width: 100%;
	}

	.lineup_nav_bar a {
		padding: 7px 15px;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}

	.lineup_nav_bar a:after {
		right: 15px;
	}

	.lineup_nav_bar a .ic-search {
		padding-left: 27px;
		background-size: 15px auto;
	}

	.lineup_nav_body {
		padding: 2px 15px 25px 15px;
	}

	.lineup_nav_item {
		margin-bottom: 20px;
	}

	.lineup_nav_item:last-child {
		margin-bottom: 0;
	}

	.lineup_nav_item_ttl {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.lineup_nav_item_ttl.ttl-s {
		font-size: 14px;
		line-height: 24px;
	}

	.lineup_nav_item_list {
		flex-wrap: wrap;
	}

	/* #sort_size */
	#sort_size li {
		width: 50%;
		border-bottom: 1px solid #e4e7e9;
	}

	#sort_size li:nth-child(2n) {
		border-right: 0;
	}

	#sort_size li:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	#sort_size li a {
		padding: 0 10px;
		height: 75px;
	}

	.sort_size_main {
		font-size: 14px;
		line-height: 18px;
	}

	.sort_size_option {
		font-size: 10px;
		line-height: 18px;
	}

	/* #sort_needs */
	#sort_needs li {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}

	#sort_needs li:last-child {
		margin-bottom: 0;
	}

	#sort_needs li a {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
	}
}

/* ----------------------------- リザルト ----------------------------- */
.lineup_result {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
}

.lineup_result_l {
	display: flex;
}

.lineup_result_txt {
	font-size: 22px;
	line-height: 32px;
}

.lineup_result_no {
	padding: 0 12px;
	color: #00b01a;
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
}

.lineup_result_r {
	padding-left: 26px;
}

#btn-reset {
	display: block;
	padding: 4px 16px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}

#btn-reset span {
	display: inline-block;
	padding-left: 36px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	background: url(../img/icon_reset.png) 0 center no-repeat;
	background-size: 27px auto;
}

@media screen and (max-width: 736px) {
	.lineup_result {
		justify-content: space-between;
		padding: 10px 15px 25px 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.lineup_result_txt {
		font-size: 16px;
		line-height: 22px;
	}

	.lineup_result_no {
		padding: 0 9px;
		font-size: 22px;
		line-height: 1;
	}

	.lineup_result_r {
		padding-left: 0;
	}

	#btn-reset {
		padding: 0 12px;
	}

	#btn-reset span {
		padding-left: 25px;
		font-size: 12px;
		line-height: 30px;
		background-size: 20px auto;
	}
}

/* ----------------------------- 耕うん方式とは？ ----------------------------- */
.lineup_what_bar {
	margin: 0 auto;
	width: 980px;
	text-align: right;
}

.lineup_what_bar a {
	position: relative;
	display: inline-block;
	padding: 7px 44px 7px 20px;
	width: 320px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	background: #2a383f;
	box-sizing: border-box;
}

.lineup_what_bar a:after {
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	width: 14px;
	height: 100%;
	background: url(../img/icon_plus_wt.png) right center no-repeat;
	background-size: 14px auto;
}

.lineup_what_bar a.acc-active:after {
	background: url(../img/icon_minus_wt.png) right center no-repeat;
	background-size: 14px auto;
}

.lineup_what_body {
	display: none;
	padding: 30px 0;
	background: #2a383f;
}

.lineup_what_body_inner {
	margin: 0 auto;
	padding: 30px 40px;
	width: 980px;
	background: #fff;
	box-sizing: border-box;
}

.lineup_what_clm {
	display: flex;
	margin-bottom: 30px;
}

.lineup_what_clm_item {
	padding: 0 30px;
	width: 33%;
	background: url(../common/img/line_dot_gray_y.png) right 0 repeat-y;
	box-sizing: border-box;
}

.lineup_what_clm_item:first-child {
	padding-left: 0;
}

.lineup_what_clm_item:last-child {
	padding-right: 0;
	background: none;
}

.lineup_what_clm_item_img {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.lineup_what_clm_item_img_holder {
	width: 125px;
}

.lineup_what_clm_item_img_holder.img-syajiku {
	padding: 0 20px;
}

.lineup_what_clm_item_img_holder.img-front {
	padding-right: 24px;
}

.lineup_what_clm_item_img_holder.img-rear {
	padding: 0 30px 0 12px;
}

.lineup_what_clm_item_img_name {
	width: calc(100% - 125px);
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.lineup_what_clm_item_txt {
	font-size: 16px;
	line-height: 26px;
}

.lineup_what_btm {
	margin: 0 auto;
	width: 500px;
}

.lineup_what_btm .detail_btn {
	font-size: 16px;
	line-height: 20px;
	background-color: #22ac38;
}

@media screen and (min-width: 737px) {
	a:hover .lineup_what_bar_inner {
		opacity: .7;
	}

	.lineup_what_bar a:hover:after {
		opacity: .7;
	}
}

@media screen and (max-width: 736px) {
	.lineup_what {
		background: #2a383f;
	}

	.lineup_what_bar {
		width: 100%;
	}

	.lineup_what_bar a {
		padding: 10px 40px 10px 15px;
		width: auto;
		font-size: 13px;
		line-height: 20px;
	}

	.lineup_what_bar a:after {
		right: 15px;
		width: 10px;
		background-size: 10px auto;
	}

	.lineup_what_bar a.acc-active:after {
		background-size: 10px auto;
	}

	.lineup_what_body {
		padding: 10px 15px 30px 15px;
	}

	.lineup_what_body_inner {
		padding: 25px 15px 35px 15px;
		width: 100%;
	}

	.lineup_what_clm {
		display: block;
		margin-bottom: 0;
	}

	.lineup_what_clm_item {
		padding: 20px 0;
		width: 100%;
		background: url(../common/img/line_dot_gray_x.png) 0 bottom repeat-x;
		background-size: 5px 1px;
	}

	.lineup_what_clm_item:first-child {
		padding-top: 0;
	}

	.lineup_what_clm_item:last-child {
		background: none;
	}

	.lineup_what_clm_item_img {
		align-items: flex-start;
		margin-bottom: 0;
	}

	.lineup_what_clm_item_img_holder {
		width: 44%;
	}

	.lineup_what_clm_item_img_holder.img-syajiku {
		padding: 0 9% 0 2%;
	}

	.lineup_what_clm_item_img_holder.img-front {
		padding-right: 7%;
	}

	.lineup_what_clm_item_img_holder.img-rear {
		padding: 0 12% 0 4%;
	}

	.lineup_what_clm_item_img_name {
		width: 56%;
		font-size: 16px;
		line-height: 24px;
	}

	.lineup_what_clm_item_img_name_txt {
		margin-top: 8px;
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
	}

	.lineup_what_btm {
		width: 100%;
	}

	.lineup_what_btm .detail_btn {
		font-size: 12px;
		line-height: 20px;
	}
}

/* ----------------------------- おすすめ ----------------------------- */
#disp_all,
#disp_osusume1,
#disp_osusume2,
#disp_osusume3 {
	display: none;
}

.lineup_osusume {
	background: #eceff1;
}

.lineup_osusume_inner {
	margin: 0 auto;
	padding: 20px 0 80px 0;
	width: 980px;
}

.lineup_osusume_item {
	padding-top: 40px;
}

.lineup_osusume_item#disp_all {
	padding-top: 10px;
}

.lineup_osusume_item_ttl {
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 22px;
}

.lineup_osusume_item_ttl:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #22ac38;
}

.lineup_osusume_item_ttl_main {
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}

.lineup_osusume_item_ttl_sub {
	padding-left: 24px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.lineup_osusume_item_list {
	display: flex;
	flex-wrap: wrap;
}

.lineup_osusume_btm {
	padding-top: 40px;
}

.btn-download {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 120px;
	background: #2b383f;
	border-radius: 5px;
}

.btn-download .ic-pdf {
	display: inline-block;
	padding-left: 75px;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	background: url(../img/icon_pdf.png) 0 center no-repeat;
	background-size: 46px auto;
}

.btn-download small {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

@media screen and (max-width:736px) {
	.lineup_osusume_inner {
		padding: 0 15px 40px 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.lineup_osusume_item {
		padding-top: 20px;
	}

	.lineup_osusume_item_ttl {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}

	.lineup_osusume_item_ttl:after {
		width: 37px;
		height: 2px;
	}

	.lineup_osusume_item_ttl_main {
		font-size: 24px;
		line-height: 1;
	}

	.lineup_osusume_item_ttl_sub {
		padding-left: 0;
		padding-top: 7px;
		font-size: 14px;
		line-height: 24px;
	}

	.lineup_osusume_item_list {
		display: block;
	}

	.lineup_osusume_btm {
		padding-top: 30px;
	}

	.btn-download {
		display: block;
		padding: 20px;
		height: auto;
	}

	.btn-download .ic-pdf {
		padding-left: 50px;
		font-size: 14px;
		line-height: 20px;
		background: url(../img/icon_pdf.png) 0 4px no-repeat;
		background-size: 35px auto;
	}

	.btn-download small {
		font-size: 12px;
		line-height: 20px;
	}
}

/* ----------------------------- 一覧 ----------------------------- */
.lineup_list {
	display: none;
}

.lineup_item {
	margin-right: 21px;
	margin-bottom: 20px;
	width: calc(33% - 14px);
}

.lineup_item:nth-child(3n) {
	margin-right: 0;
}

/* -- lineup レイアウト救済一時的措置-- */
.lineup_item:nth-child(13) {
	margin-right: 60%;
}

.lineup_item-kanri {
	margin-right: 0;
	width: 480px;
}

.lineup_item-kanri:last-child {
	margin-left: 20px;
	margin-right: 0;
}

.lineup_item a {
	position: relative;
	display: block;
	padding: 17px 20px 20px 20px;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	transition: all .2s ease;
}

.lineup_item-kanri a {
	display: flex;
	padding: 20px;
}

.lineup_item-kanri a:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: url(../img/label_kanri.png) right 0 no-repeat;
	background-size: 80px auto;
}

.lineup_item_img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 7px;
	height: 166px;
	box-sizing: border-box;
}

.lineup_item-kanri .lineup_item_img {
	margin-bottom: 0;
	width: 220px;
	height: 157px;
}

.lineup_item_img .img-s {
	width: 141px;
}

.lineup_item_img .img-puti {
	width: 141px;
}

.lineup_item_img .img-m {
	width: 151px;
}

.lineup_item_img .img-l {
	width: 156px;
}

.lineup_item_img .img-l2 {
	width: 166px;
}

.lineup_item_img .img-kanri1 {
	width: 150px;
}

.lineup_item_img .img-kanri2 {
	width: 168px;
}

.lineup_item_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.lineup_item-kanri .lineup_item_info {
	display: block;
	margin-bottom: 0;
	padding-top: 11px;
	padding-left: 20px;
	width: 220px;
	box-sizing: border-box;
}

.lineup_item-kanri .lineup_item_info_name {
	margin-bottom: 26px;
}

.lineup_item_info_name_main {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

.lineup_item_info_name_no {
	padding-left: 3px;
	font-size: 16px;
	line-height: 24px;
}

.lineup_item_info_price {
	padding: 12px 8px;
	min-width: 120px;
	background: #eceff1;
	box-sizing: border-box;
}

.lineup_item_info_price_ttl {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1;
}

.lineup_item_info_price_main {
	color: #c00;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.lineup_item_scale {
	margin-bottom: 15px;
}

.lineup_item_cat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
	height: 38px;
}

.lineup_item_cat_type {
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.lineup_item_cat_type:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	transform: translate(0, -50%);
}

.lineup_item_cat_type.type-syajiku {
	color: #5ec5f2;
}

.lineup_item_cat_type.type-syajiku:before {
	background: #5ec5f2;
}

.lineup_item_cat_type.type-front {
	color: #f6a700;
}

.lineup_item_cat_type.type-front:before {
	background: #f6a700;
}

.lineup_item_cat_type.type-rear {
	color: #22ac38;
}

.lineup_item_cat_type.type-rear:before {
	background: #22ac38;
}

.lineup_item_cat_fuel {
	width: 64px;
}

.lineup_item_spec {
	display: flex;
	justify-content: space-between;
}

.lineup_item_spec_list {
	width: 175px;
}

.lineup_item_spec_list dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 39px;
	border-bottom: 1px solid #e4e7e9;
}

.lineup_item_spec_list dl:first-child {
	margin-top: -4px;
	height: 31px;
}

.lineup_item_spec_list dl:last-child {
	height: 31px;
	border-bottom: 0;
}

.lineup_item_spec_list dt {
	font-size: 15px;
	line-height: 18px;
}

.lineup_item_spec_list dd {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
}

.lineup_item_spec_needs {
	width: 78px;
}

.lineup_item_spec_needs_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	padding: 0 5px;
	height: 57px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	background: #22ac38;
	border-radius: 5px;
}

.lineup_item_spec_needs_item:last-child {
	margin-bottom: 0;
}

.lineup_item_spec_needs_item.disable {
	color: #ccc;
	background: #f1f3f4;
}

.lineup_item_attention {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1;
}

.lineup_item_top.new {
	position: relative;
}

.lineup_item_top.new::before {
	content: "NEW";
	position: absolute;
	top: 4px;
	left: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px 8px 5px 10px;
	background: #c00;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

@media screen and (max-width:736px) {
	.lineup_item {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	/* -- lineup レイアウト救済一時的措置-- */
	.lineup_item:nth-child(13) {
		margin-right: 0;
	}

	.lineup_item:last-child {
		margin-bottom: 20px;
	}

	.lineup_item-kanri {
		width: 100%;
	}

	.lineup_item-kanri:last-child {
		margin-left: 0;
	}

	.lineup_item a {
		padding: 10px 15px 15px 15px;
		height: auto;
	}

	.lineup_item-kanri a {
		padding: 10px 15px 15px 15px;
	}

	.lineup_item-kanri a:after {
		width: 60px;
		height: 60px;
		background-size: 60px auto;
	}

	.lineup_item_top {
		display: flex;
	}

	.lineup_item_img {
		justify-content: flex-end;
		margin-bottom: 10px;
		width: 51%;
		height: auto;
	}

	.lineup_item-kanri .lineup_item_img {
		margin-bottom: 0;
		width: 51%;
		height: auto;
	}

	.lineup_item_img .img-s {
		width: 94%;
	}

	.lineup_item_img .img-puti {
		width: 86%;
	}

	.lineup_item_img .img-m {
		width: 94%;
	}

	.lineup_item_img .img-l {
		width: 94%;
	}

	.lineup_item_img .img-l2 {
		width: 98%;
	}

	.lineup_item_img .img-kanri1 {
		width: 86%;
	}

	.lineup_item_img .img-kanri2 {
		width: 86%;
	}

	.lineup_item_info {
		display: block;
		padding-top: 14px;
		padding-left: 17px;
		width: 49%;
		box-sizing: border-box;
	}

	.lineup_item-kanri .lineup_item_info {
		padding-top: 14px;
		padding-left: 17px;
		width: 49%;
	}

	.lineup_item_info_name {
		margin-bottom: 9px;
	}

	.lineup_item-kanri .lineup_item_info_name {
		margin-bottom: 9px;
	}

	.lineup_item_info_name_main {
		font-size: 18px;
		line-height: 22px;
	}

	.lineup_item_info_name_no {
		font-size: 12px;
		line-height: 22px;
	}

	.lineup_item_info_price {
		padding: 10px;
		min-width: 0;
		width: 100%;
	}

	.lineup_item_info_price_ttl {
		font-size: 10px;
		line-height: 1;
	}

	.lineup_item_info_price_main {
		font-size: 16px;
		line-height: 1;
	}

	.lineup_item_scale {
		margin-bottom: 8px;
	}

	.lineup_item_cat {
		margin-bottom: 5px;
		height: 23px;
	}

	.lineup_item_cat_type {
		padding-left: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.lineup_item_cat_type:before {
		width: 12px;
		height: 12px;
	}

	.lineup_item_cat_fuel {
		width: 38px;
	}

	.lineup_item_spec_list {
		width: 67%;
	}

	.lineup_item_spec_list dl {
		height: 26px;
	}

	.lineup_item_spec_list dl:first-child {
		margin-top: -4px;
		height: 22px;
	}

	.lineup_item_spec_list dl:last-child {
		height: 22px;
	}

	.lineup_item_spec_list dt {
		font-size: 13px;
		line-height: 21px;
	}

	.lineup_item_spec_list dd {
		font-size: 13px;
		line-height: 21px;
	}

	.lineup_item_spec_needs {
		width: 27%;
	}

	.lineup_item_spec_needs_item {
		margin-bottom: 3px;
		padding: 0;
		height: 38px;
		font-size: 12px;
		line-height: 14px;
	}

	.lineup_item_spec_needs_item:last-child {
		margin-bottom: 0;
	}

	.lineup_item_attention {
		margin-top: 12px;
		font-size: 12px;
		line-height: 1;
	}

	.lineup_item_top.new::before {
		font-size: 11px;
	}
}