@charset "UTF-8";
/* 共通設定：上書き(PC)
--------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
}

/* コンテンツ */
#stage #content {
  width: 1000px;
}

/* フッター */
#stage #rwd-footer {
  border-top: none;
}

#stage .pc-none {
  display: none;
}

@media only screen and (max-width: 736px) {
  /* ヘッダー */
  #stage #header {
    border-bottom: none;
  }

  /* グロナビ */
  #stage .wrp-menu-btn {
    display: none;
  }

  #stage #content {
    width: auto;
  }

  #stage .pc-none {
    display: block;
  }

  #stage .sp-none {
    display: none;
  }
}
/* 共通設定：
--------------------------------------------------------------------*/
/* フッター */
#stage #formFoot {
  margin-top: 40px;
  border-top: 1px solid #e1e1e1;
}

/* セキュリティマーク */
#stage .aboutsecurity {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 32px;
}
#stage .aboutsecurity .text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#stage .aboutsecurity .text p {
  color: #666;
  font-size: 14px;
  line-height: 1.8571428571;
}
#stage .securitymark {
  display: table-cell;
  vertical-align: middle;
  min-width: 115px;
}

@media only screen and (max-width: 736px) {
  #stage #formFoot {
    margin-top: 0;
  }

  #stage .aboutsecurity {
    display: block;
    padding: 24px 20px 0;
  }
  #stage .aboutsecurity .text {
    display: block;
  }
  #stage .aboutsecurity .text p {
    font-size: 11px;
    line-height: 1.8181818182;
  }
  #stage .securitymark {
    display: inline-block;
    min-width: 75px;
    margin-top: 17px;
  }
}
/* フォームエリア */
/* 見出し */
#stage #formArea .mod-h1 {
  margin: 26px auto 60px;
  color: #0039a6;
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  #stage #formArea .mod-h1 {
    margin: 10px auto;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.875;
  }
}
/* 進捗バー */
#stage #formArea .stepchart {
  margin: 30px auto;
}

#stage #formArea .stepchart-lists {
  display: table;
  width: 100%;
  overflow: hidden;
}
#stage #formArea .stepchart-lists li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 33.3333333333%;
}
#stage #formArea .stepchart-lists li:nth-of-type(1) {
  left: -7px;
}
#stage #formArea .stepchart-lists li:nth-of-type(1) .item {
  z-index: 3;
}
#stage #formArea .stepchart-lists li:nth-of-type(2) {
  left: -14px;
}
#stage #formArea .stepchart-lists li:nth-of-type(2) .item {
  z-index: 2;
}
#stage #formArea .stepchart-lists li:nth-of-type(3) {
  left: -21px;
}
#stage #formArea .stepchart-lists li:nth-of-type(3) .item {
  z-index: 1;
}
#stage #formArea .stepchart-lists li.current ~ li .item {
  background-color: #f6f6f6;
  color: #666;
  font-weight: normal;
}
#stage #formArea .stepchart-lists li.current ~ li .item::after {
  border-left-color: #f6f6f6;
}
#stage #formArea .stepchart-lists .item {
  display: block;
  position: relative;
  padding: 15px 0 15px 21px;
  background-color: #e1f3ff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#stage #formArea .stepchart-lists .item::before, #stage #formArea .stepchart-lists .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 21px solid;
}
#stage #formArea .stepchart-lists .item::before {
  right: -24px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 24px solid #fff;
}
#stage #formArea .stepchart-lists .item::after {
  right: -21px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 21px solid #e1f3ff;
}

@media only screen and (max-width: 736px) {
  #stage #formArea .stepchart {
    margin: 30px auto 20px;
    padding: 0 10px;
  }

  #stage #formArea .stepchart-lists .item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 1.3;
  }
  #stage #formArea .stepchart-lists .item::before, #stage #formArea .stepchart-lists .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid;
  }
  #stage #formArea .stepchart-lists .item::before {
    right: -19px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 19px solid #fff;
  }
  #stage #formArea .stepchart-lists .item::after {
    right: -16px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #e1f3ff;
  }
}
/* お電話での重し込み */
#stage .cantact-by-phone {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
#stage .cantact-by-phone .lead {
  margin-bottom: 20px;
  color: #0039a6;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
