/* 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;
}


.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: 100px 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;
	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 {
	/* height: 24px;
	padding-left: 4px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 172px; */

	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;
	color: #666;
	/* 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;
}


/* add from catalog3.css */
.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;
}


	/* from catalog3.css */
.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;
}

	/* from catalog3.css */
.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;
	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;
}

	/* not used */
div.heading_aces { /* cat_c_sseで上書きしている分 */
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 28px;
	font-stretch: normal;
	margin-top: 18px;
}
	/* not used */
div.heading_aces::after {
	content: ' ';
	height: 5px;
	width: 960px;
	background-image: linear-gradient(to right, #00D7F9 0%, #0A76BE 27%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
	/* margin-top:6px; */

}
	/* not used */
.SubHeading {

	padding: 8px 10px 6px 6px;
	font-size: 22px;
	border-bottom: 3px solid #50AECA;
	border-top: 1px solid #d1d3d4;
	margin-top: 40px;
	margin-bottom: 30px;
	font-stretch: condensed;
	letter-spacing: 0.5px;
	font-weight: 500;
}

	/* not used ↓*/
.div-catalog-table .td-icon a img {
	margin: 20px auto 20px auto;
}

.div-catalog-table>.TBLSTD {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 36px;
	margin-left: auto;
}

.div-catalog-table>.TBLSTD>thead>tr>th,
.div-catalog-table>.TBLSTD>tbody>tr>td {
	font-size: 14px;
	text-align: center;
}

.div-catalog-table>.TBLSTD>tr>td {
	padding: 4px;
	/* padding-top:8px;
		padding-bottom:4px;
		padding-left: 4px; */
}

.div-catalog-table>.TBLSTD>thead>tr>th {
	border-right: 1px solid #52afcb;
	font-stretch: condensed;
	font-size: 1.05em;
}

.div-catalog-table>.TBLSTD>thead>tr>th:last-child {
	border-right: none;
}

.div-catalog-table>.TBLSTD>thead>tr>th {
	background-color: #dcf1fa;
	border-top: 5px solid #dcf1fa;
	border-bottom: 5px solid #dcf1fa;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
	border-right: 1px solid #52afcb;
	font-size: 14px;
	font-stretch: normal;
}

.div-catalog-table>.TBLSTD>tbody>tr>td {
	border-bottom: 1px solid #999;
}

.div-catalog-table html:lang(ja) .TBLSTD>tr>th {
	font-size: 14px;
}


.div-catalog-table .label-radio {
	margin: auto;
	padding: 6px 0px 6px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	min-height: 24px;
}

.div-catalog-table .label-radio>input[type="radio"] {
	margin: auto;
	padding: auto;
	margin-right: 8px;
}

.div-catalog-table .label-radio:hover {
	text-decoration: underline;
}

.div-catalog-table input[name="mdl"] {
	cursor: pointer;
}

.div-catalog-table .label-radio>input[type="radio"] {
	margin-right: 8px;
	margin-left: 16px;
}

.div-catalog-table>.TBLSTD>tbody>tr>td .label-radio {
	width: 100%;
}
	/* not used ↑*/

.div-dialog-alert {
	top: -24px;
	margin-top: 0;
}

	/* not used ↓*/
.AtchModel,
.CstmModel {
	list-style: none;
	text-decoration: none;
	display: block;
	color: transparent;
	text-align: center;
}

.AtchModel {
	height: 95px;
	width: 60px;
	background-repeat: no-repeat;
}

.CstmModel {
	height: 79px;
	width: 60px;
	background-repeat: no-repeat;
}


html:lang(en) .AtchModel {
	background-image: url(/images/png/btn_os_aa-methd1e.png);
}

html:lang(en) .AtchModel:hover {
	background-image: url(/images/png/btn_os_aa-methd2e.png);
}


html:lang(en) .CstmModel {
	background-image: url(/images/png/btn_os_cstm-hs1e.png);
}

html:lang(en) .CstmModel:hover {
	background-image: url(/images/png/btn_os_cstm-hs2e.png);
}


html:lang(ja) .AtchModel {
	background-image: url(/images/png/btn_os_aa-methd1j.png);
}

html:lang(ja) .AtchModel:hover {
	background-image: url(/images/png/btn_os_aa-methd2j.png);
}

html:lang(ja) .CstmModel {
	background-image: url(/images/png/btn_os_cstm-hs1j.png);
}

html:lang(ja) .CstmModel:hover {
	background-image: url(/images/png/btn_os_cstm-hs2j.png);
}
	/* not used ↑*/
	.dlg {
		border-color: #92c4df;
		cursor: move;
		position: relative;
	}
	.dlg p, .dlg div {
		cursor: default;
	}
	
/* end of utility */


.LIB-HELP-BODY2,
.LIB-HELP-BODY3 {
	display: none;
	line-height: 1.4em;
}
.LIB-HELP-BODY2 p,
.LIB-HELP-BODY3 p {
	margin-bottom: 8px;
}

.LIB-HELP-BODY2 a,
.LIB-HELP-BODY3 a {
	color: #00f;
}

.DIVHELPCLASS2 {
	display: block !important;
	color: #000 !important;
	height: auto;
}

.LIB-HELP-TAG2 {
	cursor: pointer;
	height: 20px;
}

html:lang(en) .LIB-HELP-TAG2 {
	width: 26px;
}

html:lang(ja) .LIB-HELP-TAG2 {
	width: 50px;
}

.btn-blue {
	background-color: #00abf4;
}
.btn-mint {
	background-color: #89CDB5;
}

.btn-white {
	background: transparent;
}

.btn-white:hover {
	color: #000;
}

.div-changeunit {
	border: 1px solid #ccc;
	position: relative;
	margin-top: 12px;
	width: 200px;
}

.div-changeunit label {
	margin-left: 8px;
	padding-left: 8px;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
}

.div-changeunit>label>input[type="radio"] {
	margin-left: 4px;
	padding-left: 4px;
	margin-right: 4px;
	cursor: pointer;
}

.div-changeunit .div-label {
	position: absolute;
	top: -10px;
	left: 8px;
	background-color: #fff;
	font-size: 12px;
	padding: 0 6px;
}

.div-changeunit label {
	margin: 8px 0;
}

.div-changeunit input {
	margin: 0 4px;
}


.div-label-value {
	position: absolute;
	color: #00f;
	font-size: 9px;
}









.abs {
	position: absolute;
	background-color: #fff;
}






.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;
}

