.productbox {
	height: 91px;
	margin: 50px 0.5px 50px 0px;
	width: 170px;
	border-right: 0.5px #0071bb solid;
}

.productimg {
	width: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid #fff;
	display: inline-block;
	margin: -49px 8px;
	align-content: center;
	position: relative;
}

.productlabel {
	font-size: 13px;
	padding: 3px 0;
	text-align: center;
	border: 1px solid black;
	border-radius: 2px;
	margin: auto;
	color: black;
	align-content: center;
	height: 19px;
	width: 150px;
	position: relative;
}

.product-items-heatsink a,
.product-items-heatsink a:hover,
.product-items-accessory a,
.product-items-accessory a:hover,
.explanation a,
.explanation a:hover
{
	text-decoration: none;
}

.productlabel:hover {
	background-color: #414042;
	color: #50aeca;
	text-decoration: none;
	font-size: 13px;
}

.productimg img:hover {
	border: 1px solid #bcbec0;
	border-radius: 3px;
}

.productbox p {
	position: relative;
}

.product-category {
	flex-wrap: wrap;
	float: left;
	width: 250px;
	display: block;
}

div.heading {
	font-size: 32px;
	font-weight: normal;
	padding: 0.5em;
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 16px;
	padding-left: 2px;
}

div.heading::before {
	display: none; 
}

div.heading::after {
	content: ' ';
	height: 5px;
	width: 1155px;
	background-image: linear-gradient(to right, #92c4df 0%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
	margin-top: 2px;
}

.panel-menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.panel-menu label {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-left: 2px;
	font-size: 15px;
	padding: 0;
	cursor: pointer;
	height: 36px;
	border-bottom: 1px solid #939598;
	cursor: pointer;
}

.down-arrow {
	display: none;
	color: #50aeca;
	float: right;
	position: relative;
	/* left: -1.2em;
	top: -30px; */
	left: -1.8em;
	top: -20px;
	cursor: pointer;
}

.panel-menu label:hover~.down-arrow,.down-arrow:hover {
	display: block;
}

.panel-menu label:hover {
	color: #50aeca;

}

.panel-menu div.menu-item-detail {
	margin: 0 0 10px 0;
	padding: 8px;
	display: flex;
	font-size: 13px;
	background-color: #f1f2f2;
	border-top: 2px solid #0071bb;
	position: relative;
	/*important*/
	top: -1px;
	width: 224px;
}

.panel-menu input {
	display: none;
}

.panel-menu input:checked+div {
	display: block;
}

.panel-menu div.menu-item-detail {
	display: none;
}

.product-items {
	display: flex;
	flex-wrap: wrap;
	float: right;
}

.product {
	display: inline-block;
}

.detail-link a {
	color: #25a9e0;
}

.detail-link {
	text-align: right;
}
.explanation {
	float: right;
	width: 902px;
	display: flex;
	flex-wrap: wrap;
	float: right;
}

@media only screen and (min-width:640px) and (max-width:1023px) {
	.ANTOP,
	.ANBODY,
	.ANFOOT {
		width: 970px;
	}
	.product-items {
		width: 700px;
	}
}

@media screen and (min-width:1024px) {
	.ANTOP,
	.ANBODY,
	.ANFOOT {
		width: 1155px;
	}
	.product-items {
		width: 900px;
	}
	#FORMSEARCH {
		left: 560px;
	}
	div.NAVLOGIN {
		left: 315px;
	}
}

.explanation ul {
	width: 50%;
	margin: auto;
}

.explanation li {
	display: flex;
	justify-content: left;
	align-items: center;
	width: auto;
	margin: 10px;
	font-size: 16px;
	padding: 0;
	height: 25%;
	cursor: pointer;
}

.explanation a {
	color: black;
}

.explanation li :hover {
	color: #0071bb;
}

.productboxgp img {
	width: 492px;
	height: 150px;
}

.productboxgp {
	width: 512px;
}

.productboxgp .productlabel {
	width: 492px;
}
.product-items-heatsink .productbox:nth-child(3),
.product-items-heatsink .productbox:nth-child(8),
/* .product-items-heatsink .productbox:nth-child(13), */
.product-items-accessory .productbox:nth-child(5),
.product-items-accessory .productbox:nth-child(10) {
	border-right: none;
}


