.gray {
  color: #333; }

.white {
  color: #fff; }

.black {
  color: #999; }

.small {
  font-size: 12px;
  letter-spacing: 1px; }

.middle {
  font-size: 14px;
  letter-spacing: 2px; }

.xmiddle {
  font-size: 20px;
  letter-spacing: 2px; }

.large {
  font-size: 26px;
  letter-spacing: 3px; }

.xlarge {
  font-size: 38px;
  letter-spacing: 3px; }

.gray {
  color: #333; }

.white {
  color: #fff; }

.black {
  color: #999; }

.small {
  font-size: 12px;
  margin-bottom: 0 !important;
  letter-spacing: 1px; }

.middle {
  font-size: 14px;
  letter-spacing: 2px; }

.xmiddle {
  font-size: 20px;
  letter-spacing: 2px; }

.large {
  font-size: 26px;
  letter-spacing: 3px; }

.xlarge {
  font-size: 38px;
  letter-spacing: 3px; }

.shadow {
  box-shadow: 1px 1px 1px #000; }

@media (max-width: 767px) {
  .midle {
    font-size: 15px; } }
hr.bold {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 7%;
  border: 3px solid #fff; }
hr.bold-bk {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 3%;
  border: 3px solid #333; }

.bold-green {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 3%;
  border: 3px solid #0a4826; }

hr.plain {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; }

.black {
  color: #000 !important; }

.w500 {
  width: 500px;
  margin: 0 auto; }

.bg-white {
  background: white; }

/*------------------------------------------------------------
	TOP Page
------------------------------------------------------------*/
.top-sp {
  padding: 48px 0;
  background: #eee; }
  .top-sp .button-sp {
    background: #20C269;
    padding: 20px 10px;
    margin: 0px 20px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #1CA95B;
    border-radius: 4px; }
    .top-sp .button-sp a{
      color: white;
    }

.top {
  color: #fff;
  text-align: left; }
  .top img {
    min-width: 360px;
    max-width: 400px;
    margin-left: 40px;
    margin-top: 100px; }
  .top p {
    margin-top: 30px;
    width: 500px; }
  .top h3 {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
    padding: 16px;
    border: solid 1px #fff;
    width: 250px;
    height: 60px;
    color: white;
    text-align: center; }
    .top h3:hover {
      cursor: pointer;
      opacity: 0.9;
      color: #20c469;
      background: #fff;
      -webkit-transition: 0.5s; }

#users {
  background: url("../img/pattern.png"); }

.navbar-inverse {
  color: #fff;
  background: #20c469;
  opacity: 0.9; }

aside.cta-quote {
  padding: 240px 0; }

.stroke {
  padding: 60px 30px;
  border: solid 1px #fff;
  width: 450px; }

.table tr {
  padding: 10px 0; }

.brand-col img {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 20px; }

#users {
  color: #0A4826; }
  #users .can {
    width: 200px;
    margin: 0 auto;
    float: right; }
    #users .can:after {
      clear: both; }
  #users .raw {
    padding: 0 20px; }

#voice .voice-box {
  border-collapse: collapse;
  border-spacing: 10px 0; }
  #voice .voice-box .ceo {
    box-sizing: border-box;
    padding: 30px; }
    #voice .voice-box .ceo img {
      margin-top: 25px; }
    #voice .voice-box .ceo h3 {
      letter-spacing: 2px;
      line-height: 144%; }
    #voice .voice-box .ceo img {
      margin-bottom: 20px; }
    #voice .voice-box .ceo .name {
      font-size: 20px;
      color: #05A94E;
      letter-spacing: 0px; }
    #voice .voice-box .ceo .button {
      border: 1px solid #000;
      padding: 4px 10px;
      text-align: center;
      width: 60%;
      font-size: 13px;
      margin: 0 auto;
      color: black;
      margin-top: 14px;
      transition: .5s; }
      #voice .voice-box .ceo .button:hover {
        background: black;
        color: white; }

img.frasko {
  width: 500px;
  margin: 20px 20px 0 0;
  float: right; }

footer {
  padding: 40px 0 10px; }
