.blueline+p{
  padding-left:30px;
}
.flow h4{
  font-size:1.3em;
  margin-bottom:10px;
}

.flow ol li{
  display: flex;
  align-items: flex-start;
  gap:3vw;
  margin-bottom:20px;
}
.flow ol .flow-desc{
  width:min(80%,400px);
  padding-bottom:20px;
  border-bottom:3px dotted var(--brand-blue);
}
.flow-num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.line-bt{
  margin-top:20px;
  padding-left:3vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap:3vw;
}
.line-bt img:first-child{
  width:140px;
}
.line-bt img:last-child{
  width:110px;
}

.recommend-list{
  margin-top:50px;
}

.recommend-list ul,
.notice ul{
  margin-top:20px;
  margin-left:20px;
}
.recommend-list ul li,
.notice ul li
{
  position: relative;
  padding-left: 1.6em;
  font-size:1.1rem;
  margin-bottom:1vw;
}

.recommend-list li::before,
.notice li::before
 {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;           /* 縦位置微調整 */
  width: 1.2em;
  height: 1.2em;
  background-image:url(../images/icons/checkmark.svg);
  background-repeat: no-repeat;
}