.news {
  width: 100%;
}
.news_top {
  padding-top: 130px;
  padding-bottom: 95px;
  background: rgba(34, 163, 221, 0.45);
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .news_top {
    padding-top: 8.125vw;
    padding-bottom: 5.9375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_top {
    padding-top: 26.6666666667vw;
    padding-bottom: 8vw;
  }
}
.news_top_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .news_top_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_top_wrap {
    width: calc(100% - 13.3333333333vw);
  }
}
.news_top_title p {
  font-size: 35px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .news_top_title p {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .news_top_title p {
    font-size: 7.4666666667vw;
  }
}
.news_top_subtitle p {
  font-size: 22px;
  font-family: "Antenna";
  font-weight: 400;
  color: #00a0e9;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .news_top_subtitle p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_top_subtitle p {
    font-size: 5.3333333333vw;
  }
}
.news_cont {
  padding-top: 50px;
  padding-bottom: 150px;
  width: 100%;
  background: #E8F4FB;
}
@media screen and (max-width: 1600px) {
  .news_cont {
    padding-top: 3.125vw;
    padding-bottom: 9.375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont {
    padding-top: 8vw;
    padding-bottom: 18.6666666667vw;
  }
}
.news_cont_wrap {
  width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .news_cont_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_wrap {
    width: calc(100% - 13.3333333333vw);
    flex-flow: column-reverse;
  }
}
.news_cont_main {
  width: 1070px;
}
@media screen and (max-width: 1600px) {
  .news_cont_main {
    width: 66.875vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main {
    width: 100%;
    margin-top: 8vw;
  }
}
.news_cont_main_group {
  width: 100%;
  background: #fff;
  padding: 40px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 375px) {
  .news_cont_main_group {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.news_cont_main_group:last-child {
  margin-bottom: 0px;
}
.news_cont_main_group_new {
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_new {
    width: calc(100% - 6.25vw);
    margin-bottom: 1.875vw;
  }
}
.news_cont_main_group_new p {
  font-size: 22px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_new p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_new p {
    font-size: 4.8vw;
  }
}
.news_cont_main_group_item {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #00AEEF;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item {
    width: calc(100% - 6.25vw);
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item {
    width: calc(100% - 5.3333333333vw);
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.news_cont_main_group_item:last-child {
  border-top: 1px solid #00AEEF;
  border-bottom: 1px solid #00AEEF;
}
.news_cont_main_group_item_flex {
  width: 100%;
}
.news_cont_main_group_item_flex_day {
  width: 125px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_day {
    width: 7.8125vw;
    padding-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_day {
    width: 100%;
    padding-bottom: 0;
    display: none;
  }
}
.news_cont_main_group_item_flex_day p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_day p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_day p {
    font-size: 3.7333333333vw;
  }
}
.news_cont_main_group_item_flex_cen {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_cen {
    padding-bottom: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen {
    padding-bottom: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
.news_cont_main_group_item_flex_cen #oshirase {
  background: #1FA1DB;
}
.news_cont_main_group_item_flex_cen #product {
  background: #1F72C0;
}
.news_cont_main_group_item_flex_cen #event {
  background: #1FA479;
}
.news_cont_main_group_item_flex_cen_day {
  display: none;
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen_day {
    display: block;
    margin-right: 4vw;
  }
}
.news_cont_main_group_item_flex_cen_day p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_cen_day p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen_day p {
    font-size: 3.7333333333vw;
  }
}
.news_cont_main_group_item_flex_cen_cate {
  width: 100px;
  height: 24px;
  padding: 4px 0;
  background: #1FA1DB;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_cen_cate {
    width: 6.25vw;
    height: 1.5vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen_cate {
    width: 26.6666666667vw;
    height: 5.3333333333vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
.news_cont_main_group_item_flex_cen_cate p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_cen_cate p {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen_cate p {
    font-size: 3.2vw;
  }
}
.news_cont_main_group_item_flex_cen_title {
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_cen_title {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen_title {
    width: 100%;
    margin-left: 0;
  }
}
.news_cont_main_group_item_flex_cen_title p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_flex_cen_title p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_flex_cen_title p {
    font-size: 3.7333333333vw;
  }
}
.news_cont_main_group_item_text {
  width: calc(100% - 120px - 45px);
  margin: 20px 0 0 120px;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_text {
    width: calc(100% - 7.5vw - 2.8125vw);
    margin-top: 1.25vw;
    margin-left: 7.5vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_text {
    width: 100%;
    margin-top: 2.6666666667vw;
    margin-left: 0;
  }
}
.news_cont_main_group_item_text p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_text p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_main_group_item_text p {
    font-size: 3.7333333333vw;
  }
}
.news_cont_main_group_item_text .wp-block-file {
  margin: 0;
}
.news_cont_main_group_item_text .wp-block-file a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_text .wp-block-file a {
    font-size: 0.875vw;
  }
}
.news_cont_main_group_item_text a {
  color: #000;
  text-decoration: none;
}
.news_cont_main_group_item_none {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_none {
    width: calc(100% - 6.25vw);
  }
}
.news_cont_main_group_item_none p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .news_cont_main_group_item_none p {
    font-size: 0.9375vw;
  }
}
.news_cont_menu {
  width: 250px;
}
@media screen and (max-width: 1600px) {
  .news_cont_menu {
    width: 15.625vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_menu {
    width: 100%;
  }
}
.news_cont_menu_title {
  width: 100%;
  background: #727373;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  .news_cont_menu_title {
    padding-top: 1.0625vw;
    padding-bottom: 1.0625vw;
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_menu_title {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.news_cont_menu_title p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .news_cont_menu_title p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_menu_title p {
    font-size: 4.2666666667vw;
  }
}
.news_cont_menu_list {
  background: #fff;
  width: 100%;
  padding-top: 5px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1600px) {
  .news_cont_menu_list {
    padding-top: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_menu_list {
    padding-top: 1.3333333333vw;
    display: flex;
    flex-direction: row;
  }
}
.news_cont_menu_list_item {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 500px) {
  .news_cont_menu_list_item {
    width: 33.3333333333%;
    border-bottom: none;
    border-left: 1px solid #DCDCDC;
  }
}
.news_cont_menu_list_item a {
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .news_cont_menu_list_item a {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_menu_list_item a {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.news_cont_menu_list_item a p {
  font-size: 15px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #000;
  line-height: 1;
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .news_cont_menu_list_item a p {
    font-size: 0.9375vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .news_cont_menu_list_item a p {
    font-size: 3.7333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.news_cont_menu_list_item:first-child {
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  .news_cont_menu_list_item:first-child {
    border-left: none;
  }
}/*# sourceMappingURL=news.css.map */