@charset "UTF-8";
/*color*/
/*media*/
@font-face {
  font-family: "en-font";
  src: url("../font/silom.ttf") format("truetype");
}
/*margin*/
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.sub_mv {
  background: url(../img/common/bg01.png) no-repeat left bottom/100% 69.5rem;
  height: 220px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .sub_mv {
    height: 120px;
  }
}
.sub_mv h2 {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  color: #fff;
}
.sub_mv h2 span {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .sub_mv h2 {
    font-size: 20px;
    left: 20px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 40px;
  font-size: 14px;
}
.breadcrumb a {
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  .breadcrumb {
    margin-left: 20px;
  }
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

#main .price .priceBox .ttl01.sub {
  margin: 0 auto 0rem;
}

.flex_table {
  display: block;
  padding: 40px;
}
@media screen and (max-width: 896px) {
  .flex_table {
    padding: 0 10px;
  }
}
.flex_table li {
  margin: 30px 0;
}
@media screen and (max-width: 896px) {
  .flex_table li {
    margin: 20px 0;
  }
}
.flex_table li h4 {
  font-size: 18px;
  letter-spacing: 0.01rem;
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .flex_table li h4 {
    font-size: 16px;
  }
}
.flex_table li h3 {
  font-size: 14px;
  padding-left: 30px;
  line-height: 2.5rem;
}
@media screen and (max-width: 896px) {
  .flex_table li h3 {
    padding-left: 20px;
  }
}
.flex_table li a {
  display: block;
}
.flex_table li a:hover {
  color: #0A6FB4;
}

.sub .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
@media all and (max-width: 1374px) {
  .sub .inner {
    max-width: 90%;
    margin: 0 1.5rem;
    padding: 40px 0;
    width: 90%;
  }
}
.sub .flex_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sub .flex_2 .left {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .sub .flex_2 .left {
    width: 100%;
  }
}
.sub .flex_2 .right {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .sub .flex_2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sub .flex_2_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sub .flex_2_01 .left {
  width: 68%;
}
@media screen and (max-width: 896px) {
  .sub .flex_2_01 .left {
    width: 100%;
  }
}
.sub .flex_2_01 .right {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .sub .flex_2_01 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sub .main_ttl {
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .sub .main_ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.sub .main_ttl .en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(10, 111, 180);
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  padding: 0.7rem 3rem 0.5rem;
  margin: 0px auto 1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 896px) {
  .sub .main_ttl .en {
    font-size: 18px;
    padding: 0.5rem 2rem 0.3rem;
  }
}
.sub .ttl-01 {
  font-size: 28px;
  background-color: #0A6FB4;
  color: #fff;
  padding: 0% 10px 5px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .sub .ttl-01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sub .ttl-01 span {
  font-size: 30px;
  color: #fce969;
}
@media screen and (max-width: 896px) {
  .sub .ttl-01 span {
    font-size: 22px;
  }
}
.sub .ttl-02 {
  font-size: 24px;
  border-bottom: 2px solid #0A6FB4;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .sub .ttl-02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sub .sml_ttl {
  font-size: 18px;
  color: #0A6FB4;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .sub .sml_ttl {
    font-size: 16px;
  }
}
.sub .img_cover {
  margin-bottom: 60px;
}
.sub p {
  margin-bottom: 60px;
}
.sub p span {
  color: #f81d3c;
}
@media screen and (max-width: 896px) {
  .sub p {
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
}
.sub .dot {
  list-style: disc;
  margin-bottom: 60px;
  padding-left: 20px;
}
@media screen and (max-width: 896px) {
  .sub .dot {
    margin-bottom: 20px;
  }
}
.sub .dot li {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 896px) {
  .sub .dot li {
    font-size: 16px;
  }
}

.bg {
  background-color: #E1EBF8;
}

.table-wrapper {
  overflow-x: auto;
  margin: 0px 0 60px;
}
@media screen and (max-width: 896px) {
  .table-wrapper {
    margin: 0px 0 20px;
  }
}

/* 小さめサイズのテーブル */
.compact-table {
  width: auto;
  min-width: 320px;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  border-collapse: collapse;
}

/* ヘッダー */
.compact-table thead th {
  background-color: #f8f8f8;
  text-align: left;
  padding: 8px 12px;
}

/* 左列（1列目）のみ枠線 */
.compact-table td:first-child,
.compact-table th:first-child {
  border-right: 1px solid #ddd;
  white-space: nowrap;
}

/* 全体のセル */
.compact-table td, .compact-table th {
  padding: 8px 12px;
}

.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
}

.manuel_btn {
  margin-top: 20px;
  text-align: center;
}
.manuel_btn a {
  font-size: 16px;
  color: #fff;
  background-color: #0A6FB4;
  display: inline-block;
}/*# sourceMappingURL=sub.css.map */