/* reset */
* {
	margin: 0;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: Helvetica, Arial, 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;
}
.div-antop,
.div-anbody,
.div-anfoot,
.ANTOP,
.ANBODY,
.ANFOOT,
header,
footer,
main {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.div-antop,
.ANTOP,
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: -24px;
}
.ANTOP,
.div-antop {
	display: grid;
	grid-template-rows: 100px auto;
	grid-template-columns: 260px auto;
}
.ANFOOT,
.div-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 {
	align-items: center;
	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;

	grid-column: 1/1;
	grid-row: 1/3;
}
#ALPHALOGO {
	margin-top: 32px;
	width: 249px;
	height: 65px;
}
#DIVNAVI {
	grid-column: 1/1;
	grid-row: 2/3;
}
#NAVMENU {
	display: flex;
	font-size: 12px;
	width: 720px;
	align-items: center;
	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;
	background-color: #f0f0f0;
	color: #666;
	border: none;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;

	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;
}
.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 {
	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 {
	margin-top: 11px;
	text-align: right;
	align-self: end;
}
#SEARCHBOX input::placeholder {
	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 {
	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: -16px;
	margin-left: -7px;
}
.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-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%;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog-titlebar {
	background-repeat: no-repeat;
	background-size: 55px;
}
.ui-widget-header {
	border: none;
}
.ui-state-hover, .ui-widget-header {
	background-color: transparent;
}
.div-buttons input[type="button"],
.div-buttons button {
	margin: 4px;
	width: 88px;
	font-size: 14px;
	font-weight: normal;
	font-family: "neue-haas-grotesk-display", sans-serif;
}
.heading-model {
	padding: 4px;
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 90%);
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	border-top: 3px solid #50AECA;
	border-bottom: 3px solid #2C2C2C;
	margin-top: 8px;
	margin-bottom: 8px;
}
.cstm-model {
	list-style: none;
	text-decoration: none;
	display: block;
	color: transparent;
	text-align: center;
	height: 79px;
	width: 60px;
	background-repeat: no-repeat;
	cursor: pointer;
}
html:lang(en) .cstm-model {
	background-image: url(/images/png/btn_os_cstm-hs1e.png);
	background-size:70%;
	background-position: center;
}
html:lang(en) .cstm-model:hover {
	background-image: url(/images/png/btn_os_cstm-hs2e.png);
	background-size:70%;
	background-position: center;
}
html:lang(ja) .cstm-model {
	background-image: url(/images/png/btn_os_cstm-hs1j.png);
	background-size:70%;
	background-position: center;
}
html:lang(ja) .cstm-model:hover {
	background-image: url(/images/png/btn_os_cstm-hs2j.png);
	background-size:70%;
	background-position: center;
}
.dlg {
	border-color: #92c4df;
	cursor: move;
	position: relative;
}
.dlg p, .dlg div {
	cursor: default;
}


/* end of utility */

