@charset "UTF-8";

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	background: #f0f0f0;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;}

a img{
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

a img:hover{
	opacity:0.7;
}

/* common item ---------------------------------------*/

.clearfix:after,
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#cookieLaw{
	position:absolute;
	left:430px;
	top:0px;
	width:520px;
	background: #DEE8FE;
	padding:10px;
	font-size:12px;
}

.cookieLawCloseBtn{
	position:absolute;
	right:10px;
	top:50%;
    line-height: 1.0;
    margin-top: -5px;
}

/* leyout ---------------------------------------*/

.container{
	width:1890px;
	height:800px;
	padding-top: 60px;
}

header{
	background: #fff;
	height:60px;
	border-bottom:2px solid #DBDBDB;
	position: absolute;
	z-index: 1000;
	width:100%;
	min-width: 1870px;
	left:0;
	top:0;
}

.wrapper{
	display:flex;
}

.l-left{
	width:250px;
	background: #3e6e6c;
	color:#fff;
	position: relative;
}

.l-main{
	flex:1;
	box-sizing:border-box;
	padding:20px 20px 0;
}

.l-main-edit{
	margin-bottom: 20px;
}

.l-main-screen-wrapper{
	position: relative;
}

.l-main-screen{
	display:flex;
}

/* header ---------------------------------------*/

.header-logo{
	background: url(../img/logo.png?20260323) no-repeat left top;
	width: 110px;
	height: 32px;
	text-indent:-99em;
	overflow: hidden;
	position: absolute;
	left:10px;
	top:10px;
}

.header-title{
	font-size:16px;
	font-weight: bold;
	position: absolute;
	left:135px;
	line-height: 1.0;
	top:10px;
	color:#4D5055;
}

.header-title sup{
	vertical-align: top;
	font-size:73%;
	margin-left: 10px;
}

.header-browser{
	font-size:10px;
	font-weight: bold;
	position: absolute;
	left:135px;
	line-height: 1.0;
	top:32px;
	color:#aaa;
}

.header-disclaimer{
	font-size: 10px;
	position:absolute;
	left: 480px;
	top: 0;
	width: calc(100% - 960px);
	line-height: 1.3;
	display: flex;
	align-items:center;
	height: 60px;
}

.en .header-disclaimer{
	width: calc(100% - 990px);
}

.header-menu-list{
	float: right;
	display:flex;
}

.header-menu-list-item{
	width:90px;
	height:60px;
	border-left:1px solid #EBE9ED;
	font-size:13px;
	line-height: 1.0;
	font-weight: bold;
}

.header-menu-list-item:nth-child(1){width:100px;}
.header-menu-list-item:nth-child(2){width:130px;}
.header-menu-list-item:nth-child(3){width:80px;}

.header-menu-list-item select{
	border:none;
	width: 100px;
	height:60px;
	padding: 5px 20px 0 30px;
	font-size: 13px;
	text-align: center;
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/selectlanguage.png?20260323) no-repeat right center;
	cursor:pointer;
	font-weight: bold;
}

.header-menu-list-item span{
	display: block;
	padding-top: 20px;
	height:60px;
	box-sizing:border-box;
	text-align: center;
	position: relative;
	line-height: 20px;
	cursor:pointer;
}

.header-menu-list-item span:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.header-menu-list-item span#header-print:before{
	background: url(../img/icon_print.png?20260323) 0 0 no-repeat;
	width:20px;
	height:20px;
}


.header-menu-list-item span#header-help:before{
	background: url(../img/icon_help.png?20260323) 0 0 no-repeat;
	width:20px;
	height:20px;
}

.undo{
	float:right;
	padding:15px 10px 0 0;
}

.undo-btn,
.redo-btn{
	display: inline-block;
	background: #fff;
	border:1px solid #333;
	line-height: 1.0;
	padding:7px 10px;
	border-radius:5px;
	position: relative;
	font-size:13px;
	cursor:pointer;
}

.undo-btn:hover,
.redo-btn:hover{opacity:0.7;}

.undo-btn:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icon_undo.png?20260323) 0 0 no-repeat;
	width:14px;
	height:11px;
}

.redo-btn:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/icon_redo.png?20260323) 0 0 no-repeat;
	width:14px;
	height:11px;
}

.undo-btn.disabled,
.redo-btn.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* left area ---------------------------------------*/

.product{
	background: #62adaa;
	padding:0 20px 20px;
}

.product-head{
	padding:18px 0px 5px;
}

