@charset "UTF-8";
/* line 2, app/assets/stylesheets/_official_line.scss */
.official-line-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 700;
  text-decoration: none !important;
  color: #06c755 !important;
  vertical-align: middle;
  line-height: 1.3;
}

/* line 12, app/assets/stylesheets/_official_line.scss */
.official-line-link__glyph {
  flex-shrink: 0;
  display: block;
}

/* line 17, app/assets/stylesheets/_official_line.scss */
.official-line-link__text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 22, app/assets/stylesheets/_official_line.scss */
.official-line-link:hover {
  color: #05a84a !important;
}

/* line 25, app/assets/stylesheets/_official_line.scss */
.official-line-link:hover .official-line-link__text {
  text-decoration-thickness: 2px;
}

/* line 30, app/assets/stylesheets/_official_line.scss */
.official-line-link:focus-visible {
  outline: 2px solid rgba(6, 199, 85, 0.55);
  outline-offset: 2px;
  border-radius: 4px;
}

/* line 36, app/assets/stylesheets/_official_line.scss */
.official-line-link--footer {
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  margin: 0 6px;
}

/* line 42, app/assets/stylesheets/_official_line.scss */
.official-line-link--footer .official-line-link__text {
  text-decoration: underline;
}

/* line 46, app/assets/stylesheets/_official_line.scss */
.official-line-link--footer:hover {
  color: #e0ffe8 !important;
}

