@media screen and (min-width: 751px) {
  .alpha, .coop-sponsors a, .home-map-bnr a, .sns-cp-bnr, .modal-close {
    transition: all 0.2s ease;
  }
  .alpha:hover, .coop-sponsors a:hover, .home-map-bnr a:hover, .sns-cp-bnr:hover, .modal-close:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .info {
    background-size: 100%;
  }
}
@media screen and (max-width: 540px) {
  .info {
    background-size: auto 80.5%;
  }
}
.info #news {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .info #news {
    padding: 0 5px;
    margin-top: 15px;
  }
}
.info #news .row {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .info #news .row {
    display: block;
  }
}
.info #news .col-news {
  width: 654px;
  padding: 60px 60px 31px 22px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .info #news .col-news {
    width: 100%;
    padding: 20px 20px 41px 15px;
  }
}
.info #news .col-news p {
  line-height: 1.75;
}
.info #news .col-news p + p {
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .info #news .col-news p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .info #news .col-news p.txt-link a {
    font-size: 15px;
  }
}
.info #news .news-logo {
  width: 480px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 750px) {
  .info #news .news-logo {
    width: 100%;
    margin-bottom: 21px;
  }
}
.info #news .news-hdr {
  color: #45B5CE;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 750px) {
  .info #news .news-hdr {
    font-size: 20px;
    margin-bottom: 3px;
  }
}

.col-covid {
  width: 860px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 750px) {
  .col-covid {
    width: 77%;
    margin: 0 auto 50px;
  }
}

.modal-btn {
  cursor: pointer;
}

.covid-ico {
  width: 278px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 750px) {
  .covid-ico {
    width: 252px;
    margin-bottom: 8px;
  }
}
.covid-hdr {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .covid-hdr {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.covid-btn {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  width: 160px;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .covid-btn {
    font-size: 12px;
    line-height: 18px;
    width: 96px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 751px) and (max-height: 750px) {
  .modal {
    align-items: flex-start;
  }
}
.modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 40px;
  position: relative;
}
.modal-bg {
  width: 1080px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .modal-bg {
    border-radius: 5px;
  }
}
.modal-hdr {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  background-color: #45B5CE;
}
@media screen and (max-width: 750px) {
  .modal-hdr {
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
  }
}
.modal-content {
  padding: 38px 50px 38px 50px;
}
@media screen and (max-width: 750px) {
  .modal-content {
    padding: 20px 20px 34px;
  }
}
.modal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #45B5CE;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .modal-list {
    display: block;
    line-height: 1.71;
  }
}
.modal-list dt {
  font-weight: 500;
  width: 196px;
  margin-bottom: 40px;
  padding-right: 15px;
  border-right: 1px solid #45B5CE;
}
@media screen and (max-width: 750px) {
  .modal-list dt {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    border: none;
  }
}
.modal-list dd {
  width: calc(100% - 196px);
  margin-left: -1px;
  padding-left: 15px;
  border-left: 1px solid #45B5CE;
}
@media screen and (max-width: 750px) {
  .modal-list dd {
    width: 100%;
    padding: 4px 0 0;
    border-top: 1px solid #45B5CE;
    border-left: none;
  }
}
.modal-list ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.modal-list ul + p {
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .modal-list ul + p {
    margin-top: 24px;
  }
}
.modal-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal-close {
    width: 35px;
    height: 35px;
  }
}
.modal-close::before, .modal-close::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #45B5CE;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .modal-close::before, .modal-close::after {
    width: 21px;
  }
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: #45B5CE;
  position: absolute;
  opacity: 0.9;
  top: 0;
  left: 0;
}

.pdf-link {
  margin-top: 22px;
  border: 1px solid #ADADAD;
}
@media screen and (max-width: 750px) {
  .pdf-link {
    margin-top: 34px;
  }
}

