@charset "UTF-8";


#s_top_msg {
    width: 100%; 
    overflow: hidden; 


	height: 200px;

	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 30px 0 30px 0;

}



#s_top_msg h1.msg {
	position: absolute;
	margin: 0;

	pointer-events: none;
	display: flex;
	width: 1024px;

}
#s_top_msg h1.msg p.title{
	display: block; /* pタグをブロック要素に設定 */
	margin: 0;
	/*height: 32px;*/
    font-size: 32px;
	color: black; /* 文字色を設定 */
	line-height: 1.3;
	width: 390px;



    
}
#s_top_msg h1.msg p.honbun{
	display: block; /* pタグをブロック要素に設定 */
	margin: 0;
	/*height: 30px;*/
	font-size: 16px;
	color: black; /* 文字色を設定 */
	line-height: 1.5;/*行間*/
    letter-spacing: 3.2px;/*文字間隔*/
	width: 650px;
}

