/*** PC ***/
/* common */
/* line 6, page.scss */
h2 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0 0 10px;
  border-left: 10px solid #3cb447;
}
/* line 13, page.scss */
hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #3cb447;
}
/* line 94, page.scss */
.home section.news h2 {
  color: #3cb447;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
/* line 102, page.scss */
.home section.news h2 span {
  display: block;
}
/* line 105, page.scss */
.home section.news h2 #news_more {
  display: block;
  padding: 0 10px 0 20px;
  margin-bottom: -20px;
  font-size: 0.7rem;
  letter-spacing: 5px;
  border-right: 1px solid #9ed899;
  border-left: 1px solid #9ed899;
}
/* line 122, page.scss */
.home section.new_listing h2 {
  font-size: 1rem;
  background: #3eb134;
  padding: 5px 10px;
  color: #FFF;
  margin-bottom: 10px;
}
/* line 173, page.scss */
.home section.area h2 {
  color: #3cb447;
  border-bottom: 1px solid #3cb447;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* area */
/* line 206, page.scss */
.area section.link h2 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0 0 10px;
  border-left: 10px solid #3cb447;
}

/*** TABLET ***/
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 810px) {
  /* home */
  /* line 284, page.scss */
  .home section.main-visual .inner .row:nth-of-type(1) h1, .home section.main-visual .inner .row:nth-of-type(1) h2 {
    display: none;
  }
  /* line 329, page.scss */
  .home section.news h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  /* line 332, page.scss */
  .home section.news h2 #news_more {
    padding: 0 5px 0 10px;
    margin-bottom: 0;
  }
  /* line 339, page.scss */
  .home section.new_listing h2 {
    font-size: 0.8rem;
    text-align: center;
  }
  /* line 363, page.scss */
  .home section.area h2 {
    font-size: 1rem;
    margin-bottom: 20px;
  }

}
/*** SP ***/
@media screen and (max-width: 544px) {
  /* common */
  /* line 409, page.scss */
  .common section.content h2 {
    font-size: 1rem;
  }

  /* area */
  /* line 475, page.scss */
  .area section.link h2 {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=page.css.map */