.cyan {
	background-color: #cff;
}
.box-height,.selected-hsheight {
	background-color: #75adeb;
}
.box-fan,.selected-fan {
	background-color:#5fb9b9 ;
}
.box-pcbdia,.selected-pcbdia {
	background-color: #8cdee1;
}
.box-pip,.selected-pip,.box-ss,.selected-ss {
	background-color: #c3edc3;
}
.box-spr,.selected-spr {
	background-color: #80ae94;
}
.box-tim,.selected-tim {
	background-color: #78b0d3;
}
html:lang(en) .box-tim {
	width: 52px;
}
.box-fan{
	width: 55px;
}
.CPIPBLOCK .row:lang(ja) {
	min-height: 190px;
}
.CPIPBLOCK .row:lang(en) {
	min-height: 250px;
}

.CPIPBLOCK .TBLSUBPART th{
	font-size: 16px;
}

.CPIPBLOCK {
	position: relative;
	font-size: 12px;
	margin-top: 0;
	width: 960px;
	margin-left: 4px;
	padding: 8px 0;
	height: auto;
}

.TBLSUBPART {
	margin: 0 8px;
}

.TBLSUBPART th {
	border: none;
	border-bottom: 2px solid #333;
	padding: 4px;
	color: #003f5e;
	font-weight: normal;
}

#TBLHS {
	min-width: 180px;
}

.TBLSUBPART td {
	padding: 2px 8px;
	vertical-align: middle;
	font-size: 13px;
}
.TBLSUBPART tr {
	border-bottom: 1px solid #e5e6e7;
}
.TBLSUBPART tr:last-child {
	border-bottom: 4px solid #dfe8ed;
}

