@charset "utf-8";
section.table .ttl .serif{
    background-color: #BDA366;
    margin-bottom: 0;
}  
section.table .ttl{
    padding-bottom: 0;
}  

.ttl.belt-ttl{
    background-color: #2c5c9c;
}

section.hello img{
    max-width: 1000px;
    width: 100%;
}

section.hello .profile-img{
    width: 30%;
}

.bg-yellow{
    background-color: yellow;
}

.lisk .serif.brown,.lisk .belt,.lisk .big-num{
    color: #71887b;
}
.lisk .belt{
    background-color: #71887b;
    color: #fff;
}

.sub{
    font-size: 80%;
}

.voice02{
    background-color: #DB9796;
    line-height: 1.5;
}

.cta02 form{
    padding-top: 0;
}

.cta02 img{
    max-width: 1000px;
    width: 100%;
}

.point .bg-white{
    background-color: #fff;
}

.center{
    text-align: center;
    margin: 0 auto 0 auto;
}

@media screen and (max-width: 1023px){
    .belt02 {
        font-size: 95%;
    }
    .submit-btn{
        position: relative;
    }
    .cta form .submit-btn input[type='submit']{
        font-size: 12px;
		font-weight: bold;
    }
    .cta form .submit-btn::after{
        display: block;
        right: 20px;
        font-size: 16px;
    }
}

.submit-btn:hover{
    opacity: 0.7;
}




section.cta-text{
    font-size: 120%
}
section.cta-text img{
    width: 60%;
}

