@charset "utf-8";

.text-position {
  text-align: center;
}

.column-sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sns-card {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.sns-card .sns-card__item {
  text-align: center;
}

.sns-card__item {
  width: 32%;
  margin-top: 2%;
  padding: 25px 0 20px;
  border: #e4e8ec 1px solid;
  margin-right: 2%;
}

.sns-card__item:nth-of-type(3n) {
  margin-right: 0;
}

.sns-card .sns-card__item-link {
  display: inline-block;
  width: 100%;
}

.sns-card .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.sns-card .textWrap {
  flex: 1;
  margin-bottom: 40px;
}

.sns-card .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-gray {
  background-color: #f6f8f9;
}

.bg-white {
  background-color: #fff;
}

/* start Twitter */
.how-content-twitter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
}

.how-content-twitter .icon-connector {
  position: absolute;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
}

.how-content-twitter .how-content__qr {
  width: 35%;
  text-align: center;
}

.how-content-twitter .how-content__qr .imgWrap {
  margin: 50px auto 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.how-content-twitter .how-content__qr .qr-link {
  margin-bottom: 50px;
}

.how-content-twitter .how-content__qr .link-length {
  width: 80%;
  margin: 0 auto 30px;
}

.how-content-twitter .how-content__how {
  position: relative;
  width: 65%;
}

.how-content-twitter .how-content__how .image__wrap {
  text-align: right;
}
/* end twitter */

.how-content-facebook {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
}

.how-content-facebook .icon-connector {
  position: absolute;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
}

.how-content-facebook .how-content__qr {
  width: 35%;
  text-align: center;
}

.how-content-facebook .how-content__qr .imgWrap {
  margin: 50px auto 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.how-content-facebook .how-content__qr .qr-link {
  margin-bottom: 50px;
}

.how-content-facebook .how-content__qr .link-length {
  width: 80%;
  margin: 0 auto 30px;
}

.how-content-facebook .how-content__how {
  position: relative;
  width: 65%;
}

.how-content-facebook .how-content__how .image__wrap {
  text-align: right;
}

/* start YouTube */
.how-content-youtube {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
}

.how-content-youtube .icon-connector {
  position: absolute;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
}

.how-content-youtube .how-content__qr {
  width: 35%;
  text-align: center;
}

.how-content-youtube .how-content__qr .imgWrap {
  margin: 50px auto 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.how-content-youtube .how-content__qr .qr-link {
  margin-bottom: 50px;
}

.how-content-youtube .how-content__qr .link-length {
  width: 80%;
  margin: 0 auto 30px;
}

.how-content-youtube .how-content__how {
  position: relative;
  width: 65%;
}

.how-content-youtube .how-content__how .image__wrap {
  text-align: right;
  padding-right: 30px;
}
/* end YouTube */

.step-emphasis__how {
  position: relative;
  margin-top: 90px;
}

.step-emphasis__how .icon-connector {
  position: absolute;
  font-size: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}

.step-emphasis__how .icon-connector::before {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.step-emphasis__qr {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.step-emphasis__qr img {
  width: 40%;
  margin: 30px auto;
}

@media screen and (max-width: 1019px) {
  .text-position {
    text-align: left;
  }

  .sns-card__item {
    width: 49%;
    margin-top: 2%;
    padding: 15px 0 10px;
    border: #e4e8ec 1px solid;
    margin-right: 2%;
  }

  .sns-card__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .sns-card__item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .sns-card__item:nth-of-type(6n) {
    margin-right: 0;
  }

  /* start Twitter */
  .how-content-twitter .icon-connector {
    display: none;
  }

  .how-content-twitter {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }

  .how-content-twitter .how-content__how {
    width: 100%;
  }

  .how-content-twitter .how-content__how .image__wrap {
    text-align: center;
  }
  /* end Twitter */

  /* start Facebook */
  .how-content-facebook .icon-connector {
    display: none;
  }

  .how-content-facebook {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }

  .how-content-facebook .how-content__how {
    width: 100%;
  }

  .how-content-facebook .how-content__how .image__wrap {
    text-align: center;
  }
  /* end Facebook */

  /* start YouTube */
  .how-content-youtube .icon-connector {
    display: none;
  }

  .how-content-youtube {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }

  .how-content-youtube .how-content__how {
    width: 100%;
  }

  .how-content-youtube .how-content__how .image__wrap {
    text-align: center;
    padding-right: 0;
  }

  .step-emphasis__how {
    margin-top: 0;
  }

  .step-emphasis__how .icon-connector {
    position: absolute;
    font-size: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
  }

  .step-emphasis__box {
    padding: 38px 30px;
    background: #f6f8f9;
    position: relative;
    height: 100%;
  }

  .step-emphasis__qr {
    margin-top: 80px;
    width: 100%;
  }
}


