.sub_wrap, .sub_wrap *{ box-sizing:border-box; }

#sub01 > .sub_con{ max-width:1000px; width:100%; margin:0 auto; }
.sub01_tt{ text-align:center; word-break:keep-all; margin:0 auto 60px; }
.sub01_tt > h2{ font-family:'score'; font-size:45px; font-weight:800; color:#333; line-height:0.9em; margin-bottom:10px; }
.sub01_tt > p{ font-size:20px; font-weight:300; color:#777; }

@media(max-width:650px){
	.sub_tt > p{ font-size:16px; }
}