#community-page {
  margin: -30px 0 0 0;
}

#community-page .main-sp {
  display: none;
}

#community-page .main-pc {
  width: 100%;
  height: 550px;
  background-image: url(../../../img/guide/community/community-main-pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#community-page .main-text-box {
  background: #fff;
  border-radius: 15px;
  width: 600px;
  margin: 80px auto 0;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  display: block;
  z-index: 10;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

#community-page .main-text-box .icon {
  margin: -68px auto 10px;
  width: 150px;
  height: auto;
  display: block;
}

#community-page .main-text-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

#community-page .main-text-box .text {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #999;
  padding: 10px 0 0 0;
}

#community-page .community-content {
  padding: 0 15px;
}

#community-page h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 70px 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #e5e5e5;
}

#community-page h3 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 40px 0 15px 0;
}

#community-page .normal-text {
  font-size: 1.4rem;
  line-height: 1.7;
}

#community-page .normal-text .green {
  color: #62ac12;
}
