/* IMPORT CSS */
@import url("grid.css");
@import url("width.css");
@import url("table.css");
@import url("font.css");
@import url("space.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
.background {
	background-color: #00984B;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #E73528;
}

a img:hover {
	opacity: 0.8;
}

a.linkPDF{
	padding:3px 0 0px 21px;
	background:url(../img/pdf_icon.png) no-repeat left;
}


/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
	flex-direction: row;
	padding: 1rem 0 0 0;
}
.telbox {
	margin-left: auto;
	padding: 1rem 0 0 0;
}
.menu {
	background-color: #00984B;
}
nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
	margin-bottom: 0;
}
nav li {
	flex: 1 0 auto;
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 500;
}
nav li a {
	text-decoration: none;
	text-align: center;
	color: #fff;
}
nav a:hover {
	background-color: #007a3c;    
	color: #fff;
}
nav a {
	padding: 2rem 1rem;
	display: block;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
	display: none !important;
}

#navi {
	display: block !important;
}
}
@media screen and (max-width: 768px){
.head {
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
}

.telbox {
}

.head #open,#close  {
	position: absolute;
	top: 20px;
	right: 12px;
	}
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
	display: block;
	width: 50px;
	border: none;
	position: absolute;
	top: 20px;
	right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
	display: none;
}
}

/*メイン画像
-------------------------------------*/
.main_img img {
	width: 100vw;
}

/*Infrastructure画像
-------------------------------------*/
.infrastructure_img {
	width: 100%;
}

.infrastructure_img img {
	display: block;
	margin: 2.5rem auto 0;
}
/*メインコンテンツ
-------------------------------------*/
main {
	margin: 2.5rem 0 5rem 0;
}

/*新着情報
-------------------------------------*/
.news h3 {
	background-color: #28a745;
	color: #fff;
	padding: 1rem;
	margin: 0 0 1.5rem 0;
	font-size: 2.2rem;
	line-height: 1.1;
	font-weight: 500;
}

.news dl{
	position: relative;
	width: 100%;
}

.news dl dt.styleA,
.news dl dt.styleB{
	position: absolute;
	padding: 0.1rem 0 0.1rem 0.6rem;
	font-size: 1.7rem;
	font-weight: 500;
}

.news dl dt.styleA{
	border-left: #58D3C7 solid 0.6rem;
}

.news dl dt.styleB{
	border-left: #E73528 solid 0.6rem;
}

.news dl dd{
	width: 100%;
	font-size: 1.7rem;
	min-height: 2.3rem;
	padding: 0.1rem 0 0 8.5rem;
	margin: 0 0 0.7rem 0;
	border-bottom : 2px dotted #999999;
}

.news dl dd a {
	display: inline;
	color: #0000FF;
	text-decoration-line: none;
}
.news dl dd a:hover { 
	color: #E73528;
}

.news dl dd span.date{
	font-size: 1.5rem;
	text-align: right;
}

/*広告情報
-------------------------------------*/

.banner img{
	margin: 0 0 2rem 0;
}

/*サブページ
-------------------------------------*/



/*フッター
-------------------------------------*/
footer {
	background-color: #00984B;
	padding: 5rem 0;
	color: #fff;
}
footer h5.footerA {
	border-bottom: 2px solid #fff;
}

footer ul li{
	list-style: none;
}

footer ul li:before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	position: relative;
	top: 0.7rem;
	left: -0.5rem;
	background-image: url("../img/footer_ul_li_img.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
}


footer ul ul{
	  margin: 0 0 0 1.5rem;
	  font-size: 90%; }

footer a{
	color: #FFFFFF;
}

footer a:hover {
	color: #E73528;
}
/*コピーライト
-------------------------------------*/
.copyright {
	text-align: center;
	padding: 1rem 0;
	background-color: #fff;
}
.copyright a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#pagetop a {
	display: block;
	background: #00592D;
	color: #fff;
	width: 5rem;
	padding: 0.5rem 0.5rem;
	text-align: center;
}
#pagetop a:hover {
	background: #00E673;
}
/*-------------------------
__PanArea
-------------------------*/
div#PanArea ul{
	font-size: 1.5rem;
}

div#PanArea ul li{
	display: inline;
}

div#PanArea a{
	padding: 0 15px 0 0;
	background: url(../img/PanArea.gif) no-repeat right center;
}

/************************************
** Twitterボックス
************************************/
.p-twitter-box{
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	margin:0 auto 3rem;
	width:100%;
}
.p-twitter-box .p-twitter-title{
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 1em 0;
	font-size: 3rem;
}
.p-twitter-box .twitter-tweet{
	margin:0 !important;
}
.p-twitter-box p{
	display:none;
}

/* ブルー */
.p-twitter-box .p-twitter-blue{
	background: #1da1f2;
}

/* ============================================
   Phase 2 追加スタイル
   ============================================ */

/* 新着情報 dl を CSS Grid 化（position:absolute廃止、スマホで崩れない） */
.news dl.news-grid {
	display: grid;
	grid-template-columns: 8.5rem 1fr;
	row-gap: 0.6rem;
	column-gap: 0.6rem;
	align-items: start;
}
.news dl.news-grid dt.styleA,
.news dl.news-grid dt.styleB {
	position: static;
	padding: 0.2rem 0 0.2rem 0.6rem;
	font-size: 1.7rem;
	font-weight: 500;
	white-space: nowrap;
}
.news dl.news-grid dd {
	position: static;
	width: auto;
	padding: 0.2rem 0 0.6rem 0;
	margin: 0;
	font-size: 1.7rem;
	border-bottom: 2px dotted #999;
	min-height: 0;
}
.news dl.news-grid dd a {
	color: #0000FF;
	text-decoration: none;
}
.news dl.news-grid dd a:hover {
	color: #E73528;
}
.news dl.news-grid dd .date {
	font-size: 1.4rem;
	color: #555;
	margin-left: 0.5rem;
	white-space: nowrap;
}
/* ============================================
   お問い合わせフォーム（2026-05-18 診断#05）
   ============================================ */

