.top_mv_hero {
  margin: 48px auto 0;
  position: relative;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .top_mv_hero {
    margin: 0 auto 0;
  }
}
.top_mv_hero + .top_mv_hero {
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .top_mv_hero + .top_mv_hero {
    margin: 48px auto 0;
  }
}

.top_mv_cont {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_mv_cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .top_mv_cont::before {
    content: "";
    width: 718px;
    height: 350px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_mv_cont::before {
    position: relative;
    width: 100%;
    height: 108px;
    top: inherit;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_cont.blue::before {
    background: linear-gradient(90deg, rgba(53, 108, 182, 0) 4.6%, rgba(53, 108, 182, 0.496666) 27.11%, #356CB6 50%);
    right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_mv_cont.blue::before {
    background-color: #356CB6;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_cont.gray::before {
    background: linear-gradient(270deg, rgba(83, 83, 83, 0) 4.6%, rgba(83, 83, 83, 0.496666) 27.11%, #535353 50%);
    left: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_mv_cont.gray::before {
    background-color: #535353;
  }
}
.top_mv_cont::after {
  content: "";
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .top_mv_cont::after {
    height: 156px;
  }
}
.top_mv_cont .top_mv_img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_mv_img {
    display: none;
  }
}
.top_mv_cont .top_mv_img:nth-of-type(n+2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_mv_img:nth-of-type(n+2) {
    display: block;
  }
}
.top_mv_cont .top_head {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  min-width: 520px;
}
@media screen and (max-width: 1200px) {
  .top_mv_cont .top_head {
    top: 44%;
    min-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_head {
    top: inherit;
    bottom: 50px;
    width: 100%;
  }
}
.top_mv_cont .top_head.right {
  right: 5%;
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_head.right {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_mv_cont .top_head.left {
  left: 5%;
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_head.left {
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_mv_cont .top_head img {
  display: block;
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top_mv_cont .top_head img {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_head img {
    display: none;
    max-width: 80px;
  }
}
.top_mv_cont .top_head img:nth-of-type(n+2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_head img:nth-of-type(n+2) {
    display: block;
  }
}
.top_mv_cont .top_head h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top_mv_cont .top_head h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_cont .top_head h2 {
    font-size: 2rem;
    line-height: 20px;
  }
}

.top_card_cont {
  max-width: 1224px;
  margin: -18px auto 0;
  padding: 0 12px;
  position: relative;
  z-index: 100;
}
.top_card_cont ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #E2E6E8;
}
@media screen and (max-width: 768px) {
  .top_card_cont ul {
    display: block;
  }
}
.top_card_cont ul li {
  width: 33.3333333333%;
  padding: 32px 24px 24px;
  background-color: #fff;
  border-top: 1px solid #E2E6E8;
  border-right: 1px solid #E2E6E8;
  border-bottom: 1px solid #E2E6E8;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .top_card_cont ul li {
    width: 100%;
    padding: 24px 16px 16px;
    border-bottom: 0;
  }
}
.top_card_cont ul li:nth-child(n+4) {
  margin: -1px 0 0;
}
@media screen and (max-width: 768px) {
  .top_card_cont ul li:nth-child(n+4) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_card_cont ul li:last-child {
    border-bottom: 1px solid #E2E6E8;
  }
}
.top_card_cont ul li:hover {
  background-color: #EFF3F9;
  transition: 0.5s all;
}
.top_card_cont ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.top_card_cont ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 28px;
  color: #356CB6;
}
@media screen and (max-width: 768px) {
  .top_card_cont ul li h3 {
    font-size: 1.6rem;
    line-height: 22.4px;
    min-height: auto;
  }
}
.top_card_cont ul li .card_txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 22.4px;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .top_card_cont ul li .card_txt {
    font-size: 1.4rem;
    line-height: 19.6px;
    margin: 16px 0 0;
  }
}
.top_card_cont ul li .more_link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 22.4px;
  margin: 24px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_card_cont ul li .more_link {
    font-size: 1.4rem;
    line-height: 14px;
  }
}
.top_card_cont ul li .more_link::after {
  content: "";
  display: block;
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/more_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 0 0 12px;
}

.info_content {
  max-width: 1224px;
  margin: 0 auto;
}
.info_content.sub_pb {
  max-width: 1272px;
  padding: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .info_content.sub_pb {
    padding: 0 0 48px;
  }
}
.info_content.sub_pb .info_list {
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .info_content.sub_pb .info_list {
    padding: 0 12px;
  }
}
.info_content .info_list {
  margin: 24px auto 0;
  padding: 0 12px;
}
@media screen and (max-width: 478px) {
  .info_content .info_list {
    margin: 0 auto;
  }
}
.info_content .info_list li {
  display: flex;
  border-bottom: 1px solid #E2E6E8;
}
@media screen and (max-width: 478px) {
  .info_content .info_list li {
    display: block;
    padding: 0 0 12px;
  }
}
.info_content .info_list li p {
  font-size: 1.6rem;
  line-height: 16px;
  margin: 0 12px 0 0;
  padding: 17px 0;
}
.info_content .info_list li p + p {
  margin: 0;
  padding: 17px 86px 17px 12px;
  width: calc(100% - 139.5px);
  word-break: break-all;
}
@media screen and (max-width: 478px) {
  .info_content .info_list li p {
    line-height: 25.6px;
    padding: 12px 0 0;
  }
  .info_content .info_list li p + p {
    padding: 3px 30px 0 0;
    width: 100%;
    line-height: 25.6px;
  }
}
.info_content .info_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 16px;
  color: #356CB6;
  text-decoration: none;
  width: calc(100% - 139.5px);
  position: relative;
  padding: 17px 86px 17px 12px;
  transition: 0.3s all;
  word-break: break-all;
}
@media screen and (max-width: 478px) {
  .info_content .info_list li a {
    padding: 3px 30px 0 0;
    width: 100%;
    line-height: 25.6px;
  }
}
.info_content .info_list li a::after {
  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: 50%;
  right: 20px;
  bottom: 0;
  margin: -0.55rem auto 0;
  height: 0;
  transition: 0.3s;
}
@media screen and (max-width: 478px) {
  .info_content .info_list li a::after {
    width: 12px;
    height: 12px;
    right: 5px;
  }
}
.info_content .info_list li a[target=_blank] span::after{
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
  font-size: 1rem;
  vertical-align: baseline;
  margin-left: 4px;
  margin-right: 4px;
}

.info_content .info_list li a[href$=".pdf"] span::after, .info_content .info_list li a[href$=".doc"] span::after, .info_content .info_list li a[href$=".docx"] span::after {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 1.2rem;
  vertical-align: baseline;
  margin-left: 4px;
  margin-right: 4px;
  color: #c71e0d;
}
.info_content .info_list li a[href$=".xlsx"] span::after, .info_content .info_list li a[href$=".xls"] span::after{
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f018";
  font-size: 1.2rem;
  vertical-align: baseline;
  margin-left: 4px;
  margin-right: 4px;
  color: #02723b;
}
.info_content .info_list li a:hover {
  background-color: #eff3f9;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .info_content .info_list li a:hover {
    background-color: #fff;
    transition: none;
  }
}
.info_content .info_list li a:hover::after {
  right: 56px;
}
@media screen and (max-width: 768px) {
  .info_content .info_list li a:hover::after {
    right: 46px;
  }
}
@media screen and (max-width: 478px) {
  .info_content .info_list li a:hover::after {
    right: 5px;
  }
}

.top_bnr_content {
  margin: 120px auto 0;
  background-color: #EFF3F9;
}
@media screen and (max-width: 768px) {
  .top_bnr_content {
    margin: 56px auto 0;
  }
}
.top_bnr_content .top_bnr_inner {
  max-width: 1224px;
  margin: 0 auto;
  padding: 8px 0 48px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_bnr_content .top_bnr_inner {
    padding: 24px 9px;
  }
}
.top_bnr_content .top_bnr_inner li {
  overflow-y: hidden;
  margin: 40px 0 0;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .top_bnr_content .top_bnr_inner li {
    margin: 0;
    padding: 0 9px;
    width: 50%;
  }
  .top_bnr_content .top_bnr_inner li:nth-child(n+3) {
    margin: 18px 0 0;
  }
}
.top_bnr_content .top_bnr_inner li a img {
  display: block;
  width: 100%;
  max-width: 211px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top_bnr_content .top_bnr_inner li a img {
    max-width: 400px;
  }
}
.top_bnr_content .top_bnr_inner li a:hover img {
  transform: scale(1.05);
  opacity: 1 !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 768px) {
  .top_bnr_content .top_bnr_inner li a:hover img {
    transform: scale(1);
  }
}

.info_detail_content {
  max-width: 1272px;
  margin: 48px auto 0;
  padding: 0 36px 96px;
}
@media screen and (max-width: 768px) {
  .info_detail_content {
    margin: 24px auto 48px;
    padding: 0 12px 48px;
  }
}
.info_detail_content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #EFF3F9;
  margin: 42px 0 0;
  padding: 0 0 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info_detail_content h2 {
    font-size: 1.8rem;
    line-height: 18px;
    margin: 24px 0 0;
    padding: 0 0 8px;
  }
}
.info_detail_content h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #356CB6;
}
@media screen and (max-width: 768px) {
  .info_detail_content h2::after {
    width: 109px;
  }
}
.info_detail_content .hp_mt_3 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .info_detail_content .hp_mt_3 {
    margin-top: 18px;
  }
}
.info_detail_content .hp_mt_4 {
  margin-top: 32px;
}

