





/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_rpa_202111{
padding: 0;
}


#adspecial_rpa_202111.adspecial_type1{
max-width:none !important;
width:100% !important;
position:relative;
font-family: 'Sunflower', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI",メイリオ, Meiryo, sans-serif;
}

footer{
margin-top:0;
}


.block_sponsored {
/*border-top:10px solid #d0d0d0;*/
background-color:#0f397a;
padding: 3% 0;
text-align: center;
color:#fff;
font-weight:bold;
}

.block_sponsored a{
color:#32d2f0;
}


#adspecial_rpa_202111.adspecial_type1 .frame_col_left{
position:relative;
background:url(/extra/operation_202106/media/page_background.jpg) center top no-repeat;
background-attachment:fixed;
}

/*#adspecial_rpa_202111.adspecial_type1 .frame_col_left:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}*/







/* headline-------------------------------------------------------------------------------- */


/*anime setting*/


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}

}



@keyframes transpalent{
  0% {
    opacity: 1;}

  50% {
    opacity: 0;}
}
  100% {
    opacity: 1;}

}



@keyframes line{
0%{
width:0;
}
100%{
width:100%;
}
}

@keyframes line-x{
0%{
opacity:0;
width:0;
}
100%{
opacity:1;
width:180px;
}

}


@keyframes color {
  0%{
color:#ca4623;
  }

  15%{
color:#fff;
  }

  30%{
color:#ca4623;
  }

  45% {
color:#fff;
  }

  60% {
color:#ca4623;
  }

  75% {
color:#fff;
  }

  90% {
color:#ca4623;
  }

}



.hero-area{
margin:0 auto;
padding:7% 15%;
position:relative;
z-index:100;
height:425px;
background-color:#cae2fe;
}

.hero-area:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/rpa_202111/media/mainvisual.jpg) right top no-repeat;
background-size:cover;
width:100%;
height:100%;
opacity:0;
animation: fade 0.8s linear 0s forwards;
}


.hero-area:after{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:8px;
background: rgb(159,231,251);
}



.hero-area .label{
color:#252525;
position:absolute;
top:35%;
left:0;
font-size:24px;
text-align:center;
font-weight:bold;
width:0;
height:60px;
line-height:60px;
background-color:#0f387a;
background-color:#fff;
opacity:0;
animation: line-x 0.3s linear 0.5s forwards;

}

.hero-area .label span{
opacity:0;
animation: fade 0.5s linear 0.8s forwards;
}

.hero-area .label:after{
content:"";
position:absolute;
top:0;
left:180px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 30px 20px;
border-color: transparent transparent transparent #0f387a;
border-color: transparent transparent transparent #fff;
opacity:0;
animation: fade 0.5s linear 0.8s forwards;
}


.hero-area h1{
padding:0;

/*color:#05232e;*/
text-align:left;
line-height:1.4;
animation: fade 0.5s linear 1.2s forwards;
opacity:0;
font-size:200%;
}

.hero-area h1 em{
color:#ca4623;
/*color:#b92700;*/
font-style:normal;
animation: color 0.8s linear 1.6s forwards;
}

.hero-area  span{
background:rgba(202,226,254,0.8);
display:inline;
}


.lead_block{
max-width:1050px;
margin:0 auto;
padding:45px 0;
/*background-color:#f0f0f0;*/
position:relative;
}


.lead_block p{
color:#252525;
font-size:100%;
font-weight:bold;
line-height:1.5;
/*text-shadow:0 0 5px #fff;*/
animation: fade 0.5s linear 1.2s forwards;
opacity:0;
margin-bottom:20px;
}

.lead_block .frame{
background:rgba(255,255,255,.5);
margin:15px 35px;
padding:35px;
position:relative;
}

.lead_block .frame:after{
content:"";
position:absolute;
top:15px;
left:-35px;
width:15%;
height:5px;
background-color:#0b6bc4;
}

.lead_block .frame span{
color:#666;
}





/* contents-------------------------------------------------------------------------------- */



.category-area{
margin:0 auto;
padding:40px 0;
/*background-color:#252525;*/
}

.category-area h2,
.sponsor-area h2{
margin:0 auto 10px;
padding:15px 0;
max-width:1050px;
font-size:200%;
color:#151515;
line-height:1.3;
text-align:left;
position:relative;
}


h2:before{
content:"";
position:absolute;
bottom:0;
left:0;
width:0;
height:1px;
background-color:#333333;
transition: 0.5s ease;
}


h2:after{
content:"";
position:absolute;
bottom:-5px;
left:0;
width:0;
height:5px;
background-color:#d5d5d5;
transition: 0.5s ease;
}


h2.slide:before{
width:100%;
}

h2.slide:after{
width:100%;
}




.category-area h2 span,
.sponsor-area h2 span{
font-size:70%;
color:#a5a5a5;
display:block;
float:right;
padding-top:15px;
}







.item_block{
margin:70px auto 50px;
padding:40px;
max-width:1050px;
background-color:rgba(255,255,255,0.3);
}

.item_block ul{
dispaly:flex;
}

.item_block ul li{
margin-bottom:40px;
position:relative;
overflow:hidden;
}


.item_block ul li a{
display:block;
}

.item_block ul li span.label{
display:block;
width:150px;
margin:0 0 10px 0;
padding:3px 0 2px;
border-radius:50px;
text-align:center;
background-color:#10aeac;
color:#fff;
font-size:14px;
}

.item_block ul li span.special{
background-color:#ca4623;
}

.item_block ul li span.wp{
background-color:#10aeac;
}

.item_block ul li span.article{
background-color:#1059af;
}


.item_block ul li{
width:100%;
overflow:hidden;
line-height:1.5;
}