.product-title{
	line-height: 1.0;
	font-size:15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product-subtitle{
	color:#fff;
	font-size:13px;
}

.product-select-title{
	line-height: 1.0;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

.product-select{
	width: 100%;
	padding: 7px 10px;
	font-size: 16px;
	color:#fff;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/selectunit.png?20260323) no-repeat right center #fff;
	border-radius:0;
	color:#000;
	outline: none;
	font-weight:bold;
}

.product-image{
	text-align: center;
	margin-top: 18px;
	padding: 0 10px;
	background: #fff;
}

.product-image img{width:100%;}

.product-spec{
}

.product-spec table{width:100%;}
.product-spec table th,
.product-spec table td{
	font-size:10px;
	border-bottom:1px solid #fff;
	line-height: 1.2;
	padding:3px 0 3px;
	vertical-align: middle;
}

.product-spec table th{
	color:#000;
}

.product-spec table th small{
	font-size: 85%;
	letter-spacing: -0.1em;
}

.product-spec table td{
	color:#fff;
	font-weight: bold;
	font-size: 9px;
}

.product-spec.spec-typenumber table th:nth-child(1){width:18%}
.product-spec.spec-typenumber table td:nth-child(2){width:25%}
.product-spec.spec-typenumber table th:nth-child(3){width:37%}
.product-spec.spec-typenumber table td:nth-child(4){width:20%}

.product-spec.spec-lens table th:nth-child(1){width:30%}
.product-spec.spec-lens table td:nth-child(2){width:30%}
.product-spec.spec-lens table th:nth-child(3){width:15%}
.product-spec.spec-lens table td:nth-child(4){width:25%}

.en .product-spec table th, .en .product-spec table td{font-size: 8px;}
.en .product-spec.spec-typenumber table th:nth-child(1){width:22%}

.roomedit{}

.roomedit-display{
	padding:15px 0 16px 0;
	margin:0 20px;
	border-bottom:1px dashed #fff;
	overflow: hidden;
	position: relative;
}

.roomedit-title{
	font-size:14px;
	margin-bottom: 10px;
	font-weight: bold;
}

.roomedit-display .roomedit-title{margin-left: 10px;}

.roomedit-image{
	position: absolute;
	right:10px;
	top:10px;
	width:100px;
}

.roomedit-image span{display: none;}
.roomedit-image span.active{display: block;}

.roomedit-image img{max-width:100%;}

.roomdit-inner{
	padding-top: 47px;
}

.roomedit-reference{
	font-size:11px;
	color:#BFBFBF;
	padding-top: 18px;
}

.roomedit-body{
	width:120px;
}

.roomedit-select{
}

.roomedit-select dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.roomedit-select dt{
	font-size:12px;
	font-weight: bold;
	color:#fff;
	width: 80px;
}

.roomedit-select dd{
	width:calc(100% - 85px)
}

.roomedit-select-input{
	width:120px;
	font-size:11px;
	background: #f5f5f5;
	border:1px solid #bbbbbb;
	border-radius:2px;
}

.roomedit-select-input input{
	background: none;
	border:none;
	padding:2px 5px;
	width:60px;
	color:#000;
	border-right:1px solid #bbbbbb;
}

.roomedit-select-input input[type="text"]:focus{
	background: #5E96BF;
}


.roomedit-select-input select{
	width: 45px;
	padding: 2px 3px;
	font-size: 11px;
	color:#fff;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/selectunit.png?20260323) no-repeat right center;
	border-radius:0;
	color:#000;
}

.roomedit-select-allunitchange{
	margin-bottom: 0;
	overflow: hidden;
	padding: 15px 20px;
}

.roomedit-select-allunitchange p{
	float: left;
	font-size:12px;
	color:#fff;
	font-weight: bold;
}

.roomedit-select-allunitchange select{
	float: left;
	margin-left: 4px;
	border:1px solid #bbbbbb;
	border-radius:2px;
	width: 95px;
	padding: 3px 5px;
	font-size: 12px;
	color:#fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/selectunit.png?20260323) no-repeat right center #f5f5f5;
	color:#000;
}

.machineedit{
	padding:17px 20px;
	border-top:1px solid #fff;
}

.machineedit-body{}

.machineedit-inner{}

.machineedit-line{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.machineedit-line-title{
	flex:1;
	font-size: 13px;
}

.en .machineedit-line-title{font-size: 10px;}

.editswitch{
	width:110px;
	border-radius:5px;
	overflow: hidden;
}

.editswitch-item{
	height:20px;
	cursor:pointer;
	color:#fff;
	background: #bbbdbd;
	font-size:12px;
	line-height: 1.0;
	padding-top: 4px;
	box-sizing:border-box;
	text-align: center;
}

.editswitch-item.disabled{
	opacity:0.4;
	color:#eee;
	cursor:default;
}

.en .editswitch-item{font-size:10px;}

.editswitch-item.on{
	background: #231815; /* Old browsers */
}

.editswitch-item span:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.editswitch-item span.icon-style-horizontal:before{
	background: url(../img/icon_style_h.png?20260323) no-repeat center top;
	width: 15px;
	height: 15px;
}

.editswitch-item span.icon-style-vertical:before{
	background: url(../img/icon_style_v.png?20260323) no-repeat center top;
	width: 15px;
	height: 15px;
}

.editswitch-item span.icon-place-floor:before{
	background: url(../img/icon_place_floor.png?20260323) no-repeat center top;
	width: 15px;
	height: 15px;
}

.editswitch-item span.icon-place-ceiling:before{
	background: url(../img/icon_place_ceiling.png?20260323) no-repeat center top;
	width: 15px;
	height: 15px;
}

/* machineconfig & screenconfig ---------------------------------------*/

.machineconfig{
	background: #fff;
	border-top:5px solid #518f6e;
}

.machineconfig-inner{display:flex;width:100%;}
.machineconfig-body{border-right:1px solid #DEDEDE;}

.machineconfig-body:nth-child(1){width:190px;}
.machineconfig-body:nth-child(2){width:150px;}
.machineconfig-body:nth-child(3){width:282px;}
.machineconfig-body:nth-child(4){width:241px;}

.machineconfig-body:last-child{
	border-right:none;
	flex:1;
}

.screenconfig{
	width:310px;
	background: #fff;
	border-top:5px solid #518f6e;
	margin-left: 5px;
}


/* editbox common ---------------------------------------*/

.editbox-title{
	border-bottom:1px solid #DEDEDE;
	font-size:10px;
	font-weight: bold;
	line-height: 1.0;
	padding:8px 10px;
}

.editbox-inner{
	padding:15px 15px 0;
	height: 200px;
}

.editbox-lens{
	padding-top: 25px;
}

.editbox-line{
	margin-bottom: 12px;
	overflow: hidden;
	padding-top: 2px;
}

.editbox-line:last-child{margin: 0;}

.editbox-line-title{
	font-size:12px;
	line-height: 1.0;
	margin-bottom: 8px;
}

.editknob{
	overflow: hidden;
}

.editknob-image{
	float: left;
	margin-right: 15px;
}

.editknob-image img{transition: all .25s ease;}
.editknob-image img.rotate0{transform:rotate(0deg);}
.editknob-image img.rotate90{transform:rotate(90deg);}
.editknob-image img.rotate-90{transform:rotate(-90deg);}
.editknob-image img.rotate180{transform:rotate(180deg);}
.editknob-image img.rotate270{transform:rotate(270deg);}


.editbox-select {
    float: left;
    margin-top: 2px;
    border: 1px solid #C1CAD4;
    border-radius: 2px;
    width: 80px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/selectconfig.png?20260323) no-repeat right center #F2F4F6;
}

.editbox-zoom{
	border-top:2px dotted #DEDEDE;
	padding-top: 10px;
}

.editbox-zoom .editbox-line-title{
	font-size:10px;
	margin-bottom: 5px;
}

.editswitch-zoom .editswitch-item{font-size:11px;}




/* preview ---------------------------------------*/

.preview{
}

.preview .editbox-title{
	padding:10px 15px;
}

.preview-wrapper{
	display:flex;
}

.preview-maschine{
	width:50%;
	border-right:1px solid #DEDEDE;
}

.preview-room{
	width:50%;
}

.preview-inner{
	padding:15px 0px 10px;
	position: relative;
}

.preview .editbox-line-title{
	position: absolute;
	left:20px;
	top:15px;
	margin-bottom: 0;
}

.preview-image{
	position: relative;
	text-align: center;
	height:190px;
	box-sizing:border-box;
}

.preview-maschine .preview-image{padding-top: 15px;} 

.preview-image span{display: none;}
.preview-image span.active{display: block;}

.preview-room .preview-image span{
	position:absolute;
	left:0%;
	top:60%;
	transform:translate(0%,-50%);
}

.preview-maschine-modal{
	position: relative;
	z-index:1;
}

.preview-modal-btn{
	text-align: center;
	display: none;
}

.preview-modal-btn.active{display: block;}

.preview-modal-btn a{
	color:#37A4F5;
	font-size:10px;
	font-weight: bold;
	display: inline-block;
	margin:0 auto;
	line-height: 1.0;
	padding-bottom: 3px;
	border-bottom:1px solid #37A4F5;
	cursor:pointer;
	text-decoration: none;
}

.preview-modal-btn a:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	background: url(../img/icon_modal.png?20260323) 0 0 no-repeat;
	width:12px;
	height:12px;
}

.preview-notice{
	font-size:8px;
	position: absolute;
	left:65px;
	top:15px;
	width:auto;
	padding-right: 15px;
	text-indent:-1em;
	margin-left: 1em;
}

.preview-image span img{
	max-width:100%;
	max-height:100%;
}

.preview .disabled{
	position:absolute;
	left:0;
	top:90px;
	width:100%;
	font-size:12px;
	color:#666;
}

.preview-room .preview-image span.disabled{
	transform:translate(0,0);
	top:90px;
}

.modal-projecter img{
	width:600px;
}

.modal-room img{
	width:600px;
}

.modal{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.editscreenselect span{
	color:#7D7D7D;
	font-size:13px;
	display: inline-block;
	margin-left: 5px;
}

.editbox-screentype{
	border-top:2px dotted #DEDEDE;
	padding-top: 10px;
}


/* スクリーンの設定 ---------------------------------------*/

.editscreenratio{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.editscreenratio .editbox-line-title{margin-bottom: 0;}

.editscreensize {
	display:flex;
	align-items: center;
}

.editscreensize:not(:first-child){margin-top: 15px;}

.editscreensize .editbox-line-title{
	margin-bottom: 0;
	width:40px;
}

.editscreenselect {
	display:flex;
	align-items: center;
}

.editscreenselect span{font-size: 12px;}

.editscreensize-height,
.editscreensize-width{
}
.editscreensize-connect{
	width:10%;
	text-align: center;
	padding-top: 10px;
}

.editscreensize-input{
	width:115px;
	font-size:11px;
	background: #F2F4F6;
    border: 1px solid #C1CAD4;
	border-radius:2px;
}

.editscreensize-input input{
	background: none;
	border:none;
	padding:2px 5px;
	width:50px;
	border-right:1px solid #C1CAD4;
}

.editscreensize-input select{
	width: 45px;
	padding: 2px 3px;
	font-size: 13px;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/selectconfig.png?20260323) no-repeat right center;
	border-radius:0;
}

.editscreensize-reverse > div:nth-child(1) .editscreensize-input{
	position: relative;
	right:-140px;
}

.editscreensize-reverse > div:nth-child(3) .editscreensize-input{
	position: relative;
	left:-140px;
}

.editscreeninch-input{
	font-size:12px;
	display: inline-block;
}

.editscreeninch-input input{
	background: #F2F4F6;
    border: 1px solid #C1CAD4;
	border-radius:2px;
	padding:3px 5px;
	width:50px;
}

.editswitch-zoom {
	display: flex;
	width:100%;
}

.editswitch-zoom > div{width:100%;}

/* 環境光設定 ---------------------------------------*/

.lightedit{}
.editbox-light{}

.editlight{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	line-height: 1;
}

.editlight:last-child{margin-bottom: 0;}

.editlight .editbox-line-title{margin-bottom: 0;}

.editlightinput {
	display: flex;
	align-items: center;
	gap:6px;
}

.editlightinput input{
	width:55px;
	padding:3px 5px;
	font-size: 12px;
	background: #F2F4F6;
    border: 1px solid #C1CAD4;
	border-radius:2px;
}

.editlightinput span{
	font-size: 12px;
	color:#7D7D7D;
}

.editlightresult{
	font-size: 11px;
}

.editbox-light-result{
	border-top:2px dotted #DEDEDE;
	padding-top: 10px;
}

/* シミュレーション結果 ---------------------------------------*/

.simulationresult{font-size: 10px;}

.simulationresult-inner{
	display: flex;
}

.simulationresult-box-1{
	width:314px;
}

.simulationresult-box-2{
	width:113px;
	padding:10px 15px 0;
	box-sizing: border-box;
}

.simulationresult-box-3{
	flex:1;
}

.simulationresult-list{}

.simulationresult-list > li{
	height:26px;
	padding:0 10px;
	line-height: 1;
}

.simulationresult-list > li:nth-child(2n + 1){
	background: #F7F6F6;
}

.simulationresult-item{
	display: flex;
	height:100%;
	align-items: center;
	justify-content: space-between;
}

.simulationresult-item-title{
	position: relative;
	box-sizing: border-box;
	height:100%;
	padding-top: 7px;
}

.en .simulationresult-item-title{font-size: 8px;}

.simulationresult-item-title.title-num{
	padding-left: 36px;
	background: url(../img/result/result_num_01.png?20260323) no-repeat left center;
	background-size: 31px;
}

.simulationresult-item-title.title-num.num-01{background-image: url(../img/result/result_num_01.png?20260323);}
.simulationresult-item-title.title-num.num-02{background-image: url(../img/result/result_num_02.png?20260323);}
.simulationresult-item-title.title-num.num-03{background-image: url(../img/result/result_num_03.png?20260323);}
.simulationresult-item-title.title-num.num-04{background-image: url(../img/result/result_num_04.png?20260323);}
.simulationresult-item-title.title-num.num-05{background-image: url(../img/result/result_num_05.png?20260323);}
.simulationresult-item-title.title-num.num-06{background-image: url(../img/result/result_num_06.png?20260323);}
.simulationresult-item-title.title-num.num-07{background-image: url(../img/result/result_num_07.png?20260323);}
.simulationresult-item-title.title-num.num-08{background-image: url(../img/result/result_num_08.png?20260323);}
.simulationresult-item-title.title-num.num-09{background-image: url(../img/result/result_num_09.png?20260323);}

.simulationresult-item-title span{display: none;}
.simulationresult-item-title span.active{display: block;}

.simulationresult-item-data{
}

.simulationsubresult-list{}

.simulationsubresult-list > li{
	margin-bottom: 12px;
	line-height: 1.3;
}

.en .simulationsubresult-item-title{font-size: 8px}
.simulationsubresult-item-data{}

.simulationresult-image{
	position: relative;
}

.simulationresult-image img{width:100%;}

.simulationresult-image span{display: none;}
.simulationresult-image span.active{display: block;}

.simulationresult-image span.active.disabled{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height:147px;
	background: #bbbdbd;
}

.simulationresult-image .originalModalBtn{
	position: absolute;
	right:0;
	bottom:0;
	background: #37A4F5;
	color:#fff;
	display: inline-block;
	line-height: 1;
	padding:3px 5px 3px 15px;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer
}

.simulationresult-image .originalModalBtn::before{
	display:block;
	content:'';
	/* background:url('../img/icon_search_wh.png?20260323') no-repeat left top; */
	background-size:100%;
	width:10px;
	height:10px;
	position:absolute;
	left:3px;
	top:50%;
	transform:translate(0,-50%);
}

.printmodal-data .simulationresult-image span {
	position: relative;
	width: 100%;
	padding-top: 70%;
}

.printmodal-data .simulationresult-image span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.simulationresult-image-cover{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background: rgba(0,0,0,0.5);
	display: none;
}

.simulationresult-image-modal{
	position: absolute;
	left:0;
	top:-20px;
	width:100%;
	height:calc(100% + 20px);
	z-index:10;
	background: rgba(0,0,0,0.7);
	display: none;
}

.simulationresult-image-modal .simulationresult-image{
	width:540px;
	height:390px;
	position: absolute;
	left: 50%;
	top: calc(50% - 10px);
	transform: translate(-50%,-50%);
}

.simulationresult-image-modal-close{
	position: absolute;
	right:25px;
	top:25px;
	width:40px;
	height:50px;
	cursor:pointer;
}

.simulationresult-image-modal-close span{
    position: absolute;
    left: 4px;
    top: 15px;
    content: '';
    width: 32px;
    height: 2px;
	background: #fff;
}

.simulationresult-image-modal-close span:nth-child(1){
	transform: rotate(45deg);
}

.simulationresult-image-modal-close span:nth-child(2){
	transform: rotate(-45deg);
}

.simulationresult-image-modal-close p{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.printmodal .simulationresult-inner{
	gap:30px;
}

.printmodal .simulationresult-box-1{
	width:calc(49% - 15px);
}

.printmodal .simulationresult-box-2{
	width:calc(51% - 15px);
	padding: 0;
}

.printmodal .simulationresult-list > li:nth-child(2n + 1){background: none;}

.printmodal .simulationresult-item-title.title-num {
    padding-left: 46px;
    background-size: 32px;
}

.printmodal .simulationresult-list > li{
	height:30px;
	padding:0;
	border-top:1px solid #ddd;
}

.printmodal .simulationresult-list > li:last-child{border-bottom:1px solid #ddd;}

.printmodal .simulationresult-item-title{
	font-size: 13px;
	padding-top: 9px;
}

.en .printmodal .simulationresult-item-title{font-size: 10px;}

.printmodal .simulationresult-item-data{
	font-size: 13px;
}

.printmodal .simulationresult-item-2{
	display: flex;
	align-items: center;
}

.printmodal .simulationresult-item-2 .simulationresult-item-title{width:30%;}
.printmodal .simulationresult-item-2 .simulationresult-item-data{
	width:20%;
	padding-top: 8px;
}

.printmodal .simulationresult-image span.active.disabled{height:310px;}


/* スクリーン投影部　common ---------------------------------------*/

.viewbox-head{
	border-bottom:1px solid #DEDEDE;
	line-height: 1.0;
	padding:0px 20px;
	height:40px;
	position: relative;
}

.viewbox-title{
	display: inline-block;
	position: relative;
	font-weight: bold;
	line-height: 40px;
	height:40px;
}

.viewbox-title:after{
	display:block;
	content:'';
	background:#538E6F;
	width:100%;
	height:3px;
	position:absolute;
	left:0px;
	bottom:-1px;
}

.viewbox-head-check-list{
	position: absolute;
	right:10px;
	top:15px;
	font-size:0px;
	text-align: right;
}

.viewbox-head-check-list-item{
	font-size:10px;
	display: inline-block;
	padding:0 10px;
	position: relative;
}

.viewbox-head-check-list-item:nth-child(2){
	border-left:1px solid #DEDEDE;
}

.viewbox-head-check-list-item label {
	background: url(../img/check.png?20260323) left 1px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 18px;
	margin: 0px 0;
	padding: 1px 0 0 22px;
	position: relative;
	vertical-align: top;
}

.viewbox-head-check-list-item input[type="checkbox"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}
.viewbox-head-check-list-item input:checked + label {background-image: url(../img/check_on.png?20260323);}
.viewbox-head-check-list-item input:disabled + label {opacity: 0.7;}



/* tutorial ---------------------------------------*/

.tutorial{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.9);
	z-index:100;
	display: none;
}

.tutorial-title{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: none;
}

.tutorial-box{
	position: absolute;
	display: none;
}

.tutorial-comment{
	position: absolute;
	text-align: right;
	box-sizing:border-box;
}
.tutorial-01{
	left:0px;
	top:62px;
	width:251px;
}

.tutorial-02{
	left:0px;
	top:370px;
	width:251px;
}

.tutorial-03{
	left:270px;
	top:80px;
	width:342px;
}

.tutorial-04{
	left:894px;
	top:80px;
	width:243px;
}

.tutorial-05{
	left:270px;
	top:374px;
	width:1597px;
}

.tutorial-01 .tutorial-comment{
	background: url(../img/tutorial/tutorial_comment_01.png?20260323);
	background-size: 100%;
	width: 313px;
	height: 156px;
	left:260px;
	top:80px;
	padding-top: 104px;
	padding-right: 15px;
}

.tutorial-02 .tutorial-comment{
	background: url(../img/tutorial/tutorial_comment_02.png?20260323);
	background-size: 100%;
	width: 350px;
	height: 134px;
	left:260px;
	top:70px;
	padding-top: 87px;
	padding-right: 15px;
}

.tutorial-03 .tutorial-comment{
	background: url(../img/tutorial/tutorial_comment_03.png?20260323);
	background-size: 100%;
	width: 358px;
	height: 123px;
	left:0px;
	bottom:-125px;
	padding-top: 70px;
	padding-right: 15px;
}

.tutorial-04 .tutorial-comment{
	background: url(../img/tutorial/tutorial_comment_04.png?20260323);
	background-size: 100%;
	width: 275px;
	height: 138px;
	left:0px;
	bottom:-135px;
	padding-top: 90px;
	padding-right: 25px;
}

.tutorial-05 .tutorial-comment{
	background: url(../img/tutorial/tutorial_comment_05.png?20260323);
	background-size: 100%;
	width: 621px;
	height: 243px;
	left:230px;
	top:-250px;
	padding-top: 174px;
	padding-right: 35px;
}

.en .tutorial-01 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_01_en.png?20260323) no-repeat center top;background-size: 100%;}
.en .tutorial-02 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_02_en.png?20260323) no-repeat center top;background-size: 100%;}
.en .tutorial-03 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_03_en.png?20260323) no-repeat center top;background-size: 100%;}
.en .tutorial-04 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_04_en.png?20260323) no-repeat center top;background-size: 100%;padding-top:80px;}
.en .tutorial-05 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_05_en.png?20260323) no-repeat center top;background-size: 100%;}

