body {
  background-color: #e3e3e3;
}

.ad-layout img {
  display: block;
  width: 100%;
}

.intro-cont {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 30px;
}

.intro-legend {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.intro-legend .title {
  color: #333;
  font-size: 30px;
  margin-bottom: 20px;
}

.grid {
  display: flex;
  flex-direction: column;
}

.grid-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 30px;
}

.grid-col {
  width: 24%;
}

.grid-col .text-cont {
  background-color: #f3f3f3;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  min-height: 100px;
}

.text-cont .title {
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  position: relative;
}

.text-cont .title::after {
  position: absolute;
  content: ' ';
  width: 60px;
  height: 2px;
  background-color: #ffa800;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.grid-col img {
  display: block;
  width: 100%;
}

.list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.list img {
  display: block;
  width: 19%;
}

.download-layout {
  margin-top: 30px;
  background-color: #eee;
}

.download-cont {
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-cont {
  display: flex;
  align-items: center;
}

.left-cont img:first-child {
  width: 200px;
  height: 200px;
  margin-right: 30px;
}

.left-cont p {
  font-size: 18px;
  margin-left: 10px;
  line-height: 30px;
}

.right-cont {
  font-size: 18px;
}

.right-cont p {
  line-height: 48px;
}

.p1 {
  font-size: 20px;
}

.tel {
  font-size: 30px;
  color: #00a2e6;
}

.work-time {
  font-size: 20px;
}