#stage .cantact-by-phone .inner {
  box-sizing: border-box;
  width: 700px;
  margin: 0 auto;
  padding: 20px 20px 28px;
  background-color: #f6f6f6;
  font-family: 'Roboto', sans-serif;
}
#stage .cantact-by-phone .ruby {
  width: 400px;
  margin: 0 auto 2px;
  padding-left: 10px;
  color: #0039a6;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 19px;
  text-align: right;
}
#stage .cantact-by-phone .tel-link {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #0039a6;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
#stage .cantact-by-phone .tel-link img {
  width: 396px;
}
#stage .cantact-by-phone .business-hours {
  margin-top: 17px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  #stage .cantact-by-phone {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #stage .cantact-by-phone .lead {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  #stage .cantact-by-phone .inner {
    width: 100%;
    padding: 20px 0 28px;
  }
  #stage .cantact-by-phone .inner a {
    color: #0039a6;
  }
  #stage .cantact-by-phone .ruby {
    box-sizing: border-box;
    width: 320px;
    padding-left: 130px;
    padding-right: 0;
    font-size: 13px;
    letter-spacing: 0.85em;
    text-align: center;
  }
  #stage .cantact-by-phone .tel-link {
    width: 290px;
    font-size: 44px;
  }
  #stage .cantact-by-phone .tel-link img {
    width: 290px;
  }
  #stage .cantact-by-phone .business-hours {
    font-size: 15px;
  }
}


/* 注意事項 */
#stage .notes .font-w {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  color: #000;
}
#stage .notes .mod-h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
#stage .notes .mod-h3 ~ .mod-h3 {
  margin-top: 18px;
}
#stage .notes ul.lists li {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.8571428571;
}
#stage .notes ul.lists li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
}
#stage .notes ul.lists-no-listmark li {
  padding-left: 0;
}
#stage .notes ul.lists-no-listmark li::before {
  display: none;
}

@media only screen and (max-width: 736px) {
  #stage .notes .mod-h3 {
    padding: 0 20px;
    font-size: 11px;
    line-height: 1.5;
  }
  #stage .notes ul.lists {
    padding: 0 20px;
  }
  #stage .notes ul.lists li {
    font-size: 11px;
    line-height: 1.8181818182;
  }
}
/* 説明 */
#stage .description {
  margin: 40px auto;
  border-top: 1px solid #ccc;
  padding-top: 38px;
  color: #000;
}
#stage .description p {
  font-size: 14px;
  line-height: 2.1428571429;
}
#stage .description strong {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
#stage .description .icn-required {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 3px;
  background-color: #f9423a;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width: 736px) {
  #stage .description {
    margin: 30px 10px;
    padding: 28px 10px 0;
  }
  #stage .description p {
    font-size: 13px;
    line-height: 1.8461538462;
  }
  #stage .description p ~ p {
    margin-top: 0.6em;
  }
  #stage .description strong {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
/* フォーム */
/* 大枠 */
#stage .formcontent {
  border: 10px solid #f6f6f6;
}

#stage .formcontent-confirm {
  border: 10px solid #f6f6f6;
}
#stage .formcontent-confirm .form-item dt {
  padding: 13px 30px 12px;
  color: #666;
  font-weight: normal;
}
#stage .formcontent-confirm .form-item dd {
  vertical-align: middle;
  padding: 13px 30px 12px;
  font-weight: bold;
}

#stage .formcontent-complete {
  margin: 60px auto 40px;
}
#stage .formcontent-complete .lead {
  margin-bottom: 20px;
  color: #0039a6;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
#stage .formcontent-complete .text {
  color: #000;
  font-size: 14px;
  line-height: 1.8571428571;
}