.list_link {
  max-width: 1224px;
  margin: 48px auto 0;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .list_link {
    margin: 30px auto 0;
  }
}
.list_link.return {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .list_link.return {
    margin: 24px auto 0;
  }
}
.list_link.return a::after {
  left: 24px;
  transform: translateY(-50%) rotate(-180deg);
  right: inherit;
  top: 76%;
}
.list_link a {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #356CB6;
  border-radius: 23px;
  position: relative;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .list_link a {
    width: 200px;
    border-radius: 23px;
    font-size: 1.4rem;
    padding: 13px 0;
  }
}
.list_link a::after {
  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: 50%;
  right: 20px;
  bottom: 0;
  margin: -0.55rem auto 0;
  height: 0;
  transition: 0.3s;
}
.list_link a:hover {
  background-color: #356CB6;
  color: #fff;
  transition: 0.5s all;
}
.list_link a:hover::after {
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/link_arrow_hvr.png");
  transition: 0.5s all;
}

.contact_info_content {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .contact_info_content {
    padding: 0 0 48px;
  }
}

.contact_info_box {
  background-color: #F4F4F4;
  margin: 24px 36px 0;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .contact_info_box {
    padding: 16px;
    margin: 24px 12px 0;
  }
}
.contact_info_box.system_info_box {
  display: flex;
  align-items: center;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .contact_info_box.system_info_box {
    display: block;
    padding: 16px;
    margin: 56px 12px 0;
  }
}
.contact_info_box.system_info_box .thum_box {
  background-color: #fff;
  margin: 0 32px 0 0;
  padding: 29px 8px;
}
@media screen and (max-width: 768px) {
  .contact_info_box.system_info_box .thum_box {
    max-width: 219px;
    min-height: 219px;
    margin: 0 auto 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contact_info_box.system_info_box .thum_box img {
  display: block;
  width: 100%;
  max-width: 106px;
}
@media screen and (max-width: 768px) {
  .contact_info_box.system_info_box .thum_box img {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .contact_info_box.system_info_box .system_info_box_inner .hours {
    margin: 12px 0 0 !important;
  }
}
.contact_info_box .info_box_head {
  font-size: 1.6rem;
  font-weight: 700;
  color: #356CB6;
  margin: 0 0 16px;
}
.contact_info_box .contact_info_box_inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact_info_box .contact_info_box_inner {
    display: block;
  }
}
.contact_info_box .contact_info_box_inner:nth-child(n+2) {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .contact_info_box .contact_info_box_inner:nth-child(n+2) {
    margin: 12px 0 0;
  }
}
.contact_info_box .contact_info_box_inner > div {
  display: flex;
  align-items: center;
}
.contact_info_box .contact_info_box_inner > div:nth-child(n+2) {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .contact_info_box .contact_info_box_inner > div:nth-child(n+2) {
    margin: 12px 0 0;
  }
}
.contact_info_box .contact_info_box_inner .contact_info_head {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background-color: #fff;
  width: 84px;
  margin: 0 16px 0 0;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .contact_info_box .contact_info_box_inner .contact_info_head {
    margin: 0 8px 0 0;
  }
}
.contact_info_box .contact_info_box_inner a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #356CB6;
  text-decoration: none;
  margin: 4px 0 0;
}
.contact_info_box .contact_info_box_inner a[href^="tel:"] {
  pointer-events: none;
}
.contact_info_box .contact_info_box_inner a[href^="tel:"].is_active {
  pointer-events: auto;
}
.contact_info_box .contact_info_box_inner a[href^="tel:"].is_inactive {
  pointer-events: none;
}
.contact_info_box .contact_info_box_inner a:hover {
  text-decoration: underline;
}
.contact_info_box .contact_info_box_inner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 16px;
  margin: 4px 0 0;
}
.contact_info_box .contact_info_box_inner p.txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 0;
  max-width: none;
}

