@charset "UTF-8";

/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */

.c_contactpage .inner03 {
  max-width: 450px;
}

.c_contactpage .field {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.c_contactpage .field .label {
  margin-right: 7px;
  width: 90px;
}

.c_contactpage .privacy_policy .agreeBox .label {
    margin-right: 7px;
    width:100%;
    font-size: 2.1rem;
}

@media (max-width: 900px) and (min-width: 0px) {
    .c_contactpage .privacy_policy .agreeBox .label {
        margin-right: 7px;
        font-size: 5.4vw;
    }

}
.c_contactpage .privacy_policy a {
    text-decoration: underline;
    font-weight: bold;
}

.c_contactpage .field > div textarea {
  width: 100%;
  height: 10em;
}

.c_contactpage input {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d4d4d4;
  display: block;
  padding: 1px 10px 1px;
  border-radius: 5px;
  height: 2.3em;
  width: 100%;
  overflow: hidden;
  line-height: 100%;
}

.c_contactpage textarea {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d4d4d4;
  display: block;
  padding: 1px 10px 36px;
  border-radius: 5px;
  height: 2.3em;
  width: 450px;
  overflow: hidden;
  line-height: 100%;
  height: 170px;
}

.c_contactpage select {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d4d4d4;
  display: block;
  border-radius: 5px;
  height: 2.3em;
  /* FIX: Magento既存の影響するレイアウト崩れ対応 */
  /* width: 360px; */
  overflow: hidden;
  line-height: 100%;
}

.c_contactpage .submit {
  min-width: 15px;
  width: 171px;
  font-weight: 300;
  background: #000;
  border: none;
  border-radius: 0.2em;
  color: #fff;
  padding: 11px 0;
  margin: auto;
  display: block;
  margin-top: 40px;
}

input[type="checkbox"] {
  display: inline;
  height: inherit;
  width: auto;
}

.checkBox img {
  display: inline;
  width: 15px;
  vertical-align: middle;
}

.scrollBox {
  overflow: auto;
  height: 400px;
  padding: 16px;
  border: 1px solid #dadada;
}

.scrollBox li {
  list-style: outside;
  margin-left: 2em;
  text-align: left;
}

.li_circle li {
  list-style: circle;
}

.kiyakuTitle {
  font-weight: bold;
}

input[type="radio"] {
  display: inline;
  height: inherit;
  width: auto;
}

.control_right {
  margin-left: auto;
}

.button {
  min-width: 15px;
  width: 171px;
  font-weight: 300;
  background: #000;
  border: none;
  border-radius: 0.2em;
  color: #fff;
  padding: 11px 0;
  /* margin: auto; */
  display: block;
  margin-top: 40px;
}

.flexbutton {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
}

.name {
  display: flex;
}

.name .control {
  width: 40%;
}

.name input {
  width: 95%;
}

.name > div input {
  width: 100%;
}

.c_contactpage .w130 input {
  width: 130px;
}

/* ---------------------------------------------------------------------------
登録申請ページ
--------------------------------------------------------------------------- */

.sellItemTable th,
.sellItemTable td {
  text-align: center;
  padding: 5px;
}

/* ================================================
    index91/98(ログイン画面)
================================================ */

.loginArea02 {
  background: #f2f2f2;
  border-radius: 0.2em;
  padding: 2em;
}

#index91 .flex,
#index98 .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#index91 img,
#index98 img {
  margin: 0 auto;
}

#index91 .link01,
#index98 .link01 {
  text-align: right;
  margin-right: 0;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 100;
}

#index91 .bg_gray,
#index98 .bg_gray {
  padding: 0.5em;
  margin-top: 0.8em;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  max-width: 345px;
  margin: auto;
}

#index91 .bg_gray li span,
#index98 .bg_gray li span {
  color: #bdbdbd;
  font-size: 10px;
}

@media (min-width: 900px) and (min-width: 0px) {
  /* ---------------------------------------------------------------------------
お問い合わせ(PC)
--------------------------------------------------------------------------- */
  .name {
    width: calc(100% - 82px);
  }
  .c_contactpage .field > div:nth-of-type(1) {
    width: calc(100% - 100px);
  }
  /* ---------------------------------------------------------------------------
資料ダウンロードページ(PC)
--------------------------------------------------------------------------- */
  #index51 .field .label,
  #index68 .field .label {
    margin-right: 7px;
    width: 110px;
  }
  #index51 input,
  #index68 input {
    width: 333px;
  }
  /* ---------------------------------------------------------------------------
登録申請ページ(PC)
--------------------------------------------------------------------------- */
  #index69 .field .label {
    margin-right: 7px;
    width: 110px;
  }
  #index69 input {
    width: 333px;
  }
  .sellItemTable {
    width: 300px;
    text-align: center;
  }
}

@media (max-width: 900px) and (min-width: 0px) {
  /* ---------------------------------------------------------------------------
  お問い合わせ(SP)
--------------------------------------------------------------------------- */
  .c_contactpage .field {
    display: block;
  }
  /* FIX: Magento既存の影響するレイアウト崩れ対応 */
  /* .c_contactpage input,
  .c_contactpage textarea,
  .c_contactpage select {
    width: 100%;
  } */
  .c_contactpage .checkBox input {
    width: auto;
  }
  #index92 input[type="radio"] {
    width: 4%;
  }
  .flexbutton {
    justify-content: space-around;
    gap: 5px;
  }
  .inner03 {
    width: 91%;
  }
}