@media only screen and (max-width: 736px) {
  #stage .formcontent {
    border-top-width: 20px;
    border-right: none;
    border-bottom-width: 20px;
    border-left: none;
  }

  #stage .formcontent-confirm {
    border-top-width: 20px;
    border-right: none;
    border-bottom-width: 20px;
    border-left: none;
  }
  #stage .formcontent-confirm .form-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #stage .formcontent-confirm .form-item dt {
    padding: 0 20px;
  }
  #stage .formcontent-confirm .form-item dd {
    padding: 0 20px;
  }

  #stage .formcontent-complete {
    margin: 30px auto 0;
    padding: 0 10px;
  }
}
/* フォーム用リスト */
#stage .form-lists {
  margin: 6px 0;
}
#stage .form-lists.form-lists-col01 li:not(:first-of-type) {
  margin-top: 18px;
}
#stage .form-lists.form-lists-col03 li, #stage .form-lists.form-lists-col03-pc li {
  float: left;
  width: 190px;
  margin-left: 19px;
}
#stage .form-lists.form-lists-col03 li:nth-of-type(3n+1), #stage .form-lists.form-lists-col03-pc li:nth-of-type(3n+1) {
  margin-left: 0;
}
#stage .form-lists.form-lists-col03 li:nth-of-type(n+4), #stage .form-lists.form-lists-col03-pc li:nth-of-type(n+4) {
  margin-top: 18px;
}
#stage .form-lists.form-lists-col03::after, #stage .form-lists.form-lists-col03-pc::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 736px) {
  #stage .form-lists {
    margin-top: 18px;
  }
  #stage .form-lists.form-lists-col03 li {
    width: 48.2142857143%;
    margin-left: 3.5714285714%;
  }
  #stage .form-lists.form-lists-col03 li:nth-of-type(3n+1) {
    margin-left: 3.5714285714%;
  }
  #stage .form-lists.form-lists-col03 li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #stage .form-lists.form-lists-col03 li:nth-of-type(n+3) {
    margin-top: 18px;
  }
  #stage .form-lists.form-lists-col03-pc li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #stage .form-lists.form-lists-col03-pc li:not(:first-of-type) {
    margin-top: 18px;
  }
}
/* 見出し */
#stage .mod-h2 {
  padding: 20px 30px;
  background-color: #f6f6f6;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#stage .mod-h2 ~ .mod-h2 {
  padding-top: 30px;
}
#stage .mod-h2 .subtext {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: normal;
}

@media only screen and (max-width: 736px) {
  #stage .mod-h2 {
    padding: 20px;
    font-size: 15px;
  }
  #stage .mod-h2 .subtext {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 11px;
    line-height: 1.3;
  }
}
/* 入力項目 */
#stage .form-item {
  display: table;
  position: relative;
  width: 100%;
}
#stage .form-item.is-required dt {
  position: relative;
}
#stage .form-item.is-required dt::after {
  content: attr(data-required);
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 1px 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  background-color: #f9423a;
}
#stage .form-item.is-error dt {
  background-color: #ffeded;
  color: #f9423a;
}
#stage .form-item.is-error .text-parts {
  border-color: #f9423a;
  background-color: #ffeded;
}
#stage .form-item.is-error .radio-parts label::before {
  border-color: #f59595;
  background-color: #ffeded;
}
#stage .form-item.is-error .check-parts label::before {
  border-color: #f59595;
  background-color: #ffeded;
}
#stage .form-item.is-error .product-lists .product-parts label::before {
  border-color: #f59595;
  background-color: #ffeded;
}
#stage .form-item.is-error .product-lists .product-parts .text {
  color: #f9423a;
}
#stage .form-item + .form-item {
  border-top: 1px solid #e8e8e8;
}
#stage .form-item dt,
#stage .form-item dd {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1.7857142857;
}
#stage .form-item dt {
  width: 312px;
  border-right: 1px solid #e8e8e8;
  padding: 22px 30px;
  font-weight: bold;
}
#stage .form-item dd {
  vertical-align: middle;
  position: relative;
  padding: 17px 30px 18px;
}
#stage .form-item label.error {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 40px;
  z-index: 1;
  border-radius: 4px;
  padding: 8px 12px 6px;
  background-color: #f9423a;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
}
#stage .form-item label.error::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 16px;
  border-top: 7px solid #f9423a;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