#TBLPPDia td,
#TBLPIPSPR td,
#TBLPCM td {
	height: 44px;
}
#TBLPIPSPR input[value="Edit"],
#TBLPIPSPR input[value="再選択"] {
	color: #fff;
	background-color: #89CDB5;
}
#TBLPIPSPR input[value="Edit"]:hover,
#TBLPIPSPR input[value="再選択"]:hover {
	color: #000;
}

.TBLSUBPART input[type="radio"] {
	display: block;
}

.balloon1 {
	height: 40px;
	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;
}

.TBLSUBPART .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: absolute;
	top: 310px;
	left: 280px;
	/* margin-bottom: -36px; */
}
/* html:lang(en) .kikakunote {
	top: -96px;
	margin-bottom: -96px;
} */

.kikakunote ul {
	list-style:disc;
}
.kikakunote li {
	margin:4px;
}
html:lang(en) .kikakunote li {
	margin:8px 4px;
}

.link-button {
	border-bottom:1px solid #00f;
	color:#00f;
	cursor: pointer;
}

.div-prices {
	display: block;
	margin-left: 8px;
	margin-top: 30px;
}

.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-prices .tbl thead tr th {
	border-top: solid 1px #000 !important;
	border-bottom: solid 1px #000 !important;
	background-color: #fff;
	color: #0071bb;
}

.div-prices .tbl td,
.div-prices .tbl th {
	text-align: center;
	font-size: 13px;
}

.div-prices .tbl .td-price {
	text-align: right;
	padding-right: 16px;
}

.div-prices .tbl .td-pricej {
	text-align: right;
	padding-right: 24px;
}

.div-prices .tbl .td-c {
	text-align: center;
	padding-right: 0;
}


.div-prices .tbl {
	width: 240px;
	margin-right: 0;
	margin-left: auto;
}

.div-prices td.col-qty {
	text-align: center;
}

.div-prices td.col-price {
	text-align: right;
}

.div-prices td.col-price div {
	margin-right: 40%;
}

.btn-nouki,
.btn-rfq,
.btn-shop {
	height: 35px;
	width: 80px;
	border: none;
	margin: 2px;
}

html:lang(en) .btn-nouki:hover {
	background-image: url(/images/png/btn_check_avail_e2.png);
}

html:lang(en) .btn-nouki {
	background: url(/images/png/btn_check_avail_e1.png) no-repeat;
	color: transparent;
}

html:lang(en) .btn-rfq:hover {
	background-image: url(/images/png/btn_rfq_e2.png);
}

html:lang(en) .btn-rfq {
	background: url(/images/png/btn_rfq_e1.png) no-repeat;
	color: transparent;
}

html:lang(en) .btn-shop:hover {
	background-image: url(/images/png/btn_order_e2.png);
}

html:lang(en) .btn-shop {
	background: url(/images/png/btn_order_e1.png) no-repeat;
	color: transparent;
}

html:lang(ja) .btn-nouki:hover {
	background-image: url(/images/png/btn_check_avail_j2.png);
}

html:lang(ja) .btn-nouki {
	background: url(/images/png/btn_check_avail_j1.png) no-repeat;
	color: transparent;
}

html:lang(ja) .btn-rfq:hover {
	background-image: url(/images/png/btn_check_prc_j2.png);
}

html:lang(ja) .btn-rfq {
	background: url(/images/png/btn_check_prc_j1.png) no-repeat;
	color: transparent;
}

html:lang(ja) .btn-shop:hover {
	background-image: url(/images/png/btn_check_purch_j2.png);
}

html:lang(ja) .btn-shop {
	background: url(/images/png/btn_check_purch_j1.png) no-repeat;
	color: transparent;
}

.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;
}

.popup-body {
	visibility: hidden;
	position: absolute;
	display: block;
	z-index: 5;
	margin: 16px 0;
	padding: 7px 10px;
	min-width: 120px;
	color: #333;
	font-size: 16px;
	background: #fff;
	border: solid 3px #666;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: normal;
	font-size: 13px;
}

