@charset "UTF-8";
/* CSS Document */





/* 1カラム　ナノゾーンコート
-------------------------------------------------- */


/* アローボタン
-------------------------------------------------- */
.arrow-button {
	width: 100%;
	font-size: 16px;
	text-align: right;
	padding: 40px 60px 0 0;
}
.arrow-button a {
	color: #00a0e9;
	display:inline-block;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	line-height: 2.5;
	vertical-align: bottom;
	padding-left: 3px;
}
.arrow-button a:hover {
	color: #231815;
}
.arrow-button a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% – 5px);
	left: 0;
	width: 150%;
	height: 8px;
	border: none;
	border-right: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
	transform: skew(45deg);
	transition: .3s;
}
.arrow-button a:hover::after {
	position: absolute;
	top: calc(50% – 5px);
	left: 0;
	width: 100%;
	height: 8px;
	color: #231815;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
}

.arrow-button-b {
    width: 100%;
    font-size: 16px;
    text-align: right;
    padding: 0px 60px 30px 0;
}
.arrow-button-b a {
	color: #231815;
	display:inline-block;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	line-height: 2.5;
	vertical-align: bottom;
	padding-left: 3px;
}
.arrow-button-b a:hover {
	color: #2318ff;
}
.arrow-button-b a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% – 5px);
	left: 0;
	width: 150%;
	height: 8px;
	border: none;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	transform: skew(45deg);
	transition: .3s;
}
.arrow-button-b a:hover::after {
	position: absolute;
	top: calc(50% – 5px);
	left: 0;
	width: 100%;
	height: 8px;
	color: #2318ff;
	border-right: 1px solid #2318ff;
	border-bottom: 1px solid #2318ff;
}


@media (max-width: 599px) {
	.arrow-button {
		font-size: 14px;
		width: 100%;
		text-align: right;
		padding: 0 12% 2% 0;
	}
	.arrow-button-b {
		font-size: 14px;
		width: 100%;
		text-align: right;
		padding: 0 12% 2% 0;
	}
	.arrow-button-s {
		width: 100%;
		text-align: right;
		padding: 2% 7% 2% 0;
	}
}
