@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.c-gnav>.menu-item>a .ttl {
font-size: 15px;
font-weight: 500;
letter-spacing: 1.2px;
}
.c-gnav { padding: 14px 0px; }
.c-gnav li{ padding: 0px 4px; border-right:1px solid #E6E6E6; }
.c-gnav li:first-child{ border-left:1px solid #E6E6E6;}

/* PDFアイコンを表示（Font Awesome） */
a[href$=".pdf"]::after {
  content: "\f1c1"; /* PDFアイコンのUnicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 1.2rem;
}
.wp-block-file a:not(.wp-block-file__button) {
  font-size: 1rem;
}
/* ダウンロードボタンを非表示 */
.wp-block-file__button {
	display: none;
}
a:hover {
	text-decoration: none;
}
/* フッター周り */
p.copyright{ margin-top:20px;}
.l-footer__nav li a{padding: 0px 15px; margin-top: 20px;}
/* フッターをページ下部に固定 */
#body_wrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
#breadcrumb,
#content {
	width: 100%;
}
#footer {
	margin-top: auto;
}
.mininote{ color: #0d6cbf;}
/* TOPメインコピー */
.p-mainVisual__slideTitle{  margin-left: 15px;
}

@media (max-width: 768px) {
  .activity-icon img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}