#intro .intro_box {
  margin-bottom: 70px;
}

#intro .intro_box .half_box .ttl {
  font-size: 32px;
}

.item_btns {
  background: #D2E8FF;
  margin-bottom: -70px;
}

.item_btns ul {
  padding: 30px 0;
  gap: 20px 0;
}

.item_btns ul li {
  width: 32.2%;
  max-width: 360px;
}

.item_btns ul li a {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--site-primary);
  border-radius: 50px;
  padding: 13px 0 13px;
  display: block;
  position: relative;
}

.item_btns ul li a::after {
  content: '';
  background: url(../img/common/icon_arrow-down_circle_white.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.item_table .ttl_stripe_color02 {
  font-size: 32px;
  margin-bottom: 30px;
  padding: 0.45em 1.25em 0.5em;
}

.item_table .txt_box {
  width: 64.5%;
}

.item_table .ttl {
  font-size: 27px;
  line-height: 1.55;
  color: var(--site-keycolor);
  margin: -10px 0 15px;
}

.item_table img {
  width: 31.8%;
  max-width: 356px;
}

.item_table table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 40px 0 60px;
}

.item_table table th {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #def3ff;
  width: 21.8%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 17px 0 18px;
}

.item_table table td {
  padding: 12px 30px 12px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}

.item_table table td.txt_row {
  padding: 18px 30px 18px;
}

.item_table table td.txt_row02 {
  padding: 23px 30px 23px;
}

.item_table table.last {
  margin-bottom: 0;
}

#other .ttl_section_top {
  font-size: 37px;
  line-height: 1.45;
  margin: -5px 0 36px;
}

#other .ttl_section_top .size_small {
  font-size: 0.74em;
}

#other .line_side::before, #other .line_side::after {
  width: 31px;
  height: 35px;
  top: -1px;
}

#other .line_side::before {
  left: -52px;
}

#other .line_side::after {
  right: -46px;
}

.memo_box {
  font-size: 16px;
  border: 4px solid #88c7ff;
  padding: 32px 40px 34px;
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box {
    margin-bottom: 5vw;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  .item_btns {
    margin-bottom: -5vw;
  }
  .item_btns ul li a {
    font-size: 16px;
  }
  .item_btns ul li a::after {
    width: 15px;
    height: 15px;
    right: 8%;
  }
  .item_table .ttl_stripe_color02 {
    font-size: 24px;
  }
  .item_table .ttl {
    font-size: 21px;
    margin: -6px 0 10px;
  }
  .item_table table {
    margin: 4vw 0 6vw;
  }
  .item_table table th {
    font-size: 17px;
  }
  #other .ttl_section_top {
    font-size: 30px;
  }
  .memo_box {
    padding: 3vw 4vw;
    font-size: 15px;
  }
}

@media screen and (max-width: 568px) {
  .ttl_section_top .size_small {
    font-size: 0.55em;
  }
  #intro .intro_box {
    margin-bottom: 40px;
  }
  #intro .intro_box .half_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }
  .item_btns {
    margin-bottom: -40px;
  }
  .item_btns ul {
    gap: 15px 0;
    padding: 25px 0;
  }
  .item_btns ul li {
    width: 47.8%;
  }
  .item_btns ul li a {
    font-size: 17px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0 14px;
  }
  .item_btns ul li a::after {
    width: 15px;
    height: 15px;
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: none;
            transform: none;
    margin-top: 8px;
  }
  .item_btns ul li:first-child a {
    font-size: 16px;
  }
  .item_table {
    margin: 0 -5.3vw;
  }
  .item_table .ttl_stripe_color02 {
    font-size: 23px;
    margin-bottom: 20px;
    padding: 0.4em 0 0.5em;
  }
  .item_table .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 5.3vw;
  }
  .item_table .txt_box {
    width: 100%;
  }
  .item_table .txt_box .ttl {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 14px -10px 8px;
  }
  .item_table img {
    width: 100%;
    max-width: initial;
  }
  .item_table table {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0 35px;
  }
  .item_table table th {
    display: block;
    width: 100%;
    border-right: none;
    font-size: 19px;
    padding: 9px 0;
  }
  .item_table table td {
    display: block;
    font-size: 15px;
    padding: 11px 5.3vw 15px !important;
  }
  #other .ttl_section_top {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  #other .ttl_section_top .size_small {
    font-size: 0.67em;
  }
  #other .line_side {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #other .line_side::before, #other .line_side::after {
    width: 34px;
    height: 42px;
    top: 0;
  }
  #other .line_side::before {
    /* background: url(../img/common/line_left_orange02.png) no-repeat; */
    background-size: contain;
    left: -38px;
  }
  #other .line_side::after {
    /* background: url(../img/common/line_right_orange02.png) no-repeat; */
    background-size: contain;
    right: -34px;
  }
  .memo_box {
    padding: 14px 20px 16px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=items.css.map */