@media screen and (max-width: 959px) {
  .g-page-dept .g-lnav + .g-main {
    padding-top: 10px;
  }
}
.wid-15 {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .wid-15 {
    width: 25%;
  }
}

.wid-15-2 {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .wid-15-2 {
    display: block;
    margin: auto;
    width: 80%;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .mt-80 {
    margin-top: auto;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .mt-70 {
    margin-top: 40px;
  }
}

#env h1 {
  padding: 60px 0 40px;
  background: center 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/group/dkhvac-kyushu/environmental/images/2023_1/sdgs_bg png");
  background-size: 100% auto;
  overflow-x: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #env h1 {
    padding: 20px 0;
    background-size: 100% auto;
  }
}
#env h1 div {
  margin: auto;
  max-width: 960px;
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 40px 20px 40px;
  border: 5px solid #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959px) {
  #env h1 div {
    width: 95%;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  #env h1 div {
    width: 88%;
    padding: 20px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #env .g-talign-c {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #env .g-talign-r {
    text-align: left;
  }
}
#env .pt-60 {
  padding-top: 68px;
}
@media screen and (max-width: 480px) {
  #env .pt-60 {
    padding-top: 0;
  }
}
#env #comment {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #env #comment {
    display: block;
    margin: auto;
  }
}
#env #comment .flex-1 {
  flex-basis: 30%;
}
#env #comment .flex-1 .g-talign-c {
  text-align: center !important;
}
#env #comment .flex-1 img {
  width: 80%;
}
@media screen and (max-width: 480px) {
  #env #comment .flex-1 {
    flex-basis: 100%;
    width: 100%;
  }
}
#env #comment .flex-2 {
  flex-basis: 79%;
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 30px;
  border-radius: 30px;
  font-size: 16px;
  background: #EAFAFD;
}
#env #comment .flex-2::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -37px;
  border: 20px solid transparent;
  border-right: 20px solid #EAFAFD;
}
@media screen and (max-width: 480px) {
  #env #comment .flex-2 {
    margin: 0;
  }
  #env #comment .flex-2::before {
    content: "";
    position: absolute;
    top: -37px;
    left: calc(50% - 10px);
    border: 20px solid transparent;
    border-bottom: 20px solid #EAFAFD;
  }
}
#env #comment .flex-2 p {
  font-size: 14px;
}

.status {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .status {
    display: block;
    margin-bottom: 10px;
  }
}
.status:hover {
  text-decoration: underline;
}
.status .name {
  display: inline-block;
  width: 7em;
}
.status .name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .status .entry {
    display: block;
  }
}
/*# sourceMappingURL=cms2.css.map */