@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	/*max-width: 980px;*/
	max-width: 1080px;
	box-sizing: border-box;
}

.btn {
	margin-bottom: -56px;
	position: relative;
	z-index: 80;
	text-align: center;
	position: relative;
}

.btn .on {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.2s;
}

.btn a {
	display: inline-block;
}

.btn a:hover .on {
	opacity: 1;
}

.link {
	margin-top: 9px;
}

.link a {
	padding-right: 23px;
	line-height: 1.4;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	background: url(../../img/index/arrow01.png) no-repeat right 6px center;
	background-size: 7px auto;
	border-bottom: 1px solid #333;
}

.link a:hover {
	border-color: #EAEAEA;
}

#main .headLine {
	margin: 0 0 48px;
	font-size: 4.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

@media all and (max-width: 767px) {
	.link {
		margin-top: 4px;
		text-align: right;
	}
	
	.link a {
		font-size: 1.5rem;
	}
	
	.link a:hover {
		border-bottom: 1px solid #333;
	}
	
	.btn {
		max-width: 285px;
		margin: 0 auto -25px;
	}
	
	#main .headLine {
		margin: 0 0 14px;
		font-size: 2.4rem;
		line-height: 1.4;
	}
}

@media all and (max-width: 374px) {
	#main .headLine {
		font-size: 2.2rem;
	}
}