@charset "utf-8";

/* CSS Document */
.mainimg {
  position: relative;
  margin: 0 0 40px 0;
}

.mainimg img {
  width: 100%;
  height: 100%;
}

.mainimg h2 {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 33px;
  color: #888888;
  font-weight: 600 !important;

}

.columnList01 {
  width: 100%;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: flex-start;
}

.columnList01 h3 {
  font-size: 24x;
  width: auto;
  font-weight: 600 !important;

}

.columnList01 ul {
  width: 50%;
  margin-top: 0;
}

.columnList01 ul:nth-child(2n+1) {
  margin-right: 20px;
}