#stage .form-item .text {
  margin: 20px 0 8px;
  font-size: 14px;
  line-height: 1.5;
}
#stage .form-item .supplement {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: normal;
}
#stage .form-item .note {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.8571428571;
}
#stage .form-item .text-parts {
  max-width: 572px;
  box-sizing: border-box;
  min-height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 13px;
  background-color: #fbfbfb;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#stage .form-item .text-parts.text-parts-s {
  width: 200px;
}
#stage .form-item .text-parts.text-parts-m {
  width: 300px;
}
#stage .form-item .text-parts.text-parts-l {
  width: 100%;
}
#stage .form-item .year,
#stage .form-item .month,
#stage .form-item .date {
  float: left;
  margin-right: 30px;
}
#stage .form-item .year span,
#stage .form-item .month span,
#stage .form-item .date span {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
#stage .form-item .year .text-parts {
  width: 150px;
}
#stage .form-item .month .text-parts {
  width: 100px;
}
#stage .form-item .date .text-parts {
  width: 100px;
}
#stage .form-item .select-parts {
  position: relative;
  max-width: 572px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
#stage .form-item .select-parts.select-parts-s {
  width: 200px;
}
#stage .form-item .select-parts.select-parts-s select {
  width: 240px;
}
#stage .form-item .select-parts.select-parts-m {
  width: 300px;
}
#stage .form-item .select-parts.select-parts-m select {
  width: 340px;
}
#stage .form-item .select-parts.select-parts-l {
  width: 100%;
}
#stage .form-item .select-parts.select-parts-l select {
  width: 110%;
}
#stage .form-item .select-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid #0039a6;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#stage .form-item .select-parts select {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 33px;
  border: none;
  padding: 5px 13px;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#stage .form-item .radio-parts input[type="radio"] {
  position: absolute;
  width: 0;
  opacity: 0;
}
#stage .form-item .radio-parts input[type="radio"]:checked + label::after {
  opacity: 1;
}
#stage .form-item .radio-parts label {
  display: inline-block;
  position: relative;
  padding: 1px 0 1px 28px;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
#stage .form-item .radio-parts label::before, #stage .form-item .radio-parts label::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
#stage .form-item .radio-parts label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
}
#stage .form-item .radio-parts label::after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #0039a6;
  opacity: 0;
}
#stage .form-item .check-parts input[type="checkbox"] {
  position: absolute;
  width: 0;
  opacity: 0;
}
#stage .form-item .check-parts input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
#stage .form-item .check-parts label {
  display: inline-block;
  position: relative;
  padding: 1px 0 1px 28px;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
#stage .form-item .check-parts label::before, #stage .form-item .check-parts label::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
#stage .form-item .check-parts label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
#stage .form-item .check-parts label::after {
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 13px;
  margin-top: -3px;
  margin-left: 1px;
  border-right: 4px solid #0039a6;
  border-bottom: 4px solid #0039a6;
  opacity: 0;
}
#stage .form-item .product-lists {
  background-color: #f6f6f6;
}
#stage .form-item .product-lists li {
  float: left;
  width: 195px;
  border-left: 1px solid #e8e8e8;
  background-color: #fff;
}
#stage .form-item .product-lists li:nth-of-type(5n+1) {
  border-left-color: transparent;
}
#stage .form-item .product-lists li:nth-of-type(n+6) {
  border-top: 1px solid #e8e8e8;
}
#stage .form-item .product-lists::after {
  content: "";
  display: block;
  clear: both;
}
#stage .form-item .product-lists .product-parts {
  height: 100%;
}
#stage .form-item .product-lists .product-parts input[type="checkbox"] {
  position: absolute;
  width: 0;
  opacity: 0;
}
#stage .form-item .product-lists .product-parts input[type="checkbox"]:checked + label {
  background-color: #e1f3ff;
}
#stage .form-item .product-lists .product-parts input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
#stage .form-item .product-lists .product-parts input[type="checkbox"]:disabled + label {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
#stage .form-item .product-lists .product-parts input[type="checkbox"]:disabled + label::before {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
#stage .form-item .product-lists .product-parts input[type="checkbox"]:disabled + label .img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}
#stage .form-item .product-lists .product-parts label {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 16px 18px;
  cursor: pointer;
}
#stage .form-item .product-lists .product-parts label::before, #stage .form-item .product-lists .product-parts label::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
#stage .form-item .product-lists .product-parts label::before {
  top: 12px;
  left: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
