@charset "UTF-8";
.o-header--simple {
  display: none;
}

.s-tel-relay-service-header {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service-header {
    max-width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }
  .s-tel-relay-service-header .s-tel-relay-service-img {
    max-width: 78px;
  }
}

.s-tel-relay-service-wrapper {
  background-image: url(/assets/materials/telephone-relay-service_bg.svg);
  background-size: cover;
  background-position: center 110px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service-wrapper {
    background-image: none;
  }
}

.s-tel-relay-service-content {
  overflow: auto;
  margin: 0 15px;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service-content {
    max-width: 1200px;
    min-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.s-tel-relay-service-btn {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 15px 20px;
  background-color: #0062b2;
  min-width: 350px;
  display: inline-block;
  border: 1px solid #0062B2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service-btn {
    font-size: 18px;
  }
}
.s-tel-relay-service-btn:hover {
  background-color: #fff;
  color: #0062B2;
}

.s-tel-relay-service-img {
  height: auto;
}

.s-tel-relay-service-ttl {
  font-size: 32px;
  line-height: 1.75;
  font-weight: 700;
  border-bottom: 4px solid #E46925;
  padding-left: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service-ttl {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.s-tel-relay-service__banner {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__banner {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .s-tel-relay-service__banner .s-tel-relay-service-img {
    max-width: 181px;
  }
}
.s-tel-relay-service__banner-row {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__banner-row {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
}
.s-tel-relay-service__banner-desc {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8095238095;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__banner-desc {
    font-size: 15px;
    text-align: center;
  }
}
.s-tel-relay-service__contact {
  margin-bottom: 50px;
}
.s-tel-relay-service__contact-row {
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-row {
    gap: 15px;
  }
}
.s-tel-relay-service__contact-col {
  width: 50%;
  max-width: 217px;
  height: 217px;
  background-color: #0062b2;
  border-radius: 217px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-col {
    max-width: 155px;
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-col .s-tel-relay-service-img {
    width: 23px;
  }
}
.s-tel-relay-service__contact-desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.5625;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-desc {
    font-size: 11px;
    margin-top: 10px;
  }
}
.s-tel-relay-service__contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin: 40px 0 10px;
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__contact-tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-tel {
    gap: 8px;
    margin: 30px 0 10px;
  }
}
.s-tel-relay-service__contact-txt {
  font-size: 30px;
  font-weight: 700;
  color: #DA2B2F;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-txt {
    font-size: 19px;
  }
}
.s-tel-relay-service__contact-no {
  font-size: 49px;
  font-weight: 700;
  color: #DA2B2F;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-no {
    font-size: 31px;
  }
}
.s-tel-relay-service__contact-schedule {
  font-size: 18px;
  line-height: 1.7222222222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__contact-schedule {
    font-size: 13px;
    line-height: 1.6153846154;
    letter-spacing: -0.025em;
    text-align: left;
  }
}
.s-tel-relay-service__register {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register {
    margin-bottom: 35px;
  }
}
.s-tel-relay-service__register-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-ttl {
    font-size: 15px;
    padding-bottom: 22px;
  }
}
.s-tel-relay-service__register-ttl::after {
  position: absolute;
  content: "";
  width: 580px;
  height: 29px;
  background-image: url(/assets/materials/telephone-relay-service_register-bnr.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-ttl::after {
    width: 210px;
    height: 10px;
  }
}
.s-tel-relay-service__register-box {
  margin: 40px auto 0;
  max-width: 834px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-box {
    margin: 15px auto 0;
  }
}
.s-tel-relay-service__register-box-inner {
  background-color: #DA2B2F;
  border-radius: 11px;
  padding: 23px 26px 48px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-box-inner {
    margin: 0 -15px;
    padding: 18px 0 30px;
    border-radius: 0;
  }
}
.s-tel-relay-service__register-row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.s-tel-relay-service__register-col-sm-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-col-sm-box .s-tel-relay-service-img {
    max-width: 70px;
  }
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__register-col-sm-box .s-tel-relay-service-img-iphone {
    max-width: 96px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__register-col-sm-box .s-tel-relay-service-img-android {
    max-width: 116px;
    height: auto;
  }
}
.s-tel-relay-service__register-col-txt {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3548387097;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-col-txt {
    font-size: 20px;
  }
  .s-tel-relay-service__register-col-txt-span {
    font-size: 10px;
    line-height: 1.7;
  }
}
.s-tel-relay-service__register-col-lg {
  max-width: 440px;
}
.s-tel-relay-service__register-inner-row {
  display: flex;
}
.s-tel-relay-service__register-inner-col {
  display: flex;
  gap: 22px;
}
.s-tel-relay-service__register-app-ttl {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-app-ttl {
    font-size: 15px;
  }
}
.s-tel-relay-service__register-app-link {
  transition: all 0.3s ease-in-out;
}
.s-tel-relay-service__register-app-link:hover {
  opacity: 0.7;
}
.s-tel-relay-service__register-req {
  font-size: 11px;
  line-height: 1.7272727273;
}
.s-tel-relay-service__register-txt {
  font-size: 14px;
  color: #515151;
  line-height: 1.7142857143;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__register-txt {
    margin: 18px 0 10px;
    text-align: left;
  }
}
.s-tel-relay-service__phone-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7222222222;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-desc {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 0;
  }
}
.s-tel-relay-service__phone-row {
  display: flex;
  margin: 75px 0 50px;
  gap: 70px;
}
.s-tel-relay-service__phone-col {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.s-tel-relay-service__phone-col::after {
  position: absolute;
  content: "";
  width: 122px;
  height: 71px;
  background-image: url(/assets/images/original/telephone-relay-service_phone-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -105px;
  top: 62%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-col::after {
    width: 35px;
    height: 20px;
  }
}
.s-tel-relay-service__phone-col-before2::after {
  right: -90px;
}
.s-tel-relay-service__phone-col-noafter::after {
  content: none;
}
.s-tel-relay-service__phone-col-before1 {
  position: relative;
}
.s-tel-relay-service__phone-col-before1::before {
  position: absolute;
  content: "ネット回線等";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222222222;
  width: 115px;
  height: 16px;
  right: -114px;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-col-before1::before {
    font-size: 10px;
  }
}
.s-tel-relay-service__phone-col-before2 {
  position: relative;
}
.s-tel-relay-service__phone-col-before2::before {
  position: absolute;
  content: "電話回線等";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222222222;
  width: 115px;
  height: 16px;
  right: -85px;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-col-before2::before {
    font-size: 10px;
  }
}
.s-tel-relay-service__phone-col-noafter-img {
  margin-left: -47px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-col .s-tel-relay-service-img {
    width: 100%;
    height: auto;
  }
}
.s-tel-relay-service__phone-pic {
  display: block;
  text-align: center;
  margin: 74px 0 45px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-pic {
    margin: 37px 0 22px;
  }
}
.s-tel-relay-service__phone-pic .s-tel-relay-service-img {
  width: 100%;
}
.s-tel-relay-service__phone-ttl-center {
  text-align: center;
}
.s-tel-relay-service__phone-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  display: inline-block;
  border: 2.7px solid #0062B2;
  border-radius: 8px;
  padding: 0 17px;
  margin-bottom: 35px;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-ttl {
    font-size: 10px;
  }
}
.s-tel-relay-service__phone-btn {
  font-size: 18px;
  background-color: #4472C4;
  color: #fff;
  text-align: center;
  max-width: 337px;
  padding: 5px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid #4472C4;
  transition: all 0.3s ease-in-out;
}
.s-tel-relay-service__phone-btn:hover {
  background-color: #fff;
  color: #4472C4;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-btn {
    font-size: 20px;
    padding: 21px 12px;
  }
}
.s-tel-relay-service__phone-links {
  text-align: center;
  margin: 27px 0 50px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__phone-links {
    text-align: left;
    font-size: 12px;
    margin: 20px 0 50px;
  }
}
.s-tel-relay-service__phone-link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  line-height: 1.7142857143;
  transition: all 0.3s ease-in-out;
}
.s-tel-relay-service__phone-link:hover {
  text-decoration: none;
}
.s-tel-relay-service__flows {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows {
    margin-bottom: 60px;
  }
}
.s-tel-relay-service__flows-top-row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.s-tel-relay-service__flows-top-col {
  width: 20%;
  max-width: 184px;
  height: 184px;
  background-color: #0062B2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 184px;
}
.s-tel-relay-service__flows-top-desc {
  font-size: 22px;
  line-height: 1.4545454545;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-top-desc {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: -0.05em;
  }
}
.s-tel-relay-service__flows-row {
  display: flex;
  border: 2px solid #0062B2;
  padding: 80px 30px 44px;
  gap: 40px;
  margin-top: 172px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-row {
    flex-direction: column;
    margin-left: 45px;
    margin-top: 30px;
    padding: 20px 30px 44px 66px;
    gap: 32px;
  }
}
.s-tel-relay-service__flows-col {
  position: relative;
}
.s-tel-relay-service__flows-col::after {
  position: absolute;
  content: "";
  width: 1.7px;
  height: 140px;
  background-color: #0062B2;
  right: -27px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-col::after {
    height: 1px;
    width: 177px;
    bottom: -16px;
    left: 15px;
    top: initial;
    right: initial;
  }
}
.s-tel-relay-service__flows-col-noafter::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__flows-col-294 {
    width: 24.5%;
  }
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__flows-col-224 {
    width: 18.67%;
  }
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__flows-col-242 {
    width: 20.16%;
  }
}
@media screen and (min-width: 769px) {
  .s-tel-relay-service__flows-col-435 {
    width: 36.25%;
  }
}
.s-tel-relay-service__flows-top-two {
  display: flex;
  gap: 15px;
  flex-direction: row;
  position: absolute;
  top: -195px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-top-two {
    top: 0;
    flex-direction: column;
    left: -112px;
  }
}
.s-tel-relay-service__flows-top {
  width: 184px;
  height: 184px;
  background-color: #0062B2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 184px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-top {
    width: 102px;
    height: 102px;
  }
}
.s-tel-relay-service__flows-top-abs {
  width: 184px;
  height: 184px;
  background-color: #0062B2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 184px;
  position: absolute;
  top: -195px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-top-abs {
    top: 0;
    left: -112px;
    width: 102px;
    height: 102px;
  }
}
.s-tel-relay-service__flows-desc-wpr {
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-desc-wpr {
    min-height: auto;
  }
}
.s-tel-relay-service__flows-desc {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7058823529;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-desc {
    font-size: 14px;
  }
  .s-tel-relay-service__flows-desc-sp {
    padding: 30px 0 15px;
  }
}
.s-tel-relay-service__flows-desc-span {
  position: relative;
  z-index: 0;
}
.s-tel-relay-service__flows-desc-span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #E9E744;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.s-tel-relay-service__flows-sns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-sns {
    margin-top: 10px;
  }
}
.s-tel-relay-service__flows-sns-link {
  transition: all 0.3s ease-in-out;
}
.s-tel-relay-service__flows-sns-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__flows-sns-link .s-tel-relay-service-img {
    max-width: 29px;
  }
}
.s-tel-relay-service__step-btn {
  text-align: center;
  margin: 40px 0;
}
.s-tel-relay-service__step-box {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.s-tel-relay-service__step-ttl-sp {
  font-size: 20px;
  color: #0062B2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__step-ttl-sp {
    display: block;
  }
}
.s-tel-relay-service__step-ttl {
  background-color: #0062b2;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 12px;
  text-align: center;
  writing-mode: vertical-lr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-tel-relay-service__step-ttl {
    display: none;
  }
}
.s-tel-relay-service__step-ttl::after {
  content: "";
  position: absolute;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 75px solid transparent;
  border-left: 30px solid #0062b2;
  border-bottom: 75px solid transparent;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .s-tel-relay-service__flow-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .s-tel-relay-service__flow-list {
    width: 100%;
  }
}