/* reset */
* {
	margin: 0;
	box-sizing: border-box;
	line-height: 1.5em;
	/* font-family: Helvetica, Arial, sans-serif; */
	font-family:neue-haas-grotesk-display, sans-serif;
}

html,
body {
	height: 100%;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	text-align: center;
	-moz-appearance: textfield;
	padding: 4px;
	margin-right: 4px;
	width: 4em;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
}

ul {
	list-style: none;
	padding-left: 0;
}

h1,
h2 {
	display: none;
}

.ANTOP,
.ANBODY,
.ANFOOT,
header,
footer,
main {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.ANTOP,
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/* margin-top: -24px; */
}

.ANTOP {
	/* for header search box */
	display: grid;
	grid-template-rows: 76px auto;
	grid-template-columns: 260px auto;
}

.ANFOOT,
footer {
	border-top: 2px groove #999;
	font-size: 12px;
	text-align: right;
	padding: 4px 5px;
	margin-top: 32px;
}

[v-cloak] {
	display: none;
}

input:focus {
	outline: none;
}

/* end of reset */

/* header */
.vtop-userinfo-top {
	/* display: flex;
	align-items: center;
	margin-top: 24px; */
	align-items: center;
	/* for header search box */
	grid-column: 2/3;
	grid-row: 1/3;
	display: grid;
	grid-template-rows: 60% auto;
	grid-template-columns: 40% auto;
	width: 700px;
	height: 100%;
}

.div-navicons {
	margin-right: 16px;
	margin-top: 8px;
	width: 300px;
	min-width: 136px;

	/* for header search box */
	grid-column: 1/1;
	grid-row: 1/3;
}

#ALPHALOGO {
	margin-top: 32px;
	width: 249px;
	height: 65px;
}

#DIVNAVI {
	/* order: 3;
	margin: 0 0 12px; */

	/* for header search box */
	grid-column: 1/1;
	grid-row: 2/3;
}

#NAVMENU {
	display: flex;
	font-size: 12px;
	width: 720px;
	align-items: center;
	/* from style2018 */
	margin: 4px 8px;
	padding: 0 3px;
}

#NAVMENU li {
	display: inline-block;
	background-image: url(/images/ya.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 24px;
}

#NAVMENU li:first-child {
	background-image: none;
	padding-left: initial;
}

#NAVMENU-HOME {
	height: 20px;
	width: 20px;
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	float: left;
	clear: both;
}

#iSRCHT {
	padding-left: 4px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 251px;
	height: 31px;
	border-radius: 6px;
}

#iSRCHB {
	-webkit-appearance: none;
	border-radius: 0;
	/* width: 50px; */
	background-color: #f0f0f0;
	/* font-size: 12px; */
	border: none;
	/* height: 24px; */
	/* border-radius: 3px; */
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	/* for header search box */
	font-size: 14px;
	padding: 8px;
	padding: 0;
	background-color: #00aeef;
	height: 32px;
	border-radius: 6px;
	margin-left: 10px;
	width: 61px;
	height: 29px;
}

.div-userinfo {
	line-height: 1em;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
	/* max-width: 158px; */
}

.div-navicons ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	margin-top: 4px;
}

.div-navicons ul li {
	list-style: none;
}

.div-navicons ul li a {
	font-size: 8px;
	text-decoration: none;
	display: flex;
	width: 44px;
	flex-wrap: wrap;
	justify-content: center;
}

.div-numitemincart {
	width: 17px;
	height: 15px;
	border: 1px solid #cef;
	position: relative;
	top: -52px;
	left: 60px;
	background-color: #abdbff;
	border-bottom: 1px solid #7ad;
	border-right: 1px solid #7ad;
	font-size: 9px;
	color: #03f;
	text-align: center;
}

.div-userinfo {
	/* for header search box */
	grid-column: 2/3;
	grid-row: 2/3;
	justify-self: end;
	display: flex;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}


#FORMUSRMENU {
	display: flex;
	align-items: center;
	gap: 10px;
}

#HDLOGOUT {
	/* スラッシュ */
	position: relative;
	padding-right: 18px;
}

#HDLOGOUT::before {
	/* スラッシュ */
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #00aeef;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#HDLOGOUT:lang(ja):before {
	/* スラッシュ */
	left: -11px;
}

