@charset "UTF-8";
.bdash_form .bd-pageset-parent .page-item.form-item-checkbox {
  height: auto;
}

.bdash_form .bd-pageset-parent .page-item.form-item-agreement .agreement-text {
  overflow-y: scroll;
  height: 15em;
  padding: 20px;
}

.bdash_form .bd-pageset-parent .page-item .page-item-label {
  font-weight: bold;
  padding-top: 15px;
}

.page-custom-calendar {
  display:flex;
}

.bdash_form .page-item {
    margin: 0 auto 20px 0;
}    

@media (max-width: 767px) {
  .bdash_form .bd-pageset-parent .page-item .page-item-label {
    padding-bottom: 3vw;
  }
}
/* 配達希望日 */
.dacTitle,
.dacDay,
.dacDay + div,
.dacDay + div + div {
  max-width: 470px;
  margin: 0 auto;
}

.dacTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px !important;
}
.dacTitle p {
  font-weight: bold;
  margin-bottom: 0px !important;
}
.dacTitle .page-item-required {
  position: relative;
  width: 40px;
  height: 16px;
  margin-left: 10px;
  padding: 0 5px;
  color: #fff;
  background: #745E81;
  font-size: 0;
  border-radius: 10px;
}
.dacTitle .page-item-required::before {
  content: "必須";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.dacDay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dacDay > dl {
  width: 32% !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.dacDay .page-item-info {
  position: relative;
  width: 100%;
}
.dacDay .page-item-info::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 3px solid #999999;
  border-bottom: 3px solid #999999;
  pointer-events: none;
  top: 13px;
  right: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dacDay select {
  background-image: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; /* 標準のスタイルを無効にする */
}
.dacDay .page-item-label,
.dacDay .page-item-message {
  display: none !important;
}
.bdash-form-confirm .bdash_form .bd-pageset-parent .page-item.form-item-agreement .page-item-label {
  max-width: initial !important;
}
.bdash-form-confirm .bdash_form .page-item.form-item-agreement {
  max-width: none;
}

/* 確認ページ */
.bdash-form-confirm .bdash_form .bd-pageset-parent > p.dacTitle {
  display: flex !important;
  font-weight: bold;
}

.bdash-form-confirm .dacDay .page-item-info::before{
  display: none;
}

.bdash-form-confirm .dacDay {
  justify-content: left;
  flex-wrap: wrap;
}

.bdash-form-confirm .dacDay > dl:nth-child(1) {
  width: 75px !important;
}
.bdash-form-confirm .dacDay > dl:nth-child(2) {
  width: 50px !important;
}
.bdash-form-confirm .dacDay > dl:nth-child(2) {
  width: 50px !important;
}

.bdash_form_button_input input[type="submit"]:hover, 
.bdash_form_button_confirm input[type="submit"]:hover{
    background: #0075FF;
}

.bdash-form-confirm .bd-pageset-parent > div:last-of-type > button:hover{
    background: #c0c0c0;
}

/* ---------------- 隠し項目 ------------------- */
dl.page-item.page-item-layout-v.form-item-agreement ~ dl.page-item.page-item-layout-v {
    visibility: hidden; height: 0; margin: 0; 
    
}