@charset "utf-8";

section#about_guideline {
}
section#about_guideline div#about_guideline_title {
}
section#about_guideline div#about_guideline_title h4 {
	font-size:20px;
	line-height:100%;
	font-weight:700;
	margin-bottom:30px;
}
section#about_guideline div#about_guideline_title h3 {
	font-family: "Libre Baskerville", serif;
	color:#373578;
	font-size:64px;
	line-height:100%;
	font-weight:400;
}
section#about_guideline div#about_guideline_title h3 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size:22px;
	line-height:100%;
	font-weight:700;
}

section#about_guideline h3.title01 {
	margin-top: 80px;
}
section#about_guideline h4.title02 {
	margin-top: 50px;
}



/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
	section#about_guideline div#about_guideline_title {
	}
	section#about_guideline div#about_guideline_title h4 {
		font-size:18px;
		line-height:100%;
		margin-bottom:20px;
	}
	section#about_guideline div#about_guideline_title h3 {
		font-size:48px;
		line-height:100%;
	}
	section#about_guideline div#about_guideline_title h3 span {
		font-size:20px;
		line-height:100%;
	}
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	section#about_guideline div#about_guideline_title {
	}
	section#about_guideline div#about_guideline_title h4 {
		font-size:16px;
		line-height:125%;
		margin-bottom:15px;
	}
	section#about_guideline div#about_guideline_title h3 {
		font-size:28px;
		line-height:100%;
	}
	section#about_guideline div#about_guideline_title h3 span {
		font-size:16px;
		line-height:100%;
	}

	section#about_guideline h3.title01 {
		margin-top: 50px;
	}
	section#about_guideline h4.title02 {
		margin-top: 30px;
	}
}
