/* CSS Document */

div#contents_box > ul,
div#contents_box > dl {
	text-align: left;
	margin: 30px;
  list-style-type:none;
}

div#contents_box > h2 {
	font-size: 1.1em;
	text-align: left;
	margin:  65px 30px 16px;
	padding-left: 20px;
	border-bottom: 1px solid #acacac;
}

div#contents_box > ul > li {
	line-height: 3em;
	border-bottom: 1px solid #acacac;
	padding-left: 10px;
	font-weight: bold;
}

div#contents_box > ul > li::before{
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  padding-right:1em;
	color: #707070;
}

div#contents_box > dl > dt {
	padding-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

div#contents_box > dl > dt::before{
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  padding-right:1em;
	color: #707070;
}

div#contents_box > dl > dd {
	margin: 0 0 30px 40px;
	font-size: 0.9em;
}

div#contents_box a,
div#contents_box a:visited {
	color: #000000;
}


@media screen and (min-width:841px) {
	div#contents_box {
		width: 840px;
		margin: 0 auto;
	}
	div#contents_box > ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		width: 800px;
		height: 360px;
		margin: 40px auto 0;
		font-size: 1.6rem;
	}
	div#contents_box > ul > li {
		width: 340px;
		margin: 0 0 0 50px;
		padding: 0;
		border-bottom-width: 0;
	}
	div#contents_box > h2 {
		text-align: center;
		font-size: 1.6em;
		line-height: 3em;
		border-top: 1px solid #acacac;
	}
	div#contents_box > dl {
		font-size: 1.6rem;
	}
	div#contents_box > dl > dd {
		font-size: 1.2rem;
		margin-left: 3em;
	}
	div#contents_box > dl > dd::before {
		content: "（";
	}
	div#contents_box > dl > dd::after {
		content: "）";
	}
}