.ec-input-pw {
  align-items: normal;
}
/* リセット＋共通フォントウェイト */
* {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: top;
}
/* button {
  all: unset;
  cursor: pointer;
} */

/*── セレクトボックス ──*/
select {
  background: none;
  font: inherit;
  padding: 9.5px 10px;
  border: 1px solid #d5daed;
  box-sizing: border-box;
  width: 250px;
  border-radius: 2px;
  margin: 0 0 0 70px;
}
@media screen and (max-width: 840px) {
  select {
    margin: 0;
  }
}

/* 汎用 input */
input {
  box: sizung;
}

/* チェックボックスカスタム */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #d5daed;
  border-radius: 2px;
}
input[type="checkbox"]:checked::before {
  background-color: #109f98;
  border: 1px solid transparent;
}
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
input[type="checkbox"]:checked::after {
  opacity: 1;
}

/* ページタイトル */
h1 {
  padding: 30px 0 20px;
  text-align: center;
  border-bottom: 1px solid #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 840px) {
  h1 {
    font-size: 18px;
  }
}

.login {
  background-color: #f8f9fc;
  padding-bottom: 60px;
}

.login-title {
  border: none;
}
.login-title .vertical-line {
  background-color: #f8f9fc;
}

.ec-title {
  display: flex;
  align-items: center;
}
.ec-title img {
  width: 35px;
}
@media screen and (max-width: 840px) {
  .ec-title img {
    width: 22px;
  }
}

.title-ic {
  padding-right: 10px;
}
@media screen and (max-width: 840px) {
  .title-ic {
    width: 15%;
  }
}

.vertical-line {
  width: 50px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  display: flex;
  justify-content: center;
}
.vertical-line::after {
  content: "";
  border-left: 1px solid #111111;
}

.ec-off2Grid {
  border: 1px solid #555555;
  border-radius: 8px;
  width: 80%;
  margin: 0 auto 60px;
}
.ec-off2Grid__cell {
  /* width: fit-content; */
  /* margin: 10px auto; */
}
@media screen and (max-width: 840px) {
  .ec-off2Grid__cell {
    /* width: fit-content; */
    /* margin: 10px auto; */
  }
}

#form_box {
  padding: 50px 20% 30px;
}
@media screen and (max-width: 840px) {
  #form_box {
    padding: 20px 10%;
  }
}

.ec-login__input {
  margin-bottom: 5%;
}

.ec-input-pw {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 840px) {
  .ec-input-pw {
    display: inline-block;
  }
}

.ec-input-pwbox {
  flex: 1;
}
.ec-input-pwbox input {
  width: 100%;
  border: 1px solid #d5daed;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
}

.ec-zipInput {
  margin-bottom: 0;
  flex: 1;
}

.ec-select {
  display: flex;
  margin: 0 50px 0 0;
}

.info {
  color: #109f98;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.info a {
  color: inherit;
  text-decoration: underline;
  text-decoration: none;
}

.ec-link {
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.terms {
  color: #555555;
}

.ec-grid2__cell {
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .ec-grid2__cell {
    font-size: 12px;
    width: fit-content;
    margin: 10px auto;
  }
}

.ec-login__actions {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.ec-blockBtn--cancel {
  display: flex;
  width: 280px;
  padding: 15px 0;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #109f98;
  position: relative;
  align-items: center;
  justify-content: center;
  border: none;
}
@media screen and (max-width: 840px) {
  .ec-blockBtn--cancel {
    width: 200px;
    padding: 15px 0;
  }
}
.ec-blockBtn--cancel::before {
  content: "←";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.ec-blockBtn--cancel:hover {
  background-color: #0d534f;
}

.ec-input-mailTitle,
.ec-input-pwTitle {
  width: 200px;
}

@media screen and (max-width: 840px) {
  .ec-input-mailTitle,
  .ec-input-pwTitle {
    font-size: 14px;
  }
  .mail {
  }
}

.ec-input-mail,
.ec-input-pw {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.ec-input-mailbox input,
.ec-input-pwbox input {
  width: 100%;
  border: 1px solid #d5daed;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
}

.ec-login label {
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .ec-login label {
    font-size: 12px;
  }
}

.ec-off4Grid__cell {
  width: fit-content;
  margin: 10px auto;
}
@media screen and (max-width: 840px) {
  .ec-off4Grid__cell {
    width: fit-content;
    margin: 10px auto;
  }
}

.ec-blockBtn--action {
  width: 280px;
  padding: 15px 0;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #e8353e;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.ec-blockBtn--action::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.ec-blockBtn--action:hover {
  background-color: #97272c;
}

.ec-login__actions .ec-blockBtn--cancel::before {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}
.address {
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (max-width: 820px) {
  .ec-input-mail,
  .ec-input-pw {
    display: inline-block;
  }
}
@media screen and (max-width: 820px) {
  .p-region-id {
    font-size: 14px;
  }
}
/* ----------インラインスタイル---------- */
.p-country-name {
  display: none;
}

.ec-login__actions img {
  margin-right: 10px;
}
