@charset "UTF-8";
.page_toptitle {
  background: url(/common/img/community_based/bg_toptitle.jpg) no-repeat center center;
  background-size: cover; }

#community_based .wrap {
  margin: 10rem auto 6rem auto;
  width: 80%; }
  @media (min-width: 768px) {
    #community_based .wrap {
      width: 90%; } }
  @media (min-width: 1024px) {
    #community_based .wrap {
      width: 1000px; } }
#community_based h2, #community_based h3 {
  color: #009fb7;
  font-weight: normal;
  font-size: 2.4rem; }
#community_based .read {
  margin: 15vh 0; }
  #community_based .read p {
    line-height: 2.5;
    margin-bottom: 2em; }
    @media (min-width: 768px) {
      #community_based .read p {
        text-align: center; } }
#community_based .img {
  margin-bottom: 6rem; }
#community_based li {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    #community_based li {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #community_based li .text {
        width: 55%; }
      #community_based li .img {
        width: 35%; }
        #community_based li .img img {
          width: 100%; }
      #community_based li:nth-child(even) {
        flex-direction: row-reverse; } }
  #community_based li .text p {
    line-height: 2.5;
    margin-bottom: 2em; }
#community_based .shop_link {
  display: flex;
  margin: 2rem 0; }
  #community_based .shop_link .btn_b {
    width: 75px;
    margin: 0 2rem 0 0; }

/* 同ページリンク非表示 */
#link_list ul li:nth-child(6) {
  display: none; }

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