@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.anchorContent {
	position: relative;
}
html:not(.sp) #english,
html:not(.sp) #chinese {
	position: absolute;
	top: -100px;
}


.list_number {
  counter-reset: number;
}
.list_number > li {
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.list_number > li:before {
  counter-increment: number;
  content: counter(number)".";
}
* + .list_asterisk {
  margin-top: 1em;
}
.list_asterisk > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_asterisk > li:before {
  content: "※";
}
.anchor_navi_blk {
	width: 1100px;
	margin: 0 auto;
}

.anchor_navi_blk .anchor, .anchor_navi_blu .anchor {
	display: flex;
	justify-content: center;
}
.anchor_navi_blk .anchor .link, .anchor_navi_blu .anchor .link {
	font-size: 16px;
	margin: 0 1em;
}
.anchor_navi_blk .anchor .link a {
	position: relative;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	color: #333;
	text-decoration: none;
}
.ttl_left_sqr_border {
	box-sizing: border-box;
	margin-top: 3em;
	border-left: 4px solid #003477;
	padding: 0.5em 1em 0.5em 0.75em;
	font-size: 2rem;
	font-weight: bold;
	background-color: #f0f0f0;
}
.mt2 {
	margin-top: 2em !important;
}
.inner {
	padding-left: 1em;
	padding-right: 1em;
}
.sp .anchor_navi_blk, .sp .anchor_navi_blu {
	width: 100%;
	margin: 30px auto 0;
}
.anchor_navi_blk .anchor .link a::before, .anchor_navi_blu .anchor .link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -0.5em;
	width: 1em;
	height: 1em;
	margin: auto 0;
	background: url(../../common/images/icons.png) no-repeat;
	background-size: 10em;
	background-position: -3em -1em;
	transform: rotate(90deg);
}
.sp .anchor_navi_blk.sp_border .anchor .link a::before {
	right: 0.3em;
}
.sp .anchor_navi_blk.sp_border .anchor {
	display: table;
	width: 100%;
	border: 1px solid #0157c7;
	border-radius: 3px;
}
.sp .anchor_navi_blk.sp_border .anchor .link {
	display: table-cell;
	max-width: 24%;
	padding: 0;
	border-right: 1px solid #0157c7;
}

.sp .anchor_navi_blk.sp_border .anchor .link a {
	padding: 1em;
	display: block;
}
.sp .anchor_navi_blk.sp_border .anchor .link:last-child {
	border-right: 0;
}
.sp .ttl_left_sqr_border {
	font-size: 1.6rem;
}