#stage .form-item .product-lists .product-parts label::after {
  top: 16px;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 13px;
  margin-top: -3px;
  margin-left: 1px;
  border-right: 4px solid #0039a6;
  border-bottom: 4px solid #0039a6;
  opacity: 0;
}
#stage .form-item .product-lists .product-parts div {
  display: block;
  box-sizing: border-box;
  padding: 10px 16px 18px;
}
#stage .form-item .product-lists .product-parts .img {
  width: 130px;
  margin: 0 auto;
}
#stage .form-item .product-lists .product-parts .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#stage .form-item .product-lists .product-parts .text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8333333333;
  text-align: center;
}
#stage .form-item .file-parts {
  display: table;
  font-size: 14px;
  line-height: 1.5;
}
#stage .form-item .file-parts input {
  position: absolute;
  width: 0;
  opacity: 0;
}
#stage .form-item .file-parts input.selected ~ .file-btn {
  width: 70px;
  border-color: #f9423a;
  color: #f9423a;
}
#stage .form-item .file-parts input.selected ~ .file-btn.add {
  display: none;
}
#stage .form-item .file-parts input.selected ~ .file-btn.delete {
  display: table-cell;
}
#stage .form-item .file-parts .file-btn {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 138px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1px 5px 0;
  text-align: center;
  cursor: pointer;
}
#stage .form-item .file-parts .file-btn.add {
  display: table-cell;
}
#stage .form-item .file-parts .file-btn.delete {
  display: none;
}
#stage .form-item .file-parts .file-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
}

/* プレースホルダー */
::-webkit-input-placeholder {
  color: #999;
}

/* プレースホルダー Firefox用 */
::-moz-placeholder {
  color: #999;
}

/* プレースホルダー IE用 */
:-ms-input-placeholder {
  color: #999;
}

