body {
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
h1 {
	font-size: 3.2rem;
	padding: 20px 0;
	margin-bottom: 15px;
}
.page_main h1 {
	font-size: 4rem;
	line-height: 1.6;
	color: #fff;
    height: 100px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20%;
}
.page_main h1:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
}
h2 {
	font-size: 3.6rem;
	padding: 45px 0 35px;
	text-align: center;
	line-height: 2;
}
h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
}
h3 {
	font-size: 3.2rem;
	padding: 40px 0 20px;
	line-height: 1.2
}
h4 {
	font-size: 2.6rem;
	padding: 40px 0 20px;
	line-height: 1.2;
}
h5 {
	font-size: 2.2rem;
	padding: 40px 0 20px;
	line-height: 1.2;
}
h6 {
	font-size: 2rem;
	padding: 40px 0 20px;
	line-height: 1.2;
}
p {
	font-size: 1.6rem;
	padding: 10px 0;
    font-weight: bold;
}
.bold_20 {
	font-size: 2rem;
	font-weight: bold;
}
.bold_30 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.8;
}
.text_center {
	text-align: center;
}
.text_center_mode{
    text-align: center;
}
@media screen and (max-width: 768px) {
	h2 {
	    line-height: 1.2;
	}
    .bold_30 {
        font-size: 1.8rem;
    }
    .text_center_mode{
        text-align: left;
    }
}