@charset "utf-8";
/*==================================================*/
#onetrust-banner-sdk .ot-sdk-container{
	display: none;
}
/*共通-------------------------------------*/
body#products.millser_top a{
	color: #222;
}
body#products.millser_top a:hover{
	text-decoration: none;
}
body#products.millser_top .link_ctg_bnr .link_tit_main{
	color: #fff;
}
body#products.millser_top .link_ctg_bnr{
	margin-top: 90px;
}
body#products.millser_top a.btn_all_news{
	font-size:17px;
	padding-right: 40px;
	position: relative;
}
body#products.millser_top a.btn_all_news:after{
	background-image: url(/jpn/consumer/products/millser/images/arrow2.png);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    content: "";
    width: 23px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/jpn/common_v3/images/icon_arrow_red.png);
    transition: all .2s;
}
body#products.millser_top a.btn_all_news:hover:after{
	right: 0;
}
body#products.millser_top h2{
	color: #222;
	font-weight: 700;
}
body#products.millser_top .pc{
	display: block;
}
body#products.millser_top .sp{
	display: none;
}
body#products.millser_top .link_sub_eng{
	color: #fff;
}
body#products.millser_top .breadcrumbs_wrap{
	margin-top: 105px;
}
body#products.millser_top .bnr_w_block{
	margin-top: 200px;
}
body#products.millser_top a:hover {
    color: #f58200;
    text-decoration: none;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .pc{
		display: none!important;
	}
	body#products.millser_top .sp{
		display: block;
	}
	.ttl_bdr_blue{
		margin-bottom: 25px;
	}
	body#products.millser_top a.btn_all_news{
		font-size: 17px;
		padding-right: 40px;
		position: relative;
		font-weight: 600;
	}
	body#products.millser_top .bnr_list{
		flex-wrap: wrap;
	}
	body#products.millser_top .link_ctg_bnr .link_tit_main{
		font-size: 18px;
	}
	body#products.millser_top .link_ctg_bnr li{
		width: 48%;
		margin-bottom: 5%;
	}
	body#products.millser_top .link_ctg_bnr{
		margin-top: 93px;
	}
	body#products.millser_top .bnr_w_block{
		padding: 0 5%;
	}
	body#products.millser_top .bnr_w_block{
		margin-top: 100px;
	}
}



/*MV-------------------------------------*/
body#products.millser_top .millser_top_mv{
	background-image: url(/jpn/consumer/products/millser/images/mv.png);
	height: 664px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
body#products.millser_top .millser_top_mv .inner{
	position: absolute;
    max-width: 1320px;
    margin: 0 auto;
	padding: 40px 3%;
}
body#products.millser_top .millser_top_mv .inner h1{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    font-size: 34px;
    text-align: left;
    color: #fff;
	line-height: 1.5;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .millser_top_mv{
		background-image: url(/jpn/consumer/products/millser/images/mv_sp.png);
		height: auto;
		position: relative;
		background-size: cover;
		height: 0;
		padding-top: 80%;
	}
	body#products.millser_top .millser_top_mv{
		height: 648;
	}
	body#products.millser_top .millser_top_mv .inner{
		width: 100%;
		margin: 0 auto;
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		transform: none;
		padding: 0;
	}
	body#products.millser_top .millser_top_mv .inner h1{
		font-size: 20px;
	}
}


/*スライダー-------------------------------------*/
body#products.millser_top .pickup{
	margin-top: 90px;
}
.slider {
	width:94%;
	margin:0 auto;
}
.slider img {
    width:100%;
    height:auto;
}
.slider .slick-slide {
    margin:0 10px;
}
/*
.slick-prev,
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
	display: none;
}
.slick-prev {
    left: -30px;
    background:url(/jpn/consumer/products/millser/images/slide_arrow1.png);
    position: absolute;
    content: "";
    width: 73px;
    height: 73px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
	left: -73px;
	top: 50px;
}
.slick-next {
	right: -30px;
	background:url(/jpn/consumer/products/millser/images/slide_arrow2.png);
    position: absolute;
    content: "";
    width: 73px;
    height: 73px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
	right: -73px;
	top: 50px;
}
*/
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .pickup{
		margin-top: 50px;
	}
	.slick-prev {
		background: url(/jpn/consumer/products/millser/images/slide_arrow1_sp.png);
		width: 50px;
		height: 77px;
		left: -30px;
		top: 20%;
		z-index: +1;
	}
	.slick-next{
		right: -30px;
		background:url(/jpn/consumer/products/millser/images/slide_arrow2_sp.png) ;
		width:50px;
		height: 77px;
		right: -30px;
		top: 20%;
		z-index: +1;
	}
}