.popup-body p {
	margin: 4px;
	text-align: left;
}

.popup-body-bottom {
	bottom: 1em;
}

.popup-body-bottom:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 5;
}

.popup-body-bottom:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #666;
	z-index: 4;
}

.popup-body-top:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	z-index: 3;
}

.popup-body-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #666;
	z-index: 2;
}

.popup-body-right:before {
	content: "";
	position: absolute;
	top: 43%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}

.popup-body-right:after {
	content: "";
	position: absolute;
	top: 43%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
	z-index: 1;
}

.popup-body-left10:before {
	left: 10%;
}

.popup-body-left10:after {
	left: 10%;
}

.popup-body-left25:before {
	left: 25%;
}

.popup-body-left25:after {
	left: 25%;
}

.popup-body-right25:before {
	left: 75%;
}

.popup-body-right25:after {
	left: 75%;
}

.popup-mark {
	display: inline-block;
	cursor: pointer;
	z-index: 1;
}

.popup-mark .fa {
	font-size: 15px;
}

.fa-info-circle {
	color: #0096D6;
}

.popup-mark-left48 {
	left: 48px !important;
}

.popup-background {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 2;
}

.popup {
	display: inline-block;
	width: 24px;
	position: relative;
}

.popup:hover .popup-body {
	visibility: visible;
}

.popup-body[data-help-show="1"] {
	visibility: visible;
}

.onfocus {
	background-color: yellow;
}

#DLG-SELPPSP .div-diagram {
	position: relative;
}

#DLG-SELPPSP .div-diagram label,
#DLG-SELSSSP .div-diagram label {
	position: absolute;
	font-size: 11px;
}

#DLG-SELSSSP .tbl-chipinfo tr th {
	font-size: 13px;
	text-align: right;
}

#DIVSETRESULT .tbl-result tr th,
#DIVSETRESULT .tbl-result tr td,
#DLG-SS-RESULT .tbl-result tr th,
#DLG-SS-RESULT .tbl-result tr td {
	width: 77px;
	font-size: 12px;
}

#DIVSETRESULT .tbl-result tr td,
#DLG-SS-RESULT .tbl-result tr td {
	border-bottom: 1px solid #999;
	cursor: pointer;
}

#DIVSETRESULT .tbl-result tbody tr:hover,
#DLG-SS-RESULT .tbl-result tbody tr:hover {
	background-color: #eee;
}

#DIVSETRESULT .tbl-result .col-radio,
#DLG-SS-RESULT .tbl-result .col-radio {
	width: 114px;
}

#DIVSETRESULT .tbl-result .col-pipname {
	width: 110px;
}

#DLG-SS-RESULT .tbl-result .col-ssname {
	width: 120px;
}

#DIVSETRESULT .tbl-result .col-radio-showall {
	width: 30px;
}

#DIVSETRESULT .tbl-result .col-remarks {
	width: 163px;
}

#DIVSETRESULT .notRecommend,
#DLG-SS-RESULT .notRecommend {
	color: #aaa;
}

#DIVSETRESULT .div-header,
#DLG-SS-RESULT .div-header {
	border-bottom: none;
}

#DIVSETRESULT .tbl-result th,
#DLG-SS-RESULT .tbl-result th {
	background-color: #dcf1fa;
}

#DIVSETRESULT .div-condition,
#DLG-SS-RESULT .div-condition {
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	margin: 4px;
}

#DLG-SS-RESULT .div-condition {
	flex-wrap: no-wrap;
	flex-flow: row;
}

#DIVSETRESULT .div-radioitem,
#DLG-SS-RESULT .div-radioitem {
	display: flex;
	align-items: center;
}

#DIVSETRESULT .div-radioitem input[type="number"],
#DLG-SS-RESULT .div-radioitem input[type="number"] {
	margin-left: 8px;
	line-height: 1.4em;
}

#DIVSETRESULT .div-diagram,
#DLG-SS-RESULT .div-diagram {
	position: relative;
	width: 300px;
}

#DLG-SS-RESULT .div-diagram {
	width: 200px;
}

