

body{
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', arial, sans-serif;
font-feature-settings: "palt";

}

footer{margin-top:0;}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}


/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_crowdstrike_202011{
padding: 0;
}

#content{
background:url(/extra/crowdstrike_202011/media/page-background.jpg) 0 bottom no-repeat;
/*background-size:cover;*/
position:relative;
background-attachment:fixed;
}




#adspecial_crowdstrike_202011.adspecial_type1{
width:100% !important;
max-width:100% !important;

}

#adspecial_crowdstrike_202011.adspecial_type1 .frame_col_left{
margin:0;
}


.block_sponsored{
position:relative;
margin:25px auto 0;
padding:2%;
text-align:center;
background-color:#292929;
color:#fff;
z-index:100;
}

.block_sponsored a{
color:#fff;
}


/* headline-------------------------------------------------------------------------------- */

@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes color{
  0% {
    color:#fff;}

  100% {
    color:#f29417;}
}


@keyframes line{
0%{
opacity:0;
transform:scaleX(0);
}
100%{
opacity:1;
transform:scaleX(1);
}
}


@keyframes bgslide{
   0% { opacity: 0; }
   10% { opacity: 1; }
  20% { opacity: 1; }
  30% { opacity: 1; }
  35% { opacity: 1; }
  40% { opacity: 1; }
  45% { opacity: 0; }
 100% { opacity: 0; }
}


#adspecial_crowdstrike_202011.adspecial_type1 .header-area{
position:relative;
width:100%;
}

#adspecial_crowdstrike_202011.adspecial_type1 .header-area .head-img{
position:absolute;
top:0;
right:0;
}


#adspecial_crowdstrike_202011.adspecial_type1 .header-area:before{
  content: "";
  display: block;
  position: absolute;
  top: -250px;
  width: 100%;
  height: 180%;
/*background-color:#cd0f0f;*/
background-color:#9f0000;
background:rgba(159,0,0,0.9);
  transform: skewY(-8deg);
}



#adspecial_crowdstrike_202011.adspecial_type1 h1{
padding:3% 8% 0;
font-size:260%;
line-height:1.5;
color:#fff;
letter-spacing:0.08em;
animation: fade 1.0s linear 0.5s forwards;
opacity:0;
display:block;
position:relative;
z-index:1;
}




#adspecial_crowdstrike_202011.adspecial_type1 .lead-area{
color:#fff;
padding:1% 8% 3%;
position:relative;
z-index:100;
opacity:0;
animation: fade 1.0s linear 0.8s forwards;
}



/* slide -----------------------------------------------------------------------------------*/


#adspecial_crowdstrike_202011.adspecial_type1 .slide-contents{
/*background:rgba(0,0,0,0.5);*/
width:60%;
margin:0 auto 50px;
padding:15px 5%;
}


#adspecial_crowdstrike_202011.adspecial_type1 .slide-area{

}

#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a{
margin:0 15px;
display:block;
}


#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a img{
max-width:40%;
}


#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a img,
#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a span{
text-align:center;
margin:0 auto 25px;
padding:0;
display:block;
color:#fff;
font-weight:bold;
transition:0.5s;
font-size:18px;
}

#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a:hover img{
box-shadow:0 0 25px #444;
}

#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a:hover span{
opacity:0.7;
}




/* contents-------------------------------------------------------------------------------- */




.explanation{
font-size:85%;
margin-top:30px;
color:#f29417;
}



.nav-category{
margin:0 0 20px;
padding:2% 8%;
position:relative;
}

.nav-category ul{
display:flex;
justify-content:space-between;
align-items:center;
margin:0 auto;
width:100%;
}

.nav-category li{
line-height:1.4;
font-size:120%;
font-weight:bold;
margin:0;
width:20%;
}

.nav-category li a{
position:relative;
text-align:center;
color:#fff;
display:block;
padding:10px 25px;
border:1px solid #fff;
width:100%;
border-radius:50px;
}

.nav-category li a:hover{
color:#fff !important;
background:rgba(255,255,255,0.3);
background-color:#fc0000;
border:1px solid #fc0000;
transition:0.5s;
}





