@charset "UTF-8";

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


/* m_results */

.txt_into span{
  color: var(--c-blue01);
  font-weight: bold;
}

#m_results {
  padding:100px 0 0;
}
.results_wrap{
  margin-bottom:100px;
}

.results_fl{
  display: flex;
  flex-wrap: wrap;
  gap:60px 40px;
  justify-content: center;
}
.results_fl > div{
  max-width: 580px;
  width:100%;
}
.results_fl h3{
  text-align: center;
  font-size: 24px;
  margin-bottom:30px;
  color: var(--c-blue01);
}
.results_fl h3.adj_height{
  margin-bottom:5px;
  line-height: 1.2;
}
.results_fl h3 span{
  font-size: 18px;
}

.results_fl table{
  width:100%;
}
.results_fl th,
.results_fl td{
  width: 50%;
  border: solid 1px #d9d9d9;
  padding:13px;
  text-align:center;
}
.results_fl th{
  background: #f0f0f0;
  font-size: 14px;
}

.results_fl td{
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .results_fl h3 {
    font-size: 20px;
  }
}
/*  m_results end*/

/**/
.bread_wrap{
  background: #FFF8DB;
}
