@charset "utf-8";
.initiatives_box {
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-bottom: 60px;
}

.initiatives_text_box {
    width: 52%;
    padding-top: 20px;
}
.initiatives_title {
    font-size: 2.2em;
    line-height: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #554434;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.initiatives_text_yellow   {
    color: #FFAC1A;
    font-size: 1.2em;
    padding-right: 10px;
}
.initiatives_img_box {

    padding:20px 0px 0px 20px;
    width: 48%;
}


.initiatives_ct {
    display: flex;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    justify-content: space-between;
}
.initiatives_ct li {
    width: 48%;
}


.merit {
    list-style: none;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.merit li {
    background-image: url("../img/check_icon.webp");
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
      font-size: 1.1em;
     line-height: 1.6em;
}
.merit_title {
    font-size: 1.2em;
    color: #442C16;
    font-weight: bold;
}
.microscope_img {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}





@media (width <= 834px){

  .initiatives_title {
      font-size: 1.6em;
  }

  .initiatives_text_yellow   {
      font-size: 1.2em;
      padding-right: 10px;
  }

}


@media (width <= 480px){
  .initiatives_box {
     flex-direction: column;
  }
  .initiatives_text_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .initiatives_img_box {
    width: 100%;
    padding: 0px;
  }

  .initiatives_title {
      font-size: 1.3em;
       padding-bottom: 0px;
  }
  .merit_title {
      font-size: 1.1em;
  }
}
