@charset "utf-8";


/* ===============================
共通スタイル
================================= */
html {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "HelveticaNeue-Bold", Arial, san-serif;
	font-family:"HelveticaNeue-Light",Arial,san-serif;
	line-height: 1;
}
.inner,
iframe {
	width: calc(100% - 36px);
	margin: 0 auto;
}
.blankPd {
	padding-top: 60px;
	padding-bottom: 60px;
}
.blankMg {
	margin-top: 60px;
	margin-bottom: 60px;
}
h2 {
	display: block;
	font-weight: 400;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	line-height: 1.0;
	text-align: center;
	color: #000;
}
h3 {
	font-size: 13px;
	display: block;
	line-height: 1.5;
	letter-spacing: -0.5px;
	color: #040000;
}
p {
	font-size: 16px;
	line-height: 1.6;
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.eng {
	text-align: center;
	font-size: 12px;
	color:#00529b;
}
table {
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: 8px;
	text-align: left;
	border: 1px solid #d1d0d0;
	font-size: 16px;
}
.td-lef {
	background-color: #03a83221;
	vertical-align: middle;
	width: 91px;
}
.tableText {
	font-size: 16px;
	line-height: 1.6;
}
.spNone {
	display: none;
}
section {
	padding: 40px 0;
}
.pageImage,
.pageImage div {
	line-height: 0;
}

.pageTitle h2 {
	font-size: 24px;
	font-weight: 1000;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (min-width: 1024px) {
	.pageTitle h2 {
		font-size: 36px;
	}
	.eng {
		margin-bottom: 36px;
	}

}



/* ===============================
グローバルナビ
================================= */
nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #f5f5f5;
	color: #000;
	text-align: center;
	transform: translateY(-200%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}
nav.globalMenuSp ul {
	background: #f5f5f5;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li {
	font-size: 1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #583829;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #583829;
	padding: 10px 0;
}
nav.globalMenuSp.active {
	transform: translateY(0%);
}

/* ===============================
ハンバーガーメニュー
================================= */
.navToggle {
	display: block;
	position: fixed;
	right: 4px;
	top: 0px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 3;
	background:  #00529b;
	text-align: center;
	opacity: 0.9;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 28px;
	border-bottom: 3px solid #eee;
	transition: 0.35s ease-in-out;
	left: 9px;
}
.navToggle span:nth-child(1) { top: 12px; }
.navToggle span:nth-child(2) { top: 21px; }
.navToggle span:nth-child(3) { top: 30px; }
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
.navToggle.active span:nth-child(1) {
	top: 21px;
	transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 21px;
	transform: rotate(45deg);
}
@media (min-width: 1024px) {
	.navToggle {
		display: none;
	}
}

/* ===============================
ページトップ
================================= */
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 4px;
	font-size: 77%;
	z-index: 210;
}
#pagetop a {
	text-decoration: none;
	width: 46px;
	display: block;
}
#pagetop a:hover {
	opacity: 0.8;
}
#pagetop a img {
	width: 100%;
	height: auto;
}

/* ===============================
Header
================================= */
#header {
	width: 100%;
	height: 46px;
	margin: auto;
	top: 0;
	left: 0;
	flex-wrap: nowrap;
	align-items: flex-start;
	position: sticky;
	z-index: 2;
	transition: 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .inner {
	width: calc(100% - 8px);
	height: 46px;
	align-items: center;
	display: flex;
}
#header.color {
	background: #00529b;
}
#header .headArea {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
#header .logo {
	width: 180px;
	margin-top: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#header .logo a {
	line-height: 0;
}
.logo .top {
	width: 200px;
}
.logo .bottom {
	margin-top: 30px;
	width: 300px;
}
.navibox {
	width: 100%;
	max-width: 1050px;
	display: none;
}
.navibox li {
	font-weight: bold;
}
.head-area .navibox ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.head-area .navibox ul li {
	padding: 0 15px;
	border-right: 1px dotted #fff;
}
#header.color .head-area .navibox ul li {
	border-right: 1px dotted #000;
}
.head-area .navibox ul li:last-child,
#header.color .headArea .navibox ul li:last-child {
	border-right: none;
}
.head-area .navibox ul li p {
	color: #fff;
	transition: 0.4s;
}
#header.color .headArea .navibox ul li p {
	color: #000;
}
@media (min-width: 1024px) {
	#header {
		height: 60px;
	}
	#header .inner {
		height: 60px;
	}
	#header .logo {
		width: 240px;
	}
	.navibox {
		display: block;
		width: calc(100% - 240px);
	}
	.navibox ul {
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.navibox ul li {
		padding: 0 16px 0;
	}
	.navibox ul li:first-child {
		border-top: dashed 0px  #c1c1c1;
	}
	.navibox ul li a {
		color: #fff;
	}
}

