@charset "utf-8";
/*
Theme Name: bridged-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{margin:0 auto;width:100%;max-width:1920px;background:#090909;line-height:1.8;font-size:16px;color:#fff;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-serif;
}
@media (max-width:1380px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul,ol{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*bridgedM*/
.bridgedM{position:relative;left:0;z-index:50;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.bridgedM .bridgedMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.bridgedM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#fff;
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:700px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-family:"Outfit",sans-serif;font-size:24px;color:#fff;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#33116b;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	border-radius:50%;cursor:pointer;
	background:linear-gradient(to bottom,#33116b,#30b2c1);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit>h3{padding:0 40px 20px;font-size:32px;
	background:linear-gradient(to right,#33116b,#30b2c1);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;	
	border-bottom-width:2px;
	border-style:solid;
	border-image:linear-gradient(to right,#33116b,#30b2c1);
	border-image-slice:1;
}
@media (max-width:1380px){
	.common_tit>h3{padding:0 30px 17px;font-size:28px;}
}
@media (max-width:1180px){
	.common_tit>h3{padding:0 20px 14px;font-size:24px;}
}
@media (max-width:980px){
	.common_tit>h3{padding:0 10px 14px;font-size:20px;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:80px;line-height:1;}
.more>a{display:block;padding:30px;width:100%;max-width:480px;text-align:center;background:#3ec1cc;border-radius:15px;
	font-size:26px;color:#151515;
}
.more>a:hover{box-shadow:0 0 10px rgba(255,255,255,0.6);}
@media (max-width:1380px){
	.more{margin-top:60px;}
	.more>a{padding:25px;max-width:400px;border-radius:10px;font-size:22px;}
}
@media (max-width:1180px){
	.more{margin-top:40px;}
	.more>a{padding:20px;max-width:320px;border-radius:5px;font-size:18px;}
}
@media (max-width:980px){
	.more>a{max-width:240px;}
}

/*header*/
@-webkit-keyframes headerMove{
	0%{opacity:0;
		-webkit-transform:translateY(-100%);
	    transform:translateY(-100%);
	}
	100%{opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes headerMove{
	0%{opacity:0;
		-webkit-transform:translateY(-100%);
	    transform:translateY(-100%);
	}
	100%{opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

.header{position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:space-between;align-items:center;padding:10px;
	width:100%;line-height:1;background:#090909;text-transform:uppercase;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:block;margin-left:50px;width:100%;max-width:150px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:60px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li:not(:first-child){margin-left:60px;}
.header .headerNav>ul>li>a{color:#fff;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>a{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;
	margin-left:60px;padding:30px 60px;overflow:hidden;border:2px solid #fff;color:#fff;
}
.header .headerNav>a>i{position:relative;z-index:5;display:none;}
.header .headerNav>a>h6{position:relative;z-index:5;font-family:"Outfit",sans-serif;font-size:18px;}
.header .headerNav>a:after{position:absolute;top:0;right:-35px;display:block;content:"";width:50%;height:100%;background:#262829;
	-webkit-transform:skew(-40deg);
	transform:skew(-40deg);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>a:hover:after{
	-webkit-transform:translateX(-10px) skew(-40deg);
	transform:translateX(-10px) skew(-40deg);
}
@media (max-width:1380px){
	.header .logo{margin-left:30px;max-width:130px;}
	.header .headerNav{margin-left:40px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:40px;}
	.header .headerNav>a{margin-left:40px;padding:25px 50px;}
	.header .headerNav>a:after{width:60%;}
	.header .headerNav>a>h6{font-size:16px;}	
}
@media (max-width:1180px){
	.header .logo{margin-left:10px;max-width:110px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:20px;}
	.header .headerNav>a{margin-left:20px;padding:20px 40px;}
	.header .headerNav>a:after{width:70%;}
	.header .headerNav>a>h6{font-size:14px;}
}
@media (max-width:700px){
	.header{padding:15px 20px;}
	.header .logo{margin-left:0;}
	.header .headerNav>ul{display:none;}
	.header .headerNav>a{margin-left:0;padding:10px;}
	.header .headerNav>a:after{width:100%;}
	.header .headerNav>a>i{display:block;font-size:18px;}
	.header .headerNav>a>h6{display:none;}
}

.header.header_fixed{box-shadow:0 0 5px rgba(255,255,255,0.5);
	-webkit-animation:headerMove .5s linear 0s 1;
	animation:headerMove .5s linear 0s 1;
}

/*banner*/
.banner{position:relative;height:900px;overflow:hidden;}
.banner .bannerVideo{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:fill;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat{position:absolute;top:50%;left:50%;z-index:5;padding:0 40px;max-width:1600px;line-height:1;color:#fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat>h1{font-size:80px;}
.banner .bannerMat>h1>span{font-size:60px;}
.banner .bannerMat>hgroup{margin-top:80px;font-family:"Outfit",sans-serif;}
.banner .bannerMat>hgroup>h2{font-size:120px;font-weight:100;}
.banner .bannerMat>hgroup>h6{margin-top:40px;font-size:60px;font-weight:100;}
@media (max-width:1380px){
	.banner{height:800px;}
	.banner .bannerMat{padding:0 30px;}
	.banner .bannerMat>h1{font-size:72px;}
	.banner .bannerMat>h1>span{font-size:54px;}
	.banner .bannerMat>hgroup{margin-top:60px;}
	.banner .bannerMat>hgroup>h2{font-size:100px;}
	.banner .bannerMat>hgroup>h6{margin-top:30px;font-size:50px;}
}
@media (max-width:1180px){
	.banner{height:700px;}
	.banner .bannerMat{padding:0 20px;}
	.banner .bannerMat>h1{font-size:64px;}
	.banner .bannerMat>h1>span{font-size:48px;}
	.banner .bannerMat>hgroup{margin-top:40px;}
	.banner .bannerMat>hgroup>h2{font-size:85px;}
	.banner .bannerMat>hgroup>h6{margin-top:20px;font-size:42px;}
}
@media (max-width:980px){
	.banner{height:600px;}
	.banner .bannerMat>h1{font-size:56px;}
	.banner .bannerMat>h1>span{font-size:42px;}
	.banner .bannerMat>hgroup>h2{font-size:70px;}
	.banner .bannerMat>hgroup>h6{font-size:36px;}
}
@media (max-width:780px){
	.banner{height:500px;}
	.banner .bannerMat>h1{font-size:48px;}
	.banner .bannerMat>h1>span{font-size:36px;}
	.banner .bannerMat>hgroup>h2{font-size:60px;}
	.banner .bannerMat>hgroup>h6{font-size:32px;}
}
@media (max-width:580px){
	.banner .bannerMat{text-align:center;}
	.banner .bannerMat>h1{font-size:40px;}
	.banner .bannerMat>h1>span{font-size:30px;}
	.banner .bannerMat>hgroup>h2{font-size:55px;}
	.banner .bannerMat>hgroup>h6{font-size:28px;}
}
@media (max-width:480px){
	.banner .bannerMat>h1{font-size:32px;}
	.banner .bannerMat>h1>span{font-size:24px;}
	.banner .bannerMat>hgroup>h2{font-size:50px;}
	.banner .bannerMat>hgroup>h6{line-height:1.4;font-size:24px;}
}

/*indexMain*/
/*greeting*/
.greeting{padding:160px 40px;
	background-image:url(img/index/greetingLogo.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.greeting .greetingMat{text-align:center;line-height:2;font-size:18px;color:#b0afaf;}
.greeting .greetingMat>*:not(:first-child){margin-top:30px;}
@media (max-width:1380px){
	.greeting{padding:130px 30px;}
	.greeting .greetingMat{font-size:17px;}
	.greeting .greetingMat>*:not(:first-child){margin-top:25px;}
}
@media (max-width:1180px){
	.greeting{padding:100px 20px;}
	.greeting .greetingMat{font-size:16px;}
	.greeting .greetingMat>*:not(:first-child){margin-top:20px;}
}
@media (max-width:980px){
	.greeting{padding:70px 20px;}
	.greeting .greetingMat{font-size:15px;}
	.greeting .greetingMat>*:not(:first-child){margin-top:15px;}
}
@media (max-width:780px){
	.greeting{padding:40px 20px;}
}

/*contented*/
.contented{padding:80px 40px 320px;background:#000;}
.contented .contentedVer{display:flex;align-items:center;color:#999;}
.contented .contentedVer>dt{width:456px;line-height:1;font-size:56px;}
.contented .contentedVer>dd{padding-left:40px;width:calc(100% - 456px);font-size:18px;}
@media (max-width:1380px){
	.contented{padding:60px 30px 240px;}
	.contented .contentedVer>dt{width:376px;font-size:46px;}
	.contented .contentedVer>dd{padding-left:30px;width:calc(100% - 376px);font-size:16px;}
}
@media (max-width:1180px){
	.contented{padding:40px 20px 160px;}
	.contented .contentedVer>dt{width:296px;font-size:36px;}
	.contented .contentedVer>dd{padding-left:20px;width:calc(100% - 296px);font-size:14px;}
}
@media (max-width:980px){
	.contented{padding:40px 20px;}
	.contented .contentedVer{display:block;}
	.contented .contentedVer>dt{width:100%;text-align:center;font-size:26px;}
	.contented .contentedVer>dd{margin-top:30px;padding-left:0;width:100%;}
}

/*cyber-detective*/
.cyberDetective{margin-top:-240px;}
.cyberDetective .cyberDetectiveSep{display:flex;justify-content:space-between;align-items:flex-end;}
.cyberDetective .cyberDetectiveSep>dt{width:calc(50% - 20px);}
.cyberDetective .cyberDetectiveSep>dd{padding-right:40px;width:calc(50% - 20px);}
.cyberDetective .cyberDetectiveSep>dd>div{width:100%;max-width:660px;}
.cyberDetective .cyberDetectiveSep>dd>div>hgroup>h3{line-height:1;font-size:36px;color:#777;}
.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span{position:relative;display:block;margin-top:30px;width:100%;height:2px;
	background:linear-gradient(to right,#5a5a5a,#0a4f83);
}
.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span:before{position:absolute;top:0;left:-120px;display:block;content:"";
	width:120px;height:2px;background:#5a5a5a;
}
.cyberDetective .cyberDetectiveSep>dd>div>figcaption{margin-top:40px;font-size:20px;color:#777;font-weight:bold;}
.cyberDetective .cyberDetectiveSep>dd>div>figcaption>*:not(:first-child){margin-top:20px;}
.cyberDetective .cyberDetectiveList{margin-top:80px;padding:0 40px;max-width:1800px;}
.cyberDetective .cyberDetectiveList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-20px;margin-left:-20px;}
.cyberDetective .cyberDetectiveList>ul>li{margin-top:20px;padding-left:20px;width:33.33333333%;}
.cyberDetective .cyberDetectiveList>ul>li>dl{position:relative;}
.cyberDetective .cyberDetectiveList>ul>li>dl>dt:after{padding-top:0;height:310px;}
.cyberDetective .cyberDetectiveList>ul>li>dl>dd{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;
	padding:40px;width:100%;height:100%;
}
.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;
	padding:60px 40px;width:100%;line-height:1;border:2px solid #a7a9aa;color:#fff;
}
.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h3{font-family:"Outfit",sans-serif;font-size:46px;font-weight:200;}
.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h6{margin-top:40px;font-size:20px;}
.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a:after{position:absolute;bottom:0;right:0;display:block;content:"";width:63px;height:63px;
	background-image:url(img/index/arrow.png);
	background-repeat:no-repeat;
	background-size:63px 63px;
}
.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a:hover{background:rgba(0,0,0,0.3);}
@media (max-width:1380px){
	.cyberDetective{margin-top:-180px;}
	.cyberDetective .cyberDetectiveSep>dt{width:calc(50% - 15px);}
	.cyberDetective .cyberDetectiveSep>dd{padding-right:30px;width:calc(50% - 15px);}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>h3{font-size:32px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span{margin-top:25px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span:before{left:-100px;width:100px;}
	.cyberDetective .cyberDetectiveSep>dd>div>figcaption{margin-top:35px;font-size:18px;}
	.cyberDetective .cyberDetectiveSep>dd>div>figcaption>*:not(:first-child){margin-top:15px;}
	.cyberDetective .cyberDetectiveList{margin-top:60px;padding:0 30px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dt:after{height:252px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd{padding:30px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a{padding:50px 30px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h3{font-size:40px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h6{margin-top:30px;font-size:18px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a:after{width:53px;height:53px;background-size:53px 53px;}
}
@media (max-width:1180px){
	.cyberDetective{margin-top:-120px;}
	.cyberDetective .cyberDetectiveSep>dt{width:calc(50% - 10px);}
	.cyberDetective .cyberDetectiveSep>dd{padding-right:20px;width:calc(50% - 10px);}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>h3{font-size:28px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span{margin-top:20px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span:before{left:-80px;width:80px;}
	.cyberDetective .cyberDetectiveSep>dd>div>figcaption{margin-top:30px;font-size:16px;}
	.cyberDetective .cyberDetectiveSep>dd>div>figcaption>*:not(:first-child){margin-top:10px;}
	.cyberDetective .cyberDetectiveList{margin-top:40px;padding:0 20px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dt:after{height:194px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd{padding:20px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a{padding:40px 20px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h3{font-size:34px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h6{margin-top:20px;font-size:16px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a:after{width:43px;height:43px;background-size:43px 43px;}
}
@media (max-width:980px){
	.cyberDetective{margin-top:0;padding-top:40px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>h3{font-size:24px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span:before{left:-60px;width:60px;}
	.cyberDetective .cyberDetectiveSep>dd>div>figcaption{margin-top:25px;font-size:14px;}
	.cyberDetective .cyberDetectiveList>ul>li{width:50%;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dt:after{height:166px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a{padding:30px 20px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h3{font-size:28px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a>h6{font-size:14px;}
	.cyberDetective .cyberDetectiveList>ul>li>dl>dd>a:after{width:33px;height:33px;background-size:33px 33px;}
}
@media (max-width:880px){
	.cyberDetective .cyberDetectiveSep{display:block;}
	.cyberDetective .cyberDetectiveSep>dt{margin:0 auto;width:100%;max-width:400px;}
	.cyberDetective .cyberDetectiveSep>dd{margin-top:30px;padding:0 20px;width:100%;}
	.cyberDetective .cyberDetectiveSep>dd>div{max-width:100%;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>h3{font-size:20px;}
	.cyberDetective .cyberDetectiveSep>dd>div>hgroup>span:before{display:none;}
}
@media (max-width:600px){
	.cyberDetective .cyberDetectiveList>ul>li{width:100%;}
}

/*coin-detective*/
.coinDetective{padding:80px 0;}
.coinDetective .coinDetectiveSep{display:flex;justify-content:space-between;align-items:flex-end;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.coinDetective .coinDetectiveSep>dt{width:calc(50% - 20px);}
.coinDetective .coinDetectiveSep>dd{display:flex;justify-content:flex-end;padding-left:40px;width:calc(50% - 20px);}
.coinDetective .coinDetectiveSep>dd>div{width:100%;max-width:660px;}
.coinDetective .coinDetectiveSep>dd>div>hgroup>h3{line-height:1;font-size:36px;color:#777;}
.coinDetective .coinDetectiveSep>dd>div>hgroup>span{position:relative;display:block;margin-top:30px;width:100%;height:2px;
	background:linear-gradient(to right,#a61a20,#5a5a5a);
}
.coinDetective .coinDetectiveSep>dd>div>hgroup>span:before{position:absolute;top:0;right:-120px;display:block;content:"";
	width:120px;height:2px;background:#5a5a5a;
}
.coinDetective .coinDetectiveSep>dd>div>figcaption{margin-top:40px;font-size:20px;color:#777;font-weight:bold;}
.coinDetective .coinDetectiveSep>dd>div>figcaption>*:not(:first-child){margin-top:20px;}
.coinDetective .coinDetectiveList{margin-top:80px;padding:0 40px;max-width:1800px;}
.coinDetective .coinDetectiveList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-20px;margin-left:-20px;}
.coinDetective .coinDetectiveList>ul>li{margin-top:20px;padding-left:20px;width:33.33333333%;}
.coinDetective .coinDetectiveList>ul>li>dl{position:relative;}
.coinDetective .coinDetectiveList>ul>li>dl>dt:after{padding-top:0;height:284px;}
.coinDetective .coinDetectiveList>ul>li>dl>dd{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;
	padding:40px;width:100%;height:100%;
}
.coinDetective .coinDetectiveList>ul>li>dl>dd>a{position:relative;display:flex;justify-content:center;align-items:center;
	padding:60px 40px;width:100%;min-height:204px;line-height:1;border:2px solid #a7a9aa;color:#fff;
}
.coinDetective .coinDetectiveList>ul>li>dl>dd>a>h6{text-align:center;font-size:30px;}
.coinDetective .coinDetectiveList>ul>li>dl>dd>a:after{position:absolute;bottom:0;right:0;display:block;content:"";width:63px;height:63px;
	background-image:url(img/index/arrow.png);
	background-repeat:no-repeat;
	background-size:63px 63px;
}
.coinDetective .coinDetectiveList>ul>li>dl>dd>a:hover{background:rgba(0,0,0,0.3);}
.coinDetective .more>a{background:#d9575c;}
@media (max-width:1380px){
	.coinDetective{padding:60px 0;}
	.coinDetective .coinDetectiveSep>dt{width:calc(50% - 15px);}
	.coinDetective .coinDetectiveSep>dd{padding-left:30px;width:calc(50% - 15px);}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>h3{font-size:32px;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>span{margin-top:25px;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>span:before{right:-100px;width:100px;}
	.coinDetective .coinDetectiveSep>dd>div>figcaption{margin-top:35px;font-size:18px;}
	.coinDetective .coinDetectiveSep>dd>div>figcaption>*:not(:first-child){margin-top:15px;}
	.coinDetective .coinDetectiveList{margin-top:60px;padding:0 30px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dt:after{height:224px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd{padding:30px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a{padding:50px 30px;min-height:164px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a>h6{font-size:26px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a:after{width:53px;height:53px;background-size:53px 53px;}
}
@media (max-width:1180px){
	.coinDetective{padding:40px 0;}
	.coinDetective .coinDetectiveSep>dt{width:calc(50% - 10px);}
	.coinDetective .coinDetectiveSep>dd{padding-left:20px;width:calc(50% - 10px);}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>h3{font-size:28px;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>span{margin-top:20px;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>span:before{right:-80px;width:80px;}
	.coinDetective .coinDetectiveSep>dd>div>figcaption{margin-top:30px;font-size:16px;}
	.coinDetective .coinDetectiveSep>dd>div>figcaption>*:not(:first-child){margin-top:10px;}
	.coinDetective .coinDetectiveList{margin-top:40px;padding:0 20px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dt:after{height:164px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd{padding:20px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a{padding:40px 20px;min-height:124px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a>h6{font-size:22px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a:after{width:43px;height:43px;background-size:43px 43px;}
}
@media (max-width:980px){
	.coinDetective .coinDetectiveSep>dd>div>hgroup>h3{font-size:24px;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>span:before{right:-60px;width:60px;}
	.coinDetective .coinDetectiveSep>dd>div>figcaption{margin-top:25px;font-size:14px;}
	.coinDetective .coinDetectiveList>ul>li{width:50%;}
	.coinDetective .coinDetectiveList>ul>li>dl>dt:after{height:124px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a{padding:30px 20px;min-height:84px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a>h6{font-size:18px;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a:after{width:33px;height:33px;background-size:33px 33px;}
}
@media (max-width:880px){
	.coinDetective .coinDetectiveSep{display:block;}
	.coinDetective .coinDetectiveSep>dt{margin:0 auto;width:100%;max-width:400px;}
	.coinDetective .coinDetectiveSep>dd{margin-top:30px;padding:0 20px;width:100%;}
	.coinDetective .coinDetectiveSep>dd>div{max-width:100%;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>h3{font-size:20px;}
	.coinDetective .coinDetectiveSep>dd>div>hgroup>span:before{display:none;}
}
@media (max-width:600px){
	.coinDetective .coinDetectiveList>ul>li{width:100%;}
	.coinDetective .coinDetectiveList>ul>li>dl>dd>a{min-height:auto;}
}

/*news*/
.news{padding:0 40px 80px;}
.news .newsMat{margin-top:50px;max-width:1320px;}
.news .newsMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.news .newsMat>ul>li{margin-top:40px;padding-left:40px;width:33.3333333%;}
.news .newsMat>ul>li>a{display:block;padding:15px;border:2px solid #5f5f5f;border-radius:15px;color:#b5b5b5;}
.news .newsMat>ul>li>a>figure{border-radius:15px;}
.news .newsMat>ul>li>a>figure:after{padding-top:60%;}
.news .newsMat>ul>li>a>hgroup{margin-top:30px;}
.news .newsMat>ul>li>a>hgroup>span{line-height:1;font-family:"Outfit",sans-serif;font-size:15px;}
.news .newsMat>ul>li>a>hgroup>h6{margin-top:10px;}
.news .newsMat>ul>li>a:hover{box-shadow:0 0 10px rgba(255,255,255,0.6);}
@media (max-width:1380px){
	.news{padding:0 30px 60px;}
	.news .newsMat{margin-top:45px;}
	.news .newsMat>ul{margin-top:-30px;margin-left:-30px;}
	.news .newsMat>ul>li{margin-top:30px;padding-left:30px;}
	.news .newsMat>ul>li>a>hgroup{margin-top:25px;}
	.news .newsMat>ul>li>a>hgroup>span{font-size:14px;}
	.news .newsMat>ul>li>a>hgroup>h6{margin-top:7px;}
}
@media (max-width:1180px){
	.news{padding:0 20px 40px;}
	.news .newsMat{margin-top:40px;}
	.news .newsMat>ul{margin-top:-20px;margin-left:-20px;}
	.news .newsMat>ul>li{margin-top:20px;padding-left:20px;}
	.news .newsMat>ul>li>a>hgroup{margin-top:20px;}
	.news .newsMat>ul>li>a>hgroup>span{font-size:13px;}
	.news .newsMat>ul>li>a>hgroup>h6{margin-top:4px;}
}
@media (max-width:980px){
	.news .newsMat{max-width:720px;}
	.news .newsMat>ul>li{width:50%;}
}
@media (max-width:660px){
	.news .newsMat{max-width:420px;}
	.news .newsMat>ul>li{width:100%;}
}

/*company*/
.company{display:flex;align-items:flex-end;}
.company .companyImg{width:55%;border-radius:0 40px 0 0;}
.company .companyImg:after{padding-top:0;height:750px;}
.company .companyMat{position:relative;z-index:5;margin-left:-10%;padding:60px;width:55%;background:#090909;border-radius:40px 0 0 0;}
.company .companyMat>dd{width:100%;max-width:660px;}
.company .companyMat>dd>hgroup{display:flex;flex-direction:column;justify-content:flex-start;line-height:1;}
.company .companyMat>dd>hgroup>h3{font-size:40px;color:#d4d4d4;}
.company .companyMat>dd>hgroup>hr{position:relative;margin:40px auto 0;width:100%;height:2px;background:#c9c9c9;border:none;}
.company .companyMat>dd>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:80px;height:2px;background:#2e9aff;}
.company .companyMat>dd>ol{margin-top:40px;}
.company .companyMat>dd>ol>li>figure{width:100%;max-width:471px;}
.company .companyMat>dd>ol>li>h6{margin-top:25px;line-height:1;font-size:20px;color:#d4d4d4;}
.company .companyMat>dd>ul{margin-top:40px;}
.company .companyMat>dd>ul>li{display:flex;}
.company .companyMat>dd>ul>li:not(:first-child){margin-top:25px;}
.company .companyMat>dd>ul>li>span{display:block;width:100px;}
.company .companyMat>dd>ul>li>p{width:calc(100% - 100px);}
.company .companyMat>dd>.more{justify-content:flex-end;margin-top:-40px;}
.company .companyMat>dd>.more>a{padding:15px;max-width:230px;background:none;border:2px solid #757575;border-radius:25px;font-size:14px;color:#757575;}
@media (max-width:1380px){
	.company .companyImg{width:52.5%;border-radius:0 30px 0 0;}
	.company .companyImg:after{height:650px;}
	.company .companyMat{margin-left:-5%;padding:50px;width:52.5%;border-radius:30px 0 0 0;}
	.company .companyMat>dd>hgroup>h3{font-size:36px;}
	.company .companyMat>dd>hgroup>hr{margin:35px auto 0;}
	.company .companyMat>dd>hgroup>hr:before{width:70px;}
	.company .companyMat>dd>ol{margin-top:35px;}
	.company .companyMat>dd>ol>li>figure{max-width:431px;}
	.company .companyMat>dd>ol>li>h6{margin-top:20px;font-size:18px;}
	.company .companyMat>dd>ul{margin-top:35px;}
	.company .companyMat>dd>ul>li:not(:first-child){margin-top:20px;}
	.company .companyMat>dd>ul>li>span{width:90px;}
	.company .companyMat>dd>ul>li>p{width:calc(100% - 90px);}
	.company .companyMat>dd>.more{margin-top:-30px;}
	.company .companyMat>dd>.more>a{padding:13px 15px;max-width:190px;}
}
@media (max-width:1180px){
	.company .companyImg{border-radius:0 20px 0 0;}
	.company .companyImg:after{height:550px;}
	.company .companyMat{padding:40px;border-radius:20px 0 0 0;}
	.company .companyMat>dd>hgroup>h3{font-size:32px;}
	.company .companyMat>dd>hgroup>hr{margin:30px auto 0;}
	.company .companyMat>dd>hgroup>hr:before{width:60px;}
	.company .companyMat>dd>ol{margin-top:30px;}
	.company .companyMat>dd>ol>li>figure{max-width:391px;}
	.company .companyMat>dd>ol>li>h6{margin-top:15px;font-size:16px;}
	.company .companyMat>dd>ul{margin-top:30px;}
	.company .companyMat>dd>ul>li:not(:first-child){margin-top:15px;}
	.company .companyMat>dd>ul>li>span{width:80px;}
	.company .companyMat>dd>ul>li>p{width:calc(100% - 80px);}
	.company .companyMat>dd>.more{margin-top:-20px;}
	.company .companyMat>dd>.more>a{max-width:150px;}
}
@media (max-width:1000px){
	.company{display:block;}
	.company .companyImg{width:100%;border-radius:0;}
	.company .companyImg:after{height:450px;}
	.company .companyMat{margin-left:0;padding:40px 30px 10px;width:100%;}
	.company .companyMat>dd{max-width:100%;border-radius:0;}
	.company .companyMat>dd>hgroup>h3{font-size:28px;}
	.company .companyMat>dd>hgroup>hr{margin:25px auto 0;}
	.company .companyMat>dd>hgroup>hr:before{width:50px;}
	.company .companyMat>dd>ol{margin-top:25px;}
	.company .companyMat>dd>ol>li>figure{max-width:351px;}
	.company .companyMat>dd>ol>li>h6{font-size:14px;}
	.company .companyMat>dd>ul{margin-top:25px;}
	.company .companyMat>dd>ul>li:not(:first-child){margin-top:10px;}
	.company .companyMat>dd>ul>li>span{width:70px;}
	.company .companyMat>dd>ul>li>p{width:calc(100% - 70px);}	
}
@media (max-width:500px){
	.company .companyMat>dd>ul>li{display:block;}
	.company .companyMat>dd>ul>li>span{color:#2e9aff;}
	.company .companyMat>dd>ul>li>p{margin-top:5px;width:100%;}
}

/*touch*/
.touch{padding:80px 40px;}
.touch .touchMat{display:flex;justify-content:space-between;max-width:1320px;}
.touch .touchMat>*{width:calc(50% - 20px);font-family:"Outfit",sans-serif;line-height:1;}
.touch .touchMat>*>a{display:flex;justify-content:center;align-items:center;padding:30px;border-radius:60px;font-size:60px;}
.touch .touchMat>dt>a{border:2px solid #d9575c;color:#d9575c;}
.touch .touchMat>dd>a{border:2px solid #0a4f83;color:#0a4f83;}
.touch .touchMat>dd>a>i{display:block;margin-top:15px;margin-left:20px;width:100%;max-width:39px;}
.touch .touchMat>*>a:hover{
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px);
}
@media (max-width:1380px){
	.touch{padding:60px 30px;}
	.touch .touchMat>*{width:calc(50% - 15px);}
	.touch .touchMat>*>a{padding:25px;font-size:52px;}
	.touch .touchMat>dd>a>i{margin-top:13px;margin-left:15px;max-width:34px;}
}
@media (max-width:1180px){
	.touch{padding:40px 20px;}
	.touch .touchMat>*{width:calc(50% - 10px);}
	.touch .touchMat>*>a{padding:20px;font-size:44px;}
	.touch .touchMat>dd>a>i{margin-top:11px;margin-left:10px;max-width:29px;}
}
@media (max-width:980px){
	.touch .touchMat>*>a{font-size:36px;}
	.touch .touchMat>dd>a>i{margin-top:9px;max-width:24px;}
}
@media (max-width:780px){
	.touch .touchMat{flex-direction:column;}
	.touch .touchMat>*{width:100%;}
	.touch .touchMat>dd{margin-top:20px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;background:#151515;}
.footer .footerNav>a{display:block;width:100%;max-width:150px;}
.footer .footerNav>a:hover{opacity:0.6;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li{display:flex;align-items:center;}
.footer .footerNav>ul>li:not(:first-child):before{display:block;content:"";margin:0 40px;width:2px;height:20px;background:#fff;
	-webkit-transform:skew(-15deg);
	transform:skew(-15deg);
}
.footer .footerNav>ul>li>a{line-height:1;color:#fff;}
.footer .footerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}

.footer .footerCopy{padding:20px 40px;text-align:center;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer .footerNav{padding:60px 30px;}
	.footer .footerNav>a{max-width:130px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li:not(:first-child):before{margin:0 30px;height:17px;}
	
	.footer .footerCopy{padding:20px 30px;font-size:14px;}	
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:110px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li:not(:first-child):before{margin:0 20px;height:14px;}
	
	.footer .footerCopy{padding:20px;font-size:13px;}
}
@media (max-width:730px){
	.footer .footerNav>ul{margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 10px 0;}
	.footer .footerNav>ul>li:not(:first-child):before{display:none;}
}

/*pageBan*/
.pageBan{position:relative;height:550px;overflow:hidden;}
.pageBan .pageBanBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.pageBan .pageBanBg:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;padding:0 40px;max-width:1600px;
	line-height:1;text-transform:capitalize;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h3{font-family:"Outfit",sans-serif;font-size:140px;font-weight:100;}
.pageBan .pageBanMat>h6{margin-top:40px;font-size:36px;}
.pageBan .pageBanMat>h6>span{display:inline-block;padding-left:40px;font-size:26px;}
@media (max-width:1380px){
	.pageBan{height:500px;}
	.pageBan .pageBanMat{padding:0 30px;}
	.pageBan .pageBanMat>h3{font-size:110px;}
	.pageBan .pageBanMat>h6{margin-top:35px;font-size:32px;}
	.pageBan .pageBanMat>h6>span{padding-left:30px;font-size:22px;}
}
@media (max-width:1180px){
	.pageBan{height:450px;}
	.pageBan .pageBanMat{padding:0 20px;}
	.pageBan .pageBanMat>h3{font-size:80px;}
	.pageBan .pageBanMat>h6{margin-top:30px;font-size:28px;}
	.pageBan .pageBanMat>h6>span{padding-left:20px;font-size:18px;}
}
@media (max-width:980px){
	.pageBan .pageBanMat>h3{font-size:50px;}
	.pageBan .pageBanMat>h6{margin-top:25px;font-size:24px;}
	.pageBan .pageBanMat>h6>span{padding-left:10px;font-size:14px;}
}
@media (max-width:440px){
	.pageBan .pageBanMat>h3>span{display:block;margin-top:10px;}
	.pageBan .pageBanMat>h6>span{display:block;margin-top:10px;padding-left:0;}
}

/*page_coin-detective*/
.page_coinDetectiveWha{padding:80px 40px;
	background-image:url(img/coin-detective/coin-detectiveBg1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.page_coinDetectiveWha .coinDetectiveWhaTxt{margin-top:50px;text-align:center;}
.page_coinDetectiveWha .coinDetectiveWhaTxt>h6{font-size:22px;}
.page_coinDetectiveWha .coinDetectiveWhaTxt>figcaption{margin-top:40px;font-size:18px;font-weight:bold;}
.page_coinDetectiveWha .coinDetectiveWhaList{margin-top:50px;}
.page_coinDetectiveWha .coinDetectiveWhaList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-15px;margin-left:-15px;}
.page_coinDetectiveWha .coinDetectiveWhaList>ul>li{margin-top:15px;padding-left:15px;width:20%;}
.page_coinDetectiveWha .coinDetectiveWhaList>ul>li>hgroup{padding:3px;
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
}
.page_coinDetectiveWha .coinDetectiveWhaList>ul>li>hgroup>h6{display:flex;justify-content:center;align-items:center;padding:15px 10px;
	text-align:center;height:82px;line-height:1.6;
	background:linear-gradient(to right bottom,#266d6b,#33116b);
	border-radius:5px;
}
@media (max-width:1580px){
	.page_coinDetectiveWha .coinDetectiveWhaList>ul{margin-top:-10px;margin-left:-10px;}
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li{margin-top:10px;padding-left:10px;}
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li>hgroup>h6{padding:13px 10px;height:71px;font-size:14px;}
}
@media (max-width:1400px){
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li{width:25%;}
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li>hgroup>h6{padding:11px 10px;height:67px;}
}
@media (max-width:1380px){
	.page_coinDetectiveWha{padding:60px 30px;}
	.page_coinDetectiveWha .coinDetectiveWhaTxt{margin-top:45px;}
	.page_coinDetectiveWha .coinDetectiveWhaTxt>h6{font-size:20px;}
	.page_coinDetectiveWha .coinDetectiveWhaTxt>figcaption{margin-top:30px;font-size:16px;}
	.page_coinDetectiveWha .coinDetectiveWhaList{margin-top:45px;}
}
@media (max-width:1180px){
	.page_coinDetectiveWha{padding:40px 20px;}
	.page_coinDetectiveWha .coinDetectiveWhaTxt{margin-top:40px;}
	.page_coinDetectiveWha .coinDetectiveWhaTxt>h6{font-size:18px;}
	.page_coinDetectiveWha .coinDetectiveWhaTxt>figcaption{margin-top:20px;font-size:14px;}
	.page_coinDetectiveWha .coinDetectiveWhaList{margin-top:40px;}
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li{width:33.333333%;}
}
@media (max-width:840px){
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li{width:50%;}
}
@media (max-width:580px){
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li{width:100%;}
	.page_coinDetectiveWha .coinDetectiveWhaList>ul>li>hgroup>h6{height:auto;}
}

.page_coinDetectiveTak{padding:80px 40px;
	background:linear-gradient(to bottom,#070d1b,#090909);
}
.page_coinDetectiveTak .coinDetectiveTakMat{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1320px;}
.page_coinDetectiveTak .coinDetectiveTakMat>dl{position:relative;}
.page_coinDetectiveTak .coinDetectiveTakMat>dl>dt{display:flex;justify-content:center;align-items:center;width:360px;text-align:center;height:360px;
	border-radius:50%;font-size:23px;
	background:linear-gradient(to right bottom,#165a72,#283771);
	box-shadow:0px 10px 10px 0px rgba(0,0,0,0.004),inset 0px 3px 5px 0px rgba(255,255,255,0.19);
}
.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd{position:absolute;bottom:-10px;left:50%;width:20px;height:20px;background:#8bdfe7;border-radius:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd:after{position:absolute;bottom:-125px;left:50%;display:block;content:"";width:2px;height:125px;
	background:linear-gradient(to bottom,rgba(202,203,209,1),rgba(202,203,209,0));
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_coinDetectiveTak .coinDetectiveTakMat>ul{display:flex;justify-content:center;align-items:center;margin-top:40px;}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl{position:relative;}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dt{display:flex;justify-content:center;align-items:center;width:360px;text-align:center;height:360px;
	border-radius:50%;font-size:23px;
	background:linear-gradient(to right bottom,#165a72,#283771);
	box-shadow:0px 10px 10px 0px rgba(0,0,0,0.004),inset 0px 3px 5px 0px rgba(255,255,255,0.19);
}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd{position:absolute;top:50%;width:20px;height:20px;background:#8bdfe7;border-radius:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd:after{position:absolute;top:50%;display:block;content:"";width:125px;height:2px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd{right:-10px;}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd:after{right:-125px;
	background:linear-gradient(to right,rgba(202,203,209,1),rgba(202,203,209,0));
}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd{left:-10px;}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd:after{left:-125px;
	background:linear-gradient(to right,rgba(202,203,209,0),rgba(202,203,209,1));
}
.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>figure{width:100%;max-width:693px;}
@media (max-width:1380px){
	.page_coinDetectiveTak{padding:60px 30px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dt{width:320px;height:320px;font-size:20px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd{bottom:-8px;width:16px;height:16px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd:after{bottom:-105px;height:105px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul{margin-top:35px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dt{width:320px;height:320px;font-size:20px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd{width:16px;height:16px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd:after{width:105px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd{right:-8px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd:after{right:-105px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd{left:-8px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd:after{left:-105px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>figure{max-width:584px;}
}
@media (max-width:1180px){
	.page_coinDetectiveTak{padding:40px 20px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dt{width:280px;height:280px;font-size:17px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd{bottom:-6px;width:12px;height:12px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd:after{bottom:-85px;height:85px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul{margin-top:30px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dt{width:280px;height:280px;font-size:17px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd{width:12px;height:12px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd:after{width:85px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd{right:-6px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd:after{right:-85px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd{left:-6px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd:after{left:-85px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>figure{max-width:485px;}
}
@media (max-width:980px){
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dt{width:240px;height:240px;font-size:14px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd:after{bottom:-65px;height:65px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dt{width:240px;height:240px;font-size:14px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd:after{width:65px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(1)>dl>dd:after{right:-65px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3)>dl>dd:after{left:-65px;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>figure{max-width:365px;}
}
@media (max-width:780px){
	.page_coinDetectiveTak .coinDetectiveTakMat{align-items:flex-start;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl{width:100%;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dt{padding:30px 20px;width:100%;height:auto;border-radius:0;}
	.page_coinDetectiveTak .coinDetectiveTakMat>dl>dd{display:none;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul{display:block;width:100%;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl{width:100%;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dt{padding:30px 20px;width:100%;height:auto;border-radius:0;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li>dl>dd{display:none;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(2){display:none;}
	.page_coinDetectiveTak .coinDetectiveTakMat>ul>li:nth-of-type(3){margin-top:30px;}
}

.page_coinDetectiveAna{position:relative;padding:0 40px 80px;
	background-image:url(img/coin-detective/coin-detectiveBg3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.page_coinDetectiveAna .coinDetectiveAnaVer{text-align:center;}
.page_coinDetectiveAna .coinDetectiveAnaVer>h6{font-size:26px;color:#b0afaf;}
.page_coinDetectiveAna .coinDetectiveAnaVer>h5{margin-top:30px;font-size:30px;}
.page_coinDetectiveAna .coinDetectiveAnaVer>h5>span{position:relative;display:inline-block;}
.page_coinDetectiveAna .coinDetectiveAnaVer>h5>span>em{position:relative;z-index:5;}
.page_coinDetectiveAna .coinDetectiveAnaVer>h5>span:after{position:absolute;left:0;bottom:7px;display:block;content:"";width:100%;height:15px;
	background:linear-gradient(to right,#30b2c1,#33116b);
}
.page_coinDetectiveAna .coinDetectiveAnaVer>h4{margin-top:50px;font-size:30px;}
.page_coinDetectiveAna .coinDetectiveAnaVer>h3{margin-top:20px;font-size:40px;
	background:linear-gradient(to right,#7adafe,#a699f5);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
}
.page_coinDetectiveAna .coinDetectiveAnaVer>h2{margin-top:50px;font-size:40px;}
.page_coinDetectiveAna .coinDetectiveAnaList{margin-top:50px;max-width:1320px;}
.page_coinDetectiveAna .coinDetectiveAnaList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-30px;margin-left:-30px;}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li{margin-top:30px;padding-left:30px;width:33.3333333%;}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div{padding:3px;height:100%;
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl{padding:40px;height:100%;
	background:linear-gradient(to right bottom,#266d6b,#33116b);
}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt{text-align:center;}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>h3{line-height:1;font-size:30px;
	background:linear-gradient(to right,#2580b3,#cbbacc);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>hr{margin:25px auto 0;width:100%;height:2px;border:none;
	background:linear-gradient(to right,rgba(86,157,196,0),#d6c9d7,rgba(86,157,196,0));
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd{position:relative;margin-top:40px;}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figure{position:absolute;top:50%;left:50%;width:100%;max-width:233px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figcaption{position:relative;z-index:5;text-align:center;font-size:20px;font-weight:bold;}
@media (max-width:1380px){
	.page_coinDetectiveAna{padding:0 30px 60px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h6{font-size:22px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h5{margin-top:25px;font-size:26px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h5>span:after{bottom:5px;height:13px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h4{margin-top:45px;font-size:26px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h3{margin-top:15px;font-size:34px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h2{margin-top:45px;font-size:34px;}
	.page_coinDetectiveAna .coinDetectiveAnaList{margin-top:45px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul{margin-top:-20px;margin-left:-20px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li{margin-top:20px;padding-left:20px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl{padding:30px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>h3{font-size:26px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>hr{margin:20px auto 0;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd{margin-top:30px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figure{max-width:193px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figcaption{font-size:18px;}
}
@media (max-width:1180px){
	.page_coinDetectiveAna{padding:0 20px 40px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h6{font-size:18px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h5{margin-top:20px;font-size:22px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h5>span:after{bottom:3px;height:11px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h4{margin-top:40px;font-size:22px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h3{margin-top:10px;font-size:28px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h2{margin-top:40px;font-size:28px;}
	.page_coinDetectiveAna .coinDetectiveAnaList{margin-top:40px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul{margin-top:-10px;margin-left:-10px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li{margin-top:10px;padding-left:10px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl{padding:30px 20px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>h3{font-size:22px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>hr{margin:15px auto 0;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd{margin-top:20px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figure{max-width:153px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figcaption{font-size:16px;}
}
@media (max-width:990px){
	.page_coinDetectiveAna .coinDetectiveAnaVer>h6{font-size:14px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h5{margin-top:15px;font-size:18px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h5>span:after{height:9px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h4{margin-top:35px;font-size:18px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h3{margin-top:5px;font-size:22px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h2{margin-top:35px;font-size:22px;}
	.page_coinDetectiveAna .coinDetectiveAnaList{margin-top:35px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li{width:50%;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>h3{font-size:18px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dt>hr{margin:10px auto 0;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figure{max-width:113px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li>div>dl>dd>figcaption{font-size:14px;}
}
@media (max-width:610px){
	.page_coinDetectiveAna .coinDetectiveAnaVer>h3{font-size:18px;}
	.page_coinDetectiveAna .coinDetectiveAnaVer>h2{font-size:18px;}
	.page_coinDetectiveAna .coinDetectiveAnaList>ul>li{width:100%;}
}

.page_coinDetectiveTra{padding:80px 40px;
	background-image:url(img/coin-detective/coin-detectiveBg4.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.page_coinDetectiveTra .coinDetectiveTraMat{display:flex;}
.page_coinDetectiveTra .coinDetectiveTraMat>dl{padding:100px 80px;width:80%;
	background:url(img/coin-detective/mark1.png);
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to right bottom,#33116b,#30b2c1);
	border-image-slice:1;
}
.page_coinDetectiveTra .common_tit{align-items:flex-start;}
.page_coinDetectiveTra .common_tit>h3{padding:0 0 20px;width:100%;
	background:linear-gradient(to right,#c1b6d2,#c0eff0);
	-webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}
.page_coinDetectiveTra .coinDetectiveTraMatTxt{margin-top:45px;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>h6{font-size:18px;color:#b0afaf;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>a{display:inline-flex;margin-top:35px;line-height:1;overflow:hidden;
	border:2px solid #727272;border-radius:35px;
}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>h6{display:flex;align-items:center;padding:20px;background:#fff;font-size:18px;color:#090909;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>i{display:flex;align-items:center;padding:20px;background:#090909;font-size:22px;color:#fff;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>a:hover{box-shadow:0 0 10px rgba(255,255,255,0.6);}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3{margin-top:35px;font-size:26px;color:#fff;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span{position:relative;display:inline-block;padding:0 10px;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span>em{position:relative;z-index:5;}
.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span:after{position:absolute;left:0;bottom:7px;display:block;content:"";width:100%;height:15px;
	background:linear-gradient(to right,#33116b,#30b2c1);
}
@media (max-width:1380px){
	.page_coinDetectiveTra{padding:60px 30px;}
	.page_coinDetectiveTra .coinDetectiveTraMat>dl{padding:80px 60px;width:90%;}
	.page_coinDetectiveTra .common_tit>h3{padding:0 0 17px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt{margin-top:40px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h6{font-size:16px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a{margin-top:30px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>h6{padding:17px 20px;font-size:16px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>i{padding:17px 20px;font-size:20px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3{margin-top:30px;font-size:22px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span{padding:0 7px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span:after{bottom:5px;height:13px;}
}
@media (max-width:1180px){
	.page_coinDetectiveTra{padding:40px 20px;}
	.page_coinDetectiveTra .coinDetectiveTraMat>dl{padding:60px 40px;width:100%;}
	.page_coinDetectiveTra .common_tit>h3{padding:0 0 14px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt{margin-top:35px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h6{font-size:14px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a{margin-top:25px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>h6{padding:14px 20px;font-size:14px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>i{padding:14px 20px;font-size:18px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3{margin-top:25px;font-size:18px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span{padding:0 4px;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span:after{bottom:3px;height:11px;}
}
@media (max-width:980px){
	.page_coinDetectiveTra .coinDetectiveTraMat>dl{padding:40px 30px;}
}
@media (max-width:680px){
	.page_coinDetectiveTra .common_tit>h3{line-height:1.4;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>h6{text-align:center;line-height:1.4;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>a>i{display:none;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span{display:inline;padding:0;}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span>em{
		background:linear-gradient(to right,#c1b6d2,#c0eff0);
		-webkit-background-clip:text;
	    background-clip:text;
	    -webkit-text-fill-color:transparent;
	    color:transparent;
	}
	.page_coinDetectiveTra .coinDetectiveTraMatTxt>h3>span:after{display:none;}
}

.page_coinDetectiveFlo{padding:0 40px 80px;}
.page_coinDetectiveFlo .coinDetectiveFloTit{margin:0 auto;width:100%;max-width:1317px;}
.page_coinDetectiveFlo .common_tit{margin-top:-64px;}
.page_coinDetectiveFlo .coinDetectiveFloVer{margin-top:50px;text-align:center;}
.page_coinDetectiveFlo .coinDetectiveFloVer>h6{font-size:20px;}
.page_coinDetectiveFlo .coinDetectiveFloVer>figcaption{margin-top:30px;font-size:18px;font-weight:bold;}
.page_coinDetectiveFlo .coinDetectiveFloList{margin-top:50px;max-width:1320px;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li{position:relative;margin-top:40px;padding-left:40px;width:33.3333333%;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:not(:first-child):before{position:absolute;top:50%;left:-10px;z-index:5;display:block;content:"";
	width:60px;height:60px;
	background-image:url(img/coin-detective/coin-detectiveArrow.png);
	background-repeat:no-repeat;
	background-size:60px 60px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div{padding:3px;height:100%;
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl{height:100%;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dt{display:flex;justify-content:center;align-items:center;padding:20px;text-align:center;
	height:112px;font-size:20px;background:#3d8586;
}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd{position:relative;padding:40px;height:calc(100% - 112px);}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figure{position:absolute;top:50%;left:50%;width:100%;max-width:198px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figcaption{position:relative;z-index:5;text-align:center;font-size:20px;font-weight:bold;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:nth-of-type(1)>div>dl{background:#202020;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:nth-of-type(2)>div>dl{background:#3b3b3b;}
.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:nth-of-type(3)>div>dl{background:#5d5d5d;}
@media (max-width:1380px){
	.page_coinDetectiveFlo{padding:0 30px 60px;}
	.page_coinDetectiveFlo .coinDetectiveFloTit{max-width:1109px;}
	.page_coinDetectiveFlo .common_tit{margin-top:-57px;}
	.page_coinDetectiveFlo .coinDetectiveFloVer{margin-top:45px;}
	.page_coinDetectiveFlo .coinDetectiveFloVer>h6{font-size:18px;}
	.page_coinDetectiveFlo .coinDetectiveFloVer>figcaption{margin-top:25px;font-size:16px;}
	.page_coinDetectiveFlo .coinDetectiveFloList{margin-top:45px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul{margin-top:-30px;margin-left:-30px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li{margin-top:30px;padding-left:30px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:not(:first-child):before{width:50px;height:50px;background-size:50px 50px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dt{padding:17px 20px;height:99px;font-size:18px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd{padding:30px;height:calc(100% - 99px);}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figure{max-width:158px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figcaption{font-size:18px;}
}
@media (max-width:1180px){
	.page_coinDetectiveFlo{padding:0 20px 40px;}
	.page_coinDetectiveFlo .coinDetectiveFloTit{max-width:920px;}
	.page_coinDetectiveFlo .common_tit{margin-top:-50px;}
	.page_coinDetectiveFlo .coinDetectiveFloVer{margin-top:40px;}
	.page_coinDetectiveFlo .coinDetectiveFloVer>h6{font-size:16px;}
	.page_coinDetectiveFlo .coinDetectiveFloVer>figcaption{margin-top:20px;font-size:14px;}
	.page_coinDetectiveFlo .coinDetectiveFloList{margin-top:40px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul{margin-top:-20px;margin-left:-20px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li{margin-top:20px;padding-left:20px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:not(:first-child):before{width:40px;height:40px;background-size:40px 40px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dt{padding:14px 20px;height:86px;font-size:16px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd{padding:30px 20px;height:calc(100% - 86px);}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figure{max-width:118px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figcaption{font-size:16px;}
}
@media (max-width:980px){
	.page_coinDetectiveFlo .coinDetectiveFloTit{max-width:730px;}
	.page_coinDetectiveFlo .common_tit{margin-top:-46px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li{width:100%;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li:not(:first-child):before{top:-30px;left:50%;
		-webkit-transform:translate(-50%,0) rotate(90deg);
		transform:translate(-50%,0) rotate(90deg);
	}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dt{height:auto;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd{padding:30px 20px;height:auto;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figure{max-width:78px;}
	.page_coinDetectiveFlo .coinDetectiveFloList>ul>li>div>dl>dd>figcaption{font-size:14px;}
}

.page_coinDetectiveInv{padding:20px 40px 60px;}
.page_coinDetectiveInv .coinDetectiveInvMat{position:relative;padding:70px 80px 100px;
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
}
.page_coinDetectiveInv .common_tit{position:absolute;top:-16px;left:50%;padding:0 40px;background:#090909;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_coinDetectiveInv .common_tit>h3{padding:0;border-bottom:none;}
.page_coinDetectiveInv .coinDetectiveInvMatList>ul{display:flex;flex-wrap:wrap;margin-top:-15px;margin-left:-15px;}
.page_coinDetectiveInv .coinDetectiveInvMatList>ul>li{margin-top:15px;padding-left:15px;width:33.3333333%;}
.page_coinDetectiveInv .coinDetectiveInvMatList>ul>li>figure{
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
}
.page_coinDetectiveInv .coinDetectiveInvMatList>ul>li>figure>img{width:100%;}
.page_coinDetectiveInv .coinDetectiveInvMatVer{position:absolute;bottom:-45px;left:50%;display:flex;justify-content:center;
	padding:0 40px;background:#090909;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_coinDetectiveInv .coinDetectiveInvMatVer>li:not(:first-child){margin-left:10px;}
.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:90px;text-align:center;height:90px;line-height:90px;font-size:60px;
	border:2px solid #30c7cc;
	border-radius:5px;
	background-image:linear-gradient(to right bottom,#30b2c1,#33116b);
}
@media (max-width:1380px){
	.page_coinDetectiveInv{padding:20px 30px 50px;}
	.page_coinDetectiveInv .coinDetectiveInvMat{padding:60px 60px 90px;}
	.page_coinDetectiveInv .common_tit{top:-14px;padding:0 30px;}
	.page_coinDetectiveInv .coinDetectiveInvMatList>ul{margin-top:-10px;margin-left:-10px;}
	.page_coinDetectiveInv .coinDetectiveInvMatList>ul>li{margin-top:10px;padding-left:10px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer{bottom:-40px;padding:0 30px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li:not(:first-child){margin-left:7px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:80px;height:80px;line-height:80px;font-size:52px;}
}
@media (max-width:1180px){
	.page_coinDetectiveInv{padding:20px 20px 40px;}
	.page_coinDetectiveInv .coinDetectiveInvMat{padding:50px 40px 80px;}
	.page_coinDetectiveInv .common_tit{top:-12px;padding:0 20px;}
	.page_coinDetectiveInv .coinDetectiveInvMatList>ul{margin-top:-5px;margin-left:-5px;}
	.page_coinDetectiveInv .coinDetectiveInvMatList>ul>li{margin-top:5px;padding-left:5px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer{bottom:-35px;padding:0 20px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li:not(:first-child){margin-left:4px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:70px;height:70px;line-height:70px;font-size:44px;}
}
@media (max-width:980px){
	.page_coinDetectiveInv .coinDetectiveInvMat{padding:40px 20px 70px;}
	.page_coinDetectiveInv .common_tit{top:-10px;padding:0 10px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer{bottom:-30px;padding:0 10px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:60px;height:60px;line-height:60px;font-size:36px;}
}
@media (max-width:780px){
	.page_coinDetectiveInv .coinDetectiveInvMat{padding:35px 20px 60px;}
	.page_coinDetectiveInv .common_tit>h3{white-space:nowrap;}
	.page_coinDetectiveInv .coinDetectiveInvMatList>ul>li{width:50%;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer{bottom:-25px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:50px;height:50px;line-height:50px;font-size:28px;}
}
@media (max-width:580px){
	.page_coinDetectiveInv .coinDetectiveInvMat{padding:30px 20px 50px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer{bottom:-20px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:40px;height:40px;line-height:40px;font-size:20px;}
}
@media (max-width:480px){
	.page_coinDetectiveInv .coinDetectiveInvMat{padding:25px 20px 40px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer{bottom:-15px;}
	.page_coinDetectiveInv .coinDetectiveInvMatVer>li>h6{width:30px;height:30px;line-height:28px;font-size:16px;}
}

/*page_cyber-detective*/
.page_cyberDetectiveWha{padding:80px 40px;
	background-image:url(img/cyber-detective/cyber-detectiveBg1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.page_cyberDetectiveWha .cyberDetectiveWhaTxt{margin-top:50px;text-align:center;}
.page_cyberDetectiveWha .cyberDetectiveWhaTxt>h6{font-size:22px;}
.page_cyberDetectiveWha .cyberDetectiveWhaTxt>figcaption{margin-top:40px;font-size:18px;font-weight:bold;}
.page_cyberDetectiveWha .cyberDetectiveWhaList{display:flex;align-items:center;margin-top:50px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>figure{width:200px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl{padding-left:40px;width:calc(100% - 200px);}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt{padding-left:40px;
	background-image:url(img/cyber-detective/cyber-detectiveBg2.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul{display:flex;flex-wrap:wrap;margin-top:-8px;margin-left:-8px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li{margin-top:8px;padding-left:8px;width:20%;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset{display:flex;flex-direction:column;justify-content:center;align-items:center;height:316px;
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
	background-image:linear-gradient(to left bottom,#143e42,#150d27);
}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset>figure{width:134px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset>h6{line-height:1;font-family:"Outfit",sans-serif;font-size:20px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li:nth-of-type(4){width:40%;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol{display:flex;flex-wrap:wrap;margin-top:-8px;margin-left:-8px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li{margin-top:8px;padding-left:8px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset{display:flex;flex-direction:column;justify-content:center;align-items:center;
	height:100px;
	border-width:2px;
	border-style:solid;
	border-image:linear-gradient(to bottom,#33116b,#30b2c1);
	border-image-slice:1;
	background-image:linear-gradient(to left bottom,#143e42,#150d27);
}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset>figure{width:65px;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset>h6{line-height:1;font-family:"Outfit",sans-serif;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li:nth-of-type(1){width:40%;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li:nth-of-type(2){width:60%;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li:nth-of-type(3){width:60%;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li:nth-of-type(4){width:40%;}
.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li:nth-of-type(5){width:100%;}
@media (max-width:1380px){
	.page_cyberDetectiveWha{padding:60px 30px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaTxt{margin-top:45px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaTxt>h6{font-size:20px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaTxt>figcaption{margin-top:30px;font-size:16px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList{margin-top:45px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>figure{width:160px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl{padding-left:30px;width:calc(100% - 160px);}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt{padding-left:30px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset{height:286px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset>figure{width:104px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset>h6{font-size:18px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset{height:90px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset>figure{width:55px;}
}
@media (max-width:1180px){
	.page_cyberDetectiveWha{padding:40px 20px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaTxt{margin-top:40px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaTxt>h6{font-size:18px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaTxt>figcaption{margin-top:20px;font-size:14px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList{margin-top:40px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>figure{width:120px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl{padding-left:20px;width:calc(100% - 120px);}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt{padding-left:20px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset{height:256px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset>figure{width:74px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset>h6{font-size:14px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset{height:80px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset>figure{width:45px;}
}
@media (max-width:980px){
	.page_cyberDetectiveWha .cyberDetectiveWhaList{display:block;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>figure{margin:0 auto;width:120px;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl{margin-top:30px;padding-left:0;width:100%;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt{padding:0 20px;}
}
@media (max-width:780px){
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li{width:50%;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>fieldset{padding:20px;height:auto;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li:nth-of-type(3){width:100%;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li:nth-of-type(4){width:100%;}
	.page_cyberDetectiveWha .cyberDetectiveWhaList>dl>dt>ul>li>ol>li>fieldset{padding:20px;height:auto;}
}

.page_cyberDetectiveCti{position:relative;z-index:5;padding:160px 40px 320px;
	background-image:url(img/cyber-detective/cyber-detectiveBg3.png);
	background-repeat:no-repeat;
	background-position:bottom center;	
}
.page_cyberDetectiveCti .cyberDetectiveCtiMat{position:relative;max-width:1320px;}
.page_cyberDetectiveCti .cyberDetectiveCtiMatSep{position:absolute;top:50%;left:0;display:flex;justify-content:flex-start;width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_cyberDetectiveCti .cyberDetectiveCtiMatSep>dt{width:100%;max-width:387px;}
.page_cyberDetectiveCti .cyberDetectiveCtiMatVer{position:relative;z-index:15;display:flex;justify-content:space-between;align-items:center;}
.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dt{font-size:40px;}
.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd{font-size:18px;}
.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd>ol>li:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_cyberDetectiveCti{padding:130px 30px 260px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatSep{justify-content:center;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatSep>dt{max-width:334px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer{justify-content:center;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dt{font-size:36px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd{padding-left:30px;font-size:16px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd>ol>li:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_cyberDetectiveCti{padding:100px 20px 200px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatSep>dt{max-width:278px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dt{font-size:32px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd{padding-left:20px;font-size:14px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd>ol>li:not(:first-child){margin-top:5px;}
}
@media (max-width:920px){
	.page_cyberDetectiveCti{padding:70px 20px 140px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer{display:block;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dt{text-align:center;font-size:28px;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd{margin-top:20px;padding-left:0;}
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dd>ol>li{padding-left:20px;text-indent:-20px;}
}
@media (max-width:720px){
	.page_cyberDetectiveCti .cyberDetectiveCtiMatVer>dt{font-size:24px;}
}

.page_cyberDetectiveOsi{margin-top:-185px;padding:280px 40px;
	background-image:url(img/cyber-detective/cyber-detectiveBg4.png);
	background-repeat:no-repeat;
	background-position:center center;	
}
.page_cyberDetectiveOsi .cyberDetectiveOsiMat{position:relative;max-width:1320px;}
.page_cyberDetectiveOsi .cyberDetectiveOsiMatSep{position:absolute;top:50%;left:0;display:flex;justify-content:flex-end;width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_cyberDetectiveOsi .cyberDetectiveOsiMatSep>dt{width:100%;max-width:880px;}
.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer{position:relative;z-index:15;display:flex;justify-content:space-between;align-items:center;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dt{text-align:right;font-size:40px;}
.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd{font-size:18px;}
.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd>ol>li:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_cyberDetectiveOsi{margin-top:-159px;padding:220px 30px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatSep{justify-content:center;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatSep>dt{max-width:755px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer{justify-content:center;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dt{font-size:36px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd{padding-right:30px;font-size:16px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd>ol>li:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_cyberDetectiveOsi{margin-top:-150px;padding:160px 20px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatSep>dt{max-width:629px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dt{font-size:32px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd{padding-right:20px;font-size:14px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd>ol>li:not(:first-child){margin-top:5px;}
}
@media (max-width:920px){
	.page_cyberDetectiveOsi{margin-top:-136px;padding:100px 20px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer{display:block;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dt{text-align:center;font-size:28px;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd{margin-top:20px;padding-right:0;}
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dd>ol>li{padding-left:20px;text-indent:-20px;}
}
@media (max-width:720px){
	.page_cyberDetectiveOsi .cyberDetectiveOsiMatVer>dt{font-size:24px;}
}

.page_cyberDetectiveAsm{position:relative;z-index:10;margin-top:-185px;padding:320px 40px 160px;
	background-image:url(img/cyber-detective/cyber-detectiveBg5.png);
	background-repeat:no-repeat;
	background-position:top center;	
}
.page_cyberDetectiveAsm .cyberDetectiveAsmMat{position:relative;max-width:1320px;}
.page_cyberDetectiveAsm .cyberDetectiveAsmMatSep{position:absolute;top:50%;left:0;display:flex;justify-content:flex-start;width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_cyberDetectiveAsm .cyberDetectiveAsmMatSep>dt{width:100%;max-width:638px;}
.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer{position:relative;z-index:15;display:flex;justify-content:space-between;align-items:center;}
.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dt{font-size:40px;}
.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd{font-size:18px;}
.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd>ol>li:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_cyberDetectiveAsm{margin-top:-159px;padding:260px 30px 130px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatSep{justify-content:center;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatSep>dt{max-width:547px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer{justify-content:center;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dt{font-size:36px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd{padding-left:30px;font-size:16px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd>ol>li:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_cyberDetectiveAsm{margin-top:-150px;padding:200px 20px 100px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatSep>dt{max-width:456px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dt{font-size:32px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd{padding-left:20px;font-size:14px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd>ol>li:not(:first-child){margin-top:5px;}
}
@media (max-width:920px){
	.page_cyberDetectiveAsm{margin-top:-136px;padding:140px 20px 70px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer{display:block;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dt{text-align:center;font-size:28px;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd{margin-top:20px;padding-left:0;}
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dd>ol>li{padding-left:20px;text-indent:-20px;}
}
@media (max-width:720px){
	.page_cyberDetectiveAsm .cyberDetectiveAsmMatVer>dt{font-size:24px;}
}

.page_cyberDetectiveEch{padding:80px 40px;}
.page_cyberDetectiveEch .cyberDetectiveEchMat{max-width:1320px;}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl{display:flex;justify-content:space-between;align-items:center;}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl:not(:first-child){margin-top:40px;}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dt{width:calc(50% - 20px);}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dt>img{width:100%;}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd{width:calc(50% - 20px);}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>.common_tit{align-items:flex-start;}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>.common_tit>h3{padding:0 0 20px;width:100%;
	background:linear-gradient(to right,#c1b6d2,#c0eff0);
	-webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
    border-image:linear-gradient(to right,#c1b6d2,#c0eff0);
    border-image-slice:1;
}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>figcaption{margin-top:40px;font-size:20px;color:#b0afaf;font-weight:bold;}
.page_cyberDetectiveEch .cyberDetectiveEchMat>dl:nth-child(2n){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
@media (max-width:1380px){
	.page_cyberDetectiveEch{padding:60px 30px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl:not(:first-child){margin-top:35px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dt{width:calc(50% - 15px);}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd{width:calc(50% - 15px);}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>.common_tit>h3{padding:0 0 17px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>figcaption{margin-top:30px;font-size:18px;}
}
@media (max-width:1180px){
	.page_cyberDetectiveEch{padding:40px 20px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl:not(:first-child){margin-top:30px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dt{width:calc(50% - 10px);}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd{width:calc(50% - 10px);}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>.common_tit>h3{padding:0 0 14px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd>figcaption{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl{display:block;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dt{margin:0 auto;width:100%;max-width:354px;}
	.page_cyberDetectiveEch .cyberDetectiveEchMat>dl>dd{margin-top:30px;width:100%;}
}

.page_cyberDetectiveOsint{padding:80px 40px;background:#111;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat{margin-top:60px;max-width:1320px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl{position:relative;margin:0 auto;width:100%;max-width:420px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>h3{text-align:center;line-height:1;font-size:26px;
	background:linear-gradient(to right,#2680b3,#cabacc);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>figcaption{margin-top:30px;text-align:center;font-size:18px;font-weight:bold;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dd{position:absolute;bottom:-140px;left:50%;width:2px;height:120px;
	background:linear-gradient(to bottom,#2680b3,#cabacc);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div{margin-top:80px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol{display:flex;justify-content:space-between;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl{position:relative;width:100%;max-width:420px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>h3{line-height:1;font-size:26px;
	background:linear-gradient(to right,#2680b3,#cabacc);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>figcaption{margin-top:30px;font-size:18px;font-weight:bold;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>figure{margin:-80px auto 0;width:100%;max-width:300px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li>dl>dd{position:absolute;top:60px;width:120px;height:2px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(1)>dl>dd{right:-140px;
	background:linear-gradient(to right,#2680b3,#cabacc);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(2)>dl>dt>h3{text-align:right;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(2)>dl>dd{left:-140px;
	background:linear-gradient(to right,#cabacc,#2680b3);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2){margin-top:-120px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li>dl>dd{position:absolute;top:13px;width:120px;height:2px;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(1)>dl>dd{right:-40px;
	background:linear-gradient(to right,#2680b3,#cabacc);
}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(2)>dl>dt>h3{text-align:right;}
.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(2)>dl>dd{left:-40px;
	background:linear-gradient(to right,#cabacc,#2680b3);
}
@media (max-width:1380px){
	.page_cyberDetectiveOsint{padding:60px 30px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat{margin-top:55px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl{max-width:380px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>h3{font-size:23px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>figcaption{margin-top:25px;font-size:16px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dd{bottom:-115px;height:100px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div{margin-top:60px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl{max-width:380px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>h3{font-size:23px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>figcaption{margin-top:25px;font-size:16px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>figure{margin:-70px auto 0;max-width:260px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li>dl>dd{top:50px;width:100px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(1)>dl>dd{right:-120px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(2)>dl>dd{left:-120px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2){margin-top:-110px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li>dl>dd{top:11px;width:100px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(1)>dl>dd{right:-30px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(2)>dl>dd{left:-30px;}
}
@media (max-width:1180px){
	.page_cyberDetectiveOsint{padding:40px 20px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat{margin-top:50px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl{max-width:340px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>h3{font-size:20px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>figcaption{margin-top:20px;font-size:14px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dd{bottom:-90px;height:80px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div{margin-top:40px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl{max-width:340px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>h3{font-size:20px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>figcaption{margin-top:20px;font-size:14px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>figure{margin:-60px auto 0;max-width:220px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li>dl>dd{top:40px;width:80px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(1)>dl>dd{right:-100px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(1)>li:nth-of-type(2)>dl>dd{left:-100px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2){margin-top:-100px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li>dl>dd{top:9px;width:80px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(1)>dl>dd{right:-20px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2)>li:nth-of-type(2)>dl>dd{left:-20px;}
}
@media (max-width:1000px){
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat{margin-top:45px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl{max-width:100%;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>h3{text-align:left;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dt>figcaption{text-align:left;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>dl>dd{display:none;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div{margin-top:30px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol{display:block;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl{max-width:100%;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dt>h3{text-align:left !important;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li>dl>dd{display:none;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>figure{display:none;}	
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol>li:not(:first-child){margin-top:30px;}
	.page_cyberDetectiveOsint .cyberDetectiveOsintMat>div>ol:nth-of-type(2){margin-top:30px;}
}

/*page_company*/
.page_companyVer{padding:80px 40px;background:#1a1a1a;}
.page_companyVer .companyVerMat{display:flex;align-items:center;max-width:1320px;}
.page_companyVer .companyVerMat>h3{padding-right:40px;width:268px;line-height:1;font-family:"Oswald",sans-serif;
	font-size:36px;font-weight:400;text-transform:uppercase;
}
.page_companyVer .companyVerMat>dl{display:flex;width:calc(100% - 268px);}
.page_companyVer .companyVerMat>dl>dt{width:2px;background:url(img/line_gray.jpg);}
.page_companyVer .companyVerMat>dl>dd{padding:40px 0 40px 40px;width:calc(100% - 2px);}
.page_companyVer .companyVerMat>dl>dd>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_companyVer{padding:60px 30px;}
	.page_companyVer .companyVerMat>h3{padding-right:30px;width:234px;font-size:32px;}
	.page_companyVer .companyVerMat>dl{width:calc(100% - 234px);}
	.page_companyVer .companyVerMat>dl>dd{padding:30px 0 30px 30px;}
	.page_companyVer .companyVerMat>dl>dd>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_companyVer{padding:40px 20px;}
	.page_companyVer .companyVerMat>h3{padding-right:20px;width:201px;font-size:28px;}
	.page_companyVer .companyVerMat>dl{width:calc(100% - 201px);}
	.page_companyVer .companyVerMat>dl>dd{padding:20px 0 20px 20px;}
	.page_companyVer .companyVerMat>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:780px){
	.page_companyVer .companyVerMat{display:block;}
	.page_companyVer .companyVerMat>h3{padding-bottom:20px;padding-right:0;width:100%;text-align:center;}
	.page_companyVer .companyVerMat>dl{display:block;width:100%;}
	.page_companyVer .companyVerMat>dl>dt{width:100%;height:2px;}
	.page_companyVer .companyVerMat>dl>dd{padding:20px 0 0 0;}
}

.page_companyList{position:relative;padding:80px 40px 240px;}
.page_companyList .companyListBg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:bottom center;}
.page_companyList .companyListBg:after{padding-top:0;width:100%;height:100%;}
.page_companyList .companyListMat{position:relative;z-index:5;display:flex;justify-content:flex-end;max-width:1320px;}
.page_companyList .companyListMat>figcaption>dl{display:flex;font-weight:bold;}
.page_companyList .companyListMat>figcaption>dl:not(:first-child){margin-top:40px;}
.page_companyList .companyListMat>figcaption>dl>dt{width:140px;}
.page_companyList .companyListMat>figcaption>dl>dd{width:calc(100% - 140px);}
.page_companyList .companyListMat>figcaption>dl>dd>a{color:#fff;text-decoration:underline;}
.page_companyList .companyListMat>figcaption>dl>dd>a:hover{opacity:0.6;}
@media (max-width:1380px){
	.page_companyList{padding:60px 30px 180px;}
	.page_companyList .companyListMat>figcaption>dl:not(:first-child){margin-top:30px;}
	.page_companyList .companyListMat>figcaption>dl>dt{width:120px;}
	.page_companyList .companyListMat>figcaption>dl>dd{width:calc(100% - 120px);}
}
@media (max-width:1180px){
	.page_companyList{padding:40px 20px 120px;}
	.page_companyList .companyListMat>figcaption>dl:not(:first-child){margin-top:20px;}
	.page_companyList .companyListMat>figcaption>dl>dt{width:100px;}
	.page_companyList .companyListMat>figcaption>dl>dd{width:calc(100% - 100px);}	
}
@media (max-width:600px){
	.page_companyList .companyListMat{display:block;}
	.page_companyList .companyListMat>figcaption>dl{display:block;
		text-shadow:0 0 1px #090909,0 0 1px #090909,0 0 1px #090909,0 0 1px #090909;
	}
	.page_companyList .companyListMat>figcaption>dl>dt{width:100%;}
	.page_companyList .companyListMat>figcaption>dl>dd{margin-top:10px;width:100%;}
}






