#DIVSETRESULT .div-diagram label,
#DLG-SS-RESULT .div-diagram label {
	position: absolute;
	font-size: 11px;
}

#DIVSETRESULT .div-condition-group,
#DLG-SS-RESULT .div-condition-group {
	/* margin-top: 16px; */
	margin-bottom: 16px;
}

#DIVSETRESULT .div-condition-group:first-child,
#DLG-SS-RESULT .div-condition-group:first-child {
	margin-top: 0;
}

#DIVSETRESULT .div-condition-group:last-child,
#DLG-SS-RESULT .div-condition-group:last-child {
	margin-bottom: 0;
}

/* .selected-hsheight .label-radio{
	width: 140px;
} */

#DIVSETRESULT .label-radio,
#DLG-SS-RESULT .label-radio {
	margin-left: 0;
	padding-left: 0;
	width: auto;
	font-size: 13px;
}

#DLG-SS-RESULT .label-radio {
	line-height: 1.4em;
}

#divhs .label-radio, #divfan .label-radio{
	width: 100%;
}


#DIVSETRESULT .div-condition-group select,
#DLG-SS-RESULT .div-condition-group select {
	padding: 3.5px;
}

#DIVSETRESULT .div-condition-group input[type="number"],
#DLG-SS-RESULT .div-condition-group input[type="number"] {
	margin-right: 4px;
	margin-left: 4px;
}

#DLG-SS-RESULT .div-condition-group input[type="number"] {
	padding: 2px;
	margin: 0 4px;
}

#DLG-SS-RESULT .div-condition input {
	margin: 4px;
}

#DLG-SS-RESULT .tbl-result tr td.col-load {
	width: 48px;
}

.tbl-sticky {
	border-collapse: separate;
	border-spacing: 0;
}

.tbl-sticky td,
.tbl-sticky th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tbl-sticky tr td {
	padding: 0;
}

#DIVSETRESULT .tbl-sticky tr td,
#DLG-SS-RESULT .tbl-sticky tr td {
	padding: 4px;
	font-family: "neue-haas-grotesk-display", sans-serif;
}

#DLG-SS-RESULT .tbl-sticky tr th {
	padding: 4px;
}

.tbl-sticky thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
}

.div-wrapper-tbl-sticky {
	overflow-y: scroll;
	max-height: 360px;
}

#DLG-SELPPSP .img-chipheight, #DIVSETRESULT .img-chipheight{
	top: 155px;
	left: 200px;
}
#DLG-SELPPSP .img-packagesize, #DIVSETRESULT .img-packagesize{
	top: 205px;
	left: 110px;
}
#DLG-SELPPSP .img-contactarea, #DIVSETRESULT .img-contactarea{
	top: 165px;
	left: 100px;
}
#DLG-SELPPSP .img-pcbthickness, #DIVSETRESULT .img-pcbthickness{
	top: 175px;
	left: 215px;
}
#DLG-SELPPSP .img-heightlimit, #DIVSETRESULT .img-heightlimit{
	top: 70px;
	left: 0;
}
#DIVSETRESULT .img-hsheight-baset{
	top:180px;
	left: -20px;
}

#DIVSETRESULT .img-chipheight-mm{
	top: 165px;
	left: 230px;
}

#DIVSETRESULT .img-pcbthickness-mm {
	top: 190px;
	left: 260px;
}

#DIVSETRESULT .img-contactarea-mm {
	top: 180px;
	left:120px;
}

#DLG-SELPPSP .btn {
	min-width: 88px;
}


#TBLHS select {
	margin: 2px;
	padding: 4px 4px 4px 0;
	width: 64px;
}

#TBLPCM select {
	margin: 2px;
	padding: 4px 4px 4px 0;
}


.label-radio {
	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;
}

.label-pulltab {
	margin-left:28px;
}
.tr-selected {
	background-color: #11f2f2;
}

