/* ============================================================
common
============================================================ */

div.millser_parts {
	background: #f6f7f8;
	width: 100%;
}
div.millser_parts h1 {
	font-weight: bold;
}

section.millser_parts ul.disc li {
	list-style: disc;
	margin: 0 0 0.8em 1.5em;
}
section.millser_parts ul.notice li {
	position: relative;
	padding-left: 1.3em;
}
section.millser_parts ul.notice li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

section.millser_parts p.i-collect {
	border: solid 1px #ccc;
}
section.millser_parts p.i-collect span {
	font-weight: bold;
}
section.millser_parts p.i-collect strong {
	display: inline-block;
	padding: 0 1px 0 5px;
	margin: 0 5px 0 0;
	background: #f58200;
	color: #fff;
}

section.millser_parts dl.item_list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
}

section.millser_parts dl.item_list div {
	position: relative;
	text-align: center;
}
section.millser_parts dl.item_list dt {
	line-height: 1.3;
	font-weight: bold;
}
section.millser_parts dl.item_list span.model {
	display: block;
	line-height: 1;
	font-weight: bold;
}
section.millser_parts dl.item_list dd.price {
	line-height: 1.5;
}
section.millser_parts dl.item_list dd.img {
	display: flex;
	justify-content: center;
	align-items: center;
}
section.millser_parts dl.item_list dd.img img {
	width: 100%;
}

section.millser_parts dl.item_list dd.btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background: #f58200;
	background-image: url(/jpn/consumer/common/images/icon_blank_w.png),url(/jpn/consumer/common/images/icon_arrow_w.png);
	background-repeat: no-repeat,no-repeat;
	background-position: center left 14px,center right 14px;
	background-size: 15px,9px;
	color: #fff;
	font-size: 1.2rem;
}




