@charset "utf-8";

/* -------------------------------------
#mv
----------------------------------------*/
#mv_slide {
  overflow: hidden;
}
#mv_slide img {
  max-width: inherit;
  width: 100%;
}
#mv_slide .mode_sp {
  display: none!important;
}

/* -------------------------------------
topMain
----------------------------------------*/
#topMain {
  text-align: center;
  padding: 62px 0;
}
#topMain h1 {
  color: #ff6600;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 35px;
}
#topMain p {
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #topMain {
    padding: 30px 0;
  }
  #topMain h1 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  #topMain p {
    text-align: left;
    line-height: 1.8;
  }
}

/* -------------------------------------
topics
----------------------------------------*/
#topics {
  padding: 66px 0 40px;
}
#topics ul {
  padding: 60px 0 30px;
}
#topics li {
  float: left;
  width: 320px;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  margin: 0 20px 30px 0;
  box-sizing: border-box;
}
#topics li:nth-child(3n) {
  margin-right: 0;
}
#topics .topicsDetail {
  padding: 10px;
}
#topics p {
  text-align: left;
  color: #221815;
  line-height: 1.4;
}
#topics .date {
  color: #666;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #topics {
    padding: 30px 0;
  }
  #topics ul {
    padding: 20px 0 0;
  }
  #topics li,
  #topics li:nth-child(3n) {
    float: none;
    width: 90%;
    text-align: center;
    background-color: #fff;
    padding: 5px 2%;
    margin: 0 auto 12px;
    box-sizing: border-box;
  }
  #topics .topicsDetail {
    padding: 8px 2%;
  }
  #topics .date {
    padding-bottom: 6px;
  }
  .topicsImage img {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  #topics li,
  #topics li:nth-child(3n) {
    padding: 5px 3%;
  }
}