/* ===============================
Slider Section
================================= */
section.slider {
	position: relative;
	padding: 0;
}
section.slider .message {
	position: absolute;
	left: 10px;
	bottom: 20px;
	color: #fff;
	line-height: 1.6;
	text-shadow: rgb(0 0 0 / 56%) 1px 0 8px;
}
@media (min-width: 768px) {
	section.slider .message {
		font-size: 32px;
		left: 32px;
		bottom: 52px;
	}
}
@media (min-width: 1200px) {
	section.slider .message {
		font-size: 36px;
		left: 60px;
		bottom: 140px;
	}
}

/* ===============================
Footer
================================= */
footer.footer {
	background-color: #8d836f;
}
footer.footer #footerBox {
	width: calc(100% - 36px);
	margin: 0 auto;
	padding: 20px 0;
}
footer.footer #footerBox .fLogo {
	width: 100px;
	margin: 0 auto 20px;
}
footer.footer #footerBox .location {
	text-align: center;
}
footer.footer #footerBox .location p,
footer.footer #footerBox .location p a {
	color: #fff;
	font-size: 14px;
}
footer.footer #footerBox .footerNavi {
	display: none;
}
footer.footer #footerBox .copyright {
	margin-top: 20px;
	text-align: center;
}
footer.footer #footerBox .copyright p {
	font-size: 12px;
	color: #fff;
}

