@charset "UTF-8";
.trial03_lp{
  background-color: #fff0f5;
}
.pickUp_wrap{
  display: flex;
  flex-wrap: wrap;
}
.pickUp_wrap a{
  flex-basis: 50%;
}
.lineUp_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4%;
}
.lineUp_link{
  flex-basis: 49%;
  padding-bottom: 40px;
}
.lineUp_link:hover{
  text-decoration: none;
}
.lineUp_title{
  background-color: #ea5e90;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.lineUp_text{
  color: #ea5e90;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}