.cn .tutorial-01 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_01_cn.png?20260323) no-repeat center top;background-size: 100%;}
.cn .tutorial-02 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_02_cn.png?20260323) no-repeat center top;background-size: 100%;}
.cn .tutorial-03 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_03_cn.png?20260323) no-repeat center top;background-size: 100%;}
.cn .tutorial-04 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_04_cn.png?20260323) no-repeat center top;background-size: 100%;padding-top:80px;}
.cn .tutorial-05 .tutorial-comment{background: url(../img/tutorial/tutorial_comment_05_cn.png?20260323) no-repeat center top;background-size: 100%;}

.tutorial-image-05{
	position: absolute;
	right:0px;
	top:-293px;
	width:737px;
}

.tutorial-image img{max-width:100%}

.tutorial-btn{
	cursor:pointer;
	transition: all .25s ease;
	margin:0 5px;
}

.tutorial-btn:hover{
	opacity:0.7;
}

/* help ---------------------------------------*/

.help{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.6);
	z-index:1001;
	display: none;
}

.help-title{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: none;
}

.help-box{
	position: absolute;
	border:1px dashed #FFFD38;
	border-radius:5px;
	box-sizing:border-box;
	padding:10px 35px 10px 10px;
	overflow: auto;
	color:#fff;
}