input[type=date]::-webkit-datetime-edit-text {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#stage .form-item input[type="number"].text-parts {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 736px) {
  /* 入力項目 */
  #stage .form-item {
    display: block;
    padding: 20px 0;
  }
  #stage .form-item.is-required dt::after {
    top: 3px;
    right: 20px;
  }
  #stage .form-item.is-error dt {
    background-color: transparent;
  }
  #stage .form-item.is-error .text-parts {
    border-color: #f9423a;
    background-color: #ffeded;
  }
  #stage .form-item.is-error .radio-parts label::before {
    border-color: #f59595;
    background-color: #ffeded;
  }
  #stage .form-item.is-error .check-parts label::before {
    border-color: #f59595;
    background-color: #ffeded;
  }
  #stage .form-item dt,
  #stage .form-item dd {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.8461538462;
  }
  #stage .form-item dt {
    border-right: none;
    margin-bottom: 4px;
    padding: 0 50px 0 20px;
  }
  #stage .form-item dd {
    position: relative;
    padding: 0 20px;
  }
  #stage .form-item label.error {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  #stage .form-item .text {
    margin: 15px 0 10px;
    font-size: 11px;
    line-height: 1.8181818182;
  }
  #stage .form-item .note {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.8181818182;
  }
  #stage .form-item .text-parts {
    max-width: 100%;
    min-height: 44px;
    padding: 7px 6px;
  }
  #stage .form-item .text-parts.text-parts-s {
    width: 100%;
  }
  #stage .form-item .text-parts.text-parts-m {
    width: 100%;
  }
  #stage .form-item .text-parts.text-parts-l {
    width: 100%;
  }
  #stage .form-item .year,
  #stage .form-item .month,
  #stage .form-item .date {
    margin-right: 0;
  }
  #stage .form-item .year {
    width: 100%;
    margin-bottom: 17px;
  }
  #stage .form-item .year .text-parts {
    width: 53.5714285714%;
  }
  #stage .form-item .month {
    width: 50%;
  }
  #stage .form-item .month .text-parts {
    width: 71.4285714286%;
  }
  #stage .form-item .date {
    width: 50%;
  }
  #stage .form-item .date .text-parts {
    width: 71.4285714286%;
  }
  #stage .form-item .select-parts {
    max-width: 100%;
  }
  #stage .form-item .select-parts.select-parts-s {
    width: 100%;
  }
  #stage .form-item .select-parts.select-parts-s select {
    width: 100%;
  }
  #stage .form-item .select-parts.select-parts-m {
    width: 100%;
  }
  #stage .form-item .select-parts.select-parts-m select {
    width: 100%;
  }
  #stage .form-item .select-parts.select-parts-l {
    width: 100%;
  }
  #stage .form-item .select-parts.select-parts-l select {
    width: 100%;
  }
  #stage .form-item .select-parts::after {
    border-top-width: 8px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  #stage .form-item .select-parts select {
    height: 42px;
  }
  #stage .form-item .radio-parts input[type="radio"] {
    display: none;
  }
  #stage .form-item .radio-parts input[type="radio"]:checked + label::after {
    opacity: 1;
  }
  #stage .form-item .radio-parts label {
    display: inline-block;
    position: relative;
    padding: 1px 0 1px 28px;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
  }
  #stage .form-item .radio-parts label::before, #stage .form-item .radio-parts label::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
  }
  #stage .form-item .radio-parts label::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
  }
  #stage .form-item .radio-parts label::after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #0039a6;
    opacity: 0;
  }
  #stage .form-item .check-parts input[type="checkbox"] {
    position: absolute;
    width: 0;
    opacity: 0;
  }
  #stage .form-item .check-parts input[type="checkbox"]:checked + label::after {
    opacity: 1;
  }
  #stage .form-item .check-parts label {
    display: inline-block;
    position: relative;
    padding: 1px 0 1px 28px;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
  }
  #stage .form-item .check-parts label::before, #stage .form-item .check-parts label::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
  }
  #stage .form-item .check-parts label::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }
  #stage .form-item .check-parts label::after {
    top: 4px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 13px;
    margin-top: -3px;
    margin-left: 1px;
    border-right: 4px solid #0039a6;
    border-bottom: 4px solid #0039a6;
    opacity: 0;
  }
  #stage .form-item .product-lists {
    margin: -20px 0;
  }
  #stage .form-item .product-lists li {
    width: 50%;
    margin-left: -1px;
  }
  #stage .form-item .product-lists li:nth-of-type(5n+1) {
    border-left-color: #e8e8e8;
  }
  #stage .form-item .product-lists li:nth-of-type(2n+1) {
    border-left-color: transparent;
  }
  #stage .form-item .product-lists li:nth-of-type(n+3) {
    border-top: 1px solid #e8e8e8;
  }
  #stage .form-item .product-lists::after {
    content: "";
    display: block;
    clear: both;
  }
  #stage .form-item .product-lists .product-parts input[type="checkbox"] {
    position: absolute;
    width: 0;
    opacity: 0;
  }
  #stage .form-item .product-lists .product-parts input[type="checkbox"]:checked + label {
    background-color: #e1f3ff;
  }
  #stage .form-item .product-lists .product-parts input[type="checkbox"]:checked + label::after {
    opacity: 1;
  }
  #stage .form-item .product-lists .product-parts label {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 16px 18px;
    cursor: pointer;
  }
  #stage .form-item .product-lists .product-parts label::before, #stage .form-item .product-lists .product-parts label::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
  }
  #stage .form-item .product-lists .product-parts label::before {
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }
  #stage .form-item .product-lists .product-parts label::after {
    top: 16px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 13px;
    margin-top: -3px;
    margin-left: 1px;
    border-right: 4px solid #0039a6;
    border-bottom: 4px solid #0039a6;
    opacity: 0;
  }
  #stage .form-item .product-lists .product-parts div {
    display: block;
    box-sizing: border-box;
    padding: 10px 16px 18px;
  }
  #stage .form-item .product-lists .product-parts .img {
    width: 130px;
    margin: 0 auto;
  }
  #stage .form-item .product-lists .product-parts .img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #stage .form-item .product-lists .product-parts .text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.8333333333;
    text-align: center;
  }
}
/* 確認事項 */
#stage .checklist {
  margin-top: 30px;
  padding: 30px 40px 25px;
  background-color: #e1f3ff;
  color: #000;
}
#stage .checklist p {
  font-size: 14px;
  line-height: 1.8571428571;
}
#stage .checklist p ~ p {
  margin-top: 1.8em;
}
#stage .checklist ul.lists li {
  position: relative;
  padding-left: 16px;
  color: #000;
  font-size: 14px;
  line-height: 1.8571428571;
}
#stage .checklist ul.lists li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
#stage .checklist ol.lists:not(:first-child) {
  margin-top: 1.8em;
}
#stage .checklist ol.lists li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8571428571;
  counter-increment: lists;
}
#stage .checklist ol.lists li::before {
  content: counter(lists) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#stage .checklist .mod-h3 {
  margin-bottom: 14px;
  color: #000;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
