@charset "UTF-8";

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

#index.first .visual {	
	width: 960px;
	margin: 0px auto 40px auto;
	padding: 60px 10px;
	background: linear-gradient(-45deg, rgba(34, 172, 60, 0.9), rgba(90, 163, 204, .8));
}
#index.first  h1 {
	text-align: center;
	color: white;
	font-size: 46px;	
	line-height: 50px;	
	text-align: center;
}

#index.first .visual p {
	text-align: center;
}

#index.first .section .section-body {
	padding: 0 30px;
}
#index.first .section .section-body p {
	margin-bottom: 1.4em;
}

.inner {
	width: 980px;
	margin: 0 auto;
}
#index.first #content #sec01 {
  	background-size: cover!important;
	padding-top: 60px;
	background: linear-gradient(-45deg, rgba(255, 255, 255, .0), rgba(34, 172, 60, 0.2)),
  url("../img/bg_first_world.jpg") center center;
	position: relative;
}
#index.first #sec01_02::before,
#index.first #sec02::before{
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 80px solid rgba(245, 214, 85, 1);
  border-bottom-width: 0;
	z-index: 9999;
}
#index.first #sec01_02{
	
  	background-size: cover!important;
	padding-top: 60px;
	background: linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(208, 231, 256, 0.9)),
  url("../img/bg_cloud.jpg") top center;
	position: relative;
	padding-bottom: 40px;

}
#index.first #sec02{
	
  	background-size: cover!important;
	padding-top: 60px;
	background: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(208, 231, 256, 0.8)),
  url("../img/bg_cloud.jpg") top center;
	position: relative;
	padding-bottom: 40px;

}
#index.first .heading {
	margin: 0px auto 40px auto;
	padding: 30px 0;
	background: linear-gradient(-45deg, rgba(34, 172, 60, 0.4), rgba(179, 212, 104, .4));
}


h2.text-detail {
	font-size: 30px!important;
}

.img-book {
	width: 60%;
	
}

.booklist {
	height: 12em;
}

.bg-blue {
	border-radius: 4px;
	position: relative;
	padding-bottom: 20px;
}

.bg-blue::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #0084CB;
  border-bottom-width: 0;
	z-index: 9999;
}
