@charset "UTF-8";

/*front css*/

/*google recaptcha 表示関連*/
.recaptcha_policy {
/*  font-size: 1.1vw !important;*/
}
.recaptcha_policy a {
 
}

.grecaptcha-badge { visibility: hidden; }
/*google recaptcha 表示関連ここまで*/

#mainHeader {
    background-color: initial;
}

.header_bg {
    background-color: #333;
    filter: opacity(70%);
    position: absolute;
    width: 100%;
    height: 69px;
    z-index: -1;
}

.signup_top a{
    background: #036EB7;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 98%;
}

article {
    padding: 5vw;
}

.card_launch {
    background: #e0235d;
    padding: 10px 20px 10px 45%;
    background: #fff url(../img/wafa-banner.png) 0px 0px/cover no-repeat;
    border-top: 5px solid #e0235d;
    border-bottom: 6px solid #e0235d;

}

.card_launch h3 {
    color: #fff;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.5rem
}

.card_launch p {
    text-align: center;
    border: 1px solid #fff;
    width: 200px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    margin-top: 8px;
}

.topvisual_wrap {
    position: relative;
    background: #383838;
    overflow: hidden;
}

.topvisual_wrap .heading {
    position: absolute;
    color: #FFF;
    top: 40%;
    z-index: 200;
    width: 100%;
}

.maincatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.maincatch h2 {
    font-size: 4vw;
    font-size-adjust: auto;
    font-weight: bold;
}

.maincatch h4 {
    font-size: 2vw;
    margin-bottom: 3rem
}

.signup {
    text-align: center;
}

.signup a {
    display: block;
    color: #fff;
    background: #036EB7;
    padding: 10px 15px;
}

.signup a:hover {
    text-decoration: none;
    background: #17a2b8;
}

video {
    max-width: 100%;
    /* はみ出ないように */
    opacity: 0.4;
    filter: contrast(120%)saturate(120%);
    margin-bottom: -6px;
}


.loginpanel {
    position: fixed;
    background: #fff;
    top: 0px;
    left: calc(50% - 251px);
    border: 3px solid #7e7e7e;
    display: none;

}

.loginBTN a{
    text-decoration: none;
    color: #fff;
}

.loginBTN a:hover{
    color: #0083dd;
}

.search,
.panelclose,
.width_s
{
    cursor: pointer;
}

.width_s:hover,
.search:hover{
    color: #0083dd!important;
}
.panelclose:hover {
    color: red;
}

.useCard img {
    width: 80%;
}

#faq dt{
    color: #2ca6e0;
}
.secure{
    background: #fff url(../img/secureBG.png) 0 0/cover no-repeat;
        
}

.secure>div>div{
    padding: 5% 5%;
     background: rgb(255, 255, 255);
}

.secure p{
    color: #777777;
    line-height: 2rem;
}

.secure h2{
    color: #036EB7;
    text-indent: -1rem;
}

#support article{
    background: #b4dcf7;
    
    margin: 100px 0;
}

#support article>div>div:last-of-type p{
  /*  width: 400px;
    height: 400px;*/
    /*display: flex;justify-content: center;
    align-items: center;*/
    max-width: 400px;
    margin: 0 auto;
    
}

#support div:last-of-type img{
    width: 98%;
    
}

.search_panel{
    display: none;
    position: absolute;
    min-width: 300px;
    width: 30%;
    right: 110px;
    top: 50px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #036EB7;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}
.search_panel iframe{
    width: 100%;
    height: 190px;
}

#js-search-result{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 150px;
}

#js-search-result dl{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#js-search-result dt::before{
    content: 'Q:';
    color: #dc3545;
    font-weight: bold;
    padding-right: 5px;
}
#js-search-result dd::before{
    content: 'A:';
    color: #17a2b8;
    font-weight: bold;
    padding-right: 5px;
}
.article_ttl{
    font-size: 1rem;
}


.width_s{
    display: none;
}


@media (max-width: 576px){
    body#login {
    overflow-y: scroll !important;
    /*margin-left: -7px;*/
}
    .search_panel{
        width: 100%;
        right: 0;
        z-index: 1000;
        top: 8vh;
    }
 
    .card_launch{
        padding: 10px 45% 10px 20px;
    }
    .signup_top{
        display: none;
    }
    div#topImage {
    padding-top: 73px;
}
    .topvisual_wrap .heading{
        top: 5%;
    }
    
    .loginpanel{
        width: 100%;
        left: 0px!important;
    }
    
    
    .useCard img{
        width: 70%;
    }
    .secure>div>div{
       background: rgba(255, 255, 255, 0.8);
    }
    
    .secure p{
    color: #2e2e2e;
}
    
    #support article>div>div:last-of-type p{
    width: 95%;
    height: 95%;

}
    
}
@media (max-width: 320px){
    .mainLogo{
        width: 100px;
    }
     div#topImage {
    padding-top: 68px;
}
    .heading{
        padding: 0 5px;
        text-align: center;
    }
    .card_launch{
        background-position: -30px 0;
    }
    
    .loginBTN{
        display: none;
    }
    
    .card_launch h3{
        width: initial;
    }
     .maincatch h4{
        margin-bottom: 2rem;
         width: 80%;
    }
  
    .width_s{
        
        display: block;
        margin-top: 0.3rem;
    }
}

@media (max-width: 280px){
    .card_launch{
        padding: 10px 25% 10px 0px;
    }
    .maincatch h4{
        margin-bottom: 1rem;
    }
}