@charset "UTF-8";
/*変数設定用*/
.csr-page {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.csr-page .sdgs-ttl {
  font-size: 4.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .csr-page .sdgs-ttl {
    font-size: 3.8rem;
  }
}
.csr-page .sdgs-ttl span {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.csr-page .sdgs-ttl.csr-ttl {
  padding: 80px 0 40px;
}
.csr-page .under_mv {
  background-image: url(img/mv-csr01.png);
}
@media screen and (max-width: 767px) {
  .csr-page .under_mv {
    background-position: left 0% bottom;
    background-repeat: no-repeat;
  }
}
.csr-page .about-sdgs {
  padding: 90px 0 95px;
}
@media screen and (max-width: 767px) {
  .csr-page .about-sdgs {
    padding: 20px 0 45px;
  }
}
.csr-page .about-sdgs .goals-img-box {
  margin: 55px 0 0;
}
@media screen and (max-width: 767px) {
  .csr-page .about-sdgs .goals-img-box {
    margin: 35px 0 0;
  }
}
.csr-page .about-sdgs .sdgs-des {
  font-size: 1.6rem;
  line-height: 2.25;
  margin: 38px 0 0;
}
@media screen and (max-width: 767px) {
  .csr-page .about-sdgs .sdgs-des {
    margin: 30px 0 0;
  }
}
.csr-page .attempt-sdgs .attempt-bg {
  background-image: url(img/bg-csr01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 100px;
  background-position: left 10% top 10%;
}
@media screen and (max-width: 767px) {
  .csr-page .attempt-sdgs .attempt-bg {
    padding: 50px 0 50px;
    background-position: left 27% top 10%;
  }
}
.csr-page .attempt-sdgs .attempt-ttl {
  font-size: 2.4rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .csr-page .attempt-sdgs .attempt-ttl {
    padding: 0 0 15px;
  }
}
.csr-page .attempt-sdgs .attempt-flex {
  margin: 30px 0 0;
  display: flex;
  column-gap: 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .csr-page .attempt-sdgs .attempt-flex {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
  }
}
.csr-page .attempt-sdgs .attempt-flex::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #b9dadd transparent transparent transparent;
  border-width: 50px 70px 0 70px;
}
@media screen and (max-width: 767px) {
  .csr-page .attempt-sdgs .attempt-flex::after {
    border-width: 40px 50px 0 50px;
    bottom: -80px;
  }
}
.csr-page .attempt-sdgs .attempt-flex .img-box {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .csr-page .attempt-sdgs .attempt-flex .img-box {
    max-width: 260px;
    margin: 0 auto;
  }
}
.csr-page .attempt-sdgs .attempt-flex .attempt-des-wrap {
  width: 100%;
}
.csr-page .attempt-sdgs .attempt-flex .attempt-des-wrap .attempt-des-list li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  position: relative;
  padding-left: 3.5rem;
}
.csr-page .attempt-sdgs .attempt-flex .attempt-des-wrap .attempt-des-list li span {
  position: absolute;
  left: 0;
}
.csr-page .attempt-sdgs .attempt-des {
  margin: 125px 0 0;
  padding: 35px 38px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .csr-page .attempt-sdgs .attempt-des {
    margin: 105px 0 0;
    padding: 30px 30px;
  }
}
.csr-page .partner-sds {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .csr-page .partner-sds {
    padding: 50px 0 45px;
  }
}
.csr-page .partner-sds .partner-banner a {
  margin: 27px auto 0;
  display: block;
  max-width: 556px;
  width: 100%;
}
.csr-page .partner-sds .partner-des {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .csr-page .partner-sds .partner-des {
    text-align: left;
  }
}
.csr-page .csr {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 60px 0;
  background: repeating-linear-gradient(to right, #bddaf2, #bddaf2 13px, #aed3e9 13px, #aed3e9 25px);
}
.csr-page .csr .sdgs-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.csr-page .csr .csr-content-wrap {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.csr-page .csr .csr-content-wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 820px;
  left: -52px;
  background-image: url(img/csr_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-content-wrap::before {
    width: 80px;
    height: 1450px;
    background-repeat: initial;
  }
}
.csr-page .csr .csr-content-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 820px;
  top: 12px;
  right: -63px;
  background-image: url(img/csr_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-content-wrap::after {
    width: 80px;
    height: 1450px;
    right: -54px;
    background-repeat: initial;
  }
}
.csr-page .csr .csr-content-wrap.kaigo .ttl-img img {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-content-wrap.kaigo .ttl-img img {
    max-width: 100%;
  }
}
.csr-page .csr .csr-content-wrap.kaigo::before {
  width: 52px;
  height: 725px;
  left: -35px;
  top: 121px;
  background-image: url(img/kig_left.png);
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-content-wrap.kaigo::before {
    width: 33px;
    height: 1313px;
    left: -21px;
    top: 101px;
  }
}
.csr-page .csr .csr-content-wrap.kaigo::after {
  width: 55px;
  height: 615px;
  top: 32px;
  right: -38px;
  background-image: url(img/kig_right.png);
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-content-wrap.kaigo::after {
    width: 33px;
    height: 1258px;
    top: 32px;
    right: -21px;
  }
}
.csr-page .csr .csr-content {
  margin-top: 60px;
  padding: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-content {
    padding: 60px 20px;
  }
}
.csr-page .csr .csr-content .csr-txt {
  margin: 30px 0;
}
.csr-page .csr .csr-read {
  margin: 0 22px;
}
.csr-page .csr .member-ttl {
  background: #5179af;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px;
  border-radius: 8px;
}
.csr-page .csr .member-ttl.orange {
  background: #ee9726;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .member-ttl {
    font-size: 1.7rem;
  }
}
.csr-page .csr .cyusyaku {
  margin-bottom: 10px;
}
.csr-page .csr .csr-member-list {
  display: flex;
  padding: 25px 16px;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-member-list {
    display: block;
    padding: 25px 6px;
  }
}
.csr-page .csr .csr-member-list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .csr-page .csr .csr-member-list.kaigo-mem-list .list01 {
    width: 65%;
  }
  .csr-page .csr .csr-member-list.kaigo-mem-list .list02 {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .csr-page .csr .csr-member-list ul:nth-child(2) {
    margin-left: 70px;
  }
}
.csr-page .csr .csr-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-btn {
    display: grid;
    margin-top: 30px;
  }
}
.csr-page .csr .csr-btn a {
  background: #ff8355;
  color: #fff;
  font-size: 2rem;
  padding: 15px 25px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-btn a {
    font-size: 1.4rem;
    text-align: center;
  }
}
.csr-page .csr .csr-btn a.csr_works {
  background: #5179af;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-btn a.csr_works {
    margin-left: 0;
    margin-top: 10px;
  }
}
.csr-page .csr .csr-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 200px;
  right: -34px;
  bottom: -5px;
  background-image: url(img/csr_bus.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0.9;
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-btn::after {
    width: 110px;
    height: 100px;
    bottom: -25px;
  }
}
.csr-page .csr .csr-btn.kaigo-btn::after {
  width: 275px;
  height: 230px;
  right: -112px;
  bottom: -26px;
  background-image: url(img/kaigo_illust.png);
}
@media screen and (max-width: 767px) {
  .csr-page .csr .csr-btn.kaigo-btn::after {
    width: 115px;
    height: 190px;
    right: -32px;
    bottom: -136px;
  }
}
@media screen and (max-width: 767px) {
  .csr-page .activities {
    margin-bottom: 30px;
  }
}
.csr-page .activities-ttl {
  font-size: 2.4rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.csr-page .activities-ttl span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .csr-page .activities-ttl span {
    margin-left: 45px;
  }
}
.csr-page .activities-ttl.mt {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .csr-page .activities-ttl {
    font-size: 2.2rem;
  }
}
.csr-page .activities-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .csr-page .activities-flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .csr-page .activities-flex-left {
    width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .csr-page .activities-flex-right {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .csr-page .activities-flex-right {
    margin-top: 40px;
  }
}
.csr-page .activities-flex-right-list li {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .csr-page .activities-flex-right-list li {
    font-size: 1.7rem;
  }
}
.csr-page .activities-flex-right-list li:not(:first-child) {
  margin-top: 10px;
}
.csr-page .activities-flex-right-list li .num {
  display: inline-block;
  background: #95cdd7;
  color: #fff;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .csr-page .activities-flex-right-list li .num {
    padding: 6px;
    margin-right: 10px;
  }
}
.csr-page .activities-flex-right-list li .kome {
  font-size: 1.2rem;
}
.csr-page .activities-flex-btm {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .csr-page .activities-flex-btm-left {
    width: 48%;
  }
  .csr-page .activities-flex-btm-right {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .csr-page .activities-flex-btm {
    display: block;
  }
  .csr-page .activities-flex-btm-right {
    margin-top: 15px;
  }
}
.csr-page .activities-column {
  margin-top: 40px;
}
.csr-page .activities-column-ttl {
  font-size: 1.4rem;
  background: #e6eff1;
  border: 1px solid #95cdd7;
  display: inline-block;
  border-radius: 40px;
  padding: 8px 27px;
}
.csr-page .activities-column-txt {
  font-size: 1.2rem;
  background: #fffef4;
  border: 1px solid #95cdd7;
  border-radius: 10px;
  padding: 30px 27px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .csr-page .activities-column-txt {
    padding: 30px 15px;
  }
}
.csr-page .activities-quality {
  margin-top: 50px;
}
.csr-page .activities-quality-ttl {
  font-size: 2rem;
  color: #fff;
  background: #65b8c7;
  text-align: center;
  padding: 10px 0;
}
.csr-page .activities-quality-txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 999;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
.overseas-member .address {
  padding-left: 0;
  padding-left: 3em;
  text-indent: -3em;
  position: initial;
}

.csr-works-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #ccc;
}
.csr-works-content .img-wrap {
  width: 49%;
}
.csr-works-content .img-wrap .main_img {
  margin-bottom: 10px;
}
.csr-works-content .img-wrap .main_img img {
  width: 470px;
  height: 335px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .csr-works-content .img-wrap .main_img img {
    height: 210px;
  }
}
.csr-works-content .img-wrap .sub_img dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.csr-works-content .img-wrap .sub_img dt {
  width: 33.3333333333%;
  margin-bottom: 10px;
}
.csr-works-content .img-wrap .sub_img dt img {
  width: 100%;
  max-height: 110px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .csr-works-content .img-wrap .sub_img dt img {
    max-height: 74px;
  }
}
.csr-works-content .img-wrap .sub_img .select {
  outline: 2px solid gray;
  outline-offset: -2px;
}
.csr-works-content .txt-wrap {
  width: 48%;
  margin-top: 25px;
}
.csr-works-content .txt-wrap .works-ttl {
  font-size: 2.8rem;
  padding-bottom: 20px;
}
.csr-works-content .txt-wrap p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .csr-works-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .csr-works-content .img-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .csr-works-content .txt-wrap {
    width: 100%;
  }
}

