@charset "euc-jp";

/*全テンプレート共通CSS*/


/********template000　メインビジュアルフルワイド********/
#template000{
	width:100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#template000 h2,
#template000 h4,
#template000 p{
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	line-height:1em;
	background:transparent;
}

#template000 h2{
	font-size:48px;
	margin-bottom:20px;
}

#template000 h4{
	font-size:28px;
	margin-bottom:10px;
}

#template000 p{
	font-size:22px;

}





/********template001　テキストエリア********/

#template001{
	padding: 10px 20px;
	margin: 30px auto 50px;
	box-sizing: border-box;
	position: relative;
	overflow-y: scroll;
	font-size:  15px;
	line-height: 1.8em;
}
#template001 a{
	transition:.3s;
	textdecoration:underline;
}
#template001 a:hover{
	color:#f9b629;
}

/********template002　文字バナー01*********/

#template002 ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:  wrap;
	margin:0 auto;
}

#template002 li{
	width:24%;
	margin:0 auto 10px;
	text-align:center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	transition:.6s;
}

#template002 a{
	text-decoration:none;
	transition:.4s;
	display:block;
	width:100%;
	padding:13px 0 10px;
}

#template002 p{
	font-size:18px;
	font-family:'メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	line-height:1em;
	margin:0;
	padding:0;
}

#template002 em{
	display:block;
	font-size: 12px;
	transition:.4s;
	font-style:normal;
}

/********template003　固定バナー********/

#template003{
 position: fixed;
 z-index: 9999;
}