@charset "UTF-8";
/*
Theme Name: 二本松JC 2026
Version: 1.00
Template: jc
Description: 二本松青年会議所HP 2026 版テーマ
Author: HONTA Yuki
*/
@import url("../jc/style.css");

.in_main {
	background-image: none;
}

.content {
	background-image: none;
}

footer.main-footer {
	background-image: none;
}

.in_main_tit {
	padding-bottom: inherit;
}

.in_main_cap {
	margin-top: inherit;
}

.in_main_tit {
	color: #ff0000;					/* 年度メインカラー */
	border-bottom-color: #ff0000;	/* 年度メインカラー */
}
.in_main_cap {
	color: #ff0000;		/* 年度メインカラー */
}

/* index content */
.cont-link {
	position: relative;
}

/* link
a:link { color: #0097d7; text-decoration: none;  }
a:visited { color: #0097d7; text-decoration: none; }
a:active { color: #0097d7; text-decoration: none; }
a:hover { color: #aacf53; text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
} */

.cont-link p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 33%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.75);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cont-link p.belief {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50%;
	height: 50%;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	background-color: rgba(0, 112, 192, 0.75);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.belief_lead {
	text-indent: 1em;
}

.belief {
	text-indent: 1em;
}

.cont-link p span.cl-year {
	letter-spacing: 0.5em;
}

.cont-link p span.cl-title {
	font-size: 200%;
}

.cont-link img {
	width: 100%;
}

.plan-slogan {
	color: #ff0000;
}

.org_chart {
	max-width:1024px; height:auto;
}
/*-------------------------------------------------
  footer
-------------------------------------------------*/
footer.main-footer{	color:#0097d7; }	/* JCIアクア */
footer a:link { color: #0097d7; }
footer a:visited { color: #0097d7; }
footer a:hover { color: #ff0000; }		/* 年度メインカラー */
footer a:active { color: #0097d7; }

/* --------------
   2020 未来チケット */
table.mirai-ticket-list {
	border-collapse: collapse !important;
}

table.mirai-ticket-list tr:first-child {
	color: #ffffff;
	background: #c1854f !important;
	border: solid 1px #c1854f !important;
}

table.mirai-ticket-list th {
	padding: 0.5rem 0.2rem;
	border-right: solid 1px #4d4d4d !important;
	text-align: center !important;
}

table.mirai-ticket-list th:last-child {
	border-right: none;
}

table.mirai-ticket-list td {
	padding: 0.5rem 0.2rem;
	border: solid 1px #4d4d4d !important;
}
/* 2020 未来チケット
   -------------- */

/* 情報公開 */
.in_disclosure ul {
	list-style: disc !important;
	padding-left: 3rem !important;
}

/* タブレット向け：739px～1023px */
@media screen and (min-width: 739px) , print {
	.in_main_tit {
		padding-bottom: 10px;
	}
}

/* PC向けレイアウトの指定：1024px以上では固定レイアウト */
@media screen and (min-width: 1024px) , print {
	.in_main_tit {
		padding-bottom: 20px;
	}
}