.contact-hero {
	background: linear-gradient(135deg, #00984B 0%, #007a3c 100%);
	color: #fff;
	padding: 4rem 2rem 3.5rem;
	text-align: center;
}
.contact-hero__inner {
	max-width: 760px;
	margin: 0 auto;
}
.contact-hero__title {
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	margin: 0 0 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.contact-hero__sub {
	font-size: clamp(1.3rem, 1.6vw, 1.6rem);
	line-height: 1.8;
	margin: 0;
	opacity: 0.95;
}

/* タブ */
.contact-tabs {
	margin: 3rem 0;
}
.contact-tabs__nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin-bottom: 0;
	background: #f3f3f3;
	padding: 0.5rem;
	border-radius: 10px 10px 0 0;
}
.contact-tabs__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 1.2rem 0.8rem;
	background: transparent;
	color: #555;
	border: none;
	border-radius: 8px;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.contact-tabs__btn:hover {
	background: rgba(0, 152, 75, 0.08);
	color: #00592D;
}
.contact-tabs__btn[aria-selected="true"] {
	background: #00984B;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 152, 75, 0.3);
}
.contact-tabs__icon {
	font-size: 1.8rem;
	line-height: 1;
}

.contact-tabs__panel {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 2.5rem 2rem;
}
.contact-tabs__desc {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #555;
	margin: 0 0 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}
.contact-tabs__direct {
	margin: 2rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid #eee;
	font-size: 1.3rem;
	color: #666;
	text-align: center;
}
.contact-tabs__direct a {
	color: #00984B;
	text-decoration: underline;
	font-weight: 600;
}

/* フォーム */
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.contact-form__row {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.contact-form__label {
	font-size: 1.4rem;
	font-weight: 600;
	color: #1a1a1a;
}
.contact-form__req {
	color: #d33;
	margin-left: 0.3rem;
}
.contact-form__input {
	width: 100%;
	min-height: 48px;
	padding: 1rem 1.2rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	color: #1a1a1a;
	font-family: inherit;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-form__input:focus {
	outline: none;
	border-color: #00984B;
	box-shadow: 0 0 0 3px rgba(0, 152, 75, 0.15);
}
.contact-form__textarea {
	resize: vertical;
	min-height: 140px;
	line-height: 1.7;
}

/* select の OS デフォルト UI を抑制して自前矢印を描画 */
select.contact-form__input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 3rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23555' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: right 1.2rem center;
	background-size: 12px 8px;
}
select.contact-form__input::-ms-expand {
	display: none;
}
.contact-form__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 1.5rem;
	border-top: 1px dashed #ddd;
}
.contact-form__note {
	font-size: 1.2rem;
	color: #777;
	line-height: 1.7;
	margin: 0;
}
.contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	align-self: center;
	min-height: 52px;
	padding: 1.4rem 3rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	background: #00984B;
	color: #fff;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	white-space: nowrap;
	box-sizing: border-box;
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 4px 12px rgba(0, 152, 75, 0.3);
}
.contact-form__submit:hover {
	background: #007a3c;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 152, 75, 0.4);
}
@media screen and (max-width: 480px) {
	.contact-form__submit {
		width: 100%;
		max-width: 320px;
		padding: 1.4rem 1.5rem;
		font-size: 1.4rem;
		white-space: normal;
	}
}

/* モバイル */
@media screen and (max-width: 768px) {
	.contact-tabs__nav {
		grid-template-columns: 1fr;
	}
	.contact-tabs__btn {
		padding: 1rem 0.8rem;
		font-size: 1.3rem;
	}
	.contact-tabs__panel {
		padding: 2rem 1.2rem;
	}
}

/* ============================================
   広告主募集 LP（2026-05-18 診断#03 SPIN）
   ============================================ */

