/* レイアウト */

#dlvryInstlltnSmltr {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: .1s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
#dlvryInstlltnSmltr.__open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr {
    padding: 16px 8px 72px;
    z-index: 8888;
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__header {
  background: #dd2c00;
  padding: 12px 16px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__header {
    height: 60px;
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__ttl {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__ttlSub {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__closeBtn {
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: rgba(255,255,255,.45);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__closeBtn:before {
  content: "\e911";
  font-family: "fs-icon" !important;
  color: #dd2c00;
  font-size: 16px;
}
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__closeBtn:hover {
  background: rgba(255, 255, 255, 0.7);
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__cont {
  padding: 16px;
  overflow-y: auto;
  max-height: min(78vh, 820px);
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__cont {
    padding: 12px;
    max-height: 720px;
    height: calc(100vh - 60px - 16px - 72px);
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__sec.__form {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formResult {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

/* テキスト */
#dlvryInstlltnSmltr .__txtBold {
  font-weight: 700;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formNote {
  color: #cc0a00;
  font-size: 14px;
  margin: 0 0 10px;
}

/* 見出し */
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dd2c00;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__label {
  color: #dd2c00;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #cc0a00;
  margin-bottom: 5px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price-label {
  font-size: 16px;
  font-weight: bold;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price-value {
  font-size: 30px;
  font-weight: bold;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price-unit {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl {
    align-items: flex-end;
    gap: 12px;
  }

  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    width: 70%;
    gap: 5px 0;
    justify-items: end;
    padding-bottom: 5px;
  }

  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price-label {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: right;
    font-size: 15px;
  }

  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price-value {
    grid-column: 2;
    grid-row: 2;
    line-height: 0.8;
    font-size: 24px;
  }

  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__secTtl .__price-unit {
    grid-column: 3;
    grid-row: 2;
    margin-left: 4px;
    font-size: 16px;
  }
}

/* コンテンツ */
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formCont {
  margin-top: 20px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formFld {
  margin-bottom: 30px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formLabel {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formFldCont {
  margin-bottom: 20px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formSelect {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 15px;
  background-color: #fff;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E"),
    linear-gradient(to right, transparent 0%, transparent calc(100% - 40px), #cfcfcf calc(100% - 40px), #cfcfcf 100%);
  background-repeat: no-repeat;
  background-position: right 12px center, right 0 center;
  background-size: 12px 12px, 100% 100%;
  appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__formSelect {
    padding: 14px 40px 14px 12px;
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formSelect:focus {
  outline: none;
  border-color: #dd2c00;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtnCont {
  display: flex;
  gap: 12px;
  align-items: center;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtn {
  flex: 1;
  padding: 18px 24px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtn {
    padding: 16px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtn {
    padding: 16px 20px;
    min-height: 72px;
    max-height: 72px;
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtn:hover {
  opacity: 0.8;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtn__primary {
  background-color: #dd2c00;
  color: #fff;
  border-color: #dd2c00;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBtn__secondary {
  background-color: #fff;
  color: #333;
  border-color: #ccc;
}

#dlvryInstlltnSmltr #dlvryInstlltnSmltr__parkingFld {
  margin-top: 20px;
}

/* ラジオボタン */
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formRadioGrp {
  display: flex;
  gap: 24px;
  align-items: center;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formRadioLabel {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formRadio {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
  appearance: none;
  border: 1px solid #CCC;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formRadio:checked {
  border-color: #CCC;
  background-color: #fff;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formRadio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dd2c00;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formRadioTxt {
  font-size: 16px;
  user-select: none;
}

/* バナー */
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBnr {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBnr {
    margin: 10px 0px 8px;
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBnrBadge {
  background-color: #cc0a00;
  color: #fff;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBnrBadge {
    border-radius: 4px;
    padding: 5px 16px;
    font-size: 15px;
  }
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formBnrTxt {
  color: #333;
  padding: 0px 10px;
  font-size: 15px;
  flex: 1;
}

/* 結果テーブル */
#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formResultTbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formResultTbl td {
  padding: 12px 16px;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formResultTblLabel {
  background-color: #ffeae9;
  width: 30%;
  font-weight: 500;
  border-left: 1px solid #d2d2d2;
  border-right: none;
}

#dlvryInstlltnSmltr .dlvryInstlltnSmltr__formResultTblVal {
  background-color: #fff;
  width: 70%;
  border-left: none;
  border-right: 1px solid #d2d2d2;
}

/* モーダルボタン　open */
.dlvryInstlltnSmltr__modalBtn {
  cursor: pointer;
}
.dlvryInstlltnSmltr__modalBtn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .dlvryInstlltnSmltr__modalBtnWrap {
    width: 410px;
    margin: 20px 0 -20px auto!important;
  }
}

