@import url("../../common/css/common.css");
@import url("./personal_common.css");

.info_img_sp {
  text-align: center;
  margin-bottom: 10px;
}

.info_img_sp img {
  max-width: 200px;
}

.info_img1_wrap,
.info_img2_wrap {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.info_img2_wrap {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.info_img1,
.info_img2 {
  text-align: center;
  margin-bottom: 5px;
}

.life_event06_text1 {
  margin-top: 15px;
  margin-bottom: 50px;
}

.life_event06_text1,
.life_event06_text2,
.life_event06_text3 {
  font-weight: bold;
  font-size: 1.4rem;
}

.life_event06_text3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.arrow_icon2 {
  position: relative;
}

.arrow_icon2::before {
  content: "";
  width: 25px;
  height: 16px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.simulation_list2_text3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 30px;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .life_event_flex_img img {
    max-width: 420px;
  }

  .life_event_flex_text {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 750px) {
  .info_img_sp {
    display: none;
  }

  .life_event06_text1,
  .life_event06_text2 {
    text-align: right;
  }

  .info_img1_wrap,
  .info_img2_wrap {
    max-width: 650px;
  }

  .info_img2_wrap {
    max-width: 660px;
  }

  .life_event06_text1 {
    margin-bottom: 100px;
  }

  .life_event06_text3 {
    margin-bottom: 50px;
  }

  .simulation_list2_text3 {
    padding-left: 40px;
  }
}
