@charset "UTF-8";
/* ==============================================
 * 特定商取引法に基づく表記
 *
 * memo:
 *
 * ============================================== */

.sx-terms {
  padding: 26px 15px 60px;
  background-color: #fff;
  font-size: 17px;
}
.sx-terms .container {
  padding: 0;
}
.sx-terms hr {
  margin: 20px auto;
}

.sx-terms-title {
  margin: 0;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-weight: bold;
}
.sx-terms-content p {
  margin: 0;
}
.sx-terms-content a {
  color: #c90012 !important;
  text-decoration: underline;
}
.sx-terms-content p + a {
  margin-top: 6px;
}

.sx-arrow-link {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}
.sx-arrow-link:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  background: url("../images/global/icon_arrow_right_red.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: 0.3s;
}
.sx-arrow-link:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #c90012;
  content: "";
}

/* ==============================================
 * 外部サービスアカウント連携利用規約
 *
 * memo:
 *
 * ============================================== */

.sx-social-terms {
  margin-bottom: 0;
}
.sx-social-terms dt {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}
.sx-social-terms dd ol {
  margin-bottom: 0;
  margin-left: -1em;
}
@media screen and (max-width: 768px) {
  #maincontent {
    max-width: 543px;
  }
  .sx-terms-title {
    font-size: 15px;
    line-height: 22px;
  }
  .sx-terms-content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .sx-terms-content a {
    font-size: 15px;
  }
  .sx-1col-submit .col .btn {
    max-width: 100%;
  }
  .sx-terms-enactment {
    margin: 0 0 -4px;
    font-size: 15px;
  }
  .sx-social-terms {
    font-size: 15px;
    line-height: 24px;
  }
  .sx-social-terms dd {
    margin: 12px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #maincontent .container {
    max-width: 1110px;
  }
}
@media screen and (min-width: 544px) {
  #maincontent .sx-terms > .container,
#maincontent .sx-terms hr {
    max-width: 800px;
  }
  .sx-arrow-link {
    font-size: 15px;
    transition: opacity 0.3s;
  }
  .sx-arrow-link:before {
    bottom: -2px;
  }
  .sx-arrow-link:hover {
    opacity: 0.7;
  }
  .sx-1col-submit {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .sx-terms {
    padding: 70px 60px 130px;
  }
  .sx-terms hr {
    margin: 34px auto;
  }
  .sx-terms-title {
    font-size: 17px;
    line-height: 25px;
  }
  .sx-terms-content {
    font-size: 17px;
    line-height: 25px;
  }
  .sx-terms-content a {
    font-size: 17px;
  }
  .sx-terms-enactment {
    margin: 0;
    font-size: 17px;
  }
  .sx-social-terms {
    font-size: 17px;
    line-height: 28px;
  }
  .sx-social-terms dd {
    margin: 26px 0 0;
  }
}
@media screen and (max-width: 543px) {
  .sx-1col-submit {
    margin-top: 20px;
  }
}