.reloclub {
  min-width: 1100px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(241, 249, 255, 0), #f1f9ff);
  padding-block: 60px 100px;
}

.reloclub__inner {
  width: 1000px;
  margin-inline: auto;
}

.reloclub__lead {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}

.reloclub__title {
  margin-top: 30px;
}

.reloclub__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.reloclub__item {
  border: 1px solid #ddd;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .06);
  background: #fff;
}

.reloclub__item--01 .reloclub__img {
  width: 155px;
}

.reloclub__item--02 .reloclub__img {
  width: 195px;
}

.reloclub__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: opacity .3s ease;
}

.reloclub__img-wrap {
  padding: 30px 10px 5px 10px;
}

.reloclub__img {
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  display: block;
}

.reloclub__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: 5px;
}

.reloclub__item-name {
  background: #2482cd;
  height: 40px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  position: relative;
  transition: .3s;
}

.reloclub__item-name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-width: 4px 0px 4px 6.93px;
}

@media (any-hover: hover) {
  .reloclub__link:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .reloclub {
    padding-block: 40px 60px;
    min-width: unset;
    overflow: unset;
  }

  .reloclub__inner {
    width: 100%;
    padding-inline: 15px;
  }

  .reloclub__lead {
    font-size: 14px;
  }

  .reloclub__list {
    grid-template-columns: 1fr;
  }

  .reloclub__item--01 .reloclub__img {
    width: 130px;
  }

  .reloclub__item--02 .reloclub__img {
    width: 150px;
  }

  .reloclub__item-title {
    font-size: 14px;
  }
}

/* ===============================================
# リロクラブ会員様 見積もりフォーム
=============================================== */
.reloclub-estimate-title-wrap {
  background-color: #f2faff;
  overflow: hidden;
}

.reloclub-estimate-title-inner {
  width: 1000px;
  margin: 0 auto;
}

.reloclub-estimate-title {
  margin-bottom: 30px;
  font-size: 25px;
  position: relative;
  padding: 20px 55px;
  text-align: left;
}

.reloclub-estimate-form {
  overflow: hidden;
  padding-block: 30px 100px;
}

.reloclub-estimate-form-inner {
  width: 1000px;
  margin: 0 auto;
  padding-inline: 30px;
}

.reloclub-estimate-from-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  margin-block: 40px 10px;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-text--required .ff-el-input--label.ff-el-is-required.asterisk-right label,
.reloclub-estimate-form .fluentform .reloclub-estimate-input-text .ff-el-input--label.asterisk-right label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  background-color: #f2faff;
  padding-inline: 15px 10px;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: 'Noto Sans JP', sans-serif;
}


.reloclub-estimate-form .fluentform .ff-el-form-left .ff-el-input--label,
.reloclub-estimate-form .fluentform .ff-el-form-right .ff-el-input--label {
  width: 200px;
  padding: 0 !important;
}

.reloclub-estimate-form .fluentform .ff-el-form-left .ff-el-input--content,
.reloclub-estimate-form .fluentform .ff-el-form-right .ff-el-input--content {
  margin-left: 200px;
}

.reloclub-estimate-form .fluentform .frm-fluent-form .ff-t-cell:first-of-type {
  flex-basis: 81% !important;
}

.reloclub-estimate-form .fluentform .frm-fluent-form .ff-t-cell:last-of-type {
  padding: 5px 15px 5px 0 !important;
}

.reloclub-estimate-form .frm-fluent-form .ff-t-container {
  gap: 0 !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-text--required .ff-el-input--label.ff-el-is-required.asterisk-right label:after,
.reloclub-estimate-form .fluentform .reloclub-estimate-input-text--required .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  content: "必須" !important;
  display: inline-block;
  color: #FFF !important;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 1.56 !important;
  padding: 1px 6px !important;
  background: #e60013 !important;
}

.reloclub-estimate-form .fluentform .ff-el-group {
  margin-bottom: 0 !important;
}

.reloclub-estimate-form .fluentform .ff-el-group.reloclub-estimate-input-text {
  border-bottom: 1px solid #ddd !important;
}

.reloclub-estimate-form .fluentform .ff-el-group.reloclub-estimate-input-text.input-text-first {
  border-top: 1px solid #ddd !important;
}


