/* line 9, ../../sass/pages/news.scss */
#news_content img {
  width: 100% !important;
}
/* line 13, ../../sass/pages/news.scss */
#news_content h1, #news_content h2 {
  scroll-margin-top: 5vw;
}

/* line 18, ../../sass/pages/news.scss */
.contents {
  position: relative;
  display: block;
  width: 30%;
  margin: 1.25vw 0;
}
/* line 24, ../../sass/pages/news.scss */
.contents > h1 {
  font-size: 0.95vw;
  color: #716639;
  padding-bottom: 0.5vw;
}
/* line 30, ../../sass/pages/news.scss */
.contents > ul {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 2.25vw);
  font-size: 0.8vw;
  padding: 0.75vw;
  background-color: #FFFEF8;
  border: 3px solid #A79654;
  border-radius: 5px;
  color: #71601F;
}
/* line 43, ../../sass/pages/news.scss */
.contents > ul > li {
  position: relative;
  width: 100%;
  list-style: none;
}
/* line 48, ../../sass/pages/news.scss */
.contents > ul > li > a {
  display: block;
  color: #71601F;
  padding: 0.25vw 0;
}
/* line 54, ../../sass/pages/news.scss */
.contents > ul > li > ul {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: 7.5%;
  padding-left: 0;
  color: #71601F;
}
/* line 63, ../../sass/pages/news.scss */
.contents > ul > li > ul > li {
  position: relative;
  width: 100%;
  list-style: none;
}
/* line 68, ../../sass/pages/news.scss */
.contents > ul > li > ul > li > a {
  display: block;
  color: #71601F;
  padding: 0.25vw 0;
}

