.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.content .appeal_content {
  width: 100%;
  height: auto;
  background-color: #fff;
  min-height: 500px;
  padding: 40px 80px;
}

.content .appeal_content .top {
  width: 100%;
  text-align: center;
  color: #000;
  margin: 0 auto;
  font-size: 25px;
  font-weight: normal;
  line-height: 60px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.content .appeal_content .bottom {
  text-indent: 2em;
  font-size: 16px;
  color: #242323;
  margin: 0 auto;
  line-height: 2;
}

.sub-title {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  line-height: 2;
}

.sub-title>* {
  margin: 0 0.5em;
}

.mobile_type .content {
  width: 100%;
}

.mobile_type .content .appeal_content {
  padding: 2vw 4vw;
}

.mobile_type .content .appeal_content .top {
  font-size: 1.5rem;
  line-height: 2.5;
  margin-bottom: 20px;
}

.mobile_type .content .appeal_content .bottom {
  font-size: 1.125rem;
}

.mobile_type .sub-title {
  flex-wrap: wrap;
}