/**********************************************
	サイト構成
**********************************************/
html {
	color:#222;
}

body {
}

#header {
	background:rgb(12,23,89);
	background:linear-gradient(135deg, rgba(12,23,89,1) 15%, rgba(85,179,231,1) 85%);
}

#headerContents {
	position:relative;
	width:100%;
	z-index:100;
}

#headerWrap {
	background:rgb(12,23,89);
	background:linear-gradient(135deg, rgba(12,23,89,1) 15%, rgba(12,23,89,0.9) 35%, rgba(85,179,231,0.8) 85%);
}

#wrapper {
	position:relative;
	text-align:left;
	background-image:url("../layout/back.png");
}

#wrapperInner {
	margin:0 auto;
	width:100%;
}

@media screen and (max-width:568px) {
	html {
		font-size:86%;
	}
}

/**********************************************
	セクション
**********************************************/
.sectionBlock {
	padding:40px 0;
}

.sectionInnerBlock {
	margin:0 auto;
	padding:0 10px 30px 10px;
	max-width:calc(1024px - 20px);
}

#sectionTitleWrap {
	padding:120px 0 60px 0;
}

#sectionTitle {
	position:relative;
	margin:0 0 60px 0;
	padding:10px 0;
	font-size:240%;
	text-align:center;
	color:#fff;
}

#sectionTitle:before {
	content:'';
	position:absolute;
	display:inline-block;
	width:100px;
	height:4px;
	left:50%;
	bottom:-10px;
	background-color:#fff;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translate(-50%);
}

.sectionSubTitle {
	margin-top:2em;
	margin-bottom:1em;
	text-align:center;
	font-size:135%;
	font-weight:bold;
	color:#0c1759;
}

.sectionText {
	line-height:220%;
	font-size:110%;
	color:#222;
}

@media screen and (max-width:1024px) {
	.sectionBlock {
		padding:30px 0;
	}

	.sectionInnerBlock {
		padding:0 10px 30px 10px;
		max-width:calc(100% - 20px);
	}

	#sectionTitleWrap {
		padding:80px 0 30px 0;
	}

	#sectionTitle {
		font-size:200%;
	}
}
