body {
	font-family: "Noto Sans JP", sans-serif;
}

a {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
}

a:hover,
a:hover img {
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

ul {
	padding-left: 0;
}

li {
	list-style-type: none;
}

/*------------------------------------------------------------
 Pagetop PC
------------------------------------------------------------*/

#page-top-2021 .page-top-2021-pc {
	display: none;
	border-radius: 27px;
	outline: none;
	cursor: pointer;
	background: none;
	border: none;
	width: 55px;
	height: 55px;
	background: #FFF;
	border: 1px solid #293369;
	box-sizing: border-box;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 9999;
	transition: inherit;
}

#page-top-2021 .page-top-2021-pc::after {
	width: 13px;
	height: 13px;
	border-bottom: 3px solid;
	border-right: 3px solid;
	border-color: #293369;
	content: '';
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 50% 60%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

#page-top-2021 .page-top-2021-pc:hover {
	transition: all .1s ease-out;
	background: #293369;
	color: #FFF;
	opacity: 1;
}

#page-top-2021 .page-top-2021-pc:hover::after {
	border-color: #FFF;
}

@media screen and (max-width: 768px) {
	#page-top-2021 .page-top-2021-pc {
		display: none !important;
	}

	#page-top-2021 {
		display: block !important;
		background-color: #EEEDF6;
		padding: 16px;
	}
}


/*------------------------------------------------------------
  Pagetop SP
  ------------------------------------------------------------*/

#page-top-2021 .page-top-2021-sp {
	border-radius: 999px;
	outline: none;
	cursor: pointer;
	border: none;

	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	text-decoration: none;
}

#page-top-2021 .page-top-2021-sp__label {
	position: relative;
	font-size: 14px;
	color: #293369;
	font-family: 'Noto Sans JP', sans-serif;
}

#page-top-2021 .page-top-2021-sp__label::after {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: 8px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	content: '';
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: -28px;
	transform-origin: 66% 66%;
	transform: rotate(-135deg);
	transition: all .2s ease-in-out;
}

@media screen and (min-width: 769px) {
	#page-top-2021 .page-top-2021-sp {
		display: none;
	}
}