.s-tel-relay-service__flow {
  margin: 32px 16px 0;
}

.s-tel-relay-service__flow .a-button {
  margin: 32px auto 0;
}

.s-tel-relay-service__flow--library .s-tel-relay-service__lead {
  margin: 0 0 32px;
}

.s-tel-relay-service__flow-list {
  padding: 4px 4px 0;
  background: #ebf0f7;
}

.s-tel-relay-service__flow-list--3 {
  margin: -4px 0 24px;
}

.s-tel-relay-service__flow-list--4 {
  margin: 0 0 24px;
}

.s-tel-relay-service__flow-item {
  padding: 0 0 4px;
}

.s-tel-relay-service__flow-link {
  display: block;
  background: #fff;
}

.s-tel-relay-service__flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  color: #0062b2;
}

.s-tel-relay-service__flow-step {
  width: 84px;
  padding: 0 12px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: Droid Sans, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", Hiragino Kaku Gothic Pro, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
}

.s-tel-relay-service__flow-step:before {
  content: "";
  position: absolute;
  background: #0062b2;
}

.s-tel-relay-service__flow-num {
  margin: 0 0 0 4px;
  font-size: 24px;
}

.s-tel-relay-service__flow-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 600;
  padding: 12px 16px;
  line-height: 20px;
}