.claim_content {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 36px 96px;
}
@media screen and (max-width: 768px) {
  .claim_content {
    padding: 0 12px 48px;
  }
}
.claim_content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #EFF3F9;
  margin: 42px 0 0;
  padding: 0 0 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .claim_content h2 {
    font-size: 1.8rem;
    line-height: 18px;
    margin: 30px 0 0;
    padding: 0 0 8px;
  }
}
.claim_content h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 360px;
  height: 2px;
  background-color: #356CB6;
}
@media screen and (max-width: 768px) {
  .claim_content h2::after {
    width: 109px;
  }
}
.claim_content .claim_txt,
.claim_content .note_txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .claim_content .claim_txt,
  .claim_content .note_txt {
    margin: 18px 0 0;
  }
}
.claim_content .note_txt {
  display: flex;
}
@media screen and (max-width: 768px) {
  .claim_content .note_txt {
    font-size: 1.4rem;
    margin: 16px 0 0;
  }
}
.claim_content .file_list_cont.flex_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont.flex_box {
    display: block;
  }
}
.claim_content .file_list_cont.flex_box .file_list_box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont.flex_box .file_list_box {
    width: 100%;
  }
}
.claim_content .file_list_cont.flex_box .file_list_box:nth-child(n+2) {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont.flex_box .file_list_box:nth-child(n+2) {
    margin: 32px 0 0;
  }
}
.claim_content .file_list_cont.hp_mt_3 {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont.hp_mt_3 {
    margin: 18px 0 0;
  }
}
.claim_content .file_list_cont .file_list_box .file_list_head {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  margin: 24px 0 16px;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont .file_list_box .file_list_head {
    margin: 18px 0 8px;
  }
}
.claim_content .file_list_cont .file_list_box .file_list_head::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #ACC2DE;
  margin: 3px 8px 0 0;
  border-radius: 100%;
}
.claim_content .file_list_cont .file_list_box ul.flex_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont .file_list_box ul.flex_cont {
    display: block;
  }
}
.claim_content .file_list_cont .file_list_box ul.flex_cont li {
  width: calc(25% - 5px);
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont .file_list_box ul.flex_cont li {
    width: 100%;
  }
}
.claim_content .file_list_cont .file_list_box ul.flex_cont li:nth-child(n+2) {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont .file_list_box ul.flex_cont li:nth-child(n+2) {
    margin: 8px 0 0;
  }
}
.claim_content .file_list_cont .file_list_box ul li {
  width: 100%;
}
.claim_content .file_list_cont .file_list_box ul li:nth-child(n+2) {
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont .file_list_box ul li:nth-child(n+2) {
    margin: 8px 0 0;
  }
}
.claim_content .file_list_cont .file_list_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 295px;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  padding: 11px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .claim_content .file_list_cont .file_list_box ul li a {
    max-width: none;
  }
}
.claim_content .file_list_cont .file_list_box ul li a:hover {
  background-color: #F2F2F2;
  transition: 0.5s all;
}
.claim_content .file_list_cont .file_list_box ul li a[href$=".pdf"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".xlsx"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".xls"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".xlsm"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".doc"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".docx"]::after {
  content: "";
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  min-width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  transform: translateY(-2px);
}
.claim_content .file_list_cont .file_list_box ul li a[href$=".pdf"]::after {
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/pdf.svg");
}
.claim_content .file_list_cont .file_list_box ul li a[href$=".xlsx"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".xls"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".xlsm"]::after {
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/excel.svg");
}
.claim_content .file_list_cont .file_list_box ul li a[href$=".doc"]::after, .claim_content .file_list_cont .file_list_box ul li a[href$=".docx"]::after {
  background-image: url("https://www.shimz.co.jp/bpportal/shared/images/icon/word.svg");
}