/*商品ラインアップ-------------------------------------*/
body#products.millser_top .lineup{
	margin-top: 86px;
}
body#products.millser_top .lineup .products_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
body#products.millser_top .lineup .products_list .item{
	width: calc((100% - 180px) / 4);
	max-width: 296px;
	margin-bottom: 60px;
	margin-right: 60px;
}
body#products.millser_top .lineup .products_list .item:nth-child(4),
body#products.millser_top .lineup .products_list .item:nth-child(6){
	margin-right: 0px;
}
body#products.millser_top .lineup .products_list .item img{
	width: 100%;
}
body#products.millser_top .lineup .products_list .item .ttl{
	color: #222222;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}
body#products.millser_top .lineup .products_list .item .cpy{
	color: #f58200;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}
body#products.millser_top .lineup .products_list .item .txt{
	font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
}
body#products.millser_top .lineup .products_list .item .icon {
	display: flex;
	align-items: flex-start;
}
body#products.millser_top .lineup .products_list .item .icon p {
	margin-right: 6px;
}
body#products.millser_top .lineup .products_list .item .icon img{
	width: 100%;
	max-width: 70px;
}
body#products.millser_top .lineup a:hover p.txt,
body#products.millser_top .lineup a:hover{
	color: #000;
}
body#products.millser_top .lineup .products_list .item a:hover .ttl{
	color: #f58200;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .lineup{
		margin-top: 45px;
	}
	body#products.millser_top .lineup .products_list{
		justify-content: space-between;
	}
	body#products.millser_top .lineup .products_list .item{
		width: 47%;
		margin-bottom: 30px;
		margin-right: 0px;
	}
	body#products.millser_top .lineup .products_list .item .ttl{
		color: #222222;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 15px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	body#products.millser_top .lineup .products_list .item .cpy{
		color: #f58200;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom:15px;
	}
	body#products.millser_top .lineup .products_list .item .txt{
		font-size:13px;
		line-height: 1.5;
		margin-top: 14px;
	}
	body#products.millser_top .lineup .products_list .item .icon img{
		margin-right: 6px;
		max-width: 56px;
	}
}



/*ボタン-------------------------------------*/
body#products.millser_top .link_btn_box ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 890px;
    margin: 20px auto 0;
}
body#products.millser_top .link_btn_box ul li a{
	width: 415px;
	border-radius: 20px;
	padding: 10px;
	line-height: 1;
	font-size:18px;
}
body#products.millser_top .link_btn_box ul li a span{
	position: relative;
}
body#products.millser_top .link_btn_box ul li:first-child a span{
	padding-left: 40px;
}
body#products.millser_top .link_btn_box ul li a:hover,
body#products.millser_top .link_btn_box ul li a span:hover{
	color: #fff;
}
body#products.millser_top .link_btn_box ul li:last-child a span{
	padding-left: 50px;
}
body#products.millser_top .link_btn_box ul li:first-child a span:before{
	background: url(/jpn/consumer/products/millser/images/icon10.png);
	position: absolute;
	content: "";
	width: 44px;
	height: 58px;
	border: none;
	left: 0;
    top: -12px;
	z-index: +1;
	background-size: 70%;
	background-repeat: no-repeat;
}
body#products.millser_top .link_btn_box ul li:last-child a span:before{
	background: url(/jpn/consumer/products/millser/images/icon11.png);
    position: absolute;
    content: "";
    width: 54px;
    height: 44px;
    border: none;
    left: 0;
    top: -5px;
    z-index: +1;
    background-size: 70%;
    background-repeat: no-repeat;
}
body#products.millser_top .link_btn_box ul li:first-child a:hover span:before{
	background: url(/jpn/consumer/products/millser/images/icon10_hover.png);
	position: absolute;
	content: "";
	width: 44px;
	height: 58px;
	border: none;
	left: 0;
    top: -12px;
	z-index: +1;
	background-size: 70%;
	background-repeat: no-repeat;
}
body#products.millser_top .link_btn_box ul li:last-child a:hover span:before{
	background: url(/jpn/consumer/products/millser/images/icon11_hover.png);
    position: absolute;
    content: "";
    width: 54px;
    height: 44px;
    border: none;
    left: 0;
    top: -5px;
    z-index: +1;
    background-size: 70%;
    background-repeat: no-repeat;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .link_btn_box ul{
		display: block;
		width: 90%;
		margin:-38px auto 0;
	}
	body#products.millser_top .link_btn_box ul li{
		width: 100%;
		margin-top: 35px;
	}
	body#products.millser_top .link_btn_box ul li a{
		width: 100%;
		border-radius: 20px;
		padding: 20px;
		line-height: 1;
		font-size:15px;
	}
	body#products.millser_top .link_btn_box ul li:first-child a span:before{
		background:url(/jpn/consumer/products/millser/images/icon10.png);
		position: absolute;
		content: "";
		width: 44px;
		height: 58px;
		border: none;
		left: 0;
		top: -70%;
		background-size: 63%;
		background-repeat: no-repeat;
	}
	body#products.millser_top .link_btn_box ul li:last-child a span:before{
		background:url(/jpn/consumer/products/millser/images/icon11.png);
		position: absolute;
		content: "";
		width: 54px;
		height: 44px;
		border: none;
		left: 0;
		top: -35%;
		background-size: 63%;
		background-repeat: no-repeat;
	}
}



