@charset "utf-8";
/* CSS Document */
.global_layout_1 .left dl {
	margin-bottom: 40px;
}
.global_layout_1 .left dl dt{
	font-size: 24px;
	margin-bottom: 20px;
}
.global_layout_1 .left dl dd ul {
	display: flex;
	flex-wrap: wrap;
}
.global_layout_1 .left dl dd ul li {
	width: 33%;
	margin-bottom: 10px;
}
.global_layout_1 .left dl dd ul li a {
	color: #514343;
}
.global_layout_1 .left dl dd ul li a:hover {
	text-decoration: underline;
}
.global_layout_1 .left dl dd ul li a::before {
    content: '\f0da';
    font-family: 'FontAwesome';
}
@media screen and (max-width: 760px) {
	.global_layout_1 .left dl {
		margin-bottom: 10vw;
	}
	.global_layout_1 .left dl dt{
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.global_layout_1 .left dl dt span {
		font-size: 90%;
	}
	.global_layout_1 .left dl dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	.global_layout_1 .left dl dd ul li {
		width: 100%;
		margin-bottom: 3vw;
		font-size: 4vw;
	}
	
	
}







