@charset "UTF-8";


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

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

#sec001 .box {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 20px;
}

#sec001 .box2 {
	width: 900px;
	margin: 0 auto;
}

#sec001 .box2 dl {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

#sec001 .box2 dl dt {
	text-align: left;
	margin-right: 60px;
}

#sec001 .box2 dl dt span {
	display: block;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 4px solid #000;
	font-size: 50px;
	letter-spacing: 3px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding-top: 7px;
	padding-left: 15px;
}

#sec001 .box2 dl dd {
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
}

#sec001 .box2 dl dd strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: .4em;
}

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

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

	#sec001 .box {
		width: 90%;
		margin-top: 7vw;
		padding-bottom: 0;
	}

	#sec001 .box span {
		margin-bottom: 5vw;
	}

	#sec001 .box2 {
		width: 90%;
	}

	#sec001 .box2 dl {
		margin-top: 7vw;
	}

	#sec001 .box2 dl dt {
		margin-right: 5vw;
	}

	#sec001 .box2 dl dt span {
		width: 20vw;
		height: 20vw;
		border: 2px solid #000;
		font-size: 7vw;
		padding-top: 1vw;
		padding-left: 3vw;
	}

	#sec001 .box2 dl dd {
		font-size: 3.6vw;
		line-height: 1.6em;
	}

	#sec001 .box2 dl dd strong {
		font-size: 4vw;
		margin-bottom: .2em;
	}
}