nav {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.stripe{
	height: 10px;
	width: 100%;
	background-color: #e5e8ee;
}
#key_visual {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	background-color: #2f487d;
}
.mod.mod_banner {
	position: relative;
}
.inner_link_1 {
	width: 228px;
	height: 33px;
	position: absolute;
	left: 40px;
	top: 97px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all ease 0.26s;
  -moz-transition: all ease 0.26s;
  -o-transition: all ease 0.26s;
  transition: all ease 0.26s;
}

.inner_link_1:hover, .inner_link_2:hover{
	opacity: 0.23;
}

.c {
	position: relative;
}

.inner_link_2 {
	width: 78px;
	height: 53px;
	position: absolute;
	right: 158px;
	top: 48px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all ease 0.26s;
  -moz-transition: all ease 0.26s;
  -o-transition: all ease 0.26s;
  transition: all ease 0.26s;
}

.block_traffic .txt {
	font-size: 14pt;
	line-height: 15pt;
}