/*バナー-------------------------------------*/
body#products.millser_top .bnr_area{
	text-align: center;
	margin-top: 85px;
}
body#products.millser_top .bnr_area img{
	margin: 0 auto;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .bnr_area{
		text-align: center;
		margin-top: 85px;
		width: 90%;
		margin: 35px auto 0;
	}
}


/*お役立ち情報-------------------------------------*/
body#products.millser_top .oyakudachi{
	margin: 80px 0;
	padding: 80px 0;
    background: #f6f7f8;
}
body#products.millser_top .oyakudachi .link_flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1024px;
	margin: 0 auto;
	align-items: flex-start;
}
body#products.millser_top .oyakudachi .link_flexbox .item{
	
}
body#products.millser_top .oyakudachi .link_flexbox .item p{
	font-size: 18px;
    font-weight: 600;
    margin-left: 27px;
}
body#products.millser_top .oyakudachi .link_flexbox .item a,
body#products.millser_top .oyakudachi .link_flexbox .item .no_link{
	display: flex;
	width: 480px;
	align-items: center;
	font-size: 16px;
	color: #222;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
body#products.millser_top .oyakudachi .link_flexbox .item a:hover,
body#products.millser_top .oyakudachi .link_flexbox .item a:hover p{
	color: #f58200;
    text-decoration: none;
}
body#products.millser_top .oyakudachi .link_flexbox .item a:before{
	position: absolute;
	background-image: url(/jpn/consumer/products/millser/images/arrow.png);
	width: 8px;
	height: 14px;
	content: "";
	right: 0px;
	top: 50px;
}
body#products.millser_top .oyakudachi .link_flexbox .item a:hover{
	text-decoration: none;
}
body#products.millser_top .oyakudachi .link_flexbox .item2{
	display: flex;
	flex-flow: wrap column;
	width: 480px;
	height: 150px;
}
body#products.millser_top .oyakudachi .link_flexbox .item2 a{
	width: auto;
	font-size:16px;
	color: #222;
	border: none;
	padding: 0;
	padding-left: 20px;
	position: relative;
	letter-spacing: -0.1em;
	margin-bottom: 10px;
}
body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(1),
body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(3),
body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(5){
	width: 240px;
	height: 1.5em;
}
body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(2),
body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(4),
body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(6){
	width: 198px;
	height: 1.5em;
}
body#products.millser_top .oyakudachi .link_flexbox .item2 a:before{
	position: absolute;
	background-image: url(/jpn/consumer/products/millser/images/arrow.png);
	width: 8px;
	height: 14px;
	content: "";
	left: 0px;
	top: 9px;
	right: unset;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .oyakudachi{
		margin-top: 60px;
		padding: 50px 5%;
	}
	body#products.millser_top .oyakudachi .link_flexbox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		align-items: stretch;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item{
		width:46%;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item p{
		font-size:17px;
		font-weight: 600;
		margin-left: 10px;
		letter-spacing: -0.1em;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item a{
		display: flex;
		width: 100%;
		align-items: center;
		font-size:16px;
		color: #222;
		border-bottom: 1px solid #dddddd;
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item a:before{
		position: absolute;
		background-image: url(/jpn/consumer/products/millser/images/arrow.png);
		width: 8px;
		height: 14px;
		content: "";
		right: 0px;
		top: 33%;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item a:hover{
		text-decoration: none;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item2{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		align-items: flex-start;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item2 a{
		width: auto;
		font-size:14px;
		color: #222;
		border: none;
		padding: 0;
		padding-left: 20px;
		position: relative;
		letter-spacing: -0.1em;
		margin-bottom: 10px;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item3,
	body#products.millser_top .oyakudachi .link_flexbox .item3 a{
		width: 100%;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(1),
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(3),
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(5){
		width: 42%;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(2),
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(4),
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:nth-child(6){
		width: 42%;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item2 a:before{
		position: absolute;
		background-image: url(/jpn/consumer/products/millser/images/arrow.png);
		width: 8px;
		height: 14px;
		content: "";
		left: 0px;
		top: 4px;
		right: unset;
	}
	body#products.millser_top .oyakudachi .link_flexbox .item img{
		width: 40px;
	}
}



/*お客様サポート-------------------------------------*/
body#products.millser_top .support h2{
	position: relative;
	padding-left: 53px;
	display: inline;
}
body#products.millser_top .support h2:before{
	position: absolute;
	background-image: url(/jpn/consumer/products/millser/images/icon07.png);
	width: 34px;
	height: 46px;
	content: "";
	left: 0px;
	top: 10px;
}
body#products.millser_top .support .ttl_bdr_blue{
	border-bottom: 1px solid #dddddd!important;
	padding-bottom: 20px;
	margin-bottom: 20px;	
}
body#products.millser_top .support .ttl_bdr_blue:before{
	display: none;
}
body#products.millser_top .support{
	width: 1026px;
	margin:34px auto 0;
}
body#products.millser_top .support .link_flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
body#products.millser_top .support .link_flexbox li{
	width: 256px;
	margin-bottom: 9px;
}
body#products.millser_top .support .link_flexbox li
body#products.millser_top .support .link_flexbox li a{
	color: #222;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
}
body#products.millser_top .support .link_flexbox li a{
	position: relative;
	padding-left: 16px;
}
body#products.millser_top .support .link_flexbox li a:before{
	position: absolute;
	background-image: url(/jpn/consumer/products/millser/images/arrow.png);
	width: 8px;
	height: 14px;
	content: "";
	left: 0px;
	top: 6px;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .support h2{
		position: relative;
		padding-left: 53px;
		display: inline;
	}
	body#products.millser_top .support h2:before{
		position: absolute;
		background-image: url(/jpn/consumer/products/millser/images/icon07.png);
		width: 34px;
		height: 46px;
		content: "";
		left: 0px;
		top: -5px;
	}
	body#products.millser_top .support .ttl_bdr_blue{
		border-bottom: 1px solid #dddddd!important;
		padding-bottom: 20px;
		margin-bottom: 20px;	
	}
	body#products.millser_top .support .ttl_bdr_blue:before{
		display: none;
	}
	body#products.millser_top .support{
		width: 100%;
		margin:14px auto 0;
		padding: 0;
	}
	body#products.millser_top .support .link_flexbox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	body#products.millser_top .support .link_flexbox li{
		width: 45%;
		margin-bottom: 9px;
	}
	body#products.millser_top .support .link_flexbox li a{
		color: #222;
		font-size:14px;
		position: relative;
		padding-left: 20px;
	}
	body#products.millser_top .support .link_flexbox li a:before{
		left: 0px;
		top: 6px;
	}
}



