@charset "UTF-8";

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

#index.tutoring_online .visual {	
	margin: 0px auto 40px auto;
	padding: 40px 20px 30px 20px;
	background: linear-gradient(-45deg, rgba(0, 118, 184, .8), rgba(90, 163, 204, .6));
}
#index.tutoring_online  h1 {
	text-align: center;
	color: white;
	font-size: 30px;	
	line-height: 40px;	
	text-align: center;
	margin-bottom: 15px;
}

#index.tutoring_online .section .section-body p {
	/*font-size: 14px;
	line-height: 1.75;*/
	margin-bottom: 0.8em;
	text-align: left;
}
#index.tutoring_online .section .section-body p strong {
	color: #fff100;
	font-size: 16px;
}

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

#index.tutoring_online #content #sec01 {
  	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(0, 118, 184, .2), rgba(255, 255, 255, .6)),
  url("../img/bg_online_world.jpg") top center;position: relative;
}
#index.tutoring_online #content #sec01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 60px solid transparent;
  border-top: 60px solid rgba(0, 132, 203, 1);
  border-bottom-width: 0;
}

#index.tutoring_online #content #sec01_02 {
	background: #fff;
	padding: 0px 20px;
}
#index.tutoring_online .heading {	
	margin: 0px auto 20px auto!important;
	padding: 30px 0px 10px 0px!important;
	background: linear-gradient(-45deg, rgba(34, 172, 60, 0.4), rgba(179, 212, 104, .4));
}

#index.tutoring_online #content #sec02 {
  	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(0, 118, 184, .2), rgba(255, 255, 255, .6)),
  url("../img/bg_online.jpg") top center;
	position: relative;
	padding-top: 20px;
}
#index.tutoring_online #content #sec02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 60px solid transparent;
  border-top: 60px solid rgba(0, 132, 203, 1);
  border-bottom-width: 0;
}
#index.tutoring_online #content #sec02_02 {
	background: #fff;
	padding: 0px 20px;
}
#index.tutoring_online #content #sec02.section .section-body {
	margin-bottom: 0;
}

h2.text-detail {
	font-size: 24px!important;
	line-height: 30px!important;
}
#index.tutoring_online .btn {
	text-align: center;
}
@media (max-width: 640px) {
	.col-3 {
	float: left;
	}
	.col-3,.col-9 { width: 100%; }
	
	.col-3,.col-9,.col-12 {
		padding: 0;
	}
}

.price {
	border: 4px solid #333;
	padding: 20px 30px;
	margin-bottom : 20px;
	background: linear-gradient(-45deg, rgba(0, 118, 184, .2), rgba(255, 255, 255, .8));
}

#index.tutoring_online #content #sec03 {
	background: linear-gradient(-45deg, rgba(0, 118, 184, .8), rgba(99, 175, 135, .9)),
  url("../img/bg_con02.jpg") top center;
  	background-size: cover;
}


#index.tutoring_online #content #sec04 {
	background: linear-gradient(-45deg, rgba(255,255,255, 0.0), rgba(255,255,255, 0.0)),
	  url("../img/bg_lightwatercolor.jpg") top center repeat;
		background-size: cover;
}

i.clock {
	display: inline-block;
	background: url("../img/clock.svg") top center;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}
i.hatena {
	display: inline-block;
	background: url("../img/hatena.svg") top center;
	width: 18px;
	height: 18px;
	margin-right: 0.5em;
}
#index.tutoring_online .btn.accent {
	border: 4px solid #ff9e35;
	background-color: #ffba53;
}
#index.tutoring_online .btn.accent:hover {
	background-color: #ff9e35;
}
#index.tutoring_online .btn.accent strong {
	display: block;
	border: 2px solid #fff;
	padding: 30px 0;
}