@charset "utf-8";

/* リピストのform・チャットの表示調整用 */

/* ---------------------------------------------
  from
--------------------------------------------- */
.p-lp {
  font-family: "Josefin Sans", sans-serif;
}
.p-lp__login .omit-input .c-checkbox,
.c-button--gradient-green,
.p-lp__consent .privacy-check-list li .c-checkbox label,
.p-lp .js-efo-progress,
.p-lp__product label,
.p-lp__regular .delivery-date li,
.p-lp__address .change-address .c-form-label,
.c-amazon-pay__header,
.c-contents-header__title,
.c-lp-section__title,
.c-table table th {
  font-weight: 400 !important;
}


/* ---------------------------------------------
  チャットボット
--------------------------------------------- */
.cf-c-button--primary {
  background-color: #fc6c6c !important;
  z-index: 99;
}
.cf-c-element__body,
.cf-c-font-lg,
.cf-c-confirm-block__body {
  font-size: 14px !important;
}
.cf-header {
  font-size: 16px !important;
}
.cf-c-button--md {
  width: 100% !important;
}
.cf-c-button--md {
  padding: 20px 20px !important;
  border-radius: 0 !important;
}
.cf-c-radio-image {
  grid-template-columns: none !important;
}
.cf-c-button--start-chat {
  font-size: 0 !important;
}
.cf-c-button--start-chat:before {
  content: "チャットで簡単注文 ▶";
  font-size: 16px;
}
@media screen and (min-width: 750px) { 
  .cf-layout {
    height: 800px !important;
  }
}

/* クーポン */
.cf-c-form-group .cf-c-button--md {
  width: 100px !important;
}

/* お届け先非表示 */
.cf-c-user-message:has(#auto_ok ){
  visibility: hidden;
  height: 0;
  margin-bottom: 0px !important;
}

/* 配送サイクルがひとつしかない場合に余計なものを消す */
select[name="cycle_type"],
select[name="detail.interval"]{
  display: none;
}
