/*
 * .real
 * .real .hero
 * .real .title
 * .real .graphic
 * .real .comment
 * .real .col1
 * .real .col2
 * .real .voices
 */
/*
 *
 * .real
 *
 */
.real {
  counter-reset: num;
}

.real .frame {
  padding-bottom: 80px;
}

/*
 *
 * .real .hero
 *
 */
.real .hero {
  padding-top: 106px;
  text-align: center;
  background: transparent url("../../special/image/real-bg.png") scroll no-repeat center 0px;
  -webkit-background-size: 775px 405px;
  background-size: 956px 504px;
}

.no-backgroundsize .real .hero {
  background: transparent url("../../special/image/real-bg-fallback.png") scroll no-repeat center 75px;
}

.real .hero__category {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  /*26px / 13px*/
  padding-top: 68px;
  margin-bottom: .5em;
  letter-spacing: .18em;
}

.real .hero__catch {
  font-size: 4em;
  /*52px / 13px*/
  font-weight: bold;
  letter-spacing: .18em;
  margin-bottom: .8em;
  line-height: 1.6;
  padding-top: 20px;
}

.real .hero__lede {
  font-size: 1.385em;
  /*16px / 13px*/
  line-height: 2;
  letter-spacing: 0.09;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .frame {
    width: 90%;
    margin: 0 auto;
  }

  .real .hero {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .real .hero__category {
    font-size: 1.076923077em;
    /*14px / 13px*/
    padding-top: 0;
  }

  .real .hero__catch {
    font-size: 1.692307692em;
    /*22px / 13px*/
  }

  .real .hero__lede {
    font-size: 1em;
    text-align: left;
  }

  .real .hero__lede br {
    display: none;
  }
}
/*
 *
 * .real .title
 *
 */
.real .title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.real .title:before {
  font-family: 'Roboto', sans-serif;
  counter-increment: num;
  content: "Q" counter(num);
  font-size: .638888889em;
  /*23px / 36px*/
  display: inline-block;
  padding: 50px 46px;
  background: transparent url("../../special/image/real-num-bg.png") scroll no-repeat center center;
  -webkit-background-size: 118px 123px;
  background-size: 118px 123px;
  font-size: 23px !important;
}

.real .title span {
  display: inline-block;
  vertical-align: middle;
}

.no-backgroundsize .title:before {
  background: transparent url("../../special/image/real-num-bg-fallback.png") scroll no-repeat left top;
}

@media only screen and (max-width: 480px) {
  .real .title:before {
    padding: 28px 0;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-background-size: 77px 80px;
    background-size: 77px 80px;
    margin-bottom: 20px;
  }
}
/*
 *
 * .real .graphic
 *
 */
.real .graphic {
  text-align: center;
}

/*
 *
 * .real .comment
 *
 */
.real .comment {
  background-color: #FAFA00;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 80px;
  font-size: 1.384615385em;
  /*18px / 13px*/
}

/*
 *
 * .real .col1
 *
 */
.real .col1 {
  margin: 80px auto 0;
  width: 960px;
}

.real .col1 .col2__item {
  vertical-align: middle;
}

.real .col1 .title {
  font-size: 2.615230769em;
  /*36px / 13px*/
  margin-left: 84px;
  line-height: 1.5em;
}

.real .col1 .title:before {
  margin: 0 30px 30px 0;
  font-size: .638888889em;
  /*23px / 36px*/
}

.real .col1 .comment {
  margin: 50px auto 80px;
  padding: 36px 168px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 792px;
}

@media only screen and (max-width: 480px) {
  .real .col1 {
    margin: 60px auto 0;
    width: 100%;
  }

  .real .col1 .title {
    margin-left: 0;
    font-size: 1.230769231em;
    /*16px / 13px*/
    text-align: center;
    margin-bottom: 30px;
  }

  .real .col1 .title:before {
    font-size: 1.15em;
    /*23px / 20px*/
    margin: 0 0 20px 0;
  }

  .real .col1 .comment {
    margin: 30px auto 60px;
    padding: 1em 2em;
    width: 100%;
    font-size: 1.076923077em;
    /*14px / 13px*/
    border-radius: 20px;
  }
}
/*
 *
 * .real .col2
 *
 */
.real .col2 {
  width: 1040px;
  margin-left: -48px;
}

.real .col2__item {
  width: 456px;
  margin-left: 48px;
  display: inline-block;
  vertical-align: top;
}

.real .col2 .title {
  font-size: 2.076923077em;
  /*27px / 13px*/
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

.real .col2 .title:before {
  font-size: .766666667em;
  /*28px / 30px*/
  margin: 0 auto 40px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 122px;
}

.real .col2 .comment {
  margin: 50px auto 80px;
  padding: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.real .col2 .comment__mb-none {
  margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
  .real .col2 {
    margin: 30px auto 0;
    width: 100%;
  }

  .real .col2__item {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .real .col2 .title {
    margin-left: 0;
    font-size: 1.230769231em;
    /*16px / 13px*/
    text-align: center;
    margin-bottom: 30px;
  }

  .real .col2 .title:before {
    font-size: 1.15em;
    /*23px / 20px*/
    margin: 0 0 20px 0;
    width: 100%;
  }

  .real .col2 .graphic {
    margin: 30px auto;
  }

  .real .col2 .comment {
    margin: 30px auto 60px;
    padding: 1em 2em;
    width: 100%;
    font-size: 1.076923077em;
    /*14px / 13px*/
    border-radius: 20px;
  }
}
/*
 *
 * .real .voices
 *
 */
.real .voices {
  width: 792px;
  margin: 0 auto;
}

.real .voices__item {
  display: inline-block;
  margin-bottom: 40px;
}

.real .voices__item--left {
  float: left;
  clear: left;
}

.real .voices__item--right {
  float: right;
  clear: right;
}

.real .voices__item--center {
  display: block;
  text-align: center;
  clear: both;
  margin: 40px auto;
}

@media only screen and (max-width: 480px) {
  .real .voices {
    width: 100%;
  }

  .real .voices__item {
    display: block;
    text-align: center;
    float: none;
    margin: 10px auto;
  }
}
