.contentsInner h1,
.contentsInner p {
  text-align: center;
}

.contentsInner h1 img {
  margin: auto;
}

.contentsInner .registry {
  margin-top: 16px;
}

.contentsInner .registry-title {
  color: #10252C;
}

.contentsInner .registry>p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.contentsInner .registry>p a {
  color: #68797C;
  text-decoration: none;
}

.contentsInner p.sub-title {
  font-size: 11px;
  color: #68797c;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
}

.contentsInner p.handdown::before {
  content: url(../images/registry/handdown.svg);
  padding-right: 8px;
  vertical-align: middle;
}

.contentsInner p.mail::before {
  content: url(../images/registry/mail.svg);
  padding-right: 8px;
  vertical-align: middle;
}

.contentsInner input {
  width: 100%;
  display: block;
  margin-bottom: 4px;
  padding: 12px 16px;
  border: 1px solid rgba(16, 37, 44, 0.16);
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.contentsInner input.valid-error {
  border: 1px solid #E75A5A;
}

.contentsInner .error-message {
  font-size: 11px;
  color: #E75A5A;
  text-align: left;
  margin-bottom: 8px;
}

.contentsInner button.login {
  background: #3ab8b1;
  border: 1px solid rgba(16, 37, 44, 0.12);
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
}

.contentsInner button.cancel {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  margin-top: 24px;
  text-align: center;
  color: #34585c;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}

.contentsInner .link-list {
  padding: 24px 21.5px 8px;
}

.contentsInner .link-list ul {
  display: flex;
  justify-content: space-around;
}

.contentsInner .link-list li a {
  font-size: 10px;
  line-height: 24px;
  color: #8C9DA1;
}

.contentsInner .copyright {
  font-size: 10px;
  color: #8C9DA1;
}
.button-container {
  text-align: center;
  border-bottom: 1px solid rgba(16, 37, 44, 0.12);
}

.button-container>button {
  margin-top: 16px;
}

.button-container>button:last-child {
  margin-bottom: 16px;
}

.button-container .forgetpw {
  color: #68797C;
  font-size: 11px;
  font-weight: bold;
  background-color: unset;
  border: unset;
}

/*　static page　*/
.contentsInner h1.static-image {
  margin-top: 150px;
}

.contentsInner p.registry-title-static {
  margin-top: 100px;
  font-size: 15px;
  color: #10252c;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.contentsInner p.sub-text-static {
  font-size: 10px;
  color: #8c9da2;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 16px 0;
}

/* info modal */
.modal_open {
  display: inline-block;
}

.modal_box {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 7777;
  display: none;
  width: 98%;
  height: 98%;
  max-width: 730px;
  margin: 0;
  padding: 24px 16px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
}

.modal_box h2 {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #526468;
}

.modal_box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #526468;
}

.modal_box .input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.modal_box .input-wrap02 {
  margin-top: 16px;
}

.modal_box .input-wrap02 .input-inner {
  display: flex;
  width: 100%;
  margin-top: 12px;
}

.modal_box .input-wrap02 .input-inner input {
  width: 100%;
  font-size: 13px;
  color: #10353d;
  padding: 7px;
  border: 1px solid rgba(16, 37, 44, 0.16);
  border-radius: 8px;
}

.modal_box .input-wrap02 .input-inner input[type="button"] {
  width: 30%;
  margin-left: 10px;
  background-color: #fff;
  color: #34585C;
  font-weight: 700;
  cursor: pointer;
}

.modal_box .input-wrap .input-inner-left {
  width: 30%;
}

.modal_box .input-wrap .input-inner-right {
  width: 65%;
}

.modal_box .input-wrap .input-inner-license-left {
  width: 30%;
}

.modal_box .input-wrap .input-inner-license-right {
  width: 65%;
}

.modal_box .input-wrap .input-inner-right input,
.modal_box .input-wrap .input-inner-right select,
.modal_box .input-wrap .input-inner-license-left input,
.modal_box .input-wrap .input-inner-license-right input {
  width: 100%;
  font-size: 13px;
  color: #10353d;
  padding: 7px;
  border: 1px solid rgba(16, 37, 44, 0.16);
  border-radius: 8px;
  text-align: center;
}

.modal_box .input-wrap02 textarea {
  width: 100%;
  font-size: 13px;
  color: #10353d;
  padding: 12px;
  border: 1px solid rgba(16, 37, 44, 0.16);
  border-radius: 8px;
  text-align: left;
}

/* ↓ ここイランかも */
.modal_box .input-tagArea {
  margin: 16px 0;
  border-radius: 8px;
  border: 1px solid rgba(16, 37, 44, 0.16);
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding: 16px;
}

.modal_box .input-tagArea .tagitem {
  color: #627C82;
  font-size: 10px;
  padding: 3px 6px;
  background: #E7F6FA;
  border-radius: 8px;
}

/* ↑ ここイランかも */
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background: rgba(197, 206, 208, 0.5);
}

.link_area {
  margin: 24px auto 0;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 37, 44, 0.12);
}

.link_area .modal_link a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-decoration: none;
  background: #3AB8B1;
  padding: 14px;
  border: 1px solid rgba(16, 37, 44, 0.12);
  border-radius: 8px;
  cursor: pointer;
}

.link_area .modal_link a.prev {
  margin-top: 16px;
  display: inline-block;
  width: 150px;
  color: #34585C;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(16, 37, 44, 0.16);
  border-radius: 8px;
  cursor: pointer;
}

/* helper class */
.mgn-top-16 {
  margin-top: 16px;
}