/* ----------------------------------------------------------------
    title
----------------------------------------------------------------- */

#title {
    width: 95%;
    margin: 0 auto 15px;
    padding-top: 15px;
}

#title img {
    width: 100%;
    height: auto;
}

#title p {
    text-align: center;
}

/* ----------------------------------------------------------------
    section
----------------------------------------------------------------- */
.section {
    background: #fff;
    border: solid 1px #a0a0a0;
    border-radius: 5px;
    padding: 15px;
    margin: 0 15px 50px;
}

.section .position {
    width: 120px;
    background-color: #c372c6;
    color: #fff;
    padding: 3px 0;
    background-size: auto;
    border-radius: 25px;
    text-align: center
}

.section .name,
.section .job {
    color: #c372c6;
}

.section .name {
    font-size: 150%;
    padding-top: 15px;
}

.section .job {
    padding-bottom: 30px;
    border-bottom: solid 1px #c372c6;
    margin-bottom: 30px;
}

.section .comment p {
    padding-bottom: 20px;
}