.bunner-area .csr-bnr a {
  position: relative;
  background: #464646;
  display: inline-block;
}
.bunner-area .csr-bnr a::after {
  content: "本企画は終了しました";
  position: absolute;
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
  top: 40%;
  left: 0;
  right: 0;
}
.bunner-area .csr-bnr a img {
  opacity: 0.5;
  display: block;
}

.rank-ttl {
  background: #eee;
}
.rank-ttl p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.rank-ttl.royal_a {
  background: #1e2046;
}
.rank-ttl.royal_a p {
  color: #e8d1a1;
}
.rank-ttl.royal_b {
  background: #000;
}
.rank-ttl.royal_b p {
  color: #e8d1a1;
}

.member_list ul .royal_b_border {
  border: 1px solid #000;
  background: url(./img/royal_bg.png);
  background-size: cover;
}
.member_list ul .royal_a_border {
  border: 1px solid #1e2046;
}
.member_list ul li {
  padding: 0;
}

.member-wrap {
  padding: 20px;
}

.processing-wrap {
  margin-top: 80px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .processing-wrap {
    margin-top: 30px;
  }
}
.processing-wrap .processing-content-blk {
  padding: 45px;
  display: flex;
  box-shadow: 0 0px 13px 0 rgba(222, 222, 222, 0.7);
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .processing-wrap .processing-content-blk {
    padding: 25px;
    flex-direction: column-reverse;
  }
}
.processing-wrap .processing-content-blk:not(:first-child) {
  margin-top: 50px;
}
.processing-wrap .processing-content-blk:last-child {
  margin-bottom: 80px;
}
.processing-wrap .slider-blk {
  max-width: 440px;
  width: 100%;
  height: 365px;
  position: relative;
  padding-bottom: 50px;
}
.processing-wrap .slider-blk .swiper-slide img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .processing-wrap .slider-blk .swiper-slide img {
    width: 100%;
    height: 216px;
  }
}
.processing-wrap .slider-blk .swiper-slide .border {
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .processing-wrap .slider-blk {
    width: 100%;
    height: 265px;
    margin: 35px 0 0;
  }
}
.processing-wrap .txt-blk {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .processing-wrap .txt-blk {
    width: 100%;
  }
}
.processing-wrap .txt-blk .ttl {
  font-size: 2.4rem;
  padding: 0 8px 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #349eb0;
}
@media screen and (max-width: 767px) {
  .processing-wrap .txt-blk .ttl {
    font-size: 2rem;
  }
}
.processing-wrap .txt-blk .txt-content {
  margin-top: 20px;
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .processing-wrap .txt-blk .txt-content {
    display: block;
  }
}
.processing-wrap .txt-blk .txt-content:nth-child(2) {
  margin-top: 25px;
}
.processing-wrap .txt-blk .txt-content dt {
  background: #349eb0;
  color: #fff;
  border-radius: 40px;
  margin-right: 20px;
  width: 90px;
  height: 28px;
  display: inline-block;
  text-align: center;
  padding: 4px 0;
}
.processing-wrap .txt-blk .txt-content dd {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .processing-wrap .txt-blk .txt-content dd {
    width: 100%;
    margin-top: 5px;
  }
}
.processing-wrap .txt-blk .txt-content dd .url-blk:not(:first-child) {
  margin-top: 14px;
}
.processing-wrap .swiper {
  padding-bottom: 55px;
}
.processing-wrap .swiper-container {
  max-width: 100%;
  /* スライダーコンテナの最大幅を設定 */
}
.processing-wrap .swiper-pagination {
  position: absolute;
}
.processing-wrap .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 10px;
}
.processing-wrap .swiper-pagination-bullet-active {
  background: #349eb0;
}
.processing-wrap .swiper-button-prev,
.processing-wrap .swiper-button-next {
  top: initial;
  bottom: -3px;
  color: #349eb0;
}
.processing-wrap .swiper-button-prev::after,
.processing-wrap .swiper-button-next::after {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .processing-wrap .swiper-button-prev {
    left: 80px;
  }
  .processing-wrap .swiper-button-next {
    right: 80px;
  }
}