#adspecial_crowdstrike_202011.adspecial_type1 .page-ttl{
font-family:'Century Gothic','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
margin:30px auto 50px;
padding:10px;
color:#fff;
font-size:130%;
font-weight:bold;
text-align:center;
border-bottom:1px dotted #fff;
position:relative;
width:20%;
animation: fade 0.5s linear 0.5s forwards;
opacity:0;
}


#adspecial_crowdstrike_202011.adspecial_type1 .page-ttl:after{
content:"";
position:absolute;
bottom:-3px;
left:40%;
width:20%;
height:5px;
background-color:#fff;
animation: line 0.5s linear 0.8s forwards;
opacity:0;
}



.crowdstrike-tile-contents{
position:relative;
padding:0 4%;
}

/*.crowdstrike-tile-contents:before{
content:"";
position:absolute;
top:120px;
left:5%;
width:90%;
height:80%;
background:rgba(0,0,0,0.3);
z-index:2;
}*/


.crowdstrike-tile-contents:after{
  content: "";
  display: block;
  position: absolute;
left:0;
  bottom: -300px;
  width: 100%;
  height: 30%;
/*background-color:#cd0f0f;*/
background:rgba(0,0,0,0.6);
  transform: skewY(-8deg);
z-index:1;
}


.edr:after{
  bottom: -300px;
  width: 100%;
  height: 30%;
}

.ransomware:after,
.targetedattack:after,
.telework:after{
  bottom: -200px;
  height:60%;
}



/*contents tile*/


.contents-tile{
width:100%;
margin:0 0 5% 0;
padding:30px 0;
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.contents-tile .tile-ttl{
margin:10px 0;
font-size:16px;
font-weight:bold;
line-height:1.4;
color:#333;
display:block;
}



.contents-tile div{
width:18%;
margin:0 30px 5%;
padding:1.5%;
background-color:#fff;
/*box-shadow:0 0 10px #a0a0a0;*/
position:relative;
z-index:2;
}



.contents-tile div span{
display:block;
}

.contents-tile div img{
display:block;
margin:20px auto 15px;
text-align:center;
width:50%;
}

.contents-tile div img.horizontal{
width:70%;
}






.contents-tile div a{
display:block;
}

.contents-tile div:hover{
background:rgba(255,255,255,0.6);
transform:translateY(-15px);
transition:0.5s;
cursor:pointer;
}

.contents-tile div:hover a span{
color:#d50000;
transition:0.5s;
}

.contents-tile div:hover a img{
box-shadow:0 0 10px #999;
transition:0.5s;
}



.contents-label {
margin:0 auto;
padding:0;
color: #ffffff;
font-size:12px;
text-align:center;
font-weight:bold;
}




.label-wp,
.label-special,
.label-video,
.label-article{
background-color:#050505;
color:#fff;
font-weight:bold;
width:50%;
position:absolute;
top:-14px;
left:25%;
padding:5px;
}


.label-tag{
background-color:#d50000;
/*border:1px solid #a50000;*/
/*color:#a50000;*/
/*color:#d50000;*/
color:#fff;
margin:0 10px 10px 0;
padding:2px 10px;
border-radius:30px;
text-align:left;
float:left;
}





.filter-label.active,
.filter-label:hover {opacity: 1.0;}

.free-wall {
	margin: auto;
}




.free-wall-logo {
	margin: auto;
	height: 420px;
}




/*トップへ戻る*/


.btn-top a{
background-color:#990101;
width:25%;
margin:0 auto 70px;
padding:1.5%;
text-align:center;
color:#fff;
font-size:120%;
display:block;
transition:0.5s;
position:relative;
z-index:1000;
}

.btn-top a:hover{
background-color:#fff;
color:#050505 !important;
}




/*sponsor*/

.sponsor-area{
background-color:#fff;
padding:2% 5%;
}

.sponsor-area ul{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.sponsor-area ul li{
width:150px;
margin:0 50px;
}




/* responsive -------------------------------------------------------------------------------- */

@media screen and (max-width:1300px){

.contents-tile div{
width:28%;
margin:0 25px 10%;
padding:4%;
}

}


@media screen and (max-width:800px){


#adspecial_crowdstrike_202011.adspecial_type1 .header-area .head-img{
right:200px;
}
#adspecial_crowdstrike_202011.adspecial_type1 .header-area .head-img img{
max-width:200%;
}

#adspecial_crowdstrike_202011.adspecial_type1 h1{
font-size:220%;
}


