@charset "UTF-8";

#index #content {
	width: 100%;
}

.font-ex {
font-size: 30px!important;
}
#visual {

	background: linear-gradient(-45deg, rgba(119,101,65, 0.1), rgba(217, 186, 140, .1)),
	  url("../img/visual.jpg") top center repeat;
		background-size: cover;
	padding:60px 0;
}

#visual h1 {	
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 60px 0;
	background: linear-gradient(-45deg, rgba(119,101,65, 0.9), rgba(217, 186, 140, 0.9));
	text-align: center;
	color: white;
	font-size: 46px;	
	line-height: 60px;	
	text-align: center;
}
#visual h1 small {
	font-size: 30px;	
}
#visual p {
	margin: 90px auto;
	text-align: center;
	font-size: 26px;
	line-height: 50px;	
}



.section {
	width: 100%;	
}

.section .section-header {
	padding: 50px 0 25px 0;
}
.section .section-body {
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 50px;
}
.section .section-body p {
}
.section .section-body p strong {
	color: #1f4e79;
	font-size: 24px;
}

.question strong {
	border-bottom:  1px solid #999;
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.section.con04 .section-header,
.section.con04 .section-body{
	padding: 0;
	color: #111;
}

.section.con04 .section-body {
	border: 10px solid rgba(119,101,65, 1.0);
	text-align: left;
	padding: 50px 50px 30px 50px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.section.con04 .section-body h4{
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #fff;
	position: relative;
	background: rgba(119,101,65, 1.0);
	margin-bottom: 30px;
	padding: 1em 2em;
}
.section.con04 .section-body h4:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(119,101,65, 1.0) transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.section.con04 .section-body .basic h4 {
	background-color: #1d9737;
}
.section.con04 .section-body .basic h4:after{
  border-color: #1d9737 transparent transparent transparent;
}

.section.con04 .section-body .trial h4 {
	background-color: #1f4e79;
}
.section.con04 .section-body .trial h4:after{
  border-color: #1f4e79 transparent transparent transparent;
}

.section.con04 .extra {
	font-size: 28px!important;
	line-height: 46px;
	padding-bottom: 50px;
}
.section.con05 {
	background: linear-gradient(-45deg, rgba(119,101,65, 0.2), rgba(217, 186, 140, .2)),
	  url("../img/visual.jpg") bottom center repeat;
		background-size: cover;
}
i.clock {
	display: inline-block;
	background: url("../../online/img/clock.svg") top center;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}

.font-ex2 {
	font-size: 36px!important;
	line-height: 50px;
}
.font-ex2 span {
	font-size: 26px!important;
}