.faq_content {
  padding: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .faq_content {
    padding: 0 0 48px;
  }
}
.faq_content .faq_box {
  max-width: 1272px;
  margin: 30px auto 0;
  padding: 0 36px;
}
.faq_content .faq_box_inner {
  border-bottom: 1px solid #E2E6E8;
  padding: 0 0 18px;
}
.faq_content .faq_box_inner:nth-child(n+2) {
  margin: 18px 0 0;
}
.faq_content .faq_box_inner p.question {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 25.6px;
}
.faq_content .faq_box_inner p.question::before {
  content: "Q.";
  color: #356cb6;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 8px 0 0;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box_inner p.question::before {
    font-size: 1.6rem;
  }
}
.faq_content .faq_box_inner .answer {
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25.6px;
  margin: 18px 0 0;
  word-break: break-all;
}
.faq_content .faq_box_inner .answer a.link_mt {
  display: block;
  margin: 24px 0 0;
}
.faq_content .faq_box_inner .answer a:hover {
  text-decoration: underline;
}
.faq_content .faq_box_inner .answer span {
  color: #ad1457;
}
.faq_content .faq_box_inner .answer img {
  display: block;
  width: 100%;
  max-width: fit-content;
  margin: 12px 0 0;
}
.faq_content .faq_box_inner .answer::before {
  content: "A.";
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 8px 0 0;
  transform: translateY(-4px);
  color: #ad1457;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box_inner .answer::before {
    font-size: 1.6rem;
  }
}

