<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.con_news:after, .con_news .main .con_pager:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .con_lower_title {
    background-image: url(../../news/images/img_main-pc.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_title {
    background-image: url(../../news/images/img_main-sp.jpg);
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  width: 92%;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_news {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-top: 4em;
  }
}
.con_news .main {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_news .main {
    width: 100%;
    float: none;
  }
}
.con_news .main .main_tit {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .main_tit {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .main_tit {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .main_tit {
    margin-bottom: 1.5em;
  }
}
.con_news .main .box_news .box_item {
  display: block;
}
.con_news .main .box_news .box_info {
  text-align: left;
}
.con_news .main .box_news .box_info .cate {
  margin-bottom: .5em;
  color: #e9e9e9;
  min-width: 90px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info .cate {
    margin: 0 0 3px;
  }
}
.con_news .main .box_news .box_info .cate .main_c_notice {
  background: #b75c5c;
  padding: 2px 15px;
}
.con_news .main .box_news .box_info .cate .main_c_hotel {
  background: #755e40;
  padding: 2px 15px;
}
.con_news .main .box_news .box_info .cate .main_c_shirosaki {
  background: #757440;
  padding: 2px 15px;
}
.con_news .main .box_news .box_info .cate .main_c_bridal {
  background: #597540;
  padding: 2px 15px;
}
.con_news .main .box_news .box_info .cate .sub_c {
  background: #aaa;
  padding: 2px 15px;
}
.con_news .main .box_news h4 {
  overflow: hidden;
  margin: 1.25em 0;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news h4 {
    margin: 0 0 0.5em 0;
    float: right;
  }
}
.con_news .main .item {
  margin-bottom: 100px;
}
.con_news .main .txt_l {
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .txt_l {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .txt_l {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .txt_l {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .txt_l {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .txt_l {
    line-height: 2.1;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .txt_l .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .txt_l .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_news .main .txt_l .txt {
    margin-top: .5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_title {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title {
    margin-bottom: 2em;
  }
}
.con_news .main .con_news_title .box_news_title {
  overflow: hidden;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.con_news .main .con_news_title .box_news_title p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .main .con_news_title .box_news_title .date {
  margin-left: 20px;
}
.con_news .main .con_news_title .box_news_title .cate {
  color: #fff;
  min-width: 90px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .cate {
    margin: 0;
  }
}
.con_news .main .con_news_title .box_news_title .cate .main_c {
  background: #000;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .main_c_notice {
  background: #b75c5c;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .main_c_hotel {
  background: #755e40;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .main_c_shirosaki {
  background: #757440;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .main_c_bridal {
  background: #597540;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .sub_c {
  background: #aaa;
  padding: 2px 15px;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_slide {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_slide {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_slide {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_slide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide {
    width: 100%;
  }
}
.con_news .main .con_news_slide .tmp_slide_arrows li {
  height: 65px;
  width: 65px;
}
.con_news .main .con_news_slide .tmp_slide_arrows li span {
  width: 40px;
}
.con_news .main .con_news_slide .tmp_slide_arrows li:first-child {
  left: -35px;
}
.con_news .main .con_news_slide .tmp_slide_arrows li:last-child {
  right: -35px;
}
.con_news .main .con_news_detail01 {
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail01 {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail01 {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 {
    line-height: 2.1;
  }
}
.con_news .main .con_news_detail01 + .txt {
  margin-top: 1em;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail01 .st_l {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_l {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_l {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail01 .st_m {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_m {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_m {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail01 .st_s {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_s {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_s {
    margin-bottom: 2em;
  }
}
.con_news .main .con_news_detail {
  text-align: center;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail {
    line-height: 2.1;
  }
}
.con_news .main .con_news_detail + .txt {
  margin-top: 1em;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail.txt {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail.txt {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail.txt {
    margin-bottom: 2em;
  }
}
.con_news .main .con_news_detail .txt {
  text-align: left;
}
.con_news .main .con_news_detail .box_img01 img {
  width: 100%;
}
.con_news .main .con_news_detail .wrap_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.con_news .main .con_news_detail .wrap_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_news .main .con_news_detail .tmp_lower_text {
  margin-top: 20px;
}
.con_news .main .con_news_detail .tbl_primary .tmp_tbl td {
  text-align: left;
}
.con_news .main .con_news_detail02 {
  overflow: hidden;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail02 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail02 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail02 {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail02 {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 {
    line-height: 2.1;
  }
}
.con_news .main .con_news_detail02 + .txt {
  margin-top: 1em;
}
.con_news .main .con_news_detail02 .con_l {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 .con_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .main .con_news_detail02 .con_l dd {
  margin-top: 20px;
}
.con_news .main .con_news_detail02 .con_r {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 .con_r {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.con_news .main .con_news_detail02 .con_r dd {
  margin-top: 20px;
}
.con_news .main .con_news_detail03 {
  overflow: hidden;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail03 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail03 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail03 {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail03 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail03 {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 {
    line-height: 2.1;
  }
}
.con_news .main .con_news_detail03 + .txt {
  margin-top: 1em;
}
.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .main .con_news_detail03 .con_l dd, .con_news .main .con_news_detail03 .con_c dd {
  margin-top: 20px;
}
.con_news .main .con_news_detail03 .con_r {
  float: right;
  width: 31%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 .con_r {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.con_news .main .con_news_detail03 .con_r dd {
  margin-top: 20px;
}
.con_news .main .con_news_detail04 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail04 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail04 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail04 {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail04 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail04 {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 {
    line-height: 2.1;
  }
}
.con_news .main .con_news_detail04 + .txt {
  margin-top: 1em;
}
.con_news .main .con_news_detail04 .box_img {
  width: 56%;
  padding-left: 5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .box_img {
    width: 100%;
    float: none;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con_news .main .con_news_detail04 .txt {
  width: 39%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .txt {
    width: 100%;
    margin-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.con_news .main .con_news_detail05 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_news_detail05 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail05 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail05 {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail05 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail05 {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 {
    line-height: 2.1;
  }
}
.con_news .main .con_news_detail05 + .txt {
  margin-top: 1em;
}
.con_news .main .con_news_detail05 .box_img {
  width: 56%;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 .box_img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.con_news .main .con_news_detail05 .txt {
  width: 39%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.con_news .main .btn_detail {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .btn_detail {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn_detail {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_detail {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .btn_detail a {
    max-width: 3em;
    min-width: 450px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
}
.con_news .main .btn_detail .white {
  color: #424242;
  border-color: #424242;
}
.con_news .main .btn_pdf {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .btn_pdf {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn_pdf {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_pdf {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .btn_pdf a {
    max-width: 3em;
    min-width: 450px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
}
.con_news .main .con_pager {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager {
    margin-top: 40px;
  }
}
.con_news .main .con_pager ul {
  text-align: center;
}
.con_news .main .con_pager ul li {
  display: inline-block;
  background: #fff;
  vertical-align: top;
}
.con_news .main .con_pager ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #100d0e;
  text-align: center;
}
.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
  background: #100d0e;
  color: #fff;
}
.con_news .main .con_pager ul li.prev i {
  margin-right: 0.5em;
}
.con_news .main .con_pager ul li.next i {
  margin-left: 0.5em;
}
.con_news .main .con_pager ul li.back i {
  margin-right: 0.5em;
}
.con_news .main .con_pager ul li.index i {
  margin-right: 0.5em;
}
.con_news .side {
  width: 20%;
  float: right;
  min-width: 265px;
}
@media only screen and (max-width: 1024px) {
  .con_news .side {
    width: 100%;
    float: none;
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .side .con_widget {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .side .con_widget h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget h3 {
    margin-bottom: 1em;
  }
}
.con_news .side .con_widget .tmp_h4_line span {
  font-size: 20px;
}
.con_news .side .con_widget &gt; ul {
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .con_news .side .con_widget &gt; ul {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget &gt; ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget &gt; ul {
    margin-bottom: 10px;
  }
}
.con_news .side .con_widget &gt; ul &gt; li {
  display: block;
}
.con_news .side .con_widget &gt; ul &gt; li.active .acc {
  display: block;
}
.con_news .side .con_widget &gt; ul &gt; li .acc {
  display: none;
}
.con_news .side .con_widget &gt; ul &gt; li ul li a {
  padding: 1.25em 1.25em 1.25em 30px;
  background: #fbfbfb;
}
.con_news .side .con_widget &gt; ul &gt; li ul li a:after {
  left: 15px;
}
.con_news .side .con_widget &gt; ul &gt; li a {
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 1.25em 20px 1.25em 1.25em;
  border-bottom: solid 1px #cdcdcd;
}
.con_news .side .con_widget &gt; ul &gt; li a:hover, .con_news .side .con_widget &gt; ul &gt; li a.active {
  color: #424242;
}
.con_news .side .con_widget &gt; ul &gt; li a.active i {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  margin-left: 5px;
}
.con_news .side .con_widget &gt; ul &gt; li a i {
  margin-right: 10px;
}
.con_news .side .btn_dark {
  text-align: center;
}
.con_news .side .btn_dark a {
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 1em;
  color: #fff !important;
  background: #333;
  border: 1px solid #333;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .side .btn_dark a {
    font-size: 1em;
    padding: 10px 5px;
  }
}
.con_news .side .btn_dark a:hover {
  background: none;
  color: #333 !important;
}
</pre></body></html>