:root {
--a: #ffffff;
}
*{box-sizing:border-box;}
h1,h2,h3 {
	margin:0;padding:0;
	font-family: "Shin Go Regular", Shimanami,"Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-weight:normal;
}
body {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	margin: 0;
	/* アニメーション中のガタつきやスクロールバーを完全に防ぐ */
	/*overflow: hidden;*/
	background:#eff1f2;
}
h1 rt,h2 rt{
	letter-spacing:normal;
}
rt{font-size:8px;position:relative;top:-4px;left:-1px;
}




header{display:flex;height:70px;line-height:70px;
	justify-content: space-between;
	/*border-bottom:1px solid #bbb;*/
	font-size:16px;
	letter-spacing:2.0px;
}




/* ==========================================================================
   メインビジュアル
   ========================================================================== */
.main-visual{
	width:100%;
	min-height:1200px;
	padding:70px 50px;
	margin:0 0 70px 0;
	background:#151a1f;
	color:#c6d1de;
	text-align:center;
}
.main-visual h1 {
	margin:0 0 30px 0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:7px;
}

/* ==========================================================================
   テンプレート一覧
   ========================================================================== */
.template-list {
	width:100%;
	min-height:1500px;
	padding:70px 50px;
	margin:0 0 100px 0;
	background:#151a1f;
	color:#c6d1de;
	text-align:center;
}
.template-list h2 {
	margin:0 0 30px 0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:7px;
}
.template-list h2 rt {
	letter-spacing:normal;
	position:relative;
	left:-2px;
}
.template-list p {
	font-size:15px;
	letter-spacing:2.8px;
	line-height:2.5;
}
.template-list rt{
	letter-spacing:normal;
}

/* ==========================================================================
   コンテンツ
   ========================================================================== */
.content {
	width:100%;
	min-height:500px;
	padding:0px 50px;
	margin:0 0 100px 0;
	background:#eff1f2;
	color:#151a1f;
	text-align:center;
}
.content h2 {
	margin:0 0 30px 0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:7px;
}
.content h2 rt {
	letter-spacing:normal;
	position:relative;
	left:-2px;
}
.content p {
	font-size:15px;
	letter-spacing:2.8px;
	line-height:2.5;
}
.content rt{
	letter-spacing:normal;
}

/* ==========================================================================
   フッター
   ========================================================================== */

footer {width:100%;text-align:center;height:60px;line-height:60px;}