.item_block ul li img{
width:200px;
margin-right:25px;
display:block;
float:left;
}


.item_block ul li img:hover{
opacity:0.7;
transition:0.3s;
}


.item_block ul li .item_box{
margin-left:220px;
}




.item_block ul li span{
display:block;
}

.item_block ul li span.title{
font-size:130%;
font-weight:bold;
color:#151515;
margin:0;
}

.item_block ul li span.caption{
font-size:100%;
font-weight:bold;
color:#666666;
margin:5px 0 0 0;
}

.item_block ul li span.date{
font-size:100%;
font-weight:bold;
color:#a0a0a0;
}


.item_block ul li a:hover span{
transition:0.3s;
color:#2589f0;
}






/* sponsor **************************************/


.sponsor-area{
margin:0;
padding:60px 0 40px;
background:#fff;
}


.item_sponsor ul{
padding:0 10%;
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.item_sponsor ul li{
width:250px;
margin:0 50px;
}











/* responsive -------------------------------------------------------------------------------- */



@media screen and (max-width:960px){



.lead_block{
padding:15px;
}

.lead_block p{
font-size:100%;
}



.category-area h2,
.sponsor-area h2{
font-size:200%;
padding:15px;
}


.category-area h2 span,
.sponsor-area h2 span{
font-size:60%;
padding-top:10px;
}



.item_block{
padding:4%;
}




.item_block ul li img{
width:150px;
}

.item_block ul li .item_box{
margin-left:170px;
}



.item_sponsor ul{
padding:0 20px;
}




}


@media screen and (max-width:768px){
.hero-area{
height:400px;
}
.item_block ul li img{
margin-top:0!important;
}
.hero-area:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/rpa_202111/media/mainvisual_sp.jpg) left top no-repeat;
}

.category-area{
padding:10px 0;
}

.item_block {
margin:20px auto;
}

.item_block ul{
flex-direction: column;
}
.item_block ul li{
width:100%!important;
}

.category-area h2{
font-size:120%!important;
margin:20px auto;
width:94%;
padding:5px auto;
}


}

@media screen and (max-width:640px){





.category-area{
margin:3% auto;
}


.category-area h2,
.category-area h3{
font-size:160%;
}


.item_block{
padding:4%;
}


.item_block ul li .item_box{
margin:20px 0 0 0;
}

.item_block ul li a span{
font-size:90%;
}


.item_block ul li img{
width:100% !important;
float:none;
margin:40px auto 0;
text-align:center;
}


.item_block ul li span.label{
margin:0 auto;
}

.item_block ul li span.title{
margin:10px 0 0 0;
font-size:120%;
}

.item_block ul li span.caption,
.item_block ul li span.date{
font-size:90%;
padding:0;
}



}



@media screen and (max-width:480px){

.hero-area h1{
font-size:120%;
padding: 0;
}

.hero-area:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/rpa_202111/media/mainvisual_sp.jpg) left top no-repeat;
background-size:contain;
}

.hero-area{
height:auto;
padding:48% 2% 5%!important;
}

.hero-area .label{
font-size:16px!important;
height:25px!important;
line-height:25px!important;
width:75px!important;

}

.hero-area h1 .small br{
display:block!important;
}

}




.hero-area h1{
color:#0B0A2D;
}

.hero-area h1 .small{
background:#0B0A2D;
color:#fff;
font-size:47%;
display:inline;
padding:5px;
line-height:0;

}

.hero-area h1 .small br{
display:none;
}

.hero-area{
padding:0 0 0 5%;
display:flex;
flex-direction: column;
 justify-content: center; 

}

.hero-area .label{
color:#0B0A2D;
border:2px solid #0B0A2D;
animation: fade 0.5s linear .75s forwards;
    opacity: 0;
width:auto;
left:auto;
width:100px;
position:static;
height:40px;
line-height:40px;
border-radius:25px;
margin-bottom:10px;
background:#cae2fe;

}

.hero-area .label span{

}

.hero-area .label:after{
display:none;
width:auto;
}

.hero-area:after{
width:0;
background:#0B0A2D;
animation: width 1s linear 0s forwards;
}

@keyframes width{
  0% {
    width: 0;}

  100% {
    width: 100%;}

}

#adspecial_rpa_202111.adspecial_type1 .frame_col_left {
    background: url(/extra/rpa_202111/media/mainbg.jpg) center top no-repeat;
background-attachment:fixed;
}


.category-area h2,
.sponsor-area h2{
margin:0 auto 10px;
padding:15px 0;
max-width:1050px;
font-size:160%;
color:#151515;
line-height:1.3;
text-align:center;
position:relative;
border-radius:45px;
}

.category-area h2.navy,
.sponsor-area h2.navy{
background:#0B0A2D;
color:#fff;
text-shadow:none;
}

.item_block{
padding:10px;
background:none;
}

.item_block ul{
display:flex;
flex-wrap:wrap;
padding:0;
background:none;
justify-content: space-between;

}
.item_block ul li{
width:32%;
background-color:rgba(255,255,255,0.25);
border-radius:10px;
box-shadow: 0 5px 30px  rgba(0,0,0,0.2);
border:3px solid #fff;
padding:15px;

}

.item_block ul li img{
float:none;
width:100%;
margin-bottom:10px;
}

.item_block ul.list01 li img{
width:auto;
height:150px;
display:block;
margin:0 auto;
}

.item_block ul li .item_box{
margin-left:0;
}

.navy_block{
padding:60px 0 20px;
background:rgba(11,10,45,0.4);
}

.navy_block .item_block ul li{
background:rgba(255,255,255,0.75);
}
