

/* font setting */

@font-face {
font-family: 'Product Sans Regular';
font-style: normal;
font-weight: normal;
src: url('https://storage.aiasahi.jp/zdnet/2020/googlecloud/fonts/ProductSans-Regular.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Italic';
font-style: normal;
font-weight: normal;
src: local('Product Sans Italic'), url('ProductSans-Italic.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Thin Regular';
font-style: normal;
font-weight: normal;
src: local('Product Sans Thin Regular'), url('ProductSans-Thin.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Light Regular';
font-style: normal;
font-weight: normal;
src: local('Product Sans Light Regular'), url('ProductSans-Light.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Medium Regular';
font-style: normal;
font-weight: normal;
src: local('Product Sans Medium Regular'), url('ProductSans-Medium.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Black Regular';
font-style: normal;
font-weight: normal;
src: local('Product Sans Black Regular'), url('ProductSans-Black.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Product Sans Thin Italic'), url('ProductSans-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Light Italic';
font-style: normal;
font-weight: normal;
src: local('Product Sans Light Italic'), url('ProductSans-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Product Sans Medium Italic'), url('ProductSans-MediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Product Sans Bold'), url('ProductSans-Bold.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Product Sans Bold Italic'), url('ProductSans-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Product Sans Black Italic';
font-style: normal;
font-weight: normal;
src: local('Product Sans Black Italic'), url('ProductSans-BlackItalic.woff') format('woff');
}









/*body*/



body{
font-family: 'Product Sans Regular', 'Noto Sans JP', sans-serif !important;
font-feature-settings: "palt";
}

footer{margin-top:0;}




/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_googlecloud_202010{
padding: 0;
font-feature-settings: "palt";
}



#adspecial_googlecloud_202010.adspecial_type1{
width:100% !important;
max-width:100% !important;
font-feature-settings: "palt";
}

#adspecial_googlecloud_202010.adspecial_type1 .frame_col_left{
margin:0;
}


.block_sponsored{
padding:3%;
text-align:center;
background-color:#424242;
color:#fff;
}

.block_sponsored a{
/*color:#4285f4;*/
color:#fff;
}

.block_sponsored a:hover{
color:#4285F4 !important;
}


/* headline-------------------------------------------------------------------------------- */

@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes fade-left{
  0% {
    opacity: 0;
transform:translateX(-30px);
}

  100% {
    opacity: 1;
transform:translateX(0);
}
}





@keyframes line{
0%{
opacity:0;
transform:scaleX(0);
}
100%{
opacity:1;
transform:scaleX(1);
}
}




#adspecial_googlecloud_202010.adspecial_type1 .header-area{
background:url(/extra/googlecloud_202010/media/animation_main_2021.gif) 90% center no-repeat;
background-size:27%;
/*background:url(/extra/googlecloud_202010/media/title_main_202109.jpg) 90% center no-repeat;*/
padding:0 0 3%;
width:100%;
position:relative;
}




#adspecial_googlecloud_202010.adspecial_type1 .header-area span.presented{
position:absolute;
bottom:25px;
right:30px;
color:#424242;
font-size:20px;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .logo{
position:absolute;
top:30px;
left:9%;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area h1{
/*padding:8% 10% 10px;*/
padding:0 10% 25px;
font-size:330%;
font-weight:400;
line-height:1.4;
color:#4285F4;
animation: fade-left 0.3s linear 0.5s forwards;
opacity:0;
display:block;
position:relative;
}



#adspecial_googlecloud_202010.adspecial_type1 .header-area h2,
#adspecial_googlecloud_202010.adspecial_type1 .header-area .subtitle{
padding:0 10% 10px;
font-size:160%;
font-weight:400;
color:#424242;
animation: fade 0.3s linear 0.8s forwards;
opacity:0;
display:block;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .subtitle{
opacity:0;
animation: fade-left 0.3s linear 0.3s forwards;
padding:7% 10% 0;
}



#adspecial_googlecloud_202010.adspecial_type1 .header-area .lead-block{
padding:0 8% 0 10%;
color:#424242;
font-size:100%;
width:70%;
animation: fade 0.5s linear 1.0s forwards;
opacity:0;
}






#adspecial_googlecloud_202010.adspecial_type1 .slide-contents{
text-align:center;
padding:2% 10%;
/*background-color:#eee;*/
background-color:#f8f9fa;
}


.slide-contents .slide-area{
width:90%;
margin:0 auto 25px;
}

.slide-contents .slide-area li a{
text-align:left;
margin:10px;
padding:25px 15px;
background-color:#fff;
overflow:hidden;
display:block;
height:250px;
}




.slide-contents .slide-area li a img{
width:120px;
margin:0 15px;
float:left;
border:1px solid #eee;
}


.slide-contents .slide-area li a span{
font-size:130% !important;
line-height:1.4;
color:#424242;
}

.slide-contents .slide-area li a:hover span{
color:#757575;
transition:0.5s;
}




/* contents-------------------------------------------------------------------------------- */

.main-contents{
padding:0;
background-color:#fff;
color:#424242 !important;
}


.main-contents a{
color:#424242 !important;
}


.main-contents a:hover{
color:#757575 !important;
transition:0.5s;
}




.main-contents .nav-category,
.main-contents .tag-category,
.main-contents .document-tile,
.main-contents .webinar-tile{
display:flex;
flex-wrap:wrap;
justify-content:center;
}


/*navigation tag*/





@keyframes line{
  0% {
    width: 0;}

  100% {
    width: 100%;}
}


.main-contents .nav-area{
margin:0 0 25px 0;
padding:0;
}

.main-contents .nav-category{
margin:0 0 20px 0;
/*background-color:#424242;*/
}


.main-contents .nav-category li a{
padding:10px 0;
line-height:1.4;
font-size:150%;
font-weight:500;
text-align:center;
background-color:#5f6368;
color:#fff !important;
display:block;
position:relative;
}

.main-contents .nav-category li a:hover{
background-color:#eee !important;
color:#424242 !important;
}

.main-contents .nav-category li.optimization{
/*border-top:4px solid #FBBC05;*/
border-top:4px solid #757575;
width:50%;
}

.main-contents .nav-category li.innovation{
/*border-top:4px solid #34A853;*/
border-top:4px solid #757575;
width:50%;
}


.main-contents .nav-category li a:before{
content:"";
position:absolute;
top:-4px;
left:0;
width:100%;
height:4px;
background-color:#4285f4;
/*transform-origin: left;*/
transform: scale(0, 1);
transition:0.5s;
}

.main-contents .nav-category li a:hover:before{
transform: scale(1, 1);
}


.main-contents .nav-category li a.selected{/*選択中の色*/
background-color:#eee;
color:#424242 !important;
}



.main-contents .tag-category {
padding:0 10%;
justify-content:center;
}

.main-contents .tag-category li a{
margin:15px;
border-radius:50px;
background-color:#4285F4;
color:#fff !important;
display:block;
}

.main-contents .tag-category li a:hover{
background-color:#5f6368;
color:#fff !important;
transition:0.5s;
}


.main-contents .tag-category li.sub-b a{
padding:8px 20px;
font-size:100%;
}

.main-contents .tag-category li.sub-s a{
font-size:85%;
padding:5px 10px;
}



.main-contents .tag-category li a.selected{/*選択中の色*/
background-color:#5f6368;
}




.main-contents h2{
font-size:260%;
font-weight:400;
text-align:center;
}

.main-contents .summary{
font-size:16px;
line-height:1.4;
text-align:center;
}



/*document area*/


@keyframes zoom-in {/*フィルタリング用アニメーション*/
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.main-contents .document-tile .animate {/*フィルタリング用アニメーション*/
  animation: 0.5s zoom-in;
}


.main-contents .document-area{
padding:0 10%;
}

.main-contents .document-tile{
margin:25px 0 45px;
}

.main-contents .document-tile li{
width:25%;
}

.main-contents .document-tile li a{
background-color:#fff;
margin:20px;
padding:15px;
font-size:100%;
line-height:1.3;
border-radius:5px;
/*box-shadow:0 0 10px #b0b0b0;*/
min-height:280px;
position:relative;
display:block;
overflow:hidden;
}

.main-contents .document-tile li a img{
/*width:100px;
float:left;*/
width:100px;
text-align:center;
margin:0 auto 10px;
display:block;
border:1px solid #d5d5d5;
}

.main-contents .document-tile li a div{
/*margin-left:110px;*/
}


.main-contents .document-tile li a span.caption{
display:block;
margin-bottom:20px;
font-weight:500;
}

.main-contents .document-tile li a span.tag{
font-size:80%;
display:block;
margin:0 10px 3px 0;
color:#8F9195;
line-height:1.4;
}


.main-contents .document-tile li a:hover{
/*background-color:#424242;*/
box-shadow:0 0 10px #b0b0b0;
}

.main-contents .document-tile li a:hover span{
color:#8F9195;
}






/*webinar area*/



.main-contents .webinar-area{
padding:2% 10% 5%;
/*background-color:#4285F4;*/
background-color:#f5f5f5;
}

.main-contents .webinar-area h2,
.main-contents .webinar-area .summary{
color:#424242;
}

.main-contents .webinar-tile{
margin:45px 0 0 0;
}


.main-contents .webinar-tile li{
width:22%;
margin:15px;
}
 
.main-contents .webinar-tile li a{
/*height:480px;*/
height:450px;
background-color:#fff;
border-radius:5px;
display:block;
}

.main-contents .webinar-tile li a span{
display:block;
overflow:hidden;
border-top-left-radius:5px;
border-top-right-radius:5px;
}

.main-contents .webinar-tile li a span.title{
font-size:120%;
line-height:1.4;
padding:15px 20px;
font-weight:500;
}

.main-contents .webinar-tile li a span.caption{
font-size:90%;
line-height:1.4;
padding:0 20px 20px;
}

.main-contents .webinar-tile li a span img{
width:100%;
text-align:center;
}




.main-contents .webinar-tile li a:hover span img{
transform:scale(1.1,1.1);
transition:0.5s;
}

.main-contents .webinar-tile li a:hover span{
transition:0.5s;
color:#8F9195;
}




/*トップへ戻る*/


.main-contents .btn-top a{
background-color:#f29417;
width:25%;
margin:25px auto;
padding:1.5%;
text-align:center;
color:#fff;
font-size:100%;
display:block;
}

.main-contents .btn-top a:hover{
background-color:#232f3e;
color:#f29417 !important;
}




/*event 202105*/

#adspecial_googlecloud_202010.adspecial_type1 .event-link{
background-color:#4285F4;
padding:10px 0;
color:#fff;
text-align:center;
font-size:120%;
}

#adspecial_googlecloud_202010.adspecial_type1 .event-link span{
display:block;
position:relative;
}
#adspecial_googlecloud_202010.adspecial_type1 .event-link span img{
vertical-align:middle !important;
margin-right:10px;
}


#adspecial_googlecloud_202010.adspecial_type1 .event-link a{
color:#fff;
text-decoration:underline;
}
#adspecial_googlecloud_202010.adspecial_type1 .event-link a:hover{
color:#424242 !important;
}




