#sub_main .ttl span::before {
  background: url(../img/items/icon_items.svg) no-repeat;
  background-size: contain;
}

.menu_sec {
  padding: 60px 0 60px;
}

.item_list {
  margin-bottom: 80px;
}

.item_list .md_inner_space {
  padding-top: 40px;
  padding-bottom: 15px;
}

.item_list .item_img {
  width: 35%;
}

.item_list .txt_box {
  width: 61%;
}

.item_list .txt_box .content_ttl::after {
  background: var(--site-secondary);
}

.item_list table {
  margin-top: 10px;
  width: 100%;
}

.item_list table th {
  padding: 14px 0 14px;
  border-bottom: 3px solid #f2f2f2;
  width: 28%;
}

.item_list table th img {
  width: 60px;
  margin-right: 18px;
}

.item_list table th span {
  font-size: 20px;
  font-weight: bold;
}

.item_list table td {
  border-bottom: 3px solid #f2f2f2;
  width: 72%;
  padding: 18px 0 18px;
  line-height: 1.8;
}

.item_list table .last {
  border: none;
}

#cate06 {
  margin-bottom: 0;
}

.box_ttl {
  font-size: 30px;
  margin-top: -15px;
}

.box_ttl .top_txt {
  font-size: 0.85em;
  display: block;
}

.box_ttl .side_line {
  display: inline-block;
  position: relative;
}

.box_ttl .side_line::before, .box_ttl .side_line::after {
  content: '';
  width: 29px;
  height: 42px;
  position: absolute;
  top: 0;
}

.box_ttl .side_line::before {
  background: url(../img/common/line_left_orange02.svg) no-repeat;
  background-size: contain;
  left: -55px;
}

.box_ttl .side_line::after {
  background: url(../img/common/line_right_orange02.svg) no-repeat;
  background-size: contain;
  right: -45px;
}

.attention_box {
  font-size: 15px;
  margin: 20px auto 0;
  border: 4px solid #FFDC6D;
  padding: 30px 50px;
}

@media only screen and (max-width: 1024px) {
  .item_list {
    margin-bottom: 70px;
  }
  .item_list .txt_box .content_ttl {
    font-size: 22px;
  }
  .item_list table th span {
    font-size: 19px;
  }
  .item_list table th img {
    margin-right: 15px;
  }
  .item_list table td {
    font-size: 15px;
  }
  .box_ttl {
    font-size: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .menu_sec {
    padding: 40px 0;
  }
  .item_list {
    margin-bottom: 55px;
  }
  .item_list .md_inner_space {
    padding-top: 30px;
  }
  .item_list .txt_box .content_ttl {
    font-size: 20px;
    line-height: 1.45;
    margin: -6px 0 10px;
  }
  .item_list table {
    margin-top: 0;
  }
  .item_list table th .al-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item_list table th span {
    font-size: 17px;
  }
  .item_list table th img {
    width: 55px;
    margin-right: 10px;
  }
  .item_list table td {
    font-size: 14px;
  }
  .box_ttl {
    font-size: 23px;
  }
  .attention_box {
    padding: 22px 32px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 568px) {
  .menu_sec {
    padding: 30px 0;
  }
  .navi_menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 0;
  }
  .navi_menu li {
    width: 48%;
  }
  .navi_menu li:last-child img {
    width: 32px;
    margin-top: -5px;
  }
  .item_list {
    margin-bottom: 35px;
  }
  .item_list .md_inner_space {
    padding: 20px 0 10px;
  }
  .item_list .md_inner_space > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.3vw;
  }
  .item_list .item_img {
    width: 100%;
  }
  .item_list .txt_box {
    width: 100%;
  }
  .item_list .txt_box .content_ttl {
    font-size: 18px;
    line-height: 1.5;
    margin: 12px 0 12px;
    text-align: center;
  }
  .item_list .txt_box .content_ttl::after {
    width: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .item_list table {
    margin-top: 20px;
  }
  .item_list table th {
    display: block;
    width: 100%;
    background: #F5F4E5;
    padding: 10px 0;
    border: none;
  }
  .item_list table th .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .item_list table th img {
    width: 45px;
    margin-right: 12px;
    margin-left: -30px;
  }
  .item_list table td {
    display: block;
    width: 100%;
    padding: 12px 15px 12px;
    border: none;
  }
  .box_ttl {
    font-size: 20px;
    margin-top: -10px;
  }
  .box_ttl .top_txt {
    margin-bottom: 5px;
  }
  .box_ttl .side_line::before, .box_ttl .side_line::after {
    top: 13px;
  }
  .box_ttl .side_line::before {
    left: -47px;
  }
  .attention_box {
    margin-top: 13px;
    padding: 18px 20px;
  }
}
/*# sourceMappingURL=items.css.map */