@charset 'utf-8';

.item-sp {
  display: none;
}

/* --------------------------------------------------
  Overwrite - "form.css"
-------------------------------------------------- */

/** PAGE -- TOP
============================================== */

/* 会員登録情報追加登録のお願い - Add 202010
---------------------------------------------- */
.request-regist {
  width: 100%;
  margin: 60px 0 0;
}
.request-regist h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.request-regist p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.regist-details {
  background-color: #f5f5f5;
  padding: 25px 10px 25px 30px;
  display: inline-block;
  margin: 20px 0;
}
.regist-details dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.regist-details dl dt {
  font-weight: 700 !important;
  margin: 0 30px 0 0;
}
.regist-details dl dd {
  margin: 0 20px 0 0;
}

/* Home Club アカウント特典 - Repair 202101
---------------------------------------------- */
.section-choice {
  background: none;
  padding: 0;
  margin: 4em 0 0;
  /*
  border-bottom: solid 1px #e3e3e3;
  */
}
.section-choice .content.choice.inner {
  width: 1200px;
  box-sizing: border-box;
  padding: 0;
  /*
  border: solid 20px #f3f3f3;
  background: url(../img/ctg_bg.png) repeat-y 0 0;
  */
}
.section-choice .content.choice.inner .in-inner {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 0 50px;
}
.section-choice .choice-headline {
  margin-bottom: 30px;
}
.section-choice .choice-title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  text-indent: 95px;
}
.section-choice .choice-title::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-70%);
  width: 75px;
  height: 5px;
  display: inline-block;
  background-color: #962828;
}
/*
.section-choice .choice-title::before,
.section-choice .choice-title::after {
  content: url(../img/shape.svg);
  position: absolute;
  top: 50%;
  width: 36px;
  height: 45px;
  display: inline-block;
  transform: translateY(-50%);
}
.section-choice .choice-title::before {
  left: -51px;
}
.section-choice .choice-title::after {
  right: -51px;
}
*/
.section-choice .choice-headline p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 0 0 0 95px;
  margin: 20px 0 0;
}
.section-choice .choice-item {
  background: none;
}
.section-choice .choice-item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0 0;
}
.section-choice .choice-item:last-of-type h3 {
  letter-spacing: -0.015em;
}
.section-choice .choice-item:last-of-type .item {
  height: auto;
}
.section-choice .choice-item:last-of-type .item:last-of-type {
  margin: 40px 0 0;
}

.section-choice .choice-item:last-of-type .item:last-of-type.hc {
  margin-top: 0;
}

.section-choice .choice-item .item-label {
  display: block !important;
  text-align: center;
}
.section-choice .choice-item .item-label input,
.section-choice .choice-item .item-label span {
  display: none;
}
.section-choice .choice-item .item-label p {
  font-size: 18px;
  font-size: 1.8rem;
  display: none;
}
.section-choice .choice-item .item-label p img {
  height: 48px;
}
.section-choice .choice-item:first-of-type .figure img,
.section-choice .choice-item:last-of-type .figure img {
  /*
  transform: scale(0.8);
  transform-origin: 50% 50%;
  */
}
.section-choice .choice-list li {
  margin: 0;
  min-height: auto;
  width: 228px;
  float: left;
}
.section-choice .choice-list li:not(:last-of-type) {
  margin: 0 29px 0 0;
}
.section-choice .item .panel {
  padding: 0;
}
.section-choice .choice-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 50px 0 150px;
}
.choice .item {
  padding: 0;
  background: none;
}
.choice .item-title {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.7;
  padding: 0;
}
.choice .item-label {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .section-choice .item .figure {
    margin: 0;
  }
}


/* --------------------------------------------------
  Overwrite - "item.css"
-------------------------------------------------- */

/** PAGE -- TOP
============================================== */
.checkbox-parts {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.checkbox-parts::before {
  display: inline-block;
  pointer-events: auto;
}
.item-title {
  min-height: auto;
  letter-spacing: 0;
  padding: 0;
}
.item-label {
  position: static;
}

/* =======================
  カテゴリ・項目
======================= */
/*
.choice-list .item {
  pointer-events: auto;
}
*/

/* 住所 */
#address li:nth-child(odd) {
  width: 30%;
}
#address li:nth-child(even) {
  width: 70%;
}
#address ul.inn li:nth-child(odd) {
  display: none;
}
#address ul.inn li:nth-child(even) {
  width: 70%;
}

/* 自動入力 */
#address ul.inn .post th {
  text-align: left;
}

#terms {
  margin: 65px 0 0;
}
#terms .fl h3 {
  margin: 0;
}
#terms .fl p:first-of-type {
  margin: 0 0 20px;
}

/* メールアドレス */
#mail_confirm {
  margin-top: 0;
}

/* パスワード */
.password input,
#pw_confirm input {
  width: 488px;
  height: 30px;
}
#pw input {
  width: 200px;
}
#pw_confirm {
  margin-top: 20px;
}

/* 画像認証 */
.box .img-auth p i {
  display: block;
  margin: 10px 0 10px 10px;
}
.box .img-auth label input[type="text"] {
  width: 180px !important;
  height: 30px !important;
}
.box .img-auth label span {
  font-size: 11px;
  font-size: 1.1rem;
}
.box .img-auth label img {
  display: inline-block;
  margin: 0 5px 0 10px;
}
.box .img-auth label small {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}

/* =======================
  Footerエリア
======================= */
.box .question_checkbox ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .question_checkbox li {
  width: 50%;
}