.message {
  margin-top: 100px;
  padding: 151px 0 298px;
  background: url(/yukata/matsuri2023/assets/img/top/message_bg.jpg) center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  .message {
    margin-top: 50px;
    padding: 66px 0 161px;
    background: url(/yukata/matsuri2023/assets/img/top/message_bg_sp.jpg) center bottom/cover no-repeat;
  }
}
.message::before, .message::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
}
.message::before {
  width: 149px;
  height: 228px;
  margin-left: 420px;
  background: url(/yukata/matsuri2023/assets/img/top/message_obj.png) center/contain no-repeat;
  top: -82px;
}
@media screen and (max-width: 750px) {
  .message::before {
    width: 75px;
    height: 114px;
    margin-left: 103px;
    top: -42px;
  }
}
.message::after {
  width: 113px;
  height: 226px;
  margin-left: -518px;
  background: url(/yukata/matsuri2023/assets/img/top/message_obj2.png) center/contain no-repeat;
  bottom: -54px;
}
@media screen and (max-width: 750px) {
  .message::after {
    width: 56px;
    height: 113px;
    margin-left: -177px;
    bottom: -36px;
  }
}
.message .inner {
  width: 749px;
}
@media screen and (max-width: 750px) {
  .message .inner {
    width: 292px;
    padding: 0;
    margin: 0 auto;
  }
}
.message-hdr {
  width: 600px;
  margin-bottom: 39px;
}
@media screen and (max-width: 750px) {
  .message-hdr {
    width: 292px;
    margin-bottom: 27px;
  }
}
.message-txt {
  width: 542px;
}
@media screen and (max-width: 750px) {
  .message-txt {
    width: 213px;
  }
}

