@charset "UTF-8";


@media screen and (min-width: 641px), print { /*pc*/

	.message {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 1em;
	}
	
	.messege_notes {
		padding-left: 13px;
	}

} @media screen and (max-width: 640px){
	
	p.message {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 1em;
	}
	
	p.director {
		text-align: center;
		padding: 0 30px 30px;
	}
	
}
