.mainImage {
  background-image: url(../imgs/chosui.jpg);
  background-size: cover;
  width: auto;
  height: 250px;
  margin-left: -8px;
  margin-right: -8px;
}

.mainImage p {
  margin: 0;
  padding-top: 170px;
  padding-left: 30px;
  white-space: nowrap;
}

.worksInIndex {
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: 120px;
  background: linear-gradient(to bottom, white, #e5e5e5);
  border-radius: 0.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.worksInIndex p {
  font-weight: 600;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 10px;
  /*float: left;*/
}

.worksInIndex img {
  /*sfloat: right;*/
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
  border-radius: 0.5em;
  object-fit: cover;
}

.newsInIndexTitle {
  background: linear-gradient(to bottom, white, #e5e5e5);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.newsInIndexTitle p {
  margin: 0;
  padding-bottom: 8px;
  padding-left: 15px;
  font-weight: 800;
}

.newsInIndexMain {
  width: 90%;
  background-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.newsInIndexMain p {
  padding: 12px;
  margin: 0;
}
