/* CSS Document */

/*********************************************
    @ 代表メッセージ
**********************************************/

.msg_box {
    margin: auto;
	padding: 0 0 2rem;
}

.msg_box .cam,
.msg_box p {
	width: 46rem;
    margin: auto;
}

.msg_box .cam img {
    margin-bottom: 3rem;
}

.msg_box p {
	margin-bottom: 1rem;
}

.ceo {
	text-align: center;
    font-family: serif;
    margin: 1rem 0;
}

@media screen and ( max-width:768px ) {
	.msg_box .cam,
	.msg_box p {
    	width: 86vw;
    }
    .msg_box p {
    	font-size: 16px;
    }
}
