@charset "UTF-8";
/*=======================================================
LOWER_MV
=======================================================*/
/* ヘッダー下タイトル */
.bl_lower_mv {
  padding-top: 40px;
}
.bl_lower_mv_ttl {
  padding-left: 46px;
}
.bl_lower_mv_ttl span {
  padding-top: 12px;
}
.bl_lower_mv_ttl::before, .bl_lower_mv_ttl::after {
  content: "";
}
.bl_lower_mv_ttl::before {
  background: url(../images/personal-insurance/icon_personal01.svg) top center/contain no-repeat;
  width: 72px;
  height: 80px;
  margin-right: 56px;
}
.bl_lower_mv_ttl::after {
  background: url(../images/personal-insurance/icon_personal02.svg) top center/contain no-repeat;
  width: 126px;
  height: 72px;
  margin-top: 6px;
  margin-left: 48px;
}

@media screen and (max-width: 750px) {
  .bl_lower_mv {
    padding-top: 51px;
  }
  .bl_lower_mv_ttl {
    padding-left: 46px;
  }
  .bl_lower_mv_ttl span {
    padding-top: 0;
  }
  .bl_lower_mv_ttl span::after {
    bottom: 11px;
  }
  .bl_lower_mv_ttl::before {
    width: 80px;
    height: 88px;
    margin-top: 1px;
  }
  .bl_lower_mv_ttl::after {
    width: 142px;
    height: 80px;
    margin-top: 9px;
    margin-left: 40px;
  }
}
/*=======================================================
MERCHANDISEBNR
=======================================================*/
.bl_merchandiseBnr .bl_btnList {
  margin-bottom: 64px;
  position: relative;
  justify-content: start;
  gap: 23px;
}
.bl_merchandiseBnr .bl_btnList > li:first-of-type {
  background: url(../images/personal-insurance/bnr01.jpg) top center/contain no-repeat;
}
.bl_merchandiseBnr .bl_btnList > li:nth-of-type(3) {
  background: url(../images/personal-insurance/bnr02.jpg) top center/contain no-repeat;
}
.bl_merchandiseBnr .bl_btnList > li:nth-of-type(4) {
  background: url(../images/personal-insurance/bnr03.jpg) top center/contain no-repeat;
}
.bl_merchandiseBnr .bl_btnList > li > a {
  width: 326px;
}
.bl_merchandiseBnr .bl_elBtnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bl_merchandiseBnr .el_btn {
  width: 400px;
  margin: 0 auto;
}
.bl_merchandiseBnr .el_btn::after {
  border-width: 6px 0 6px 10px;
}

.win .bl_merchandiseBnr .el_btn::after {
  margin-top: 1.5px;
}

@media screen and (max-width: 750px) {
  .bl_merchandiseBnr .bl_btnList {
    margin-bottom: 48px;
    gap: 46px;
  }
  .bl_merchandiseBnr .bl_btnList > li > a {
    width: 690px;
  }
  .bl_merchandiseBnr .bl_btnList > li:first-of-type {
    background: url(../images/personal-insurance/bnr01_sp.jpg) top center/contain no-repeat;
    margin-bottom: 39px;
  }
  .bl_merchandiseBnr .bl_btnList > li:nth-of-type(3) {
    background: url(../images/personal-insurance/bnr02_sp.jpg) top center/contain no-repeat;
  }
  .bl_merchandiseBnr .bl_btnList > li:nth-of-type(4) {
    background: url(../images/personal-insurance/bnr03_sp.jpg) top center/contain no-repeat;
  }
  .bl_merchandiseBnr .bl_elBtnList {
    gap: 48px;
  }
  .bl_merchandiseBnr .bl_elBtnList li {
    width: 100%;
  }
  .bl_merchandiseBnr .el_btn {
    width: 100%;
  }
  .bl_merchandiseBnr .el_btn::after {
    border-width: 12px 0 12px 20px;
    margin-left: 24px;
  }
}