.help-box.active{
	border:1px solid #fff;
}

.help-btn{
	position: absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	transition: all .25s ease;
	background: url(../img/icon_q.png?20260323) no-repeat left top;
	width: 23px;
	height: 23px;
	text-indent:-99em;
	overflow: hidden;
}

.help-box.active .help-btn{
	background-image: url(../img/icon_q_close.png?20260323);
}

.help-btn:hover{opacity:0.7;}

.help-box-inner{
	font-size:13px;
	display: none;
}

.help-close{
	position: absolute;
	right:0px;
	top:0px;
	transition: all .25s ease;
	cursor:pointer;
}

.help-close:hover{opacity:0.7;}

.help-01{
	left: 1px;
    top: 60px;
    width: 250px;
    height: 310px;
}
.help-02{
	left: 1px;
    top: 375px;
    width: 250px;
    height: 170px;
}
.help-03{
	left: 1px;
    top: 549px;
    width: 250px;
    height: 55px;
}
.help-04{
    left: 1px;
    top: 638px;
    width: 250px;
    height: 55px;
}
.help-05{
    left: 1px;
    top: 697px;
    width: 250px;
    height: 55px;
}
.help-06{
    left: 462px;
    top: 145px;
    width: 148px;
    height: 60px;}
.help-07{
    left: 462px;
    top: 208px;
    width: 148px;
    height: 60px;}
