@charset "utf-8";
/* CSS Document */

/*横長のロゴとテキスト*/
.sdgs_long img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.sdgs_egao {
    margin-bottom: 30px; 
}


/*SDGsの定義*/
.sdgs_teigi {
    padding: 20px;
    background-color: #FCE8E9;
}
.sdgs_teigi_title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #D9646A;
    margin-bottom: 8px;
}
.sdgs_teigi_text {
    margin-bottom: 16px;
}
.sdgs_teigi_text span {
    color: #729800;
}
.sdgs_17 img {
    width: 100%;
    height: auto;
}

/*えがお・ワークラボが取り組むSDGs*/
.sdgs_egao_text {
    margin-bottom: 20px;
}
.torikumi01 {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.torikumi02 {
    width: 100%;
    display: flex;
}
.torikumi01_a, .torikumi02_a {
    width: 25%;
    margin-right: 30px;
}
.torikumi01 img, .torikumi02 img {
    width: 150px;
    height: auto;
}
.torikumi01_b,.torikumi02_b {
    margin: 0;
    padding: 0;
}
.torikumi01_b li,.torikumi02_b li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
  }
  .torikumi01_b li:before,.torikumi02_b li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
  }
 
  .torikumi01_b li:after,.torikumi02_b li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #8b6b4e;
    border-radius: 2px;
  }
.torikumi01_b span,.torikumi02_b span {
    color: #729800;
}
