body, html {
  color: #3E3D3D;
  overflow-x: hidden;
}

p {
	margin: 0 0 15px;
	line-height: 1.6;
}

a {
	color: #2D2D2D;
}

a:hover, a:focus {
  text-decoration: none;
  color: #2D2D2D;
}

.divide-line-wrapper {
  margin-bottom: 24px;
}

.divide-line {
  margin: 0 auto !important;
  width: 64px !important;
  border: 1px solid #767676 !important;
}

.heading {
  font-size: 60px !important;
  line-height: 64px !important;
  letter-spacing: -2.5px !important;
}

/*********COMMON*************/

button:focus{
  outline: 0;
}

.left {
  text-align: left;
}

.btn-effect {
  padding: 20px 50px;
  border-radius: 50px;
}

.btn-effect-contact {
  width: 350px;
  padding: 20px 70px;
  border-radius: 50px;
}

.btn-effect-voice {
  width: 350px;
  padding: 30px 70px;
  border-radius: 50px;
}

/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
	padding: 0 0 10px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 .last-nav a::after {
	background: none;
}

img {
	max-width: 100%;
}

.lead2 {
  text-align: left;
  margin-bottom: 3%;
  line-height: 2;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
}

.lead2 p {
	line-height: 2;
}

.more {
	margin-top: 30px;
}

h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 300;
	color: white;
	line-height: 1.7;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 {
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 5%;
	margin-top: 7%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h3 {
	font-size: 15px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section {
	padding-bottom: 5%;
}

.mt5 {
	margin-top: 5%;
}

.mb10 {
	margin-bottom: 10%;
}


.center {
	text-align: center;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.to-top {
  position: fixed;
  color: white;
  bottom: 3%;
  right: 3%;
  padding: 20px 10px;
  background: #3A3A3A;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  padding: 20px;
}

.to-top:hover,
.to-top:focus {
  color: white;
}

.to-top i {
  font-size: 40px;
}

/* Navigation */

#tf-menu {
	transition: all 0.8s;
}

#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-size: 14px;
}

.on {
	background-color: #222222 !important;
	padding: 0 !important;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-nav li:last-child {
	background: #8EC31F;
	padding: 15px;
	margin-left: 20px;
	font-weight: bold;
}

/* Home Style */

#tf-home {
	background: url(../img/27467125.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-bottom: 3px solid #8ec31f;
}

.overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
	/* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 0 0 5% 0;
}

.content {
  position: relative;
  padding: 180px 20px 60px;
}

.br-sp { display: none; }

/********HEADER********/

.lead {
  font-size: 50px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.lead-comment {
  font-size: 25px;
  text-align: center;
  color: white;
}

/**********TOP REASON***********/

.reason h3 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #3A3A3A;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.reason p {
	font-size: 20px;
}

.reason .reason-img {
	/* max-width: 65%; */
	float: right;
}

/**********TOP STEP***********/

.circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgb(142, 195, 31);
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  color: white;
  font-size: 40px;
}

.top-step h3 {
  font-size: 25px;
}

.top-step .step-text {
  font-size: 20px;
}

/**********TOP ACHIEVEMENT**********/

.lead2 p {
  margin: 0;
  font-size: 25px;
  margin-bottom: 4%;
  line-height: 1.5;
}

.ach-box {
	padding: 15px;
	background: white;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 20px;
}

.ach-box-left {
	float: left;
	width: 50%;
}

.ach-box-right {
	float: right;
	width: 45%;
}

.ach-box h3 {
	margin: 0;
	font-size: 30px;
	margin-bottom: 4%;
	line-height: 1.5;
}

/**********TOP VOICE**********/

#top-voice .col-sm-3 p {
  font-size: 14px;
  line-height: 1.6;
}

#top-voice img {
  margin-bottom: 30px;
  height: 240px;
}

#top-voice .quote {
  line-height: 0 !important;
  font-size: 35px;
  color: #8EC31F;
}

/********CONTACT*********/

.header-button {
	margin-top: 4%;
	padding: 15px 30px!important;
	background: #8EC31F!important;
	color: white;
	text-shadow: none!important;
	font-size: 16px!important;
}

.contact-wrap {
	width: 700px;
}

.contact-comment {
  font-size: 16px;
}

.contact-size {
  font-size: 45px;
}

#contact-line-color {
  rgb(0,185,0)
}

/********RELATION*********/

#relation .row {
  margin-bottom: 5%;
}

.faq-icon {
  font-size: 25px;
}

.faq-pc-divide {
  margin-bottom: 60px
}

/*******FOOTER*********/

footer {
  background-color: #222222;
  height: 700px;
}

.footer-nav {
	margin: 20px 0 60px 0;
}

.footer-info {
	width: 540px;
	margin: 0 auto;
	border: 1px solid #404040;
	padding: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
	font-size: 10px;
	text-align: center;
}

.footer-info p {
	display: inline-block;
	margin-bottom: 0;
}

.footer-info p:first-child {
	border-right: 1px solid #404040;
	padding-right: 20px;
	margin-right: 20px;
}

.footer-info-left {
  text-align: left;
  font-size: "12px";
}

.bottom-lead {
	color: white;
	margin-top: 20px;
	text-align: center;
}

.copyright {
	text-align: center;
	color: #5D5D5D;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 20px 0;
}

/*******SP*********/

@media screen and (max-width: 640px) {
  .circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(142, 195, 31);
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: white;
    font-size: 40px;
  }

  .br-sp {
    display: block;
  }

  .sp-margin {
    margin-top: 85px;
  }

  #tf-home {
    background-attachment: inherit;
  }

  #tf-home h1 {
    padding: 0 20px;
  }

  #tf-menu {
    padding: 10px;
    transition: all 0.8s;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-toggle {
    padding: 10px 15px!important;
    margin: 10px;
  }
  .navbar-brand img {
    width: 145px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 15px;
  }
  .lead {
    font-size: 25px;
    margin: 30px 0;
    padding-bottom: 20px;
  }

  #top-line {
    margin-top: 60px;
  }

  .lead-comment {
    font-size: 20px;
    margin: 30px 0;
    padding-bottom: 20px;
  }

  .lead2 {
    line-height: 1.7;
    font-size: 18px;
  }

  .lead2 p {
    font-size: 18px;
    margin-bottom: 13%;
    line-height: 1.5;
  }

  .content {
    padding: 22% 0 0;
  }

  .heading {
    font-size: 28px !important;
    line-height: 64px !important;
    letter-spacing: -2.5px !important;
  }

  .ach-box h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 4%;
    line-height: 1.5;
  }

  .reason p{
    font-size: 18px;
  }

  .sp-mb {
    margin-bottom: 60px;
  }

  .sp-mb-divide {
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 auto !important;
    width: 100%;
  }

  .sp-voice-divide {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
  }

  .footer-info {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .footer-info p:first-child {
    border-right: none;
    padding: 0;
    margin: 0;
  }
  .footer-info p:last-child {
    margin-top: 30px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
  }
  #tf-menu.navbar-default {
    background-color: rgba(21, 21, 21, 0.93);
    border-color: rgba(231, 231, 231, 0);
  }
  .ach-box {
    height: auto;
  }
  .ach-box-left {
    float: none;
    width: 100%;
  }
  .ach-box-right {
    float: none;
    width: 100%;
  }
  .contact-wrap {
    width: 100%;
  }

  #relation .row {
    margin-bottom: 0;
  }

  #relation .btn {
    margin-bottom: 5%;
  }
}
