/* ===================================================  */
/*  共通                */
/* =================================================== */
section.bread {
  display: none;
}
.system_centering {
  background-color: #f1f1f1;
  /*   height: calc(100vh - 70px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_logo {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}
.lp_logo a {
  text-decoration: none;
}
.lp_logo img {
  max-width: 300px;
  width: 100%;
}
.lp_logo span {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.bg_f1f1f1 {
  background-color: #F1F1F1
}
.system_wrapper {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  padding: 40px 20px 48px 20px;
  max-width: 620px;
  margin: 0 auto;
}
.system_inner {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.system_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system_content h5 {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.system_content img {
  max-width: 180px;
}
.system_content p {
  margin-top: 10px;
}
.system_content .text_link {
  display: block;
  font-weight: 700;
  margin-top: 24px;
  position: relative;
}
.system_content .text_link:before {
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_link_right.svg);
  position: absolute;
  left: -20px;
}
.btn,
input[type="submit"] {
  margin-top: 24px;
  max-width: 80%;
  padding: 20px 0;
}

/* ==========================================================================
ログイン
========================================================================== */
.login_page {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/bg_login.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.login_page p {
  margin: 24px 0 0 0;
}
.bg_f1f1f1 .column2 {
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px;
}
.column2 .system_wrapper {
  margin: 0;
  width: 100%;
  padding: 50px 60px;
}
.registe_wrapper {
  height: fit-content;
}
/* login form */
span#hs_cos_wrapper_my_login {
  width: 100%;
}
/* span#hs_cos_wrapper_my_login div:first-child {
display: none;
} */
#hs-membership-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#hs-membership-form input[type="text"],
#hs-membership-form input[type="password"]{
  padding-left: 20px;
}
#hs-membership-form input[type="text"]::placeholder,
#hs-membership-form input[type="password"]::placeholder{
  color: #B2B2B2;
  font-size: 14px;
  /*   padding-left: 20px; */
}

#hs-membership-form .hs-form-field:nth-child(5) {/* パスワード入力 */
  display: flex;
  flex-direction: column;
}
#hs-membership-form .hs-form-field:nth-child(6) {/*ログイン情報を記憶する*/
  display: flex;
  align-items: center;
  gap: 10px;
}
#hs-membership-form a[class*='show-password'] {
  order: 1;
  padding-top: 6px;
  font-size: 14px;
}
#hs-membership-form div:nth-child(7) {/*パスワードをお忘れの方はこちら*/
  margin-top: 24px;
}

/* ==========================================================================
パスワードリセットリクエスト
========================================================================== */
#hs_cos_wrapper_my_password_reset_request {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hs_cos_wrapper_type_password_reset_request .hs-form-field:first-child {
  margin: 10px 0 0;
  order: 1;
}
.hs_cos_wrapper_type_password_reset_request .hs-form-field:nth-child(2) {
  margin: 10px 0 0;
  order: 2;
}
#hs_cos_wrapper_my_password_reset_request .hs-membership-global-message {
  font-size: 15px;
}
#hs_cos_wrapper_my_password_reset_request .hs-membership-global-message a {
  margin-top: 24px;
  display: block;
}
/* ==========================================================================
パスワードリセット
========================================================================== */
#hs_cos_wrapper_my_password_reset {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hs_cos_wrapper_type_password_reset .hs-form-field:first-child {
  margin: 10px 0 0;
  order: 1;
}
.hs_cos_wrapper_type_password_reset .hs-form-field:nth-child(2) {
  margin: 10px 0 0;
  order: 2;
}
@media screen and (max-width: 1100px) {
  .lp_logo img {
    max-width: 230px;
  }
  .lp_logo span {
    font-size: 14px;
    margin: 0;
  }
  .system_centering {
    justify-content: start;
  }
  .bg_f1f1f1 .column2 {
    padding: 0 40px;
  }
  .system_wrapper {
    padding: 24px 20px;
    max-width: 100%;
    margin: 0 40px;
  }
  .system_content h5 {
    font-size: 20px;
  }
  .system_content img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .system_centering {
    justify-content: start;
  }
  .bg_f1f1f1 .column2 {
    padding: 0 20px 200px 20px;
    flex-direction: column;
    gap: 20px;
  }
  .system_wrapper {
    margin: 0 20px;
  }
  .column2 .system_wrapper {
    padding: 24px 20px;
  }
  .thanks_warpper {
    margin: 0 20px;
  }
  .btn {
    max-width: 100%;
  }
}




/* フォーム系 */
.hs-form-field {
  margin-top: 24px;
}
input[type="text"],
input[type="password"]{
  height: 52px;
  width: 100%;
  margin-top: 12px;
  display: block:
}
.actions {
  display: flex;
  justify-content: center;
}
input[type="submit"] {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  background-color: #45AEBF;
  border: 0;
  border-radius: 5px;
  padding: 16px 0;
  margin: 24px 0 0 0;
  width: 100%;
}
input[type="submit"]:hover {
  background-color: #112A75!important;
}

label {
  display: inline-block;
}
span.required {
  background-color: #45AEBF;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 5px;
  margin-left: 10px;
  text-align: center;
  width: 45px;
}
/* error */
.hs-error-msg {
  font-size: 14px!important;
  margin-top: 0px!important;
  color: #FC6000!important;
}
input[type="text"][aria-invalid="true"] {
  border: solid 1px #FC6000;
}


/* ==========================================================================
メール配信設定
========================================================================== */

.mail_setting_content h1 { display: none; }
.mail_setting_content h2 { margin-top: 40px; }
span.fakelabel,
label[for="globalunsub"]{ 
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px; 
}
.localization-language {
display: none;
}
button#hs-subscriptions-manage-preferences-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  background-color: #45AEBF;
  border: 0;
  border-radius: 5px;
  padding: 16px 0;
  margin: 24px 0 0 0;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 767px) {
  #submitbutton {/*更新ボタン*/
    max-width: 100%;
  }
  }
