h1.bgBlue{
	background: linear-gradient(135deg,#2ea8e1,#0070ce);
	color: #fff;
	text-align: center;
	font-size: 2em;
	padding: 150px 1em 120px;
	line-height: 1.5;
}
.ContentsInner{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
	color:#222;
	text-align:center;
	line-height:1.75;
	font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	max-width: 1366px;
	margin: 0 auto;
	margin-bottom: 5%;
	padding: 8em 0 0;
	text-align: center;
}

@media screen and (max-width:1024px){
  .control-label{
	color: #000;
  }
}

.article-section-header {
	font-size: 2.0em;
}

.article-strong {
	font-size: 1.2em;
	font-weight: bold;
}