.help-08{display: none;}
.help-09{
    left: 274px;
    top: 112px;
    width: 184px;
    height: 60px;}
.help-10{
    left: 274px;
    top: 173px;
    width: 184px;
    height: 125px;}
.help-11{display: none;}
.help-12{    left: 614px;
    top: 112px;
    width: 132px;
    height: 238px;
}
.help-13{
    left: 752px;
    top: 112px;
    width: 141px;
    height: 238px;
}
.help-14{left:275px;top:445px;width:520px;height:350px;}
.help-15{left:805px;top:445px;width:520px;height:350px;}
.help-16{
    left: 969px;
    top: 363px;
    width: 357px;
    height: 65px;
}
.help-17{
	left: 475px;
top: 363px;
width: 320px;
height: 65px;
}
.help-18{    left: 1138px;
    top: 113px;
    width: 730px;
    height: 240px;}

	.help-19{
		left: 899px;
		top: 112px;
		width: 233px;
		height: 238px;
	}
.help-20{left:1343px;top:420px;width:520px;height:380px;}


/* 免責 ---------------------------------------*/

.disclaimer{
	font-size:10px;
	line-height: 1.5;
	margin-top: 15px;
	width:100%;
}

.disclaimer th{
	font-weight: normal;
	width:60px;
	vertical-align: top;
}

