#vi_lower {
  background-image: url("/cms/wp-content/themes/sdat_renew/img/product/alumipole/vi.webp");
}
@media screen and (max-width: 767px) {
  #vi_lower {
    background-position: left center;
  }
}

.cnav li {
  width: 9.5%;
}
.cnav li:first-child {
  width: 12%;
}
.cnav li:nth-child(8) {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .cnav li {
    width: 25%;
  }
  .cnav li:first-child {
    width: 25%;
  }
  .cnav li:nth-child(8) {
    width: 25%;
  }
}

/* nobori -form
------------------------------------------*/
#estimate span.error,
#estimate p.error {
  color: #cc0000;
  display: none;
}
#estimate input.error {
  background: #ffe8eb;
}
#estimate input[type=text] {
  font-size: 1.6rem;
  padding: 1rem;
  margin: 0 0.5rem;
}
#estimate select {
  padding: 1rem;
  background: #fff;
}
#estimate textarea {
  padding: 1rem;
  font-size: 1.6rem;
  padding: 1rem;
}
#estimate .submitBtn {
  text-align: center;
  position: relative;
}
#estimate .submitBtn input[type=submit] {
  padding: 1rem 4rem;
  border: none;
  color: #fff;
  background: #1f4584;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
#estimate .submitBtn button.back {
  padding: 1rem 2rem;
  border: none;
  background: #999;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #estimate input[type=text] {
    width: 100%;
  }
  #estimate input[type=text].number {
    width: 20%;
  }
  #estimate select {
    width: 100%;
  }
  #estimate select.number {
    width: 20%;
  }
  #estimate textarea {
    width: 100%;
  }
  #estimate .submitBtn p {
    margin-bottom: 1rem;
  }
  #estimate .submitBtn button.back {
    position: static;
  }
}

/* formTable
------------------------------------------*/
.formTable01 {
  border-top: 2px solid #1f4584;
  margin-bottom: 3rem;
  width: 100%;
}
.formTable01 thead th {
  background: #0c1f55;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.formTable01 th,
.formTable01 td {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  vertical-align: middle;
  text-align: left;
  line-height: 1.2;
}
.formTable01 th {
  border-bottom: 1px solid #000;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  padding-right: 5rem;
}
.formTable01 th span {
  position: absolute;
  top: 50%;
  right: 0;
  color: #8a0000;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
.formTable01 td {
  border-bottom: 1px solid #cad0df;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .formTable01 {
    border-top: 2px solid #1f4584;
    margin-bottom: 3rem;
  }
  .formTable01 th,
.formTable01 td {
    display: block;
  }
  .formTable01 th {
    border-bottom: 1px solid #cad0df;
    background: #efefef;
  }
  .formTable01 td {
    border-bottom: 1px solid #000;
  }
}
/* nobori -estimate
------------------------------------------*/
#estimate .close {
  text-align: center;
}
#estimate .close a {
  color: #fff;
  padding: 10px 50px 10px 50px;
  position: relative;
  text-align: center;
  background: #1f4584;
  text-decoration: none !important;
}
#estimate .noboriType {
  display: flex;
  justify-content: space-between;
}
#estimate .noboriType li {
  width: 31%;
}
#estimate .noboriType li label {
  display: block;
  border: 1px solid #cad0df;
  border-bottom: none;
  padding: 4rem 1.5rem 1.5rem;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  position: relative;
}
#estimate .noboriType li label:has(input:checked) {
  background: #eaf2f6;
}
#estimate .noboriType li label:has(input:checked) .mark {
  color: #50a6d8;
  opacity: 0.5;
}
#estimate .noboriType li dl {
  position: relative;
  z-index: 1;
}
#estimate .noboriType li dl dt {
  padding-left: 5rem;
}
#estimate .noboriType li dl dt span {
  display: block;
}
#estimate .noboriType li dl dd {
  font-size: 1.2rem;
  padding-top: 1rem;
}
#estimate .noboriType li .mark {
  position: absolute;
  top: -3rem;
  left: 0.5rem;
  font-size: 12rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  color: #eff0f4;
  z-index: 0;
}
#estimate .noboriType li .detail a {
  display: block;
  padding: 1rem 0.5rem;
  line-height: 1.3;
  font-size: 1.2rem;
  border-radius: 0 0 5px 5px;
}
#estimate .setchType {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#estimate .setchType::after {
  content: "";
  width: 31%;
  height: 0;
}
#estimate .setchType li {
  width: 31%;
}
#estimate .setchType li label {
  display: block;
  border: 1px solid #cad0df;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 5px 5px;
  cursor: pointer;
  position: relative;
}
#estimate .setchType li label:has(input:checked) {
  background: #eaf2f6;
}
#estimate .setchType li dl {
  position: relative;
  z-index: 1;
}
#estimate .setchType li dl dd {
  margin-top: 3rem;
  text-align: center;
}
#estimate .setchType li dl dd img {
  width: 50%;
}
#estimate .noboriHeight {
  display: flex;
  justify-content: flex-start;
  grid-gap: 2rem;
}
#estimate .option {
  margin-bottom: 3rem;
}
#estimate .option > label {
  display: block;
  grid-gap: 3rem;
  align-items: center;
  border: 1px solid #cad0df;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  border-radius: 5px 5px;
  cursor: pointer;
  position: relative;
}
#estimate .option > label p {
  margin-bottom: 0;
}
#estimate .option > label input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
#estimate .option label:has(input[type=checkbox]:checked) {
  background: #eaf2f6;
}
#estimate .option .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#estimate .option .panel > dl {
  width: 30%;
}
#estimate .option .panel > dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#estimate .option .panel .setsumei {
  width: 65%;
  font-size: 1.2rem;
}
#estimate .option .panel .setsumei p {
  line-height: 1.3;
  margin-bottom: 1rem;
}
#estimate .option .panel .setsumei.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  grid-gap: 2rem;
}
#estimate .option .dataTable {
  font-size: 1.2rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#estimate .option .dataTable th,