/* for vtblprc */
.div-vprctbl-prices .div-prices {
	display: block;
	margin-left: 8px;
	margin-top: 30px;
}
.div-vprctbl-prices .div-prices .tbl tbody tr td {
	background-image: linear-gradient(to right, #000 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
	border-bottom: none !important;
}
.div-vprctbl-prices .div-prices .tbl thead tr th {
	border-top: solid 1px #000 !important;
	border-bottom: solid 1px #000 !important;
	background-color: #fff;
	color: #0071bb;
}
.div-vprctbl-prices .div-prices .tbl td,
.div-vprctbl-prices .div-prices .tbl th {
	text-align: center;
	font-size: 13px;
}
.div-vprctbl-prices .div-prices .tbl .td-price {
	text-align: right;
	padding-right: 16px;
}
.div-vprctbl-prices .div-prices .tbl .td-pricej {
	text-align: right;
	padding-right: 24px;
}
.div-vprctbl-prices .div-prices .tbl .td-c {
	text-align: center;
	padding-right: 0;
}
.div-vprctbl-prices .div-prices .tbl {
	width: 240px;
	margin-right: 0;
	margin-left: auto;
}
.div-vprctbl-prices .div-prices td.col-qty {
	text-align: center;
}
.div-vprctbl-prices .div-prices td.col-price {
	text-align: right;
}
.div-vprctbl-prices .div-prices td.col-price div {
	margin-right: 40%;
}
.div-vprctbl-prices {
	top:-16px; 
}
.div-vprctbl-prices .div-wrapper-pricetable {
	display:grid;  
	grid-template-columns: 132px 1fr 1fr 1fr; 
	grid-template-rows: 1fr 82px auto;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-prices {
	display:flex;
	grid-column:2/5;
	grid-row:1/2;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-input-qty {
	margin:0 16px;
	text-align:center;
	width:94px;
	grid-column:1/2;
	grid-row:2/3;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-input-qty input[type="number"] {
	font-size:13px;
	width:40px;
	border:none;
	border-bottom:1px solid #ccc;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-input-qty .changeqty-button {
	display: inline-block;
	cursor: pointer;
	border: none;
	background-color: #fff;
	font-size:20px;
	width:20px;
	margin:0;
	padding:0
}
.div-vprctbl-prices .div-wrapper-pricetable .div-btn-nouki {
	grid-column:2/3;
	grid-row:2/3;
	display: flex;
	align-items: center;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-btn-rfq {
	grid-column:3/4;
	grid-row:2/3;
	display: flex;
	align-items: center;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-btn-shop {
	grid-column:4/5;
	grid-row:2/3;
	display: flex;
	align-items: center;
}
.div-vprctbl-prices .btn-nouki,
.div-vprctbl-prices .btn-rfq,
.div-vprctbl-prices .btn-shop {
	height: 35px;
	width: 80px;
	border: none;
	margin: 2px;
}
html:lang(en) .div-vprctbl-prices .btn-nouki:hover {
	background-image: url(/images/png/btn_check_avail_e2.png);
}
html:lang(en) .div-vprctbl-prices .btn-nouki {
	background: url(/images/png/btn_check_avail_e1.png) no-repeat;
	background-position: center;
	color: transparent;
}
html:lang(en) .div-vprctbl-prices .btn-rfq:hover {
	background-image: url(/images/png/btn_rfq_e2.png);
}
html:lang(en) .div-vprctbl-prices .btn-rfq {
	background: url(/images/png/btn_rfq_e1.png) no-repeat;
	background-position: center;
	color: transparent;
}
html:lang(en) .div-vprctbl-prices .btn-shop:hover {
	background-image: url(/images/png/btn_order_e2.png);
}
html:lang(en) .div-vprctbl-prices .btn-shop {
	background: url(/images/png/btn_order_e1.png) no-repeat;
	background-position: center;
	color: transparent;
}
html:lang(ja) .div-vprctbl-prices .btn-nouki:hover {
	background-image: url(/images/png/btn_check_avail_j2.png);
}
html:lang(ja) .div-vprctbl-prices .btn-nouki {
	background: url(/images/png/btn_check_avail_j1.png) no-repeat;
	background-position: center;
	color: transparent;
}
html:lang(ja) .div-vprctbl-prices .btn-rfq:hover {
	background-image: url(/images/png/btn_check_prc_j2.png);
}
html:lang(ja) .div-vprctbl-prices .btn-rfq {
	background: url(/images/png/btn_check_prc_j1.png) no-repeat;
	background-position: center;
	color: transparent;
}
html:lang(ja) .div-vprctbl-prices .btn-shop:hover {
	background-image: url(/images/png/btn_check_purch_j2.png);
}
html:lang(ja) .div-vprctbl-prices .btn-shop {
	background: url(/images/png/btn_check_purch_j1.png) no-repeat;
	background-position: center;
	color: transparent;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-nouki {
	border-top:1px solid #0071bb;
	border-bottom:1px solid #0071bb;
	padding:4px;
	margin-top:8px;
	grid-column: 1/5;
	grid-row: 3/4;
}
.div-vprctbl-prices .div-wrapper-pricetable .div-nouki th {
	font-size: 16px;
	vertical-align: middle; 
	margin: 2px; 
	text-align: left; 
	color:#27aae1;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable {
	display:grid;  
	grid-template-columns: 126px 1fr; 
	grid-template-rows: auto 1fr 1fr 1fr;
	height: 160px;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-prices .tbl {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-input-qty {
	grid-row:1/3;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-btn-nouki {
	grid-column:2/3;
	grid-row:2/3;
	margin: 0;
	display: flex;
	align-items: flex-end;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-btn-rfq {
	grid-column:2/3;
	grid-row:3/4;
	display: flex;
	align-items: flex-end;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-btn-shop {
	grid-column:2/3;
	grid-row:4/5;
	display: flex;
	align-items: flex-end;
}
.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-nouki th {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable {
	display:grid;  
	grid-template-columns: 126px 1fr; 
	grid-template-rows: auto auto auto auto auto;
	height: auto;
}
.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-prices {
	display:flex;
	grid-column:1/3;
	grid-row:4/5;
	margin-top: 8px;
	margin-bottom: 8px;
}
.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-btn-rfq {
	grid-column:1/2;
	grid-row:5/6;
	justify-content: center;
}
.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-btn-shop {
	grid-column:2/3;
	grid-row:5/6;
}
.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-nouki {
	grid-column: 1/3;
	grid-row: 3/4;
	border:1px solid #0071bb;
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
}
.div-vprctbl-prices-tbl {
	top: 0;
	display: block;
	width: 224px;
}
.div-vprctbl-tableprice {
	margin-top: 4px;
}
.div-vprctbl-tableprice .div-contact-alpha{
	margin: 30px;
}
.div-vprctbl-prices-tbl dialog {
	display: block;
	border: none;
}
/* end of for vtblprc */

/*  catalog page  start */
.panel-model-name {
	display: flex;
	font-weight: bold;
	align-items: center;
	font-size: 14px;
	margin: 8px 0;
	justify-content: center;
	margin-top: 0;
}
.panel-model-name .selected-fan{
	display: none;
}
.model-name {
	font-size: 24px;
}
.model-name-box {
	width: 40px;
	height: 40px;
	margin: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}
.box-height,.selected-hsheight {
	background-color: #75adeb;
}
.active-block .row:lang(ja) {
	min-height: 190px;
}
.active-block .row:lang(en) {
	min-height: 250px;
}
.tbl-sub-part th{
	font-size: 12px;
}
.active-block {
	position: relative;
	font-size: 16px;
	margin-top: 0;
	width: 974px;
	margin-left: 4px;
	padding: 8px 0;
	height: auto;
}
.tbl-sub-part {
	margin: 0 8px;
}
.tbl-sub-part th {
	border: none;
	padding: 4px;
	color: #003f5e;
	font-weight: normal;
	font-size: 16px;
}
#TBLHS {
	min-width: 180px;
}
.tbl-sub-part td {
	padding: 2px 4px;
	vertical-align: middle;
	font-size: 13px;
}
.tbl-sub-part tr {
	border-bottom: 1px solid #e5e6e7;
}
.tbl-sub-part tr:last-child {
	border-bottom: 4px solid #dfe8ed;
}
.balloon1 {
	height: 42px;
	position: relative;
	margin: 20px 0 0 0;
	padding: 1px 3px;
	max-width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 350px;
	margin-bottom: 16px;
	border-bottom: 5px solid #8fd3f4;
	border-image: linear-gradient(to right, #8fd3f4 0%, #84fab1 50%,#ffffff 100%);
	border-image-slice: 1;
	font-family: "neue-haas-grotesk-display", sans-serif;
}
.balloon1 {
	padding-top: 4px;
}
.balloon1:lang(ja) {
	height: 36px;
}
.tbl-sub-part .step-selected-border:last-child {
	border-bottom: 4px solid #8fd3f4;
	border-image: linear-gradient(to right, #8fd3f4 0%, #84fab1 100%);
	border-image-slice: 1;
}
.balloon1 p {
	margin: 0;
	padding: 0;
}
.balloon1 .step-header-step {
	color: #ba0a39;
	font-size: 18px;
	font-weight: normal;
}
.balloon1 .step-header-description {
	color: #000;
	font-size: 22px;
	font-weight: 400;
}
.balloon1 .step-header-description:lang(ja) {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.kikakunote {
	position: relative;
	left: 25px;
	z-index: 1;
	font-size: 15px;
}

.kikakunote ul {
	list-style:disc;
}
.kikakunote li {
	margin:4px;
}
html:lang(en) .kikakunote li {
	margin:8px 4px;
}

.div-catalog-icons {
	display: flex;
	flex-wrap: wrap;
	width: 160px;
	margin-left: 151px;
}
.div-catalog-icons img {
	margin: 2px;
}
html:lang(en) .div-catalog-icons {
	margin-left: 100px;
}
#DIVHS .label-radio {
	width: 130px;
	cursor: pointer;
}
.label-radio {
	width: 54px;
	margin-left: 4px;
	padding-left: 4px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.label-radio>input[type="checkbox"] {
	margin-left: 4px;
	padding-left: 4px;
	margin-right: 4px;
}
.label-radio>input[type="radio"] {
	margin-left: 4px;
	padding-left: 4px;
	margin-right: 4px;
}

.step-header-step {
	position: relative;
	margin-left: 21px;
}
.balloon1 .step-header-step {
	color: #1c75bb;
	font-size: 18px;
	font-weight: normal;
}
.step-header-step::before {
	content: '';
	top: 15%;
	left: -20px;
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #ba0a39;
	clip-path: polygon(25% 60%, 25% 0, 75% 0, 75% 60%, 100% 60%, 50% 100%, 0 60%);
}
.step-header-description:lang(ja) {
	position: relative;
}
.step-header-description:lang(ja)::before,
.step-header-description::before{
	content: "";
	position: absolute;
	border: 5px solid #ba0a39;
	border-radius: 50%;
	animation: flash 1.5s 2 linear;
}
.step-header-description:lang(ja)::before{
	top: 54px;
	left: -76px;
}
.step-header-description::before {
	top: 68px;
	left: 5px;
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.heading-model{
	position: relative;
}
.btn-order-complete-end::before{
	content: attr(data-num);;
	top:114px;
	left:494px;
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 15px;
	text-align: left;
	margin-bottom: 16px;
	border-image-slice: 1;
	padding-left: 23px;
	color: #1c75bb;
	font-weight: initial;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;		   
	padding-bottom: 17px;
	pointer-events: none;

}
.btn-order-complete::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #ba0a39;
	clip-path: polygon(25% 60%, 25% 0, 75% 0, 75% 60%, 100% 60%, 50% 100%, 0 60%);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	pointer-events: none;
}
.btn-order-complete-end::after{
	position: absolute;
	display: inline-block;
	top: 113px;
	left: 580px;
	font-weight: initial;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 22px;
}
.btn-order-complete-end:lang(en)::before {
	top: 114px;
	left: 531px;
}
.btn-order-complete:lang(en)::before {
	top: 68px;
	left: 532px;
}
.btn-order-complete-end:lang(en)::after {
	content: 'Complete';
	top: 113px;
	left: 620px;
}
.btn-order-complete-end:lang(ja)::before {
	top: 114px;
	left: 531px;
}
.btn-order-complete:lang(ja)::before {
	top: 68px;
	left: 532px;
}
.btn-order-complete-end:lang(ja)::after {
	content: '選択完了';
	top: 113px;
	left: 620px;
}
.panel-model-name {
	width: 970px;
	justify-content: flex-end;
}
.panel-model-name > .btn-order,
.div-catalog-icons
{
	flex-shrink: 0;
	flex-grow: 0;
}
.panel-model-name:lang(en)>.btn-order {
	flex-basis: 188px;
}
.panel-model-name:lang(ja)>.btn-order {
	flex-basis: 128px;
}
.div-catalog-icons {
	flex-basis: 160px;
}
.fan_lead_time {
	color: rgb(226, 0, 0);
	font-size: 13px;
}
.box-option {
	font-weight: bold;
	background-color: #8cdee1 !important;
	width: 56px;
}
.box-option-fs40 {
	font-weight: bold;
	background-color: #8cdee1 !important;
	width: 60px;
}
.td-selected-option {
	font-weight: bold;
	background-color: #8cdee1 !important;
}
.div-option tr td {
	text-align: center;
	padding: 4px 0;
}
.tr-selected-option td, .td-selected-option {
	font-weight: bold;
	background-color: #8cdee1;
}
.tr-hover-option td, .td-hover-option {
	background-color: #eee;
}
.tbl-sub-part thead tr:first-child {
	border-bottom: 4px solid #dfe8ed;
}
.tbl-sub-part thead tr.step-selected-border {
	border-bottom: 4px solid #8fd3f4;
	border-image: linear-gradient(to right, #8fd3f4 0%, #84fab1 100%);
	border-image-slice: 1;			
}
#TBLOPTION tbody tr td:first-child {
	padding-left: 0;
}
#TBLOPTION tr td {
	text-align: center;
}
.div-option tr td:first-child {
	text-align: left;
	padding-right: 8px;
}
#TBLOPTION tr td:first-child {
	text-align: left;
	padding-right: 4px;
	padding-left: 0px;
}
#DIV_SIDETAP_NOTE {
	font-size: 13px;
	z-index: 1;
	position: absolute;
	height: 300px;
	width: auto;
	top: 100px;
	left: 168px;
	background: white;
	width: 548px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
}
.sidetap-note-content {
	width:528px;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
}
.td-sidetap-note {
	padding-right: 0px;
	display: flex;
	justify-content: center;
}
.sidetap-note-close {
	cursor: pointer;
	font-size: 14px;
	text-decoration: underline;
	color: blue;
	position: absolute;
	bottom:4px;
	right: 24px;
	margin-top: 12px;
}
.sidetap-note-title {
	color:#00f;
	text-decoration:underline;
	width: 150px;
	cursor: pointer;
}
.note-about-assembly {
	margin-left: 30px;
	margin-top: 8px;
}
.div-icon {
	display: flex;
	justify-content: center;
}
.div-active-option .label-radio {
	min-height: 40px;
	width: 54px;
}
.div-active-option-fs40 .label-radio {
	min-height: 54px;
	width: 54px;
}
div.div-active-img-note ul.ul-square-bullet li {
	margin: 0px;
	line-height: 1em;
	padding: 0px;
	font-size: 12px;
}
.ul-square-bullet {
	list-style-type: square;
}
.div-active-img-note {
	width:700px;
	font-size:0.7em;
	background-color: white;
}
.div-anfoot {
	margin-top: 0;
}
#DIVCOLSUB2 {
	border: 1px solid #333;
	width: 160px;
	height: 54px;
	font-size: 12px;
	padding: 5px;
	line-height: 15px;
	text-align: left;
	background-color: rgb(250, 250, 210);
	color: #00f;
}
table.related_product {
	font-size: 12px;
	border: #666666 1pt solid;
	border-spacing: 0px;
	border-collapse: collapse;
/* end of catalog page */

/* styles for news pages */
}
table.related_product th {
	border: #666666 1pt solid;
	padding: 3px;
	font-weight: normal;
	background-color: rgb(213,224,222);
	text-align: center;
}
table.related_product td {
	border: #666666 1pt solid;
	padding: 3px;
	text-align: center;
}
.tr-option-heading {
	background-color: #dcf1fa;
	border-bottom: none;
	text-align: center;
}
.tr-option-heading th {
	font-size: 13px;
}
#TBLOPTION .tr-option-heading {
	border-bottom: none;
}
.drag {
	z-index: 1001;
}
.div-sidetap-note {
	background-color: white;
	width: 600px;
	height:328px;
	border: 3px solid #92c4df;
	border-radius: 4px;
	cursor: move;
	position: absolute;
	top: 88px;
	left: 144px;
	z-index: 1000;
}
.div-sidetap-note th {
	font-weight: bold;
}
.div-sidetap-note td {
	color: #000;
}
.sidetap-note-heading {
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 536px;
	font-size: 1.4em;
}
.tbl-sidetap {
	display: flex;
	justify-content: center;
}
.tr-sidetap-img-location {
	display: flex;
	justify-content: space-around;
	margin-top: 24px;
}
#TBLOPTION .tr-sidetap-img-location p {
	text-align: center;
}
/* end of styles for news pages */