.reloclub-estimate-form .fluentform .ff-el-group.reloclub-estimate-input-text.reloclub-estimate-input-text--two-column {
  border: none !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-two-column {
  border-bottom: 1px solid #ddd !important;
}

.reloclub-estimate-form .fluentform .ff-el-form-left .ff-el-input--content {
  padding: 5px 15px !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-textarea {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  height: 100% !important;
  background-color: #f2faff;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-text--half .ff-el-form-control {
  width: 49.1% !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-text .ff-el-form-control {
  border: none !important;
  background-color: #f1f1f1 !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-text .ff-el-input--content input {
  height: 53px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 0 !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-text .ff-el-input--content input::placeholder {
  color: #c3c3c3 !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-textarea .ff-el-input--label label {
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5 !important;
  height: 100% !important;
  width: 100% !important;
  padding: 15px 20px !important;
}

.reloclub-estimate-form .fluentform .ff-el-form-left.reloclub-estimate-input-textarea .ff-el-input--content {
  padding: 10px 15px !important;
  height: 100% !important;
  background-color: #fff !important;
}

.reloclub-estimate-form .fluentform .reloclub-estimate-input-textarea textarea {
  border: none !important;
  background-color: #f1f1f1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}

.reloclub-estimate-submit-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 40px !important;
}

.reloclub-estimate-submit {
  color: #FFF;
  font-family: var(--font-family-base);
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.462px !important;
  background: #3973CF !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20) !important;
  width: 280px !important;
  height: 52px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  outline: none !important;
}

@media (min-width: 768px) {
  .reloclub-estimate-title {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    border: 5px #00aeeb solid;
    background: #fff url(/images/default/page-title-bg.png) no-repeat 20px center;
  }
}

@media (max-width: 767px) {
  .reloclub-estimate-title-wrap {
    background-color: transparent;
  }

  .reloclub-estimate-title-inner {
    width: 100%;
  }

  .reloclub-estimate-title {
    padding: 1.85rem 0.75rem;
    margin-bottom: 0.8rem;
    text-align: center;
    background-color: #F3FAFE;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .reloclub-estimate-form {
    padding-block: 10px 60px;
  }

  .reloclub-estimate-form-inner {
    width: 100%;
    padding-inline: 15px;
    max-width: 500px;
    margin-inline: auto;
  }

  .reloclub-estimate-from-title {
    font-size: 18px;
    margin-block: 30px 10px;
  }

  .reloclub-estimate-form .fluentform .reloclub-estimate-input-text--required .ff-el-input--label.ff-el-is-required.asterisk-right label,
  .reloclub-estimate-form .fluentform .reloclub-estimate-input-text .ff-el-input--label.asterisk-right label {
    height: 55px;
    padding: 10px 15px !important;
  }


  .reloclub-estimate-form .fluentform .ff-el-form-left .ff-el-input--label,
  .reloclub-estimate-form .fluentform .ff-el-form-right .ff-el-input--label {
    width: 100% !important;
    margin-bottom: 0 !important;
    float: none !important;
  }

  .reloclub-estimate-form .fluentform .ff-el-form-left .ff-el-input--content,
  .reloclub-estimate-form .fluentform .ff-el-form-right .ff-el-input--content {
    margin-left: 0;
  }

  .reloclub-estimate-form .fluentform .ff-el-group.reloclub-estimate-input-text.input-text-first {
    border-top: none !important;
    border-bottom: none !important;
  }

  .reloclub-estimate-form .fluentform .reloclub-estimate-input-two-column {
    border-bottom: none !important;
  }

  .reloclub-estimate-form .fluentform .frm-fluent-form .ff-t-cell:last-of-type {
    padding: 0 15px 10px 15px !important;
  }


  .reloclub-estimate-form .fluentform .ff-el-form-left .ff-el-input--content {
    border-left: none !important;
    padding: 10px 15px !important;
  }

  .reloclub-estimate-form .fluentform .ff-el-group.reloclub-estimate-input-text {
    border-bottom: none !important;
}


  .reloclub-estimate-form .fluentform .reloclub-estimate-input-text--half .ff-el-form-control {
    width: 100% !important;
  }

  .reloclub-estimate-form .fluentform .reloclub-estimate-input-text .ff-el-input--content input {
    height: 48px !important;
  }


  .reloclub-estimate-form .fluentform .reloclub-estimate-input-textarea textarea {
    max-height: 250px !important;
  }

  .reloclub-estimate-form .fluentform .reloclub-estimate-input-textarea {
    border-top:  none !important;
    border-bottom: none !important;
}

  .reloclub-estimate-submit {
    font-size: 15px !important;
    height: 48px !important;
  }
}

@media (any-hover: hover) {
  .reloclub-estimate-submit:hover {
    transform: translateY(3px);
    box-shadow: none !important;
  }
}

/* ===============================================
#  送信完了
=============================================== */

.reloclub-estimate-form .ff-message-success {
  margin-top: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding-block: 40px !important;
}

.reloclub-estimate-form .diagnosis-thanks__title {
  font-size: 24px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.reloclub-estimate-form .diagnosis-thanks__text {
  font-size: 16px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  text-align: center !important;
  margin-top: 30px !important;
}

.reloclub-estimate-form .diagnosis-thanks__note {
  font-size: 16px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-top: 20px !important;
}

@media (max-width: 767px) {

  .reloclub-estimate-form .ff-message-success {
    padding: 30px 0 0 0 !important;
  }
  .reloclub-estimate-form .diagnosis-thanks__title {
    font-size: 22px !important;
  }
  .reloclub-estimate-form .diagnosis-thanks__text {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .reloclub-estimate-form .diagnosis-thanks__note {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}