body,html{margin:0;padding:0;font-family:Raleway,sans-serif;background:#f5f5f5;height:100%;overflow:hidden}*{box-sizing:border-box}.dropzone,body{display:flex;flex-direction:column}.dropzone{position:relative;flex-grow:1;justify-content:center;align-items:center}.placeholder{width:100%;max-width:500px;border-radius:.5em;background:#eee;padding:2em;text-align:center}.placeholder p{font-size:1.2rem;color:#999}.viewer{width:100%;height:100%;flex-grow:1;flex-shrink:1;top:0;z-index:0}.axes,.viewer{position:absolute}.axes{width:100px;height:100px;margin:20px;padding:0;left:0;bottom:0;z-index:10;pointer-events:none}header{display:flex;background:#353535;padding:0 2em;height:4rem;line-height:4rem;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;box-shadow:0 0 8px 2px rgba(0,0,0,.3);z-index:1;-webkit-app-region:drag}header .item,header .separator,header h1{color:#f5f5f5;font-weight:300;line-height:4rem;margin:0}header h1{font-size:1.4rem}header h1>a{color:inherit;font-size:inherit;text-decoration:inherit}header .item{padding:0 1em;font-size:.8rem;text-decoration:none;transition:background .2s ease;-webkit-app-region:no-drag}header .item:hover{background:#444}header button.item{height:34px;line-height:35px;padding:0 1em;border:0;background:#ffc107;color:#333;font-weight:500;border-radius:2px;cursor:pointer}header button.item:hover{color:#000}header .separator{margin:0 .2em;opacity:.2}header h1+.separator{margin-left:1em}.flex-grow{flex-grow:1}.gui-wrap{position:absolute;top:0;right:0;bottom:0;pointer-events:none}.gui-wrap>.main{pointer-events:all;max-height:100%;overflow:auto}.dg li.gui-stats:not(.folder){height:auto}@media screen and (max-width:700px){header h1{font-size:1em}.layout-md{display:none}}.upload-btn{margin-top:2em}.upload-btn input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.upload-btn label{color:#353535;border:0;border-radius:3px;transition:background .2s ease;font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;display:inline-block;overflow:hidden;padding:.625rem 1.25rem}.upload-btn label:hover{background:#ddd}.upload-btn svg{width:1em;height:1em;vertical-align:middle;fill:currentColor;margin-top:-.25em;margin-right:.25em}.report{padding:2em;max-width:860px}.report h1{margin-top:0}.report p,.report ul{line-height:1.5em}.report-table{text-align:left;border-collapse:collapse;width:100%}.report-table thead tr{background:#404040;color:#fff}.report-table td,.report-table th{padding:.5em 1em}.report-table tr:nth-child(2n){background:#f0f0f0}.report-toggle-wrap.hidden{display:none}.report-toggle{cursor:pointer;display:flex;position:absolute;bottom:0;left:20px;height:30px;box-shadow:0 0 5px 0 rgba(0,0,0,.25);background:#fff;box-sizing:border-box;color:#f0f0f0;background:#000;border-left:6px solid #000}.report-toggle.level-1{color:#444;background:#ffeda0;border-left-color:#feb24c}.report-toggle.level-0{color:#444;background:#f4c2be;border-left-color:#b10026}.report-toggle-text{line-height:32px;padding:0 .5em;font-weight:300;font-size:.8em}.report-toggle-close{width:30px;height:30px;line-height:30px;font-size:1.5em;text-align:center}.loader{position:absolute;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;width:100%;height:100%;z-index:3}.spinner{width:40px;height:40px;margin:-20px;background-color:#333;border-radius:100%;-webkit-animation:sk-scaleout 1s ease-in-out infinite;animation:sk-scaleout 1s ease-in-out infinite}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes growProgressBar{0%,33%{--pgPercentage:0}to{--pgPercentage:var(--value)}}@property --pgPercentage{syntax:"<number>";inherits:false;initial-value:0}div[role=progressbar]{--size:10.8rem;--fg:#00ffc7;--bg:#585858;--base:#171516;--pgPercentage:var(--value);animation:growProgressBar 3s 1 forwards;width:var(--size);height:var(--size);border-radius:50%;display:flex;justify-content:center;align-items:center;background:radial-gradient(closest-side,var(--base) 92%,transparent 0 99.9%,transparent 0),conic-gradient(var(--fg) calc(var(--pgPercentage)*1%),var(--bg) 0);font-family:Helvetica,Arial,sans-serif;font-size:calc(var(--size)/5);color:var(--fg);flex-shrink:0}div[role=progressbar]:before{counter-reset:percentage var(--value);content:counter(percentage);font-size:4rem;padding-left:1rem}div[role=progressbar]:after{content:"%";font-size:1.2rem;padding-top:15%}.loader>p{font-size:1.1rem;font-weight:600;color:#00ffc7;flex-shrink:0;white-space:nowrap}#UI{flex-direction:row;position:absolute;width:30vw;min-width:375px;max-width:650px;max-height:calc(100% - 70px);background-color:#fff;z-index:1;display:none}#ui_content{display:flex;flex-grow:1;flex-direction:column;gap:0;width:100%;background-color:#292a28;overflow-x:hidden}#ui_content>img{width:100%}.ui_components{position:relative;padding:4%}#type_ui{display:flex;flex-direction:column;column-gap:5%;row-gap:20px}.type_content{flex-basis:auto}.type_content>img{height:3vh;max-height:25px;min-height:15px;margin-bottom:5px;max-width:100%;object-fit:contain}.comp_selector,.type_selector{display:flex;column-gap:7px}.comp_selector>img,.type_selector>div{width:15%;object-fit:contain;cursor:pointer;position:relative}.type_selector>div>img{width:100%}.subtype_wrap{position:absolute;display:none;background-color:#292a28;box-shadow:0 10px 20px 0 rgba(0,0,0,.5);width:calc(100% + 10px);transform:translateX(-5px);padding:0 5px 2px;z-index:5}.subtype_wrap img{width:100%}#sui_ui{display:flex;flex-direction:column}#sui_ui>img{height:3vh;object-fit:contain;object-position:left;max-height:25px;min-height:20px}.sui_wrap{display:flex;flex-wrap:wrap;justify-content:left;column-gap:2%;row-gap:15px;margin-top:15px;margin-bottom:15px}.sui_content{display:flex;flex-direction:column;width:31.5%}.sui_content>img:first-child{cursor:pointer}.sui_content>img:last-child{height:2.5vh;max-height:20px;min-height:15px;object-fit:contain;object-position:left;margin-top:10px}.sui_ind.active{border-bottom:5px solid red}#custom_ui{margin-bottom:30px}.category_header{position:relative;height:3.5vh;max-height:27px;min-height:20px;margin-bottom:1vh}.category_header>img{height:100%}.category_wrap{position:relative;display:flex;flex-direction:row;gap:0;margin-bottom:30px}.category_wrap>img{flex-shrink:0;width:15%;min-width:55px;max-width:75px;margin:5px;object-fit:contain;border:1px solid #fff}.category{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:0 5px;flex-grow:1;position:relative;padding-top:5px}.part_forcewidth{width:100%!important}.part_wrap{display:flex;flex-direction:column;gap:0;max-width:100%}.part_wrap>img{height:4vh;max-height:30px;min-height:20px;object-fit:contain;object-position:left center;background-color:#44494d}.part{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;padding:5px 0}.pattern{display:flex;position:relative;justify-content:center}.button_container>input[type=radio],.pattern>input[type=radio]{display:none}.button_container>input[type=radio]+label img,.pattern>input[type=radio]+label img{box-sizing:initial}.button_container>input[type=radio]:checked+label img,.pattern>input[type=radio]:checked+label div{border-bottom:5px solid red;box-sizing:initial}.pattern>input[type=radio]:disabled+label div{border-bottom:none;box-sizing:initial}.button_container>input[type=radio]:disabled+label img,.pattern>input[type=radio]:disabled+label img{filter:opacity(30%);cursor:not-allowed}.pattern>label>img{width:100%;cursor:pointer}.fukidashi{display:none;position:absolute;height:70%}.fukidashi,.fukidashi img{pointer-events:none;z-index:1}.fukidashi img{height:100%}.pattern:hover .fukidashi{display:initial}.UIArrow{cursor:pointer}.UIArrow.disable{cursor:not-allowed;pointer-events:none;filter:opacity(30%)}#ui_control{width:20px;display:flex;justify-content:center;align-items:center;position:relative;background-color:#3e3e40;cursor:pointer}#ui_control>img{width:100%;cursor:pointer}#view_control{position:relative;display:flex;justify-content:space-between;width:100vw;height:70px;background-color:#231f20;display:none;z-index:1}#view_control>div{display:flex;height:100%;padding:10px 30px}.button_container{display:flex;gap:0 5px;padding:0 15px;height:100%}.button_container>label{width:auto;height:100%}.button_container>img,.button_container>label>img{height:100%;cursor:pointer}.cover{background-color:hsla(0,0%,100%,.3);transition:opacity .2s,visibility 0s ease .2s;opacity:0;visibility:hidden}.cover,.cover_block{position:absolute;width:100%;height:100%;z-index:2}.cover_block{background-color:rgba(0,0,0,.3)}.cover.show{transition-delay:0s;opacity:1;visibility:visible}.wrap{position:relative;flex-grow:5;width:100vw;height:100vh}.top,.wrap{display:flex;flex-direction:column}.top{width:100dvw;height:100dvh;padding-left:42%;padding-top:5%;background-image:url(lay_bg_img.8a83e234.jpg);background-position:50%;background-repeat:no-repeat;background-attachment:fixed;background-size:cover}.ev_title>img{height:25dvh}.ev_cap{padding-top:5dvh}.ev_cap>img{height:60%;padding-bottom:5px}.selector_wrap{display:flex;column-gap:20px}.ev_type{display:flex;flex-direction:column;height:40vh;position:relative;flex-basis:min-content}.ev_type>label{display:contents}.ev_type>label>img{filter:brightness(140%);cursor:pointer;height:50%;object-fit:contain;object-position:left;flex-shrink:0}.ev_type input[type=radio]{display:none}.ev_type>label>img:hover,.ev_type input[type=radio]:checked+label img{filter:brightness(100%)}.ev_place,.ev_type_sub{position:relative;display:none}.ev_place>img,.ev_type_sub>img{border-top:1px solid #ddd;filter:brightness(140%);height:100%;max-width:50%;cursor:pointer}.ev_place>img:hover,.ev_type_sub>img:hover{filter:brightness(100%)}.ev_place>img:first-child,.ev_type_sub>img:first-child{border-right:1px solid #ddd}.type_cap{height:25%}.type_cap>img{padding-top:15px;width:100%;object-fit:contain;object-position:left}.ev_ann{position:absolute;bottom:0;height:20px;margin-bottom:30px}.ev_ann>img{height:100%}.view{display:flex;width:100vw;flex-grow:1;flex-direction:column}.view,.viewwrap{position:relative}.viewwrap{width:100%;height:100%;flex:1}table[border="1"]{border-spacing:0;margin-top:5px;margin-bottom:5px;border:none}table[border="1"] td,table[border="1"] th{padding:5px 8px;border:1px solid #999;border-right:none;border-bottom:none}table[border="1"] tr:last-child td,table[border="1"] tr:last-child th{border-bottom:1px solid #999}table[border="1"] td:last-child,table[border="1"] th:last-child{border-right:1px solid #999}thead tr:first-child{background-color:#b7b7b7;color:#000;text-align:left}tr>td,tr>th{padding:10px 20px}thead tr:last-child{background-color:#292929;text-align:left;color:#fff}tr{border:2px solid #fff}#specwrap{position:absolute;display:none;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2}#spec{width:70%;height:100%;background-color:rgba(0,0,0,.3);overflow-y:scroll}#spec>table{color:#fff;width:100%}#print{display:none}@page{size:A4 landscape}@media print{*{overflow:visible;padding:0;margin:0}body{position:relative;height:200mm!important;width:295mm!important;background:red}#print{display:flex;flex-direction:column;justify-content:space-between;background:#fff;height:100%;width:100%}#print table{table-layout:fixed}#print table td:first-child{width:35%}#print_header{display:flex;justify-content:space-between;align-items:center;height:8%;width:100%;margin-bottom:20px}#print_header .speclogo{width:auto;height:80%}#print h4{font-size:.7em}#print h3{padding-top:5px;font-size:.85em}.specimagetext{margin-bottom:0}#printspec{transform-origin:top center;flex-basis:30%;padding:0 5px;background-color:#87ceeb}#printspec>table{width:100%;font-size:.67em}#printspec>table td{border-left:none;border-right:none;padding:2px 4px}#print_content{display:flex;align-items:flex-start;flex-basis:auto;height:100%;overflow:hidden}#print_content>div{flex-grow:1}#print_imagewrap{display:flex;height:100%;flex-basis:70%;overflow:hidden;row-gap:10px}#print_imagewrap img{object-fit:contain}#print_footer{background:#00f;display:flex;justify-content:space-between;bottom:0;width:100%;height:3%}#print_footer img{height:100%;width:auto}#print_footer p{font-size:.7em;margin-top:0}}.hidden{display:none!important}.indicator{width:100%;position:absolute;bottom:0}
/*# sourceMappingURL=style.1aa62ecd.css.map */
.note3DDS{padding-left: 1em;}
.note3DDS li{font-size:75.0%;color:#666;}
.note3DDS li::marker{content:"＊";}
