body {
	font-family: "Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
h1,h2,h3,h4 {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
}
.h1_title {
	font-size: 3.2rem;
	padding: 20px 0;
	margin-bottom: 15px;
	line-height: 1.6;
	color: #000;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
	position: relative;
	font-weight: 400;
}
.h1_title:before {
	display: block;
	content: '';
	background: #000;
	width: 170px;
	height: 1px;
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.h1_title:after {
	margin-top: 30px;
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
	font-family: "Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
}
.h1_title span.sub {
	font-size: 2rem;
	margin-top: 2em;
}
.h2_title {
	font-size: 3.2rem;
	padding: 45px 0 35px;
	text-align: center;
	line-height: 1.8;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
	font-weight: 400;
}
.h2_title span {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
	margin-bottom: 5px;
	font-family:"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.h3_title {
	font-size: 3.2rem;
	padding: 40px 0 20px;
	line-height: 1.2
}
.h4_title {
	font-size: 2.6rem;
	padding: 40px 0 20px;
	line-height: 1.2;
}
.h5_title {
	font-size: 2.2rem;
	padding: 40px 0 20px;
	line-height: 1.2;
}
.h6_title {
	font-size: 2rem;
	padding: 40px 0 20px;
	line-height: 1.2;
}
p {
	font-size: 1.6rem;
	padding: 10px 0;
}
.min_text_box p {
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2;
}
.bold_20 {
	font-size: 2rem;
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.story_text p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 2.2;
	padding: 25px 0;
	letter-spacing: 2px;
}
.anchor {
	display: block;
	padding-top: 180px;
	margin-top: -180px;
}

@media screen and (max-width: 768px) {
	p {
    	font-size: 1.4rem;
	}
	.h2_title {
		font-size: 2.4rem;
		padding: 20px 0 15px;
	}
	.story_text p {
		font-size: 1.5rem;
		line-height: 2;
	}
	.min_text_box p {
    	font-size: 1.4rem;
	}
}