/**********************************************
	サイト構成
**********************************************/
html {
	margin:0;
	padding:0;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック', 'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight:400;
	color:#111;
}

body {
	position:static;
	margin:0;
	padding:0;
	-webkit-animation:fadeIn 0.5s ease 0s 1 normal;
	animation:fadeIn 0.5s ease 0s 1 normal;
}

#wrapper {
	position:relative;
	margin:0;
	padding:0;
	text-align:left;
}

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

/**********************************************
	ページ設定
**********************************************/
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}

	100% {
		opacity:1;
	}
}

@keyframes fadeIn {
	0% {
		opacity:0;
	}

	100% {
		opacity:1;
	}
}

/**********************************************
	ページタイトル
**********************************************/
#pageTitle {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-top:6rem;
	width:100%;
	height:10rem;
	text-align:center;
	font-size:3.6rem;
	font-weight:700;
	color:#111;
}

@media (orientation:portrait) {
	#pageTitle {
		margin-top:64px;
		font-size:2.2rem;
	}
}

/**********************************************
	セクション
**********************************************/
.sectionBlock {
	background-color:#fff;
}

.sectionBlockInner {
	margin:0 auto;
	padding:2rem 1rem;
	max-width:1280px;
}

.sectionBlockInner1024 {
	margin:0 auto;
	padding:2rem 1rem;
	max-width:1024px;
}

.sectionBlockInner800 {
	margin:0 auto;
	padding:2rem 1rem;
	max-width:800px;
}

.sectionBlockNoMarginInner {
	margin:0 auto;
	max-width:1280px;
}

.sectionBlockNoMarginInner1024 {
	margin:0 auto;
	max-width:1024px;
}

.sectionBlockNoMarginInner800 {
	margin:0 auto;
	max-width:800px;
}

.sectionTitle {
	margin:2rem 0;
	text-align:center;
	line-height:1.5;
	font-size:2rem;
	font-weight:700;
}

.sectionTitle br {
	display:none;
}

.sectionText {
	text-align:center;
	font-size:1rem;
}

@media screen and (max-width:768px) {
	.sectionTitle {
		font-size:1.6rem;
	}

	.sectionTitle br {
		display:block;
	}
}

/**********************************************
	汎用テキスト
**********************************************/
.textCheck {
	margin:0.5rem 0;
	font-size:0.9rem;
	font-weight:700;
	color:#555;
}

.textCheck:before {
	margin-right:0.75rem;
	font-family:"Font Awesome 5 Free";
	content:"\f00c";
	font-weight:bold;
	color:#ffb03f;
}
