@charset 'utf-8';

/*----------------------------------------------------
 base
----------------------------------------------------*/
html, body {
    height: 100%;
}

/*----------------------------------------------------
 reset
----------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;padding:0;border:0;outline:0;
    font-size:inherit;font-weight:inherit;
    vertical-align:baseline;background:transparent;
}
article,aside,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,main,summary{
    display:block;
}

/*----------------------------------------------------
 base
----------------------------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;    
}
body {
    font-family: 
    "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro",
    "メイリオ","Meiryo",Meiryo,YuGothic,"游ゴシック",
    Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 2.0;
    color:#353535;
    width: 100%;
    min-width: 320px;
    margin:0;
    padding:0;
    text-align:center;
    letter-spacing: 0;
    font-size:24px;
    word-break:word;
    overflow-wrap : break-word;
}
.clear { clear: both; }
.clearfix { *zoom: 1; }
.clearfix:after {
    content:"";
    display:block;
    height:0;
    clear:both;
    overflow: hidden;
}
img {
    outline: 0;
    max-width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
a{ 
    cursor: pointer; 
    text-decoration: underline; 
    outline: 0;
    border:0;
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 0s;
    -moz-transition: opacity 1s ease-out 0s;
    transition: opacity 1s ease-out 0s;
}
a:hover { opacity: 0.5; }

@media screen and (max-width:768px) {
    .pc{display: none;}
    body {
        line-height: 2.0;
        font-size:18px;
        font-size:3.4vw;
        background: rgba(255,255,255,0);
    }
}

@media screen and (min-width:769px) {
    .sp{display: none;}
}
@media screen and (max-width:1201px) {
    .pc12{display: none;}
}

@media screen and (min-width:1200px) {
    .sp12{display: none;}
}

/*----------------------------------------------------
common
----------------------------------------------------*/
.contents{
    opacity : 0.1;
    transform : translate(0, 0px);
    transition : all 700ms;
}
.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


.container{
    width:94%;
    max-width: 1000px;
    margin:0 auto;
}
.fbolder{ font-weight: 700; }
.full{ width:100%; vertical-align: middle;}
.tacenter{ text-align: center;}
.taleft{ text-align: left;}
.taright{ text-align: right;}
.underline{text-decoration: underline;}
.hidden{ display: none; }
.sec_area{ padding:60px 0; }
.sec_sttl{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color:#00b3ec;
    padding-bottom: 40px;
    background: url(../img/ttl_btm.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    margin-bottom: 60px;
}
.sec_ttl1{
    text-align: center;
    background: url(../img/ttl_bg1.png) repeat-x;
    background-size: auto 100%;
    background-position: top left;
}
.sec_ttl2{
    text-align: center;
    background: url(../img/ttl_bg2.png) repeat-x;
    background-size: auto 100%;
    background-position: top left;
}
.sec_ttl3{
    text-align: center;
    background: #00b3ec;
}
.sec_ttl_arrow{
    text-align: center;
    width:160px;
    margin:0 auto;
}

#page_body{
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
    height: 100%;
}

/*------ added -----*/
#header_top{
    text-align: center;
    color: #353535;
    font-size: 75%;
    line-height: 1.2em;
    padding: 0.4em 0;
}
.pankusu{
    font-size: 75%;
    text-align: left;
    color:#353535;
}
.pankusu a{
    color:#00b3ec;
    text-decoration: none;
}
.pankusu a:hover{
    opacity: 1;
    text-decoration: underline;
}