.news.column {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news.column {
    margin-bottom: 30px;
  }
}
.news.column .news__list {
  width: 100%;
}

.news_list .left {
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .news_list .left {
    width: 100%;
  }
}
.news_list .left .content-wrap {
  width: 100%;
}
.news_list .left .title {
  border-left: 2px solid #6ea8b2;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 5px 0 5px 15px;
  font-size: 2.4rem;
  font-weight: bold;
}
.news_list .left .title span {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: normal;
  color: #000;
}
.news_list .left .thum {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}
.news_list .left .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.news_list .left .content h1 {
  color: #6ea8b2;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 2rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-weight: bold;
}
.news_list .left .btn-more {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .news_list .left .btn-more {
    bottom: 20px;
    right: 20px;
  }
}
.news_list .left .more {
  position: relative;
  font-size: 1.6rem;
  padding-right: 15px;
}
.news_list .left .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: scaleX(0.8) rotate(45deg);
}
.news_list .side {
  width: 25%;
  float: right;
}
@media screen and (max-width: 767px) {
  .news_list .side {
    width: 100%;
  }
}
.news_list .side .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #6ea8b2;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.news_list .side li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.news_list .side h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.news_list .side h2 span {
  display: block;
  font-size: 1rem;
  margin: 0 0 10px;
  font-weight: normal;
  color: #000;
}

