@charset "utf-8"; 

/* footer */
#footer{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    #footer{
        margin-top: 50px;
    }
}

.secTit{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.secTit .topImg{
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secTit{
        height: auto;
    }
    .secTit .topImg{
        width: 100%;
        height: auto;
        position: static;
    }
}


/* .secTop */

.secTop{
    margin-top: 32px;
}
.secTop .tit{
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
}
.secTop .text{
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-top: 22px;
    letter-spacing: 1px;
}


/* secList */

.secList{
    margin-top: 43px;
}
.secList .tit{
    font-size: 28px;
    border: 1px solid #000000;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}
.secList .text{
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-top: 23px;
    letter-spacing: 0.5px;
}
.secList .formInner{
    color: #1e88e5;
}
.secList .list{
    display: flex;
    flex-wrap: wrap;
}
.secList .item{
    width: 31.25%;
    margin-right: 3.125%;
    margin-top: 34px;
}
.secList .item:nth-child(n+4){
    margin-top: 43px;
}

.secList .item:nth-child(3n){
    margin-right: 0;
}
.secList .tableInner{
    margin-top: 5px;
    width: 100%;
}
.secList table{
    border-spacing: 1px;
}
.secList .tableInner tr{
    border-top: 1px solid #ffffff;
}
.secList .tableInner tr:nth-child(1){
    border-top: none;
}
.secList .tableInner th{
    width: 100px;
    padding: 15px 0 16px;
    font-size: 13px;
    line-height: 1.5;
    background: #444444;
    color: #dadada;
    text-align: center;
    vertical-align: middle;
}
.secList .tableInner td{
    font-size: 13px;
    padding: 15px 14px 16px;
    line-height: 1.5;
    background: #f6f5f3;
    width: calc(100% - 100px);
    vertical-align: middle;
}

@media only screen and (max-width:767px){
    .secTop{
        margin-top: 9px;
    }
    .secTop .tit{
        font-size: 20px;
        text-align: left;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    .secTop .text{
        font-size: 13px;
        line-height: 2;
        text-align: left;
        margin-top: 12px;
        letter-spacing: 0;
        line-height: 2;
    }
    .secList{
        margin-top: 27px;
    }
    .secList .tit{
        font-size: 15px;
        height: 50px;
        letter-spacing: 1px;
    }
    .secList .text{
        font-size: 12px;
        margin-top: 12px;
        letter-spacing: 0;
    }
    .secList .list{
        display: block;
        flex-wrap: nowrap;
    }
    .secList .item{
        width: 100%;
        margin-right: 0%;
        margin-top: 18px;
    }
    .secList .item:nth-child(2){
        margin-top: 22px;
    }
    .secList .item:nth-child(3){
        margin-top: 22px;
    }
    .secList .item:nth-child(n+4){
        margin-top: 20px;
    }
    .secList .item:nth-child(n+8){
        margin-top: 21px;
    }
    .secList .tableInner{
        margin-top: 5px;
    }
    .secList .tableInner th{
        width: 100px;
        font-size: 12px;
        line-height: 1.75;
        padding: 10px 0 9px;
    }
    .secList .tableInner td{
        font-size: 12px;
        line-height: 1.75;
        width: calc(100% - 100px);
        padding: 10px 8px 9px;
    }
}