/*+++ toppage +++*/
/*@media print, screen and (min-width:960px) {
	body.front-page {	*//* for overflow:hidden*/
/*		position: relative;
	}
}*/
/*++ header ++*/
.header-logo-text {
	display: none;
}
@media print, screen and (min-width:960px) {
	body.front-page {	/* for overflow:hidden*/
		position: static;
	}
	.front-page #header {
		width: 6rem;	/*96px*/
		height: 75vh;
		min-height: 540px;
		display: block;
		position: absolute;
		z-index: 9999;
	}
	.front-page .h-inner {
		width: 100%;
		height: 100%;
		display: block;
	}
	.front-page #header-logo {
		padding: 2.5rem 1.25rem 0;	/*40px 20px 0*/
		width: 6rem;	/*96px*/
		position: absolute;
	}
	.front-page #header-logo a {
		height: auto;
	}
	.header-logo-mark {
		margin: 0 auto;
		display: block;
	}
	.header-logo-text {
		margin: 1rem auto 0;
		display: block;
	}
}
/*+ slider +*/
#slider {
	width: 100%;
	height: 75vh;
	min-height: 540px;
}
@media print, screen and (min-width:960px) {
	#slider {
		margin-left: 6rem;	/*96px*/
		width: calc(100% - 6rem);
		border-bottom-left-radius: 2rem;	/*32px*/
	}
}
/*+ plan +*/
.header-plan {
	background: rgba(255, 255, 255, 0.85);
	width: 90%;
	max-width: 576px;
	position: absolute;
	right: 5%;
	bottom: 1.5rem;	/*24px*/
	z-index: 999;
}
.header-plan dt {
	color: #fff;
	background: rgba(247, 118, 29, 0.8);
	padding: 0 1.5rem;	/* 0 24px */
	height: 2.5rem;	/*40px*/
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
.header-plan dt i.bx {
	margin-right: 0.25rem;	/*4px*/
	display: inline-block;
}
.header-plan dd {
	font-size: 0.875rem;	/*14px*/
	padding: 1rem 1.5rem;	/* 16px 24px */
}
.header-plan-list-item + .header-plan-list-item {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px dashed #A1AF9F;
}
.header-plan-list-item {
	width: 100%;
	overflow : hidden;
}
.header-plan-list-item p {
	padding-left: 100%;
	white-space : nowrap;
	line-height : 1em;
	display: inline-block;
/*	animation-name: scrollText;
	animation-timing-function: linear;
	animation-iteration-count: infinite;*/
/*	animation-play-state: running;*/
}
.header-plan-list-item p br,
.header-plan-list-item p img,
.header-plan-list-item figure {
	display: none;
}
.header-plan-list-item p:nth-child( n+2 ) {
	display: none;
}
/*.header-plan-list-item p:hover {
	animation-play-state: paused;
}*/
@keyframes scrollText{
	0% { transform: translateX(0) }
	100% { transform: translateX(-100%) }
}

/*++ gnav ++*/
.gnav-logo {
	display: none;
	padding: 0.75rem 0;	/* (5rem -3.5rem) /2*/
}
.gnav-logo a {
	width: 3.5rem;	/*56px*/
	height: 3.5rem;	/*56px*/
	display: block;
}
.front-page #gnav.active .gnav-inner {
	width: 100%;
}
_:-ms-input-placeholder, :root .front-page #gnav {
	height: 0;
	padding-bottom: 0;
}
_:-ms-input-placeholder, :root .front-page #gnav.active {
	height: auto;
	padding-bottom: 2.5rem;
}
@media print, screen and (min-width:960px) {
	.front-page #gnav {
		height: 5rem;	/*80px*/
		display: block;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		right: 0;
		z-index: 9999;
		overflow: visible;
	}
	.front-page.admin-bar #gnav {
		top: 32px;
	}
	_:-ms-input-placeholder, :root .front-page #gnav {
		height: 5rem;	/*80px*/
	}
	.front-page .gnav-inner {
		max-width: 1200px;	/*1280 - (40 * 2)*/
		height: 100%;
		display: flex;
		justify-content: center;
	}
	_:-ms-input-placeholder, :root .front-page .gnav-inner {
		position: relative;
	}
	.front-page #gnav .gnav-sublist {
		margin-left: 0;
		width: 6rem;	/*96px*/
		flex-flow: column nowrap;
		position: absolute;
		bottom: 6rem;	/* 5rem=80px + 1rem=16px*/
		left: 0;
		right: 0;
		z-index: 9999;
	}
	_:-ms-input-placeholder, :root .front-page #gnav .gnav-sublist {
		left: -2%;
		bottom: 4rem;	/*64px*/
	}
	.front-page #gnav .gnav-sublist .gnav-sublist-item + .gnav-sublist-item {
		margin-left: 0;
		margin-top: 1rem;	/*16px*/
	}
	/* is-stikcy */
	.front-page #gnav.is-sticky .gnav-inner {
		justify-content: space-between;
	}
	.front-page #gnav.is-sticky .gnav-logo {
		display: block;
	}
	.front-page #gnav.is-sticky .gnav-list {
		margin-left: auto;
	}
	.front-page #gnav.is-sticky .gnav-sublist {
		margin-left: 2.5rem;	/*40px*/
		width: auto;
		flex-flow: row nowrap;
		position: static;
	}
	.front-page #gnav.is-sticky .gnav-sublist-item + .gnav-sublist-item {
		margin-top: 0;
		margin-left: 0.5rem;	/*8px*/
	}
}
@media print, screen and (min-width:1250px) {
	_:-ms-input-placeholder, :root .front-page .gnav-inner {
		position: static;
	}
	_:-ms-input-placeholder, :root .front-page #gnav .gnav-sublist {
		padding-bottom: 1rem;
		left: 0;
	}
}
@media print, screen and (min-width:1250px) and (max-height:721px) {
	_:-ms-input-placeholder, :root .front-page #gnav .gnav-sublist {
		bottom: calc(100vh - 540px);
	}
}
@media print, screen and (min-width:1250px) and (min-height:721px) {
	_:-ms-input-placeholder, :root .front-page #gnav .gnav-sublist {
		bottom: 25vh;
	}
}
@media print, screen and (min-width:1280px) {
	.front-page #gnav.is-sticky .gnav-sublist {
		margin-left: 5rem;	/*80px*/
	}
	.front-page #gnav.is-sticky .gnav-sublist-item + .gnav-sublist-item {
		margin-left: 1rem;	/*16px*/
	}
}

