<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.ff-en {
  font-family: "Miriam Libre", sans-serif;
}

.ff-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.l-outer {
  padding: 60px 0 100px;
}

@media not all and (min-width: 768px) {
  .l-outer {
    padding: 60px 0;
  }
}

.l-container {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media not all and (min-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

.c-btn {
  background-color: #1c7aca;
  border: 1px solid #1c7aca;
  color: #fff;
  font-weight: bold;
  padding: 1em 0;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.c-btn::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn:hover, .c-btn:active {
  opacity: 1;
  background-color: #fff;
  color: #1c7aca;
}

.c-btn:hover::before, .c-btn:active::before {
  border-top: solid 2px #1c7aca;
  border-right: solid 2px #1c7aca;
}

.c-table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
  margin: 0 auto;
  font-size: 18px;
}

.c-table tr {
  border-bottom: 2px solid #e8e8ed;
}

.c-table th {
  padding: 1em 2em 1em 0;
  text-align: left;
  width: 20%;
  font-weight: bold;
}

.c-table td {
  padding: 1em 0 1em;
}

.form-item_checkbox input{
  cursor: pointer;
}

@media not all and (min-width: 768px) {
  .c-table table {
    font-size: 16px;
  }
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .c-table th {
    padding-bottom: 0;
    text-align: left;
  }
  .c-table td {
    padding-top: 0.5em;
  }
}
/*# sourceMappingURL=sub-base.css.map */</pre></body></html>