/* ヒーロー */
.spsn-hero {
	background: linear-gradient(135deg, #00984B 0%, #007a3c 60%, #005a2c 100%);
	color: #fff;
	padding: 6rem 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.spsn-hero::before,
.spsn-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 213, 79, 0.08);
}
.spsn-hero::before { top: -120px; left: -120px; width: 320px; height: 320px; }
.spsn-hero::after  { bottom: -160px; right: -120px; width: 380px; height: 380px; }
.spsn-hero__inner {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.spsn-hero__eyebrow {
	font-size: 1.3rem;
	letter-spacing: 0.3em;
	margin: 0 0 1rem;
	color: #ffd54f;
	font-weight: 600;
}
.spsn-hero__title {
	font-size: clamp(2.8rem, 5.5vw, 5rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1.5rem;
	text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.spsn-hero__sub {
	font-size: clamp(1.4rem, 1.8vw, 1.7rem);
	line-height: 1.8;
	margin: 0 0 2.5rem;
	opacity: 0.95;
}
.spsn-hero__cta {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

/* ボタン */
.spsn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 2.4rem;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	white-space: nowrap;
}
.spsn-btn--primary {
	background: #ffd54f;
	color: #00592D;
	box-shadow: 0 4px 16px rgba(255, 213, 79, 0.4);
}
.spsn-btn--primary:hover {
	background: #ffc107;
	transform: translateY(-2px);
	color: #00592D;
}
.spsn-btn--ghost {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.7);
}
.spsn-btn--ghost:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
}
.spsn-btn--lg {
	padding: 1.5rem 3rem;
	font-size: 1.7rem;
}

/* セクション共通 */
.spsn-section {
	margin: 5rem 0;
	padding: 0 1rem;
}
.spsn-section__label {
	color: #00984B;
	font-size: 1.2rem;
	letter-spacing: 0.3em;
	font-weight: 700;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}
.spsn-section__title {
	font-size: clamp(2.2rem, 3.5vw, 3.2rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 1.5rem;
	line-height: 1.4;
	border: none;
}
.spsn-section__lead {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #555;
	margin: 0 0 2.5rem;
}
.spsn-section__note {
	font-size: 1.2rem;
	color: #888;
	margin: 1.5rem 0 0;
}
.spsn-section--dark {
	background: #1a1a1a;
	color: #fff;
	padding: 5rem 3rem;
	border-radius: 12px;
	margin: 5rem 0;
}
.spsn-section--dark .spsn-section__title { color: #fff; }
.spsn-section--dark .spsn-section__label { color: #ffd54f; }

/* 統計数値 */
.spsn-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.spsn-stats li {
	padding: 2rem 1.5rem;
	background: #f5faf6;
	border-radius: 12px;
	border-top: 4px solid #00984B;
}
.spsn-stats__num {
	display: block;
	font-size: clamp(3rem, 5vw, 4.5rem);
	font-weight: 700;
	color: #00592D;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.spsn-stats__num--small { font-size: clamp(1.8rem, 2.5vw, 2.4rem); }
.spsn-stats__label {
	font-size: 1.3rem;
	color: #555;
	letter-spacing: 0.05em;
}

/* 問題セクション */
.spsn-problems {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}
.spsn-problems__item {
	padding: 2rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.spsn-problems__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}
.spsn-problems__icon {
	font-size: 3rem;
	margin: 0 0 1rem;
}
.spsn-problems__item h3 {
	font-size: 1.7rem;
	margin: 0 0 0.8rem;
	color: #1a1a1a;
}
.spsn-problems__item p {
	font-size: 1.4rem;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

/* 示唆セクション */
.spsn-implication {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	display: grid;
	gap: 1.5rem;
}
.spsn-implication li {
	font-size: 1.6rem;
	line-height: 1.9;
	padding-left: 3rem;
	position: relative;
	color: rgba(255,255,255,0.92);
}
.spsn-implication li::before {
	content: "▶";
	position: absolute;
	left: 0;
	color: #ffd54f;
}

/* メリット */
.spsn-benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}
.spsn-benefits__item {
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
	border-top: 4px solid #00984B;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.spsn-benefits__num {
	font-size: 2rem;
	font-weight: 700;
	color: #00984B;
	margin: 0 0 0.5rem;
	letter-spacing: 0.05em;
}
.spsn-benefits__item h3 {
	font-size: 1.7rem;
	margin: 0 0 1rem;
	color: #1a1a1a;
}
.spsn-benefits__item p {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555;
	margin: 0;
}

/* プラン */
.spsn-plans {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}
.spsn-plan {
	position: relative;
	padding: 2.5rem 2rem;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 12px;
	transition: transform 0.2s ease;
}
.spsn-plan:hover { transform: translateY(-3px); }
.spsn-plan--featured {
	border-color: #00984B;
	box-shadow: 0 8px 24px rgba(0, 152, 75, 0.15);
	transform: scale(1.02);
}
.spsn-plan__badge {
	position: absolute;
	top: -12px;
	right: 1.5rem;
	background: #ffd54f;
	color: #00592D;
	padding: 0.4rem 1rem;
	border-radius: 999px;
	font-size: 1.2rem;
	font-weight: 700;
}
.spsn-plan__name {
	font-size: 2rem;
	margin: 0 0 0.5rem;
	color: #00592D;
}
.spsn-plan__price {
	font-size: 2.4rem;
	font-weight: 700;
	color: #00984B;
	margin: 0 0 0.5rem;
}
.spsn-plan__lead {
	font-size: 1.3rem;
	color: #888;
	margin: 0 0 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}
.spsn-plan__features {
	list-style: none;
	padding: 0;
	margin: 0;
}
.spsn-plan__features li {
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 0.4rem 0 0.4rem 1.8rem;
	position: relative;
}
.spsn-plan__features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #00984B;
	font-weight: 700;
}

/* パートナー例 */
.spsn-partners {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}
.spsn-partners li {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.2rem 1.5rem;
	background: #f5faf6;
	border-radius: 8px;
	font-size: 1.5rem;
}
.spsn-partners__icon { font-size: 2rem; }

/* 流れ（STEP） */
.spsn-flow {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.5rem;
	counter-reset: step;
}
.spsn-flow li {
	padding: 2rem 1.5rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	position: relative;
}
.spsn-flow__step {
	display: inline-block;
	background: #00984B;
	color: #fff;
	padding: 0.3rem 0.8rem;
	border-radius: 4px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
.spsn-flow li h3 {
	font-size: 1.6rem;
	margin: 0 0 0.5rem;
	color: #1a1a1a;
}
.spsn-flow li p {
	font-size: 1.3rem;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

/* バナー規格・掲載NG */
.spsn-spec {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	background: #fafafa;
	padding: 3rem 2rem;
	border-radius: 12px;
	margin: 3rem 0;
}
.spsn-spec__title {
	font-size: 1.8rem;
	margin: 0 0 1.2rem;
	color: #00592D;
	border-bottom: 2px solid #00984B;
	padding-bottom: 0.6rem;
}
.spsn-spec__list dt {
	font-weight: 600;
	color: #1a1a1a;
	margin-top: 1rem;
	font-size: 1.4rem;
}
.spsn-spec__list dd {
	margin: 0.3rem 0 0;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #555;
}
.spsn-spec__ng {
	list-style: none;
	padding: 0;
	margin: 0;
}
.spsn-spec__ng li {
	font-size: 1.3rem;
	padding: 0.4rem 0 0.4rem 1.5rem;
	position: relative;
	color: #555;
	line-height: 1.6;
}
.spsn-spec__ng li::before {
	content: "✕";
	position: absolute;
	left: 0;
	color: #d33;
	font-weight: 700;
}
.spsn-spec__note {
	font-size: 1.2rem;
	color: #888;
	margin-top: 1rem;
}
.spsn-plan__price-sub {
	display: block;
	font-size: 1.2rem;
	color: #888;
	font-weight: 400;
	margin-top: 0.2rem;
}
.spsn-cta__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.spsn-spec { grid-template-columns: 1fr; }
}

/* CTA */
.spsn-cta {
	margin: 5rem 0 3rem;
	padding: 4rem 2rem;
	background: linear-gradient(135deg, #fff9c4 0%, #ffe082 100%);
	border-radius: 16px;
	text-align: center;
}
.spsn-cta h2 {
	font-size: clamp(2rem, 3.5vw, 2.8rem);
	margin: 0 0 1rem;
	color: #1a1a1a;
	border: none;
}
.spsn-cta p {
	font-size: 1.5rem;
	margin: 0 0 2rem;
	color: #444;
}
.spsn-cta__sub {
	margin-top: 1.5rem !important;
}
.spsn-cta__sub small {
	color: #666;
	font-size: 1.3rem;
}

/* モバイル */
@media screen and (max-width: 768px) {
	.spsn-hero { padding: 4rem 1.5rem; }
	.spsn-section--dark { padding: 3rem 1.5rem; }
	.spsn-plan--featured { transform: none; }
}

/* ============================================
   大会詳細ページ（2026-05-18 診断#02 HTMLページ化）
   ============================================ */

.tdetail-section {
	margin: 2.5rem 0;
}
.tdetail-section h2 {
	margin-bottom: 1.2rem;
}

/* 大会資料リンクリスト */
.tdetail-docs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
}
.tdetail-docs li {
	margin: 0;
}
.tdetail-docs a {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.2rem 1.4rem;
	background: #fff;
	border: 1px solid #ddd;
	border-left: 4px solid #00984B;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.tdetail-docs a:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	border-color: #00984B;
}
.tdetail-docs__icon {
	font-size: 2rem;
	line-height: 1;
}
.tdetail-docs__label {
	flex: 1;
	font-weight: 600;
	font-size: 1.5rem;
}
.tdetail-docs__date {
	font-size: 1.2rem;
	color: #888;
	white-space: nowrap;
}

/* 結果セクション */
.tdetail-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
}
.tdetail-results__division {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1.5rem;
}
.tdetail-results__title {
	font-size: 1.6rem;
	margin: 0 0 1rem 0;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid #00984B;
	color: #00592D;
}
.tdetail-results__list {
	margin: 0;
}
.tdetail-results__list dt {
	font-weight: 600;
	color: #00592D;
	margin-top: 0.8rem;
	font-size: 1.4rem;
}
.tdetail-results__list dd {
	margin: 0.3rem 0 0 1rem;
	font-size: 1.5rem;
	line-height: 1.7;
}
.tdetail-results__best-four {
	margin: 0;
	padding-left: 1.5rem;
	font-size: 1.4rem;
}
.tdetail-results--pending p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.tdetail-results--pending small {
	color: #888;
	font-size: 1.3rem;
}

/* 参加大学 */
.tdetail-universities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.5rem 1rem;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
}
.tdetail-universities li {
	padding: 0.5rem 0.8rem;
	background: #f5faf6;
	border-left: 3px solid #00984B;
	border-radius: 4px;
}

/* レポート本文 */
.tdetail-notes {
	font-size: 1.5rem;
	line-height: 1.8;
	white-space: pre-wrap;
	background: #fafafa;
	padding: 1.5rem;
	border-radius: 6px;
	border-left: 3px solid #00984B;
}

/* 年度ページャ */
.tdetail-pager {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 1rem;
	align-items: center;
	margin: 3rem 0 2rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
}
.tdetail-pager a {
	display: inline-block;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
	color: #00592D;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 6px;
	transition: background-color 0.15s ease;
}
.tdetail-pager a:hover {
	background: #f0f7f2;
	color: #00984B;
}
.tdetail-pager__prev { justify-self: start; }
.tdetail-pager__back {
	background: #00984B;
	color: #fff !important;
	font-weight: 600;
}
.tdetail-pager__back:hover {
	background: #007a3c !important;
	color: #fff !important;
}
.tdetail-pager__next { justify-self: end; }

/* TournamentArchive: 詳細ページリンク */
.tarchive-detail-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.5rem 1rem;
	background: #00984B;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.15s ease, transform 0.15s ease;
	white-space: nowrap;
}
.tarchive-detail-link:hover {
	background: #007a3c;
	color: #fff;
	transform: translateX(2px);
}

@media screen and (max-width: 768px) {
	.tdetail-pager {
		grid-template-columns: 1fr;
	}
	.tdetail-pager__prev,
	.tdetail-pager__next { justify-self: stretch; text-align: center; }
}

/* ============================================
   東北学生テニス連盟 拡張（2026-05-18）
   ============================================ */

/* トップの協賛企業リスト（右カラム） */
.sponsor-heading {
	background: linear-gradient(135deg, #00984B 0%, #007a3c 100%);
	color: #fff;
	padding: 1rem 1.4rem;
	margin: 0 0 1rem;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.sponsor-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1rem;
}
.sponsor-list li {
	margin: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	overflow: hidden;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sponsor-list li:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.sponsor-list a {
	display: block;
}
.sponsor-list a img {
	display: block;
	width: 100%;
	height: auto;
}
/* 横並びバージョン（introduction の協賛一覧） */
.sponsor-list--wide {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.5rem;
}

/* 大会一覧ページのカード */
.tlist__lead {
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 1rem 0 2.5rem;
	color: #555;
}
.tlist-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin: 2rem 0 3rem;
}
.tlist-card {
	display: flex;
	gap: 1.2rem;
	padding: 1.8rem 1.5rem;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 12px;
	text-decoration: none;
	color: #1a1a1a;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tlist-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	color: #1a1a1a;
}
.tlist-card--red:hover { border-color: #c72a2a; }
.tlist-card--teal:hover { border-color: #5cbab0; }
.tlist-card__icon {
	font-size: 3.6rem;
	line-height: 1;
	flex-shrink: 0;
}
.tlist-card__body { flex: 1; }
.tlist-card__name {
	font-size: 1.7rem;
	font-weight: 700;
	margin: 0 0 0.4rem;
	color: #00592D;
	line-height: 1.4;
}
.tlist-card__short {
	font-size: 1.3rem;
	color: #888;
	margin: 0 0 0.8rem;
}
.tlist-card__desc {
	font-size: 1.4rem;
	line-height: 1.7;
	color: #555;
	margin: 0 0 1rem;
}
.tlist-card__latest {
	font-size: 1.2rem;
	color: #00984B;
	font-weight: 500;
	margin: 0 0 0.8rem;
}
.tlist-card__cta {
	font-size: 1.4rem;
	font-weight: 600;
	color: #00984B;
}

/* シリーズページの説明文 */
.tseries__desc {
	font-size: 1.6rem;
	line-height: 1.9;
	margin: 1.5rem 0 2.5rem;
	padding: 1.2rem 1.4rem;
	background: #fafafa;
	border-left: 4px solid #00984B;
	border-radius: 0 6px 6px 0;
	color: #444;
}

/* ============================================
   フッターリニューアル（2026-05-18）
   ============================================ */

/* レガシーCSS（footer ul li::before のPNGアイコン等）を打ち消し */
footer.site-footer {
	background: linear-gradient(180deg, #007a3c 0%, #006532 100%);
	color: #fff;
	padding: 4rem 0 0;
	position: relative;
}
footer.site-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, #ffd54f 0%, #ffb300 50%, #ffd54f 100%);
	opacity: 0.85;
}
/* レガシー footer ul li:before（PNGアイコン）を完全に消す */
footer.site-footer ul li::before {
	display: none !important;
	content: none !important;
}
footer.site-footer ul {
	margin: 0;
	padding: 0;
}

/* フッターのグリッドレイアウト */
.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem 4rem;
	align-items: start;
	padding-bottom: 3rem;
}

/* ブランド側 */
.footer-brand__logo {
	margin: 0 0 1.2rem 0;
}
.footer-brand__logo img {
	max-width: 320px;
	width: 100%;
	height: auto;
	filter: brightness(1.05);
}
.footer-brand__tagline {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.7;
	opacity: 0.85;
	letter-spacing: 0.02em;
}

/* ナビ側 */
.footer-nav__title {
	font-size: 1.2rem;
	letter-spacing: 0.25em;
	margin: 0 0 1.4rem 0;
	font-weight: 600;
	color: #ffd54f;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 0.8rem;
	text-transform: uppercase;
}
.footer-nav ul {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.4rem;
}
.footer-nav li {
	margin: 0;
}
.footer-nav a {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.5rem 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	transition: color 0.2s ease, transform 0.2s ease;
}
.footer-nav a:hover {
	color: #ffd54f;
	transform: translateX(4px);
}
.footer-nav__icon {
	font-size: 1.5rem;
	line-height: 1;
	flex-shrink: 0;
}

/* コピーライト（フッター内に統合） */
.footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding: 1.8rem 0;
	text-align: center;
}
.footer-copyright small {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	opacity: 0.85;
}

/* モバイル: 縦並び */
@media screen and (max-width: 768px) {
	footer.site-footer {
		padding: 3rem 0 0;
	}
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding-bottom: 2rem;
	}
	.footer-brand__logo img {
		max-width: 240px;
	}
	.footer-nav__title {
		font-size: 1.1rem;
	}
	.footer-nav a {
		font-size: 1.4rem;
	}
}

/* ============================================
   メニューバーリニューアル（2026-05-18）
   ============================================ */

.menu {
	background: linear-gradient(180deg, #00a652 0%, #00984B 60%, #007a3c 100%);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	position: relative;
}
.menu::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, #ffd54f 0%, #ffb300 50%, #ffd54f 100%);
	opacity: 0.85;
}

nav ul {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	flex: 1 1 0;
	margin: 0;
	font-size: 1.7rem;
	font-weight: 500;
}
nav li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}
nav a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 1.6rem 0.8rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.04em;
	transition: background-color 0.2s ease, color 0.2s ease;
}
nav a .nav-icon {
	font-size: 1.6rem;
	line-height: 1;
	transition: transform 0.2s ease;
}
nav a .nav-label {
	font-weight: 600;
}

