.f-red1 {
  color: #cc0000;
}

.f-red2 {
  color: #ff0000;
}

.f-blue1 {
  color: #006699;
}

.f-blue2 {
  color: #003366;
}

.f-green1 {
  color: #006633;
}

.f-xs {
  font-size: 12px;
}

.f-s {
  font-size: 13px;
}

.p-xs-red1 {
  color: #cc0000;
  font-size: 12px;
}

.p-s-red1 {
  color: #cc0000;
  font-size: 13px;
  line-height: 1.7;
}

.span-r {
  display: inline-block;
  padding-right: 16px;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.pc-md {
  display: none;
}

.f_box01 {
  width: 90%;
}

.table {
  --bs-table-bg: white;
}

.f-table {
  border: 10px solid #a5dfde;
}
.f-table tbody,
.f-table th,
.f-table td {
  background-color: #e6f6fe;
}

.f-table-try {
  border: 10px solid #adc37b;
}
.f-table-try tbody,
.f-table-try th,
.f-table-try td {
  background-color: #fafff1;
}

.f-table-cnt {
  border: 10px solid #98c8f4;
}
.f-table-cnt tbody,
.f-table-cnt th,
.f-table-cnt td {
  background-color: #f0f8ff;
}

.box-fun {
  border: 2px solid #a5dfde;
  background-color: #e6f6fe;
}

.box-try {
  border: 2px solid #adc37b;
  background-color: #fafff1;
}

.box-cnt {
  border: 2px solid #98c8f4;
  background-color: #f0f8ff;
}

.f-txtarea {
  width: 80%;
}

.f-select {
  width: 100%;
}

.f-input-l {
  width: 180px;
}

.line-btm {
  border-bottom: 1px solid #dee2e6;
  margin: 1rem 0;
  padding-bottom: 1rem;
}

.txt-w-1 {
  display: inline-block;
  width: 2.5rem;
}

.member-row {
  border-bottom: 1px solid #dee2e6;
}
.member-row td:last-child {
  padding-bottom: 1rem;
  border-bottom: none;
}
.member-row td:first-child {
  padding-top: 1rem;
}
.member-row:last-child {
  border: none;
}

.w-rental {
  width: 80%;
}

.w-size {
  width: 46px;
}

.w-hope {
  width: 100%;
}

.w-hope2 {
  width: 100%;
}

.unit-input {
  max-width: 220px;
}

.unit-input2 {
  max-width: 260px;
}

form#mailformpro {
  padding: 0;
}

div#mfp_hidden {
  height: 0;
}

.problem {
  background-color: #fffdbe;
}

.indent {
  padding-left: 21px;
  text-indent: -21px;
}

.box-note {
  border-top: 1px dotted #006699;
  border-bottom: 1px dotted #006699;
}

.c-title {
  width: 280px;
  height: 63px;
  margin-bottom: 0;
  color: white;
  background-color: #98c8f4;
  font-size: 1.4rem;
  text-align: center;
  text-shadow: 2px 2px 2px #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .box-fun,
  .box-try,
  .box-cnt {
    width: 90%;
    max-width: 800px;
  }
  .box-fun {
    border: 10px solid #a5dfde;
  }
  .box-try {
    border: 10px solid #adc37b;
  }
  .box-cnt {
    border: 10px solid #98c8f4;
  }
  .f_box01 {
    width: 620px;
  }
  .pc-md {
    display: block;
  }
  .f-table,
  .f-table-try,
  .f-table-cnt {
    width: 90%;
    max-width: 800px;
  }
  .f-txtarea {
    width: 500px;
  }
  .f-input-l {
    width: 240px;
  }
  .member-row {
    border-bottom: none;
  }
  .table-forSize {
    max-width: 560px;
  }
  .f-select {
    width: auto;
  }
  .w-rental {
    width: 200px;
  }
  .w-hope {
    width: 50%;
  }
  .w-hope2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-hope {
    width: 30%;
  }
  .w-hope2 {
    width: 39%;
  }
}/*# sourceMappingURL=banana.css.map */