.disclaimer td{
	vertical-align: top;
}


/* versiton ---------------------------------------*/

.version{
	text-align: right;
	font-size:10px;
	position: absolute;
	right:20px;
	bottom:10px;
}

/*  ---------------------------------------*/

.gotopc{
	background: #fff;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	z-index:10000;
	display: none;
	overflow: hidden;
}

.gotopc img{
	width:249px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}


/* print modal ---------------------------------------*/

.printmodal{
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.9);
	z-index:1010;
	left:0;
	top:0;
	display: block;
	display: none;
}

.printmodal-inner{
	background: #fff;
	width:940px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:30px 30px 40px;
	max-height:90vh;
	overflow:auto;
}

.printmodal-logo{margin-bottom: 30px;}

.printmodal-logo p{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 15px;
}

.printmodal-spec{
	display: flex;
	margin-bottom: 30px;
}

.printmodal-spec > li{
	width:100%;
	border-left:1px solid #ddd;
	font-size: 13px;
	text-align: center;
}

.printmodal-spec > li:last-child{
	border-right:1px solid #ddd;
}

.printmodal-spec > li span{
	display: block;
	padding-bottom: 4px;
	line-height: 1.3;
	font-size: 11px;
}

.printmodal-spec > li b{
	display: block;
	line-height: 1.3;
	font-size: 13px;
}

