.news-category_list {
  margin-bottom: 15px;
  padding: 0 10px 20px;
}

.news-category_list--list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.news-category_list--li {
  flex: 1;
  border: 1px solid #DEDEDE;
}
.news-category_list--li + .news-category_list--li {
  border-left: none;
}

.news-category_list a.news_category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  background: #ffffff;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 961px) {
  .news-category_list a.news_category {
    height: 60px;
    font-size: 0.18rem;
  }
}
.news-category_list a.news_category-all {
  color: #FF3CA8;
}
.news-category_list a.news_category-newitem {
  color: #ED851D;
}
.news-category_list a.news_category-sale {
  color: #D90000;
}
.news-category_list a.news_category-important {
  color: #FFBA00;
}
.news-category_list a.news_category-notice {
  color: #37B52D;
}

.news-index .news-category_list a.news_category-all {
  background: #FF3CA8;
  color: #fff;
}

.news-newitem .news-category_list a.news_category-newitem {
  background: #ED851D;
  color: #fff;
}

.news-sale .news-category_list a.news_category-sale {
  background: #D90000;
  color: #fff;
}

.news-important .news-category_list a.news_category-important {
  background: #FFBA00;
  color: #fff;
}

.news-notice .news-category_list a.news_category-notice {
  background: #37B52D;
  color: #fff;
}

.news_list--info--top {
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: flex-start;
}

.news_list--info--middle {
  margin-top: 10px;
}

.news_list--link {
  color: #333;
}

.news_list--list--item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .news_list--list--item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.news_list--contents_wrap {
  display: flex;
  gap: 0 5%;
}
@media screen and (min-width: 1024px) {
  .news_list--contents_wrap {
    gap: 0 3%;
  }
}

.news_list--image {
  max-width: 180px;
  flex-basis: 26%;
  text-align: center;
}

.news_list--info {
  flex-basis: 69%;
  flex-grow: 1;
}

.news_list--icon img {
  height: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  .news_list--icon img {
    height: 25px;
  }
}
@media screen and (min-width: 600px) {
  .news_list--icon img {
    height: auto;
    vertical-align: bottom;
  }
}

.news_list--date {
  font-family: Arial;
  font-size: 0.14rem;
}
@media screen and (min-width: 480px) {
  .news_list--date {
    font-size: 0.16rem;
  }
}
@media screen and (min-width: 1024px) {
  .news_list--date {
    font-size: 0.2rem;
  }
}

.news_list--title {
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .news_list--title {
    font-size: 0.24rem;
    margin-bottom: 10px;
  }
}

.news_list .contents_section--footer {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .news_list .contents_section--footer {
    margin-top: 50px;
  }
}
.news_list .contents_section--footer .link_btn {
  width: 100%;
  max-width: 500px;
}

.news_content {
  margin-bottom: 15px;
  max-width: 746px;
  min-width: 343px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news_content--header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_content--header .thumbnail {
  height: 100%;
  max-height: 30px;
}
.news_content--header .date {
  padding-left: 0.6em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.news_content--header img {
  height: 20px;
}
@media screen and (min-width: 600px) {
  .news_content--header img {
    height: auto;
  }
}

.news_content--body {
  padding-top: 1em;
}
.news_content--body .image {
  text-align: center;
}
.news_content--body .image img {
  max-width: 100%;
  margin-bottom: 36px;
}
.news_content--body .text_box {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .news_content--body .text_box {
    text-align: left;
  }
}
.news_content--body a {
  color: #0099EE;
  text-decoration: underline;
}

.news_content--footer {
  padding-top: 3em;
}
@media (max-width: 599px) {
  .news_content--footer .link_btn {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .l-width-contents {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.news_share_menu {
  max-width: 716px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .news_share_menu {
    max-width: 548.8px;
    max-height: 156px;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.news_share_menu--menu_content {
  display: flex;
  align-items: center;
  margin: 0px 20px 0px 0px;
}
@media screen and (max-width: 600px) {
  .news_share_menu--menu_content {
    margin: 0px 0px 10px 0px;
  }
}

.news_share_menu--thumbnail_image {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
}
@media screen and (max-width: 600px) {
  .news_share_menu--thumbnail_image {
    max-width: 80px;
    max-height: 80px;
  }
}

.news_share_menu--title {
  font-size: 16px;
  font-weight: bold;
  max-width: 324px;
  width: 100%;
  line-height: 1.5;
  margin: 0px 0px 0px 14px;
}
@media screen and (max-width: 600px) {
  .news_share_menu--title {
    margin: 0px 0px 0px 10px;
  }
}

.news_share_menu--share_button {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  max-width: 228px;
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .news_share_menu--share_button {
    flex-direction: row-reverse;
    margin: 0px 0px 0px 0px;
    max-width: 516.8px;
    height: 46px;
  }
}

.news_share_menu--button_icon {
  margin-bottom: 10px;
  width: 18px;
}
@media screen and (max-width: 600px) {
  .news_share_menu--button_icon {
    margin: 0px 0px 0px 12px;
  }
}

.news_share_menu--button_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
}

.news_back_button--wrapper {
  max-width: 716px;
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_back_button {
  width: 343px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_back_button--text {
  font-size: 14px;
  line-height: 1.4;
}

/*# sourceMappingURL=news.css.map */