/* アンダーライン（下からスライドイン） */
nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 2px;
	background: #ffd54f;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: width 0.25s ease;
}

/* hover */
nav a:hover {
	background-color: rgba(0, 0, 0, 0.12);
	color: #fff;
}
nav a:hover::after {
	width: 60%;
}
nav a:hover .nav-icon {
	transform: scale(1.15) rotate(-4deg);
}

/* アクティブページ */
nav a.is-active {
	background-color: rgba(0, 0, 0, 0.22);
	color: #fff;
}
nav a.is-active::after {
	width: 70%;
	height: 3px;
	background: #ffd54f;
}

/* モバイル（768px以下） */
@media screen and (max-width: 768px) {
	/* ヘッダーを relative にしてハンバーガーを位置決め */
	header { position: relative; }

	/* ロゴ部分の余白を右側に確保（ハンバーガーボタンと重ねない） */
	.head {
		flex-direction: row !important;
		align-items: center;
		padding-right: 6rem;
		text-align: left;
	}
	.head h1 { margin: 0.8rem 0; flex: 1; }

	/* ハンバーガー/クローズボタン
	   ↓レガシーCSSの上書き、PNG非依存でCSS描画
	*/
	#open,
	#close {
		position: absolute;
		top: 1.2rem;
		right: 1.2rem;
		width: 44px;
		height: 44px;
		background: #00984B !important;
		color: #fff;
		border: none !important;
		border-radius: 6px;
		cursor: pointer;
		z-index: 30;
		padding: 0;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
		transition: background-color 0.2s ease, transform 0.15s ease;
	}
	#open:hover,
	#close:hover { background: #007a3c !important; transform: translateY(-1px); }
	#open img,
	#close img { display: none !important; }

	/* 三本線（open） */
	#open::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 22px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		transform: translate(-50%, -50%);
		box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
	}

	/* バツ印（close） */
	#close::before,
	#close::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 22px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
	}
	#close::before { transform: translate(-50%, -50%) rotate(45deg); }
	#close::after  { transform: translate(-50%, -50%) rotate(-45deg); }

	/* メニュー閉↔開で open/close を切替（JSが aria-expanded を更新） */
	#open[aria-expanded="false"] { display: flex !important; }
	#open[aria-expanded="true"]  { display: none !important; }
	#close[aria-expanded="true"] { display: flex !important; }
	#close[aria-expanded="false"]{ display: none !important; }

	/* .menu: 黄色アンダーラインだけ残らないように、空時は完全非表示 */
	.menu::after { display: none; }
	.menu {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	}
	#navi {
		/* JS が display:block にセットするまでは非表示 */
		display: none;
	}

	/* メニュー項目のモバイルスタイル */
	nav ul {
		flex-direction: column;
	}
	nav li {
		font-size: 1.6rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}
	nav li:last-child { border-bottom: none; }
	nav li + li {
		border-left: none;
	}
	nav a {
		justify-content: flex-start;
		padding: 1.4rem 1.6rem;
		gap: 1rem;
	}
	nav a::after {
		left: 1.6rem;
		bottom: 6px;
		transform: none;
	}
	nav a:hover::after,
	nav a.is-active::after {
		width: calc(100% - 3.2rem);
	}
}