.event {
  padding-bottom: 103px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .event {
    padding-bottom: 50px;
  }
  .event .inner {
    padding: 0;
  }
}
.event-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .event-item {
    display: block;
    margin-bottom: 100px;
  }
}
.event-item.event2 {
  margin-top: 100px;
}
.event-item.event4 {
  margin-top: 100px;
}
.event-item.event3, .event-item.event6 {
  margin-bottom: 0;
}
.event-imgs {
  width: 750px;
  margin-left: -100px;
}
@media screen and (max-width: 750px) {
  .event-imgs {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.event-img {
  position: relative;
  z-index: 1;
}
.event-bg {
  width: 656px;
  position: absolute;
  top: -142px;
  right: -122px;
}
@media screen and (max-width: 750px) {
  .event-bg {
    width: 291px;
    top: -142px;
    right: -5px;
  }
}
.event-con {
  width: 515px;
  min-height: 364px;
  margin-top: 150px;
  margin-left: -85px;
  padding: 0 23px 37px 35px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .event-con {
    width: calc(100% - 80px);
    min-height: auto;
    margin: -25px auto 0;
    padding: 0 18px 24px;
  }
}
.event6 .event-con {
  min-height: 250px;
}
@media screen and (max-width: 750px) {
  .event6 .event-con {
    min-height: inherit;
  }
}
.event-name {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
  margin-bottom: -9px;
  position: relative;
  left: -11px;
}
@media screen and (max-width: 750px) {
  .event-name {
    width: 98%;
    margin-bottom: -7px;
    left: 0;
    overflow: hidden;
  }
  .event-name img {
    margin-top: -6px;
  }
}
.event-desc {
  line-height: 2;
  margin-bottom: 91px;
}
@media screen and (max-width: 750px) {
  .event-desc {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 19px;
  }
}
.event6 .event-desc {
  margin-bottom: 0;
}
.event .btn {
  margin: 0;
  position: absolute;
  bottom: 37px;
}
@media screen and (max-width: 750px) {
  .event .btn {
    position: static;
  }
}
.event.normal .event-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.event.normal .event-item:nth-child(2n) .event-imgs {
  margin-right: -100px;
  margin-left: 0;
}
.event.normal .event-item:nth-child(2n) .event-bg {
  top: -162px;
  right: auto;
  left: -122px;
}
@media screen and (max-width: 750px) {
  .event.normal .event-item:nth-child(2n) .event-bg {
    top: -142px;
    left: -5px;
  }
}
.event.normal .event-item:nth-child(2n) .event-con {
  margin-right: -85px;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .event.normal .event-item:nth-child(2n) .event-con {
    margin: -25px auto 0;
  }
}
.event.reverse .event-item:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.event.reverse .event-item:nth-child(2n-1) .event-imgs {
  margin-right: -100px;
  margin-left: 0;
}
.event.reverse .event-item:nth-child(2n-1) .event-bg {
  top: -162px;
  right: auto;
  left: -122px;
}
@media screen and (max-width: 750px) {
  .event.reverse .event-item:nth-child(2n-1) .event-bg {
    top: -142px;
    left: -5px;
  }
}
.event.reverse .event-item:nth-child(2n-1) .event-con {
  margin-right: -85px;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .event.reverse .event-item:nth-child(2n-1) .event-con {
    margin: -25px auto 0;
  }
}
.event .event1 .event-name {
  color: #45B5CE;
}
.event .event1 .btn a {
  background-color: #45B5CE;
}
.event .event2 .event-name {
  color: #E8382F;
}
.event .event2 .btn a {
  background-color: #E8382F;
}
.event .event3 .event-name {
  color: #21A98B;
}
.event .event3 .btn a {
  background-color: #21A98B;
}
.event .event4 .event-name {
  color: #E9537D;
}
.event .event4 .btn a {
  background-color: #E9537D;
}
.event .event5 .event-name {
  color: #546AB0;
}
.event .event5 .btn a {
  background-color: #546AB0;
}
.event .event6 .event-name {
  color: #EA6137;
}
.event .event6 .btn a {
  background-color: #EA6137;
}
.event .event7 .event-name {
  color: #666666;
}
.event .event7 .btn a {
  background-color: #666666;
}

.sns-cp {
  padding: 70px 0;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .sns-cp {
    padding: 0;
  }
  .sns-cp .inner {
    padding: 0;
  }
}
.sns-cp-bnr {
  display: block;
  width: 860px;
  height: 410px;
  margin: 0 auto;
  padding-top: 148px;
  background: url(/yukata/matsuri2023/assets/img/top/sns_cp_bg.jpg) center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .sns-cp-bnr {
    width: 100%;
    height: 96.8vw;
    padding-top: 26.6667vw;
    background: url(/yukata/matsuri2023/assets/img/top/sns_cp_bg_sp.jpg) center center/100% no-repeat;
  }
}
.sns-cp-hdr {
  color: #916691;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sns-cp-hdr {
    font-size: 6.1333vw;
    line-height: 1.3;
    margin-bottom: 0.5vw;
  }
}
.sns-cp-txt {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .sns-cp-txt {
    font-size: 3.7333vw;
    line-height: 1.71;
    text-align: left;
    width: 54vw;
    margin: 0 auto 3.7333vw;
  }
}
.sns-cp-tag {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border-radius: 18px;
  background-color: #976697;
}
@media screen and (max-width: 750px) {
  .sns-cp-tag {
    font-size: 4.5333vw;
    width: 48vw;
    line-height: 5.7333vw;
    padding-bottom: 1px;
  }
}

.service {
  padding: 58px 0 0;
}
@media screen and (max-width: 750px) {
  .service {
    padding-top: 50px;
  }
}
.service .inner {
  max-width: 1080px;
  background-color: #FFF4CD;
  padding: 49px 35px 65px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .service .inner {
    padding: 19px 40px 48px;
  }
}
.service .inner::after {
  display: block;
  content: "";
  width: 239px;
  height: 47px;
  background: url(/yukata/matsuri2023/assets/img/top/service_omotenashi.png) right bottom/contain no-repeat;
  position: absolute;
  bottom: -1px;
  right: -2px;
}
@media screen and (max-width: 750px) {
  .service .inner::after {
    width: 119px;
    height: 23px;
  }
}
.service-hdr {
  width: 826px;
  margin: 0 auto 41px;
}
@media screen and (max-width: 750px) {
  .service-hdr {
    width: 268px;
    margin-bottom: 17px;
  }
}
.service-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .service-row {
    display: block;
  }
}
.service-col {
  width: 310px;
}
@media screen and (max-width: 750px) {
  .service-col {
    width: 100%;
  }
  .service-col + .service-col {
    margin-top: 50px;
  }
}
.service-img {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .service-img {
    margin-bottom: 0;
  }
}
.service-img img {
  border-radius: 15px;
}
.service-ico {
  width: 110px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 750px) {
  .service-ico {
    width: 55px;
    margin: -27.5px auto 6px;
  }
}
.service-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
  white-space: nowrap;
  text-align: center;
  height: 64px;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .service-name {
    display: block;
    font-size: 19px;
    line-height: 1.26;
    height: auto;
    margin-bottom: 4px;
  }
}
.service-name.green {
  color: #7F963D;
}
.service-name.yellow {
  color: #D2AF46;
}
.service-name.brown {
  color: #A57268;
}
.service-txt {
  line-height: 2;
  height: 128px;
  margin-bottom: 59px;
}
@media screen and (max-width: 750px) {
  .service-txt {
    font-size: 14px;
    line-height: 1.71;
    width: 88%;
    height: auto;
    margin: 0 auto 20px;
  }
}
.service .btn {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .service .btn a {
    margin: 0 auto;
  }
}
.service .btn.green a {
  background-color: #7F963D;
}
.service .btn.yellow a {
  background-color: #D2AF46;
}
.service .btn.brown a {
  background-color: #A57268;
}

