@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.contact {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-ttl {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.loftprj-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.live-ttl {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

.site-ttl {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}


.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.mail-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}