.c-login-restriction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.25rem;
  background: #daeefa;
}

@media (min-width: 60em) {
  .c-login-restriction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}

.c-login-restriction div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-login-restriction p {
  padding: 1.25rem;
  text-align: center;
}

.c-login-restriction a {
  display: block;
  margin: 0 0.625rem;
  padding: 0.9375rem;
  border: 2px solid #fff;
}

@media (min-width: 60em) {
  .c-login-restriction a {
    margin: 0;
    padding: 1.25rem;
    border: 0;
    border-left: 2px solid #fff;
  }
}

.u-page-theme--beauty .c-login-restriction {
  background: #f7f0f4;
}

.u-page-theme--hair .c-login-restriction {
  background: #fbf3d9;
}

.u-page-theme--medical .c-login-restriction {
  background: #e4f1ed;
}

.u-page-theme--wellness .c-login-restriction {
  background: #f3e9da;
}

.u-page-theme--footcare .c-login-restriction {
  background: #eee7f2;
}

.u-page-theme--interior .c-login-restriction {
  background: #e0e8eb;
}

.c-login-restriction--detail {
  border-top: 1px solid #ccc;
  padding-top: 1.875rem;
}

.c-login-restriction--detail p {
  margin-bottom: 0.9375rem;
}

.c-login-restriction--detail div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-login-restriction--detail div > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 1.75;
}

.c-login-restriction--detail div > * + * {
  margin-left: 0.625rem;
}
