@charset "UTF-8";
/* CSS Document */

/* contents01 */

.contents01 {
	width: 1170px;
}

/* box-list */

.box-list {
	margin-bottom: 20px;
}

.box-list ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:5px 0px;
}

.box-list ul li {
line-height: 1.6;
}

.box-list ul li:nth-child(even) {
	width: 75%;
}

.box-list ul li:nth-child(odd) {
	width: 25%;
}

.box-list ul li:first-child, .box-list ul li:nth-last-child(-n+2) {
	width: 100%;
}

.sp-view {
	display: none;
}