#adspecial_crowdstrike_202011.adspecial_type1 .nav-category ul{
flex-wrap: wrap;
justify-content:center;
margin:0 auto;
}

#adspecial_crowdstrike_202011.adspecial_type1 .nav-category li{
width:100%;
margin:10px auto;
line-height:1.5;
}

#adspecial_crowdstrike_202011.adspecial_type1 .nav-category li a{
padding:15px 0;
}







/*tile*/


.crowdstrike-tile-contents:after{
  content: "";
  display: block;
  position: absolute;
left:0;
  bottom: -100px;
  width: 100%;
  height: 20%;
background:rgba(0,0,0,0.6);
  transform: skewY(-8deg);
z-index:1;
}


.contents-tile div{
width:40%;
margin:0 25px 10%;
padding:4%;
}


/*slide*/

#adspecial_crowdstrike_202011.adspecial_type1 .slide-contents{
width:70%;
margin:0 auto 30px;
}



.edr:after{
  bottom: -300px;
  width: 100%;
  height: 40%;
}

.ransomware:after,
.targetedattack:after,
.telework:after{
  bottom: -200px;
  height:70%;
}




.btn-top a{
width:50%;
padding:3%;
}




}




@media screen and (max-width:640px){


#adspecial_crowdstrike_202011.adspecial_type1 .header-area{
background-size:cover;
}


#adspecial_crowdstrike_202011.adspecial_type1 .header-area .head-img{
right:150px;
}
#adspecial_crowdstrike_202011.adspecial_type1 .header-area .head-img img{
max-width:200%;
}




#adspecial_crowdstrike_202011.adspecial_type1 h1{
padding:4% 6% 2%;
font-size:180%;
line-height:1.3;
}



#adspecial_crowdstrike_202011.adspecial_type1 .lead-area{
padding:5%;
}

#adspecial_crowdstrike_202011.adspecial_type1 .nav-category{
flex-wrap: wrap;
}

#adspecial_crowdstrike_202011.adspecial_type1 .nav-category li{
width:100%;
margin:15px 0;
line-height:1.5;
}

#adspecial_crowdstrike_202011.adspecial_type1.nav-category li a{
padding:10px 0;
}



#adspecial_crowdstrike_202011.adspecial_type1 .page-ttl{
width:50%;
}

#adspecial_crowdstrike_202011.adspecial_type1 .page-ttl:after{
content:"";
position:absolute;
bottom:-3px;
left:30%;
width:40%;
height:5px;
}





/*tile*/

.crowdstrike-tile-contents:after{
display:none;
}


.contents-tile{
display:block;
}

.contents-tile div{
width:100%;
margin:0 auto 15%;
padding:15px;
}

.contents-tile div:after{
	content: "";
	display: block;
	clear: both;
}



/*slide*/


#adspecial_crowdstrike_202011.adspecial_type1 .slide-contents{
width:90%;
margin:0 auto 30px;
}


#adspecial_crowdstrike_202011.adspecial_type1 .slide-area li a img{
max-width:80%;
}




/*トップへ戻る*/


.btn-top a{
width:80%;
padding:5% 3%;
background-color:#050505;
}

.btn-top a:hover{
background-color:#fff;
color:#050505 !important;
}



.sponsor-area ul li{
width:100px;
margin:0 25px;
}



}







/* slick.css -------------------------------------------------------------------------------------------*/



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* slick-theme.css -------------------------------------------------------------------------------------------*/


/* Slider */
.slick-loading .slick-list
{
    //background: #fff url('./ajax-loader.gif') center center no-repeat;
    background: #fff center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 40%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-prev:before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 0;
  margin-top: -4px;
}

.slick-prev:hover:before{
  border-bottom: solid 3px #a0a0a0;
  border-left: solid 3px #a0a0a0;
transition:0.3s;
}


.slick-next:before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 0;
  margin-top: -4px;
}

.slick-next:hover:before{
  border-top: solid 3px #a0a0a0;
  border-right: solid 3px #a0a0a0;
transition:0.3s;

}





/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
















