@charset "UTF-8";

.icon_blank:after {
  font-family: template-iconfont, sans-serif;
  content: "\EA0A";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: baseline;
  line-height: 0;
  font-size: 1.5em;
  position: relative;
  bottom: -0.2em;
}

.st-Icon-chevron-up:before {
	content: "\EA05";
}

.st-Icon:before {
	font-family: "template-iconfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	speak: none;
}


@media print,
screen and (max-width: 768px) {

	.st-GlobalFooter_PageTop[aria-hidden="true"] {
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
	}

	.st-GlobalFooter_PageTop {
		visibility: visible;
		overflow: visible;
		height: 560px;
		opacity: 1;
		/* 20240304 */
		position: fixed;
		bottom: 100px;
		right: 15px;
		background-color: #1C2C56;
		border-radius: 50%;
		width: 15vw;
		height: 15vw;
		border: .15em solid #fff;
		opacity: 0.7;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9999;
	}

	.st-GlobalFooter_PageTopIcon {
		font-size: 3rem;
		line-height: 1;
	}
}