@charset "UTF-8";

#news .newsbox {
  line-height: 1.75;
}

#news .newsbox img {
  width: 100%;
  height: auto;
}

#news .newsbox .flexbox {
  margin-bottom: 25px;
}

#news .newsbox .flexTxt {
  margin-bottom: 15px;
  width: 100%;
}

#news .newsbox .flexImg {
  margin-bottom: 15px;
  width: 100%;
}

@media (width >=767px) {
  #news .newsbox .flexbox {
    display: flex;
    gap: 10px;
  }

  #news .newsbox .flexTxt {
    width: 60%;
    margin-right: 5%;
  }

  #news .newsbox .flexImg {
    width: 35%;
  }
}

#news .newsbox .textbox {
  margin-bottom: 25px;
}

#news .newsbox .textboxHead {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: 5px solid #0066cc;
}

#news .newsbox .textboxTxt {
  margin-bottom: 15px;
}