@charset "Windows-31J";
/* Icon Fontsǂݍ */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.impt_info {
	margin: 32px 0 0 0;
	text-align: center;
	width: 100%;
}
/*
.impt_info:last-child {
	margin-bottom: 32px;
}
*/
.impt_info.last_eml {
	margin-bottom: 32px;
}
.impt_info a {
	display: inline-block;
	border-bottom: 1px solid red;
	color: red;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	padding: 4px;
	position: relative;
	text-decoration: none;
}
.impt_info a:hover {
	text-decoration: none;
	opacity: .6;
}
.impt_info a:visited {
	color: red;
	text-decoration: none;
}
.impt_info i {
	margin-right: 4px;
}
/*
.impt_info a::before {
	color: red;
	content: "\f06a";
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: 600;
	position: absolute;
		top: calc(50% - 17px);
		left: 0;
}
*/
/*
.impt_info a::after {
	color: #333;
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
		top: 0;
		right: 0;
}
*/

/*
@media(max-width: 480px){
	.impt_info a {
		line-height: 16px;
	}
	.impt_info a::before {
			top: calc(50% - 8px);
	}
}
*/