/* lower-index */
.bizLowIdx {
  background: #FFF;
}

.bizLowIdx .bizWrapA01 {
  background: #a1d3ef;
  padding: 46px 50px 0;
}

.bizLowIdx .bizWrapA01 h2 {
  font-size: 28px;
  font-weight: bold;
  color: #3578bd;
  text-align: center;
  padding-bottom: 32px;
}

.bizLowIdx .bizWrapA01 h2 img {
  vertical-align: middle !important;
  margin-right: 18px;
}

.bizLowIdx .bizLowSpMenu {
  display: none;
}

.bizLowIdx .bizWrapA02 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bizLowIdx .bizWrapA02 ul li {
  display: table;
  width: 420px;
  line-height: 1.5;
  position: relative;
}

.bizLowIdx .bizWrapA02 ul li:nth-child(n + 3) {
  margin-top: 15px;
}

.bizLowIdx .bizWrapA02 ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 5rem;
  width: 100%;
  padding: 0 35px 0 25px;
  color: #3578bd;
  background: #FFF url(/sol/contents/biz-rescue/img/ic_line02.png) repeat-x bottom left;
}

.bizLowIdx .bizWrapA02 ul li a:hover {
  background: #c3e7fc url(/sol/contents/biz-rescue/img/ic_line02.png) repeat-x bottom left;
}

.bizLowIdx .bizWrapA02 ul li a:before {
  content: "";
  background: url(/sol/contents/biz-rescue/img/ic_arw01_pc.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
  width: 13px;
  height: 22px;
}

.bizLowIdx .bizWrapA02 + h2 {
  margin-top: 80px;
}

.bizLowIdx .bizWrapB {
  background: #a1d3ef;
  text-align: center;
  padding-bottom: 50px;
}

.bizLowIdx .bizWrapB p {
  display: table;
  line-height: 1.5;
  position: relative;
  margin: 0 auto;
}

.bizLowIdx .bizWrapB p a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px 50px 10px 40px;
  color: #FFF;
  background: #3578bd;
}

.bizLowIdx .bizWrapB p a img {
  width: 148px;
}

.bizLowIdx .bizWrapB p a:hover {
  background: #4786c8;
}

.bizLowIdx .bizWrapB p a:before {
  content: "";
  background: url(/sol/contents/biz-rescue/img/ic_arw_lowfoot.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -9px;
  width: 11px;
  height: 18px;
}

@media screen and (max-width: 640px) {
  /* lower-index */
  .bizLowIdx .bizWrapA01 {
    background: #a1d3ef;
    padding: 28px 15px 0;
  }
  .bizLowIdx .bizWrapA01 h2 {
    font-size: 16px !important;
    padding-bottom: 16px;
  }
  .bizLowIdx .bizWrapA01 h2 img {
    margin-right: 9px;
    width: 30px;
    height: 30px;
  }
  .bizLowIdx .bizLowSpMenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding-bottom: 35px;
  }
  .bizLowIdx .bizLowSpMenu li {
    width: 50%;
  }
  .bizLowIdx .bizLowSpMenu li a {
    font-size: 14px !important;
    font-weight: bold;
    color: #3578bd;
    position: relative;
    padding-right: 20px;
  }
  .bizLowIdx .bizLowSpMenu li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .bizLowIdx .bizLowSpMenu li a::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(/sol/contents/biz-rescue/img/ic_arw03.svg) no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    margin-top: -4px;
  }
  .bizLowIdx .bizLowSpMenu li img {
    vertical-align: middle !important;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .bizLowIdx .bizLowSpMenu li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .bizLowIdx .bizWrapA02 {
    width: auto;
  }
  .bizLowIdx .bizWrapA02 ul li {
    display: table;
    width: 100%;
    line-height: 1.5;
    position: relative;
  }
  .bizLowIdx .bizWrapA02 ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 5rem;
    width: 100%;
    padding: 0 35px 0 25px;
    color: #3578bd;
    background: #FFF url(/sol/contents/biz-rescue/img/ic_line02sp.png) repeat-x bottom left;
  }
  .bizLowIdx .bizWrapA02 ul li a:hover {
    background: #c3e7fc url(/sol/contents/biz-rescue/img/ic_line02sp.png) repeat-x bottom left;
  }
  .bizLowIdx .bizWrapA02 ul li a:before {
    content: "";
    background: url(/sol/contents/biz-rescue/img/ic_arw01_sp.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    width: 7px;
    height: 15px;
  }
  .bizLowIdx .bizWrapA02 ul li + li {
    margin-top: 15px;
  }
  .bizLowIdx .bizWrapA02 + h2 {
    margin-top: 40px;
  }
  .bizLowIdx .bizWrapB {
    background: #a1d3ef;
    text-align: center;
    padding-bottom: 40px;
  }
  .bizLowIdx .bizWrapB p {
    display: table;
    line-height: 1.5;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .bizLowIdx .bizWrapB p a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 10px 50px 10px 40px;
    color: #FFF;
    background: #3578bd;
  }
  .bizLowIdx .bizWrapB p a img {
    width: 105px;
  }
  .bizLowIdx .bizWrapB p a:before {
    content: "";
    background: url(/sol/contents/biz-rescue/img/ic_arw_lowfoot.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    width: 7px;
    height: 11px;
  }
}