#DLG-SELSSSP .tbl-leftheader {
	margin-top: 4px;
}
#DLG-SELSSSP .tbl-leftheader tr td {
	padding: 2px 8px;
}
#DLG-SELSSSP .div-ss-attachmentmethod {
	margin-top: 16px;
}
#DLG-SELSSSP .div-ss-attachmentmethod .tbl tr td {
	padding: 0;
	padding-bottom: 8px;
	cursor: pointer;
	font-size: 13px;
}
#DLG-SELSSSP .div-ss-attachmentmethod .abs {
	background-color: transparent;
}
#DLG-SELSSSP .div-ss-attachmentmethod .selected {
	border: 4px solid #00abf4;
}

#DLG-SELSSSP .div-ss-attachmentmethod .selected .div-ss-attachmentmethod-header {
	background-color: #00abf4;
}

#DLG-SELSSSP .div-ss-attachmentmethod .div-ss-attachmentmethod-header {
	border-bottom: 1px solid #999;
	padding-bottom: 6px;
}
#DLG-SELSSSP .div-buttons {
	margin-top: 8px;
}
#DLG-SELSSSP .tbl-chipinfo tr th {
	font-size: 13px;
	text-align: right;
}
#DLG-SELSSSP .popup-body td, 
#DLG-SELSSSP .popup-body th {
	font-size: 12px;
}
.div-redline {
	position: absolute;
	height: 3px;
	width: 56px;
	background-color: #f00;
}
#DLG-SELSSSP img {
	display: inline;
}
#DLG-SELSSSP .tbl tr th {
	border-bottom: 1px solid #666;
}
.div-buttons .changeqty-button{
	font-size: 5px;
	display: inline-block;
	width: 12px;
	cursor: pointer;
	border: none;
	background-color: #fff;
}
.INGIF {
	position:absolute;
	background-color:#fff;
	padding:2px;
	font-size: 13px;
}
.td-c {
	text-align: center;
}
.div-ss-select-result {
	margin-top: 48px;
}
.div-ss-select-result .div-label {
	font-size: 14px;
	color: #003f5e;
}
.div-ss-select-result input:read-only{
	background-color: #eee;
	border: 1px solid #eee;
}

.div-group {
	display: flex;
	flex-direction: column;
	height: 216px;
	flex-wrap: wrap;
	border-top: 2px solid #003f5e;
	border-bottom: 2px solid #003f5e;
}
.div-group .div-inputgroup {
	width: 124px;
	margin: 8px 0;
}
.div-inputgroup .label {
	font-size: 12px;
}
.div-inputgroup .div-fields {
	display: flex;
	align-items: center;
}
.div-fields * {
	margin: 4px;
	padding: 4px;
	display: block;
	min-width: 40px;
	max-width: 144px;
	text-align: center;
}
.unit input {
	border: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.div-group .div-inputgroup-wide {
	width: 180px;
}

/* for dcc */
.div-dcc-productmodel .row:lang(en) {
	min-height: 200px;
}
html:lang(en) .div-dcc-productmodel .box-tim,
html:lang(ja) .div-dcc-productmodel .box-tim {
	width: 72px;
}
.div-dcc-productmodel .TBLSUBPART td {
	padding: 5px 8px;
}

.IMGHSSPEC{
	padding-top: 25px;
	margin: 0 auto;

}
.dcckikakunote{
	top: 390px;
}

/* end of for dcc */

/* 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 */

/* 矢印+点滅 start*/
.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;
	}

}

#TBLHS thead tr th {
	padding-left: 1px;
}

#TBLHS thead tr th:lang(ja) {
	padding-left: 20px;
}
#TBLPPDia thead tr th:lang(en) {
	padding-left: 20px;
}

 /* order button */

.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-bottom: 5px solid #8fd3f4;
	border-image: linear-gradient(to right, #8fd3f4 0%, #84fab1 50%, #ffffff 100%); */
	border-image-slice: 1;
	padding-left: 23px;
	color: #1c75bb;
	font-weight: initial;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 18px;		   
	padding-bottom: 17px;
	pointer-events: none;
}

#btnSubmit>.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 {
	/* step */
	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 {
	/* step */
	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;
}

#SS-TBLHS2 th{
	min-width: 190px;
}

/* 矢印+点滅 end*/