/* ============================================
   新着情報リニューアル（2026-05-18）
   ============================================ */

/* 新着情報セクションを縦方向flexで、X フォローボタンを最下部に配置
   → 右の広告バナーと自然に高さが揃う */
section.container > .row {
	align-items: stretch;
}
.col.news {
	display: flex;
	flex-direction: column;
}

/* 見出し */
.news .news-heading {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	background: linear-gradient(135deg, #00984B 0%, #007a3c 100%);
	color: #fff;
	padding: 1.2rem 1.5rem;
	margin: 0 0 1.5rem 0;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.news .news-heading__icon {
	font-size: 2.2rem;
	line-height: 1;
}

/* 新着リスト本体 */
.news .news-list {
	list-style: none;
	margin: 0 0 1rem 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	flex-grow: 1; /* X フォローボタンを底面に押し、右の広告バナーと高さを揃える */
}
.news .news-item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.news .news-item:hover {
	transform: translateY(-1px);
	border-color: #00984B;
	box-shadow: 0 4px 12px rgba(0, 152, 75, 0.12);
}
.news .news-item__link {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	gap: 0 1rem;
	align-items: center;
	padding: 1rem 1.2rem;
	text-decoration: none;
	color: #333;
}
.news .news-item__date {
	font-size: 1.3rem;
	color: #888;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.news .news-item__tag {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.3rem 0.8rem;
	border-radius: 999px;
	color: #fff;
	white-space: nowrap;
	letter-spacing: 0.04em;
}
.news .news-item__tag--requirements {
	background: #2d8fc9; /* 大会要項 = 青系 */
}
.news .news-item__tag--result {
	background: #e7593a; /* 大会結果 = 赤系 */
}
.news .news-item__title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #222;
	line-height: 1.5;
}
.news .news-item__arrow {
	color: #00984B;
	font-size: 1.6rem;
	font-weight: 600;
	transition: transform 0.18s ease;
	margin-left: 0.5rem;
}
.news .news-item:hover .news-item__arrow {
	transform: translateX(3px);
}

/* モバイル: dateとtagを上行、titleを下行 */
@media screen and (max-width: 768px) {
	.news .news-item__link {
		grid-template-columns: auto auto 1fr;
		grid-template-areas:
			"date tag arrow"
			"title title title";
		row-gap: 0.5rem;
	}
	.news .news-item__date { grid-area: date; }
	.news .news-item__tag { grid-area: tag; }
	.news .news-item__title { grid-area: title; font-size: 1.4rem; }
	.news .news-item__arrow { grid-area: arrow; }
}

/* 広告バナーを縦中央配置で、新着情報セクションの高さに馴染ませる */
.col.banner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.col.banner > a,
.col.banner > a picture,
.col.banner > a img {
	display: block;
	width: 100%;
	height: auto;
}

/* ============================================
   X (Twitter) フォローボタン
   ============================================ */
/* X (Twitter) フォローボタン */
.x-follow-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	margin-top: 2rem;
	padding: 0.8rem 1.4rem;
	background: #000;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 600;
	transition: background 0.2s, transform 0.15s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.x-follow-btn:hover {
	background: #1a1a1a;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.x-follow-btn__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.x-follow-btn__text {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
	line-height: 1;
}
.x-follow-btn__handle {
	font-weight: 600;
}
.x-follow-btn__action {
	font-size: 1.2rem;
	font-weight: 500;
	opacity: 0.85;
	padding-left: 0.6rem;
	margin-left: 0.2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}

@media screen and (max-width: 768px) {
	.news dl.news-grid {
		grid-template-columns: 7rem 1fr;
	}
	.news dl.news-grid dd .date {
		display: block;
		margin-left: 0;
		margin-top: 0.3rem;
	}
}

/* 過去大会アーカイブ アコーディオン */
.archive-accordion {
	margin: 1.5rem 0 2rem;
}
.archive-accordion > summary {
	cursor: pointer;
	background: #f0f0f0;
	padding: 1rem 1.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	border-left: 4px solid #00984B;
	user-select: none;
	list-style: none;
}
.archive-accordion > summary::-webkit-details-marker {
	display: none;
}
.archive-accordion > summary::before {
	content: "▶ ";
	color: #00984B;
	font-size: 1.2rem;
	margin-right: 0.5rem;
	display: inline-block;
	transition: transform 0.2s;
}
.archive-accordion[open] > summary::before {
	transform: rotate(90deg);
}
.archive-accordion > summary:hover {
	background: #e5e5e5;
}
.archive-accordion[open] > summary {
	margin-bottom: 1rem;
}

/* TOPボタン: 本文との衝突を避けるためサイズ縮小＋透明度＋スマホで右下から少し離す */
#pagetop a {
	opacity: 0.85;
	border-radius: 4px;
	font-size: 1.3rem;
}
#pagetop a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	#pagetop {
		bottom: 60px;
		right: 10px;
	}
	#pagetop a {
		width: 4rem;
		padding: 0.4rem;
	}
}

