body{background-color: #f4f4f4;}
.mt-130{margin-top:13rem;}
.pb-130{padding-bottom:13rem;}
.pt-130{padding-top:13rem;}
.container{width:1440px; margin-left:auto; margin-right:auto;}
.hide{overflow:hidden; display:block; position:absolute; border:0;width:1px; height:1px; margin: -1px;padding: 0;clip-path: inset(50%);border: 0; white-space: nowrap;}
.right{text-align:right;}


.header{background-color:  #fff;padding:0 4rem;border-bottom:1px solid #e0e0e0;font-size:1.6rem;position:relative}

.header-inner{height:9.5rem; display:flex; align-items:center; justify-content:space-between;}
.header-title{width:13.8rem; height:6.3rem; background-image: url(../images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: center;}
.header-title a{display:block; height:100%;}
.header-buttons{display:flex; gap:1rem;}
.header-button{font-size:1.6rem; padding:0.5rem 1rem; border-radius:0.5rem; background-color:#000; color:#fff;}


.header-nav {display:flex; gap:3%;width:1500px; justify-content:flex-end;max-width:calc(100% - 20rem);align-items:center;}
.header-nav .header-nav-list{display:flex; gap:4%;width:100%;justify-content:flex-end;}
.header-nav .header-nav-item a{color:#000;white-space:nowrap;}
.header-nav .header-nav-item a:hover{color:#000;font-weight:bold;}

.header-nav .header-nav-button{white-space:nowrap;font-weight:bold;}
.header-nav .header-nav-button span{color:#fff; background:red; padding:0.5rem 1rem; border-radius:100%;}

.hbg{display:none;}



.box-intro{background:linear-gradient(to bottom, #c2e9fb, #a1c4fd); font-size:2rem;padding:5em 2em; text-align:center;color:#000;border-radius:14px;position:relative;}
.box-intro .detail{font-size:1.6rem; color:rgba(0,0,0,0.35);font-weight:bold;position:absolute; top:1em; right:1em;letter-spacing:0;}
.box-intro .main-intro-copy{font-size:5rem; font-weight:bold; margin-top:1.6rem;word-break:keep-all;line-height:1.2;}
.box-intro .main-intro-copy span{position:relative;}
.box-intro .main-intro-copy span::after{content:"●";position:absolute; top:-1em; left:50%; transform:translateX(-50%);font-size:0.2em; color:#000;}


.list-file-type{display:grid; grid-template-columns: repeat(4, 1fr); gap:3rem;margin-top:4rem;}
.list-file-type .list-file-type-item {border-bottom:2px solid #ddd;margin-bottom:4rem;}
.list-file-type .list-file-type-item .img{width:100%; height:16rem;background:#fff; border-radius:14px;border:1px solid #e0e0e0;}

.list-file-type .list-file-type-item .list-file-type-item-title{padding:2rem 2rem 1.6rem; font-size:2.4rem; color:#555;font-weight:bold;}
.list-file-type .list-file-type-item .list-file-type-item-title span{font-size:0.68em; color:#b3c3c4;display:inline-block; vertical-align: top;}
.list-file-type .list-file-type-item .labels-list{padding:0 2rem;margin-bottom:2rem;}

.labels-list li{font-size:1.4rem;display:inline-block; padding:0.65rem 1rem; color:#fff; border-radius:6px;  background:#999999;margin-bottom:3px;}

.copy-quick{font-size:3rem; color:#555; margin-top:2rem;}
.copy-quick a{font-weight:bold;}
.copy-quick a .btn{margin-left:1rem;}

.btn{font-weight:bolder;font-size:1.8rem;background:#00a8ff; color:#fff !important; vertical-align:middle;padding:0.7em 1em;display:inline-block; text-align:center;width:6em;border-radius:8px;}


.m02{background:linear-gradient(to bottom, #c2e9fb, #a1c4fd); font-size:2rem;}
.m02 .container{display:flex;position:relative;padding:4rem;padding-bottom:6rem;box-sizing:border-box;}
.m02 .container h3{overflow:hidden;width:100%;font-size:4.2rem;line-height:1.3;color:#222;padding-top:1em;word-break:keep-all;}
.m02 .container h3 strong{font-weight:inherit;color:#5d74ff;}
.m02 .container h3 img{float:left; height:1.8em;padding-top:0.3em;margin-right:0.4em;}
.m02 .container .promote-slider{width:128%; display:grid; grid-template-columns: repeat(2, 1fr); gap:2.3rem;position:relative;z-index:3;}
.m02 .container .promote-slider div{border:3px solid #111;border-radius:14px;aspect-ratio:16/9;transition:0.3s;}
.m02 .container .promote-slider div:hover{transition:0.3s;background-size:120%;filter:brightness(1.4);border:3px solid #eee;}
.m02 .container .promote-slider div a{display:block; height:100%;}

.bg-luminar{background:#fff url('../images/bg-luminarneo.jpg') no-repeat center center / cover;}
.bg-wai{background:#fff url('../images/bg-wai.jpg') no-repeat center center / cover;}
.bg-express{background:#fff url('../images/bg-expressvpn.jpg') no-repeat center center / cover;}
.bg-welson{background:#fff url('../images/bg-welsonjs.jpg') no-repeat center center / cover;}

.bgsizehover{transition:0.3s;background-size:120%;filter:brightness(1.4);border:3px solid #eee !important;}

.m02 .container .detail-area-absol{position:absolute; z-index:0;padding:3%;word-break:keep-all;padding-right:65%;width:100%; height:57%; box-sizing:border-box;left:0;background:#111;bottom:0; border-radius:14px;}
.m02 .container .detail-area-absol h4{color:#ffd800;font-size:2.6rem;line-height:1.4;margin-bottom:0.7em;display:inline-block;}
.m02 .container .detail-area-absol h4 span{font-weight:normal;}

.m02 .container .detail-area-absol p{font-size:1.8rem; color:#fff; font-weight:bold;line-height:1.6;}
.m02 .container .detail-area-absol .detail{font-size:1.6rem; color:rgba(255,255,255,0.75);font-weight:bold;position:absolute; bottom:3rem; left:3%;letter-spacing:0;}


.footer{background:#444;padding:5rem 1rem;text-align:center;font-size:1.8rem;}
.footer ul li{display:inline-block;margin:0.6em 0;padding:0em 1em;}
.footer ul li ~ li{border-left:1px solid #666;}
.footer ul li a{color:rgba(255,255,255,0.5);}


.sub {font-size:2rem;}
.sub .sub-tit{text-align:center; font-size:2.5em;}
.sub .search-box{overflow:hidden;position:relative;border-radius:14px;margin-top:5rem;display:flex; justify-content:center;gap:0.5em;/*background:linear-gradient(to bottom, #c2e9fb, #a1c4fd);*/background:url('../images/search-bg.jpg') no-repeat center center / cover;font-size:1.3em;text-align:center; padding:2em 1em;}
.sub .search-box::before{content:''; width:30rem; height:15rem; background:url('../images/logo-bg.png') no-repeat right bottom / contain;position:absolute;z-index:0;right:0; bottom:0;opacity:0.6;max-width:40%;}
.sub .search-box input{font-size:inherit;vertical-align:middle;border-radius:6px;position:relative; z-index:5;padding:0.2em;border:4px solid #ebebeb;/*border: 10px solid;  border-image-slice: 1;  border-width: 5px;border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/width:400px;max-width:calc(100% - 5em);}
.sub .search-box button{font-size:0.6em;vertical-align:middle;white-space:nowrap;position:relative; z-index:5;}

.sub .similar-list{padding:3rem 0;border-bottom:1px solid #ddd;}
.sub .similar-list dt{font-weight:bold;}
.sub .similar-list div{margin-top:1rem;}
.sub .similar-list dd{background:#fff;border-radius:6px;display:inline-block;border:1px solid #e9e9e9;margin:0.2em 0;}
.sub .similar-list dd a{font-size:0.85em;padding:0.6em 0.9em;display:block;}
.sub .similar-list dd a:hover strong{color:#00a8ff;}

.file-content-one{border-bottom:1px solid #ddd;}
.file-content-one a{display:block;padding:1em;transition:0.3s;}
.file-content-one a h4{background:#fff;font-size:1.4em;padding:0.7em;padding-left:2.2em;position:relative;}
.file-content-one a h4 img{height:1.4em; margin-right:0.5em;vertical-align:middle;position:absolute;left:0.4em;top:0.4em;}

.file-content-one a .file-content-dl-list{padding:0 1em;margin-top:1em;display:flex;justify-content:space-between;gap:1em;}
.file-content-one a .file-content-dl-list dt{font-size:0.85em; color:#888;margin-bottom:0.5em;}
.file-content-one a .file-content-dl-list div {flex:1;}

.file-content-one a:hover{background:#888;transition:0.3s;}
.file-content-one a:hover .file-content-dl-list dt{color:#ddd;}
.file-content-one a:hover .file-content-dl-list dd{color:#fff;}
.sub .file-content{background:#fff; border:1px solid #ebebeb;padding:4%;}
.sub .file-content h4{font-size:1.6em; color:#555;border-bottom:2px solid #333;padding:0.1em;padding-bottom:0.4em;overflow:hidden;word-break:break-all;}
.sub .file-content h4 img{height:1.6em;vertical-align:middle;}




.sub .file-content-dl{display:grid;grid-template-columns: repeat(2, 10em 1fr);}
.sub .file-content-dl dt{color:#888;border-top:1px solid #e9e9e9;padding:1em;font-size:0.85em;word-break:keep-all;line-height:1.4;}
.sub .file-content-dl dt::before{content:''; display:inline-block; height:0.8em; width:4px;background:#ebebeb;margin-right:0.5em;}
.sub .file-content-dl dd{border-top:1px solid #e9e9e9;padding:1em;padding-top:0.7em;color:#666;line-height:1.4;white-space:pre-line;}
.sub .file-content-dl .owner{word-break:keep-all; background:#ffffcc;}
.sub .file-content-dl .owner::before{display:none;}

.calltofix{text-align:right;display:block;padding-bottom:0.6em;}
.calltofix a{background:#9a9a9a;}

.sub .file-content .timeline{margin-top:3rem;margin-bottom:2rem;}
.sub .file-content .timeline-one{list-style:none;position:relative;padding-left:2rem;}
.sub .file-content .timeline-one::before{content:'';position:absolute;left:0.8rem;top:0;bottom:0;width:2px;background:#ddd;}
.sub .file-content .timeline-one li{position:relative;margin-bottom:2rem;padding-left:2rem;}
.sub .file-content .timeline-one li::before{content:'';position:absolute;left:-1.8rem;top:0.5rem;width:1rem;height:1rem;background:#00a8ff;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #ddd;}
.sub .file-content .timeline-one li h5{font-size:1.2em;color:#333;margin-bottom:0.5rem;font-weight:bold;}
.sub .file-content .timeline-one li p{color:#666;line-height:1.5;font-size:0.9em;}
