@charset "UTF-8";

#guide #mv_un{
  background: url(../images/unmv/img_mv_guide.png);
  background-size: cover;
}
#guide #mv_un .list_gray{
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #guide #mv_un{
  background: url(../images/unmv/img_mv_guide_sp.png);
    background-size: cover;
    line-height: 1.4;
  }
  #guide #mv_un .list_gray{
      margin-top:10px;
  }
}


/* m_guide */
.txt_into{
  padding:80px 0 0;
  line-height: 1.8;
}
#m_guide {
  padding:100px 0;
}
#m_guide .fl{
  display: flex;
  justify-content: space-between;
  gap:40px;
  flex-wrap:wrap;
}
.guide_box{
  background: #F1F8FE;
  border-radius: 20px;
  max-width: 580px;
  width:100%;
  padding:40px;
  & h2{
    text-align:center;
    color: var(--c-blue01);
    font-size: 24px;
    margin-bottom:20px;
  }
  & p{
    line-height: 1.8;
    margin-bottom:30px;
  }
}
.guide_box .btn_normal{
  max-width: 255px;
}
@media screen and (max-width: 1024px) {
  .txt_into{
    padding:40px 40px;
  }
  #m_guide {
    padding: 40px 0
  }
  #m_guide .fl {
      display: flex;
      justify-content: center;
  }
}
/*  m_guide end*/