/* ===============================
Front Page
================================= */
/*-- We Serve --*/
section.declaration h2 {
	font-size: 12vw;
	font-weight: bold;
	color: #00529b;
	margin-bottom:16px;
	letter-spacing: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (min-width: 390px) {
	section.declaration h2 {
		font-size: 32px;
	}
}
@media (min-width: 1024px) {
	section {
		padding: 60px 0;
	}
	.inner, iframe {
		max-width: 1200px;
		width: 82vw;
	}
	section.declaration h2 {
		font-size: 42px;
		margin-bottom: 28px;
	}
}
@media (min-width: 1300px) {
	section {
		padding: 80px 0;
	}
}
/*-- クラブとは・モットー・スローガン --*/
section.component {
	background-color: #f6f6f6;
}
.blockRight,
.blockLeft {
	padding: 0;
	height: auto;
	position: relative;
	background-color: #fff;
}
.blockRight:before, .blockRight:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	width: 100%;
}
.blockRight .accent,
.blockLeft .accent {
	display: block;
	width: 250px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blockRight .accent .layer,
.blockLeft .accent .layer {
	display: block;
	height: 20px;
	width: 100%;
	-ms-transform: translate(-12px,-30px) rotate(-15deg);
	-webkit-transform: translate(-12px,-30px) rotate(-15deg);
	transform: translate(-12px,-30px) rotate(-15deg);
}
.bgBlue {
	background-color: #0a3dab;
}
.bgViolet {
	background-color: #8b2994;
}
.bgGreen {
	background-color: #4caf50;
}
.blockRight .accent .layer.layer1,
.blockLeft .accent .layer.layer1 {
	opacity: 1;
}
.blockRight .accent .layer.layer2,
.blockLeft .accent .layer.layer2 {
	opacity: .7;
}
.blockRight .accent .layer.layer3,
.blockLeft .accent .layer.layer3 {
	opacity: .4;
}
.blockRight .wrapperMobile,
.blockLeft .wrapperMobile {
	width: 100%;
	height: 61.5vw;
	background-size: cover;
	background-repeat: no-repeat;
}
section.component.lionsClub .wrapperMobile {
	background-image: url(../gero-lions2025/contents/top/component001.jpg);
}
section.component.motto .wrapperMobile {
	background-image: url(../gero-lions2025/contents/top/component002.jpg);
}
section.component.slogan .wrapperMobile {
	background-image: url(../gero-lions2025/contents/top/component003.jpg);
}
.container {
	padding: 0 8px;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
.blockText {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 70px 20px 20px;
	background-position: center top;
	background-size: contain;
	-webkit-clip-path: polygon(0 10%,101% 0%,101% 101%,-1% 101%);
	-ms-clip-path: polygon(0 10%,101% 0%,101% 101%,-1% 101%);
	clip-path: polygon(0 10%,101% 0%,101% 101%,-1% 101%);
	margin-top: -40px;
}
.blockWrapper {
	padding: 0 24px 32px;
	margin-top: -50px;
}
.md12,
.lg5,
.lg6 {
	position: relative;
	min-height: 1px;
}
.blockWrapper  h3 {
	font-size: 5vw;
	line-height: 34px;
	letter-spacing: 0px;
	margin: 5px 0 10px;
	font-synthesis: none;
}
@media (min-width: 390px) {
	.blockWrapper  h3 {
		font-size: 20px;
	}
}
@media (min-width: 1024px) {
	section.component {
		padding: 0 0 60px;
	}
	section.component.lionsClub {
		padding: 60px 0;
	}
	.inner, iframe {
		max-width: 1200px;
		width: 82vw;
	}
	section.declaration h2 {
		font-size: 42px;
		margin-bottom: 28px;
	}
	section.component .inner {
		width: 100%;
	}
	section.component .blockRight,
	section.component .blockLeft {
		height: 450px;
		padding: 0;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
	}
	.blockRight {
		background-position: center left;
	}
	.blockRight:before,
	.blockRight:after,
	.blockLeft:before,
	.blockLeft:after{
		content: " ";
		clear: both;
		display: block;
		height: 0;
		width: 100%;
	}
	.blockRight .accent, .blockLeft .accent {
		display: block;
		width: 600px;
		height: 300px;
	}
	.blockRight .accent .layer, .blockLeft .accent .layer {
		display: block;
		height: 50px;
		-ms-transform: translate(-52px,14px) rotate(-60deg);
		-webkit-transform: translate(-52px,14px) rotate(-60deg);
		transform: translate(-52px,14px) rotate(-60deg);
		width: 120px;
	}
	.blockRight .accent .layer.layer2, .blockLeft .accent .layer.layer2 {
		-ms-transform: translate(-81px,11px) rotate(-60deg);
		-webkit-transform: translate(-81px,11px) rotate(-60deg);
		transform: translate(-81px,11px) rotate(-60deg);
		width: 240px;
	}
	.blockRight .accent .layer.layer3, .blockLeft .accent .layer.layer3 {
		-ms-transform: translate(-113px,13px) rotate(-60deg);
		-webkit-transform: translate(-113px,13px) rotate(-60deg);
		transform: translate(-113px,13px) rotate(-60deg);
		width: 360px;
	}
	.blockLeft {
		background-position: center right;	
	}
	.blockLeft .accent {
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
		display: block;
		width: 600px;
		height: 300px;
	}
	.component-photo-lockup .block-left .accent .layer {
		display: block;
		height: 50px;
		width: 100%;
	} .accent .layer {
		display: block;
		height: 50px;
		width: 100%;
	}
	.blockLeft .accent .layer.layer1 {
		-ms-transform: translate(533px,237px) rotate(-60deg);
		-webkit-transform: translate(533px,237px) rotate(-60deg);
		transform: translate(533px,237px) rotate(-60deg);
		width: 120px;
	}
	.blockLeft .accent .layer.layer2 {
		-ms-transform: translate(442px,141px) rotate(-60deg);
		-webkit-transform: translate(442px,141px) rotate(-60deg);
		transform: translate(442px,141px) rotate(-60deg);
		width: 240px;
	}
	.blockLeft .accent .layer.layer3 {
		-ms-transform: translate(353px,41px) rotate(-60deg);
		-webkit-transform: translate(353px,41px) rotate(-60deg);
		transform: translate(353px,41px) rotate(-60deg);
		width: 360px;
	}
	.blockLeft .blockText {
		-webkit-clip-path: polygon(0 0,100% -1%,80% 101%,0% 100%);
		-ms-clip-path: polygon(0 0,100% -1%,80% 101%,0% 100%);
		clip-path: polygon(0 0,100% -1%,80% 101%,0% 100%);
	}
	.blockLeft .blockWrapper {
		position: absolute;
		top: 64%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.component .separator {
		height: 4px;
		width: 68px;
		background-color: #f9c910;
		margin: 0;
	}
	.tileBody {
		margin: 20px 0;
	}
	section.component.lionsClub .blockRight{
		background-image: url(../gero-lions2025/contents/top/component001.jpg);
	}
	section.component.motto .blockLeft {
		background-image: url(../gero-lions2025/contents/top/component002.jpg);
	}
	section.component.slogan .blockRight {
		background-image: url(../gero-lions2025/contents/top/component003.jpg);
	}
	section.component .wrapperMobile {
		display: none;
	}
	.container {
		padding: 0;
		height: 100%;
		max-width: 1200px;
	}
	.row {
		height: 100%;
	}
	.blockRight .blockText {
		-webkit-clip-path: polygon(0 101%,100% 100%,100% 0,20% 0);
		-ms-clip-path: polygon(0 101%,100% 100%,100% 0,20% 0);
		clip-path: polygon(0 101%,100% 100%,100% 0,20% 0);
	}
	.blockText {	
		margin-bottom: 0;
		margin-top: 0;
		padding: 0 8px;
	}
	.blockWrapper {
		position: absolute;
		top: 64%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 3.5%;
		padding-right: 3.5%;
		padding-top: 0;
		z-index: 1;
	}
	.lg5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.lg6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.offsetLg1 {
		margin-left: 8.33333%;
	}
	.offsetLg2 {
		margin-left: 2%;
	}
	.offsetLg6 {
		margin-left: 52%;
	}
	.offsetLg5 {
		margin-left: 41.66667%;
	}
}
@media (min-width: 1300px) {
	.inner, iframe {
		max-width: 1200px;
		width: 1200px;
	}
	section.component {
		padding: 0 0 80px;
	}
	section.component.lionsClub {
		padding: 80px 0;
	}
	section.declaration .inner {
		width: 830px;
	}
	section.declaration h2 {
		font-size: 60px;
		margin-bottom: 28px;
	}
	.blockWrapper  h3 {
		font-size: 28px;
	}


}

/*-- 主な活動内容 --*/
section.mainActivity {
	background-color: #112e57;
}
section.mainActivity h2 {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	margin-bottom:20px;
	letter-spacing: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
section.mainActivity .activityList .item {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #fff;
}
section.mainActivity .activityList .item:last-child {
	margin-bottom: 0;
}
section.mainActivity .activityList .item div {
	margin-bottom: 12px;
}
section.mainActivity .activityList .item h4 {
	font-size: 4.2vw;
	text-align: center;
	font-weight: normal;
}
@media (min-width: 390px) {
	section.mainActivity h2 {
		font-size: 24px;
	}
	section.mainActivity .activityList .item h4 {
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	section.mainActivity h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.activityArea .activityList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.activityArea .activityList .item {
		width: 46%;
	}
	section.mainActivity .activityList .item:last-child {
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.activityArea .activityList .item {
		width: 22%;
	}
}


/*-- 下呂ライオンズクラブの概要 --*/
section.overview h2 {
	font-size: 6vw;
	font-weight: bold;
	margin-bottom:20px;
	letter-spacing: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
section.overview table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1200px;
}
section.overview table th, section.overview table td {
	border: 2px solid #fff;
	background-color: #efefef;
	padding: 8px;
	line-height: 1.4;
	vertical-align: middle;
	height: 46px;
}
section.overview table th {
	background-color: #00529b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 96px;
	min-width: 4em;
	font-size: 14px;
}
section.overview table td {
	width: calc(100% - 96px);
}

section.overview .googleMap {
	width: 100%;
	margin: 20px auto 0;
}
section.overview .googleMap iframe {
	width: 100%;
}
@media (min-width: 390px) {
	section.overview h2 {
		font-size: 24px;
	}
}
@media (min-width: 600px) {
	section.overview table th {
		width: 120px;
	}
	section.overview table td {
		width: calc(100% - 138px);
	}
}
@media (min-width: 1024px) {
	section.overview h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	section.overview table th, section.overview table td {
		padding: 12px;
		height: 60px;
	}
	section.overview table td {
		padding: 12px 0 12px 24px;;
	}

	section.overview table th {
		width: 160px;
	}
	section.overview table td {
		width: calc(100% - 186px);
	}
}

/*-- リンク --*/
section.link {
	background-color:#f6f6f6;
}
section.link h2 {
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.linkList.area01,
.linkList.area02 {
	margin-bottom: 36px;
}
section.link h3 {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	margin-bottom: 12px;
	padding-left: 32px;
	position: relative;
}

section.link h3::after {
	background: url(../gero-lions2025/contents/top/arrow.png) center top / cover no-repeat;
	width: 24px;
	height: 24px;
}
section.link h3::after, section.link h3::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}
section.link ul li {
	margin-bottom: 8px;
}
section.link ul li a {
	padding-left: 16px;
	position: relative;
	font-size: 3.9vw;
}
section.link ul li a:before {
	position: absolute;
	content: "・";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	color: #8b8787;
}
section.link ul li a:hover{
	color : #00529b;
}
@media (min-width: 390px) { 
	section.link h2 {
		font-size: 24px;
	}
	section.link ul li a {
		font-size: 14px;
	}
}
@media (min-width: 1024px) {
	section.link h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	section.link h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	section.link ul li {
		margin-bottom: 12px;
	}
	section.link ul li a {
		font-size: 16px;
	}
}
@media (min-width: 450px) { 
}
@media (min-width: 768px) { 
}
@media (min-width: 1024px) { 
}
@media (min-width: 1366px) { 
}
@media (min-width: 1500px) { 
}

/* ===============================
Activity Page
================================= */
.activity {
	background-color: #f6f6f6;
}
.activity li {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
}
.activity .title h3 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #fff;
	padding: 12px 20px 10px;
	background: #00529b;
}
.activity .article .activityImg  {
	margin-bottom: 8px;
}	
@media (min-width: 1024px) {

	.activity li {
		padding: 40px;
	}
	.activity .title h3 {
		margin-bottom: 24px;
		padding: 20px 20px 18px;
		font-size: 24px;
	}
	.activity .article .activityImg {
		margin-bottom: 22px;
	}	
}
@media (min-width: 1100px) {
	.activity .inner {
		max-width: 1024px;
	}
}
/* ===============================
History Page
================================= */
.tableContainer {
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
}
.table {
	border-collapse: collapse;
}
.tableHeader {
	color: #fff; /* 文字色は任意のものに変更してください */
	font-weight: 700;
	background: #095DAD; /* 背景色は任意のものに変更してください */
}
.scrollHint {
	position: absolute;
	top: 12%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	display: none;
	animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
	0% {
		transform: translate(-50%, -50%);
	}
	50% {
		transform: translate(-40%, -50%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}
.scrollHint_show {
	display: block;
}
section.history table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1024px;
}
section.history table th, section.history table td {
	border: 2px solid #fff;
	padding: 10px 20px 8px;
	line-height: 1.4;
	vertical-align: middle;
	height: 40px;
}
section.history table th {
	color: #fff;
	font-weight: bold;
	text-align: center;
	min-width: 5em;
	font-size: 14px;
}
section.history table th.th03,
section.history table th.th04,
section.history table th.th05 {
	min-width: 7.4em;
}
section.history table th.th06 {
	min-width: 14em;
}
section.history table td {
	background-color: #f5f5f5;
}
section.history table td.td01,
section.history table td.td02 {
	text-align: center;
}
@media (min-width: 1100px) {
	.history .inner {
		max-width: 1200px;
	}
}


/* ===============================
About Page
================================= */
.tableContainer {
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
}
.table {
	border-collapse: collapse;
}
.tableHeader {
	color: #fff; /* 文字色は任意のものに変更してください */
	font-weight: 700;
	background: #095DAD; /* 背景色は任意のものに変更してください */
}
.scrollHint {
	position: absolute;
	top: 12%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	display: none;
	animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
	0% {
		transform: translate(-50%, -50%);
	}
	50% {
		transform: translate(-40%, -50%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}
.scrollHint_show {
	display: block;
}
section.about {
background-color: #f6f6f6;
}
section.about table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1024px;
}
section.about table th, section.about table td {
	border: 2px solid #fff;
	padding: 10px 20px 8px;
	line-height: 1.4;
	vertical-align: middle;
	height: 40px;
}
section.about table th {
	color: #fff;
	font-weight: bold;
	text-align: center;
	min-width: 5em;
	font-size: 14px;
}
section.about table th.th03,
section.about table th.th04,
section.about table th.th05 {
	min-width: 7.4em;
}
section.about table th.th06 {
	min-width: 14em;
}
section.about table td {
	background-color: #f5f5f5;
}
section.about table td.td01,
section.about table td.td02 {
	text-align: center;
}
section.about .greetingdsArea .name {
margin: 4px 0 16px;
}
section.about .greetingdsArea .name p {
	font-size: 18px;
}
section.about .greetingdsArea .message .year {

	margin-bottom: 4px;

}
section.about .greetingdsArea .message .year p {
 	color: #00529b;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
section.about .greetingdsArea .message .year p:after {
    margin-top: 12px;
    margin-bottom: 0px;
    height: 1px;
    content: '';
    display: block;
    width: 50px;
    background-color: #113e83;
}
section.about .greetingdsArea .message .year p span {
letter-spacing: -1;
}
section.about .greetingdsArea .message .slogan {
	margin-bottom: 12px;
}
section.about .greetingdsArea .message .slogan p {
 font-size: 20px;
	font-weight: bold;
}
section.about .greetingdsArea .message .greetingds {
margin-bottom: 20px;
}
section.about .chart h3,
section.about .memberList h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #fff;
    padding: 12px 20px 10px;
    background: #00529b;
	text-align: center;
}


@media (min-width: 1100px) {
	.about .inner {
		max-width: 1200px;
	}
}


