@charset "utf-8";
/* CSS Document */

#wrapper {
  height: 2830px !important;
}
 @media only screen and (max-width:768px) {
		#wrapper {
  height: auto !important;
}
		#kv-pic {
			padding-top: 230px !important;
		}
}

#news h2{
	position: relative;
	z-index: 999;
	padding-left: 30px;
	box-sizing: border-box;
}
	#news h2:before{
    content: "";
    transform: skewX(-26deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #EEF5FF;
    background-size: 250px;
}
main #other-session section#session2:before{
	left:-80px !important;
}
