.bottom_nav {
	display: none;
}
.bnr_block {
	margin-bottom: 35px;
}
.bnr_block_in {
	overflow: hidden;
}
#contents h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 30px;
	border-left: 6px solid #35A2EA;
	padding-left: 13px;
}
#contents h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #1d418f;
	padding-bottom: 9px;
}
#contents .block-link-page {
	border: none;
}
#contents .block-link-page a {
	background: #fe9918;
	color: #fff;
}
#contents .block-link-page a span {
	position: relative;
	background: none;
}
#contents .block-link-page a span::before {
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 0;
}
#contents .block-link-page a:hover {
	opacity: 0.7;
}
#contents .block-link-page a:hover span {
	color: #fff !important;
}
#contents .block-link-page a p {
	font-size: 20px;
}
#contents .info-cont {
	display: flex;
  flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
#contents .info-cont > div {
	border: 1px solid #ccc;
	width: calc(50% - 10px);
	padding: 20px;
}
#contents .info-cont li,
#contents table {
	position: relative;
	z-index: 1;
}
#contents table td {
	padding: 1em;
}
#contents table td a {
	color: inherit;
}
.indent-list01 {
  padding-left: 1em;
  text-indent: -1em;
}
.line-height-02 * {
  line-height: 2;
}
.talk-list li + li {
	margin-top: 12px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li.block {
	margin-top: 2em;
	color: #d9d9d9;
	font-weight: bold;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #contents .block-link-page a p {
		text-align: center !important;
	}
	#contents .block-link-page a span::before {
		top: 4px;
	}
  #contents .info-cont > div{
		width: 100%;
	}
	#contents table th {
		width: 30%;
	}
	.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li.block {
		margin-top: 0;
		padding: 10px 20px;
	}
}