@charset "utf-8";

/* ------------------------------------
	btn_area
------------------------------------ */
.btn_area {
	text-align: center;
	letter-spacing: -1em;
	margin: 20px auto;
	font-weight: bold;
}
.btn_area a {
	display: inline-block;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.7em 1.5em;
	min-width: 280px;
	max-width: 100%;
	background: #fff;
	color: #333;
	border: 2px solid #333;
	border-radius: 100em;
	margin: 10px;
	text-decoration: none !important;
}
.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
	color: #333;
}

.btn_area a[target='_blank']::after,
.btn_area a[href*='.pdf']::after {
	margin-left: 1em;
}


/* background */
body.pc_view #global_header .sub_menu > ul li a,
body.pc_view .btn_area a {
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
body.pc_view #global_header .sub_menu > ul li a:hover {
	background-color: #3eb2fd;
}
body.pc_view .btn_area a:hover {
	background-color: #e2e2e2;
}




ul {
	list-style-type: none;
}

#global_footer {
	margin-top: 60px;
}


/* ------------------------------------
	cont_menu
------------------------------------ */
#cont_menu {
	text-align: left;
}
#cont_menu .issue {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2;
	padding: 0 0 0.5em;
	margin: 0 0 2.2em;
	border-bottom: 1px solid #707070;
}
#cont_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#cont_menu ul li {
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0 0 20px;
}
#cont_menu ul li:nth-child(even) {
	margin-right: 0;
}
#cont_menu ul li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	line-height: 1.4;
	color: #333;
}
#cont_menu ul li a::before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 10px;
	height: 0;
	border-top: 2px solid #333;
}
#cont_menu ul li a.active {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#cont_menu {
		width: 100%;
		margin: 0;
		padding: 25px 0 0;
		background: #E8F0F5;
	}
	#cont_menu .issue {
		padding: 0 3% 1em;
		margin: 0;
	}
	#cont_menu ul {
		display: block;
		padding: 0 3%;
	}
	#cont_menu ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #8C9BA5;
	}
	#cont_menu ul li:last-child {
		border-bottom: none;
	}
	#cont_menu ul li a {
		width: 100%;
		padding: 1.3em 0 1.3em 1.5em;
	}
	#cont_menu ul li a::before {
		top: 43%;
		left: 3px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #002D78;
		border-right: 1px solid #002D78;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

body.pc_view #global_footer .home_area,
body.pc_view #cont_menu ul li a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
body.pc_view #global_footer .home_area:hover {
	opacity: 0.6;
}
body.pc_view #cont_menu ul li a:hover {
	opacity: 0.7;
}
