@charset "UTF-8";
img {
  max-width: 100%;
}

html {
  /* overflow-y: scroll; */
  font-size: 62.5%;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 50%;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1100px;
  margin: auto;
  width: 95%;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 95%;
  }
}

.helvetika {
  font-family: Helvetica;
}

header {
  background: #000;
  padding: 10px 0;
}

header .logo {
  max-width: 280px;
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  header .logo {
    width: 50%;
  }
}

.fv {
  background: url("./../images/fv_bg.png");
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.fv .inner {
  min-height: 720px;
}

.fv .abso1 {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 600px;
  width: 50%;
  z-index: 10;
}

.fv .abso2 {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv .abso2 .center_cont .label {
  text-align: center;
  margin-bottom: 55px;
}

.fv .abso2 .center_cont .label span {
  display: inline-block;
  padding: 10px 0;
  max-width: 285px;
  width: 95%;
  background: #f49524;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.fv .abso2 .center_cont .label span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  border: 20px solid transparent;
  border-top: 20px solid #f49524;
  margin-left: -20px;
}

.fv .abso2 .center_cont h2 {
  color: #f49524;
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: Helvetica;
}

.fv .abso2 .center_cont h2 .black {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.fv .abso2 .center_cont h2 .small {
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.fv .fv_orange {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("./../images/fv_orange.png");
  background-size: cover;
  background-position: right;
  color: #fff;
  padding: 20px 50px 20px 30px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6em;
}

.bg_orange {
  background: #f49524;
  padding: 75px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.bg_orange p {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.bg_orange h2 {
  font-size: 3rem;
}

.bg_orange h2 .br {
  display: block;
  margin-bottom: 30px;
}

.bg_orange h2 .ft43 {
  font-size: 4.3rem;
}

.bg_orange h2 .normal {
  font-weight: normal;
}

.bg_orange h2 .small {
  font-size: 2rem;
}

.cv_cont {
  background-color: #254f7a;
  background-image: url("./../images/iphonex.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 50px 0;
}

@media screen and (max-width: 640px) {
  .cv_cont {
    background-size: cover;
  }
}

.cv_cont .label_box {
  max-width: 820px;
  margin: 0 auto 85px;
}

.cv_cont .label_box span {
  width: 48%;
  background: #f49524;
  color: #fff;
  font-size: 2.4rem;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cv_cont .label_box span {
    font-size: 2rem;
  }
}

.cv_cont .label_box span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  border: 20px solid transparent;
  border-top: 20px solid #f49524;
  margin-left: -20px;
}

.cv_cont .label_box span:nth-child(1) {
  float: left;
  margin-right: 2%;
}

.cv_cont .label_box span:nth-child(2) {
  float: right;
  margin-left: 2%;
}

.cv_cont h2 {
  text-align: center;
  margin-bottom: 50px;
}

.cv_cont h2 span {
  font-size: 3rem;
  padding: 20px 50px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .cv_cont h2 span {
    padding: 20px;
  }
}

.cv_cont .cv_contact {
  max-width: 820px;
  margin: auto;
}

.cv_cont .cv_contact dl {
  width: 49%;
  max-width: 360px;
}

.cv_cont .cv_contact dl:nth-child(1) {
  float: left;
  margin-left: 1%;
}

@media screen and (max-width: 640px) {
  .cv_cont .cv_contact dl:nth-child(1) {
    float: none;
    width: 95%;
    margin: 20px auto;
  }
}

.cv_cont .cv_contact dl:nth-child(2) {
  float: right;
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
  .cv_cont .cv_contact dl:nth-child(2) {
    float: none;
    width: 95%;
    margin: 20px auto;
  }
}

.cv_cont .cv_contact dt {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.cv_cont .cv_contact dt span {
  position: relative;
  display: inline-block;
}

.cv_cont .cv_contact dt span:before {
  position: absolute;
  content: "";
  left: -30px;
  height: 20px;
  width: 20px;
  background: url("./../images/ttl_before.png");
  background-size: cover;
}

.cv_cont .cv_contact dt span:after {
  position: absolute;
  content: "";
  right: -30px;
  height: 20px;
  width: 20px;
  background: url("./../images/ttl_after.png");
  background-size: cover;
}

.cv_cont .cv_contact dd {
  text-align: center;
}

.kadai {
  background-color: #5a5a5a;
}

.kadai h2 {
  background: url(../images/kadai_bg.png);
  background-position: bottom center;
  color: #fff;
  padding: 65px 0 120px;
  text-align: center;
}

.kadai h2 span {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 15px;
  position: relative;
}

.kadai h2 span:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}

.kadai h2 span:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}

.kadai .bg_beige {
  position: relative;
  min-height: 450px;
  position: relative;
}

.kadai .bg_beige:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -79px;
  border: 40px solid transparent;
  border-top: 40px solid #5a5a5a;
  margin-left: -40px;
}

.kadai .bg_beige .inner {
  position: relative;
}

.kadai .bg_beige .check_box {
  padding: 100px 40px 110px;
  background-image: url(../images/kadai_human.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .kadai .bg_beige .check_box {
    padding: 50px 20px;
    background-position: right bottom;
  }
}

.kadai .bg_beige .check_box li {
  padding-left: 55px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 3em;
  position: relative;
}

@media screen and (max-width: 640px) {
  .kadai .bg_beige .check_box li {
    line-height: 1.6em;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 2.2rem;
  }
}

.kadai .bg_beige .check_box li:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  content: "";
  background: url("./../images/check_icon.png");
  background-size: cover;
  top: 50%;
  margin-top: -15px;
}

.real {
  padding: 125px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .real {
    padding: 60px 0;
  }
}

.real:before {
  position: absolute;
  height: 450px;
  width: 150%;
  background: #fff5c9;
  top: -100px;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  -webkit-transform: skew(0deg, -30deg);
}

.real.voice:before {
  background: #eaeaea;
}

.real.voice li {
  background: #fff;
  padding-bottom: 25px;
}

.real h2 {
  font-size: 3rem;
  color: #333;
  line-height: 2em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 80px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .real h2 {
    margin-bottom: 40px;
    line-height: 1.6em;
  }
}

.real h2 .small {
  font-size: 2rem;
}

.real li {
  width: 30%;
  float: left;
}

@media screen and (max-width: 640px) {
  .real li {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
}

.real li:nth-child(2) {
  margin: 0 5%;
}

@media screen and (max-width: 640px) {
  .real li:nth-child(2) {
    margin: 0 auto 50px;
  }
}

.real li .thum {
  text-align: center;
  min-height: 240px;
  margin: 0 auto 30px;
}

.real li .thum img {
  max-width: 220px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .real li .thum img {
    max-width: none;
    width: 80%;
  }
}

.real li h3 {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6em;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  min-height: 70px;
}

@media screen and (max-width: 640px) {
  .real li h3 {
    min-height: auto;
  }
}

.real li .txt {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .real li .txt {
    text-align: left;
  }
}

.real .communication {
  margin: 50px auto;
  background: url(../images/iphonex_comu.png);
  background-size: cover;
  padding: 90px 0 50px 35%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .real .communication {
    margin: 30px auto;
    background: url(../images/iphonex_comu.png);
    background-size: cover;
    background-position: 30%;
    padding: 90px 0 50px 30%;
    text-align: center;
  }
}

.real .communication p {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
}

@media screen and (max-width: 640px) {
  .real .communication p {
    font-size: 2rem;
  }
}

.real.voice .txt {
  padding: 20px;
  color: #666;
  line-height: 1.8em;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .real.voice .txt {
    padding: 20px 5px;
  }
}

.real.voice .company {
  min-height: 50px;
  color: #666;
  line-height: 1.8em;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .real.voice .company {
    min-height: auto;
  }
}

.real.voice .detail_btn {
  padding: 12px;
  border-radius: 50px;
  background: #f49524;
  border: 2px solid #f49524;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  transition: .6s;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .real.voice .detail_btn {
    width: 80%;
    margin: auto;
  }
}

.real.voice .detail_btn:hover {
  background: #fff;
  color: #f49524;
}

.real.voice .other_btn {
  padding: 22px;
  border-radius: 50px;
  background: #f49524;
  border: 2px solid #f49524;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  transition: .6s;
  width: 90%;
  margin: 70px auto 0;
  max-width: 480px;
}

@media screen and (max-width: 640px) {
  .real.voice .other_btn {
    margin: 30px auto 0;
  }
}

.real.support {
  padding: 90px 0;
}

@media screen and (max-width: 640px) {
  .real.support {
    padding: 45px 0;
  }
}

.real.support .ttl {
  margin-bottom: 45px;
}

.real.support .subttl {
  font-size: 1.8rem;
  line-height: 2em;
  color: #333;
  margin-bottom: 35px;
}

.real.support li {
  float: left;
  width: 33%;
  margin: 0 0 20px;
  text-align: center;
  background: #fff;
  box-shadow: 2px 2px 5px #ccc;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .real.support li {
    float: none;
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto 30px;
  }
}

.real.support li:nth-child(1) {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .real.support li:nth-child(1) {
    margin: 0 auto 50px;
  }
}

.real.support li:nth-child(1):before {
  content: "01";
  font-size: 6rem;
  font-weight: bold;
  color: #f49524;
  position: absolute;
  right: 10px;
  top: -30px;
}

.real.support li:nth-child(2) {
  margin: 0 .5% 20px;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .real.support li:nth-child(2) {
    margin: 0 auto 50px;
  }
}

.real.support li:nth-child(2):before {
  content: "02";
  font-size: 6rem;
  font-weight: bold;
  color: #f49524;
  position: absolute;
  right: 10px;
  top: -30px;
}

.real.support li:nth-child(3):before {
  content: "03";
  font-size: 6rem;
  font-weight: bold;
  color: #f49524;
  position: absolute;
  right: 10px;
  top: -30px;
}

.real.support li .list_ttl {
  font-size: 3rem;
  margin-bottom: 25px;
  min-height: auto;
  text-align: center;
}

.real.support li .list_ttl span {
  display: inline-block;
  padding: 0 10px 20px;
  border-bottom: 4px solid #254f7a;
}

.real.support li .list_subttl {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.real.support li .check_txt {
  margin-top: 25px;
  padding-left: 45px;
  position: relative;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
  line-height: 1.8em;
}

.real.support li .check_txt:before {
  position: absolute;
  left: 0;
  background: url("./../images/support_check_icon.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  content: "";
}

.slider {
  background: url("./../images/slider_bg.png");
  padding: 90px 0 70px;
}

@media screen and (max-width: 640px) {
  .slider {
    padding: 45px 0;
  }
}

.slider .inner {
  position: relative;
}

.slider .inner .slider-arrow {
  position: absolute;
  padding: 15px;
  height: 100%;
  color: #fff;
  top: 0;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.slider .inner .slider-arrow.slider-next {
  right: -35px;
}

@media screen and (max-width: 640px) {
  .slider .inner .slider-arrow.slider-next {
    right: -5px;
    top: 50%;
    height: auto;
  }
}

.slider .inner .slider-arrow.slider-next span {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.slider .inner .slider-arrow.slider-prev {
  left: -35px;
}

@media screen and (max-width: 640px) {
  .slider .inner .slider-arrow.slider-prev {
    left: -5px;
    top: 50%;
    height: auto;
    z-index: 100;
  }
}

.slider .inner .slider-arrow.slider-prev span {
  width: 20px;
  height: 20px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.slider .slide_list_inner {
  width: 93%;
  margin: auto;
  display: flex;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .slider .slide_list_inner {
    width: 85%;
    display: block;
  }
}

.slider .slide_list_inner .left {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .slider .slide_list_inner .left {
    width: 100%;
  }
}

.slider .slide_list_inner .right {
  padding: 60px 20px;
  border-left: 10px solid #f49524;
}

@media screen and (max-width: 640px) {
  .slider .slide_list_inner .right {
    width: 100%;
    border: none;
    padding: 30px 20px;
  }
}

.slider .slide_list_inner .right dt {
  font-size: 3rem;
  color: #333;
  margin-bottom: 50px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .slider .slide_list_inner .right dt {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.slider .slide_list_inner .right dd {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  .slider .slide_list_inner .right dd {
    min-height: 100px;
  }
}

.partner {
  background: url("./../images/partner_bg.png");
  background-position: bottom center;
  padding: 75px 0;
}

.partner .ttl {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  .partner .ttl {
    line-height: 1.6em;
  }
}

.partner .ttl .small {
  font-size: 2rem;
}

.partner .attention {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 1.8rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .partner .attention {
    margin-bottom: 40px;
  }
}

.partner .pratner_pc {
  background: #fff;
  padding: 75px 100px;
}

.partner ul {
  background: #fff;
  padding: 60px;
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .partner ul {
    padding: 30px 20px;
  }
}

.partner li {
  float: left;
  width: 32%;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .partner li {
    width: 48%;
    margin: 0 1% 20px;
  }
}

.partner li:nth-child(3n+2) {
  margin: 0 2% 20px;
}

@media screen and (max-width: 640px) {
  .partner li:nth-child(3n+2) {
    width: 48%;
    margin: 0 1% 20px;
  }
}

.media {
  background: url("./../images/media_bg.png");
  padding: 90px 0 120px;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .media {
    padding: 45px 0;
  }
}

.media h2 {
  text-align: center;
  font-size: 3rem;
  color: #333;
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .media h2 {
    margin-bottom: 35px;
  }
}

.media h2 span {
  display: inline-block;
  padding-bottom: 10px;
  padding: 0 25px 25px;
  border-bottom: 1px solid #000;
}

.media ul {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media li {
  width: 32%;
  margin: 0 0 20px;
  text-align: center;
  padding: 20px;
}

.media li:nth-child(3n+2) {
  margin: 0 2% 20px;
}

.media .center {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .media .center {
    margin-top: 30px;
  }
}

.media .center span {
  max-width: 660px;
  border: 3px solid #254f7a;
  color: #254f7a;
  font-size: 2.4rem;
  padding: 20px 50px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .media .center span {
    padding: 20px 40px;
    line-height: 1.6em;
    display: inline-block;
  }
}

.position {
  background: url("./../images/position_bg.png");
  padding: 90px 0;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .position {
    padding: 45px 0;
  }
}

.position .ttl {
  color: #333;
  text-align: center;
  line-height: 1.6em;
  font-size: 3rem;
  margin-bottom: 90px;
}

@media screen and (max-width: 640px) {
  .position .ttl {
    line-height: 1.6em;
    margin-bottom: 50px;
  }
}

.position .ttl .bd {
  position: relative;
  display: inline-block;
}

.position .ttl .bd:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}

.position .ttl .small {
  font-size: 2rem;
}

.faq {
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .faq {
    padding: 50px 0;
  }
}

.faq .ttl {
  text-align: center;
  margin-bottom: 75px;
  background: #000;
  font-family: Helvetica;
}

.faq .ttl span {
  padding: 45px 0;
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  max-width: 470px;
  width: 100%;
}

.faq dl {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}

.faq dt {
  padding-left: 60px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
  position: relative;
  color: #333;
  line-height: 1.6em;
}

.faq dt:before {
  position: absolute;
  content: "Q";
  background: #f49524;
  left: 0;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  color: #fff;
  top: 0;
  font-size: 2rem;
  font-family: Helvetica;
}

.faq dd {
  padding-left: 60px;
  font-size: 1.6rem;
  padding: 10px 10px 10px 60px;
  position: relative;
  color: #333;
  line-height: 1.6em;
}

.faq dd:before {
  position: absolute;
  content: "A";
  background: #254f7a;
  left: 0;
  width: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  text-align: center;
  line-height: 2em;
  color: #fff;
  top: 0;
  font-size: 2rem;
  font-family: Helvetica;
}

.faq .btn {
  max-width: 470px;
  margin: 100px auto 0;
  padding: 25px;
  border-radius: 50px;
  background: #f49524;
  border: 2px solid #f49524;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  transition: .6s;
}

@media screen and (max-width: 640px) {
  .faq .btn {
    width: 80%;
    margin: 50px auto 0;
  }
}

.faq .btn:hover {
  background: #fff;
  color: #f49524;
}

.info {
  background: #333;
  padding: 90px 0 60px;
}

@media screen and (max-width: 640px) {
  .info {
    padding: 45px 0;
  }
}

.info table {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
}

.info table th {
  width: 38%;
  padding: 0 20px 40px 85px;
  text-align: left;
  border-right: 2px solid #fff;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .info table th {
    width: 100%;
    padding: 20px 20px 10px;
    display: block;
    border-right: none;
    font-weight: bold;
  }
}

.info table td {
  text-align: left;
  padding: 0 20px 40px 50px;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .info table td {
    width: 100%;
    padding: 10px 20px 20px;
    display: block;
  }
}

.info table td a {
  color: #fff;
}

.copy {
  padding: 20px;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .copy {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
