@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
shopping
---------------------------------------- */
#dcrt_area .shopping_item .sub_heading{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 5px;
}
#dcrt_area .shopping_item .sub_heading::before{
    display: inline-block;
    content: "";
    margin-top: 8px;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #000000;
}
#dcrt_area .list_contents{
    margin-top: 10px;
}
#dcrt_area .list_contents p{
    margin-left: 10px;
    text-indent: -10px;
    margin-bottom: 5px;
}
#dcrt_area .list_contents p::before{
    display: inline-block;
    content: "";
    margin-top: 8px;
    margin-right: 5px;
    width: 3px;
    height: 3px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #000000;
}
/*--------*/
.shopping_item a{
    display: inline;
}
.shopping_area{
    font-weight: 500;
}
.shopping_area p{
    margin-bottom: 8px;
}
.shopping_area .shopping_item{
    margin-bottom: 20px;
}
ul.list_set li{
    display: flex;
    flex-wrap: nowrap;
    line-height: 160%;
}
ul.list_set li p.list_set_headr{
    text-align: right;
    width: 90px;
    position: relative;
    margin-right: 25px;
}
ul.list_set li p.list_set_headr::after {
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 95px;
}
ul.list_set li p.list_set_ctn{
    text-align: left;
}
ul.list_set.commission li p.list_set_headr{
    width: 150px;
}
ul.list_set.commission li:first-of-type p.list_set_headr::after{
    top: 10px;
}
ul.list_set.commission li p.list_set_headr::after {
    left: 158px;
}
.shopping_item p.sub_item_heading{
    font-weight: 700;
}
.shopping_area .shopping_item_inner{
    font-size: 1.5rem;
}
.shopping_area .shopping_sub_item{
    margin-top: 15px;
    margin-bottom: 15px
}
.shopping_area .txt_link a{
    display: block;
}
/*----------------about_cool_delivery----------------- */
.shopping_area #about_cool_delivery .price_table_wrapper {
    margin-top: 15px;
    margin-bottom: 5px;
    overflow: auto;
}
.shopping_area #about_cool_delivery .price_table_wrapper table.price_table{
    width: 100%;
    border-top: 1px solid #523C33;
    border-spacing: 0;
    border-collapse: separate;
    white-space: nowrap;
}
.shopping_area #about_cool_delivery table.price_table th.stop,
.shopping_area #about_cool_delivery table.price_table td.detaile,
.shopping_area #about_cool_delivery table.price_table td.size {
    position: sticky;
    top: 0;
    left: 0;
    border-left: 1px solid #523C33;
}
.shopping_area #about_cool_delivery th.stop{
    border-right: 1px solid #523C33;
}
.shopping_area #about_cool_delivery th.area{
	color:#523C33;
	background-color: #EFEFEF;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 130%;
    padding: 10px;
    border-right: 1px solid #523C33;
    border-bottom: 1px solid #523C33;
}
.shopping_area #about_cool_delivery td.area_detaile{
	color:#523C33;
	text-align: center;
	background-color: #F9F9F9;
	padding: 5px;
	font-size: 14px;
    line-height: 145%;
	border-right: 1px solid #523C33;
    border-bottom: 1px solid #523C33;
}
.shopping_area #about_cool_delivery td.size{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border-right: 1px solid #523C33;
	border-bottom: 1px solid #523C33;
	background-color: #efefef;
}
.shopping_area #about_cool_delivery td.postage{
	text-align: center;
	font-size: 14px;
    color: #523C33;
	border-right: 1px solid #523C33;
	border-bottom: 1px solid #523C33;
    background-color: #f6f6f6;
}
.shopping_area #about_cool_delivery td.postage span.without_tax{
	display: block;
	padding: 5px;
	font-weight: bold;
}
.shopping_area #about_cool_delivery td.postage span.tax_included{
	display: block;
	border-top: dotted 1px #523C33;
	padding: 3px;
	font-size: 12px;
	line-height: 120%;
}