@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secTop{
    height: 397px;
    position: relative;
    overflow: hidden;
}
.secTop .img{
    width: 1920px;
    top: 0;
    left: calc(50% - 960px);
    position: absolute;
}
@media only screen and (max-width:767px){
    .secTop{
        height: auto;
    }
    .secTop .img{
        width: 100%;
        position: static;
    }
}


/* secTab */
.secTab{
    margin-top: 70px;
}
.secTab .itemBox{
    display: flex;
    justify-content: space-between;
}
.secTab .item{
    width: 30%;
}
.secTab .imgTxt{
    text-align: center;
    margin-top: 15px;
}
.secTab .tit{
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 11px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secTab{
        margin-top: 30px;
    }
    .secTab .itemBox{
        display: block;
    }
    .secTab .item{
        width: 100%;
    }
    .secTab .itemBox .item:nth-child(n+2){
        margin-top: 28px;
    }
    .secTab .imgTxt{
        height: 19px;
        margin-top: 10px;
    }
    .secTab .imgTxt img{
        width: auto;
        height: 100%;
    }
    .secTab .tit{
        font-size: 16px;
        margin-top: 9px;
        font-weight: 500;
    }
}
@media only screen and (max-width:359px){
    .secTab .tit{
        letter-spacing: 0px;
        font-size: 13px;
    }
}
.secContact{
    margin-top: 99px;
}
@media only screen and (max-width:767px){
    .secContact{
        margin-top: 57px;
    }
}

.secFormTable tr td .passIn{
    display: inline;
    position: relative;
}
.secFormTable tr td .passIn .iconEye{
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width:767px){
    .secFormTable tr td .passIn .iconEye{
        right: 11px;
        width: 17px;
        height: 17px;
    }
}