
.b-registration {
    max-width: 57.5rem;
    margin: 0 auto;
}

.b-registration__form {
    background: #f0f0f0;
    margin-top: 5rem;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 9% 15% 5%;
}

.b-registration__inner {
    padding-top: 10rem;
    padding-bottom: 10.625rem;
}

.b-registration__desc {
    margin-top: 5rem;
    font-size: 1.2rem;
    line-height: 1.8;
}

.b-registration__title {
    padding: 0.3125rem 1.25rem 0.5rem;
    background: #d3322a;
    color: #fff;
    text-align: center;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.4;
}

/* 各項目 */
.wpcf7 form p {
  margin:0;
  padding:0;
}

/* 「必須」バッジ */
.wpcf7 .b-registration-badge-required {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 8px;
  font-size: 0.8em;
  line-height: 1.4;
  background: #e60012;
  color: #ffffff;
}

/* ラベルテキスト */
.wpcf7 .b-registration-label {
  font-weight: 600;
}

/* テキスト・メール入力 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 100%;
  border: 1px solid #dddddd;
  background: #ffffff;
  box-sizing: border-box;
}

/* ファイル入力：ボタン風 */
.wpcf7 input[type="file"] {
  width: 100%;
  border: none;
  background: transparent;
}
.wpcf7 input[type="file"]::file-selector-button {
  border: none;
  background: #009fe8;
  color: #ffffff;
  cursor: pointer;
}

.b-registration__block-desc span.wpcf7-spinner {
    display: none;
}

/* プライバシーポリシー部分 */
.wpcf7 .b-registration-privacy-main {
  font-size: 1.2em;
}
.wpcf7 .b-registration-privacy-main input[type="checkbox"] {
    display:inline-block;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: initial;
    border: initial;
    border-radius: initial;
    outline: initial;
    scale: 1.3;
}

.wpcf7 .b-registration-submit-wrap input[type="submit"]:disabled {
    background: #ddd;
    color: #7b7b7b;
    cursor: not-allowed;
}
.wpcf7 .b-registration-privacy-note {
  display: block;
  color: #666666;
}
.b-registration-privacy-main .wpcf7-list-item {
    margin: 0;
}

/* 送信ボタン */
.wpcf7 .b-registration-submit-wrap {
  text-align: center;
}
.wpcf7 .b-registration-submit-wrap input[type="submit"] {
  border: none;
  background: #222222;
  color: #ffffff;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  height: 70px;
}

.b-registration__block-ttl {
    margin-bottom: 0.6em;
}

.b-registration__block {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .b-registration__block-ttl {
  }
  
  .b-registration__block {
      margin-bottom: 2rem;
  }
  
    .b-registration__inner {
        padding-top: 4.0625rem;
        padding-bottom: 4.0625rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .b-registration__title {
        font-size: 1.625rem;
    }
    .b-registration__desc{
        font-size: 1.1rem;
        margin-top: 3rem;
    }
    .b-registration__form{
        font-size: 1.1rem;
        margin-top: 3rem;
        padding: 6% 5% 5%;
    }
    .wpcf7 .b-registration-submit-wrap input[type="submit"]{
        height:60px;
    }
}