@charset "UTF-8";

@media screen and (max-width: 768px) {

	/***************************************************************/
	/* 共通事項
	/***************************************************************/
	#wrap #mainArea main {
		display: block;
	}
	.ancScrollPosition01 {
		margin-top: -58px;
		padding-top: 58px;
	}

	/***************************************************************/
	/* ナビゲーション
	/***************************************************************/
	.navigationBlock {
		min-width: auto;
	}
	.navigationBlockInner {
		width: auto;
		height: 60px;
	}
	.navigationBlock + .phishingNaviPadding {
		padding-top: 87px;
	}
	.gNav .gNavInner {
		display: inline-block;
		width: auto;
	}
	.gNavAnimation {
		display: block;
		position: absolute;
		left: 0;
		top: 50px;
		width: 200px;
		overflow: hidden;
		animation: animation-gnavNone 3.4s linear 5.6s 1 forwards;
	}
	.gNavAnimation > img {
		animation-delay: 4.5s;
	}
	@keyframes animation-gnavNone {
		0%{height: 52px;}
		99% {height: 52px;}
		100% {height: 0;}
	}
	.gNav .gNavInner > ul {
		padding: 15px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.gNav .gNavInner > ul li {
		margin-right: 10px;
	}
	.gNav .gNavInner > ul li:last-child {
		margin-right: 0;
	}
	.gNav .gNavInner > ul li:before {
		display: none;
	}
	.gNav .gNavInner > ul li:last-child:after {
		display: none;
	}
	.gNav .gNavInner > ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		min-width: 40px;
		padding: 9px 15px 7px;
		background: rgba(247, 247, 247, .3);
		border-radius: 3px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.gNav .gNavInner > ul li:hover a {
		background: rgba(247, 247, 247, .3);
		color: #fff;
	}
	.gNav .gNavInner > ul li.current:hover a {
		background: rgba(255, 255, 255, .8);
		color: #0ca26c;
	}
	.navigationBlock.jsFixed .navigationBlockInner {
		height: 48px;
	}
	.navigationBlock.jsFixed .gNav .gNavInner > ul {
		padding: 8px 10px;
	}
	.navigationBlock.jsFixed .gNav .gNavInner > ul li a {
		background: #f7f7f7;
	}
	.navigationBlock.jsFixed .gNav .gNavInner > ul li:hover a {
		background: #f7f7f7;
		color: #0ca26c;
	}
	.navigationBlock.jsFixed .gNav .gNavInner > ul li.current:hover a {
		background: #0ca26c;
		color: #fff;
	}
}
