@charset "UTF-8";

/*!------------------------------------*\
    Content Contents
\*!------------------------------------*/

.contents-inner p {
    letter-spacing: 1px;
    line-height: 2;
}

.contents-inner img {
    width: 100%;
    line-height: 2;
}

.bg {
    margin-top: 40px;
    background: #ededed;
}

.bg h3 {
    vertical-align: middle;
    padding: 5px 0px;
    display: table-cell;
    text-align: center;
    width: 1000px;
    line-height: 1.5;
}

.center {
    margin-top: 40px;
}

.center img {
    margin: auto;
}

/*!------------------------------------*\
    Responsive
\*!------------------------------------*/

@media screen and (max-width: 784px){

    .bg {
        background: #f7f2eb;
    }
}
