<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.ui-datepicker {
  font-size: 1.6rem !important;
}

#agreement {
  text-align: center;
  font-size: 1.6rem;
}

.single_col {
  margin: auto;
  width: 1020px;
  max-width: calc(100% - 20px);
}
.single_col .main_col h1 {
  color: #4e73a3;
  border-bottom: 1px solid #574d4f;
  margin-bottom: 20px;
}
.single_col .main_col h1::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
}
.single_col .main_col h2 {
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 50px 0 15px;
}
.single_col .main_col h2 span {
  display: inline-block;
  color: #fff;
  background: #2fc5cf;
  border-radius: 30px;
  padding: 5px 1em;
  margin-bottom: 5px;
  min-width: 8em;
}
.single_col .main_col h3 {
  margin: 15px 0;
}
.single_col .main_col h3::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #2fc5cf;
  border-radius: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.single_col .main_col h3.bg {
  background: linear-gradient(90deg, white 50%, #29c4cf 100%);
}
.single_col .main_col .tbl p {
  font-size: 1.6rem;
}
.single_col .main_col .tbl dl {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}
.single_col .main_col .tbl dl dt {
  position: relative;
  background: #2fc5cf;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  color: #FFFFFF;
  padding: 5px 0 5px 10px;
}
.single_col .main_col .tbl dl dt.required::after {
  position: absolute;
  content: "必須";
  right: 4px;
  background: red;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 1.4rem;
  margin: auto;
}
.single_col .main_col .tbl dl dd {
  padding: 5px 10px;
}

.contact p {
  font-size: 1.6rem;
}

.setplan p {
  font-size: 1.6rem;
}
.setplan p span {
  color: #CC3300;
}

.btn_block {
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
}
.btn_block button {
  padding: 5px 1em;
  font-size: 2rem;
  background: #2fc5cf;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
  min-width: 250px;
}
.btn_block button:disabled {
  background: #ddd;
}
.btn_block button:disabled:hover {
  background: #ddd;
}
.btn_block button:hover {
  background: rgba(47, 197, 207, 0.8);
}
.btn_block form {
  min-width: 35%;
}
.btn_block form button {
  padding: 5px 1em;
  font-size: 2rem;
  background: #2fc5cf;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
  width: 100%;
  min-width: 40vw;
}

.tbl input[type="text"], .tbl input[type="tel"], .tbl input[type="email"], .tbl textarea, .tbl select {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 4px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.tbl input[type="text"], .tbl input[type="tel"], .tbl input[type="email"], .tbl textarea {
  width: 90%;
}
.tbl input.datepicker {
  max-width: 8em;
}
.tbl span {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.tbl span input {
  flex-grow: 2;
}
.tbl span label {
  white-space: nowrap;
}
.tbl span label span {
  display: inline;
}
.tbl span.zip {
  width: 18em;
}
.tbl span.block {
  display: block;
}
.tbl span.block input {
  width: 18em;
}
.tbl p#total span {
  display: inline;
}
.tbl label {
  font-size: 1.6rem;
  margin-right: 5px;
}
.tbl input + label {
  margin-left: 10px;
}
.tbl #days_view {
  display: inline;
}
.tbl #days_error {
  display: inline;
  color: red;
}

@media screen and (min-width: 768px) {
  .single_col .main_col {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  .single_col .main_col h1 {
    font-size: 3.2rem;
  }
  .single_col .main_col .tbl {
    margin-bottom: 20px;
  }
  .single_col .main_col .tbl dl {
    display: flex;
    flex-direction: row;
    font-size: 1.6rem;
    border: solid 1px #ddd;
    margin-bottom: 0;
  }
  .single_col .main_col .tbl dl dt {
    width: 25%;
    background: #2fc5cf;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
    color: #FFFFFF;
    border-right: solid 1px #ddd;
    padding: 5px 0 5px 10px;
  }
  .single_col .main_col .tbl dl dd {
    width: 75%;
    padding: 5px 0 5px 10px;
  }
  .single_col .main_col .tbl dl + dl {
    border-top: 0;
  }

  .btn_block form {
    min-width: 35%;
  }

  .btn_block form button {
    padding: 5px 1em;
    font-size: 2rem;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    width: 100%;
    min-width: 250px;
  }
}
</pre></body></html>