@charset "UTF-8";
@media screen and (max-width: 550px) {
  .side-margin {
    margin: 0 24px;
  }
  .side-margin_type_b {
    display: block;
    max-width: 295px;
    margin: auto;
  }
}
.static-main-contents {
  padding: 0;
  width: 100% !important;
}

.container {
  width: 100%;
}
.container.white {
  background-color: white;
}

.contna {
  max-width: 550px;
  margin: 0 auto;
}
.main-banner__wrapper .main_title {
  color: var(--mtg-urbanblue);
  text-align: center;
  font-size: 26px;
}

.sms-content_image {
  max-width: 327px;
  display: block;
  margin: auto;
  width: 100%;
}

.sms-link_type_b {
  text-decoration: underline solid #004098;
  line-height: normal;
  font-size: var(--mtg-caption-s);
  font-weight: var(--mtg-caption-w);
  display: block;
}

.link-arrow {
  padding-right: 20px;
  background: url(../../../common/img/ico/arrow-right-s.png) no-repeat;
  background-size: 14px;
  background-position: center right;
  line-height: 19px;
  display: inline-block;
}