/*-----------------------------------------------
	index.html
-----------------------------------------------*/
/* secTop */
.secTop{
    height: 500px;
    padding-top: 140px;
}
.secTop.lazyloaded{
    background: url("../img/contact/bgTop.jpg") no-repeat center top;    
}
.secTop .titTop{
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 1px;
}
.secTop .titIn{
    font-size: 33px;
    line-height: 1.5;
    letter-spacing: 0;
}
.secTop .txtTop{
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
    .secTop{
        height: auto;
        padding: 69% 0 60%;
    }
    .secTop.lazyloaded{
        background: url("../img/contact/bgTop_sp.jpg") center bottom /100% no-repeat, #e2e4e2;
    }
    .secTop .wrapBox{
        padding-left: 0;
        width: 92%;
        margin: 0 auto;;
    }
    .secTop .titTop{
        font-size: 13px;
        line-height: 2;
        text-align: center;
        letter-spacing: 0;
    }
    .secTop .titIn{
        font-size: 20px;
        line-height: 1.6;
    }
    .secTop .txtTop{
        font-size: 12px;
        line-height: 1.66;
        text-align: center;
        margin-top: 10px;
    }
}


/* secFlow */
.secFlow{
    margin: 30px auto 20px;
    text-align: center;
}
.secFlow .titFlow{
    font-size: 26px;
    letter-spacing: 1px;
}
.secFlow .flowList{
    font-size: 0;
    margin-top: 55px;
}
.secFlow .boxFlow{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-right: 65px;
}
.secFlow .boxFlow:last-child{
    margin-right: 0;
}
.secFlow .txtIn{
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
}
.secFlow .txtUnder{
    font-size: 13px;
    line-height: 2.3;
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin: 30px auto 20px;
        width: 92%;
    }
    .secFlow .titFlow{
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 1.4;
    }
    .secFlow .flowList{
        margin-top: 30px;
        text-align: left;
    }
    .secFlow .boxFlow{
        display: block;
        width: 100%;
        margin-right: 0;
        border-top: #e5e5e5 solid 1px;
        padding: 8px 0;
    }
    .secFlow .boxFlow:last-child{
        border-bottom: #e5e5e5 solid 1px;        
    }
    .secFlow .txtIn{
        font-size: 14px;
        margin-top: 0;
    }
    .secFlow .txtUnder{
        font-size: 10px;
        line-height: 2;
        margin-top: 10px;
        text-align: left;
        letter-spacing: -0.5px;
    }
}

/* secBenefits */
.secBenefits{
    margin: 20px auto 60px;
}
.secBenefits .boxDes{
    text-align: center;
}
.secBenefits .boxDes .titDes1{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.secBenefits .boxDes .titDes2{
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #f94607;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secBenefits{
        margin: 20px auto 50px;
        width: 92%;
    }
    .secBenefits .boxDes .titDes1{
        font-size: 15px;
    }
    .secBenefits .boxDes .titDes2{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.6;
        margin-top: 10px;
    }
}
/* secForm */
.secForm{
    margin: 70px auto;
}
@media only screen and (max-width:767px){
    .secForm{
        margin: 50px auto 35px;
    }
}