/*++ main ++*/
.front-page #main {
	padding-top: 0;
}
.front-page .has-sub::after {
	vertical-align: bottom;
}
/*+ introduction +*/
#introduction {
	background: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) ), url("../img/top/introduction-bg.jpg") no-repeat center right;
	background-size: auto, cover;
	padding: 2.5rem 0;	/*40px 0*/
	margin: 2.5rem 0 4.5rem;	/*40px 0 72px*/
	position: relative;
	z-index: 1;
}
.introduction-inner {
	margin: 0 auto;
	max-width: 640px;
	position: relative;
}
.introduction-content {
	background: rgba(255, 255, 255, 0.6);
	padding: 1rem;
}
.introduction-headline {
	text-align: center;
	margin-bottom: 2rem;	/*32px*/
}
#introduction p {
	text-indent: 1em;
}
@media print, screen and (min-width:960px) {
	#introduction {
		background: #fff;
		padding: 5rem 0;	/*80px 0*/
	}
	#introduction::after {
		content: "";
		background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 1) 100%), url("../img/top/introduction-bg.jpg") no-repeat center right;
		background-size: auto, cover;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.introduction-inner {
		padding: 0 0 0 40%;
		margin: 0;
		max-width: 100%;
}
	.introduction-headline {
		text-align: left;
	}
	.introduction-content {
		background: rgba(255, 255, 255, 0);
		padding: 0;
	}
}
@media print, screen and (min-width:1024px) {
	.introduction-inner {
		padding-left: 45%;
	}
}
/*+ topnews +*/
.topnews-inner {
	background: #F7FAF5;
	padding: 3.5rem 0;	/*56px 0*/
}
.topnews-headline {
	text-align: center;
	padding: 0 2% calc(0.5rem + 4px);
	position: relative;
}
.topnews-headline::before {
	content: "";
	background: #4CAF50;
	width: 32.5%;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 33.75%;
}
.topnews-list {
	margin: 2rem auto;	/*32px auto*/
	display: flex;
	flex-flow: column nowrap;
}
.topnews-list-item {
	padding: 1rem 3rem;	/*16px 48px*/
}
.topnews-list-item + .topnews-list-item::before {
	content: "";
	margin: 0 auto;
	width: 60%;
	height: 1px;
/*	border-top: 1px dashed #4CAF50;*/
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4caf50;
	display: block;
	position: relative;
	top: -1rem;
}
/*.topnews-list-item a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}*/
/*.topnews-list-item a:hover {
	background: #dce9d3;
}*/
.news-detail {
	font-weight: 500;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.topnews-list-item .news-cat {
	text-decoration: none;
	top: 0;
}
.topnews-list-item .news-time {
	margin-left: 0;
}
.news-text {
	margin-top: 0.5rem;
/*	width: 100%;*/
}
.news-text a {
	color: #344335;
	text-decoration: none;
}
.news-text a:hover {
	color: #4CAF50;
	text-decoration: underline;
}
@media screen and (max-width:500px) {
	.topnews-headline::after {

		text-align: center;
		margin-top: 0.5rem;	/*8px*/
		margin-left: 0;
		display: block !important;
	}
}
@media print, screen and (min-width:768px) {
	.topnews-list {
		flex-flow: row nowrap;
	}
	.topnews-list-item {
		width: calc(100% / 3);
	}
	.topnews-list-item + .topnews-list-item {
		border-top: 0;
/*		border-left: 1px solid #4CAF50;*/
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #4caf50;
	}
	.topnews-list-item + .topnews-list-item::before {
		content: none;
	}
}