#stage .checklist .mod-h3 ~ .mod-h3 {
  margin-top: 26px;
}

/* blankアイコン */
#stage .link-blank {
  position: relative;
  padding-left: 16px;
  color: #0039a6;
}
#stage .link-blank::before, #stage .link-blank::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 4px;
  border: 1px solid #0039a6;
  background-color: #fff;
}
#stage .link-blank::before {
  top: 6px;
  left: 2px;
}
#stage .link-blank::after {
  top: 3px;
  left: 0;
  border-top-width: 2px;
}

@media only screen and (max-width: 736px) {
  #stage .checklist {
    margin-top: 30px;
    padding: 25px 20px;
    background-color: #e1f3ff;
    color: #000;
  }
  #stage .checklist p {
    font-size: 11px;
    line-height: 1.8181818182;
  }
  #stage .checklist ul.lists li {
    font-size: 11px;
    line-height: 1.8181818182;
  }
  #stage .checklist ol.lists li {
    font-size: 11px;
    line-height: 1.8181818182;
  }

  #stage .checklist .mod-h3 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.8461538462;
  }

  #stage .link-blank {
    padding-left: 14px;
  }
  #stage .link-blank::before {
    top: 5px;
  }
  #stage .link-blank::after {
    top: 2px;
  }
}
/* リキャプチャ */
#stage .recapture-area {
  display: table;
  margin: 40px auto 0;
}
/* 同意確認 */
#stage .agreement-check {
  text-align: center;
}
#stage .agreement-check .lead {
  margin: 20px auto 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
#stage .agreement-check .form-item {
  margin: 20px auto 40px;
}
#stage .agreement-check .check-parts input[type="checkbox"]:checked + label span::after {
  opacity: 1;
}
#stage .agreement-check .check-parts label {
  width: 657px;
  margin: 0 auto;
  padding: 26px 0;
  background-color: #f6f6f6;
  color: #f9423a;
  font-weight: bold;
  text-align: center;
}
#stage .agreement-check .check-parts label::before, #stage .agreement-check .check-parts label::after {
  display: none;
}
#stage .agreement-check .check-parts label span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
#stage .agreement-check .check-parts label span::before, #stage .agreement-check .check-parts label span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
#stage .agreement-check .check-parts label span::before {
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
#stage .agreement-check .check-parts label span::after {
  top: 3px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 13px;
  margin-top: -3px;
  margin-left: 1px;
  border-right: 4px solid #0039a6;
  border-bottom: 4px solid #0039a6;
  opacity: 0;
}
#stage .agreement-check form:nth-of-type(1) {
  float: right;
}
#stage .agreement-check form:nth-of-type(2) {
  float: left;
}

#stage .form-btn {
  display: table;
  margin: 40px auto 0;
  font-size: 0;
  text-align: center;
}
#stage .prev {
  float: left;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  width: 240px;
  margin-right: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 19px 10px 18px 20px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#stage .prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 8px solid #0039a6;
  border-bottom: 6px solid transparent;
}
#stage .prev:first-child {
  margin-right: 0;
}
#stage .submit {
  float: right;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 485px;
  border: 1px solid #0039a6;
  border-radius: 4px;
  padding: 16px 10px 15px;
  background-color: #0039a6;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-out,background-color 0.3s ease-out;
  transition: border-color 0.3s ease-out,background-color 0.3s ease-out;
  cursor: pointer;
}
#stage .submit:disabled {
  border-color: #ccc;
  background-color: #ccc;
  cursor: default;
}

