.h1_head {
  max-width: 1224px;
  margin: 0 auto;
  padding: 31px 12px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .h1_head {
    font-size: 2rem;
    line-height: 25.6px;
    padding: 12px 12px;
    margin: 76px 0 0;
  }
}

.h2_head {
  max-width: 1272px;
  margin: 48px auto 0;
  padding: 0 36px;
}
.h2_head.top {
  max-width: 1224px;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .h2_head {
    padding: 0 12px;
    margin: 36px auto 0;
  }
  .h2_head.first_mt {
    margin: 24px auto 0;
  }
}
.h2_head h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 24px;
  padding: 18px 24px;
  background-color: #EFF3F9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h2_head h2 {
    font-size: 2rem;
    padding: 12px 10px 12px 20px;
  }
}
.h2_head h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: #356CB6;
}

.txt {
  max-width: 1224px;
  margin: 48px auto 0;
  padding: 0 12px;
  font-family: Meiryo;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25.6px;
}
@media screen and (max-width: 768px) {
  .txt {
    margin: 24px auto 0;
  }
}

hr.line {
  background-color: #E2E6E8;
  margin: 0;
  height: 1px;
  border-width: 0px;
}

.pagination {
  max-width: 1272px;
  margin: 40px auto 0;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding: 0 12px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li:nth-child(n+2) {
  margin: 0 0 0 12px;
}
.pagination ul li a, .pagination ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #E2E6E8;
  border-radius: 2px;
  font-family: Meiryo;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.pagination ul li a.next, .pagination ul li a.prev, .pagination ul li p.next, .pagination ul li p.prev {
  position: relative;
}
.pagination ul li a.next::after, .pagination ul li a.prev::after, .pagination ul li p.next::after, .pagination ul li p.prev::after {
  transform: translate(-50%, -50%) rotate(0deg);
  font-style: normal;
  font-size: 1.2rem;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f010";
  position: absolute;
  top: 35%;
  left: 53%;
  bottom: 0;
  height: 0;
  transition: 0.3s;
}
.pagination ul li a.prev::after, .pagination ul li p.prev::after {
  top: 65%;
  left: 44%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.pagination ul li a {
  color: #356CB6;
  transition: 0.5s all;
}
.pagination ul li a.next, .pagination ul li a.prev {
  position: relative;
}
.pagination ul li a.next::after, .pagination ul li a.prev::after {
  color: #356CB6;
}
.pagination ul li p {
  color: #333333;
}
.pagination ul li p.bdr_break {
  border: 0;
}
.pagination ul li p.next, .pagination ul li p.prev {
  position: relative;
}
.pagination ul li p.next::after, .pagination ul li p.prev::after {
  color: #333;
}
.pagination ul li.cuurent a {
  color: #fff;
  background-color: #356CB6;
}
.pagination ul li:hover a {
  color: #fff;
  background-color: #356CB6;
  transition: 0.5s all;
}
.pagination ul li:hover a.next::after, .pagination ul li:hover a.prev::after {
  color: #fff;
}

.anchor_link {
  max-width: 1272px;
  margin: 48px auto 0;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .anchor_link {
    margin: 32px auto 0;
    padding: 0 12px;
  }
}
.anchor_link ul {
  display: flex;
}
.anchor_link ul.center {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .anchor_link ul {
    flex-wrap: wrap;
  }
}
.anchor_link ul li {
  width: 20%;
  border-right: 1px solid #E2E6E8;
}
.anchor_link ul li:first-child {
  border-left: 1px solid #E2E6E8;
}
@media screen and (max-width: 991px) {
  .anchor_link ul li {
    width: 33.3333333333%;
  }
  .anchor_link ul li:nth-child(4) {
    border-left: 1px solid #E2E6E8;
  }
  .anchor_link ul li:nth-child(-n+3) {
    border-bottom: 1px solid #E2E6E8;
  }
}
@media screen and (max-width: 768px) {
  .anchor_link ul li {
    width: 50%;
  }
  .anchor_link ul li:nth-child(3) {
    border-left: 1px solid #E2E6E8;
  }
  .anchor_link ul li:nth-child(4) {
    border-left: 0;
  }
  .anchor_link ul li:nth-child(6) {
    border-left: 1px solid #E2E6E8;
  }
  .anchor_link ul li:nth-child(-n+5) {
    border-bottom: 1px solid #E2E6E8;
  }
}
.anchor_link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #356CB6;
  position: relative;
  width: 100%;
  max-width: 240px;
  min-height: 80px;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  .anchor_link ul li a {
    max-width: none;
  }
  .anchor_link ul li a br{
    display: none;
  }
}
.anchor_link ul li a::after {
  content: "";
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/anchor_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.anchor_link ul li a:hover {
  background-color: #eff3f9;
  transition: 0.3s all;
}

.top_anchor_link {
  max-width: 1224px;
  margin: 72px auto 0;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .top_anchor_link {
    margin: 30px auto 0;
  }
}
.top_anchor_link ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul {
    flex-wrap: wrap;
  }
}
.top_anchor_link ul li {
  width: 20%;
  border-right: 1px solid #E2E6E8;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul li {
    width: 50%;
    border-right: 0;
    border-bottom: 1px solid #E2E6E8;
  }
  .top_anchor_link ul li:nth-child(odd) {
    border-right: 1px solid #E2E6E8;
  }
  .top_anchor_link ul li:nth-last-child(n+2) {
    border-bottom: 1px solid #E2E6E8;
  }
}
.top_anchor_link ul li:first-child {
  border-left: 1px solid #E2E6E8;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul li:first-child {
    border-left: 0;
  }
}
.top_anchor_link ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #356CB6;
  position: relative;
  width: 100%;
  max-width: 240px;
  min-height: 174px;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul li a {
    max-width: none;
    min-height: 136px;
    font-weight: 19.2px;
    padding: 8px;
  }
}
.top_anchor_link ul li a::after {
  content: "";
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/anchor_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul li a::after {
    bottom: 2px;
  }
}
.top_anchor_link ul li a:hover {
  background-color: #eff3f9;
  transition: 0.3s all;
}
.top_anchor_link ul li a img {
  display: block;
  margin: 8px auto 0;
  width: 100%;
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul li a img {
    max-width: 50px;
  }
}
.top_anchor_link ul li a span {
  display: inline-block;
  margin: 16px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top_anchor_link ul li a span {
    margin: 8px 0 0;
    line-break: strict;
  }
}

.detail_txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25.6px;
}

.detail_link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25.6px;
  color: #356CB6;
  text-decoration: none;
  display: inline-block;
}
.detail_link:hover {
  text-decoration: underline;
}
.detail_link[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/exlink.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  transform: translateY(3px);
}

.hp_mt01 {
  margin: 24px 0 0;
}

.hp_mt02 {
  margin: 30px 0 0;
}

.hp_mt03 {
  margin: 32px 0 0;
}


