@charset "UTF-8";

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

#index.online .visual {	
	width: 980px;
	margin: 0px auto 40px auto;
	padding: 60px 0;
	background: linear-gradient(-45deg, rgba(0, 118, 184, 0.8), rgba(90, 163, 204, .6));
}
#index.online  h1 {
	text-align: center;
	color: white;
	font-size: 46px;	
	line-height: 50px;	
	text-align: center;
}

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

#index.online .section .section-body {
	padding: 0 30px;
}
#index.online .section .section-body p {
	margin-bottom: 1.4em;
}
#index.online .section .section-body p strong {
	color: #fff100;
}

.inner {
	width: 980px;
	margin: 0 auto;
}
#index.online #content #sec01 {
  	background-size: cover!important;
	padding-top: 60px;
	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.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.online #content #sec01_02 {
	background: #fff;
}
#index.online .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;
}

#index.online #content #sec02 {
  	background-size: cover!important;
	padding-top: 60px;
	background: linear-gradient(-45deg, rgba(0, 118, 184, .2), rgba(255, 255, 255, .6)),
  url("../img/bg_online.jpg") top center;
	position: relative;
}
#index.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.online #content #sec02_02 {
	background: #fff;
}
#index.online #content #sec02.section .section-body {
	margin-bottom: 0;
}

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

#index.online #content #sec03 {
	background: linear-gradient(-45deg, rgba(0, 0, 0, .8), rgba(0, 118, 184, .6)),
  url("../img/bg_device.jpg") top center;
  	background-size: cover;
	padding-top: 60px;
	padding-bottom: 50px;
}

#index.online #content #sec04 {
	background: linear-gradient(-45deg, rgba(0, 118, 184, .8), rgba(90, 163, 204, .6));
}

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.online .btn.accent {
	border: 4px solid #ff9e35;
	background-color: #ffba53;
}
#index.online .btn.accent:hover {
	background-color: #ff9e35;
}
#index.online .btn.accent strong {
	display: block;
	border: 2px solid #fff;
	padding: 30px 0;
}



/* フロートボタン */
#buynow {
    position: fixed;
    top: 20%;
	right: 0;
	z-index: 10000;
}
#buynow a {
	width: auto; 
    height: auto;
	line-height: 24px;
    display: block;
	text-align: center;
	background-color: crimson;
	color:  white;
	font-weight: bold;
	font-size: 20px;
	writing-mode: vertical-rl;
	padding: 15px 20px 40px 10px;
}