@charset "utf-8";

/*
------------------------------------------ */

/*main-image*/
.box-sdg .sdg-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.box-sdg .sdg-item .icon {
  width: 10%;
}
.box-sdg .sdg-item .kadai {
  width: 37%;
  padding: 1em;
  background: #deffe7;
  border-radius: 20px;
}
.box-sdg .sdg-item .kadai h2 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 0;
}
.box-sdg .sdg-item .kadai p {
  margin-top: 15px;
}
.box-sdg .sdg-item h6 {
  margin-top: 0;
}
.box-sdg .sdg-item .torikumi {
  width: 40%;
  padding: 1em;
  background: #def0ff;
  border-radius: 20px;
}
.box-sdg .sdg-item .torikumi .list {
  margin-top: 0;
}


.n2022 .jusho-box {
  background: #f2f7ff;
  padding: 1.5em;
  margin-top: 30px;
}
.n2022 .jusho-box h5:first-child {
  margin: 0;
}
.n2022 .jusho-box .pick {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -1px;
  padding-left: 30px;
  position: relative;
  margin-top: 1em;
  padding-top: 0.2em;
}
.n2022 .jusho-box .pick span {
  margin-right: 0.5em;
  color: #ffffff;
  background: #014099;
  padding: 0.2em 0.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.yoko {
  display: flex;
  justify-content: space-between;
}

.yoko .jusho-box {
  width: calc(50% - 50px);
  height: unset;
}

@media (max-width: 786px) {
  .box-sdg .sdg-item .icon {
    width: 100%;
    text-align: center;
  }
  .box-sdg .sdg-item .icon img {
    width: 50%;
  }
  .box-sdg .sdg-item .kadai {
    width: 100%;
    margin-top: 20px;
  }
  .box-sdg .sdg-item .torikumi {
    width: 100%;
    margin-top: 20px;
  }

  .yoko {
    display: unset;
  }
  .yoko .jusho-box {
    width: auto;
  }
}
/*responsiv*/
/*sidenav*/
