@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 {
	background-image: url("images/img01.svg");
background-position: right bottom;
background-repeat: no-repeat;
	width: 620px;
  justify-content: flex-start;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


.sp-view {
	display: none;
}