/* dlstyleB（縦並びの章立て型） */
.dlstyleB {
	margin: 1rem 0 2rem;
}
.dlstyleB dt {
	font-weight: 600;
	color: #00592D;
	margin-top: 1rem;
	font-size: 1.6rem;
}
.dlstyleB dd {
	margin: 0.3rem 0 0.8rem 1.5rem;
	font-size: 1.5rem;
	line-height: 1.7;
}

/* dlstyleC（2カラムのテーブル型）
   - 旧 font.css の float レイアウトがddの高さで崩れるため、CSS Gridで上書き
   - 旧背景画像も打ち消す */
dl.dlstyleC {
	display: grid;
	grid-template-columns: minmax(14rem, 26rem) 1fr;
	gap: 0;
	width: 100%;
	margin: 1rem auto 2rem;
	border-top: 1px solid #ccc;
	background: none !important;
	font-size: 1.5rem;
}
dl.dlstyleC dt,
dl.dlstyleC dd {
	float: none !important;
	clear: none !important;
	width: auto !important;
	padding: 1rem 1.5rem !important;
	margin: 0 !important;
	border-bottom: 1px solid #ccc !important;
	line-height: 1.7;
}
dl.dlstyleC dt {
	background: #f3f3f3;
	font-weight: 600;
	color: #333;
	font-size: 1.5rem;
}
dl.dlstyleC dd ul.listB {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl.dlstyleC dd ul.listB li {
	margin: 0.2rem 0;
	padding: 0;
}
@media screen and (max-width: 768px) {
	dl.dlstyleC {
		grid-template-columns: 1fr;
		border-top: none;
	}
	dl.dlstyleC dt {
		border-top: 1px solid #ccc !important;
		border-bottom: none !important;
	}
}
.listA, .listB {
	margin: 0.5rem 0 0.5rem 2rem;
	font-size: 1.5rem;
	line-height: 1.7;
}
.right {
	text-align: right;
	font-size: 1.4rem;
	color: #555;
	margin: 0.5rem 0 2rem;
}
.mb40 { margin-bottom: 4rem; }
.pb30 { padding-bottom: 3rem; }
.muted { color: #999; }

/* TableA / TableB はtable.cssで定義済み想定。アイコン用最低限の調整 */
.TableA td img, .TableB td img {
	max-width: 60px;
	height: auto;
}

/* ============================================
   ブラッシュアップ Phase（2026-05-17）
   ============================================ */

/* ヒーロー：オーバーレイ + キャッチコピー */
.hero {
	position: relative;
	overflow: hidden;
}
.hero .hero-img {
	width: 100vw;
	display: block;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 8vw;
	/* 左→右の横グラデ ＋ 全体に薄暗化 で文字をくっきり */
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.35) 100%),
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.35) 45%,
			rgba(0, 0, 0, 0.05) 100%
		);
	color: #fff;
	pointer-events: none;
}
.hero-copy {
	font-size: clamp(2.2rem, 4.8vw, 5.2rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 0.8rem;
	/* 2層シャドウ: 近い濃影 + 遠いソフト影で背景に関わらず可読 */
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.6),
		0 2px 12px rgba(0, 0, 0, 0.55),
		0 0 30px rgba(0, 0, 0, 0.35);
	line-height: 1.2;
}
.hero-sub {
	font-size: clamp(1.3rem, 2vw, 2rem);
	font-weight: 500;
	margin: 0;
	opacity: 0.95;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.6),
		0 2px 8px rgba(0, 0, 0, 0.5);
}

