@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.inquiryBox.noborder {
  padding: 0;
  border: none;
}
.inquiryBox.noborder .w50 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 640px) {
  .inquiryBox.noborder .w50 {
    width: 100%;
  }
}
.inquiryBox.noborder .w50:last-child {
  padding-left: 0;
  border-left: none;
}
.inquiryBox.noborder .w50 .init {
  box-sizing: border-box;
  padding: 15px 20px;
  border: solid 5px #f7f7f7;
}

.cautionbox {
  background: rgba(142, 209, 252, 0.1);
  padding: 2em;
  margin-bottom: 2em;
}
.cautionbox ol,
.cautionbox ul {
  margin-left: 2em;
}
.cautionbox ol {
  margin-top: 1em;
}
.cautionbox ol li {
  list-style: decimal;
}
.cautionbox ul li {
  list-style: disc;
}

#calcTable thead th {
  padding: 0.5em 0;
  text-align: center;
  width: 25%;
}
#calcTable thead th:nth-child(1) {
  width: 32%;
}
#calcTable thead th:nth-child(4) {
  width: 18%;
}
#calcTable tbody tr td {
  padding: 20px 0;
}
#calcTable tbody tr td input[type=number] {
  width: 3em;
}
#calcTable tbody tr td:nth-child(1) {
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 50px;
}
#calcTable tbody tr td:nth-child(2), #calcTable tbody tr td:nth-child(4) {
  text-align: right;
}
#calcTable tbody tr td:nth-child(3) {
  text-align: center;
}
#calcTable tbody tr:nth-child(1) td:first-child {
  background-image: url(../img/g510/item01.png);
}
#calcTable tbody tr:nth-child(2) td:first-child {
  background-image: url(../img/g510/item02.png);
}
#calcTable tbody tr:nth-child(3) td:first-child {
  background-image: url(../img/g510/item03.png);
}
#calcTable tbody tr:nth-child(4) td:first-child {
  background-image: url(../img/g510/item04.png);
}
#calcTable + #totalcalcbox {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
#calcTable + #totalcalcbox span {
  font-size: 14px;
}

.wpcf7-checkbox.btnset label {
  display: inline-block;
  padding: 1em;
  border: 1px solid #c00;
  background: rgba(204, 0, 0, 0.1);
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0.5em 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g510box {
  background: linear-gradient(to right bottom, #f1faff, #d9f2d0);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.g510box::before {
  font-family: "Material Symbols Outlined";
  content: "\e894";
  vertical-align: middle;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  font-size: 400px;
  position: absolute;
  right: -100px;
  bottom: -100px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.g510box > * {
  position: relative;
  z-index: 1;
}
.g510box h3 {
  font-size: 24px;
  font-weight: bold;
}
.g510box .flex {
  margin-top: 1em;
  align-items: flex-end;
}
.g510box .flex .textbox {
  width: 80%;
}
.g510box .flex .textbox h5 {
  font-weight: bold;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
}
.g510box .flex picture {
  width: 15%;
  display: block;
}
.g510box .flex picture img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .g510box .flex .textbox {
    width: 100%;
    margin-bottom: 1em;
  }
  .g510box .flex picture {
    width: 100%;
    text-align: center;
  }
  .g510box .flex picture img {
    width: 80%;
    max-width: 150px;
  }
}

table.nolinetable {
  width: auto;
  border-top: none;
}
table.nolinetable tbody th {
  background: none !important;
  width: auto;
  padding: 0;
  border-bottom: none;
}
table.nolinetable tbody th + td {
  padding: 0 0 0 1em;
}
table.nolinetable tbody td {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  #calcTable {
    display: table;
  }
  #calcTable tr {
    display: table-row;
  }
  #calcTable th,
  #calcTable td {
    display: table-cell;
    width: 25%;
  }
}/*# sourceMappingURL=add.css.map */