@charset "UTF-8";
.sp-only {
  display: block;
}
@media (min-width: 768px), (orientation: landscape) and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI';
}

body {
  line-height: 1.7;
  font-size: 100%;
  counter-reset: section;
}

table th {
  background-color: #d5e6f4;
}

table caption {
  caption-side: top;
  padding: 0.5rem;
  color: #333;
  font-weight: bold;
}

.service-notice li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.service-notice li span {
  display: inline-block;
}

.service-notice li span.num {
  margin-right: 10px;
}

.service-notice li:last-child {
  margin-bottom: 0;
}

.notice {
  position: relative;
  margin-left: 1.3rem;
}

.notice:before {
  content: '\f06a';
  font-family: FontAwesome;
  position: absolute;
  left: -1.2rem;
}

ul {
  padding-left: 1.2rem;
}

.step li {
  margin-bottom: 10px;
  background: #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.step li span {
  display: inline-block;
  text-align: left;
  width: 70%;
  padding: 0.5rem;
}

.step li span.num {
  font-weight: bold;
  width: 30%;
  background: #d5e6f4;
  margin-right: 10px;
  text-align: center;
}

.apply-num dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ddd;
  margin-bottom: 10px;
}

.apply-num dt span {
  padding: 0.5rem;
}

.apply-num dt span:first-child {
  background: #d5e6f4;
  width: 3rem;
  text-align: center;
}

.btn-apply {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00b3fe),
    to(#003399)
  );
  background: linear-gradient(0deg, #00b3fe 0%, #003399 100%);
  color: #fff;
  font-weight: bold;
}

.btn-apply:hover {
  color: #dc3545;
}

.agency-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto !important;
}

.agency {
  font-size: 0.7rem;
  position: absolute;
  top: 5px;
  right: 0;
  color: #666;
}

.small {
  font-size: 0.8rem;
}

.md-large {
  font-size: 1.25rem;
}

.large {
  font-size: 1.5rem;
}

.x-large {
  font-size: 3rem;
  white-space: normal;
  line-height: 1.3;
}

.current {
  color: #000 !important;
}

.border-danger {
  border: 3px solid #dc3545;
}

.square_btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  padding: 2rem;
  overflow: hidden;
  font-weight: bold;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff5454),
    to(#ff2626)
  );
  background-image: linear-gradient(#ff5454 0%, #ff2626 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.square_btn:hover {
  /*押したとき*/
  color: yellow;
  text-decoration: none;
  opacity: 0.9;
}

.square_btn:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*沈むように*/
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fed6e3),
    to(#ffbcbc)
  );
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  /*グラデーションを明るく*/
}

.qrcord {
  width: 100px;
}

form#mailformpro label {
  white-space: normal;
}

footer a {
  color: #999;
}

footer a:hover {
  color: #999;
}

.head-banner {
  line-height: 1;
}

.header__logo img {
  height: 30px;
}

.card-header--blue {
  color: #fff;
  background: #0750cd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  font-size: 3.5rem;
}

h2,
h3 {
  font-size: 1.25rem;
}

.btn {
  white-space: normal;
}

.bg-lightblue {
  background-color: #d5e6f4;
}

.bg-gray {
  background-color: #dfdfdf;
}

.bg-warning {
  background-color: #ffcece !important;
}

.bg-notice {
  background-color: #ffcece !important;
}

.bg-notice-yellow {
  background-color: #fff7b5;
}

.bg-yellow {
  background-color: #ffff2d;
}

.card {
  border-color: #0750cd;
}

.table td,
.table th {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 1024px) {
  .header__logo img {
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .banner {
    width: 100%;
  }
}

@media print {
  body {
    font-size: 125% !important;
  }
}

.related-links {
  background-color: rgb(199, 234, 199);
  display: inline-block;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid green;
  color: #333;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.related-links:hover {
  background-color: green;
  color: white;
  text-decoration: none;
}
.related-links br {
  display: block;
}

@media screen and (min-width: 480px) {
  .related-links {
    width: auto;
  }
  .related-links br {
    display: none;
  }
}

/* bottom-menu */
.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f9fa;
  /* padding: 10px 0; */
  text-align: center;
  ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: stretch;
    li {
      line-height: 1.4;
      width: 50%;
      display: flex;
      align-items: center;
    }
    a {
      padding: 12px 3px;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      width: 100%;
      font-size: 12px;
      span {
        font-size: 10px;
      }

      &:hover {
        text-decoration: underline;
      }
    }
    .omotenashi-link {
      background-color: #1d388b;
      color: #fff;
    }
    .reverse-link {
      background-color: #2572f9;
      color: #fff;
    }
  }
}

@media screen and (min-width: 480px) {
  .bottom-menu ul li a {
    font-size: 16px;
  }
  .bottom-menu ul li a span {
    font-size: 16px;
  }
}

.index {
  padding-bottom: 85px;
}
