@charset "UTF-8";

#ttl-bg {
    background: #041627;
    text-align: center;
    padding: 60px;
    color: #fff;
    font-weight: bold;

}

#ttl-bg .section-ttl {
    margin-bottom: 0px;
}

.section-ttl {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.5;
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
    .lead-copy {
        font-size: 14px;
    }

}

@media (max-width:750px) {

    #ttl-bg {
        margin-top: 50px;
    }
}



/*-----------------------------------------------------------
　　Staff
-----------------------------------------------------------*/

#staff {
    width: 1200px;
    font-size: 14px;

    line-height: 1.7;
    margin: 90px auto;

}

.staff-wrap {
    overflow: hidden;
}

#staff p {
    margin: 7px 0;
}

.staff-box-l,
.staff-box-r {
    width: 345px;
    margin-bottom: 60px;
}

.staff-box-l {
    float: left;
    margin-right: 82px;
}

.staff-box-r {
    float: right;
}


.small-txt {
    margin-left: 10px;
    font-size: 12px;
}

.staff-position {
    background: #6f6151;
    font-size: 80%;
    padding: 5px 7px;
    color: #fff;
}

.page-heading {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 3px solid #bebebe;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #333332;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}



table {
    width: 345px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    color: #777777;
}

table th,
table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: top;
    text-align: left;
}

.table td {
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    text-align: left;
    line-height: 20px;
}

@media (max-width:750px) {
    #staff{
        width: 100%;
        clear: both;
        margin: auto;
    }
    .staff-box-l,
    .staff-box-r{
        width: 100%;
        float: none;
        margin-top: 50px;
    }
}