.mb10 {
  margin-bottom: clamp(5px, 1vw, 10px);
}

.mb20 {
  margin-bottom: clamp(10px, 3vw, 20px);
}

.mb30 {
  margin-bottom: clamp(15px, 5vw, 30px);
}

.mb40 {
  margin-bottom: clamp(20px, 7vw, 40px);
}

.mb50 {
  margin-bottom: clamp(25px, 9vw, 50px);
}

.mb60 {
  margin-bottom: clamp(30px, 11vw, 60px);
}

.mb70 {
  margin-bottom: clamp(35px, 13vw, 70px);
}

body#ask_index .askMv .mvImgWrap {
  background: url(../../assets/images/other/ask_mv.jpg) center bottom no-repeat;
  background-size: cover;
}
body#ask_index .askNav .askNavList .askItem {
  width: 100%;
}
body#ask_index .askNav .askNavList .askItem:nth-child(even) {
  margin-left: 0;
}
body#ask_index .askSec {
  margin: 30px auto 60px;
}
body#ask_index .askSec .pageTit {
  margin-bottom: 20px;
}
body#ask_index .shitenList .shitenItem {
  margin-bottom: 35px;
}
body#ask_index .shitenList .shitenItem .shitenSecTit {
  margin-bottom: 10px;
}
body#ask_index .shitenList .shitenItem .prefList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #333;
  margin-bottom: 19px;
}
body#ask_index .shitenList .shitenItem .prefList > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-width: 7em;
  border: 1px solid #333;
  line-height: 1;
  font-size: 1.2rem;
  padding: 3px 0 4px;
}
body#ask_index .shitenList .shitenItem .prefList > dd {
  margin-left: 10px;
}
body#ask_index .shitenList .shitenItem .prefList > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#ask_index .shitenList .shitenItem .prefList > dd > ul > li {
  font-size: 1.3rem;
}
body#ask_index .shitenList .shitenItem .prefList > dd > ul > li::before {
  content: "/";
  position: relative;
  top: -1px;
  padding: 0 2px;
}
body#ask_index .shitenList .shitenItem .prefList > dd > ul > li:first-child::before {
  content: none;
}
body#ask_index .shitenList .shitenItem .contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#ask_index .shitenList .shitenItem .contactWrap .telBox {
  width: 50%;
  margin-bottom: 0;
}
body#ask_index .shitenList .shitenItem .contactWrap .contactBtn {
  width: 47%;
}
body#ask_index .contactWrap .telBox {
  margin-bottom: 20px;
}
body#ask_index .contactWrap .telBox table {
  width: 100%;
  height: 100%;
}
body#ask_index .contactWrap .telBox table th,
body#ask_index .contactWrap .telBox table td {
  display: block;
  padding: 3px 2px 6px;
}
body#ask_index .contactWrap .telBox table th {
  font-size: 1.2rem;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: none;
}
body#ask_index .contactWrap .telBox table td {
  font-size: 1.35rem;
}
body#ask_index .contactWrap .telBox table td a {
  color: #333;
  pointer-events: none;
}
body#ask_index .contactWrap .contactBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 1.2rem;
  padding: 0.75em 0.25em 0.8em 0.75em;
}
body#ask_index #seihinSec .pageTit {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  body#ask_index .askMv .mvImgWrap {
    background-size: auto 100%;
  }
  body#ask_index .askNav .askNavList {
    gap: 0 2%;
  }
  body#ask_index .askNav .askNavList .askItem {
    width: 48%;
  }
  body#ask_index .askSec {
    margin: 30px auto 85px;
  }
  body#ask_index .askSec .pageTit {
    margin-bottom: 30px;
  }
  body#ask_index .shitenList .shitenItem {
    margin-bottom: 50px;
  }
  body#ask_index .shitenList .shitenItem .shitenSecTit {
    margin-bottom: 18px;
  }
  body#ask_index .shitenList .shitenItem .prefList {
    margin-bottom: 22px;
  }
  body#ask_index .shitenList .shitenItem .prefList > dt {
    min-width: 7.5em;
    font-size: 12px;
  }
  body#ask_index .shitenList .shitenItem .prefList > dd {
    margin-left: 12px;
  }
  body#ask_index .shitenList .shitenItem .prefList > dd > ul > li {
    font-size: 14px;
    padding-bottom: 1px;
  }
  body#ask_index .shitenList .shitenItem .prefList > dd > ul > li::before {
    top: -1px;
    padding: 0 4px;
  }
  body#ask_index .contactWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body#ask_index .contactWrap .telBox {
    width: 50%;
    margin-bottom: 0;
  }
  body#ask_index .contactWrap .telBox table {
    height: 100%;
  }
  body#ask_index .contactWrap .telBox table th,
  body#ask_index .contactWrap .telBox table td {
    display: table-cell;
    height: 100%;
    padding: 5px 2px 6px;
  }
  body#ask_index .contactWrap .telBox table th {
    min-width: 6em;
    width: 6.75em;
    font-size: 13px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
  }
  body#ask_index .contactWrap .telBox table td {
    font-size: 14px;
    font-weight: 500;
    padding-left: 8px;
  }
  body#ask_index .contactWrap .telBox table td a {
    pointer-events: none;
  }
  body#ask_index .contactWrap .contactBtn {
    width: 47%;
  }
  body#ask_index .contactWrap .contactBtn a {
    font-size: 13px;
    padding: 0.75em 0.25em 0.75em 0.75em;
    font-weight: 500;
  }
}