/* SP: 中央寄せ + 上下方向のグラデで文字下の暗化を強化 */
@media screen and (max-width: 768px) {
	.hero-overlay {
		align-items: center;
		text-align: center;
		padding: 0 6vw;
		background:
			linear-gradient(
				180deg,
				rgba(0, 0, 0, 0.2) 0%,
				rgba(0, 0, 0, 0.55) 45%,
				rgba(0, 0, 0, 0.7) 100%
			);
	}
	.hero-img {
		min-height: 60vh;
		object-fit: cover;
		object-position: 60% center; /* 人物が中央寄りに */
	}
	.hero-copy {
		font-size: clamp(2.4rem, 7vw, 3.6rem);
		line-height: 1.35;
	}
	.hero-sub {
		font-size: 1.4rem;
	}
}

/* 大会カード（旧 image01.gif の代替） */
.tcard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin: 1.5rem 0 3rem;
}
.tcard {
	display: block;
	text-decoration: none;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s, box-shadow 0.2s;
}
.tcard:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	color: #fff;
}
.tcard__inner {
	padding: 2rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	min-height: 200px;
}
.tcard--red {
	background: linear-gradient(135deg, #c72a2a 0%, #9a1f1f 100%);
	border: 3px solid #fff;
	outline: 2px solid #c72a2a;
}
.tcard--teal {
	background: linear-gradient(135deg, #5cbab0 0%, #3a8e85 100%);
	border: 3px solid #fff;
	outline: 2px solid #5cbab0;
}
.tcard__edition {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}
.tcard__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.tcard__date,
.tcard__deadline {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem;
	font-size: 1.4rem;
	margin-top: auto;
}
.tcard__label {
	background: rgba(0, 0, 0, 0.25);
	padding: 0.2rem 0.6rem;
	border-radius: 3px;
	font-size: 1.2rem;
}
.tcard__value {
	font-weight: 500;
}
.tcard__deadline-date {
	background: #ffeb3b;
	color: #c72a2a;
	font-weight: 700;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	font-size: 1.3rem;
}
.tcard--teal .tcard__deadline-date {
	color: #1d5f57;
}
.tcard__cta {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

/* フッター お問い合わせ */
.footer-contact {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-contact__label {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 0.5rem;
	letter-spacing: 0.05em;
}
.footer-contact__items {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0;
}
.footer-contact__items a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.footer-contact__items a:hover {
	color: #ffeb3b;
}

/* TOPボタン円形モダン化（既存#pagetopを上書き） */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #00984B;
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s, transform 0.25s, background 0.2s, visibility 0.25s;
	z-index: 50;
	padding: 0;
}
#pagetop.is-visible {
	opacity: 0.9;
	visibility: visible;
	transform: translateY(0);
}
#pagetop:hover {
	background: #00b85b;
	opacity: 1;
}
#pagetop a {
	/* 旧aセレクタ無効化（buttonに変えたため） */
	display: none;
}
@media screen and (max-width: 768px) {
	#pagetop {
		bottom: 16px;
		right: 16px;
		width: 40px;
		height: 40px;
	}
}

