@charset "UTF-8";
/* ======================================================
入力フォームまわり
====================================================== */
/*! ----------------------------------
ベース部分
---------------------------------- */
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px; }

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  margin-right: 6px; }

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

@media (min-width: 1px) {
  input[type=checkbox],
  input[type=radio] {
    display: none;
    margin: 0;
    position: relative; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    padding: 0 0 0 28px;
    /*! font-size: 1.2em */ }
  input[type=checkbox] + label::before,
  input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -14px;
    background: #FFF; }
  input[type=radio] + label::before {
    border: 2px solid #aaa;
    border-radius: 30px; }
  input[type=checkbox] + label::before {
    border: 1px solid #aaa; }
  input[type=checkbox]:checked + label::before {
    border: 1px solid #1083FF;
    background: #1083FF; }
  input[type=checkbox]:checked + label::after,
  input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #1083FF;
    border-radius: 8px; }
  input[type=checkbox]:checked + label::after {
    left: 4px;
    width: 14px;
    height: 9px;
    margin-top: -6px;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

/*! ----------------------------------
インプットフォーム
---------------------------------- */
.form {
  max-width: 640px;
  margin: auto; }
  @media all and (max-width: 768px) {
    .form {
      max-width: 95%; } }
  .form .error__title {
    color: #c9302c;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 6px; }
    .form .error__title:before {
      display: inline-block;
      margin-right: 4px;
      content: "\f071";
      font-family: FontAwesome; }
  .form .error__list {
    margin-left: 24px;
    margin-bottom: 8px; }
    .form .error__list li {
      color: #c9302c; }
  .form .error dd {
    position: relative;
    border: solid 2px #d9534f;
    background: #f6e4e4;
    border-radius: 2px; }
    .form .error dd:before {
      content: "ご確認ください";
      position: absolute;
      z-index: 10;
      top: -9px;
      left: -2px;
      background: #d9534f;
      display: block;
      padding: 4px 7px 2px;
      text-align: center;
      color: #FFF;
      font-size: 10px;
      font-size: 1rem;
      border-radius: 2px;
      line-height: 1; }
  .form .error .example {
    color: #000; }

.form__item dt,
.inputForm dt {
  background: #f2f2f2;
  padding: 12px; }
  .form__item dt:before,
  .inputForm dt:before {
    content: '◆';
    color: #EC6880;
    display: inline-block;
    margin-right: 4px; }

.form__item .hissu,
.form__item .nini,
.inputForm .hissu,
.inputForm .nini {
  float: left;
  position: relative;
  top: 2px;
  left: -4px;
  background: #adaba8;
  padding: 4px 6px 3px;
  margin-right: 18px;
  line-height: 1;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
  .form__item .hissu:after,
  .form__item .nini:after,
  .inputForm .hissu:after,
  .inputForm .nini:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: -3px;
    right: -12px;
    border-right: 1px solid #cacaca;
    width: 1px;
    height: 24px; }
  .form__item .hissu.no-border,
  .form__item .nini.no-border,
  .inputForm .hissu.no-border,
  .inputForm .nini.no-border {
    margin-right: 2px; }
    .form__item .hissu.no-border:after,
    .form__item .nini.no-border:after,
    .inputForm .hissu.no-border:after,
    .inputForm .nini.no-border:after {
      display: none; }

.form__item dd,
.inputForm dd {
  padding: 12px;
  margin-bottom: 12px; }

.form__item .hissu,
.inputForm .hissu {
  background: #d9534f; }

.form__item .form-control,
.inputForm .form-control {
  border-color: #ccc;
  margin: 2px 0;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem; }
  .form__item .form-control:focus,
  .inputForm .form-control:focus {
    border-color: gray; }

.form__item .example,
.inputForm .example {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem; }

.name .block-mei,
.name .block-sei {
  display: inline-block;
  margin-right: 16px; }
  .name .block-mei .example,
  .name .block-sei .example {
    margin-left: 20px;
    margin-top: 2px;
    display: block; }

.name .name-mei,
.name .name-sei {
  display: inline-block !important;
  vertical-align: middle;
  width: 80%; }

.name .label-mei,
.name .label-sei {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px; }

.checkWrap {
  background: #dff3ff;
  text-align: center;
  padding: 8px 0; }
  .checkWrap label {
    line-height: 1.3;
    text-align: left; }

/*! ----- 自動入力＋編集不可エリア ----- */
.address-autoArea {
  border: 2px solid #e4cc97;
  background: #fffaee;
  padding: 12px;
  border-radius: 3px; }
  .address-autoArea .address-description {
    margin-bottom: 14px;
    font-size: 12px; }
  .address-autoArea .address-block {
    display: inline-block;
    width: 40%; }
    @media all and (max-width: 768px) {
      .address-autoArea .address-block {
        display: block;
        width: 100%; } }
    .address-autoArea .address-block:not(:last-child) {
      margin-right: 3%; }
      @media all and (max-width: 768px) {
        .address-autoArea .address-block:not(:last-child) {
          margin-right: 0;
          margin-bottom: 12px; } }
    .address-autoArea .address-block .readOnly {
      color: #888; }
      .address-autoArea .address-block .readOnly:focus {
        border-color: #ccc; }

/* ----- 郵便番号入れたら都道府県入る住所エリア ----- */
.address-autoArea {
  margin: 16px 0; }

.form__item .side__link {
  display: block;
  float: right;
  background: #EC6880;
  border: 1px solid #EC6880;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 2px; }
  .form__item .side__link:hover {
    background: inherit;
    color: #EC6880;
    text-decoration: none; }

.form__item.error .address-autoArea {
  border: 2px solid rgba(228, 204, 151, 0.7);
  background: rgba(255, 250, 238, 0.7); }

.contract-textarea {
  height: 300px;
  overflow-y: scroll;
  border: 2px solid #ccc;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  background: #fff; }
  .contract-textarea .contract-header {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1em; }
  .contract-textarea .contract-text {
    margin-bottom: 24px;
    font-size: 14px;
    font-size: 1.4rem; }
    .contract-textarea .contract-text p {
      margin-bottom: 18px; }
  .contract-textarea .contract-footer {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem; }
    .contract-textarea .contract-footer .footer-block {
      margin-bottom: 18px;
      width: 50%;
      text-align: left;
      display: inline-block; }

.checkWrap {
  background: #fffaee; }

.btn__ghost {
  line-height: 44px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: double 3px #000;
  display: block;
  margin: 32px auto;
  max-width: 380px;
  text-decoration: none !important;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .btn__ghost:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""; }
  .btn__ghost a {
    display: block;
    color: #000; }
    .btn__ghost a:hover {
      text-decoration: none; }

.mailAfter {
  margin-top: 32px; }

/* ----- 利用規約リンク ----- */
.member__agree--link {
  margin: 24px auto; }
  .member__agree--link li {
    display: inline-block; }
    .member__agree--link li:not(:last-child) {
      margin-right: 1em; }

/* ----- パンくず ----- */
@media all and (max-width: 768px) {
  .responsiveTable {
    min-width: auto !important; } }

/*! ----------------------------------
フォーム上にあるSTEP
---------------------------------- */
.navStep {
  position: relative;
  z-index: 10;
  margin-bottom: 24px; }

@media all and (max-width: 768px) {
  .responsiveTable {
    min-width: auto !important; } }

.breadcrumbWrap {
  position: relative; }
  .breadcrumbWrap:first-child .breadcrumb {
    margin-bottom: 0; }
  .breadcrumbWrap:after {
    content: "" !important;
    z-index: -1;
    width: 80%;
    margin: auto;
    height: 6px;
    background: #ECF0F1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media all and (max-width: 768px) {
      .breadcrumbWrap:after {
        display: none; } }

.breadcrumb {
  margin-bottom: 0;
  text-align: center;
  background: none;
  border-radius: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 4px 0 !important;
  border-spacing: 8px 0;
  background: none !important; }
  @media all and (max-width: 768px) {
    .breadcrumb {
      display: block;
      padding: 0 !important; } }
  .breadcrumb > li + li:before {
    opacity: 0; }
    @media all and (max-width: 768px) {
      .breadcrumb > li + li:before {
        display: none; } }
  .breadcrumb > li {
    display: table-cell !important;
    text-align: center;
    position: relative;
    z-index: 20;
    line-height: 1.4;
    color: #666;
    background: #ECF0F1;
    padding: 16px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media all and (max-width: 768px) {
      .breadcrumb > li {
        display: table !important;
        width: 100%;
        padding: 5px 6px;
        margin-bottom: 3px; } }
    .breadcrumb > li:before {
      padding: 0;
      display: block;
      position: absolute;
      top: 50%;
      right: -4px;
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-top: solid 1px #FFF;
      border-right: solid 1px #FFF;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "" !important;
      padding: 0;
      color: inherit;
      z-index: 11; }
      @media all and (max-width: 768px) {
        .breadcrumb > li:before {
          display: none; } }
    .breadcrumb > li.active,
    .breadcrumb > li.current {
      color: #FFF;
      background: #e0af66; }
      @media all and (max-width: 768px) {
        .breadcrumb > li.active .nav__step,
        .breadcrumb > li.current .nav__step {
          border-color: rgba(255, 255, 255, 0.5); } }
    .breadcrumb > li:last-child:before {
      display: none; }
  @media all and (max-width: 768px) {
    .breadcrumb .nav__step {
      display: table-cell;
      width: 10%;
      text-align: left;
      border-right: 1px solid #d0cfcf;
      padding-right: 1em;
      width: 66px; } }
  .breadcrumb .nav__name {
    display: table;
    width: 100%; }
    @media all and (max-width: 768px) {
      .breadcrumb .nav__name {
        display: table-cell;
        width: auto;
        text-align: left; } }
    .breadcrumb .nav__name em {
      display: table-cell;
      vertical-align: middle;
      font-size: 12px;
      font-size: 1.2rem; }
      @media all and (max-width: 768px) {
        .breadcrumb .nav__name em {
          display: inline;
          vertical-align: initial; } }
      @media all and (max-width: 768px) {
        .breadcrumb .nav__name em br {
          display: none; } }

/* ----------------------------------
 クレカ情報変更
---------------------------------- */
.cardForm {
  margin-bottom: 16px;
  margin-top: 10px; }
  .cardForm__title {
    min-width: 90px;
    display: inline-block;
    position: relative; }
    @media all and (max-width: 640px) {
      .cardForm__title {
        min-width: 84px;
        margin-bottom: 4px; } }
    .cardForm__title:after {
      content: "：";
      position: absolute;
      right: 0; }
      @media all and (max-width: 640px) {
        .cardForm__title:after {
          content: none; } }
    @media all and (max-width: 640px) {
      .cardForm__title:before {
        content: "▼";
        margin-right: 2px; } }
  @media all and (max-width: 640px) {
    .cardForm__detail {
      display: block; } }

.card .btn-group {
  margin-top: 0;
  display: block;
  width: 100%; }
  .card .btn-group li {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px; }
    .card .btn-group li:last-child {
      border-bottom: none; }

.card .btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  @media all and (max-width: 640px) {
    .card .btnWrap {
      flex-wrap: wrap; } }
  .card .btnWrap .btn {
    width: 45%;
    margin: 0 3%;
    background: #e0af66;
    border-color: #e0af66;
    color: #fff; }
    .card .btnWrap .btn:hover {
      background: #d7993c;
      border-color: #cf8d2a; }
    @media all and (max-width: 640px) {
      .card .btnWrap .btn {
        width: 100%;
        margin-bottom: 16px; } }
    .card .btnWrap .btn.del {
      border: 2px solid #ccc;
      background: #ccc; }
      .card .btnWrap .btn.del:hover {
        background: #b3b3b3;
        border-color: #a6a6a6; }

/* ----------------------------------
クロスブラウザチェック
---------------------------------- */
/* ----- android端末でフォームの文字がずれる ----- */
.mobile.android .form-control {
  line-height: 16px !important; }