.new-column .left ul li {
  border-bottom: none;
  margin-bottom: 20px;
  padding: 0;
}
.new-column .left ul li h2 {
  border-left: none;
  padding: 5px 0 5px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .new-column .left ul li h2 {
    padding-top: 10px;
  }
}
.new-column .left ul li a {
  display: flex;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .new-column .left ul li a {
    padding: 20px 20px 40px 20px;
    flex-direction: column;
  }
}
.new-column .left ul li a .column-img {
  width: 210px;
  height: 210px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .new-column .left ul li a .column-img {
    width: 100%;
    height: 210px;
  }
}
.new-column .left ul li a .column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-column .left ul li:nth-child(odd) {
  background: #e3e3e3;
}
.new-column .left ul li:nth-child(even) {
  background: rgba(241, 241, 241, 0.6);
}
.new-column .left ul li .cate-group {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.new-column .left ul li .cate-group .cate-text {
  background: #6ea8b2;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 1.2rem;
}
.new-column .side .title {
  margin-bottom: 20px;
}
.new-column .side ul li {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
}
.new-column .side ul li h2 {
  border-left: none;
  padding: 5px 0 5px 0px;
  margin-bottom: 10px;
}
.new-column .side ul li a {
  display: flex;
}
.new-column .side ul li a .column-img {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  flex-shrink: 0;
}
.new-column .side ul li a .column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-column .side ul li .cate-group {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.new-column .side ul li .cate-group .cate-text {
  background: #6ea8b2;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 1rem;
}
.new-column .side .cate-archive {
  margin-top: 50px;
}
.new-column .side .cate-archive ul li a {
  padding: 10px;
  color: white;
  background-color: #6ea8b2;
  font-size: 1.6rem;
}
.new-column .side .cate-archive ul .archive-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-column .side .cate-archive ul .archive-item a span:nth-child(2) {
  background-color: white;
  color: black;
  display: block;
  padding: 3px 10px;
}/*# sourceMappingURL=style02.css.map */