div.app.title {
  min-height: 165px;
  position: relative;
}

div.app.title img {
  position: absolute;
  right: 0;
  top: 0;
}

div.app.title span {
  display: block;
  width: 645px;
  font-size: 16px;
  line-height: 32px;
}

.app .items {
  text-align: left;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}

.app .item {
  height: 500px;
  width: 377px;
  position: relative;
  background-color: #f8f8f8;
  color: #2d2e32;
  font-size: 16px;
  line-height: 28px;
  padding: 250px 1em 0;
}

.app .item p {
  font-size: 22px;
  text-align: center;
  line-height: 75px;
}

.app .item img {
  position: absolute;
  left: 0;
  top: 0;
}

.app .more {
  font-size: 18px;
  line-height: 110px;
}

.app .more svg {
  font-size: 14px;
  color: #ff7b15;
}

.association {
  margin-top: 50px;
  height: 1045px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.association .item {
  height: 500px;
  width: 377px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  padding: 300px 20px 0;
  color: #2d2e32;
}

.association .item img {
  position: absolute;
  left: 0;
  top: 0;
}

.association .item p {
  position: absolute;
  left: 16px;
  top: 230px;
  width: 345px;
  background-color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
}

.association .item span {
  font-size: 16px;
  line-height: 28px;
}

.activity,
.voluntary,
.special {
  margin-top: 40px;
  text-align: center;
}

.activity .title,
.voluntary .title,
.special .title {
  text-align: left;
}

