@charset "UTF-8";

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


/* m_method */
.txt_into{
  padding:80px 0 0;
  line-height: 1.8;
}
.txt_into span{
  color: var(--c-blue01);
  font-weight: bold;
}

#m_method {
  padding:100px 0;
}
#m_method h2{
  margin-bottom:40px;
}
#m_method .fl{
  display: flex;
  justify-content: space-between;
  gap:40px;
  flex-wrap:wrap;
}

.method_box{
  background: #F1F8FE;
  border-radius: 20px;
  max-width: 580px;
  width:100%;
  padding:40px;
  & h3{
    text-align:center;
    color: var(--c-blue01);
    font-size: 24px;
    margin-bottom:20px;
  }
  & p{
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-bottom:25px;
  }
}
.method_box .btn_normal{
  max-width: fit-content;;
}
@media screen and (max-width: 1024px) {
  .txt_into{
    padding:40px 40px;
  }
  #m_method {
    padding: 40px 0;
  }
  .method_box h3{
      font-size: 20px;
    }

}
/*  m_method end*/