@media screen and (max-width: 750px) {
  .home-map {
    margin-top: 27px;
  }
  .home-map .inner {
    padding: 0;
  }
}
.home-map .bg-inner {
  padding: 39px 0 14px;
}
@media screen and (max-width: 750px) {
  .home-map .bg-inner {
    padding: 20px 0 30px;
  }
}
.home-map-hdr {
  width: 331px;
  margin: 0 auto 57px;
}
@media screen and (max-width: 750px) {
  .home-map-hdr {
    width: 194px;
    margin-bottom: 25px;
  }
}
.home-map-hdr img {
  position: relative;
  left: -5px;
}
.home-map .event-map-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .home-map .event-map-row {
    display: block;
  }
}
.home-map-right {
  width: 280px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .home-map-right {
    width: 100%;
    margin-left: 0;
  }
}
.home-map-points li {
  display: flex;
  font-size: 18px;
  line-height: 1.36;
}
@media screen and (max-width: 750px) {
  .home-map-points li {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    border-top: 1px solid #808080;
  }
  .home-map-points li:last-child {
    border-bottom: 1px solid #808080;
  }
}
.home-map-points li + li {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .home-map-points li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .home-map-points li a:hover {
    text-decoration: underline;
  }
}
.home-map-points li::before {
  display: block;
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: -1px;
  margin-right: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .home-map-points li::before {
    width: 25px;
    height: 25px;
    margin-right: 3px;
  }
}
.home-map-points li:nth-child(1) {
  color: #E7352F;
}
.home-map-points li:nth-child(1)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_yukatadebonodori.svg);
}
.home-map-points li:nth-child(2) {
  color: #40A990;
}
.home-map-points li:nth-child(2)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_ennichi.svg);
}
.home-map-points li:nth-child(3) {
  color: #7C913D;
}
.home-map-points li:nth-child(3)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_yukata01.svg);
}
.home-map-points li:nth-child(4) {
  color: #CCA946;
}
.home-map-points li:nth-child(4)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_yukata02.svg);
}
.home-map-points li:nth-child(5) {
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .home-map-points li:nth-child(5) {
    flex-wrap: wrap;
  }
}
.home-map-points li:nth-child(5) a:first-child {
  color: #7C913D;
}
.home-map-points li:nth-child(5) a:last-child {
  color: #CCA946;
  margin-left: 36px;
}
@media screen and (max-width: 750px) {
  .home-map-points li:nth-child(5) a:last-child {
    margin-left: 0;
  }
}
.home-map-points li:nth-child(5)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_yukara_both.svg);
}
.home-map-points li:nth-child(6) {
  color: #A17067;
}
.home-map-points li:nth-child(6)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_spot.svg);
}
.home-map-points li:nth-child(7) {
  color: #E85377;
}
.home-map-points li:nth-child(7)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_uchimizu.svg);
}
.home-map-points li:nth-child(8) {
  color: #036EB7;
}
.home-map-points li:nth-child(8)::before {
  background-image: url(/yukata/matsuri2023/assets/img/top/map_ico_tenugui.svg);
}
.home-map-bnr {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .home-map-bnr {
    max-width: 291px;
    margin: 25px auto 0;
  }
}
.home-map-bnr a {
  display: block;
}

