

.th_about_content {width: 100%; float: left;}
.th_about_content h2 {font-size:28px; font-family: bold_700; width: 100%; float: left; width:100%; float:left; margin-bottom:28px; }
.th_about_content p { color:#3d3d3d; width:100%; float:left; }
.th_content_more {width: 100%; float: left;}
.th_content_more h1, .th_content_more h2 { width:100%; float:left; font-size:26px; color:#ff6162; margin: 60px 0 20px;font-family: bold_700;}
.th_content_more ul{width:100%;float:left;}
.th_content_more ul li{width:100%;float:left;margin-top:20px;}
.th_content_more p {color:#282828;width:100%;float:left;}

@media only screen and (max-width: 767px){
.th_about_content {margin-top: 20px}
.th_content_more h1, .th_content_more h2 {margin: 20px 0 30px;}
}
@media only screen and (max-width: 475px){
.th_about_content h2 {font-size: 20px;}
.th_about_content p {font-size: 14px}
.th_content_more h1, .th_content_more h2 {font-size: 20px}
.th_content_more p {font-size: 14px}
}