.printmodal-data{
}

.printmodal-data-block{
	border:2px solid #ccc;
	padding: 24px 30px;
}

.printmodal-data-block-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.printmodal-data-edit{
	display: flex;
	gap: 20px;
}

.printmodal-data-edit-table{
	flex:1;
	height:100%;
}

.printmodal-data-edit-table th,
.printmodal-data-edit-table td{
	padding:9px 0 8px;
	line-height: 1.5;
	font-size: 12px;
	border-bottom:1px solid #ddd;
}

.printmodal-data-edit-table tr:first-of-type th,
.printmodal-data-edit-table tr:first-of-type td{
	padding-top: 0;
}

.printmodal-data-edit-table tr:last-of-type th,
.printmodal-data-edit-table tr:last-of-type td{
	border-bottom:none;
	padding-bottom: 0;
}

.printmodal-data-edit-table th{
	width:26%;
	font-weight: bold;
	vertical-align: unset;
}

.printmodal-data-edit-table td{
	width:calc(74% / 3);
}

.printmodal-data-edit-table td small{
	font-size: 10px;
}

.printmodal-data-edit-table tr .pl-20{
	padding-left: 20px;
}

.print-modal-screencontrust-data{width:100%;}

.print-modal-screencontrust-data th,
.print-modal-screencontrust-data td{
	padding:0;
	width:auto;
}

.print-modal-screencontrust-data th{
	font-weight: normal;
	width:150px;
}

.printmodal-data-preview{
	width:170px;
	position: relative;
	padding-left: 30px;
}

.printmodal-data-preview-title{
	position: absolute;
	left:20px;
	top:0;
	font-size: 13px;
	font-weight: bold;
}

.printmodal-data-block{
}

.printmodal-data-block + .printmodal-data-block{
	margin-top: 20px;
}

.printmodal-data-view{
	display: flex;
}

.printmodal-data-view img{
	max-width:100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.printmodal-data-view-front,
.printmodal-data-view-side,
.printmodal-data-view-top{
	padding: 0;
	box-sizing: border-box;
	position: relative;
	height:260px;
}

.printmodal-data-view-front{
	width: 40%;
}

.printmodal-data-view-side{
	width: 30%;
}

.printmodal-data-view-top{
	width: 30%;
}

.printmodal-data-view-title{
	position: absolute;
	left:0;
	top:8px;
	font-size: 12px;
	font-weight: bold;
	z-index:3;
}

.printmodal-data-block .simulationresult-list > li {
	height: 28px;
}

.printmodal-close{
	position: absolute;
	right:10px;
	top:10px;
	background: url(../img/icon_print_close.png?20260323) no-repeat left top;
	width: 30px;
	height: 30px;
	text-indent:-99em;
	overflow: hidden;
	cursor:pointer;
	display:block;
}

.printmodal-comment{
	position: relative;
	margin-top: 20px;
	margin-bottom: 2px;
}

.printmodal-comment-title{
	position: absolute;
	left:14px;
	top:14px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
}

.printmodal-comment-textarea{
	width:100%;
	height:120px;
	box-sizing: border-box;
	padding:40px 10px 10px;
	font-size: 13px;
	line-height: 1.6;
	background: #eee;
	border:none;
}

.printmodal-footer{

}

.printmodal-footer-notice{
	font-size: 10px;
	line-height: 1.6;
	color:#999
}

.printmodal-footer-action{
	width:370px;
	display: flex;
	gap: 30px;
	margin: 36px auto 0;
}

.printmodal-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width:100%;
	border: 1px solid #211816;
	text-align: center;
	border-radius:5px;
	font-size:15px;
	font-weight: bold;
	line-height: 1.0;
	height:44px;
	margin:0 auto;
	cursor:pointer;
}

