/* line 10, ../../sass/pages/news.scss */
#news_content img {
  width: 100% !important;
}

@media (min-width: 991.98px) {
  /* line 16, ../../sass/pages/news.scss */
  .bottom_news {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 20, ../../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 25, ../../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 35, ../../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 41, ../../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 45, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img img {
    height: auto;
  }
  /* line 49, ../../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 53, ../../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 65, ../../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 79, ../../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 85, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more {
    width: fit-content;
  }
  /* line 87, ../../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 101, ../../sass/pages/news.scss */
  .top_news {
    padding-top: 36px;
    display: flex;
  }
  /* line 104, ../../sass/pages/news.scss */
  .top_news .top_news_img {
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
  /* line 108, ../../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 115, ../../sass/pages/news.scss */
  .top_news .top_news_txt {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  /* line 119, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center {
    width: 67%;
    margin-left: 13%;
  }
  /* line 122, ../../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 132, ../../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 144, ../../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 156, ../../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 164, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more a {
    color: #fff;
  }
  /* line 170, ../../sass/pages/news.scss */
  .top_news .top_news_tag {
    margin-top: 24px;
    font-size: 14px;
  }
  /* line 173, ../../sass/pages/news.scss */
  .top_news .top_news_tag a {
    color: #A18E4F;
    margin-right: 10px;
  }

  /* line 179, ../../sass/pages/news.scss */
  .top_news_list {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 90vw;
  }
  /* line 185, ../../sass/pages/news.scss */
  .top_news_list .news_tag {
    margin-top: 0.5vw;
  }
  /* line 187, ../../sass/pages/news.scss */
  .top_news_list .news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 193, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col_a {
    margin-left: 0;
  }
  /* line 196, ../../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 202, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img {
    width: 100%;
  }
  /* line 204, ../../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 211, ../../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 223, ../../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 234, ../../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 237, ../../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 244, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col:nth-child(3n+3) {
    margin-right: 0%;
  }

  /* line 248, ../../sass/pages/news.scss */
  .top_news_list_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 134px;
  }
  /* line 253, ../../sass/pages/news.scss */
  .top_news_list_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 256, ../../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 269, ../../sass/pages/news.scss */
  .left_menu_news {
    width: 50vw;
    z-index: 500;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  /* line 274, ../../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 283, ../../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 293, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 299, ../../sass/pages/news.scss */
  .left_menu {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
    z-index: 500;
  }
  /* line 305, ../../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 314, ../../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 324, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 330, ../../sass/pages/news.scss */
  .content {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 335, ../../sass/pages/news.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2;
  }
  /* line 338, ../../sass/pages/news.scss */
  .content img {
    border-radius: 29px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* line 346, ../../sass/pages/news.scss */
  .content .news_tag a {
    color: #A18E4F;
    margin-left: 10px;
  }
  /* line 351, ../../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 360, ../../sass/pages/news.scss */
  .content .img {
    width: 100%;
  }
  /* line 364, ../../sass/pages/news.scss */
  .content .img_3 .img_3_col {
    width: 31%;
  }
  /* line 366, ../../sass/pages/news.scss */
  .content .img_3 .img_3_col img {
    border-radius: 15px;
  }
  /* line 371, ../../sass/pages/news.scss */
  .content .info {
    padding-top: 30px;
  }
  /* line 374, ../../sass/pages/news.scss */
  .content .info .share .share_btn {
    margin-left: 20px;
  }
  /* line 376, ../../sass/pages/news.scss */
  .content .info .share .share_btn img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 384, ../../sass/pages/news.scss */
  .content h3 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 388, ../../sass/pages/news.scss */
  .content h4 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 392, ../../sass/pages/news.scss */
  .content h6 {
    color: #4A4340;
  }
  /* line 395, ../../sass/pages/news.scss */
  .content .color_AAAAAAA {
    color: #AAAAAA;
  }
  /* line 398, ../../sass/pages/news.scss */
  .content p {
    color: #4A4340;
  }

  /* line 403, ../../sass/pages/news.scss */
  .news_page p {
    font-weight: 400;
  }
  /* line 406, ../../sass/pages/news.scss */
  .news_page h3 {
    font-size: 1.9vw;
  }

  /* line 410, ../../sass/pages/news.scss */
  .return {
    width: 100%;
  }
  /* line 412, ../../sass/pages/news.scss */
  .return .btn_return {
    width: fit-content;
    display: table;
    margin: 104px auto;
  }
  /* line 416, ../../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 429, ../../sass/pages/news.scss */
  .list_area {
    width: 88vw;
    margin: 21px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 434, ../../sass/pages/news.scss */
  .list_area img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  /* line 440, ../../sass/pages/news.scss */
  .list_area .news_tag {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 444, ../../sass/pages/news.scss */
  .list_area .news_tag a {
    color: #A18E4F;
    margin-left: 0;
  }
  /* line 449, ../../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 454, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img {
    width: 100%;
  }
  /* line 456, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 460, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_a {
    display: block;
    margin-right: 0;
  }
  /* line 465, ../../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 477, ../../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 490, ../../sass/pages/news.scss */
  .list_area a {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 991.98px) and (max-width: 1399.98px) {
  /* line 502, ../../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 512, ../../sass/pages/news.scss */
  .bottom_news {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 516, ../../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 521, ../../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 531, ../../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 537, ../../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 541, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img img {
    height: auto;
  }
  /* line 545, ../../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 549, ../../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 561, ../../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 575, ../../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 581, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 585, ../../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 599, ../../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 606, ../../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 615, ../../sass/pages/news.scss */
  .top_news .top_news_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 620, ../../sass/pages/news.scss */
  .top_news .top_news_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 626, ../../sass/pages/news.scss */
  .top_news .top_news_txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 631, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center {
    width: 100%;
  }
  /* line 633, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .type {
    display: none;
  }
  /* line 636, ../../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 648, ../../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 659, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more {
    display: none;
  }
  /* line 664, ../../sass/pages/news.scss */
  .top_news .top_news_tag {
    margin-top: 10px;
  }
  /* line 666, ../../sass/pages/news.scss */
  .top_news .top_news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }

  /* line 673, ../../sass/pages/news.scss */
  .top_news_list {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 86vw;
  }
  /* line 679, ../../sass/pages/news.scss */
  .top_news_list .news_tag {
    margin-top: 10px;
  }
  /* line 681, ../../sass/pages/news.scss */
  .top_news_list .news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 687, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col_a {
    margin-left: 0;
  }
  /* line 690, ../../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 695, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img {
    width: 100%;
  }
  /* line 697, ../../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 704, ../../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 716, ../../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 727, ../../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 730, ../../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 738, ../../sass/pages/news.scss */
  .top_news_list_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 43px;
  }
  /* line 743, ../../sass/pages/news.scss */
  .top_news_list_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 746, ../../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 759, ../../sass/pages/news.scss */
  .left_menu_news {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  /* line 766, ../../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 775, ../../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 785, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 791, ../../sass/pages/news.scss */
  .left_menu {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 797, ../../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 806, ../../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 816, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 822, ../../sass/pages/news.scss */
  .content {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 827, ../../sass/pages/news.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2;
  }
  /* line 830, ../../sass/pages/news.scss */
  .content img {
    border-radius: 29px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* line 838, ../../sass/pages/news.scss */
  .content .news_tag a {
    color: #A18E4F;
    margin-left: 10px;
  }
  /* line 843, ../../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 852, ../../sass/pages/news.scss */
  .content .img {
    width: 100%;
  }
  /* line 855, ../../sass/pages/news.scss */
  .content .img_3 {
    width: 100%;
  }
  /* line 858, ../../sass/pages/news.scss */
  .content .info {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }
  /* line 863, ../../sass/pages/news.scss */
  .content .info .share .share_btn {
    margin-left: 20px;
  }
  /* line 865, ../../sass/pages/news.scss */
  .content .info .share .share_btn img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 873, ../../sass/pages/news.scss */
  .content h3 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 877, ../../sass/pages/news.scss */
  .content h4 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 881, ../../sass/pages/news.scss */
  .content h6 {
    color: #4A4340;
  }
  /* line 884, ../../sass/pages/news.scss */
  .content .color_AAAAAAA {
    color: #AAAAAA;
  }
  /* line 887, ../../sass/pages/news.scss */
  .content p {
    color: #4A4340;
  }

  /* line 892, ../../sass/pages/news.scss */
  .news_page p {
    font-weight: 400;
  }
  /* line 895, ../../sass/pages/news.scss */
  .news_page h3 {
    font-size: 3.0vw;
  }

  /* line 899, ../../sass/pages/news.scss */
  .return {
    width: 100%;
  }
  /* line 901, ../../sass/pages/news.scss */
  .return .btn_return {
    width: fit-content;
    display: table;
    margin: 18px auto;
    margin-bottom: 137px;
  }
  /* line 906, ../../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 919, ../../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 926, ../../sass/pages/news.scss */
  .list_area img {
    width: 100%;
    display: block;
  }
  /* line 930, ../../sass/pages/news.scss */
  .list_area .news_tag {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 934, ../../sass/pages/news.scss */
  .list_area .news_tag a {
    color: #A18E4F;
    margin-left: 0;
  }
  /* line 939, ../../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 948, ../../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 953, ../../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 959, ../../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 963, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 967, ../../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 971, ../../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 983, ../../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 996, ../../sass/pages/news.scss */
  .list_area a {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  /* line 1005, ../../sass/pages/news.scss */
  .bottom_news {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1009, ../../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 1014, ../../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 1024, ../../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 1030, ../../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 1034, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_list .list_col .list_col_a .list_col_img img {
    height: auto;
  }
  /* line 1038, ../../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 1042, ../../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 1054, ../../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 1068, ../../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 1074, ../../sass/pages/news.scss */
  .bottom_news .bottom_news_col .bottom_news_more .list_more {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1078, ../../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 1092, ../../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 1099, ../../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 1108, ../../sass/pages/news.scss */
  .top_news .top_news_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 1113, ../../sass/pages/news.scss */
  .top_news .top_news_img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  /* line 1119, ../../sass/pages/news.scss */
  .top_news .top_news_txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 1124, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center {
    width: 100%;
  }
  /* line 1126, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .type {
    display: none;
  }
  /* line 1129, ../../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 1141, ../../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 1152, ../../sass/pages/news.scss */
  .top_news .top_news_txt .top_news_center .more {
    display: none;
  }
  /* line 1157, ../../sass/pages/news.scss */
  .top_news .top_news_tag {
    margin-top: 10px;
  }
  /* line 1159, ../../sass/pages/news.scss */
  .top_news .top_news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }

  /* line 1166, ../../sass/pages/news.scss */
  .top_news_list {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.344vw;
    margin-bottom: 2.344vw;
    width: 86vw;
  }
  /* line 1172, ../../sass/pages/news.scss */
  .top_news_list .news_tag {
    margin-top: 10px;
  }
  /* line 1174, ../../sass/pages/news.scss */
  .top_news_list .news_tag a {
    color: #A18E4F;
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 1180, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col_a {
    margin-left: 0;
  }
  /* line 1183, ../../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 1188, ../../sass/pages/news.scss */
  .top_news_list .top_news_list_col .top_news_list_col_img {
    width: 100%;
  }
  /* line 1190, ../../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 1197, ../../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 1209, ../../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 1220, ../../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 1223, ../../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 1231, ../../sass/pages/news.scss */
  .top_news_list_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 43px;
  }
  /* line 1236, ../../sass/pages/news.scss */
  .top_news_list_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 1239, ../../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 1252, ../../sass/pages/news.scss */
  .left_menu_news {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  /* line 1259, ../../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 1268, ../../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 1277, ../../sass/pages/news.scss */
  .left_menu_news .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 1283, ../../sass/pages/news.scss */
  .left_menu {
    position: relative;
    width: 86vw;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1289, ../../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 1298, ../../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 1307, ../../sass/pages/news.scss */
  .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }

  /* line 1313, ../../sass/pages/news.scss */
  .content {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1318, ../../sass/pages/news.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2;
  }
  /* line 1321, ../../sass/pages/news.scss */
  .content img {
    border-radius: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* line 1329, ../../sass/pages/news.scss */
  .content .news_tag a {
    color: #A18E4F;
    margin-left: 10px;
  }
  /* line 1334, ../../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 1343, ../../sass/pages/news.scss */
  .content .img {
    width: 100%;
  }
  /* line 1346, ../../sass/pages/news.scss */
  .content .img_3 {
    width: 100%;
  }
  /* line 1349, ../../sass/pages/news.scss */
  .content .info {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }
  /* line 1354, ../../sass/pages/news.scss */
  .content .info .share .share_btn {
    margin-left: 20px;
  }
  /* line 1356, ../../sass/pages/news.scss */
  .content .info .share .share_btn img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 1364, ../../sass/pages/news.scss */
  .content h3 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 1368, ../../sass/pages/news.scss */
  .content h4 {
    color: #4A4340;
    font-weight: 700;
  }
  /* line 1372, ../../sass/pages/news.scss */
  .content h6 {
    color: #4A4340;
  }
  /* line 1375, ../../sass/pages/news.scss */
  .content .color_AAAAAAA {
    color: #AAAAAA;
  }
  /* line 1378, ../../sass/pages/news.scss */
  .content p {
    color: #4A4340;
  }

  /* line 1383, ../../sass/pages/news.scss */
  .news_page p {
    font-weight: 400;
  }
  /* line 1386, ../../sass/pages/news.scss */
  .news_page h3 {
    font-size: 7vw;
  }

  /* line 1390, ../../sass/pages/news.scss */
  .return {
    width: 100%;
  }
  /* line 1392, ../../sass/pages/news.scss */
  .return .btn_return {
    width: fit-content;
    display: table;
    margin: 18px auto;
    margin-bottom: 137px;
  }
  /* line 1397, ../../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 1410, ../../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 1417, ../../sass/pages/news.scss */
  .list_area img {
    width: 100%;
    display: block;
  }
  /* line 1421, ../../sass/pages/news.scss */
  .list_area .news_tag {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 1425, ../../sass/pages/news.scss */
  .list_area .news_tag a {
    color: #A18E4F;
    margin-left: 0;
  }
  /* line 1430, ../../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 1439, ../../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 1444, ../../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 1450, ../../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 1454, ../../sass/pages/news.scss */
  .list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 1458, ../../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 1462, ../../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 1473, ../../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 1486, ../../sass/pages/news.scss */
  .list_area a {
    margin-left: 0;
    margin-right: 10px;
  }
}
