/* CSS Document */

article section h3
{
	font-size: 42px;
	line-height: 140%;
	color: #753A00;
	background-image: url(../images/product_h2_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
	padding-bottom: 50px;
	text-align: center;
}

article section h3 small
{
	font-size: 24px;
	color: #753A00;
	line-height: 140%;
	display: block;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



article section .tab
{
	text-align: center;
	margin-bottom: 60px;
}

article section .tab ul
{
	display: table;
	width: 720px;
	padding: 0px;
	border: 2px solid #753a00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

article section .tab ul li
{
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #753a00;
	color: #753a00;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	cursor:pointer;
}

article section .tab ul li a
{
	color: #753a00;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}

article section .tab .select a
{
	color: #753a00;
	background-color: #FFF0E1;
}

article section .tab ul li a:hover
{
	color: #FFF !important;
	background-color: #753a00 !important;
}


article section .tab ul li:last-child
{
	border-right-style: none;
}

article section .tab ul li:first-child a
{
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0px;

	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 4px;  
	-webkit-border-bottom-right-radius: 0px;  

	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomleft: 4px; 
	-moz-border-radius-bottomright: 0px;  
}


article section .tab ul li:last-child a
{
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 4px;

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 0px;  
	-webkit-border-bottom-right-radius: 4px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 6px;  
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 6px;  
}



article dl dt
{
	position: relative;
	background-color: #FFF;
	text-align: center;
}

article dl dt a
{
	display: block;
	padding: 20px;
	font-size: 20px;
	color: #753A00;
}

article dl dt p
{
	text-align: center;
	padding-top: 10px;
}

article .sub_comment
{
	text-align: right;
	font-size: 14px;
	line-height: 160%;
}

article .note-box
{
	display: flex;
	justify-content: center;
	align-items: center;
}

article .note
{
	margin: 0,auto;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
    width: 600px;
    padding-left: 20px;
    padding-right: 20px;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


article dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

article dl dt
{
	display: table-cell;
	width: 270px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


article dl dt a img
{
	width: 270px;
	height: 240px;
	object-fit: cover;

}

article dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: 40px;
}

article dl dd:last-child
{
	width:auto;
}

article dl dd:nth-child(8n)
{
	display: table-row;
	height: 40px;

}




}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


article section .tab ul
{
	display: block;
	width: auto;
	padding: 0px;
	border: 2px solid #753a00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

article section .tab ul li
{
	display: block;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #753a00;
}

article section .tab ul li:last-child
{
	border-bottom-style: none;
}

article section .tab ul li:first-child a
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;

	-webkit-border-top-left-radius: 4px;  
	-webkit-border-top-right-radius: 4px;  
	-webkit-border-bottom-left-radius: 0px;  
	-webkit-border-bottom-right-radius: 0px;  

	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-topright: 4px;  
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px;  
}


article section .tab ul li:last-child a
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomleft: 4px; 
	-moz-border-radius-bottomright: 4px;  
}




article dl
{
	display: inline-table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

article dl dt
{
	display: table-cell;
	width: 49%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

article dl dt a
{
	display: block;
	padding: 10px;
	font-size: 16px;
	line-height: 140%;
}

article dl dt a img
{
	width: 100%;
	height: auto;
	object-fit: cover;

}

article dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: auto;
}

article dl dd:last-child
{
	width:auto;
}

article dl dd:nth-child(4n)
{
	display: table-row;
	height: 10px;

}

}