@charset "utf-8";
/* CSS Document */
.body {
  margin: 0;
  padding: 0;
  background-color: #EEE;
  font-size: 1.4rem; /*14px*/
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*直前で改行*/
.br_span {
  display: block;
}
/*必須アイコン*/
span.need-s:after {
  display: inline-block;
  padding: 0.2rem 0.6rem; /* 上下 / 左右の余白（お好みで調整してください） */
  vertical-align: middle; /* 文字の縦位置を揃える */
  /* 既存の設定 */
  margin: 0 1.0rem 0 1.0rem;
  border-radius: 4px;
  font-size: 1.3rem;
  color: white;
  background-color: #C44;
  content: "必須";
}
/*フォーム枠*/
.smp_tmpl {
  width: 80%;
  padding: 0;
}
/*メニューの位置を真ん中に強制変更*/
.smp_tmpl {
  margin: 0 auto !important;
}
.smp_tmpl .cf:first-child {
  text-align: center;
}
/*説明文*/
.header_rmesg {
  width: 80%;
  margin: 10 auto 20 auto;
  padding: 30px 70px 10px 70px;
  color: #111111;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}
/*説明文*/
.header_emesg {
  width: 90%;
  margin: 30px auto;
  padding: 20px 20px 20px 20px;
  border: 2px solid #FF0000;
  color: #FF0000;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
}
/*フォーム部分*/
dl {
  position: relative;
  margin: 0;
  padding: 13px 0 0 0;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
dl:first-child {
  border-top: 1px solid #DDDDDD;
}
dl.top {
  border-top: 1px solid #DDDDDD;
}
dt.title {
  display: inline-block;
  width: 28%;
  margin: 0;
  padding: 23px 10px 10px 0;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  vertical-align: top;
}
dt.title .caution {
  display: block;
  width: 28%;
  color: #5F5F5F;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 10px 0 0 0;
  line-height: 1.2;
  text-align: left;
}
dd.data {
  display: inline-block;
  width: 67%;
  margin: 0;
  padding: 18px 0;
  color: #5F5F5F;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}
/*フォーム部品*/
.input {
  width: 80%;
  margin-bottom: 8px;
  padding: 5px;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 1.6rem;
  text-align: left;
}
.zipcode li.code01 input {
  width: 50px;
}
.zipcode li.code02 input {
  width: 60px;
}
.phone li.num01 input {
  width: 60px;
}
.phone li.num02 input {
  width: 60px;
}
.phone li.num03 input {
  width: 60px;
}
.price input {
  width: 200px;
}
.num input {
  width: 60px;
}
.integer input {
  width: 90px;
}
.real input {
  width: 170px;
}
.pass input {
  width: 150px;
}
.epass input {
  width: 160px;
}
.time input {
  width: 40px;
}
.time .year {
  width: 60px;
}
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.zipcode ul li, .phone ul li, .time ul li {
  width: auto;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
}
.multi1 label {
  display: block;
  float: left;
  min-width: 135px;
  margin: 0 0 7px 0;
  padding: 0 10px;
  text-align: left;
}
.multi1 label input {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.4em 0 0 0;
  padding: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  border-radius: 0 0 0 0;
  overflow: hidden;
}
.multi1 label span {
  display: block;
  margin: 0 0 0 30px;
  font-size: 100%;
  font-weight: normal;
}
.multi1 .radio input {
  border-radius: 1em;
}
.multi2 li {
  display: inline;
  float: left;
  min-width: 135px;
  margin: 0 0 0 0;
  padding: 0 5px 5px 10px;
  text-align: left;
  clear: both;
}
.multi2 label input {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 0 0 0 0;
  overflow: hidden;
}
.multi2 label span {
  display: block;
  margin: 0 0 0 30px;
  font-size: 1.4rem;
  font-weight: normal;
}
.multi2 .radio input {
  border-radius: 1em;
}
select {
  margin-bottom: 8px;
  font-size: 1.6rem;
  width: 180px;
}
textarea {
  width: 80%;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 1.6rem;
  text-align: left;
}

/*送信ボタンとhidden部分*/
div.submit-area {
  text-align: center;
  margin: 40px 0;
}
/*送信ボタン　ブラウザ*/
input.submit {
  width: 270px; /*270px*/
  height: 42px;
  margin: 40px 0 40px 0;
  background-color: #C44444;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
input.submit:hover {
  background-color: #A33333;
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
/*戻るボタン*/
input[name=SMPFORM_BACK] {
  width: 270px;
  height: 42px;
  margin: 40px 0 40px 0;
  border: hidden;
  border-radius: 8px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #606060), color-stop(1.00, #303030));
  /* for modern browser */
  background: linear-gradient(to bottom, #606060 0%, #303030 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}



/*ログインボタン*/

input.login {
  width: 270px;
  height: 42px;
  margin: 40px 0 40px 0;
  border: hidden;
  border-radius: 8px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #606060), color-stop(1.00, #303030));
  /* for modern browser */
  background: linear-gradient(to bottom, #606060 0%, #303030 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
input.login:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}

.need {
  color: #CC0000;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}
.msg {
  display: block;
  color: #DD0000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
.sub_text {
  width: 760px;
  font-size: 123.1%;
  font-weight: normal;
  padding: 150px 0;
  text-align: left;
  color: #111111;
}
.error {
  background: #FFE4E4;
}

/*ログイン画面のh1*/
h1.login_title {
 margin: 0;
 padding: 10px 10px 10px 10px;
 background: #333333;
 color: #FFFFFF;
 font-size: 1.5em;
 font-weight:bold;
 text-align:center;
}

/*ログインフォームのパスワード再設定・ID問い合わせ用ボタン*/
/* 事前にGoogle Fonts（Material Symbols）の読み込みが必要 */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

/* 2つのボックスをまとめるコンテナ */
.support-container {
  max-width: 700px;         /* ログインフォームの横幅に合わせて調整 */
  margin: 30px auto;        /* ログインボタンの下に適切な余白を配置 */
  display: flex;
  flex-direction: column;
  gap: 12px;                /* ボックスとボックスの隙間 */
}

/* 外枠のボックス（共通スタイル） */
.support-box {
  width: 100%;
  padding: 16px 24px;
  background-color: #f8f9fa; /* 淡いグレー */
  border: 1px solid #e0e0e0;
  border-radius: 6px;       /* 角丸 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* ボックス内のレイアウト */
.support-content {
  display: flex;
  align-items: center;      /* アイコンとテキストを中央揃え */
  gap: 16px;                /* アイコンとテキストの間隔 */
}

/* アイコンを重ねるための親要素 */
.support-icon-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;           /* 画面縮小時にアイコンが潰れるのを防ぐ */
}

/* ベースになるメインアイコン（人型 / 鍵） */
.icon-main {
  font-size: 40px !important;
  color: #0c54a0;           /* ビジネスブルー */
}

/* 右上に重ねるバッジ（？ / 更新マーク） */
.icon-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 18px !important;
  color: #0c54a0;
  background-color: #f8f9fa; /* ボックスの背景色と合わせて透過を防ぐ */
  border-radius: 50%;
}

/* テキストエリア */
.support-text-area {
  display: flex;
  flex-direction: column;
  gap: 4px;                 /* タイトルとリンクの隙間 */
  text-align: left;
}

/* 小さな見出し */
.support-title {
  margin: 0;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
}

/* リンク（太字で目立たせる） */
.support-link {
  font-size: 15px;
  color: #0c54a0;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.2s ease;
}

/* ホバー（マウスを載せたとき） */
.support-link:hover {
  color: #003366;           /* 濃い青にしてクリック感を強調 */
  text-decoration: none;
}
/*ログインフォームのパスワード再設定・ID問い合わせ用ボタン　ここまで*/


/*タブレットの場合*/
@media screen and (min-width:726px) and (max-width:981px) {
  .body {
    margin: 0;
    padding: 0;
    font-size: 1.4rem; /*14px*/
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: #FFFFFF;
  }
/*フォーム枠*/
  .smp_tmpl {
    width: 95%;
    padding: 0;
  }
}

/*スマホの場合*/
@media screen and (max-width:725px) {
  .body {
    background-color: #FFF;
  }
/*説明文*/
  .header_rmesg {
    width: 80%;
    margin: 10 auto 20 auto;
    padding: 30px 0px 10px 50px;
    color: #111111;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
  }
/*フォーム枠*/
  .smp_tmpl {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px 0 0 0;
  }
/*フォーム*/
  dl {
    display: block;
    margin: 0;
    padding: 20px 20px 0 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
  }
  dl:first-child {
    border-top: 1px solid #DDDDDD;
  }
  dl.top {
    border-top: 1px solid #DDDDDD;
  }
  dt.title {
    display: block;
    width: 80%;
    margin: 0;
    padding: 0 0 0 20px;
    color: #333333;
    background-color: #FFFFFF;
    font-size: 108%;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
  }
  dt.title .caution {
    display: block;
    width: 80%;
    color: #5F5F5F;
    font-size: 85%;
    font-weight: normal;
    padding: 10px 0 0 20px;
    line-height: 1.2;
    text-align: left;
  }
  dd.data {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 0 10px 0;
    padding: 18px 0 10px 50px;
    color: #5F5F5F;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
  }
/*フォーム部品*/
  .input {
    width: 90%;
    margin-bottom: 8px;
    padding: 5px;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 1.5rem;
    text-align: left;
  }
  .zipcode li.code01 input {
    width: 50px;
  }
  .zipcode li.code02 input {
    width: 60px;
  }
  .phone li.num01 input {
    width: 60px;
  }
  .phone li.num02 input {
    width: 60px;
  }
  .phone li.num03 input {
    width: 60px;
  }
  .num input {
    width: 60px;
  }
  .integer input {
    width: 90px;
  }
  .pass input {
    width: 150px;
  }
  .epass input {
    width: 160px;
  }
  .time input {
    width: 50px;
  }
  .time .year {
    width: 50px;
  }
  .time .new_line {
    clear: both;
  }
  ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .zipcode ul li, .phone ul li, .time ul li {
    width: auto;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
  }
  .multi1 label {
    display: block;
    min-width: 250px;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    background: #F1F1F1;
    text-align: left;
  }
  .multi1 label input {
    display: block;
    float: left;
    width: 20px;
    margin: 0.2em 0 0 0;
    padding: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    overflow: hidden;
  }
  .multi1 label span {
    display: block;
    margin: 0 0 0 25px;
    font-size: 100%;
  }
  .multi1 .radio input {
    border-radius: 1em;
  }
  .multi2 li {
    display: block;
    min-width: 250px;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    background: #F1F1F1;
    text-align: left;
    width: auto;
  }
  .multi2 label input {
    display: block;
    float: left;
    width: 20px;
    margin: 0.2em 0 0 0;
    padding: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    overflow: hidden;
  }
  .multi2 label span {
    display: block;
    margin: 0 0 0 25px;
    font-size: 1.4rem;
  }
  .multi2 .radio input {
    border-radius: 1em;
  }
  select {
    margin-bottom: 8px;
    font-size: 1.5rem;
    width: 40%;
    height: 30px;
  }
  textarea {
    width: 90%;
    padding: 5px;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 1.4rem;
    text-align: left;
  }
	
	
/*送信ボタン　携帯*/
input.submit {
  width: 180px;
  height: 42px;
  margin: 40px 0 40px 0;
  background-color: #C44444;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
input.submit:hover {
  background-color: #A33333;
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
/*戻るボタン*/
input[name=SMPFORM_BACK] {
  width: 180px;
  height: 42px;
  margin: 40px 0 40px 0;
  border: hidden;
  border-radius: 8px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #606060), color-stop(1.00, #303030));
  /* for modern browser */
  background: linear-gradient(to bottom, #606060 0%, #303030 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
	
	
  .need {
    color: #CC0000;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
  }
  .msg {
    display: block;
    color: #DD0000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
  }
  .sub_text {
    width: 270px;
    font-size: 123.1%;
    font-weight: normal;
    padding: 150px 0;
    text-align: left;
    color: #111111;
  }
  .error {
    background: #FFE4E4;
  }
  .footer_text {
    width: 270px;
    font-size: 85%;
    margin: 30px 0 0 0;
    font-weight: normal;
    text-align: left;
  }
  .cf:before, .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .cf {
    *zoom: 1;
  }
}