/* ----------------------------------------
   スクロール連動の控えめなフェードアップ
   ---------------------------------------- */
.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	will-change: opacity, transform;
}
.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}
/* 連続要素の順次表示用 */
.reveal--delay-1 { transition-delay: 0.05s; }
.reveal--delay-2 { transition-delay: 0.10s; }
.reveal--delay-3 { transition-delay: 0.15s; }
.reveal--delay-4 { transition-delay: 0.20s; }

/* ヒーローのキャッチコピー初期表示アニメ */
.hero-copy,
.hero-sub {
	opacity: 0;
	transform: translateY(12px);
	animation: heroFadeUp 0.9s ease-out 0.25s forwards;
}
.hero-sub {
	animation-delay: 0.45s;
}
@keyframes heroFadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* hero-overlay 自体は pointer-events:none のままだが
   アニメーション中の見栄えがいいように */

/* 大会ページの上部ヒーロー（旧 image01.gif の代替） */
.thero {
	position: relative;
	overflow: hidden;
	padding: 6rem 2rem 5rem;
	color: #fff;
	margin: 0 0 1.5rem;
}
.thero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.thero__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.65;
}
/* テーマ別グラデーション（背景画像が無い／読み込み中でも見栄えする） */
.thero--red {
	background: linear-gradient(135deg, #c72a2a 0%, #7a1818 100%);
}
.thero--teal {
	background: linear-gradient(135deg, #5cbab0 0%, #1d5f57 100%);
}
.thero--red .thero__bg::after,
.thero--teal .thero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 60%);
	pointer-events: none;
}
.thero__inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.thero__title {
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	line-height: 1.2;
}
.thero__sub {
	margin: 1rem 0 0;
	font-size: clamp(1.3rem, 1.8vw, 1.7rem);
	opacity: 0.92;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
	.thero {
		padding: 4rem 1.5rem 3.5rem;
	}
}

/* prefers-reduced-motion: ユーザがアニメ控えめ設定なら一切動かさない */
@media (prefers-reduced-motion: reduce) {
	.reveal,
	.reveal.is-visible,
	.hero-copy,
	.hero-sub {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
	.tcard {
		transition: none !important;
	}
	#pagetop {
		transition: none !important;
	}
}



/* =========================================================
 * ナビゲーション サブメニュー（大会一覧ドロップダウン）
 * ========================================================= */
#navi .has-submenu {
	position: relative;
}
/* PC：「大会一覧」リンクの末尾に下向き矢印 */
#navi .nav-caret {
	display: inline-block;
	margin-left: 0.3em;
	font-size: 0.8em;
	opacity: 0.8;
	transition: transform 0.2s ease;
}
/* サブメニュー本体（共通：非表示） */
#navi .submenu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navi .submenu li {
	margin: 0;
}
#navi .submenu a {
	display: block;
	padding: 0.85em 1.2em;
	color: #333;
	text-decoration: none;
	font-size: 0.95em;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}
#navi .submenu a:hover,
#navi .submenu a:focus,
#navi .submenu a.is-active {
	background: rgba(46, 125, 50, 0.08);
	color: #2e7d32;
}
/* PCのみ：ホバー or キーボードフォーカスでサブメニュー表示 */
@media screen and (min-width: 769px) {
	#navi .submenu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		min-width: 320px;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-top: 3px solid #2e7d32;
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
		border-radius: 0 0 8px 8px;
		padding: 0.4em 0;
		z-index: 200;
	}
	#navi .has-submenu:hover .submenu,
	#navi .has-submenu:focus-within .submenu {
		display: block;
	}
	#navi .has-submenu:hover .nav-caret {
		transform: rotate(180deg);
	}
	/* スマホ用ボタンはPCでは非表示 */
	#navi .submenu-toggle {
		display: none;
	}
}
/* スマホ：ボタンで展開、サブメニューはインライン */
@media screen and (max-width: 768px) {
	#navi .has-submenu {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#navi .has-submenu > a {
		flex: 1 1 auto;
	}
	#navi .nav-caret {
		display: none;
	}
	#navi .submenu-toggle {
		appearance: none;
		background: transparent;
		border: none;
		color: inherit;
		font-size: 1.4em;
		padding: 0.6em 1em;
		cursor: pointer;
		line-height: 1;
		transition: transform 0.2s ease;
	}
	#navi .has-submenu.is-open .submenu-toggle {
		transform: rotate(180deg);
	}
	#navi .has-submenu.is-open .submenu {
		display: block;
		flex: 0 0 100%;
		background: rgba(255, 255, 255, 0.04);
	}
	#navi .submenu a {
		color: inherit;
		padding-left: 2.5em;
		font-size: 0.92em;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	#navi .submenu a:hover,
	#navi .submenu a:focus,
	#navi .submenu a.is-active {
		background: rgba(255, 255, 255, 0.08);
		color: inherit;
	}
}
