.sop-model-select .btn-modal {
	margin-bottom: 1em;
	cursor: pointer;
}

.sop-model-select .btn-modal.disabled {
	cursor: auto;
}

.sop-model-select .modal {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
}

.sop-model-select .modal .modal-partition {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.sop-model-select .modal section.modalPdf,
.sop-model-select .modal section.modalCoupling,
.sop-model-select .modal section img.modalPdf,
.sop-model-select .modal section .modalCart {
	max-width: 720px;
	max-height: 350px;
}

.sop-model-select .modal section.helpStyleOp_AXAT_18,
.sop-model-select .modal section.helpStyleOp_AXAT_19 {
	max-width: 239px;
	max-height: 160px;
}

.sop-model-select .modal section.helpStyleOp_AXAT_00 {
	overflow: auto;
	max-width: 916px;
	max-height: 524px;
}

.sop-model-select .modal section img.helpStyleOp_AXAT_00 {
	max-width: 896px;
	max-height: 504px;
}

.sop-model-select .modal section.helpStyleOp_AXAT_06_GKB,
.sop-model-select .modal section.helpStyleOp_AXAT_07 {
	overflow: auto;
	max-width: 788px;
	max-height: 596px;
}

.sop-model-select .modal section img.helpStyleOp_AXAT_06_GKB,
.sop-model-select .modal section img.helpStyleOp_AXAT_07 {
	max-width: 768px;
	max-height: 576px;
}

.sop-model-select .modal section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	margin: auto;
	z-index: 1024;
}

.sop-model-select .modal section #modal_btn_close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.sop-model-select .modal section #modal_btn_close:hover {
	opacity: 0.75;
}

.sop-model-select .modal section h3 {
	min-height: 36px;
	height: auto;
	line-height: 2;
	padding-top: 0;
}

.sop-model-select .modal section input {
	width: 100%;
	height: 3em;
	line-height: 3em;
}

.sop-model-select .description-sp {
	display: none;
}

.sop-model-select th,
.sop-model-select td {
	text-align: left;
	word-wrap: break-word;
}

.sop-model-select .result {
	position: relative;
	margin: 40px 10px 0;
}

.sop-model-select .result .left section {
	margin: 20px 0 0;
}

.sop-model-select .result .right {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.sop-model-select .result .right .image-wrap {
	background: #fff;
	overflow: auto;
}

.sop-model-select .result .right .image-wrap img {
	display: block;
	margin: 0 auto;
	width: 300px;
}

.sop-model-select .result .right .image-wrap img.big {
	width: 450px;
}

.sop-model-select .result .right section {
	margin: 0;
}

.sop-model-select .result .right section h3 {
	background: #C30D23;
}

.sop-model-select .result .right section h4 {
	border-left: 4px solid #C30D23;
}

.sop-model-select .result .right section table {
	margin-top: 10px;
}

.sop-model-select .cadNote {
	font-size: 11px;
	text-decoration: underline;
}

.sop-model-select #favoriteCart {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	background-color: #F4BA13;
	cursor: pointer;
	content: "\f005";
	padding: 0.25rem 0.5rem;
	border-radius: 10px;
	left: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
}

.sop-model-select #favoriteCart:hover {
	background-color: #F4D213;
	color: #FFFFFF;
}

.sop-model-select .btn-favorite {
	position: relative;
}

.sop-model-select .favoriteIconStyle {
	position: absolute;
	font-size: 16px;
	right: 21px;
}

#loading {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
}

#loading>img {
	position: fixed;
	top: calc(50% - 64px);
	left: calc(50% - 64px);
}

#btn_cadurl_copy {
	display: block;
}

a img {
	margin-bottom: -6px;
}

.hint_linkstyle {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	vertical-align: bottom;
	cursor: pointer;
}

.hint_linkstyle.question>span {
	display: none;
}

.hint_linkstyle>span {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: -86px;
	margin-bottom: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 300px;
	background: #595757;
	color: #FFF;
	line-height: 1.4;
	word-wrap: break-word;
	cursor: pointer;
	text-decoration: none;
}

.hint_linkstyle:after {
	display: none;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -3px;
	margin-bottom: 10px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #595757;
}

.hint_linkstyle.show>span {
	display: block;
}

