@charset "utf-8";
/******************************************************************************
  ページ専用css
******************************************************************************/

.mainvis {
	text-align: center;
}
.top-panel_wrap {
	position: relative;
	z-index: 1;
}
.top-panel_bg {
	position: absolute;
	width: 180px;
	height: 180px;
	top: -20px;
	left: -20px;
	background: -webkit-linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	background: linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	z-index: 2;
}
.top-panel {
	display: flex;
	justify-content: space-between;
}
.top-panel.t-upper {
	position: relative;
	flex-direction: row-reverse;
	margin-top: -4%;
	margin-bottom: 2%;
	z-index: 3;
}
.top-panel.t-lower {
	margin-bottom: 80px;
}
.top-panel_double {
	display: flex;
	justify-content: space-between;
	width: 64%;
}
.top-panel_single {
	width: 49%;
}
.top-panel_single.t-news, .top-panel_double_item_upper.t-link a, .top-panel_single_upper.t-link a {
	padding-right: 28px;
	padding-left: 28px;
	background-color: #fff;
	box-shadow: 0px 0px 15.36px 0.64px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}
.top-panel_single.t-news {
	width: 32%;
	padding-top: 31px;
	padding-bottom: 30px;
}
.top-panel_double_item, .top-panel_single_lower {
	background-color: #ebf6ff;
}
.top-panel_double_item {
	width: 48%;
}
.top-panel_double_item_upper.t-link a, .top-panel_single_upper.t-link a {
	position: relative;
	display: block;
}
.top-panel_double_item_upper.t-link a {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 55px;
	background: #fff url(../img/index/bg_top-panel_double_link.png) no-repeat right top;
	z-index: 4;
}
.top-panel_single_upper.t-link a {
	padding-top: 22px;
	padding-bottom: 85px;
	background: url(../img/index/bg_top-panel_single_link.png) no-repeat left top;
}
.top-panel_single_upper.t-link.t-02 a {
	padding-bottom: 70px;
}
.top-panel_double_item_upper.t-link a:hover, .top-panel_single_upper.t-link a:hover {
	box-shadow: 0px 0px 26.88px 1.12px rgba(21, 65, 232, 0.2);
}
.top-panel_double_item_upper.t-link a::before, .top-panel_double_item_upper.t-link a::after, .top-panel_single_upper.t-link a::before, .top-panel_single_upper.t-link a::after, .top-panel_title::before, .contact_title::before {
	content: "";
	position: absolute;
	display: block;
}
.top-panel_double_item_upper.t-link a::before, .top-panel_single_upper.t-link a::before {
	width: 44px;
	height: 44px;
	right: 0;
	bottom: 0;
	background-color: #323e4c;
}
.top-panel_double_item_upper.t-link a::after, .top-panel_single_upper.t-link a::after {
	width: 8px;
	height: 8px;
	right: 20px;
	bottom: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.top-panel_double_item_lower, .top-panel_single_lower {
	position: relative;
	padding: 30px 20px;
	z-index: 3;
}
.top-panel_double_item_lower ul {
	border-top: 1px solid #eee;
}
.top-panel_double_item_lower ul li, .top-panel_single_lower ul li {
	border-bottom: 1px solid #eee;
}
.top-panel_double_item_lower ul li a, .top-panel_single_lower ul li a {
	position: relative;
	display: block;
	padding: 15px 15px 15px 35px;
}
.top-panel_double_item_lower ul li a::before, .top-panel_single_lower ul li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 9px;
	margin: auto;
	background-color: #0b0484;
}
.top-panel_double_item_lower ul li a:hover, .top-panel_single_lower ul li a:hover {
	color: #fff;
	background-color: #323e4c;
}
.top-panel_double_item_lower ul li a:hover::before, .top-panel_single_lower ul li a:hover::before {
	background-color: #fff;
}
.top-panel_single_lower ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
}
.top-panel_single_lower ul li {
	width: 180px;
	border-top: 1px solid #eee;
}
.top-panel_single_lower ul li:last-child {
	border-top: none;
}
.top-panel_title, .contact_title {
	position: relative;
	font-size: 171.4%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 17px;
}
.top-panel_title::before, .contact_title::before {
	width: 24px;
	height: 4px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #0b0484;
}
.top-panel_news {
	margin-top: 30px;
}
.top-panel_news_box {
	position: relative;
	margin-right: -18px;
}
.top-panel_news_box_info {
	border-bottom: 1px solid #eee;
}
.top-panel_news_box_info:first-child {
	border-top: 1px solid #eee;
}
.top-panel_news_box_info a {
	display: block;
}
.top-panel_news_box_info a:hover {
	background-color: #ebf6ff;
}
.top-panel_news_box_info dl, .top-panel_news_box_info p {
	padding: 13px 20px;
}
.top-panel_news_box_info dt {
	color: #eb8500;
	font-weight: bold;
	margin-bottom: 4px;
}
@media screen and (max-width: 1000px) {
	.top-panel_double_item_lower ul li a {
		padding-right: 5px;
	}
	.top-panel_single_lower ul {
		display: block;
	}
	.top-panel_single_lower ul li {
		width: 100%;
	}
	.top-panel_single_lower ul li:nth-child(2) {
		border-top: none;
	}
}
@media screen and (max-width: 850px) {
	.top-panel_double_item_lower ul li a {
		padding-left: 25px;
	}
	.top-panel_double_item_lower ul li a::before {
		left: 4px;
	}
}
@media screen and (max-width: 767px) {
	.top-panel_bg {
		top: -15px;
		left: -15px;
	}
	.top-panel, .top-panel_double, .top-panel_double_item_lower {
		display: block;
	}
	.top-panel.t-upper {
		margin-top: -12%;
		margin-bottom: 40px;
	}
	.top-panel_double, .top-panel_double_item, .top-panel_single, .top-panel_single.t-news {
		width: auto;
	}
	.top-panel_double_item, .top-panel_single {
		margin-bottom: 40px;
	}
	.top-panel.t-upper .top-panel_single {
		margin-bottom: 60px;
	}
	.top-panel.t-lower .top-panel_single_upper.t-link a {
		padding-top: 32px;
		padding-bottom: 75px;
	}
	.top-panel_double_upper.t-link a {
		background-size: 130px 101px;
	}
	.top-panel_single_upper.t-link {
		background-size: 98px 123px;
	}
	.top-panel_news_box {
		height: 290px;
	}
	.top-panel_news_box_info dl {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.contact {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f7f7f7;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {

}
