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


.title-box h3::before {
	background-image: url("images/icon.svg");
	height: 80px;
	margin-top: -90px;
}

/* contents01-wrap */

.contents01-wrap {
	text-align: center;
	margin-bottom: 100px;
	width: 1060px;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 60px;
}

/* contents01 */

.contents01 {
	width: 900px;
}

.contents01 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 35px 10px;
	text-align: left;
}

.contents01 .box:not(:last-child) {
	border-bottom-style : solid;
border-bottom-color : rgba(139, 98, 57, 0.5);
border-bottom-width : 1px;
}

.contents01 .box01 {
	width: 125px;
}

.contents01 .box01 img {
	width: 100%;
height: auto;
}

.contents01 .box02 {
	flex: 1;
	padding-left: 30px;
}

.contents01 h6 {
	margin-bottom: 15px;
}


.sp-view {
	display: none;
}