/*重要なお知らせ-------------------------------------*/
body#products.millser_top .oshirase{
	background: #fceeee;
	padding: 35px 45px;
	border-radius: 20px;
	margin-top: 100px;
}
body#products.millser_top .oshirase .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	align-items: center;
}
body#products.millser_top .oshirase p.ttl{
	position: relative;
	color: #ff0a14;
	font-size: 21px;
	font-weight: 600;
	padding-left: 27px;
}
body#products.millser_top .oshirase p.ttl:before{
	position: absolute;
	background-image: url(/jpn/consumer/products/millser/images/icon08.png);
	width: 15px;
	height: 23px;
	content: "";
	left: 0px;
	top: 6px;
}
body#products.millser_top .oshirase .oshirase a{
	margin-bottom: 5px;
	display: block;
	margin-top: 0px;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .oshirase{
		padding:30px 5% 60px;
		border-radius: 0px;
		margin-top: 0;
		position: relative;
	}
	body#products.millser_top .oshirase .inner{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		align-items: center;
	}
	body#products.millser_top .oshirase p.ttl{
		position: relative;
		color: #ff0a14;
		font-size: 21px;
		font-weight: 600;
		padding-left: 27px;
	}
	body#products.millser_top .oshirase p.ttl:before{
		position: absolute;
		background-image: url(/jpn/consumer/products/millser/images/icon08.png);
		width: 15px;
		height: 23px;
		content: "";
		left: 0px;
		top:22px;
	}
	body#products.millser_top .oshirase .oshirase a{
		margin-bottom: 5px;
		display: block;
		margin-top: 0px;
	}
	body#products.millser_top .oshirase p.ttl{
		font-size: 23px;
		position: relative;
		padding-left: 23px;
		display: inline;
		text-align: center;
		margin: 0 auto;
		padding-top: 15px;
		margin-bottom: 40px;
	}
	body#products.millser_top .oshirase p.ttl:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color:#ff0a14;
		width: 16px;
		height: 1px;
	}
	body#products.millser_top .oshirase .oshirase_in p{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #bcbcbc;
	}
	body#products.millser_top .oshirase .oshirase_in p a{
		font-size: 15px;
	}
	body#products.millser_top .oshirase .btn_a{
		position: absolute;
		bottom: -25px;
		right: 0;
	}
}