@media screen and (min-width:769px) {
    .header_menu{
        width:100%;
        max-width: 750px;
        margin:0 auto;
        padding:10px 0;
    }
    .header_menu ul{
        list-style: none;
        width: 100%;
    }
    .header_menu ul li{
        float: left;
        padding:10px 10px 10px 0;
    }
    .header_menu ul li:last-child{
        padding:10px 0;
    }
    .header_menu ul li a{
        display: block;
        color: #00b3ec;
        font-size: 62%;
        letter-spacing: 0;
        line-height: 1em;
        font-weight: bold;
        text-align: center;
        vertical-align: top;
        text-decoration: none;
    }
    .header_menu ul li a:hover{
        opacity: 1;
        text-decoration: underline;
    }
    .header_menu ul li a img{ 
        width:1em;
        height: 1em;
        padding-right: 5px;
    }
}
@media screen and (min-width:1081px) {
    .header_menu{
        width:94%;
        max-width: 1000px;
    }
    .header_menu ul li{
        float: left;
        padding:10px 25px 10px 0;
    }
    .header_menu ul li:last-child{
        padding:10px 0;
    }
    .header_menu ul li a{
        font-size: 80%;

    }
}
@media screen and (max-width:768px) {
    .header_menu{
        display: none;
    }
    .pankusu{ 
        font-size: 14px; 
        line-height: 1.2em;
        padding: 16px 0 0;
    }
    #header_top{
        text-align: center;
        font-size: 14px;
        padding:10px 0;
    }
    #sp_header{
        position: relative;
        height: 50px;
        text-align: left;
    }
    #sp_header .sp_logo{
        position: absolute;
        top:5px;
        right: left;
        height: 36px;
        width:auto;
    }
    #sp_header .top_menu{
       position: absolute;
       top:5px;
       right: 3vw;
       width:40px;
    }
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        width: 40px;
        height: 40px;
        z-index: 201;
    }
    .menu-trigger:hover{ opacity: 1; }
    .menu-trigger span.iconlink{
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
        float: right;
        position: absolute;
        background: #4d4d4d;
        width: 32px;
        height: 3px;
        border-radius: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span.iconlink:nth-of-type(1) { top: 10px; }
    .menu-trigger span.iconlink:nth-of-type(2) { top: 0; bottom: 0; }
    .menu-trigger span.iconlink:nth-of-type(3) { bottom: 10px; }
    .menu-trigger.active span.iconlink:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .menu-trigger.active span.iconlink:nth-of-type(2) { opacity: 0; }
    .menu-trigger.active span.iconlink:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }
    .g-nav{
        display: none;
        position: absolute;
        top:50px;
        right: 0;
        width:100%;
        height: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.4);
        text-align: center;
        padding:0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .g-nav .g-navarea{
        width:100%;
    }
    .g-nav ul{
        list-style: none;
        width:100%;
        margin:0 0 0 auto;
        background: rgba(0,0,0,0.9);
        padding: 10px 20px 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .g-nav ul li{
        text-align: left;        
        padding:15px 0;
        border-bottom: 1px solid #fff;
    }
    .g-nav ul li a{
        display: block;
        width:100%;
        font-size: 110%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
    }
}













#kv{ width: 100%; }
#kv img{ width:100%; vertical-align: bottom; }

#top .top_ttl{
    text-align: center;
    width:100%;
    background: #00b3ec;
}
#top .top_area{
    text-align: center;    
    width:94%;
    max-width: 1200px;
    margin:0 auto;
    padding: 0 0 40px;
}
#top .top_img{
    float: left;
    width:38%;
    max-width:456px;
    padding:10px 0 0 3%;
}
#top .top_txt{
    float: right;
    text-align: left;
    width:53%;
    max-width:630px;
    padding-right: 3%;
}
#top .top_img2{
    text-align: right;
    margin-right: auto;
    width:75%;
}
@media screen and (max-width:1000px) {
    #top .top_img{
        float: none;
        width:100%;
        max-width:456px;
        margin:0 auto;
        padding:0 0 30px;
    }
    #top .top_txt{
        float: none;
        text-align: left;
        width:100%;
        max-width:940px;
        padding: 0;
    }
}
@media screen and (max-width:768px) {
    .sec_area{
        padding:6vw 0;
    }
    .sec_sttl{
        font-size: 48px;
        font-size: 5.4vw;
        padding-bottom: 4vw;
        margin-bottom: 6vw;
    }
    .sec_ttl1{
        background: url(../img/ttl_bg1.png) no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }
    .sec_ttl2{
        background: url(../img/ttl_bg2.png) no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }
    .sec_ttl_arrow{
        text-align: center;
        width:20%;
        margin:0 auto;
    }    
    #top .top_area{
        width:94%;
        padding: 0 0 4vw;
    }
    #top .top_img{
        float: none;
        width:100%;
        max-width:456px;
        margin:0 auto;
        padding:0 0 4vw;
    }
    #top .top_txt{
        float: none;
        text-align: left;
        width:100%;
        padding: 0;
    }
}

#client{ text-align: center; }
#client .clientarea{ padding:60px 0; }
#client .client_item{
    width:100%;
    text-align: center;
    border:2px solid #00b3ec;
    padding:40px 0 0;
    margin-bottom: 60px;
    background: url(../img/client_bg.png);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#client .client_item:last-child{ margin-bottom: 0; }
