@charset "UTF-8";
/*****************************
  pagesec-sdgs
*****************************/
.pagesec-sdgs .subttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  position: relative;
}
.pagesec-sdgs .subttl::before{
  content: "◆";
  color: #0b97d2;
  position: absolute;
  top: 0;
  left: 0;
}

.pagesec-sdgs .fimgbox{
  width: 37%;
}
.pagesec-sdgs .ftxtbox{
  width: 63%;
}

.pagesec-sdgs .box1 dl > div{
  margin-top: 2rem;
}
.pagesec-sdgs .box1 dl dt{
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-sdgs .fimgbox{
    width: 40%;
  }
  .pagesec-sdgs .ftxtbox{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-sdgs .fimgbox{
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
  }
  .pagesec-sdgs .subttl {
    font-size: 1.8rem;
  }
  .pagesec-sdgs .box1 dl dt{
    font-size: 1.7rem;
  }
}