@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(-90deg, rgb(13,67,73) 0%, rgb(27,63,72) 4%, rgb(41,59,71) 16%, rgb(27,31,40) 100%);
  color: #d2d2d2;
  font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

p {
  margin: 0
}

.login .l_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.login .l_mainContent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login .l_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.m_loginBox {
  width: 600px;
}

.m_loginBox_inner {
  padding: 0 40px 10px 40px;
}

.m_loginBox_header {
  text-align: center;
  margin-bottom: 70px;
}

.m_loginBox_version {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 1.6rem;
  text-align: center;
  text-shadow: none;
}

.m_loginBox_form {
  padding: 0 60px;
}

.m_checkboxWrap {
  margin-bottom: 14px;
}

.m_inputWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.m_input {
  width: 100%;
  padding: 5px 10px;
  color: #d2d2d2;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}

.m_input_label {
  padding-left: 10px
}

.m_input_border {
  width: 100%;
  border-top: 1px solid #d2d2d2
}

.m_input:focus + .m_input_border {
  box-shadow: 0 0 2.5px 0.5px #d2d2d2;
}

.m_input:-webkit-autofill,
.m_input:-webkit-autofill:hover,
.m_input:-webkit-autofill:focus,
.m_input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/* メールアドレス記憶チェックボックス */

.m_checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.m_checkbox .m_checkbox_mark {
  position: relative;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.m_checkbox .m_checkbox_mark::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #1cd6c5;
  border-radius: 2px;
}

.m_checkbox input:checked + .m_checkbox_mark::before {
  background-color: #1cd6c5;
}

.m_checkbox input:checked + .m_checkbox_mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ログインボタン */

.login .m_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  background: #1cd6c517;
  color: #1cd6c5;
  border-radius: 25px;
  border: 1px solid #1cd6c5;
  box-shadow: 0 0 3px 1px #1cd6c5;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

.login .m_btn:hover {
  background-color: #1cd6c540;
}

.login .m_btnWrap {
  display: flex;
  justify-content: center;
}

.m_loginBox_form_error {
  color: #1cd6c5;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}

[hidden] {
    display: none;
}

/* アンカーリンク用のスタイル */
.anchor-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.anchor-wrap-block {
  display: inline-block;
  padding: 0 2px;
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #1cd6c5;
}

.anchor-wrap-block:hover {
  opacity: 0.8;
}

.m-anchor-link {
  display: inline-block;
  font-size: 1.4rem;
  color: #1cd6c5;
  text-decoration: none;
}

.triangle {
  display: inline-block;
  border-left: 8px solid #1cd6c5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
