@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.content {
    margin-bottom: 130px;
}
#main .content p {
    margin-bottom: 27px;
    line-height: 1.75;
    font-size: 1.5rem;
}
#main .content .comTitle {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (max-width: 767px) {
    .content {
        margin-bottom: 50px;
    } 
}