@media (min-width: 991.98px) {
  /* line 80, ../../sass/pages/news.scss */
  .bottom_news {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 85, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col {
    padding-bottom: 3vw;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  /* line 91, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #4A4340;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
  }
  /* line 102, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col {
    padding-bottom: 1.927vw;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  /* line 109, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 114, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img img {
    height: auto;
  }
  /* line 119, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 124, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt .list_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 700;
    margin-top: 0.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 137, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt .list_col_text {
    font-size: 14px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 152, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.302vw;
    padding-bottom: 4.688vw;
  }
  /* line 159, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more {
    width: fit-content;
  }
  /* line 162, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more .more {
    padding: 9px 15px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 176, ../../sass/pages/news.scss */
  .top_news {
    padding-top: 36px;
    display: flex;
  }
  /* line 180, ../../sass/pages/news.scss */
  .top_news .top_news_img {
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
  /* line 185, ../../sass/pages/news.scss */
  .top_news .top_news_img img {
    width: 100%;
    height: auto;
    border-top-right-radius: 65px 65px;
    border-bottom-right-radius: 65px 65px;
  }
  /* line 193, ../../sass/pages/news.scss */
  .top_news .top_news_txt {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  /* line 198, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center {
    width: 67%;
    margin-left: 13%;
  }
  /* line 202, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .type {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #9B8439;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #9B8439;
    border-radius: 6px;
  }
  /* line 213, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .title {
    color: #4A4340;
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 226, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .text {
    margin-top: 24px;
    color: #4A4340;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 239, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more {
    margin-top: 25px;
    padding: 5px 10px;
    background-color: #947922;
    font-size: 14px;
    border-radius: 48px;
    width: fit-content;
    margin-left: auto;
  }
  /* line 248, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more a {
    color: #fff;
  }
  /* line 255, ../../sass/pages/news.scss */
  .top_news .top_news_tag {
    margin-top: 24px;
    font-size: 14px;
  }
  /* line 259, ../../sass/pages/news.scss */
  .top_news .top_news_tag a {
    color: #A18E4F;
    margin-right: 10px;
  }

  /* line 265, ../../sass/pages/news.scss */
  .top_news_list {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 90vw;
  }
  /* line 272, ../../sass/pages/news.scss */
  .top_news_list .news_tag {
    margin-top: 0.5vw;
  }
  /* line 275, ../../sass/pages/news.scss */
  .top_news_list .news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 282, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col_a {
    margin-left: 0;
  }
  /* line 286, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    padding-bottom: 3vw;
    margin-right: 2%;
  }
  /* line 293, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img {
    width: 100%;
  }
  /* line 296, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 304, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 700;
    margin-top: 0.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 317, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_text {
    font-size: 14px;
    margin-top: 0.5vw;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 329, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_tag {
    margin-top: 10px;
    font-size: 14px;
  }
  /* line 333, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_tag a {
    color: #A18E4F;
    margin-right: 10px;
  }
  /* line 341, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col:nth-child(3n+3) {
    margin-right: 0%;
  }

  /* line 345, ../../sass/pages/news.scss */
  .top_news_list_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 134px;
  }
  /* line 351, ../../sass/pages/news.scss */
  .top_news_list_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 355, ../../sass/pages/news.scss */
  .top_news_list_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }

  /* line 368, ../../sass/pages/news.scss */
  .left_menu_news {
    width: 50vw;
    z-index: 500;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  /* line 374, ../../sass/pages/news.scss */
  .left_menu_news .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 384, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 395, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 401, ../../sass/pages/news.scss */
  .left_menu {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
    z-index: 500;
  }
  /* line 408, ../../sass/pages/news.scss */
  .left_menu .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 418, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 429, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 435, ../../sass/pages/news.scss */
  .content {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 441, ../../sass/pages/news.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2;
  }
  /* line 445, ../../sass/pages/news.scss */
  .content img {
    border-radius: 29px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* line 454, ../../sass/pages/news.scss */
  .content .news_tag a {
    color: #A18E4F;
    margin-left: 10px;
  }
  /* line 460, ../../sass/pages/news.scss */
  .content .title {
    font-size: 14px;
    color: #9B8439;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #9B8439;
    border-radius: 6px;
    width: fit-content;
  }
  /* line 470, ../../sass/pages/news.scss */
  .content .img {
    width: 100%;
  }
  /* line 475, ../../sass/pages/news.scss */
  .content .img_3 .img_3_col {
    width: 31%;
  }
  /* line 478, ../../sass/pages/news.scss */
  .content .img_3 .img_3_col img {
    border-radius: 15px;
  }
  /* line 484, ../../sass/pages/news.scss */
  .content .info {
    padding-top: 30px;
  }
  /* line 488, ../../sass/pages/news.scss */
  .content .info .share .share_btn {
    margin-left: 20px;
  }
  /* line 491, ../../sass/pages/news.scss */
  .content .info .share .share_btn img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 500, ../../sass/pages/news.scss */
  .content h3 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 505, ../../sass/pages/news.scss */
  .content h4 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 510, ../../sass/pages/news.scss */
  .content h6 {
    color: #4A4340;
  }
  /* line 514, ../../sass/pages/news.scss */
  .content .color_AAAAAAA {
    color: #AAAAAA;
  }
  /* line 518, ../../sass/pages/news.scss */
  .content p {
    color: #4A4340;
  }

  /* line 523, ../../sass/pages/news.scss */
  .news_page p {
    font-weight: 400;
  }
  /* line 527, ../../sass/pages/news.scss */
  .news_page h3 {
    font-size: 1.9vw;
  }
  /* line 531, ../../sass/pages/news.scss */
  .news_page .video-iframe {
    width: 100%;
    height: 45vw;
    padding: 3vw 0;
    margin: 0.25vw 0;
  }

  /* line 538, ../../sass/pages/news.scss */
  .return {
    width: 100%;
  }
  /* line 541, ../../sass/pages/news.scss */
  .return .btn_return {
    width: fit-content;
    display: table;
    margin: 104px auto;
  }
  /* line 546, ../../sass/pages/news.scss */
  .return .btn_return a {
    display: block;
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 559, ../../sass/pages/news.scss */
  .list_area {
    width: 88vw;
    margin: 21px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 565, ../../sass/pages/news.scss */
  .list_area img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  /* line 572, ../../sass/pages/news.scss */
  .list_area .news_tag {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 577, ../../sass/pages/news.scss */
  .list_area .news_tag a {
    color: #A18E4F;
    margin-left: 0;
  }
  /* line 583, ../../sass/pages/news.scss */
  .list_area .list_area_col {
    padding-bottom: 75px;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  /* line 589, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img {
    width: 100%;
  }
  /* line 592, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 597, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_a {
    display: block;
    margin-right: 0;
  }
  /* line 603, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt .list_area_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 700;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 616, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt .list_area_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 630, ../../sass/pages/news.scss */
  .list_area a {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 991.98px) and (max-width: 1399.98px) {
  /* line 642, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .title {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  /* line 652, ../../sass/pages/news.scss */
  .bottom_news {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 657, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col {
    padding-bottom: 50px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 663, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
  }
  /* line 674, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col {
    padding-bottom: 37px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 681, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 686, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img img {
    height: auto;
  }
  /* line 691, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 696, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt .list_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 709, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt .list_col_text {
    font-size: 14px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 724, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.302vw;
    padding-bottom: 4.688vw;
  }
  /* line 731, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 736, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more .more {
    padding: 9px 15px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 750, ../../sass/pages/news.scss */
  .top_news {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 86vw;
    padding-bottom: 50px;
  }
  /* line 758, ../../sass/pages/news.scss */
  .top_news .top_news_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 18px;
  }
  /* line 768, ../../sass/pages/news.scss */
  .top_news .top_news_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 774, ../../sass/pages/news.scss */
  .top_news .top_news_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 781, ../../sass/pages/news.scss */
  .top_news .top_news_txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 787, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center {
    width: 100%;
  }
  /* line 790, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .type {
    display: none;
  }
  /* line 794, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 807, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .text {
    font-size: 14px;
    margin-top: 10px;
    color: #4A4340;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 819, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more {
    display: none;
  }
  /* line 825, ../../sass/pages/news.scss */
  .top_news .top_news_tag {
    margin-top: 10px;
  }
  /* line 828, ../../sass/pages/news.scss */
  .top_news .top_news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }

  /* line 835, ../../sass/pages/news.scss */
  .top_news_list {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 86vw;
  }
  /* line 842, ../../sass/pages/news.scss */
  .top_news_list .news_tag {
    margin-top: 10px;
  }
  /* line 845, ../../sass/pages/news.scss */
  .top_news_list .news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 852, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col_a {
    margin-left: 0;
  }
  /* line 856, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  /* line 862, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img {
    width: 100%;
  }
  /* line 865, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 873, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 886, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 898, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_tag {
    margin-top: 10px;
    font-size: 14px;
  }
  /* line 902, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_tag a {
    color: #A18E4F;
    margin-right: 10px;
  }

  /* line 910, ../../sass/pages/news.scss */
  .top_news_list_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 43px;
  }
  /* line 916, ../../sass/pages/news.scss */
  .top_news_list_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 920, ../../sass/pages/news.scss */
  .top_news_list_more .list_more .more {
    padding: 9px 15px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }

  /* line 933, ../../sass/pages/news.scss */
  .left_menu_news {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  /* line 941, ../../sass/pages/news.scss */
  .left_menu_news .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 951, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 1vw;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 962, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 968, ../../sass/pages/news.scss */
  .left_menu {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 975, ../../sass/pages/news.scss */
  .left_menu .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 985, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 1vw;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 996, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 1002, ../../sass/pages/news.scss */
  .content {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1008, ../../sass/pages/news.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2;
  }
  /* line 1012, ../../sass/pages/news.scss */
  .content img {
    border-radius: 29px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* line 1021, ../../sass/pages/news.scss */
  .content .news_tag a {
    color: #A18E4F;
    margin-left: 10px;
  }
  /* line 1027, ../../sass/pages/news.scss */
  .content .title {
    font-size: 14px;
    color: #9B8439;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #9B8439;
    border-radius: 6px;
    width: fit-content;
  }
  /* line 1037, ../../sass/pages/news.scss */
  .content .img {
    width: 100%;
  }
  /* line 1041, ../../sass/pages/news.scss */
  .content .img_3 {
    width: 100%;
  }
  /* line 1045, ../../sass/pages/news.scss */
  .content .info {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }
  /* line 1051, ../../sass/pages/news.scss */
  .content .info .share .share_btn {
    margin-left: 20px;
  }
  /* line 1054, ../../sass/pages/news.scss */
  .content .info .share .share_btn img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 1063, ../../sass/pages/news.scss */
  .content h3 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 1068, ../../sass/pages/news.scss */
  .content h4 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 1073, ../../sass/pages/news.scss */
  .content h6 {
    color: #4A4340;
  }
  /* line 1077, ../../sass/pages/news.scss */
  .content .color_AAAAAAA {
    color: #AAAAAA;
  }
  /* line 1081, ../../sass/pages/news.scss */
  .content p {
    color: #4A4340;
  }

  /* line 1086, ../../sass/pages/news.scss */
  .news_page p {
    font-weight: 400;
  }
  /* line 1090, ../../sass/pages/news.scss */
  .news_page h3 {
    font-size: 3.0vw;
  }
  /* line 1094, ../../sass/pages/news.scss */
  .news_page .video-iframe {
    width: 100%;
    height: 54vw;
    padding: 3vw 0;
    margin: 0.25vw 0;
  }

  /* line 1101, ../../sass/pages/news.scss */
  .return {
    width: 100%;
  }
  /* line 1104, ../../sass/pages/news.scss */
  .return .btn_return {
    width: fit-content;
    display: table;
    margin: 18px auto;
    margin-bottom: 137px;
  }
  /* line 1110, ../../sass/pages/news.scss */
  .return .btn_return a {
    display: block;
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1123, ../../sass/pages/news.scss */
  .list_area {
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto;
    width: 86vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 1131, ../../sass/pages/news.scss */
  .list_area img {
    width: 100%;
    display: block;
  }
  /* line 1136, ../../sass/pages/news.scss */
  .list_area .news_tag {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 1141, ../../sass/pages/news.scss */
  .list_area .news_tag a {
    color: #A18E4F;
    margin-left: 0;
  }
  /* line 1147, ../../sass/pages/news.scss */
  .list_area .list_area_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
  }
  /* line 1157, ../../sass/pages/news.scss */
  .list_area .list_area_col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 37px;
  }
  /* line 1163, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_a {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
  /* line 1170, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 1175, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 1180, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 1185, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt .list_area_col_title {
    font-size: 18px;
    margin-top: 5px;
    color: #4A4340;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1198, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt .list_area_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1212, ../../sass/pages/news.scss */
  .list_area a {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  /* line 1221, ../../sass/pages/news.scss */
  .contents {
    width: 70%;
    margin: 2.5vw 0 4vw;
  }
  /* line 1225, ../../sass/pages/news.scss */
  .contents > h1 {
    font-size: 4.75vw;
    padding-bottom: 2.5vw;
  }
  /* line 1230, ../../sass/pages/news.scss */
  .contents > ul {
    width: calc(100% - 4vw);
    font-size: 3.95vw;
    padding: 2vw;
  }
  /* line 1236, ../../sass/pages/news.scss */
  .contents > ul > li > a {
    padding: 2vw 0;
  }
  /* line 1242, ../../sass/pages/news.scss */
  .contents > ul > li > ul > li > a {
    padding: 2vw 0;
  }

  /* line 1253, ../../sass/pages/news.scss */
  #news_content h1, #news_content h2 {
    scroll-margin-top: 15vw;
  }

  /* line 1258, ../../sass/pages/news.scss */
  .bottom_news {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1263, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col {
    padding-bottom: 50px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1269, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
  }
  /* line 1280, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col {
    padding-bottom: 37px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1287, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 1292, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img img {
    height: auto;
  }
  /* line 1297, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 1302, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt .list_col_title {
    font-size: 15px;
    color: #4A4340;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1315, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_txt .list_col_text {
    font-size: 12px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1330, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.302vw;
    padding-bottom: 4.688vw;
  }
  /* line 1337, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1342, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more .more {
    padding: 9px 15px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1356, ../../sass/pages/news.scss */
  .top_news {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 86vw;
    padding-bottom: 50px;
  }
  /* line 1364, ../../sass/pages/news.scss */
  .top_news .top_news_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 18px;
  }
  /* line 1374, ../../sass/pages/news.scss */
  .top_news .top_news_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 1380, ../../sass/pages/news.scss */
  .top_news .top_news_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 1387, ../../sass/pages/news.scss */
  .top_news .top_news_txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 1393, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center {
    width: 100%;
  }
  /* line 1396, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .type {
    display: none;
  }
  /* line 1400, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1413, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .text {
    font-size: 14px;
    margin-top: 10px;
    color: #4A4340;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1425, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more {
    display: none;
  }
  /* line 1431, ../../sass/pages/news.scss */
  .top_news .top_news_tag {
    margin-top: 10px;
  }
  /* line 1434, ../../sass/pages/news.scss */
  .top_news .top_news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }

  /* line 1441, ../../sass/pages/news.scss */
  .top_news_list {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 86vw;
  }
  /* line 1448, ../../sass/pages/news.scss */
  .top_news_list .news_tag {
    margin-top: 10px;
  }
  /* line 1451, ../../sass/pages/news.scss */
  .top_news_list .news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 1458, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col_a {
    margin-left: 0;
  }
  /* line 1462, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  /* line 1468, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img {
    width: 100%;
  }
  /* line 1471, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 1479, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1492, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1504, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_tag {
    margin-top: 10px;
    font-size: 14px;
  }
  /* line 1508, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_txt .top_news_list_col_tag a {
    color: #A18E4F;
    margin-right: 10px;
  }

  /* line 1516, ../../sass/pages/news.scss */
  .top_news_list_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 43px;
  }
  /* line 1522, ../../sass/pages/news.scss */
  .top_news_list_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 1526, ../../sass/pages/news.scss */
  .top_news_list_more .list_more .more {
    padding: 9px 15px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }

  /* line 1539, ../../sass/pages/news.scss */
  .left_menu_news {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  /* line 1547, ../../sass/pages/news.scss */
  .left_menu_news .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 1557, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 6px 7px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 1567, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 1573, ../../sass/pages/news.scss */
  .left_menu {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1580, ../../sass/pages/news.scss */
  .left_menu .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 1590, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 6px 7px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 1600, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 1606, ../../sass/pages/news.scss */
  .content {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1612, ../../sass/pages/news.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2;
  }
  /* line 1616, ../../sass/pages/news.scss */
  .content img {
    border-radius: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* line 1625, ../../sass/pages/news.scss */
  .content .news_tag a {
    color: #A18E4F;
    margin-left: 10px;
  }
  /* line 1631, ../../sass/pages/news.scss */
  .content .title {
    font-size: 14px;
    color: #9B8439;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #9B8439;
    border-radius: 6px;
    width: fit-content;
  }
  /* line 1641, ../../sass/pages/news.scss */
  .content .img {
    width: 100%;
  }
  /* line 1645, ../../sass/pages/news.scss */
  .content .img_3 {
    width: 100%;
  }
  /* line 1649, ../../sass/pages/news.scss */
  .content .info {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }
  /* line 1655, ../../sass/pages/news.scss */
  .content .info .share .share_btn {
    margin-left: 20px;
  }
  /* line 1658, ../../sass/pages/news.scss */
  .content .info .share .share_btn img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 1667, ../../sass/pages/news.scss */
  .content h3 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 1672, ../../sass/pages/news.scss */
  .content h4 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 1677, ../../sass/pages/news.scss */
  .content h6 {
    color: #4A4340;
  }
  /* line 1681, ../../sass/pages/news.scss */
  .content .color_AAAAAAA {
    color: #AAAAAA;
  }
  /* line 1685, ../../sass/pages/news.scss */
  .content p {
    color: #4A4340;
  }

  /* line 1690, ../../sass/pages/news.scss */
  .news_page p {
    font-weight: 400;
  }
  /* line 1694, ../../sass/pages/news.scss */
  .news_page h3 {
    font-size: 7vw;
  }
  /* line 1698, ../../sass/pages/news.scss */
  .news_page .video-iframe {
    width: 100%;
    height: 70vw;
    padding: 3vw 0;
    margin: 0.25vw 0;
  }

  /* line 1705, ../../sass/pages/news.scss */
  .return {
    width: 100%;
  }
  /* line 1708, ../../sass/pages/news.scss */
  .return .btn_return {
    width: fit-content;
    display: table;
    margin: 18px auto;
    margin-bottom: 137px;
  }
  /* line 1714, ../../sass/pages/news.scss */
  .return .btn_return a {
    display: block;
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1727, ../../sass/pages/news.scss */
  .list_area {
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto;
    width: 86vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 1735, ../../sass/pages/news.scss */
  .list_area img {
    width: 100%;
    display: block;
  }
  /* line 1740, ../../sass/pages/news.scss */
  .list_area .news_tag {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 1745, ../../sass/pages/news.scss */
  .list_area .news_tag a {
    color: #A18E4F;
    margin-left: 0;
  }
  /* line 1751, ../../sass/pages/news.scss */
  .list_area .list_area_title {
    width: 100%;
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
  }
  /* line 1761, ../../sass/pages/news.scss */
  .list_area .list_area_col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 37px;
  }
  /* line 1767, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_a {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
  /* line 1774, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 1779, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 1784, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 1789, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt .list_area_col_title {
    font-size: 15px;
    color: #4A4340;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1801, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_col_txt .list_area_col_text {
    font-size: 12px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  /* line 1815, ../../sass/pages/news.scss */
  .list_area a {
    margin-left: 0;
    margin-right: 10px;
  }
}
