.sdgs .mvBlock {
  background-image: url(../images/mv.png);
}

@media (max-width: 767px) {
  .sdgs .mainContents h3#title {
    margin-top: 30px !important;
  }
}

.sdgs h2 {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .sdgs h2 {
    margin-top: 35px !important;
  }
}

.sdgs .box_wrap_ph_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.sdgs .box_wrap_ph_right .box_left {
  width: calc(620 / 1000 * 100%);
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right .box_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sdgs .box_wrap_ph_right .box_left h4 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right .box_left h4 {
    margin-top: 15px;
  }
}

.sdgs .box_wrap_ph_right .box_left .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.sdgs .box_wrap_ph_right .box_left .status li {
  margin-right: 10px;
}

.sdgs .box_wrap_ph_right .box_left .status li img {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 4px 4px 0px 0px #afafaf;
          box-shadow: 4px 4px 0px 0px #afafaf;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right .box_left .status li img {
    -webkit-box-shadow: 2px 2px 0px 0px #afafaf;
            box-shadow: 2px 2px 0px 0px #afafaf;
  }
}

.sdgs .box_wrap_ph_right .box_left .status li img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 4px;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right .box_left .status li img:hover {
    top: 2px;
  }
}

.sdgs .box_wrap_ph_right .box_right {
  width: calc(350 / 1000 * 100%);
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right .box_right {
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sdgs .box_wrap_ph_right .box_right figure {
  /*img {
          width: 100%;
        }*/
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_right .box_right figure {
    text-align: center;
  }
}

.sdgs h2 {
  margin-top: 75px;
}

.sdgs .box_wrap_ph_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sdgs .box_wrap_ph_left .box_left {
  width: calc(340 / 1000 * 100%);
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left .box_left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left .box_left img {
    width: 100%;
  }
}

.sdgs .box_wrap_ph_left .box_left h4 {
  margin-top: 0;
}

.sdgs .box_wrap_ph_left .box_right {
  width: calc(620 / 1000 * 100%);
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left .box_right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sdgs .box_wrap_ph_left .box_right h4 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left .box_right h4 {
    margin-top: 15px;
  }
}

.sdgs .box_wrap_ph_left .box_right .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.sdgs .box_wrap_ph_left .box_right .status li {
  margin-right: 10px;
  position: relative;
}

.sdgs .box_wrap_ph_left .box_right .status li img {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 4px 4px 0px 0px #afafaf;
          box-shadow: 4px 4px 0px 0px #afafaf;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left .box_right .status li img {
    -webkit-box-shadow: 2px 2px 0px 0px #afafaf;
            box-shadow: 2px 2px 0px 0px #afafaf;
  }
}

.sdgs .box_wrap_ph_left .box_right .status li img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 4px;
}

@media (max-width: 767px) {
  .sdgs .box_wrap_ph_left .box_right .status li img:hover {
    top: 2px;
  }
}

@media (max-width: 767px) {
  body.sdgs .status {
    margin-top: 15px !important;
    width: 100% !important;
  }
}

body.sdgs .status li {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  body.sdgs .status li {
    width: 40px !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  body.sdgs .status li img {
    height: auto !important;
  }
}

body.sdgs .status li:nth-child(7n) {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  body.sdgs .status li:nth-child(7n) {
    margin-right: 10px !important;
  }
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 35vh;
  left: 50%;
  width: 35%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
}

@media (max-width: 1200px) {
  .md-contents {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .md-contents {
    width: 95%;
  }
}

.md-inner {
  padding: 24px 40px;
  background: #fff;
  height: auto;
}

.md-inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1200px) {
  .md-inner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .md-inner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.md-inner .wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .md-inner .wrap .left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .md-inner .wrap .left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.md-inner .wrap .right {
  width: 70%;
  padding: 0 2em 0;
}

@media (max-width: 1200px) {
  .md-inner .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .md-inner .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
}

.md-inner .wrap .right .title {
  text-indent: 0;
  color: white;
  background-color: #46789b;
  padding: 0.3em 1em 0.3em;
  display: inline-block;
  margin-bottom: 0.5em;
}

.md-inner .wrap .right .caption {
  text-indent: 0;
}

.md-xmark {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.mainContents .sp-txt {
  font-size: 1.3rem;
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .mainContents .sp-txt {
    font-size: 1rem;
    margin-top: 30px;
    text-align: left;
  }
}

h2#anc01 {
  margin-top: 15px !important;
}

@media (max-width: 767px) {
  h2#anc01 {
    margin-top: 15px !important;
  }
}
/*# sourceMappingURL=style.css.map */