@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.area_shiryou .sec_anchor {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_shiryou .sec_anchor {
    margin-top: 50px;
  }
}
.area_shiryou .sec_anchor .list_anchor {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .area_shiryou .sec_anchor .list_anchor {
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .area_shiryou .sec_anchor .list_anchor {
    gap: 10px;
  }
}
.area_shiryou .sec_anchor .list_anchor > li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: calc((100% - 60px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.125em 0.625em;
  border: 1px solid #D2D2D2;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .area_shiryou .sec_anchor .list_anchor > li {
    width: calc((100% - 40px) / 3);
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .area_shiryou .sec_anchor .list_anchor > li {
    padding: 0.625em;
    width: 100%;
  }
}
.area_shiryou .sec_anchor .list_anchor > li.current {
  border-color: #000;
  background: #000;
  color: #fff;
}
.area_shiryou .sec_anchor .list_anchor > li:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.area_shiryou .tab_content {
  display: none;
}
.area_shiryou .tab_content.current {
  display: block;
}
.area_shiryou .ttl_second_center {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_shiryou .ttl_second_center {
    margin-top: 50px;
  }
}
.area_shiryou .copy_shiryou {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shiryou .copy_shiryou {
    margin-top: 30px;
  }
}
.area_shiryou .list_shiryou {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shiryou .list_shiryou {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_shiryou .list_shiryou {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.area_shiryou .list_shiryou .box_img img {
  width: 100%;
  max-width: none;
}
.area_shiryou .list_shiryou .name_shiryou {
  margin-top: 10px;
  font-weight: 500;
}
.area_shiryou .list_shiryou .name_shiryou.txt_left {
  text-align: left;
}
.area_shiryou .list_shiryou .name_shiryou + .txt_shiryou {
  margin-top: 5px;
}
.area_shiryou .list_shiryou .txt_shiryou {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.area_shiryou .list_shiryou .txt_shiryou.txt_left {
  text-align: left;
}
.area_shiryou .block_note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #CECECE;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_shiryou .block_note {
    margin-top: 30px;
  }
}
.area_shiryou .block_note .txt_note {
  text-indent: -1em;
  padding-left: 1em;
}