.hint_linkstyle.show:after {
	display: block;
}

.hint_linkstyle.hide>span {
	display: none;
}

.hint_linkstyle.hide:after {
	display: none;
}

.modalCart {
	height: calc(100% * 0.8);
	overflow-y: scroll;
	text-align: left;
	width: 50% !important;
	font-size: 16px;
}

.modalCart div {
	background: white;
}

.modalCart div.dialogTitle {
	border-bottom: 3px solid #ccc;
}

.modalCart div.dialogTitle span[name="main"] {
	font-size: xx-large;
	margin-left: 10px;
}

.modalCart div.dialogTable ul {
	display: -ms-flexbox;
	display: flex;
}

.modalCart div.dialogTable ul li ul {
	display: -ms-flexbox;
	display: flex;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.modalCart div.dialogTable ul li ul li.emphasis {
	background-color: #0087E2 !important;
	color: white;
}

.modalCart div.dialogTable ul li ul:first-child {
	border-top: 1px solid #ccc;
}

.modalCart div.dialogTable ul li[name="checkboxCol"] {
	width: 5%;
	margin-right: 3%;
}

.modalCart div.dialogTable ul li[name="tableCol"] {
	width: 100%;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:first-child {
	border-right: 1px solid #ccc;
	width: 40%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: silver;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:first-child span {
	font-weight: 700;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child {
	width: 60%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child>span:first-child {
	margin-left: 2%;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child>div {
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child span.isFontBold {
	font-weight: 600;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li {
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 50px;
}

.modalCart div.requestForm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 0;
	padding-bottom: 5px;
}

.modalCart div.requestForm>div {
	margin-left: 5%;
	width: 40%;
}

.modalCart div.requestForm>div div input#productAmount {
	margin-top: 0px;
	margin-bottom: 0px;
}

.modalCart div.requestConfirm {
	padding: 0 20px 10px 20px;
}

.modalCart div.requestConfirm>span {
	margin-left: 5%;
}

.modalCart div.dialogConfirm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.modalCart div.dialogConfirm a {
	border-radius: 5px;
	border: 1px solid;
	padding-top: 20px;
}

.modalCart div.dialogConfirm a.emphasis {
	background-color: #0087E2 !important;
	color: white;
}

.modalCart div.dialogConfirm a#modal_btn_close_cart {
	background: white;
	color: gray;
	margin-right: 20px;
}

@media screen and (max-width: 979px) {

.modalCart {
	width: 95% !important;
}

}

@media screen and (max-width: 768px) {

.sop-model-select .modal section.modalPdf,
.sop-model-select .modal section.modalCoupling,
.sop-model-select .modal section img.modalPdf,
.sop-model-select .modal section .modalCart {
	max-height: 270px;
}

.sop-model-select .modal section.helpStyleOp_AXAT_00 {
	max-width: 404px;
	max-height: 236px;
}

.sop-model-select .modal section img.helpStyleOp_AXAT_00 {
	max-width: 384px;
	max-height: 216px;
}

.sop-model-select .modal section.helpStyleOp_AXAT_06_GKB,
.sop-model-select .modal section.helpStyleOp_AXAT_07 {
	max-width: 404px;
	max-height: 308px;
}

.sop-model-select .modal section img.helpStyleOp_AXAT_06_GKB,
.sop-model-select .modal section img.helpStyleOp_AXAT_07 {
	max-width: 384px;
	max-height: 288px;
}

.sop-model-select .description-pc {
	display: none;
}

.sop-model-select .description-sp {
	display: block;
}

.sop-model-select .result {
	margin: 20px 0 0;
}

.sop-model-select .result .left {
	margin: 20px 0 0;
}

.sop-model-select .result .left section {
	margin: 0;
}

.sop-model-select .result .right {
	position: static;
	width: auto;
	margin: 0 10px;
}

.sop-model-select .nav-bottom {
	padding: 0 10px;
}

#btn_cadurl_copy {
	display: none;
}

}

@media screen and (max-width: 767px) {

.hint_linkstyle>span {
	padding: 8px;
	box-sizing: border-box;
	width: 300px;
}

.modalCart {
	width: 95% !important;
}

}

@media screen and (max-width: 479px) {

.modalCart {
	width: 95% !important;
}

}