#HDLOGOUT::before {
	/* スラッシュ */
	right: 67px;
}

#SEARCHBOX {
	/* for header search box */
	margin-top: 11px;
	text-align: right;
	align-self: end;
}

#SEARCHBOX input::placeholder {
	/* for header search box */
	background-image: url(/images/png/icon_mgnf_glss.png);
	background-size: 8%;
	background-repeat: no-repeat;
	background-position: 3% 50%;
	color: #bcbec0;
	font-size: 14px;
	padding-left: 40px;
	text-align: center;
}

#HDUSRMENU,
#HDLOGOUT {
	color: blue;

}

.CHAR {
	/* from style2018 */
	padding: 4px 5px 4px 5px;
}

/* end of header */

/* Cookie consent start */
.cookie-consent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	font-size: 13px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 1.2em;
	box-sizing: border-box;
	visibility: hidden;
	z-index: 999;
}
.cookie-consent.is-show {
	visibility: visible;
}
.cookie-consent a {
	color: #fff !important;
}
.cookie-agree {
	background: dodgerblue;
}
.cookieconsent-hide {
	display: none;
}
.cookie-consent .btn {
	width: 200px;
}
@media screen and (max-width: 930px) {
	.cookie-consent {
		flex-direction: column;
	}
	.cookie-text {
		margin-bottom: 1em;
	}
}
/* End of Cookie consent */

/* jQuery override */
.ui-widget {
	font-family: "neue-haas-grotesk-display", sans-serif;
}

.ui-widget-overlay {
	background: #444444;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-dialog.ui-widget.ui-widget-content {
	border: 3px solid #92c4df;
}

.ui-state-hover,
.ui-widget-header {
	background-color: transparent;
}

.ui-widget-header {
	border: none;
}

.ui-dialog .ui-dialog-content {
	padding-top: 0.2em;
}

.ui-dialog-titlebar {
	background-repeat: no-repeat;
	background-size: 55px;
}

.ui-dialog .ui-dialog-title {
	margin: .2em 0.4em;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
}

.ui-button .ui-icon.ui-icon-closethick {
	background-image: url('/images/png/icon_close_x.png');
	background-position: 0 0;
}

.ui-button.ui-dialog-titlebar-close {
	border: none;
	background-color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 16px;
	right: 0;
}

/* .ui-button-icon-only .ui-icon {
	margin-top: -22px;
	margin-left: -5px;
} */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .7em;
	outline: 0;
}

.ui-widget-content a {
	color: revert;
}

.ui-widget-content a:focus {
	outline: none;
}

/* end of jquery override */

/* utility */
.input-error {
	background-color: #f99;
}

.div-warnings {
	color: #c03;
	font-size: 0.9em;
}

.btn {
	cursor: pointer;
	border: none;
	margin: 4px;
	font-size: 14px;
	line-height: 1.2;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	--padding-x: 8px;
	border-radius: 4px;
	padding: 0.5em var(--padding-x);
}

.btn-lightgreen {
	background-color: #89CDB5;
}

.btn-lightgray {
	background-color: #D0D2D3;
}

.btn-order {
	background-color: #00abf4;
}

.btn-next {
	background-color: #89CDB5;
}

.btn:hover {
	color: #fff;
}

.btn:disabled:hover {
	color: #999;
}

.div-dialog,
.div-subdialog {
	display: none;
}

.btn-cancel {
	background-color: #d0d2d3;
}

.label-inptext {
	display: block;
	font-size: 12px;
	width: 72px;
	padding: 8px;
}

.label-inptext input[type="text"],
.label-inptext input[type="password"],
.label-inptext input[type="number"] {
	display: block;
	width: 95%;
	font-size: 15px;
	height: 32px;
}

.label-inptext input[type="text"]::placeholder {
	font-size: 12px;
	color: #bbb;
	height: 32px;
}


.row {
	display: flex;
}

.tbl {
	width: 100%;
}

.tbl tr th,
.tbl tr td {
	padding: 0.4em;
	border: none;
	font-size: 12px;
}

.div-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-top: 20px;
	width: 100%;
}

