@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
detail_template
*************************/
/* important_time */
.important_time {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #969da0;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .important_time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* category */
.category {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: #019fe3;
  vertical-align: text-bottom;
  border: #019fe3 1px solid;
  display: inline-block;
  padding: 0 16px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .category {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/* important_all-list */
.important_all-list {
  padding-top: 44px;
}
@media screen and (max-width: 640px) {
  .important_all-list {
    padding-top: 22px;
  }
}
.important_all-list .important_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
}
@media screen and (max-width: 640px) {
  .important_all-list .important_list {
    padding: 8px 0;
  }
}
.important_all-list .important_list:last-child {
  padding-bottom: 0;
}
.important_all-list .important_list a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  display: block;
}
@media screen and (max-width: 640px) {
  .important_all-list .important_list a {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 4px;
  }
}

.fwBold {
  font-weight: bold;
}

.l-contact__button {
  font-weight: bold;
}
.l-contact__button span {
  border-bottom: #fff 1px solid;
}
.l-contact__button span::after {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f35d";
  color: #80c3e6;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: 1px;
  margin-left: 3px;
}

/* 詳細ページ　classなしで装飾付与 & CSS微調整 */
.nav_important_detail .m-section p {
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.nav_important_detail .m-section .m-title-borderbottom {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section .m-title-borderbottom {
    margin-bottom: 30px;
  }
}
.nav_important_detail .m-section h3 {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 46px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section h3 {
    margin-top: 30px;
    padding-left: 13px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.nav_important_detail .m-section h3::before, .nav_important_detail .m-section h3::after {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section h3::before, .nav_important_detail .m-section h3::after {
    width: 3px;
    top: 6px;
  }
}
.nav_important_detail .m-section h3::before {
  height: 20px;
  background-color: #0399de;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section h3::before {
    height: 13px;
  }
}
.nav_important_detail .m-section h3::after {
  height: 10px;
  background-color: #007dbf;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section h3::after {
    height: 6px;
  }
}
.nav_important_detail .m-section h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #0399de;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.nav_important_detail .m-section ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.nav_important_detail .m-section ul li::before {
  color: #0399de;
  content: "●";
  font-size: 9px;
  font-size: 0.5625rem;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section ul li::before {
    top: 0.5em;
  }
}
.nav_important_detail .m-section ul li p {
  padding-bottom: 0;
}
.nav_important_detail .m-section ol li {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
}
.nav_important_detail .m-section ol li p {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.nav_important_detail .m-section dl {
  display: table;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 1.8823529412;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.nav_important_detail .m-section dl div {
  display: table-row;
}
.nav_important_detail .m-section dl div dt, .nav_important_detail .m-section dl div dd {
  display: table-cell;
}
.nav_important_detail .m-section dl div dt {
  position: relative;
  padding-right: 18px;
  text-align: left;
  font-weight: 500;
}
.nav_important_detail .m-section dl div dt::after {
  position: absolute;
  content: ":";
  right: 6px;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section dl div dt {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section dl.indent-sp-dl dt, .nav_important_detail .m-section dl.indent-sp-dl dd {
    display: inline-block;
  }
}
.nav_important_detail .m-section blockquote {
  background: #eaf1f7;
  padding: 30px;
}
.nav_important_detail .m-section .m-table tr th, .nav_important_detail .m-section .m-table tr td {
  padding: 12px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.06em;
  border-block: 1px solid #cdd0d8;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section .m-table tr th, .nav_important_detail .m-section .m-table tr td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.nav_important_detail .m-section .m-table tr th.th-bgBlue, .nav_important_detail .m-section .m-table tr td.th-bgBlue {
  color: #fff;
  background: #0399de;
  font-weight: bold;
  text-align: center;
}
.nav_important_detail .m-section .m-table tr th {
  width: 290px;
  background-color: #eeeeee;
  text-align: center;
  border-right: #d0d3da 1px solid;
}
@media screen and (max-width: 640px) {
  .nav_important_detail .m-section .m-table tr th {
    width: 165px;
  }
}
.nav_important_detail .m-section .m-table tr td:nth-child(n+2) {
  border-left: #d0d3da 1px solid;
}
.nav_important_detail .m-section .m-borderbox p:last-child {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */