@charset "utf-8";

.cmn_btn_secondary.--icon_pdf::after {
  background-image: url("/merit/benefits/shared/img/icon_pdf.svg");
  width: 24px;
  height: 24px;
  top: calc(50% - 10px);
}
.cmn_heading03._left_line {
  position: relative;
  padding-left: 20px;
}
.cmn_heading03._left_line:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  border-radius: 10px;
  background: linear-gradient(to top, #d63a00, #f9a478);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.image_col_block {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  justify-content: center;
}
.image_col {
  width: 185px;
  margin-right: 40px;
  text-align: center;
}
.image_col:last-child {
  margin-right: 0;
}
.image_col .img {
  margin-bottom: 15px;
}
.image_col .ttl {
  font-size: 20px;
  font-weight: bold;
}
.image_col .txt {
  color: #656565;
}
.bgc-white {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: #fff;
  padding: 60px 0;
}
.section_block {
  margin-top: 72px;
}
.cmn_contact_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width:640px){
  .cmn_heading03._left_line:before {
    width: 4px;
    height: 28px;
  }
  .image_col_block {
    padding: 15px;
  }
  .image_col {
    width: 33%;
    margin-right: 25px;
  }
  .image_col:last-child {
    margin-right: 0;
  }
  .image_col .img {
    margin-bottom: 10px;
  }
  .image_col .ttl {
    font-size: 12px;
  }
  .image_col .txt {
    font-size: 12px;
  }
  .bgc-white {
    padding: 40px 0;
  }
  .section_block { 
    margin-top: 56px; 
  }
  .cmn_contact_wrap {
    gap: 36px;
  }
}
.dspBlock {
  display: block;
}