p span.em {
  color: #ff641e;
  font-weight: bold;
}

.seino {
  border: 1px solid #ccc;
  margin-top: 110rem;
}
.seino a {
  display: block;
}
.seino .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 330rem;
}
.seino img {
  display: block;
  width: 210rem;
}
.seino .tx {
  background: #09836a;
  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;
  color: #fff;
  font-size: 23rem;
  font-weight: bold;
  height: 65rem;
}
.seino .tx span {
  position: relative;
}
.seino .tx span:after {
  content: "";
  display: inline-block;
  width: 32rem;
  height: 32rem;
  background: url("../images/shipping/icon-blank.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: -56rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  .page-container {
    max-width: 952px;
    margin: 90px auto 0;
  }
  .page-container p {
    text-align: center;
    font-size: 18px;
  }

  .seino {
    width: 455px;
    margin: 55px auto 0;
  }
  .seino a:hover {
    opacity: 0.8;
  }
  .seino .logo {
    height: 250px;
  }
  .seino img {
    width: 160px;
  }
  .seino .tx {
    font-size: 18px;
    height: 50px;
  }
  .seino .tx span:after {
    width: 24px;
    height: 24px;
    right: -45px;
  }
}