#client .client_item_ttl{
    width:93%;
    max-width: 920px;
    margin:0 auto;
    padding:20px 4%;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
}
#client .client_item_ttl:before{
    content: "";
    position: absolute;
    top:0;left:0;
    width:50px;
    height: 50px;
    background: url("../img/client_sttl_1.png");
    background-position: top left;
    background-size: 100% 100%;
}
#client .client_item_ttl:after{
    content: "";
    position: absolute;
    bottom:0;right:0;
    width:50px;
    height: 50px;
    background: url("../img/client_sttl_2.png");
    background-position: top left;
    background-size: 100% 100%;
}
#client .client_item_txtpart{
    width:93%;
    max-width: 920px;
    margin:0 auto 20px;
    padding:40px 3.5% 30px;
    font-size: 24px;
    line-height: 1.75;
    background: rgba(239,239,239,0.8);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
}
#client .client_item_img{
    position: absolute;
    top:40px;
    left: 3.5%;
    width:230px;
}
#client .client_item_txtarea{
    text-align: left;
    padding-left: 270px;
}
#client .client_sttl{
    width:100%;
    color:#ed1c24;
    background: #ff0;
    text-align: center;
    font-size:115%;
    font-weight: bold;
    line-height: 1.2;
    padding:5px 0; 
    margin-bottom: 20px;
}
#client .client_btn{
    display: block;
    vertical-align: top;
    width:100%;
    color:#fff;
    background: #00b3ec;
    text-align: center;
    font-size:100%;
    font-weight: bold;
    line-height: 1em;
    padding:0.5em 0;
    margin:0;
    text-decoration: none;
}
#client .client_btn:hover{
    opacity: 1;
    color:#ff0;
}
#client .client_btn span{position: relative;line-height: 1;}
#client .client_btn span:before{
    content: "";
    position: absolute;
    top:50%;left:-1.5em;
    margin-top:-0.5em;
    width:0.75em;
    height: 1em;
    background: url("../img/client_btn_arrow1.png");
    background-position: top left;
    background-size: 100% 100%;
}
#client .client_btn:hover  span:before{
    background: url("../img/client_btn_arrow2.png");
    background-position: top left;
    background-size: 100% 100%;
}
@media screen and (min-width:769px) {
    #client .client_item_txtarea{
        min-height: 230px;
    }
}
@media screen and (max-width:768px) {
    #client .clientarea{ padding:6vw 0; }
    #client .client_item{
        border:1px solid #00b3ec;
        padding:4vw 0 0;
        margin-bottom: 6vw;
    }
    #client .client_item_ttl{
        width:93%;
        max-width: 920px;
        margin:0 auto;
        padding:2vw 4%;
        font-size: 4.2vw;
    }
    #client .client_item_ttl:before{
        width:4vw;
        height: 4vw;
    }
    #client .client_item_ttl:after{
        width:4vw;
        height: 4vw;
    }
    #client .client_item_txtpart{
        width:93%;
        max-width: 920px;
        margin:0 auto 2.5vw;
        padding:3.5vw 3.5%;
        font-size: 100%;
        line-height: 1.75;
    }
    #client .client_item_img{
        position: static;
        width:70%;
        max-width:230px;
        margin:0 auto 4vw;
    }
    #client .client_item_txtarea{
        padding-left: 0px;
    }
    #client .client_sttl{
        margin-bottom: 2.5vw;
    }
    #client .client_btn{
        padding:1em 0;
    }
}

