img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

.page-bd.sdgs .breadcrumb-wrapper {
  margin: 0 auto;
}

main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
main.sdgs {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
}
main .inner__box {
  position: relative;
  z-index: 4;
  margin: auto;
}
@media (min-width: 769px) {
  main .inner__box {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  main .inner__box {
    width: 100%;
    padding: 0 20px;
  }
}
main a:hover {
  color: #00B5EE;
}

.btn-pagetop {
  z-index: 4;
}

#modal-overlay {
  z-index: 5;
}

/*------------------------------------------
MV
------------------------------------------*/
.mv__container .mv__inner {
  width: 100%;
  margin: auto;
}

/*------------------------------------------
BG Noise
------------------------------------------*/
.bg--noise {
  position: relative;
}
.bg--noise::before {
  content: "";
  background: url(../images/bg_noise.png) repeat center/500px;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

/*------------------------------------------
concept__container
------------------------------------------*/
.concept__container {
  background: #F7FFED;
}
@media (min-width: 769px) {
  .concept__container {
    padding: 65px 0 230px;
  }
}
@media (max-width: 768px) {
  .concept__container {
    padding: 40px 0 150px;
  }
}
.concept__container .concept__info {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .concept__container .concept__info {
    padding: 0 100px;
  }
}
.concept__container .concept__info .ttl {
  position: relative;
}
@media (min-width: 769px) {
  .concept__container .concept__info .ttl {
    max-width: 440px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .concept__container .concept__info .ttl {
    width: 300px;
    margin: 0 auto 25px;
  }
}
.concept__container .concept__info .txt {
  color: #00B5EE;
  text-align: center;
}
@media (min-width: 769px) {
  .concept__container .concept__info .txt {
    font-size: 18px;
    margin: 0 auto 72px;
  }
}
@media (max-width: 768px) {
  .concept__container .concept__info .txt {
    font-size: 15px;
    margin: 0 auto 50px;
  }
}

/*------------------------------------------
cnt1__container
------------------------------------------*/
.cnt1__container {
  background: #00B5EE;
  position: relative;
}
@media (min-width: 769px) {
  .cnt1__container {
    padding: 140px 0 235px;
  }
}
@media (max-width: 768px) {
  .cnt1__container {
    padding: 95px 0 140px;
  }
}
.cnt1__container::before {
  content: "";
  background: url(../images/bg_icon_bird.png) no-repeat center/100%;
  position: absolute;
}
@media (min-width: 769px) {
  .cnt1__container::before {
    width: 152px;
    height: 248px;
    top: -204px;
    left: 6.0761346999vw;
  }
}
@media (max-width: 768px) {
  .cnt1__container::before {
    width: 49px;
    height: 80px;
    top: -70px;
    left: 5px;
  }
}
.cnt1__container::after {
  content: "";
  background: url(../images/bg_icon_tree.png) no-repeat center/100%;
  position: absolute;
}
@media (min-width: 769px) {
  .cnt1__container::after {
    width: 245px;
    height: 195px;
    top: -168px;
    right: 3.6603221083vw;
  }
}
@media (max-width: 768px) {
  .cnt1__container::after {
    width: 72px;
    height: 57px;
    top: -47px;
    right: -12px;
  }
}

.bg__line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (min-width: 769px) {
  .bg__line {
    max-width: 598px;
    height: 135px;
    top: -135px;
  }
}
@media (max-width: 768px) {
  .bg__line {
    width: 265px;
    height: 80px;
    top: -80px;
  }
}

.cmn__ttl {
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media (min-width: 769px) {
  .cmn__ttl {
    top: -40px;
  }
}
@media (max-width: 768px) {
  .cmn__ttl {
    top: -10px;
  }
}
.cmn__ttl span {
  display: block;
}
.cmn__ttl .txt--1 {
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn__ttl .txt--1 {
    font-size: 40px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .cmn__ttl .txt--1 {
    font-size: 22px;
    margin: 0 auto 16px;
  }
}
@media (min-width: 769px) {
  .cmn__ttl .txt--2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cmn__ttl .txt--2 {
    font-size: 15px;
  }
}

.cnt1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .cnt1__list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cnt1__list {
    gap: 15px;
  }
}
.cnt1__list .cnt1__item {
  display: none;
  background: #fff;
  color: #00B5EE;
  -webkit-box-shadow: 3px 3px 0 #0083AC;
          box-shadow: 3px 3px 0 #0083AC;
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item {
    border-radius: 30px;
    width: calc(50% - 15px);
    padding: 40px 35px 40px 40px;
  }
}
@media (max-width: 768px) {
  .cnt1__list .cnt1__item {
    border-radius: 15px;
    width: 100%;
    padding: 20px;
  }
}
.cnt1__list .cnt1__item > a {
  width: 100%;
  height: 100%;
}
.cnt1__list .cnt1__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item .inner {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cnt1__list .cnt1__item .inner {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item .inner .img {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .cnt1__list .cnt1__item .inner .img {
    width: 117px;
  }
}
.cnt1__list .cnt1__item .inner .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cnt1__list .cnt1__item .inner .detail .txt {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item .inner .detail .txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cnt1__list .cnt1__item .inner .detail .txt {
    font-size: 16px;
  }
}
.cnt1__list .cnt1__item .logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item .logo__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cnt1__list .cnt1__item .logo__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.cnt1__list .cnt1__item .logo__list .logo__item {
  width: 40px;
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item .logo__list .logo__item {
    width: 50px;
  }
}
.cnt1__list .cnt1__item .btn {
  border: 1px solid #00B5EE;
  border-radius: 20px;
  width: 200px;
  height: 36px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .cnt1__list .cnt1__item .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cnt1__list .cnt1__item .btn {
    font-size: 14px;
  }
}

.more__btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #00B5EE;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 0 #0083AC;
          box-shadow: 3px 3px 0 #0083AC;
  position: relative;
}
@media (min-width: 769px) {
  .more__btn > a {
    font-size: 18px;
    max-width: 240px;
    height: 50px;
    margin: 70px auto 0;
  }
}
@media (max-width: 768px) {
  .more__btn > a {
    font-size: 14px;
    width: 220px;
    height: 40px;
    margin: 26px auto 0;
  }
}
.more__btn > a::before, .more__btn > a::after {
  content: "";
  position: absolute;
  margin: auto;
}
.more__btn > a::before {
  width: 22px;
  height: 22px;
  background: #00B5EE;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 20px;
}
.more__btn > a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 2px;
  right: 26.5px;
}

/*------------------------------------------
cnt2__container
------------------------------------------*/
.cnt2__container {
  background: #6DA61F;
  position: relative;
}
@media (min-width: 769px) {
  .cnt2__container {
    padding: 140px 0 125px;
  }
}
@media (max-width: 768px) {
  .cnt2__container {
    padding: 95px 0 52px;
  }
}
.cnt2__container::before {
  content: "";
  background: url(../images/bg_icon_tree2.png) no-repeat center/100%;
  position: absolute;
}
@media (min-width: 769px) {
  .cnt2__container::before {
    width: 305px;
    height: 230px;
    top: -225px;
    left: 1.5373352855vw;
  }
}
@media (max-width: 768px) {
  .cnt2__container::before {
    width: 73px;
    height: 55px;
    top: -35px;
    left: -12px;
  }
}
.cnt2__container::after {
  content: "";
  background: url(../images/bg_icon_bird2.png) no-repeat center/100%;
  position: absolute;
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
}
@media (min-width: 769px) {
  .cnt2__container::after {
    width: 115px;
    height: 124px;
    top: -190px;
    right: 10.7613469985vw;
  }
}
@media (max-width: 768px) {
  .cnt2__container::after {
    width: 49px;
    height: 52px;
    top: -66px;
    right: 3px;
  }
}

.cnt2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .cnt2__list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cnt2__list {
    gap: 10px 7px;
  }
}
.cnt2__list .cnt2__item {
  background: #fff;
  color: #6DA61F;
  -webkit-box-shadow: 3px 3px 0 #578E0D;
          box-shadow: 3px 3px 0 #578E0D;
}
@media (min-width: 769px) {
  .cnt2__list .cnt2__item {
    border-radius: 30px;
    width: calc(33.3333333333% - 20px);
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item {
    border-radius: 15px;
    width: calc(50% - 3.5px);
    padding: 20px 17px;
  }
}
.cnt2__list .cnt2__item > a {
  width: 100%;
  height: 100%;
}
.cnt2__list .cnt2__item > a:hover {
  color: #6DA61F;
}
.cnt2__list .cnt2__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .cnt2__list .cnt2__item .inner {
    gap: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item .inner {
    gap: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .cnt2__list .cnt2__item .inner .img {
    width: 104px;
  }
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item .inner .img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cnt2__list .cnt2__item .inner .detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item .inner .detail {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cnt2__list .cnt2__item .inner .detail .txt {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item .inner .detail .txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.cnt2__list .cnt2__item .logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item .logo__list {
    width: 100%;
  }
}
.cnt2__list .cnt2__item .logo__list .logo__item {
  width: 40px;
}
.cnt2__list .cnt2__item .btn {
  border: 1px solid #6DA61F;
  border-radius: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .cnt2__list .cnt2__item .btn {
    font-size: 16px;
    width: 200px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .cnt2__list .cnt2__item .btn {
    font-size: 12px;
    width: 100%;
    height: 30px;
  }
}

/*------------------------------------------
sns__container
------------------------------------------*/
.sns__container {
  background: #F7FFED;
  position: relative;
}
@media (min-width: 769px) {
  .sns__container {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .sns__container {
    padding: 60px 0;
  }
}
.sns__container::after {
  content: "";
  background: url(../images/bg_icon_bird3.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 769px) {
  .sns__container::after {
    width: 124px;
    height: 104px;
    right: 9.1508052709vw;
  }
}
@media (max-width: 768px) {
  .sns__container::after {
    width: 64px;
    height: 54px;
    right: 6px;
  }
}
.sns__container .sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.sns__container .sns__list > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*------------------------------------------
dist__container
------------------------------------------*/
.dist__container {
  position: relative;
}
@media (min-width: 769px) {
  .dist__container {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  .dist__container {
    padding: 40px 0 50px;
  }
}
.dist__container.bg--b {
  color: #00B5EE;
  background: #00B5EE;
}
.dist__container.bg--b .dist__info {
  -webkit-box-shadow: 3px 3px 0 #0083AC;
          box-shadow: 3px 3px 0 #0083AC;
}
.dist__container.bg--b .back__btn > a {
  color: #00B5EE;
  -webkit-box-shadow: 3px 3px 0 #0083AC;
          box-shadow: 3px 3px 0 #0083AC;
}
.dist__container.bg--b .back__btn > a::before {
  background: #00B5EE;
}
.dist__container.bg--g {
  color: #6DA61F;
  background: #6DA61F;
}
.dist__container.bg--g .dist__info {
  -webkit-box-shadow: 3px 3px 0 #578E0D;
          box-shadow: 3px 3px 0 #578E0D;
}
.dist__container.bg--g .back__btn > a {
  color: #6DA61F;
  -webkit-box-shadow: 3px 3px 0 #578E0D;
          box-shadow: 3px 3px 0 #578E0D;
}
.dist__container.bg--g .back__btn > a::before {
  background: #6DA61F;
}
.dist__container::after {
  content: "";
  background: url(../images/bg_icon_tree3.png) no-repeat center/100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 769px) {
  .dist__container::after {
    width: 451px;
    height: 167px;
    left: 1.0980966325vw;
  }
}
@media (max-width: 768px) {
  .dist__container::after {
    width: 172px;
    height: 64px;
    left: -8px;
  }
}

.dist__info {
  background: #fff;
}
@media (min-width: 769px) {
  .dist__info {
    border-radius: 30px;
    padding: 80px 100px;
  }
}
@media (max-width: 768px) {
  .dist__info {
    border-radius: 15px;
    padding: 20px 20px 40px;
  }
}
.dist__info .ttl__area {
  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;
}
@media (min-width: 769px) {
  .dist__info .ttl__area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .dist__info .ttl__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    margin: 0 auto 20px;
  }
}
.dist__info .ttl__area .ttl {
  font-weight: 700;
}
@media (min-width: 769px) {
  .dist__info .ttl__area .ttl {
    font-size: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .dist__info .ttl__area .ttl {
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .dist__info .ttl__area .logo {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .dist__info .ttl__area .logo {
    width: 150px;
  }
}
.dist__info .txt__area {
  margin: 0 auto 40px;
}
.dist__info .txt__area .txt {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .dist__info .txt__area .txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .dist__info .txt__area .txt {
    font-size: 14px;
  }
}
.dist__info .txt__area .txt:last-child {
  margin-bottom: 0;
}
.dist__info .logo__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .dist__info .logo__area {
    gap: 10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .dist__info .logo__area {
    width: 100%;
    padding: 0 15px;
    gap: 5px;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .dist__info .logo__area > li {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .dist__info .logo__area > li {
    width: 40px;
  }
}
.dist__info .photo__area {
  width: 100%;
}
@media (min-width: 769px) {
  .dist__info .photo__area {
    padding: 0 100px;
  }
}
@media (min-width: 769px) {
  .dist__info .photo__area .photo {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .dist__info .photo__area .photo {
    margin-bottom: 20px;
  }
}
.dist__info .photo__area .photo:last-child {
  margin-bottom: 0;
}

.back__btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 25px;
  position: relative;
}
@media (min-width: 769px) {
  .back__btn > a {
    font-size: 18px;
    max-width: 240px;
    height: 50px;
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .back__btn > a {
    font-size: 14px;
    width: 220px;
    height: 40px;
    margin: 25px auto 0;
  }
}
.back__btn > a::before, .back__btn > a::after {
  content: "";
  position: absolute;
  margin: auto;
}
.back__btn > a::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 20px;
}
.back__btn > a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 28px;
}

.nav-txt {
  color: #333;
}