.steel-strengths {
  background: #fff;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .steel-strengths {
    padding: 6.4rem 2rem;
  }
}
.steel-strengths-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.6rem;
}
@media screen and (max-width: 767px) {
  .steel-strengths-navi {
    margin-left: 0;
    margin-top: -1.6rem;
  }
}
.steel-strengths-navi__img {
  overflow: hidden;
  display: block;
}
.steel-strengths-navi__link {
  width: calc(33.333% - 0.6rem);
  margin-left: 0.6rem;
  position: relative;
  overflow: hidden;
  background: #F7F7F8;
}
@media screen and (max-width: 767px) {
  .steel-strengths-navi__link {
    width: 100%;
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .steel-strengths-navi__link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.steel-strengths-navi__link p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steel-strengths-navi__link p {
    font-size: 1.3rem;
    padding: 1.6rem 0;
  }
}
.steel-strengths-navi__link p .en {
  display: block;
  color: #107AF2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .steel-strengths-navi__link p .en {
    font-size: 1.5rem;
  }
}
.steel-strengths-navi__link p .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .steel-strengths-navi__link p .small {
    font-size: 1.3rem;
  }
}
.steel-strengths-navi__link img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.steel-strengths__lead {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .steel-strengths__lead {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .steel-point-ttl {
    padding: 0 2rem;
  }
}
.steel-point-head {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .steel-point-head {
    margin-bottom: 4.2rem;
  }
}
.steel-point-body {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .steel-point-body {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 8rem;
  }
}
.steel-point-body__inner {
  position: relative;
}
@media screen and (min-width: 767px) {
  .steel-point-body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.steel-point__ttl {
  width: 8rem;
  position: relative;
  padding-bottom: 2.5rem;
  color: #107AF2;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font_en);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steel-point__ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    font-size: 1rem;
    padding-bottom: 0.6rem;
  }
}
.steel-point__ttl span {
  display: block;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .steel-point__ttl span {
    font-size: 2.4rem;
  }
}
.steel-point__ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#107af2), color-stop(54.39%, #107af2), to(#15b874));
  background: linear-gradient(#107af2 0%, #107af2 54.39%, #15b874 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.steel-point__content {
  margin-left: auto;
  padding-left: 8rem;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  .steel-point__content {
    width: 100%;
    padding-left: 0;
  }
}
.steel-point__subttl {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .steel-point__subttl {
    margin-bottom: 2.4rem;
    padding-left: 5.5rem;
  }
}
.steel-point__subttl-small {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0d2d4d), to(#2161aa));
  background: linear-gradient(to right, #0d2d4d 0%, #2161aa 100%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.2rem 0.8rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .steel-point__subttl-small {
    font-size: 1.4rem;
  }
}
.steel-point__subttl-small span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .steel-point__subttl-small span {
    font-size: 1rem;
  }
}
.steel-point__subttl-large {
  color: #0D2D4D;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .steel-point__subttl-large {
    margin-top: 0.6rem;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.steel-point__lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .steel-point__lead {
    font-size: 1.3rem;
  }
}
.steel-point__list {
  margin-top: -2.4rem;
}
.steel-point__item {
  background: #F7F7F8;
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.steel-point__item-txt {
  width: 54%;
  padding: 5rem 9.6rem 2rem 14rem;
}
@media screen and (max-width: 980px) {
  .steel-point__item-txt {
    padding: 5rem 4.6rem 2rem 14rem;
  }
}
@media screen and (max-width: 840px) {
  .steel-point__item-txt {
    width: 100%;
    padding: 2.4rem 2rem 2.4rem 8.4rem;
  }
}
.steel-point__item-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
  position: relative;
  line-height: 1.1428571429;
}
@media screen and (max-width: 840px) {
  .steel-point__item-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.steel-point__item-ttl i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.steel-point__item-desc {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .steel-point__item-desc {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.steel-point__item-img {
  width: 46%;
}
@media screen and (max-width: 840px) {
  .steel-point__item-img {
    width: 100%;
  }
}
.steel-point__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .steel-point__item-img img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.steel-point__comment {
  margin-top: 8.5rem;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .steel-point__comment {
    margin-top: 4.8rem;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    text-align: center;
  }
}
.steel-point__comment span {
  font-weight: 700;
}

.steel-point-01 .steel-point__item-ico01 {
  width: 6rem;
  left: -10.3rem;
}
@media screen and (max-width: 840px) {
  .steel-point-01 .steel-point__item-ico01 {
    width: 4.4rem;
    left: -6.2rem;
  }
}
.steel-point-01 .steel-point__item-ico02 {
  width: 5.4rem;
  left: -10rem;
}
@media screen and (max-width: 840px) {
  .steel-point-01 .steel-point__item-ico02 {
    width: 3.9rem;
    left: -5.9rem;
  }
}
.steel-point-01 .steel-point__item-ico03 {
  width: 6.3rem;
  left: -10.4rem;
}
@media screen and (max-width: 840px) {
  .steel-point-01 .steel-point__item-ico03 {
    width: 4.6rem;
    left: -6.2rem;
  }
}

.steel-point-02 .steel-point__item-ico01 {
  width: 5.7rem;
  left: -9.8rem;
}
@media screen and (max-width: 840px) {
  .steel-point-02 .steel-point__item-ico01 {
    width: 4.1rem;
    left: -6.1rem;
  }
}
.steel-point-02 .steel-point__item-ico02 {
  width: 5.9rem;
  left: -9.8rem;
}
@media screen and (max-width: 840px) {
  .steel-point-02 .steel-point__item-ico02 {
    width: 4.1rem;
    left: -6.1rem;
  }
}
.steel-point-02 .steel-point__item-ico03 {
  width: 5.2rem;
  left: -9.8rem;
}
@media screen and (max-width: 840px) {
  .steel-point-02 .steel-point__item-ico03 {
    width: 4.4rem;
    left: -6.2rem;
  }
}
.steel-point-02 .steel-point__item-ico04 {
  width: 4.8rem;
  left: -9.6rem;
}
@media screen and (max-width: 840px) {
  .steel-point-02 .steel-point__item-ico04 {
    width: 4.1rem;
    left: -6.1rem;
  }
}
.steel-point-02 .steel-point__item-desc {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .steel-point-02 .steel-point__item-desc {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}

.steel-point-03 .steel-point-head {
  position: relative;
}
.steel-point-03 .steel-point-head__inner {
  max-width: 104rem;
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__inner {
    width: 27.4rem;
    padding: 0;
  }
}
.steel-point-03 .steel-point-head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4rem;
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__list {
    margin-left: -3rem;
  }
}
.steel-point-03 .steel-point-head__item {
  width: calc(25% - 4rem);
  margin-left: 4rem;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__item {
    width: calc(50% - 3rem);
    margin-left: 3rem;
  }
}
.steel-point-03 .steel-point-head__item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.85rem solid transparent;
  border-bottom: 0.85rem solid transparent;
  border-left: 1.5rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 10.2rem;
  right: -2.8rem;
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__item:after {
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1.2rem solid #fff;
    top: 5.5rem;
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__item:nth-child(1), .steel-point-03 .steel-point-head__item:nth-child(2) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__item:nth-child(2) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__item:nth-child(2):before {
    content: "";
    width: 15.9rem;
    height: 2.6rem;
    background: url(/assets/images/steel/arrow_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    right: 5.9rem;
    top: 16rem;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .steel-point-03 .steel-point-head__item:nth-child(2):after {
    display: none;
  }
}
.steel-point-03 .steel-point-head__item:last-child:after {
  display: none;
}
.steel-point-03 .steel-point-head__img {
  position: relative;
}
.steel-point-03 .steel-point-head__img span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0;
  top: 2.8rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .steel-point-03 .steel-point-head__img span {
    font-size: 1.2rem;
    top: 1.3rem;
  }
}
.steel-point-03 .steel-point-head__txt {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 840px) {
  .steel-point-03 .steel-point-head__txt {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
.steel-point-03 .steel-point__item-txt {
  padding-top: 3.5rem;
  padding-right: 7rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 840px) {
  .steel-point-03 .steel-point__item-txt {
    padding: 2.3rem 2rem 2rem 8.5rem;
  }
}
@media screen and (max-width: 840px) {
  .steel-point-03 .steel-point__item-img {
    padding-left: 8.5rem;
  }
}
.steel-point-03 .steel-point__item .num {
  width: 6rem;
  height: 6rem;
  color: #fff;
  background: #0D2D4D;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--font_en);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -10rem;
  top: -1rem;
}
@media screen and (max-width: 840px) {
  .steel-point-03 .steel-point__item .num {
    width: 3.9rem;
    height: 3.9rem;
    font-size: 1.6rem;
    left: -6.5rem;
  }
}
.steel-point-03 .steel-point__item .num:after {
  content: "";
  width: 0.6rem;
  height: 19.6rem;
  background: url(/assets/images/steel/arrow_d_long.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3rem;
}
@media screen and (max-width: 840px) {
  .steel-point-03 .steel-point__item .num:after {
    width: 0.6rem;
    height: 25.3rem;
    background: url(/assets/images/steel/arrow_d_long_sp.png) 0 0 no-repeat;
  }
}
.steel-point-03 .steel-point__item .num.no-arrow:after {
  display: none;
}

.steel-purpose {
  padding-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steel-purpose {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6.4rem;
  }
}
.steel-purpose__ttl {
  margin-bottom: 0;
}
.steel-purpose__img {
  max-width: 99.8rem;
  margin: 0 auto;
}
.steel-purpose__txt {
  margin-top: -3rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .steel-purpose__txt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}

.steel-products {
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .steel-products {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 7rem;
  }
}
.steel-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6rem;
  margin-top: -6.5rem;
}
@media screen and (max-width: 767px) {
  .steel-products__list {
    margin-left: -1.8rem;
    margin-top: -2.4rem;
  }
}
.steel-products__item {
  width: calc(33.333% - 6rem);
  margin-left: 6rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .steel-products__item {
    width: calc(50% - 1.8rem);
    margin-left: 1.8rem;
    margin-top: 2.4rem;
  }
}
.steel-products__item:first-of-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.steel-products__item:first-of-type img {
  width: 46.666%;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type img {
    width: 100%;
  }
}
.steel-products__item:first-of-type dl {
  width: 46.666%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl {
    width: 100%;
  }
}
.steel-products__item:first-of-type dl dd {
  border-left: none;
  border-top: 1px solid rgba(133, 133, 133, 0.6);
  padding-top: 3rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl dd {
    padding-top: 1.8rem;
  }
}
.steel-products__item:first-of-type dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl dd ul {
    margin-left: 0;
  }
}
.steel-products__item:first-of-type dl dd ul li {
  width: calc(33.333% - 3rem);
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  padding-left: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl dd ul li {
    width: 50%;
    margin-left: 0;
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
.steel-products__item:first-of-type dl dd ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000000;
  position: absolute;
  left: 0;
  top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl dd ul li:before {
    top: 1rem;
  }
}
.steel-products__item:first-of-type dl dd ul li:last-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl dd ul li:last-child {
    width: 50%;
  }
}
.steel-products__item:first-of-type dl dd ul li span {
  margin-top: -0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .steel-products__item:first-of-type dl dd ul li span {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.steel-products__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .steel-products__item dl {
    margin-top: 0.8rem;
  }
}
.steel-products__item dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .steel-products__item dl dt {
    font-size: 1.6rem;
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.steel-products__item dl dd {
  border-left: 1px solid rgba(133, 133, 133, 0.6);
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .steel-products__item dl dd {
    border-left: none;
    border-top: 1px solid rgba(133, 133, 133, 0.6);
    padding-left: 0;
    padding-top: 0.8rem;
    font-size: 1.2rem;
    width: 100%;
  }
}

.steel-contact {
  background: #F7F7F8;
  color: #0D2D4D;
  padding: 5.4rem 2rem 6.6rem;
}
@media screen and (max-width: 767px) {
  .steel-contact {
    padding: 4.8rem 4rem 7.8rem;
  }
}
.steel-contact__inner {
  max-width: 104rem;
  margin: 0 auto;
}
.steel-contact__ttl {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 3.5rem;
  line-height: 1;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steel-contact__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.steel-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.steel-contact__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .steel-contact__item {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .steel-contact__item:last-of-type {
    border-left: 1px solid #C5C5C5;
  }
}
@media screen and (max-width: 767px) {
  .steel-contact__item:last-of-type {
    margin-top: 1rem;
  }
}
.steel-contact__item p {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .steel-contact__item p {
    font-size: 1.3rem;
    display: block;
  }
}
.steel-contact__item p a {
  color: #0D2D4D;
  margin-left: 2.5rem;
  padding-left: 3.2rem;
  display: inline-block;
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--font_en);
}
@media screen and (min-width: 768px) {
  .steel-contact__item p a {
    pointer-events: none;
  }
}
@media screen and (max-width: 840px) {
  .steel-contact__item p a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .steel-contact__item p a {
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
    border: 1px solid #0D2D4D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8.65rem;
    margin-top: 1rem;
  }
}
.steel-contact__item p a:before {
  content: "";
  width: 2.16rem;
  height: 2.16rem;
  background: url(/assets/images/common/icon-tel.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .steel-contact__item p a:before {
    width: 1.76rem;
    height: 1.76rem;
    left: 5.35rem;
  }
}