@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Raleway:700';
/* kso-article-page 
-----------------------------------------------*/
#kso-article-page h2 {
	margin-bottom: 80px;padding: 0;
	font-size:24px;font-weight: 400;text-align: center;
}
#kso-article-page h2 small {font-size: 14px;color: #A7A7A7;}
#kso-article-page h3 {margin:20px 0;font-size:20px;font-weight: 400;}
#kso-article-page h4 {font-size:16px;font-weight: 400;}
#kso-article-page p{line-height:24px}

/* ico-column */
#kso-article-page .ico-column {margin-bottom:30px;}
#kso-article-page .ico-column h3,
#kso-article-page .ico-column h4 {position:relative;padding-bottom:20px;margin-bottom:20px;line-height: 1.4;}
#kso-article-page .ico-column h3:before,
#kso-article-page .ico-column h3:after, 
#kso-article-page .ico-column h4:before,
#kso-article-page .ico-column h4:after {
	content:'';display:block;
	position:absolute;bottom:3px;width:100px;height:1px;
	background-color:#ddd;
}
#kso-article-page .ico-column h3:after,
#kso-article-page .ico-column h4:after {bottom:-3px;width:60px;}
#kso-article-page .ico-column p {color:#999;}
#kso-article-page .ico-column i {color:#ddd;}

/* grid-section */
#kso-article-page .grid-block {padding-top: 80px;padding-bottom: 80px;background-color: #f5f5f5;}
#kso-article-page .grid-block h3.line-head-left {margin: 0 0 40px 0;border-left: 10px solid #e5e5e5;}
#kso-article-page .grid-block .grid-img {position: relative;margin-bottom: 30px;z-index: 1;}
#kso-article-page .grid-block .grid-img:after {
	content: '';
	position: absolute;left: 3em;top: 3em;
	width: 100%;height: 100%;
	border: 10px solid #e5e5e5;
	z-index: -1;
}

/* grid-section */
#kso-article-page .article-section {padding-top: 100px;padding-bottom: 60px;}
#kso-article-page .article-section .ico-column {margin-bottom: 60px;}
#kso-article-page .article-section .article-block {position: relative;margin-bottom: 80px;padding-bottom: 40px;border-bottom: 1px solid #e8e8e8;}
#kso-article-page .article-section .article-block h4 {margin-top: 0;margin-bottom: 20px;}
#kso-article-page .article-section .article-block h4.line-point-bottom:after {background-color: #bbb;}
#kso-article-page .article-section .article-block>div {color: #999;line-height:24px;}
#kso-article-page .article-section .article-block>.numb {
	position: absolute;left: -30px;top: -10px;
	font-size: 80px;font-weight: 700;font-family: 'Raleway', 'Open Sans';
	line-height: 0;
	color: #f2f2f2;
}


@media (max-width: 768px) {
	#kso-article-page .article-section .article-block>.numb {left: 0;}
}
@media (max-width: 480px) {
	#kso-article-page .grid-block .grid-img:after {display: none;}
}