#qa{ text-align: center; }
#qa .qa_area{ padding:60px 0 0; }
#qa .qa_item{ 
    width:100%;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border:2px solid #00b3ec;
    margin-bottom: 10px;
}
#qa .qa_ttl{
    font-weight: bold;
    color:#fff335;
    background: #00b3ec;
    padding: 20px 60px 20px 20px;
    position: relative;
}
#qa .qa_icon{
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -0.75em;
    width: 3em;
    height: 1.5em;
}
#qa .qa_close{ }
#qa .qa_open{ display: none; }
#qa .qa_txt{
    display: none;
    background: #fff;    
    padding: 20px;
}
#qa .qa_item p{
    width:100%;
    padding: 0 0 0 60px;
    font-size: 100%;
    line-height: 1.5em;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
    position: relative;
}
#qa .qa_ttl p:before{
    content: "";
    position: absolute;
    top:0;left:-0;
    width:39px;
    height: 39px;
    background: url("../img/qa_q.png");
    background-position: top left;
    background-size: 100% 100%;
}
#qa .qa_txt p:before{
    content: "";
    position: absolute;
    top:0;left:-0;
    width:39px;
    height: 39px;
    background: url("../img/qa_a.png");
    background-position: top left;
    background-size: 100% 100%;
}
#qa .qa_stxt1{
    text-align: left;
    line-height: 1.75;
    padding:50px 0 60px;
}
#qa .qa_stxt2{
    color:#fff;
    padding: 0.3em;
    line-height: 1.4;
    text-align: center;
    background: #00b3ec;
}
@media screen and (max-width:768px) {
    #qa .qa_area{ padding:6vw 0 0; }
    #qa .qa_item{ 
        border:1px solid #00b3ec;
        margin-bottom: 1.5vw;
    }
    #qa .qa_ttl{
        padding: 2.5vw 3em 2.5vw 2.5vw;
    }#qa .qa_txt{  
        padding: 2.5vw;
    }
    #qa .qa_item p{
        padding: 0 0 0 8vw;
    }
    #qa .qa_ttl p:before{
        content: "";
        position: absolute;
        top:0;left:-0;
        width:6vw;
        height: 6vw;
        background: url("../img/qa_q.png");
        background-position: top left;
        background-size: 100% 100%;
    }
    #qa .qa_txt p:before{
        content: "";
        position: absolute;
        top:0;left:-0;
        width:6vw;
        height: 6vw;
        background: url("../img/qa_a.png");
        background-position: top left;
        background-size: 100% 100%;
    }
    #qa .qa_stxt1{
        padding:5vw 0 7vw;
    }
}


#footer{ text-align: center; }
#footer #fpart1{ 
    text-align: center; 
    padding: 50px 0;
    letter-spacing: -0.3em;
}
#footer.footer_sitemap #fpart1{ 
    text-align: center; 
    padding:0 0 50px;
    letter-spacing: -0.3em;
}
#footer #fpart1 .footer_logo1{ 
    width:49%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#footer #fpart1 .footer_logo1 img{
    padding:40px 0;
    width:86%;
    max-width: 417px;
    margin:0 auto;
}
#footer #fpart1 ul.footer_ul{ 
    display: inline-block;      
    width:49%;
    vertical-align: middle;
    text-align: left;
    list-style: none;
    letter-spacing: 0;
}
#footer #fpart1 ul.footer_ul li{ 
    width:100%;
    text-align: left;
    padding: 0.5em 0;
}
#footer #fpart1 ul.footer_ul li a{ 
    display: block;
    width:100%;
    text-align: left;
    font-size: 28px;
    line-height: 1em;
    color:#00b3ec;
    font-weight: bold;
    text-decoration: none;
}
#footer #fpart1 ul.footer_ul li a:hover{
    text-decoration: underline;
}
#footer #fpart1 ul.footer_ul li a img{ 
    width:1em;
    height: 1em;
    padding-right: 15px;
}
#footer #fpart2{ 
    text-align: center; 
    border-top:1px solid #353535;
    padding: 60px 0 0;
}
#footer #fpart2 .footer_logo2{
    float: left;
    width:332px;
    padding-left:35px;
    text-align: left;
}
#footer #fpart2 .footer_logo2_txt{
    float: left;
    font-size: 22px;
    line-height: 1.5;
    padding-left:35px;
    text-align: left;
}
#footer .copyright{
   text-align: center;
   padding:90px 0;
   font-size: 18px;
   line-height: 1.5;
}
@media screen and (max-width:768px) {
    #footer #fpart1{ 
        padding: 6vw 0;
    }
    #footer.footer_sitemap #fpart1{ 
        padding:0 0 6vw;
    }
    #footer #fpart1 .footer_logo1{ 
        width:100%;
        display: block;
        text-align: center;
    }
    #footer #fpart1 .footer_logo1 img{
        padding:4vw 0 6vw;
        width:70%;
        max-width: 417px;
        margin:0 auto;
    }
    #footer #fpart1 ul.footer_ul{ 
        width:100%;
        display: block;
    }
    #footer #fpart1 ul.footer_ul li a{ 
        display: block;
        width:100%;
        text-align: left;
        font-size: 125%;
        line-height: 1em;
    }
    #footer #fpart1 ul.footer_ul li a img{ 
        width:1em;
        height: 1em;
        padding-right: 10px;
    }
    #footer #fpart2{ 
        text-align: center; 
        border-top:1px solid #353535;
        padding: 7vw 0 0;
    }
    #footer #fpart2 .footer_logo2{
        float: none;
        width:50%;
        max-width:332px;
        margin:0 auto 2vw;
        padding-left:0;
        text-align: center;
    }
    #footer #fpart2 .footer_logo2_txt{
        float: left;
        font-size: 96%;
        line-height: 1.5;
        padding-left:0;
        text-align: left;
    }
    #footer .copyright{
       text-align: center;
       padding:10vw 0;
       font-size: 3vw;
       line-height: 1.3;
    }
}

