@charset "UTF-8";

#index.bonestretch #visual {
	background: url(../img/visual.png) no-repeat top center #0074c6;
	width: 100%;
	height:320px;
}
#index.bonestretch #visual h1 {
	text-indent: -9999px;
}

#index.bonestretch .section .section-body p {
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}
#index.bonestretch .section .section-body p strong {
	color: #fc643c;
	font-size: 24px;
}

.inner {
	width: 980px;
	margin: 0 auto;
}

#index.bonestretch #content #sec01 {
	background: url("../img/bg_sec01.jpg") repeat-y top center;
}

#index.bonestretch #content {
	width: 100%;
}

#sec01 dl {
	font-size: 20px;
	line-height: 34px;
}

#sec01 dl dt {
	font-weight: bold;
	color: #fff;
	background-color: #4db3e7;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px 0;
}

#sec01 dl dd {
	padding-bottom: 20px;
}
#sec01 dl dd ul.sub li {
	width: 50%;
	float: left;
}

#sec01 dl dd span {
	color: #4db3e7;
	display: inline-block;
	margin-right: 5px;
}



#sec02 {
	color: #fff;
	background: #005752;
}

#sec02 .section-header {
	background-color: #0e3933;
	text-align: center;
	padding: 40px 0;
}
#index.bonestretch #content #sec02 p strong {
	color: #fff100;	
}
#index.bonestretch #content #sec02 .whitebox p strong {
	color: #fc643c!important;	
}

#index.bonestretch #content #sec02 .whitebox .comment {
	background-color: #ddd;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	line-height: 34px;
	padding: 1em;
	margin-bottom: 25px;
}

#index.bonestretch #content #sec02 .whitebox ul {
	display: flex;
	margin-bottom: 25px;
}
#index.bonestretch #content #sec02 .whitebox ul.point3 li {
	float: left;
	background-color: #187546;
	color: white;
	font-size: 20px;
	text-align: center;
	width: 33%;
	margin: 0 10px;
	padding: 60px 0;
	
}

#index.bonestretch #content .session_hope {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 25px;
}
#index.bonestretch #content .session_hope p.face {
	background-color: #fff;
	height: 220px;
}

#index.bonestretch #content .session_hope .session_lead {
	display: block;
	width: 725px;
	height: 70px;
	padding-top: 40px;
	/*padding: 26px 0 40px;*/
	margin-bottom: 0;
	text-align: center;
	color: #fff100;
	font-size: 22px !important;
	font-weight: bold;
	background: #146039;
}

#index.bonestretch #content .session_hope .session_owner {
	/*padding: 28px 0 29px;*/
	height: 90px;
	padding-top: 20px;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	background: #187546;
}

#index.bonestretch #content .session_hope .session_owner strong {
	font-size: 26px;
}

#index.bonestretch #content .session_hope .session_owner a {
	display: inline-block;
	padding: 10px 36px 10px;
	margin-left: 39px;
	font-size: 20px; 
	font-weight: bold;
	color: #fff;
	border: 4px solid #dddddd;
	background: #fc643c
}

#index.bonestretch #content .session_hope .session_owner a:hover {
	opacity: .9;
}

.btn-pro {
	width: 180px;
	float: right;
	font-size: 15px!important;
	text-align: center;
	font-weight: bold;
}


#sec03 {
	color: #fff;
	background: #004986;
}
#sec03 .section-header {
	background-color: #0e3052;
	text-align: center;
	padding: 40px 0;
}
#index.bonestretch #content #sec03 p strong {
	color: #fff100;	
}
#index.bonestretch #content #sec03  .session_hope {
	display: flex;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

#index.bonestretch #content #sec03  .session_hope .session_lead {
	display: block;
	width: 725px;
	/*padding: 39px 0 44px;*/
	margin-bottom: 0;
	text-align: center;
	color: #fff100;
	font-size: 20px;
	font-weight: bold;
	background: #002b4f;
}

#index.bonestretch #content #sec03  .session_hope .session_owner {
	/*padding: 40px 0 40px;*/
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	background: #003a6a;
}

#index.bonestretch #content #sec03  .session_hope .session_owner strong {
	font-size: 26px;
}



/* slide */
#slide {
	width: 853px;
	margin: 0 auto 48px;
}


#slide .slick-prev:before {
    content: '';
}

#slide [dir='rtl'] .slick-prev:before {
    content: '';
}

#slide .slick-next:before {
    content: '';
}

#slide [dir='rtl'] .slick-next:before {
    content: '';
}

#slide .slick-prev {
	background: url("../img/icon_prev.png") no-repeat scroll right top;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 241px;
	left: -63px;
	overflow: hidden;
	z-index: 100;
}

#slide .slick-prev:hover {
	background: url("../img/icon_prev.png") no-repeat scroll right top;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#slide .slick-next {
	background: url("../img/icon_next.png") no-repeat scroll right top;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 241px;
	right: -63px;
	overflow: hidden;
}

#slide .slick-next:hover {
	background: url("../img/icon_next.png") no-repeat scroll right top;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}


#sec04 {
	color: #fff;
	background: #4db3e7;
}