.item_list_item_btn {
  margin-top: 15px;
}
.item_list_item_btn__link:link, .item_list_item_btn__link:visited {
  color: #fff;
}
.item_list_item_btn__link {
  display: block;
  padding: 13px;
  border: 1px solid #1b1b1b;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
  .btnLink .anchor_btn {
    position: relative;
    display: inline-block;
    padding: 0.50em 3.5em;
    text-decoration: none;
    color: #fff;
    background: #061840;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
    margin-right: 10px;
  }
  .btnLink {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_list_item_btn {
    margin-top: 20px;
  }
  .item_list_item_btn__link:link, .item_list_item_btn__link:visited {
    color: #fff;
  }
  .item_list_item_btn__link {
    display: block;
    padding: 13px;
    border: 1px solid #1b1b1b;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #1b1b1b;
  }
  .btnLink {
    text-align: center;
    margin: 30px 0;
  }
  .btnLink .anchor_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #061840;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
}
/*# sourceMappingURL=style.css.map */