/* 全体 */
* {
  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;
}

@media screen and (max-width: 820px) {
  body {
    padding-top: 140px !important;
  }
}

/* 見出し */
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;
}

.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-login__input {
  margin-bottom: 5%;
}

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

.ec-input-pw {
  display: flex;
  justify-content: space-evenly;
}

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

.ec-input-mailbox,
.ec-input-pwbox {
  flex: 1;
}

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

#form_box .message,
#form_box_textbox .message {
  color: #111111;
  font-size: 14px;
  margin-bottom: 2em;
}

.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-login__actions button {
  border: none;
}

.ec-blockBtn--cancel {
  display: flex;
  width: 280px;
  padding: 15px 0;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #629649;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .ec-blockBtn--cancel {
    width: 200px;
  }
}

.ec-login__actions .ec-blockBtn--cancel::before {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 20px;
}

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

.ec-title img {
  width: 35px;
}
@media screen and (max-width: 840px) {
  .ec-title img {
    width: 22px;
  }
}
@media screen and (max-width: 820px) {
  .ec-input-mail,
  .ec-input-pw {
    display: inline-block;
  }
}
