@charset "UTF-8";

.wrap {
    margin-top: 100px;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #6E6E6E;
    padding-left: 8px;
}

.contents-section {
    max-width: 1200px;
    margin: 80px auto 100px;
    padding: 0 8px;
}

.contents-wrap {
    max-width: 960px;
    margin: 0 auto 80px;
}

.contract-section {
    margin-bottom: 64px;
}

.contract-section-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 12px;
}

.contents-wrap p {
    line-height: 2.4em;
}