.printmodal-btn.printfunction{
	background: #211816;
	color:#fff;
}

.printmodal-btn.cancel{
	color: #211816;
	background:#fff;
}

.printmodal .simulationresult-item img{width:32px;}
.printmodal .simulationresult-item-data{
	width: 100px;
	text-align:right;
	white-space: nowrap;;
}

.printmodal .simulationresult-item-title.title-num{
	background:none !important;
	padding-left:5px;
	flex:1;
}


/* share modal ---------------------------------------*/

.sharemodal{
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.9);
	z-index:10;
	left:0;
	top:0;
	display: none;
}

.sharemodal-inner{
	background: #fff;
	width:600px;
	border-radius:10px;
	text-align: center;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:30px 0 20px;
}

.sharemodal-title{
	padding:0px 0 20px;
	border-bottom:1px solid #F0F0F0;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 0.1em;
}


.share-text-wrapper{
	overflow: hidden;
	position:relative;
}

.sharemodal-text{
	text-align: left;
	font-size:13px;
	border-bottom:1px solid #F0F0F0;
}

#share-text{
	position:absolute;
	left: 0;
	top: 120px;
	font-size:10px;
	text-indent:-9em;
	overflow: hidden;
	text-align:left;
	color: #fff;
	z-index: 0;
}

.sharemodal-text span,
.sharemodal-text a{
	color: #2ea2f8;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
	padding: 20px 0 20px 80px;
	letter-spacing: 0.1em;
}

.sharemodal-btn-copy{background: url('../img/icon_share_link.png?20260323') no-repeat 40px center;}
.sharemodal-btn-mail{background: url('../img/icon_share_mail.png?20260323') no-repeat 40px center;}

.sharemodal-btn{
	display: block;
	width:100px;
	background: #211816;
	text-align: center;
	color:#fff;
	font-size:15px;
	line-height: 1.0;
	padding:8px 0;
	margin:20px auto 0;
	cursor:pointer;
}

.sharemodal-close{
	position: absolute;
	right:-10px;
	top:-10px;
	background: url(../img/icon_print_close.png?20260323) no-repeat left top;
	width: 30px;
	height: 30px;
	text-indent:-99em;
	overflow: hidden;
	cursor:pointer;
	display:block;
}


/* 保存 ---------------------------------------*/

.save{
	padding:10px 0;
	border-bottom:2px solid #fff;
	position: relative;
}

.save-btn{display: inline-block;}

.save-btn span{
	display: inline-block;
	background: #231815;
	border:1px solid #231815;
	padding:5px 10px;
	border-radius:5px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    line-height: 1.0;
    box-sizing: border-box;
    text-align: center;
	vertical-align: middle;
	position: relative;
}

.save-load{margin-left: 10px;}

.save-load,
.save-load-btn{
	display: inline-block;
	vertical-align: middle;
}

.save-load-btn span{
	display: inline-block;
	background: #fff;
	border:1px solid #231815;
	padding:5px 10px;
	border-radius:5px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.0;
    box-sizing: border-box;
    text-align: center;
	vertical-align: middle;
	position: relative;
}


.save-load p{
	display: inline-block;
	font-size:10px;
	margin-left: 10px;
}

.undo-btn:hover,
.redo-btn:hover{opacity:0.7;}

.save-btn span:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../img/icon_save.png?20260323) 0 0 no-repeat;
	width:14px;
	height:11px;
}

.save-load-btn span:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../img/icon_load.png?20260323) 0 0 no-repeat;
	width:14px;
	height:12px;
}

.save-load-btn span.on{
	color:#52A0F1;
	border-color:#52A0F1;
}
.save-load-btn span.on:before{background-image: url(../img/icon_load_on.png?20260323);}

.load{
	position: absolute;
	left:0px;
	bottom:50px;
	background: #fff;
	border:1px solid #aaa;
	width:100%;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	font-size:11px;
	z-index:10;
	display: none;
}

.load:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 200px;
	margin-left: -16px;
	border: 8px solid transparent;
	border-top: 8px solid #FFF;
	z-index: 2;
}

.load:after {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 200px;
	margin-left: -17px;
	border: 9px solid transparent;
	border-top: 9px solid #aaa;
	z-index: 1;
}

.load-table{width:100%;line-height: 1.0;}

.load-table th,
.load-table td{
	border-right:1px solid #F1F0F3;
	padding:7px 10px;
	text-align: center;
}

.load-table th{
	font-weight: bold;
	padding:10px;
}

.load-table tr:nth-child(2n+1) td{background: #EBF3F3;}
.load-table tbody tr.hasdata td{cursor: pointer;}
.load-table tbody tr.hasdata:hover td{background: #D5626D;}
.load-table td:first-child{font-weight: bold;}

/* ■■■ ---------------------------------------*/