@charset "UTF-8";
@media (max-width:767px){
    .wte_main {
        height: 400px;
    }
    .wte_slider {
        height: 400px;
    }
    .wte_slider li {
        height: 400px;
    }  
    .wte_catch h2{
        font-size: 20px;
    }  
    .wte_catch p{
        font-size: 13px;
    }    
}

@media (min-width:767px){
    .btn-lg {
        min-width: 42rem;
    }
}

p, li, div, label,.wte_balloon p,.wte_answer p, .wte_answer ol li, .wte_answer ul li,.card p, .card div, .card label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}
@media (min-width:768px){
    p, li, div, label,.wte_balloon p ,.wte_answer p, .wte_answer ol li, .wte_answer ul li,.card p, .card div, .card label{
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .wte_front_nav li {
        font-size: 17px;
        font-size: 1.7rem;
    }     
}   

.wte_slider_3 {
  background: url("/assets/img/index/slider_3.jpg") no-repeat center center;
}
.wte_slider_img {
  background-size: cover;
}
@media (min-width:992px){
    .wte_slider_3 {
        background: url("/assets/img/index/slider_3.jpg") no-repeat center top -70px;
    }
}    

section h2 {
    background: none;
    padding-top: 0em;
}

@media (min-width:767px){
    section p.feat_text{
        font-size: 20px;
        font-size: 2.0rem;
    }
}    