@charset "UTF-8";



/****************
	Topページ
		活動記録

****************/
#s_top_msg { 
    /*position: absolute;*/
    width: 100%; 
    overflow: hidden; 
    /*line-height: 0; */
	/*background-color: #E3D1BD;*/


	height: 400px;

	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 30px 0 30px 0;

	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/
}



#s_top_msg h1.msg {
	position: absolute;
	top: 10%;
	left: 2%;
	/*transform: translate(-50%, -50%);*/
	margin: 0;

	pointer-events: none;
	/*text-align: center;*/
	/*height: 50px;*/
	display: block;
	/*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: 40px 0 0 0;
	/*height: 30px;*/
	font-size: 16px;
	color: black; /* 文字色を設定 */
	line-height: 1.5;/*行間*/
	letter-spacing: 3.2px;/*文字間隔*/
	/*width: 650px;*/
}