.system_content {
  max-width: 1272px;
  margin: 48px auto 0;
  padding: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .system_content {
    margin: 24px auto 0;
    padding: 0 0 48px;
  }
}
.system_content_inner {
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .system_content_inner {
    padding: 0 12px;
  }
  .system_content_inner .hp_mt01 {
    margin: 16px 0 0;
  }
  .system_content_inner .hp_mt02 {
    margin: 16px 0 0;
  }
}

.guidance_content {
  max-width: 1272px;
  margin: 48px auto 0;
  padding: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .guidance_content {
    margin: 24px auto 0;
    padding: 0 0 48px;
  }
  .guidance_content .hp_mt01 {
    margin: 16px 0 0;
  }
}
.guidance_content_inner {
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .guidance_content_inner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .guidance_content_inner.flow_cont {
    display: flex;
    max-width: 390px;
    margin: 24px auto 0;
  }
}
.guidance_content .guidance_flow {
  margin: 48px 96px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow {
    display: block;
    margin: 24px 24px 0 0;
  }
}
.guidance_content .guidance_flow::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #356CB6;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow::after {
    width: 2px;
    height: calc(100% - 88px);
    top: 20px;
    left: 30px;
  }
}
.guidance_content .guidance_flow .guidance_box {
  width: 25%;
  max-width: 108px;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow .guidance_box {
    width: 100%;
    max-width: fit-content;
    display: flex;
    align-items: center;
  }
  .guidance_content .guidance_flow .guidance_box:nth-child(2) {
    margin: 20px 0 0;
  }
  .guidance_content .guidance_flow .guidance_box:nth-child(4) {
    margin: 20px 0 0;
  }
}
.guidance_content .guidance_flow .guidance_box p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  width: 108px;
  height: 108px;
  background-color: #356CB6;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow .guidance_box p {
    font-size: 1.6rem;
    width: auto;
    min-width: 64px;
    height: 64px;
    margin: 0 16px 0 0;
  }
}
.guidance_content .guidance_flow .guidance_box img {
  display: block;
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow .guidance_box img {
    max-width: 96px;
  }
}
.guidance_content .guidance_explanation {
  margin: 8px 0 0;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_explanation {
    display: block;
    width: 100%;
    max-width: 166px;
  }
}
.guidance_content .guidance_explanation_box {
  width: calc(33.3333333333% - 12px);
  border: 1px solid #356CB6;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_explanation_box {
    width: 100%;
    padding: 16px 12px 8px;
  }
  .guidance_content .guidance_explanation_box:nth-child(n+2) {
    margin: 16px 0 0;
  }
}
.guidance_content .guidance_explanation_box p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #356CB6;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_explanation_box p {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.guidance_content .guidance_explanation_box ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_explanation_box ul {
    display: block;
    margin: 8px 0 0;
  }
}
.guidance_content .guidance_explanation_box ul li {
  width: calc(50% - 8px);
  background-color: #D8E4F3;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 12px 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_explanation_box ul li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    padding: 6px 4px;
  }
  .guidance_content .guidance_explanation_box ul li:nth-child(n+2) {
    margin: 8px 0 0;
  }
}
.guidance_content .guidance_flow_img {
  margin: 30px 0 32px;
  padding: 24px 32px;
  border: 1px solid #356CB6;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow_img {
    margin: 12px 0 16px;
    padding: 16px 8px;
  }
}
.guidance_content .guidance_flow_img p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #356CB6;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow_img p {
    font-size: 2rem;
  }
}
.guidance_content .guidance_flow_img img {
  display: block;
  width: 100%;
  margin: 18px 0 0;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow_img img {
    display: none;
  }
}
.guidance_content .guidance_flow_img img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .guidance_content .guidance_flow_img img:nth-of-type(2) {
    display: block;
  }
}
.guidance_content .contact_info_box {
  margin: 24px 36px 0;
}
@media screen and (max-width: 768px) {
  .guidance_content .contact_info_box {
    margin: 16px 12px 0;
  }
}
.guidance_content .guidance_link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
  color: #356CB6;
  display: inline-block;
}
.guidance_content .guidance_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(4px);
}
.guidance_content .guidance_link:hover {
  text-decoration: underline;
}


