@charset "utf-8";

/*----- 23.05.10 postscript start -----*/

.margin_0{
	margin: 0 !important;
}

#incontents{ /* 23.05.18 postscript */
	padding: 0;
}
#NR-wrapper{
	margin: 0 auto;
    min-width: 1004px;
    width: 100%;
    overflow: hidden;
}
#incontents h1{ /* 23.06.05 postscript */
	margin: 10px 0 50px;
	padding: 12px 10px 10px;
	color: #1755aa;
	font-size: 28px;
	font-weight: bold;
	background-color: #f1f8ff;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	border-left: none;
}
/*
#product_container{
	overflow: hidden;
	width: 1004px;
	margin: 14px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
}
*/
#product_container .product_wrap{ /* 23.06.15 postscript */
	overflow: hidden;
	width: 1004px;
	margin: 14px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
}

#product_container .product_box{ /* 23.06.15 postscript */
	width: 320px;
	border: 1px solid #666;
	margin: 0 0 20px 19px;
	display: flex;
	flex-direction: column;
}
#product_container .product_box:nth-of-type(3n+1){
	margin: 0 0 20px 0;
	list-style: none;
}
#product_container .product_ttl{ /* 23.06.22 postscript */
	background: #eee;
	text-align: center;
	padding: 7px 8px;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	word-break: break-all;
	z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-grow: 1;
}
#product_container .product_thum{
	width: 174px;
	height: auto;
	margin: 8px auto;
	text-align: center;
	position: relative;
}
#product_container .product_thum img{
	width: 100%;
}
#product_container .appeal_txt{
	font-size: 12px;
	margin: 10px;
	text-align: center;
}
#product_container .price_box{ /* 23.06.15 postscript */
	margin: 0 0 10px;
}
#product_container .price_main{ /* 23.06.15 postscript */
	color: #d30303;
	font-size: 26px;
	text-align: center;
	margin: 0 20px;
}
#product_container .price_main::after{
/*	content: "（税込）";*/
	font-size: 12px;
	color: #d30303;
	position: absolute;
	bottom: 8px;
	right: -6px;
}
#product_container .price_sub{
	text-align: center;
	margin: 0 20px;
	font-size: 12px;
	
}
/*#product_container .price_main::after{ 23.06.15 postscript
	content: "（税込）";
	font-size: 12px;
	color: #d30303;
	position: absolute;
	bottom: 8px;
	right: -6px;
}*/
#product_container .btn_spec{ /* 23.06.15 postscript */
	width: 100%;
	margin: auto 0 15px;
}
#product_container .btn_spec a{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #f35518;
	position: relative;
	transition: background-color 0.3s;
}
#product_container .btn_spec a:hover{
	background-color: #f28a61;
}
#product_container .btn_spec a::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/images/top/icon_btn_wh.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}
#product_container .btn_end{
	padding: 13px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #888;
	margin: 0 auto;
	background-color: #d9d9d9;
	background-size: 1.5em auto;
}
.panel_area{ /* 23.06.05 postscript */
	width: 1004px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.panel_area_btn { /* 23.05.18 postscript */
	width: 500px;
	margin: 0 auto;
	padding: 30px 0 0px;
}
.panel_area_btn a{
	display: block;
	text-align: center;
	border: 2px solid #1755aa;
	color: #1755aa;
	background-color: #fff;
	padding: 14px 0 12px;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s;
}
.panel_area_btn a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 11px;
	height: 17px;
	transform: translate(0,-50%);
	background: url("/images/top/btn_arrow.png") no-repeat 0 0;
}
.panel_area_btn a:hover{ /* 23.05.18 postscript */
	background-color: #e0ecff;
}
.panel_area_btn a p{ /* 23.05.18 postscript */
	margin: 0;
	font-weight: bold;
}
#banner_area .banner_box h2{
	margin: 75px 0 50px;
	background-color: #f1f1f1;
	padding: 14px 10px 10px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
}
#banner_area .banner_box ul{
	width: 1004px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
#banner_area .banner_box li{ /* 23.06.05 postscript */
	width: 300px;
	margin: 0 0 20px;
}
#banner_area .banner_box li a{
	display: block;
	transition: 0.3s;
}
#banner_area .banner_box li a:hover{
	opacity: .7;
}

#incontents .panel_area_btn a{ /* 23.06.05 postscript */
	display: block;
	text-align: center;
	border: 2px solid #1755aa;
	color: #1755aa;
	background-color: #fff;
	padding: 14px 0 12px;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s;
}
#incontents .panel_area_btn a::after{ /* 23.06.05 postscript */
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 11px;
	height: 17px;
	transform: translate(0,-50%);
	background: url("/images/top/btn_arrow.png") no-repeat 0 0;
}
#incontents .panel_area_btn a:hover{ /* 23.06.05 postscript */
	background-color: #e0ecff !important;
}
#incontents .panel_area_btn a p{ /* 23.06.05 postscript */
	margin: 0 !important;
	font-weight: bold;
}

#tn-top li.on a{ /* 23.06.05 postscript */
    border-bottom: solid 4px #f35518;
	display: block;
    width: 104px;
    padding: 12px 0 8px;
    color: #000;
    text-decoration: none;
}

#product_container h2{ /* 23.06.15 postscript */
	margin: 55px 0 50px;
	background-color: #f1f1f1;
	padding: 14px 10px 10px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
}
#product_container .btn_txt_spec{ /* 23.06.22 postscript */
	width: 100%;
	margin: auto 0 0;
}
#product_container .btn_txt_spec a{ /* 23.06.15 postscript */
	padding: 10px 0;
    display: block;
    text-align: center;
    color: #1755aa;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    background: #fff;
    position: relative;
	text-decoration: underline;
}
#product_container .btn_txt_spec a:hover{ /* 23.06.15 postscript */
	text-decoration: none;
}
#product_container .btn_txt_spec a::after{ /* 23.06.15 postscript */
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/images/top/icon_btn_bl.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(10px,-50%);
}
.panel_area_1colm{ /* 23.06.15 postscript */
	width: 1004px;
	margin: 0 auto;
	list-style: none;
}
#product_container .coupon_box{ /* 23.06.15 postscript */
	position: relative;
	overflow: hidden;
}
#product_container .coupon_box .brook-after{ /* 23.06.22 postscript */
	width: 320px;
	transform: rotate(-25deg);
    transform-origin: top center;
    position: absolute;
    top: 65px;
    left:calc( -320px / 2 + 60px );    
    padding: 5px calc( 320px / 2 - 65px * 1.414 );
    box-sizing: border-box;
	text-align: center;
	background: #d30303;
	color: #fff;
	z-index: 1;
	font-size: 16px;
}
/*----- 23.05.10 postscript end -----*/
