@charset "UTF-8";

.bnr_after_followup_wrap {
  display: flex;
}

@media (min-width: 769px) {
  /* pc */
.bnr_after_followup_wrap .sp_only {
    display: none;
  }
  .bnr_after_followup_wrap {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .bnr_after_followup_wrap .bnr_after_followup_txt {
    width: calc(100% - 490px);
    padding-left: 20px;
  }
  .bnr_after_followup_wrap .bnr_after_followup_txt h3 {
    margin: 0 0 20px;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }
  .bnr_after_followup_wrap .bnr_after_followup_txt p {
    margin: 0 30px;
    line-height: 1.8;
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  /* sp */
.bnr_after_followup_wrap .pc_only {
    display: none;
  }
  .bnr_after_followup_wrap {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .bnr_after_followup_wrap .bnr_after_followup_img {
    order: 2;
    margin: 0 5px;
  }
  .bnr_after_followup_wrap .bnr_after_followup_txt {
    order: 1;
  }
  .bnr_after_followup_wrap .bnr_after_followup_txt h3 {
    margin: 0 0 20px;
    padding: 15px 10px;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
  }
  .bnr_after_followup_wrap .bnr_after_followup_txt p {
    padding: 0 20px 20px;
    line-height: 1.8;
    font-weight: 400;
  }
}