.common_area{ padding: 60px 0 0; }
.common_area　.sec_sttl{ letter-spacing: 0; }
.common_area h4{
    text-align: left;
    border-bottom: 1px solid #00b3ec;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 10px;
}
.common_area p{
    text-align: left;
    font-size: 100%;
    line-height: 1.75;
    padding: 25px 0 60px 20px;
}
.common_area p.com_txt1{
    padding: 0 0 25px 20px;
}
.common_area p.com_txt2{
    padding: 25px 0 25px 20px;
}
.common_area ul.com_ul1{
    list-style-type: decimal;
    text-align: left;
    padding:10px 0 10px 50px;
}
.common_area ul.com_ul2{
    list-style-type: decimal;
    text-align: left;
    padding:10px 0 25px 50px;
}
.common_area ul.com_ul3{
    text-align: left;
    padding:10px 0 40px 50px;
}
.common_area .com_tb1{
    text-align: left;
    width:94%;
    border-collapse: collapse;
    border:0;
    font-size: 85%;
    margin:20px auto;
}
.common_area .com_tb1 tr{
    border-bottom:1px solid #333;
}
.common_area .com_tb1 tr:last-child{
    border-bottom:1px solid #333;
}
.common_area .com_tb1 th,
.common_area .com_tb1 td{
    text-align: left;
    padding:10px;
    line-height: 1.2;
}
.common_area .com_tb1 th{
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .common_area{ padding: 6vw 0 0; }
    .common_area h4{
        font-size: 4vw;
        line-height: 1.5;
        padding-bottom: 5px;
    }
    .common_area p{
        padding: 3vw 0 6vw 2vw;
    }
    .common_area p.com_txt1{
        padding: 0 0 3vw 2vw;
    }
    .common_area p.com_txt2{
        padding: 3vw 0 3vw 2vw;
    }
    .common_area ul.com_ul1{
        padding-left: 6vw;
    }
    .common_area ul.com_ul2{
        padding:10px 0 3vw 6vw;
    }
    .common_area ul.com_ul3{
        padding:10px 0 5vw 6vw;
    }
    .common_area .com_tb1{
        margin:3vw auto;
    }
}

#company .company_tb{
    text-align: left;
    width:100%;
    border-collapse: collapse;
    border:0;
    font-size: 100%;
}
#company .company_tb th,
#company .company_tb td{
    width:;
    text-align: left;
    padding:20px 40px;
    line-height: 1.6;
    border:1px solid #999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#company .company_tb th{
    font-weight: bold;
    color: #00b3ec;
    background: #fff335;
}
@media screen and (max-width:768px) {
    #company .company_tb th,
    #company .company_tb td{
        text-align: left;
        padding:3vw 4vw;
        line-height: 1.6;
        border:1px solid #999;
    }
}







#pagetop{
    position: fixed;
    bottom: 100px;
    right:55px;
    width:25px;
    height: 90px;
}

.wp_ttl1,.wp_ttl2,
.wp_10,.wp_11,.wp_12,.wp_13,.wp_14,
.wp_f1,.wp_f2{
    visibility: hidden
}

.zoomIn,.zoomInLeft,
.fadeIn,.fadeOut,.fadeInDown,.fadeOutDown,
.flash,.pulse,.flip,.flipInY,.rubberBand,.shake,.swing,.wobble,
.bounce,.bounceIn,.bounceInDown,.bounceInLeft,.bounceInRight,
.bounceInUp,.bounceOut,.bounceOutDown,.bounceOutLeft,
.bounceOutRight,.bounceOutUp,
.fadeInUp, .fadeInLeft, .fadeInRight {
    visibility: visible
}
.delay-01s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}