@media print, screen and (min-width: 769px) {
  .s-tel-relay-service__flow {
    width: 1120px;
    margin: 48px auto 0;
  }
  .s-tel-relay-service__flow .a-button {
    width: 442px;
    margin: 48px auto 0;
  }
  .s-tel-relay-service__flow--library .s-tel-relay-service__lead {
    margin: 0 0 48px;
  }
  .s-tel-relay-service__flow--lend {
    width: 740px;
  }
  .s-tel-relay-service__flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0;
    padding: 4px 0 4px 4px;
  }
  .s-tel-relay-service__flow-list--5 {
    margin: 0 60px 0 40px;
  }
  .s-tel-relay-service__flow-list--3 {
    margin: 16px 196px 32px 176px;
  }
  .s-tel-relay-service__flow-list--4 {
    margin: 0 32px 32px 12px;
  }
  .s-tel-relay-service__flow-item {
    width: 100%;
    padding: 0;
  }
  .s-tel-relay-service__flow-item:first-child .s-tel-relay-service__flow-link {
    padding: 0;
  }
  .s-tel-relay-service__flow-link {
    height: 100%;
    position: relative;
    padding: 0 0 0 20px;
  }
  .s-tel-relay-service__flow-link:before {
    content: "";
    width: 62px;
    height: 62px;
    position: absolute;
    top: calc(50% + 4px);
    right: -23px;
    -webkit-transform: rotate(45deg) skew(30deg, 30deg) translateY(-50%);
    -ms-transform: rotate(45deg) skew(30deg, 30deg) translateY(-50%);
    transform: rotate(45deg) skew(30deg, 30deg) translateY(-50%);
    z-index: 1;
    background: #fff;
    border-top: 4px solid #ebf0f7;
    border-right: 4px solid #ebf0f7;
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
  }
  .s-tel-relay-service__flow-link:hover {
    background: #ebf0f7;
  }
  .s-tel-relay-service__flow-link:hover:before {
    background: #ebf0f7;
  }
  .s-tel-relay-service__flow-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 140px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .s-tel-relay-service__flow-step {
    width: 100%;
    padding: 16px 0;
  }
  .s-tel-relay-service__flow-step:before {
    width: 36px;
    height: 1px;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .s-tel-relay-service__flow-text {
    padding: 0 0 8px 8px;
  }
  .s-tel-relay-service__flow-text--small {
    font-size: 12px;
    line-height: 16px;
  }
  .s-tel-relay-service__flow-text--middle {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .s-tel-relay-service__flow .a-button {
    height: 56px;
  }
  .s-tel-relay-service__flow--library {
    margin: 32px 0 0;
  }
  .s-tel-relay-service__flow--lend {
    margin: 32px 0 0;
  }
  .s-tel-relay-service__flow-step:before {
    width: 1px;
    height: 32px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .u-display__pconly {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-display__sponly {
    display: none;
  }
}

/*# sourceMappingURL=static_telephone-relay-service.css.map */