@media only screen and (max-width: 736px) {
  #stage .agreement-check {
    padding: 30px 20px;
  }
  #stage .agreement-check .lead {
    margin: 5px auto 16px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
  #stage .agreement-check .form-item {
    margin: 16px auto 30px;
    padding: 0;
  }
  #stage .agreement-check .check-parts label {
    width: 100%;
    margin: 0 auto;
    padding: 26px 0;
    font-size: 15px;
    line-height: 1;
  }
  #stage .agreement-check .check-parts label::before {
    top: 23px;
    left: 238px;
  }
  #stage .agreement-check .check-parts label::after {
    top: 27px;
    left: 242px;
  }
  #stage .agreement-check form:nth-of-type(1) {
    float: none;
  }
  #stage .agreement-check form:nth-of-type(2) {
    float: none;
  }

  #stage .form-btn {
    display: block;
    margin: 0 auto;
    font-size: 0;
  }
  #stage .prev {
    float: none;
    width: 85.7142857143%;
    margin: 30px auto 0;
  }
  #stage .prev::before {
    border-top-width: 4px;
    border-right-width: 7px;
    border-bottom-width: 4px;
  }
  #stage .prev:first-child {
    margin-top: 0;
  }
  #stage .submit {
    float: none;
    width: 100%;
  }
}
/* エラーメッセージ
--------------------------------------------------------------------*/
#stage .error-message {
  display: none;
  margin: 30px auto;
  border: 4px solid #f59595;
  padding: 10px;
}
#stage .error-message.is-error {
  display: block;
}
#stage .error-message ul.lists li {
  position: relative;
  padding-left: 15px;
  color: #f9423a;
  font-size: 15px;
  line-height: 2;
}
#stage .error-message ul.lists li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #f9423a;
}

@media only screen and (max-width: 736px) {
  #stage .error-message {
    margin: -10px 10px 20px;
    padding: 12px 10px;
  }
  #stage .error-message ul.lists li {
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
  #stage .error-message ul.lists li::before {
    top: 0.6rem;
  }
}
@media only screen and (max-width: 736px) {
  #stage .form-error .error-message {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}
/* アコーディオン
--------------------------------------------------------------------*/
#stage .accordion .accordion-menu {
  position: relative;
  padding-top: 30px;
  background-color: #f6f6f6;
  text-align: center;
}
#stage .accordion .accordion-checkbox {
  position: absolute;
  width: 0;
  visibility: hidden;
}
#stage .accordion .reversible-btn {
  position: relative;
  top: -2px;
  left: 0;
  display: table;
  box-sizing: border-box;
  width: 500px;
  height: auto;
  min-height: 50px;
  margin: 0 auto;
  padding: 8px 25px;
  border: 2px solid #0039a6;
  border-radius: 4px;
  background-color: #e1f3ff;
  box-shadow: 0 2px 0 0 #0039a6;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
#stage .accordion .reversible-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid #0039a6;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#stage .accordion .reversible-btn:active {
  top: 0;
  box-shadow: 0 0 0 0 #0039a6;
}
#stage .accordion .reversible-btn .open-text,
#stage .accordion .reversible-btn .close-text {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
#stage .accordion .reversible-btn .open-text {
  font-weight: bold;
}
#stage .accordion .reversible-btn .close-text {
  display: none;
}
#stage .accordion .accordion-content {
  display: none;
}
#stage .accordion.is-act .reversible-btn {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #ccc;
  font-weight: normal;
}
#stage .accordion.is-act .reversible-btn::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#stage .accordion.is-act .reversible-btn:active {
  top: 0;
  box-shadow: 0 0 0 0 #ccc;
}
#stage .accordion.is-act .reversible-btn .open-text {
  display: none;
}
#stage .accordion.is-act .reversible-btn .close-text {
  display: table-cell;
}

@media only screen and (max-width: 736px) {
  #stage .accordion .accordion-menu {
    padding: 20px 20px 0;
  }
  #stage .accordion .reversible-btn {
    width: 100%;
    min-height: 40px;
  }
}
#stage .mt-15 {
  margin-top: 15px;
}

#stage .mt-30 {
  margin-top: 30px;
}

#stage .tx-bold {
  font-weight: bold;
}

#stage .tx-red {
  color: #f9423a;
}

