@charset "utf-8";

h2 { margin-bottom:40px; }



.tag-container { margin-top:10px;}
.tag { display:inline-block; background-color:#f0f0f0; padding: 5px 10px; margin:3px; border-radius:12px; font-size:0.9em; }

.banner { width:100%; display:block; margin-bottom:40px; }
.banner img { width:100%; }
.banner:hover { opacity:0.7; }
.photo_recruit { width:100%; }
@media screen and (min-width:768px) {
    .banner { width:90%; margin:0 auto 120px auto;  }
    .photo_recruit { width:400px; margin:50px auto 50px auto; display:block; }
    .parttimer { margin-top:100px; }
}
@media screen and (min-width:1024px) {
    .banner { width:960px; }
}


/* PCではリンクを無効に見せる＋クリック無効化 */
@media screen and (min-width: 769px) {
    .tel-link {
      pointer-events: none;         /* クリック無効 */
      color: inherit;               /* リンク色にしない */
      text-decoration: none;        /* 下線も消す */
      cursor: default;              /* マウスカーソルを通常に */
    }
  }




