.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}

.nav_area {
  padding: 40px 0;
  background: #d1e8f6;
}
.nav_area ul {
  gap: 20px 0;
}
.nav_area li {
  width: 32.1%;
  margin: 0;
}
.nav_area li a::after {
  top: 45%;
  transform: rotate(90deg) translate(0px, -50%);
}

.first_items {
  margin-top: 10px;
}

.item_wrapper {
  margin-bottom: 60px;
}
.item_wrapper .content_ttl {
  padding: 1.3% 0 1.7%;
}
.item_wrapper .txt_box {
  width: 64.5%;
}
.item_wrapper .txt_box .ttl {
  font-size: min(2.3vw, 27px);
  margin: -8px 0 15px;
}
.item_wrapper img {
  width: 31.8%;
  max-width: 356px;
}
.item_wrapper .content_inner {
  padding: 40px 0 30px;
}
.item_wrapper table {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.item_wrapper table th {
  background: #f5f5f5;
  font-size: min(1.8vw, 19px);
  width: 26.7%;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  padding: 17px 0 18px;
}
.item_wrapper table td {
  border: 1px solid #ccc;
  padding: 20px 36px 20px 40px;
  line-height: 1.8;
}

.last_items {
  margin-bottom: 0 !important;
}

.sec_info .content_ttl {
  line-height: 1.65;
  margin-top: -10px;
}
.sec_info .content_ttl .txt_primarycolor {
  font-size: 0.73em;
  display: inline-block;
  transform: skewX(10deg);
  position: relative;
}
.sec_info .content_ttl .txt_primarycolor::before, .sec_info .content_ttl .txt_primarycolor::after {
  content: "";
  width: 22px;
  height: 30px;
  position: absolute;
  bottom: 9px;
}
.sec_info .content_ttl .txt_primarycolor::before {
  background: url(../img/items/sideline_left.png) no-repeat;
  background-size: contain;
  left: -42px;
}
.sec_info .content_ttl .txt_primarycolor::after {
  background: url(../img/items/sideline_right.png) no-repeat;
  background-size: contain;
  right: -35px;
}
.sec_info .border_box {
  padding: 35px 53px 35px;
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  .nav_area li a {
    font-size: 16px;
  }
  .nav_area li a::after {
    right: 16px;
  }
  .item_wrapper {
    margin-bottom: 45px;
  }
  .item_wrapper .content_inner {
    padding: 3.5vw 0 3vw;
  }
  .item_wrapper table td {
    padding: 2.5% 3.5% 3%;
  }
  .sec_info .content_ttl .txt_primarycolor::before, .sec_info .content_ttl .txt_primarycolor::after {
    bottom: 0;
  }
  .sec_info .border_box {
    padding: 3.5% 4% 3.5%;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .page_intro_block .ttl_box {
    margin-top: 0;
    padding-left: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .nav_area {
    padding: 30px 0;
  }
  .nav_area ul {
    gap: 15px 0;
  }
  .nav_area li {
    width: 47.8%;
  }
  .nav_area li a {
    font-size: 17px;
    padding: 14px 0 36px;
  }
  .nav_area li a::after {
    top: initial;
    bottom: 5px;
    left: 45%;
    right: initial;
    transform: rotate(90deg) translateX(-50%);
  }
  .nav_area li:nth-child(3) a {
    font-size: 14px;
  }
  .nav_area li:nth-child(6) a {
    font-size: 15px;
  }
  .item_wrapper {
    margin-bottom: 35px;
  }
  .item_wrapper .content_ttl {
    font-size: 23px;
    margin: 0 -5.3vw;
    padding: 2.6% 0 3.4%;
  }
  .item_wrapper .content_inner {
    flex-direction: column-reverse;
    padding: 20px 0;
  }
  .item_wrapper img {
    width: 100%;
  }
  .item_wrapper .txt_box {
    width: 100%;
  }
  .item_wrapper .txt_box .ttl {
    font-size: 21px;
    margin: 15px 0 6px;
  }
  .item_wrapper table th {
    width: 100%;
    display: block;
    font-size: 19px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 9px 0 11px;
  }
  .item_wrapper table td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 15px;
  }
  .item_wrapper table tr:last-of-type td {
    border: none;
  }
  .sec_info {
    overflow: hidden;
  }
  .sec_info .content_ttl {
    line-height: 1.5;
    margin-top: 4px;
  }
  .sec_info .content_ttl .txt_primarycolor {
    font-size: 16px;
    margin-bottom: 9px;
    margin-left: -22px;
  }
  .sec_info .content_ttl .txt_primarycolor::before, .sec_info .content_ttl .txt_primarycolor::after {
    width: 28px;
    height: 41px;
    bottom: 3px;
  }
  .sec_info .content_ttl .txt_primarycolor::before {
    background: url(../img/items/sideline_left_sp.png) no-repeat;
    background-size: contain;
    left: -36px;
  }
  .sec_info .content_ttl .txt_primarycolor::after {
    background: url(../img/items/sideline_right_sp.png) no-repeat;
    background-size: contain;
    right: -35px;
  }
  .sec_info .content_ttl span:not(.txt_primarycolor) {
    display: inline-block;
    text-indent: -0.5em;
  }
  .sec_info .border_box {
    padding: 15px 20px;
    margin-top: 15px;
  }
}/*# sourceMappingURL=items.css.map */