@charset "UTF-8";


#index.bonestretch img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
 
#index.bonestretch #visual {
	background: url(../img/visual_sp.png) no-repeat top center #0074c6;
	width: 100%;
}
#index.bonestretch #visual h1 {
	padding: 30px 15px;
	color: #fff;
	text-align: center;
}

#index.bonestretch .section .section-body p {
	font-size: 14px;
	text-align: left;
}
#index.bonestretch .section .section-body p strong {
	color: #fc643c;
	font-size: 16px;
}

.inner {
	padding: 0 20px;
	margin: 0 auto;
}

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

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

#sec01 h2 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #082b46;
	text-align: center;
	background: linear-gradient(to right, #86abbf, #f3f9fd, #86abbf);
}

#sec01 dl {
	font-size: 16px;
	line-height: 1.74;
}

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

#sec01 dl dd {
	padding-bottom: 20px;
}
#sec01 dl dd ul.sub:after {
	content: "";
	display: block;
	clear: both;
}

#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: left;
	padding: 15px 10px;
}

#sec02 .section-header h3 {
	color: #fff100;
}

#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: 16px;
	line-height: 34px;
	padding: 1em;
	margin-bottom: 25px;
}

#index.bonestretch #content #sec02 .whitebox ul {
	margin-bottom: 25px;
}
#index.bonestretch #content #sec02 .whitebox ul.point3 li {
	background-color: #187546;
	color: white;
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px;
	padding: 30px 0;
}

#index.bonestretch #content #sec02 h4 {
	color: #009944;
}

#index.bonestretch #content .session_hope {
	align-items: center;
	font-size: 18px;
}
#index.bonestretch #content .session_hope p.face {
	background-color: #fff;
}

#index.bonestretch #content .session_hope .session_lead {
	display: block;
	padding: 20px 15px 20px;
	/*padding: 26px 0 40px;*/
	margin-bottom: 0;
	text-align: left;
	color: #fff100;
	font-size: 18px !important;
	font-weight: bold;
	background: #146039;
}

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

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

#index.bonestretch #content .session_hope .session_owner a {
	display: block;
	padding: 10px;
	margin-top: 20px;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 4px solid #dddddd;
	background: #fc643c
}

.btn-pro {
	font-size: 14px!important;
	text-align: left;
	font-weight: bold;
}


#sec03 {
	color: #fff;
	background: #004986;
}
#sec03 .section-header {
	background-color: #0e3052;
	text-align: left;
	padding: 40px 15px;
}

#sec03 .section-header h3 strong {
	color: #fff100;
}
#sec03 .section-header h3 strong span {
	display: block;
	color: #fff;
}
#index.bonestretch #content #sec03 p strong {
	color: #fff100;	
}
#index.bonestretch #content #sec03  .session_hope {
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#index.bonestretch #content #sec03  .session_hope .session_lead {
	display: block;
	/*padding: 39px 0 44px;*/
	margin-bottom: 0;
	text-align: center;
	color: #fff100;
	font-size: 18px;
	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: left;
	background: #003a6a;
}

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



/* slide */
#slide {
	margin: 0 25px 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;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	overflow: hidden;
	z-index: 100;
}

#slide .slick-next {
	background: url("../img/icon_next.png") no-repeat scroll right top;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	overflow: hidden;
}


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