.sdgs {
  margin: 100px 0 90px;
}
@media screen and (max-width: 750px) {
  .sdgs {
    margin: 40px 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .sdgs .inner {
    padding: 0 16px;
  }
}
.sdgs-lead {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sdgs-lead {
    font-size: 19px;
    line-height: 1.58;
  }
}
.sdgs-hdr {
  width: 549px;
  margin: 91px auto 82px;
}
@media screen and (max-width: 750px) {
  .sdgs-hdr {
    width: 290px;
    margin: 35px auto 28px;
  }
}
.sdgs table {
  width: 100%;
  border-spacing: 0 10px;
  table-layout: fixed;
}
.sdgs table thead tr {
  vertical-align: center;
  height: 30px;
  background-color: #E8382F;
}
@media screen and (max-width: 750px) {
  .sdgs table thead tr {
    height: 17px;
  }
}
.sdgs table thead tr th {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sdgs table thead tr th {
    font-size: 14px;
  }
}
.sdgs table thead tr th:first-child {
  width: 251px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .sdgs table thead tr th:first-child {
    width: 92px;
  }
}
.sdgs table tbody tr th {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 28px 15px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .sdgs table tbody tr th {
    font-size: 14px;
    padding: 16px 10px;
  }
}
.sdgs table tbody tr td {
  line-height: 1.75;
  padding: 28px 60px 40px 40px;
}
@media screen and (max-width: 750px) {
  .sdgs table tbody tr td {
    font-size: 14px;
    line-height: 1.71;
    padding: 16px 9px 20px;
  }
}
.sdgs table tbody tr.box-red {
  background-color: #FAD7D5;
}
.sdgs table tbody tr.box-pink {
  background-color: #FBDDE5;
}
.sdgs table tbody tr.box-aqua {
  background-color: #DAF0F5;
}
.sdgs table tbody tr.box-blue {
  background-color: #DDE1EF;
}
.sdgs table tbody tr.box-orange {
  background-color: #FBDFD7;
}
.sdgs table tbody tr.box-bgreen {
  background-color: #E1F3EF;
}
.sdgs table tbody tr.box-pink2 {
  background-color: #F8DCDB;
}
.sdgs-point {
  color: #fff;
  margin-top: 19px;
  padding: 12px 20px 14px;
}
@media screen and (max-width: 750px) {
  .sdgs-point {
    margin-top: 7px;
    padding: 5px 10px;
  }
}
.sdgs-point-hdr {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .sdgs-point-hdr {
    font-size: 14px;
    margin-bottom: 1px;
  }
}
.sdgs-point-list li {
  text-indent: -1em;
  margin-left: 1em;
}
.sdgs-desc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .sdgs-desc {
    margin-top: 25px;
  }
}
.sdgs-desc li + li {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .sdgs-desc li + li {
    margin-left: 10px;
  }
}
.sdgs-desc li img {
  width: 100px;
}
@media screen and (max-width: 750px) {
  .sdgs-desc li img {
    width: 40px;
  }
}
.sdgs-desc li p {
  width: calc(100% - 120px);
}
@media screen and (max-width: 750px) {
  .sdgs-desc li p {
    width: calc(100% - 50px);
  }
}
.sdgs .box-red .sdgs-point {
  background-color: #E8382F;
}
.sdgs .box-pink .sdgs-point {
  background-color: #E9537D;
}
.sdgs .box-aqua .sdgs-point {
  background-color: #45B5CE;
}
.sdgs .box-blue .sdgs-point {
  background-color: #546AB0;
}
.sdgs .box-orange .sdgs-point {
  background-color: #EA6137;
}
.sdgs .box-bgreen .sdgs-point {
  background-color: #21A98B;
}

.coop-sponsors {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .coop-sponsors {
    justify-content: space-between;
  }
}
.coop-sponsors li {
  width: 330px;
  max-width: 31.73%;
  margin-right: 2.405%;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .coop-sponsors li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .coop-sponsors li {
    width: 48.2456%;
    max-width: none;
    margin: 0 auto 15px 0;
  }
}