/*お知らせ-------------------------------------*/
body#products.millser_top .news{
	margin-top: 65px;
}
body#products.millser_top .news .ttl_bdr_blue{
	width: 325px;
	text-align: left;
}
body#products.millser_top .news .ttl_bdr_blue:before{
	margin: 0;
	left: 0;
}
body#products.millser_top .news .inner{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    align-items: start;
    justify-content: flex-start;
}
body#products.millser_top .news dl{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #dddddd;
	padding: 40px 0;
}
body#products.millser_top .news dl:last-child{
	border-bottom: none;
}
body#products.millser_top .news dl dt{
	margin-right: 50px;
}
body#products.millser_top .news dl dd{
	
}

body#products.millser_top .news_in{
	width: 860px;
}
body#products.millser_top .news .btn_box{
	position: absolute;
	bottom: 0;
	right: 40px;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .news{
		margin-top: 50px;
		margin-bottom: 60px;
		position: relative;
	}
	body#products.millser_top .news .ttl_bdr_blue{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	body#products.millser_top .news .ttl_bdr_blue:before{
		margin: 0;
		left: 47%;
	}
	body#products.millser_top .news .inner{
		display: block;
		position: relative;
	}
	body#products.millser_top .news dl{
		display: block;
		padding: 20px 0;
	}
	body#products.millser_top .news dl dt{
		margin-right: 50px;
		color: #666666;
		margin-bottom: 5px;
	}
	body#products.millser_top .news dl dd a{
		font-size:15px;
	}

	body#products.millser_top .news_in{
		width: 100%;
	}
	body#products.millser_top .news .btn_box{
		position: absolute;
		bottom: -48px;
		right: 0;
	}
}



/*Shop BASE-------------------------------------*/
body#products.millser_top .bnr_bottom{
	text-align: center;
	margin-top: -10px;
	margin-bottom: 65px;
}
body#products.millser_top .bnr_bottom p{
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	margin-top: 20px;
	display: block;
}
body#products.millser_top .bnr_bottom img{
	margin: 0 auto;
}
/*SP-----*/
@media screen and (max-width:767px) {
	body#products.millser_top .bnr_bottom{
		text-align: center;
		margin-top: -16px;
		margin-bottom: 60px;
	}
	body#products.millser_top .bnr_bottom p{
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		margin-top: 15px;
		display: block;
	}
}





