@charset "utf-8";

/*---------------------------------------------------------
	index_message
---------------------------------------------------------*/
.message_area {
    max-width: 965px;
    padding: 0 20px;
    margin: 0 auto 100px;
}

#index_message .top_ttl {
    margin-bottom: 45px;
}

.message_area p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 2.3;
}


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


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


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




@media screen and (max-width:767px) {
	
	.message_area {
    margin: 0 auto 50px;
}
	
	#index_message .top_ttl {
    margin-bottom: 30px;
}

	.message_area p {
    font-size: 1.4rem;
    line-height: 1.8;
}

}