/* responsive -------------------------------------------------------------------------------- */



@media screen and (max-width:1500px){

#adspecial_googlecloud_202010.adspecial_type1 .header-area{
background-size:35%;
}



#adspecial_googlecloud_202010.adspecial_type1 .slide-contents{
padding:2% 10%;
}

.main-contents .document-tile li{
width:30%;
}


}



@media screen and (max-width:1300px){


#adspecial_googlecloud_202010.adspecial_type1 .header-area{
background:url(/extra/googlecloud_202010/media/animation_main_2021.gif) right 50px no-repeat;
/*background:url(/extra/googlecloud_202010/media/title_main_202109.jpg) right 100px no-repeat;*/
background-size:33%;
padding:0 0 8%;
width:100%;
position:relative;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area h1{
padding:0 8% 0;
font-size:280%;
font-weight:400;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .subtitle{
padding:10% 8% 0;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area h2{
padding:0 8% 10px;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area .lead-block{
padding:0 8%;
width:70%;
}




#adspecial_googlecloud_202010.adspecial_type1 .slide-contents{
padding:2% 8%;
}

.slide-contents .slide-area li span{
font-size:140% !important;
}



.main-contents .tag-category{
padding:0 5%;
}


.main-contents .document-area{
padding:0 5%;
}

.main-contents .document-tile li{
width:40%;
}


.main-contents .webinar-area{
padding:3% 5% 5%;
}

.main-contents .webinar-tile li{
width:35%;
}



}








@media screen and (max-width:960px){


#adspecial_googlecloud_202010.adspecial_type1 .header-area{
background:url(/extra/googlecloud_202010/media/animation_main_2021.gif) center 0 no-repeat;
background-size:50%;
/*background:url(/extra/googlecloud_202010/media/title_main_202109.jpg) center 0 no-repeat;
background-size:70%;*/
padding:0 0 7%;
width:100%;
position:relative;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area .logo{
top:20px;
left:4%;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area span.presented{
position:absolute;
top:15px;
left:15px;
font-size:16px;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area .lead-block{
padding:0 5%;
color:#424242;
font-size:110%;
width:100%;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area h1{
padding:0 5% 25px;
font-size:260%;
font-weight:400;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .subtitle{
padding:50% 5% 0;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area h2{
padding:0 5% 10px;
}





#adspecial_googlecloud_202010.adspecial_type1 .slide-contents{
padding:2% 5%;
}

.slide-contents .slide-area{
width:90%;
}

.slick-slide{
height:400px;
}


.slide-contents .slide-area li img{
float:none;
display:block;
margin:0 auto;
}

.slide-contents .slide-area li span{
font-size:120% !important;
}


.main-contents .nav-category li a{
font-size:130%;
}

.main-contents h2{
font-size:200%;
font-weight:400;
line-height:1.3;
}





.main-contents .tag-category{
padding:0 5%;
}



.main-contents .document-area{
padding:0 5%;
}



.main-contents .document-tile li{
width:45%;
}

.main-contents .webinar-tile li{
width:45%;
}


}






@media screen and (max-width:640px){


#adspecial_googlecloud_202010.adspecial_type1 .header-area{
background:url(/extra/googlecloud_202010/media/animation_main_2021.gif) center 10% no-repeat;
background-size:50%;
/*background:url(/extra/googlecloud_202010/media/title_main_202109.jpg) center 10% no-repeat;*/
/*background-size:70%;*/
padding:0 3% 5%;
width:100%;
position:relative;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .logo{
top:15px;
left:3%;
}




#adspecial_googlecloud_202010.adspecial_type1 .header-area h1{
/*padding:60% 4% 10px;*/
padding:0 2% 25px;
font-size:180%;
font-weight:400;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .subtitle{
padding:75% 4% 0;
font-size:100%;
}


#adspecial_googlecloud_202010.adspecial_type1 .header-area h2{
padding:0 4% 25px;
font-size:120%;
font-weight:400;
}

#adspecial_googlecloud_202010.adspecial_type1 .header-area .lead-block{
padding:0 4%;
font-size:100%;
}


#adspecial_googlecloud_202010.adspecial_type1 .slide-contents{
padding:5%;
}

.slide-contents .slide-area{
margin:0 auto;
}

.slide-contents .slide-area li a{
height:300px;
}

.slide-contents .slide-area li a img{
float:none !important;
display:block;
margin:0 auto 10px;
}

.slide-contents .slide-area li a span{
font-size:110% !important;
}


.slick-slide{
height:350px;
}




.main-contents .nav-category{
display:block;
}

.main-contents .nav-category li{
width:100% !important;
}

.main-contents .nav-category li a{
font-size:130%;
}


.main-contents .tag-category{
padding:0 2%;
}


.main-contents h2{
font-size:160%;
text-align:center;
}
.main-contents .summary{
margin:15px 0;
text-align:center;
}


.main-contents .document-area{
padding:0 4%;
}

.main-contents .document-tile li{
width:100%;
}

.main-contents .webinar-tile li{
width:100%;
}



}


@media screen and (max-width:480px){

.main-contents .document-tile{
display:block;
}



.main-contents .document-tile li{
width:100%;
}


.main-contents .webinar-tile li a{
height:520px;
}


}







/* slider -------------------------------------------------------------------------------- */


/* 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;


    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;
}



/* Slider */

/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* 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;
z-index:1000;
}
.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: #757575;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.slick-prev
{
    /*left: -25px;*/
left:-60px;
}
[dir='rtl'] .slick-prev
{
    /*right: -25px;*/
right:-50px;
    left: auto;
}


.slick-prev:before
{
    /*content: '←';*/
content:"";
position:absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 25px 20px 0;
border-color: transparent #757575 transparent transparent;
}

[dir='rtl'] .slick-prev:before
{
    content: '→';

}

.slick-next
{
    /*right: -25px;*/
right:-30px;
}


[dir='rtl'] .slick-next
{
    right: auto;
    /*left: -25px;*/
left:-50px;
}

.slick-next:before
{
    /*content: '→';*/
content:"";
position:absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 0 20px 25px;
border-color: transparent transparent transparent #757575;
}


[dir='rtl'] .slick-next:before
{
    content: '←';

}






/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    /*bottom: -25px;*/
bottom:-35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    /*width:30px;
    height:30px;*/
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}


.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    /*padding: 5px;*/

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #eee;

}


.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;

    content: '';

width:15px;
height:15px;
background-color:#757575;
border-radius:50%;

    text-align: center;

    /*opacity: .25;*/
    /*color: #fff;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    /*opacity: .75;*/
    color: black;
background-color:#4285f4;
}


@media screen and (max-width:960px){


.slick-dots{
bottom:0;
}

}



@media screen and (max-width:640px){

.slick-dotted.slick-slider{
margin-bottom:10px;
}



.slick-prev
{
left:-30px;
}

.slick-next
{
right:-15px;
}


}








