#fvContainer {
  background: url(../img/main.png) center bottom / cover no-repeat;
}

.title {
  line-height: 1.3;
}

.title span {
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

.newsContainer {
  width: 90%;
  max-width: 900px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
}

.categoryContainer {
  width: 250px;
  min-width: 200px;
  flex:  0 0 250px;
}

.categoryTitle {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ABA9A9;
  display: flex;
  align-items: center;
}

.categoryTitle img {
  width: 66px;
}

.categoryTitle span {
  font-size: 20px;
  white-space: nowrap;
  margin-left: 20px;
}

.categoryContainer dd {
  margin-bottom: 9px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.categoryContainer dd:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
}
.categoryContainer dd:first-of-type::before {
  background: var(--secondaryColor);
}
.categoryContainer dd:nth-of-type(2)::before {
  background: var(--primaryColor);
}
.categoryContainer dd:nth-of-type(3)::before {
  background: var(--thirdColor);
}

.newsContents {
  flex: 1 1 auto;
  margin-left: 6%;
}

.news {
  width: 100%;
  padding: 8px 0 10px;
  border-bottom: 1px solid #E0DFDF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.date {
  width: 100%;
  font-size: 14px;
  color: #ABA9A9;
}

.newsCategories {
  font-size: 12px;
  margin: 0;
}

.newsCategories li {
  margin: 5px 0;
  border-radius: 5px;
}

.newsCategories li a {
  display: block;
  min-width: 100px;
  padding: 3px 20px;
  text-align: center;
  color: #fff;
}

.newsText {
  flex: 1 1 0;
  margin-left: 15px;
  font-size: 16px;
}





@media(max-width: 1024px) {
/* #fvContainer {
  background: url(../img/main.png) center bottom / cover no-repeat;
}

.title {
  line-height: 1.3;
}

.title span {
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
} */

.newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 0;
  /* display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.categoryContainer {
  /* width: 250px;
  min-width: 200px;
  flex:  0 0 250px; */
  margin-top: 80px;
  vertical-align: bottom;
}

/* .categoryTitle {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ABA9A9;
  display: flex;
  align-items: center;
}

.categoryTitle img {
  width: 66px;
}

.categoryTitle span {
  font-size: 20px;
  white-space: nowrap;
  margin-left: 20px;
}

.categoryContainer dd {
  margin-bottom: 9px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.categoryContainer dd:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
}
.categoryContainer dd:first-of-type::before {
  background: var(--secondaryColor);
}
.categoryContainer dd:nth-of-type(2)::before {
  background: var(--primaryColor);
}
.categoryContainer dd:nth-of-type(3)::before {
  background: var(--thirdColor);
} */

.newsContents {
  /* flex: 1 1 auto; */
  margin-left: 0;
}

/* .news {
  width: 100%;
  padding: 8px 0 10px;
  border-bottom: 1px solid #E0DFDF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.date {
  width: 100%;
  font-size: 14px;
  color: #ABA9A9;
}

.newsCategories {
  font-size: 12px;
  margin: 0;
}

.newsCategories li {
  margin: 5px 0;
  border-radius: 5px;
}

.newsCategories li a {
  display: block;
  min-width: 100px;
  padding: 3px 20px;
  text-align: center;
  color: #fff;
}

.newsText {
  flex: 1 1 0;
  margin-left: 15px;
  font-size: 16px;
} */

.bannerContainer {
  margin-top: -100px;
}

}















@media(max-width: 560px) {
#fvContainer {
  background: url(../img/mainSp.png) center bottom / cover no-repeat;
}

/* .title {
  line-height: 1.3;
}

.title span {
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
} */

.newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
  /* flex-wrap: wrap;
  flex-direction: column-reverse; */
}

.categoryContainer {
  /* width: 250px;
  min-width: 200px;
  flex:  0 0 250px; */
  margin-top: 70px;
  vertical-align: bottom;
}

/* .categoryTitle {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ABA9A9;
  display: flex;
  align-items: center;
}

.categoryTitle img {
  width: 66px;
}

.categoryTitle span {
  font-size: 20px;
  white-space: nowrap;
  margin-left: 20px;
}

.categoryContainer dd {
  margin-bottom: 9px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.categoryContainer dd:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
}
.categoryContainer dd:first-of-type::before {
  background: var(--secondaryColor);
}
.categoryContainer dd:nth-of-type(2)::before {
  background: var(--primaryColor);
}
.categoryContainer dd:nth-of-type(3)::before {
  background: var(--thirdColor);
} */

.newsContents {
  /* flex: 1 1 auto; */
  margin-left: 0;
}

/* .news {
  width: 100%;
  padding: 8px 0 10px;
  border-bottom: 1px solid #E0DFDF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.date {
  width: 100%;
  font-size: 14px;
  color: #ABA9A9;
} */

.newsCategories {
  /* font-size: 12px;
  margin: 0; */
  display: flex;
}

.newsCategories li {
  margin: 5px 5px;
  /* border-radius: 5px; */
}

.newsCategories li:first-of-type {
  margin-left: 0;
}

/* .newsCategories li a {
  display: block;
  min-width: 100px;
  padding: 3px 20px;
  text-align: center;
  color: #fff;
} */

.newsText {
  flex: 1 1 100%;
  margin-left: 0px;
  /* font-size: 16px; */
}

.bannerContainer {
  margin-top: -100px;
}



}