.div-buttons input[type="button"],
.div-buttons button {
	margin: 4px;
	min-width: 88px;
	font-size: 14px;
	font-weight: normal;
	font-family: "neue-haas-grotesk-display", sans-serif;
}

.div-dialog-alert {
	top: -24px;
	margin-top: 0;
}
/* end of utility */

.label_heading label{
	width: 224px;
}

@media only screen and (min-width:640px) and (max-width:1023px) {

	.ANTOP,
	.ANBODY,
	.ANFOOT {
		width: 970px;
	}

	.product-items {
		width: 700px;
	}
}

@media screen and (min-width:1024px) {

	.ANTOP,
	.ANBODY,
	.ANFOOT {
		width: 1155px;
	}

	.product-items {
		width: 900px;
	}

	#FORMSEARCH {
		left: 560px;
	}

	div.NAVLOGIN {
		left: 315px;
	}
}

.productlabel{
	height: 27px;
}

.productimg img{
	display: inline-block;
}

#NAVMENU li.CHAR a {
	margin: 0;
}

div.heading {
	margin-top: 27px;
}

.additionalinfobox-intro:hover {
	border-radius: 10px;
	color: #90d3d9;

}

.additionalinfobox-designguide:hover {
	border-radius: 10px;
	color: #88cbb3;


}
.additionalinfobox-additionaldesign:hover {
	border-radius: 10px;
	color: #8bc53f;


}
.additionalinfobox-data:hover {
	border-radius: 10px;
	color: #48c0e0;


}
.additionalinfoboxs-group {
	flex-wrap: wrap;
	flex-direction: row;
	display: flex;
	column-gap: 20px;
	width: 970px;
}

.additionalinfobox {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 186px;
	width: 150px;
	border-radius: 10px;
}

.additionalinfobox-intro {
	border: 1px solid #90d3d9

}

.additionalinfobox-designguide {
	border: 1px solid #88cbb3
}

.additionalinfobox-additionaldesign {
	border: 1px solid #8bc53f
}

.additionalinfobox-data {
	border: 1px solid #48c0e0
}

a{
	overflow: hidden;
}

.additionalinfoboxs-group>a {
	color: #000;
}

.additionalinfoboxs-grouptitle {
	width: 200px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 54px;
}

.additionalinfoboxs-grouptitle:lang(en) {
	font-family: neue-haas-grotesk-display, sans-serif;
}

.additionalinfobox-title:lang(ja) {
	padding: 23px 10px 0 12px;
	font-size: 16px;
	line-height: 1.25;
}

.additionalinfobox-title:lang(en) {
	padding: 24px 8px 0 8px;
	font-size: 20px;
	line-height: 1;
}

.additionalinfoboxs-grouptitle>span {
	left: 6px;
	position: absolute;
	padding: 10px;
	top: -10px;
	width: 210px;
	background-color: #fff;
}

.additionalinfoboxs-grouptitle>span:lang(ja)  {
	width: 210px;
}
.additionalinfoboxs-grouptitle>span:lang(en)  {
	width: 210px;
}


.additionalinfoboxs-grouptitle>span>span:lang(ja) {
	position: absolute;
	left: 20px;
	font-size: 20px;
}

.additionalinfoboxs-grouptitle>span>img:lang(ja) {
	position: absolute;
	left: 21px;
}

.additionalinfoboxs-group:lang(ja) {
	font-family: neue-haas-grotesk-display, sans-serif;
}

.additionalinfoboxs-group>a>span:lang(ja) {
	padding: 0 15px 10px 15px;
}

.additionalinfoboxs-grouptitle>span>span:lang(en), .additionalinfoboxs-grouptitle>span>img:lang(en){
	margin-left: -10px;
}


.additionalinfoboxs-grouptitle>span>span:lang(en) {
	position: absolute;
	left: 31px;
	font-size: 23px;
}

.additionalinfoboxs-grouptitle>span>img:lang(en) {
	position: absolute;
	left: 30px;
}

.additionalinfoboxs-group {
	margin-bottom: 54px;
	margin-left: 35px;
}

.additionalinfoboxs-group>a>span:lang(en) {
	padding: 0 8px 15px 8px;
}

.additionalinfo:lang(en) *{
	font-family: neue-haas-grotesk-display, sans-serif !important;
	letter-spacing: -.5px;
	  line-height: 90%;
}