/* line 51, app/assets/stylesheets/_official_line.scss */
.official-line-link--login {
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(6, 199, 85, 0.45);
  background: #f0fdf4;
  font-size: 14px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

/* line 63, app/assets/stylesheets/_official_line.scss */
.official-line-link--login .official-line-link__text {
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/_official_line.scss */
.official-line-link--login:hover {
  background: #dcfce7;
}

/* line 72, app/assets/stylesheets/_official_line.scss */
.official-line-link--inline {
  font-size: inherit;
  font-weight: 700;
  gap: 0.25em;
}

/* line 78, app/assets/stylesheets/_official_line.scss */
.official-line-link--compact {
  font-size: 13px;
  gap: 0.3em;
}

/* line 85, app/assets/stylesheets/_official_line.scss */
.line-brand-icon {
  vertical-align: -0.12em;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/common.scss */
.w-10 {
  width: 10%;
}

/* line 5, app/assets/stylesheets/common.scss */
.w-15 {
  width: 15%;
}

/* line 9, app/assets/stylesheets/common.scss */
.w-20 {
  width: 20%;
}

/* line 13, app/assets/stylesheets/common.scss */
.w-30 {
  width: 30%;
}

/* line 17, app/assets/stylesheets/common.scss */
.w-60 {
  width: 60%;
}

/* line 21, app/assets/stylesheets/common.scss */
.w-70 {
  width: 70%;
}

/* line 25, app/assets/stylesheets/common.scss */
.s-input-1 {
  width: 100px;
}

/* line 29, app/assets/stylesheets/common.scss */
.s-input-2 {
  width: 120px;
}

/* line 33, app/assets/stylesheets/common.scss */
.s-input-3 {
  width: 140px;
}

/* line 37, app/assets/stylesheets/common.scss */
.s-input-4 {
  width: 160px;
}

/* line 41, app/assets/stylesheets/common.scss */
.s-input-5 {
  width: 180px;
}

/* line 45, app/assets/stylesheets/common.scss */
.error-message-area {
  width: 85%;
  margin: 20px auto 25px auto;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #f05b63;
  background-color: #fff6f7;
  box-shadow: 0px 3px 8px rgba(240, 91, 99, 0.12);
  color: #7d0c14;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/common.scss */
.btn-control {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  padding: 0;
}

/* line 5, app/assets/stylesheets/_legal_pages_standalone.scss */
body {
  background-color: #f8f8f8;
}

/* line 9, app/assets/stylesheets/_legal_pages_standalone.scss */
.card-contents {
  padding-top: 5px;
  background-color: #fff;
  margin: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

/* line 17, app/assets/stylesheets/_legal_pages_standalone.scss */
.card-heading {
  width: 90%;
  margin: 20px auto;
  border-left: 4px solid #eeeeee;
  background-color: #eeeeee;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 15px;
}

/* line 28, app/assets/stylesheets/_legal_pages_standalone.scss */
.personal-info {
  width: 85%;
  margin: 0 auto;
  font-size: 13px;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  height: 200px;
  overflow: auto;
  padding: 15px 20px 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 886px) {
  /* line 41, app/assets/stylesheets/_legal_pages_standalone.scss */
  .card-contents {
    margin: 20px 0 0 0;
  }
  /* line 45, app/assets/stylesheets/_legal_pages_standalone.scss */
  .card-heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 815px) {
  /* line 51, app/assets/stylesheets/_legal_pages_standalone.scss */
  .card-contents {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 460px) {
  /* line 58, app/assets/stylesheets/_legal_pages_standalone.scss */
  .card-heading {
    width: 83%;
  }
}

/* line 70, app/assets/stylesheets/common.scss */
.card-input-heading {
  width: 85%;
  margin: 30px auto;
  padding: 0 10px;
  margin-bottom: 5px;
  border-left: 4px solid #fe5b35;
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/common.scss */
.normal-address-input .card-input-heading,
.free-address-input .card-input-heading {
  width: 85%;
  margin: 30px auto;
  padding: 0 10px;
  margin-bottom: 5px;
  border-left: 4px solid #fe5b35;
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

/* line 94, app/assets/stylesheets/common.scss */
.normal-address-input .card-input-box,
.free-address-input .card-input-box {
  width: 85%;
  margin: 10px auto;
}

/* line 100, app/assets/stylesheets/common.scss */
.card-cautionary {
  width: 85%;
  margin: auto;
}

/* line 105, app/assets/stylesheets/common.scss */
.card-input-box {
  width: 85%;
  margin: 10px auto;
}

/* line 110, app/assets/stylesheets/common.scss */
.card-input-box b {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-left: 44px;
  margin-bottom: 15px;
}

/* 会員登録・会員情報変更など .ipt-block（旧 login.scss の抜粋。application 経由で共通供給） */
/* dd: ブラウザ既定の dd 余白を消す。div.card-input-box はログイン等の互換のため残す */
/* line 120, app/assets/stylesheets/common.scss */
.ipt-block dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem 0.65rem;
  padding: 0 0 14px;
  margin: 0;
}

/* .ipt-block dd の margin:0 が .card-input-box より詳細度で勝ち、margin:10px auto が効かない。
   .normal-address-input .card-input-box 等はより詳細で従来どおり。姓名グリッド内は下で上書き */
/* line 132, app/assets/stylesheets/common.scss */
.ipt-block dd.card-input-box {
  margin: 10px auto;
  box-sizing: border-box;
}

/* line 137, app/assets/stylesheets/common.scss */
.ipt-block .card-input-flex > div dd.card-input-box {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* 単一の入力・セレクト・テキストエリアは dd 内で横いっぱい（flex 既定だと幅が足りず本登録と会員変更でブレるのを防ぐ） */
/* line 144, app/assets/stylesheets/common.scss */
.ipt-block dd.card-input-box:not(.d-flex) > .form-control:only-child,
.ipt-block dd.card-input-box:not(.d-flex) > select:only-child,
.ipt-block dd.card-input-box:not(.d-flex) > textarea.form-control:only-child {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* line 153, app/assets/stylesheets/common.scss */
.ipt-block dd.card-input-box > .birth-date-field:only-child {
  flex: 1 1 100%;
  min-width: 0;
}

/* ラジオ・チェック付き行も同じ行レイアウト（:has や fit-content でページごとに見た目がブレるのを避ける） */
/* line 159, app/assets/stylesheets/common.scss */
.ipt-block div.card-input-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem 0.65rem;
  padding-bottom: 14px;
  width: 85%;
  margin: 10px auto;
  box-sizing: border-box;
}

/* line 171, app/assets/stylesheets/common.scss */
.ipt-block dd.login-field,
.ipt-block div.card-input-box.login-field {
  display: block;
}

/* 姓/名・セイ/メイ：2列グリッド。幅は他フィールドと同じ 85% 帯 */
/* line 177, app/assets/stylesheets/common.scss */
.card-input-flex {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 12px;
  align-items: start;
  box-sizing: border-box;
}

/* line 189, app/assets/stylesheets/common.scss */
.card-input-flex > div {
  min-width: 0;
}

/* line 193, app/assets/stylesheets/common.scss */
.card-input-flex .card-input-heading {
  width: 100%;
}

/* line 197, app/assets/stylesheets/common.scss */
.card-input-flex .card-input-box {
  width: 100%;
  max-width: 100%;
}

/* 会員登録・会員情報変更の個人情報ブロック（内側の .card-input-flex 等で 85% 帯を維持） */
/* line 203, app/assets/stylesheets/common.scss */
.personal-information-input-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* line 210, app/assets/stylesheets/common.scss */
.card-text {
  font-size: 14px;
}

/* line 214, app/assets/stylesheets/common.scss */
.pos-rel {
  width: 85%;
  display: block;
  margin: 30px auto 0 auto;
}

/* line 220, app/assets/stylesheets/common.scss */
.pos-rel .btn {
  width: 100%;
  background: #fe5b35;
  display: block;
  color: #fff;
}

/* line 227, app/assets/stylesheets/common.scss */
.pos-rel .btn:hover {
  background-color: #DF3700;
  transition: all 0.25s ease 0s;
}

/* line 232, app/assets/stylesheets/common.scss */
.title-bar {
  margin: 20px 10%;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

/* line 240, app/assets/stylesheets/common.scss */
.title-br {
  display: none;
}

/* line 244, app/assets/stylesheets/common.scss */
.title-bar::before,
.title-bar::after {
  content: "";
  height: 3px;
  background-color: #eeeeee;
  flex-grow: 1;
}

/* line 252, app/assets/stylesheets/common.scss */
.card-complete-message {
  font-size: 13px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px 10px;
}

/* line 259, app/assets/stylesheets/common.scss */
.line-terms-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  font-size: 14px;
  line-height: 1.7;
}

/* line 267, app/assets/stylesheets/common.scss */
.line-terms-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 274, app/assets/stylesheets/common.scss */
.line-terms-body ul {
  padding-left: 20px;
  margin: 10px 0 20px;
}

/* line 279, app/assets/stylesheets/common.scss */
.card-btn-style {
  padding-bottom: 40px;
}

/* line 283, app/assets/stylesheets/common.scss */
.line-login-button {
  display: block;
  width: 100%;
  background: #06c755;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

/* line 296, app/assets/stylesheets/common.scss */
.line-login-button:hover {
  background-color: #05b04a;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
}

@media only screen and (max-width: 886px) {
  /* line 304, app/assets/stylesheets/common.scss */
  .btn-control {
    font-size: 14px;
  }
  /* line 307, app/assets/stylesheets/common.scss */
  .line-login-button {
    font-size: 14px;
    line-height: 40px;
  }
  /* line 311, app/assets/stylesheets/common.scss */
  .card-input-heading {
    font-size: 18px;
  }
  /* line 314, app/assets/stylesheets/common.scss */
  .card-cautionary {
    font-size: 13px;
    width: 83%;
  }
  /* line 318, app/assets/stylesheets/common.scss */
  .card-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 523px) {
  /* line 324, app/assets/stylesheets/common.scss */
  .title-bar {
    margin: 20px 10%;
    font-size: 12px;
  }
  /* line 328, app/assets/stylesheets/common.scss */
  .card-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 460px) {
  /* line 334, app/assets/stylesheets/common.scss */
  .error-message-area {
    width: 85%;
    font-size: 13px;
    padding: 14px 16px;
  }
  /* line 339, app/assets/stylesheets/common.scss */
  .card-complete-message {
    font-size: 13px;
    width: 83%;
  }
  /* line 343, app/assets/stylesheets/common.scss */
  .img-wrapper {
    text-align: center;
    margin-left: 20px;
  }
  /* line 347, app/assets/stylesheets/common.scss */
  .img-style {
    width: 82%;
  }
  /* line 350, app/assets/stylesheets/common.scss */
  .title-br {
    display: block;
  }
  /* line 353, app/assets/stylesheets/common.scss */
  .title-bar {
    margin: 20px 5%;
    text-align: center;
  }
}

/* line 4, app/assets/stylesheets/temporary.scss */
body {
  background-color: #F8F8F8;
}

/* line 8, app/assets/stylesheets/temporary.scss */
.error-message-area {
  width: 85%;
  margin: 20px auto 25px auto;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #f05b63;
  background-color: #fff6f7;
  box-shadow: 0px 3px 8px rgba(240, 91, 99, 0.12);
  color: #7d0c14;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/temporary.scss */
.line-login-status-message {
  width: 85%;
  margin: 20px auto 25px auto;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

/* line 31, app/assets/stylesheets/temporary.scss */
.line-login-status-message--success {
  border: 1px solid #1fb65f;
  background-color: #f0fff5;
  box-shadow: 0px 3px 8px rgba(31, 182, 95, 0.12);
  color: #0f5c2a;
}

/* line 38, app/assets/stylesheets/temporary.scss */
.line-login-status-message__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 45, app/assets/stylesheets/temporary.scss */
.line-login-status-message__body {
  margin: 0;
}

/* line 49, app/assets/stylesheets/temporary.scss */
.btn-control {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  padding: 0;
  border-radius: 12px;
}

/* line 59, app/assets/stylesheets/temporary.scss */
.temporary-contents {
  padding: 16px 22px 28px;
  background-color: #fff;
  margin: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

/* line 69, app/assets/stylesheets/temporary.scss */
.temporary-heading {
  width: 90%;
  margin: 20px auto;
  border-left: 4px solid #EEEEEE;
  background-color: #EEEEEE;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 15px;
}

/* line 80, app/assets/stylesheets/temporary.scss */
.mail-address-heading {
  width: 85%;
  margin: 30px auto;
  padding: 0 10px;
  margin-bottom: 5px;
  border-left: 4px solid #fe5b35;
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

/* line 91, app/assets/stylesheets/temporary.scss */
.temporary-cautionary {
  width: 85%;
  margin: auto;
}

/* line 96, app/assets/stylesheets/temporary.scss */
.mail-input-box {
  width: 85%;
  margin: 10px auto;
  text-align: center;
}

/* line 102, app/assets/stylesheets/temporary.scss */
.mail-input-box b {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-left: 44px;
  margin-bottom: 15px;
}

/* line 110, app/assets/stylesheets/temporary.scss */
.mail-input-wid {
  width: 100%;
}

/* line 114, app/assets/stylesheets/temporary.scss */
.pos-rel {
  width: 85%;
  display: block;
  margin: 30px auto 0 auto;
}

/* line 120, app/assets/stylesheets/temporary.scss */
.pos-rel .btn,
.pos-rel input[type="submit"] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #fff !important;
  background: linear-gradient(135deg, #ff7a18 0%, #fe5b35 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(254, 91, 53, 0.28);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 135, app/assets/stylesheets/temporary.scss */
.pos-rel .btn:hover,
.pos-rel input[type="submit"]:hover {
  background: #df3700;
  transition: all 0.2s ease;
}

/* line 141, app/assets/stylesheets/temporary.scss */
.registration-section-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 14px 0;
  color: #333;
}

/* line 148, app/assets/stylesheets/temporary.scss */
.registration-section-lead {
  margin: 0 0 22px 0;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

/* line 156, app/assets/stylesheets/temporary.scss */
.line-register-section,
.mail-register-section {
  width: 92%;
  max-width: 40rem;
  margin: 24px auto 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 165, app/assets/stylesheets/temporary.scss */
.line-login-wrapper {
  width: 100%;
  margin: 0;
}

/* line 170, app/assets/stylesheets/temporary.scss */
.line-login-button {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #06d65c 0%, #06c755 100%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(6, 199, 85, 0.24);
}

/* line 184, app/assets/stylesheets/temporary.scss */
.line-login-button__icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 0 8px;
  line-height: 24px;
}

/* line 195, app/assets/stylesheets/temporary.scss */
.line-login-button:hover {
  background-color: #05b04a;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* line 202, app/assets/stylesheets/temporary.scss */
.line-login-note {
  margin: 16px 0 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555555;
  text-align: left;
}

/* line 210, app/assets/stylesheets/temporary.scss */
.line-login-separator {
  width: 85%;
  margin: 25px auto 0;
  text-align: center;
  color: #707070;
  font-size: 13px;
  position: relative;
}

/* line 219, app/assets/stylesheets/temporary.scss */
.line-login-separator span {
  background: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

/* line 226, app/assets/stylesheets/temporary.scss */
.line-login-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dddddd;
  z-index: 0;
}

/* line 237, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-agreement-area {
  width: 100%;
  margin: 20px 0 28px;
  padding-top: 4px;
}

/* メール仮登録: 規約同意チェック（common には載せない。gap は使わずラベル左マージンのみ） */
/* line 244, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-agreement-area p.personal-info + .service-checkbox {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #edf2f7;
}

/* line 250, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-agreement-area .service-checkbox {
  margin: 20px 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

/* line 257, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-agreement-area .service-checkbox > * {
  cursor: pointer;
}

/* line 261, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-agreement-area .service-checkbox input[type="checkbox"] {
  flex: 0 0 auto;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  accent-color: #fe5b35;
}

/* line 269, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-agreement-area .service-checkbox label {
  flex: 1;
  min-width: 0;
  display: block;
  margin: 0 0 0 6px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #2d3748;
}

/* line 280, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .title-bar {
  margin: 0 0 18px;
  width: 100%;
  box-sizing: border-box;
}

/* line 286, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .personal-info {
  width: 100%;
  padding: 16px 18px 18px;
  line-height: 1.65;
  box-sizing: border-box;
}

/* line 293, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .mail-address-heading,
.temporary-contents form.form-style .mail-input-box {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 300, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .pos-rel {
  width: 100%;
  margin: 30px 0 0 0;
}

/* line 305, app/assets/stylesheets/temporary.scss */
.temporary-contents form.form-style .temporary-cautionary {
  width: 100%;
  margin: 0 0 22px 0;
  padding: 0 2px;
  font-size: 13px;
  line-height: 1.65;
  color: #d35400;
  box-sizing: border-box;
}

/* line 315, app/assets/stylesheets/temporary.scss */
.mail-register-alert {
  border: 1px solid #ffb347;
  background: #fff6e6;
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 20px;
  color: #8a4b00;
}

/* line 324, app/assets/stylesheets/temporary.scss */
.mail-register-alert__title {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

/* line 330, app/assets/stylesheets/temporary.scss */
.mail-register-alert__body {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

/* line 336, app/assets/stylesheets/temporary.scss */
.title-bar {
  margin: 20px 10%;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

/* line 344, app/assets/stylesheets/temporary.scss */
.title-br {
  display: none;
}

/* line 348, app/assets/stylesheets/temporary.scss */
.title-bar::before,
.title-bar::after {
  content: '';
  height: 3px;
  background-color: #EEEEEE;
  flex-grow: 1;
}

/* line 356, app/assets/stylesheets/temporary.scss */
.personal-info {
  width: 85%;
  margin: 0 auto;
  font-size: 13px;
  border: solid 1px #eeeeee;
  border-radius: 8px;
  height: 150px;
  overflow: auto;
  padding: 15px 20px 20px;
  box-sizing: border-box;
}

/* line 368, app/assets/stylesheets/temporary.scss */
.temporary-complete-message {
  font-size: 13px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 886px) {
  /* line 376, app/assets/stylesheets/temporary.scss */
  .btn-control {
    font-size: 16px;
    line-height: 48px;
  }
  /* line 381, app/assets/stylesheets/temporary.scss */
  .line-login-button {
    font-size: 16px;
    line-height: 48px;
  }
  /* line 386, app/assets/stylesheets/temporary.scss */
  .temporary-contents {
    margin: 20px 0 0 0;
  }
  /* line 390, app/assets/stylesheets/temporary.scss */
  .temporary-heading {
    font-size: 18px;
  }
  /* line 394, app/assets/stylesheets/temporary.scss */
  .temporary-cautionary {
    font-size: 13px;
    width: 83%;
  }
  /* line 399, app/assets/stylesheets/temporary.scss */
  .mail-address-heading {
    font-size: 18px;
  }
  /* line 403, app/assets/stylesheets/temporary.scss */
  .mail-btn {
    font-size: 14px;
  }
  /* line 407, app/assets/stylesheets/temporary.scss */
  .temporary-contents form.form-style .mail-agreement-area .service-checkbox label {
    font-size: 13px;
  }
}

@media only screen and (max-width: 815px) {
  /* line 413, app/assets/stylesheets/temporary.scss */
  .temporary-contents {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 421, app/assets/stylesheets/temporary.scss */
  .temporary-contents {
    margin-left: 12px;
    margin-right: 12px;
    max-width: calc(100vw - 24px);
    padding: 14px 16px 24px;
    box-sizing: border-box;
  }
  /* line 429, app/assets/stylesheets/temporary.scss */
  .line-register-section,
.mail-register-section {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  /* line 438, app/assets/stylesheets/temporary.scss */
  .temporary-contents form.form-style .mail-agreement-area .service-checkbox label {
    font-size: 13px;
  }
  /* line 442, app/assets/stylesheets/temporary.scss */
  .line-login-separator {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 449, app/assets/stylesheets/temporary.scss */
  .error-message-area,
.line-login-status-message {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  /* line 456, app/assets/stylesheets/temporary.scss */
  .mail-address-heading,
.temporary-cautionary {
    width: 100%;
    max-width: none;
  }
  /* line 462, app/assets/stylesheets/temporary.scss */
  .mail-input-box,
.pos-rel {
    width: 100%;
    max-width: none;
  }
  /* line 468, app/assets/stylesheets/temporary.scss */
  .temporary-contents form.form-style .title-bar {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 523px) {
  /* line 475, app/assets/stylesheets/temporary.scss */
  .title-bar {
    margin: 20px 10%;
    font-size: 12px;
  }
  /* line 480, app/assets/stylesheets/temporary.scss */
  .temporary-contents form.form-style .title-bar {
    margin: 0 0 16px;
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  /* line 487, app/assets/stylesheets/temporary.scss */
  .temporary-heading {
    width: 83%;
  }
  /* line 491, app/assets/stylesheets/temporary.scss */
  .error-message-area {
    width: 100%;
    max-width: none;
    font-size: 13px;
    padding: 14px 16px;
    box-sizing: border-box;
  }
  /* line 499, app/assets/stylesheets/temporary.scss */
  .temporary-complete-message {
    font-size: 13px;
    width: 80%;
  }
  /* line 504, app/assets/stylesheets/temporary.scss */
  .img-wrapper {
    text-align: center;
    margin-left: 20px;
  }
  /* line 509, app/assets/stylesheets/temporary.scss */
  .img-style {
    width: 82%;
  }
  /* line 513, app/assets/stylesheets/temporary.scss */
  .title-br {
    display: block;
  }
  /* line 517, app/assets/stylesheets/temporary.scss */
  .title-bar {
    margin: 20px 5%;
    text-align: center;
  }
  /* line 522, app/assets/stylesheets/temporary.scss */
  .temporary-contents form.form-style .title-bar {
    margin: 0 0 14px;
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  /* line 529, app/assets/stylesheets/temporary.scss */
  #mail-initial {
    font-size: 13px;
  }
}