#estimate .option .dataTable td {
  padding: 0.25rem 0.5rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#estimate .option .dataTable th {
  background: #f3f3f3;
  white-space: nowrap;
}
#estimate .errPage .fax {
  margin-bottom: 50px;
}
#estimate .errPage .fax p {
  margin-bottom: 10px;
}
#estimate .errPage .backTop {
  text-align: center;
}
#estimate .errMessage {
  color: #cc0000;
  font-weight: 700;
}
#estimate .adminPage .inputForm {
  text-align: center;
  margin-bottom: 50px;
}
#estimate .adminPage .inputForm p {
  margin-bottom: 10px;
}
#estimate .adminPage .inputForm input {
  font-size: 1.6rem;
  padding: 1rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  #estimate .noboriType li dl dt {
    padding-left: 0rem;
  }
  #estimate .noboriType li .mark {
    font-size: 8rem;
  }
  #estimate .option > label input[type=checkbox] {
    position: absolute;
    top: 2rem;
    left: 1rem;
    transform: none;
  }
  #estimate .option .panel {
    display: block;
  }
  #estimate .option .panel > dl {
    width: 100%;
  }
  #estimate .option .panel .setsumei {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #ccc;
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #estimate .noboriType li {
    width: 31%;
  }
  #estimate .noboriType li label {
    padding: 2rem 0.5rem 0.5rem;
  }
  #estimate .noboriType li dl dt {
    padding-left: 0rem;
  }
  #estimate .noboriType li .mark {
    position: absolute;
    top: -3rem;
    left: auto;
    right: 0.5rem;
    font-size: 8rem;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    color: #eff0f4;
    z-index: 0;
  }
  #estimate .noboriType li .detail a {
    display: block;
    padding: 1rem 0.5rem;
    line-height: 1.3;
    font-size: 1.2rem;
    border-radius: 0 0 5px 5px;
  }
  #estimate .setchType {
    display: flex;
    justify-content: space-between;
  }
  #estimate .setchType li {
    width: 31%;
  }
  #estimate .setchType li label {
    padding: 1rem 0.5rem 0.5rem;
  }
  #estimate .setchType li dl {
    position: relative;
    z-index: 1;
  }
  #estimate .setchType li dl dt input {
    display: block;
    margin-bottom: 0.5rem;
  }
  #estimate .setchType li dl dd {
    margin-top: 3rem;
    text-align: center;
  }
  #estimate .setchType li dl dd img {
    width: 100%;
  }
  #estimate .option .panel .setsumei.flex.ring {
    display: block;
    justify-content: flex-start;
    grid-gap: 2rem;
  }
  #estimate .option .panel .setsumei.flex.ring > * {
    margin-top: 1rem;
  }
}