/********************************************/
.parts_item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.parts_item_wrap .parts_box {
	position: relative;
	text-align: center;
}
.parts_item_wrap dl {
	margin-bottom: 10px;
}
.parts_item_wrap dl dt {
	margin-bottom: 10px;
    line-height: 1.3;
    font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.parts_item_wrap .parts_box .model {
    display: block;
    line-height: 1;
    font-weight: bold;
}
.parts_item_wrap .img img {
	width: 100%;
}

.parts_item_wrap .parts_box .btn {
	margin-top: auto;
	position: relative;
	bottom: 0;
}
.parts_item_wrap .parts_box .btn.red_white {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.parts_item_wrap .parts_box .btn.red_white span{
	margin-right: 5px;
	font-size: 20px;
}
.parts_item_wrap .btn {
	width: 100%;
}
.parts_item_wrap .btn a {
	position: relative;
    display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
    margin: 0 auto;
    background: #f58200;
    background-image: url(/jpn/consumer/common/images/icon_blank_w.png),url(/jpn/consumer/common/images/icon_arrow_w.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center left 14px,center right 14px;
    background-size: 15px,9px;
    color: #fff;
    font-size: 1.2rem;
}
.parts_item_wrap .btn a:hover {
	text-decoration: none;
}
.parts_item_wrap dl dd.sold span {
	display: inline-block;
	padding: 0 10px;
	background-color: #f00;
	color: #fff;
}


/********************************************/


/* ============================================================
PC
============================================================ */

@media print, screen and (min-width:768px){

br.sp {
	display: none;
}

div.millser_parts {
	height: 220px;
	padding: 50px 0 0;
	margin: 0 0 90px;
}
section.millser_parts {
	min-width: 1176px;
}
section.millser_parts ul.disc li {
	font-size: 0.97rem;
}
section.millser_parts p.i-collect {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 710px;
	margin: 40px auto 15px;
	padding: 30px 0 30px;
}
section.millser_parts p.i-collect span {
	display: inline-block;
	margin: 0 0 10px;
	line-height: 1.6;
	font-size: 1.1rem;
	letter-spacing: 0.25em;
}
section.millser_parts p.i-collect img {
	width: 500px;
}
section.millser_parts ul.notice {
	width: 710px;
	margin: 0 auto;
}
section.millser_parts ul.notice li {
	font-size: 0.95rem;
}

section.millser_parts dl.item_list {
	min-width: 1176px;
}
section.millser_parts dl.item_list div {
	width: 255px;
	margin: 0 0 90px 50px;
	padding: 90px 0 0;
}
section.millser_parts dl.item_list div:nth-child(4n+1) {
	margin: 0 0 90px 0;
}
section.millser_parts dl.item_list div:nth-child(4n+1)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1176px;
	height: 1px;
	background: #ccc;
}
section.millser_parts dl.item_list dt {
	font-size: 1.38rem;

}
section.millser_parts dl.item_list span.model {
	margin: auto 0 8px;
	font-size: 1rem;
	padding-top: 26px;
}
section.millser_parts dl.item_list dd.btn a {
	width: 255px;
	height: 65px;
	margin: 0 auto;
	text-decoration: none;
}
section.millser_parts dl.item_list dd.btn a:hover {
	opacity: 0.8;
	transition: opacity 0.1s ease-in;
}



/********************************************/
.parts_item_wrap {
	margin-top: 90px;
}
.parts_item_wrap .parts_box {
	display: flex;
	flex-direction: column;
	width: 21.684%;
	margin-right: 2%;
	padding: 70px 0 75px;
}
.parts_item_wrap .parts_box:nth-child(4n) {
	margin-right: 0;
}
.parts_item_wrap .parts_box:nth-child(4n+1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1176px;
    height: 1px;
    background: #ccc;
}

.parts_item_wrap dl dt {
    font-size: 1.38rem;
}
.parts_item_wrap .parts_box .model {
	margin: 20px 0 8px;
    font-size: 1rem;
}
.parts_item_wrap .btn a {
	min-height: 65px;
}
.parts_item_wrap .btn a:hover {
	opacity: 0.8;
	transition: opacity 0.1s ease-in;
}

/********************************************/

}/* pc style end */


/* ============================================================
PC liquid
============================================================ */

@media print, screen and (max-width: 1366px) and (min-width:768px){


}/* PC liquid style end */

/* ============================================================
SP
============================================================ */
@media screen and (max-width:767px){
br.pc {
	display: none;
}

div.millser_parts {
	padding: 3em 6vw;
	margin: 0 0 40px;
}

div.millser_parts div.ttl_cg_inner {
	display: block;
}
div.millser_parts h1 {
	font-size: 1.4rem;
}
section.millser_parts p.i-collect {
	margin: 40px auto 15px;
	padding: 20px 20px;
}
section.millser_parts p.i-collect br {
	display: none;
}
section.millser_parts p.i-collect span {
	display: block;
	margin: 0 0 15px;
	text-align: left;
}
section.millser_parts p.i-collect img {
	display: block;
	width: 260px;
	margin: 0 auto;
}
section.millser_parts ul.notice {
	margin: 0 auto 40px;
}

section.millser_parts dl.item_list {
	justify-content: space-between;
}
section.millser_parts dl.item_list div {
	width: 48%;
	margin: 0 0 40px;
	padding: 40px 0 0;
}
section.millser_parts dl.item_list div:nth-child(2n+1)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background: #ccc;
}
section.millser_parts dl.item_list span.model {
	margin: 12px 0 8px;
	font-size: 0.9rem;
}
section.millser_parts dl.item_list dd.btn a {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	font-size: min(3vw,1rem);
	text-decoration: none;
}


/********************************************/
.parts_item_wrap {
	margin-top: 40px;
	justify-content: space-between;
}
.parts_item_wrap .parts_box {
	display: flex;
    flex-direction: column;
	width: 48%;
	margin: 0 0 40px;
    padding: 40px 0 50px;
}
.parts_item_wrap .parts_box .model {
	margin: 12px 0 8px;
    font-size: 0.9rem;
}
.parts_item_wrap .btn a {
	width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: min(3vw,1rem);
    text-decoration: none;
}
.parts_item_wrap .parts_box .btn.red_white {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
}
.parts_item_wrap .parts_box .btn.red_white span{
	margin-right: 0;
	font-size: 16px;
}
/********************************************/

}/* sp style end */