@charset "UTF-8";


/*     #sec001     */
#sec001 {
	margin-top: 150px;
}

#sec001 h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec001 .copy {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 30px;
}

#sec001 .box {
	display: flex;
	justify-content: space-between;
	width: 1190px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 170px;
}

#sec001 .box .item {
	width: 260px;
	text-align: left;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 2.5em .4em;
}

#sec001 .box .item dl {
	margin: 0;
	padding: 0;
}

#sec001 .box .item dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec001 .box .item dl dd {
	font-size: 15px;
	line-height: 2em;
	margin-top: .8em;
}

#sec001 .box2 {
	width: 1190px;
	margin: 0 auto;
	margin-top: 70px;
}

#sec001 .box2 ul {
	display: flex;
	justify-content: space-between;
}

#sec001 .box2 ul li {
	list-style: none;
}

#sec001 .box2 ul li a {
	position: relative;
	display: block;
	width: 570px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	border: 4px solid #000;
	box-sizing: border-box;
	padding: 1.5em;
}

#sec001 .box2 ul li a span::after {
	position: absolute;
	top: 43px;
	right: 40px;
	content: "\f105";
	font-family: FontAwesome;
}

@media screen and (max-width: 767px) {
	#sec001 {
		margin-top: 10vw;
	}

	#sec001 h2 {
		font-size: 4.8vw;
	}

	#sec001 .copy {
		width: 90%;
		margin: 0 auto;
		font-size: 4vw;
		margin-top: 5vw;
		text-align: left;
	}

	#sec001 .box {
		display: block;
		width: 90%;
		margin-top: 10vw;
		margin-bottom: 15vw;
	}

	#sec001 .box .item {
		width: 100%;
		border-top: 3px solid #000;
		border-bottom: none;
		box-sizing: border-box;
		padding: 2em 1em;
	}

	#sec001 .box .item dl dt {
		font-size: 4.2vw;
		text-align: center;
	}

	#sec001 .box .item dl dd {
		font-size: 3.6vw;
		line-height: 1.6em;
		margin-top: .8em;
	}

	#sec001 .box2 {
		width: 90%;
		margin-top: 7vw;
	}

	#sec001 .box2 ul {
		flex-direction: column;
	}

	#sec001 .box2 ul li {
		margin-bottom: 5vw;
	}

	#sec001 .box2 ul li a {
		width: 90%;
		margin: 0 auto;
		font-size: 4.4vw;
		border: 2px solid #000;
		padding: 1.2em;
	}

	#sec001 .box2 ul li a span::after {
		position: absolute;
		top: 6.5vw;
		right: 5vw;
	}
}