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


/* contents01 */

.contents01 {
	width: 100%;
	background-color: #f6f1f6;
	padding-bottom: 30px;
	margin-bottom: 70px;
}

/* contents02 */

.contents02 .box-in {
	width: 1140px;
	padding-top: 120px;
	padding-bottom: 60px;
}

.contents02 .box {
	background-color: #FFF;
	padding: 25px;
	margin-bottom: 30px;
	display: flex;
  justify-content: space-between;
	width: 100%;
}

.contents02 .box:last-child {
	margin-bottom: 0px;
}

.contents02 .box01 {
	width: 117px;
}

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

.contents02 h6 {
	font-size: 22px;
color: #e83083;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 500;
	padding: 15px 0px;
	margin-bottom: 15px;
	border-bottom-style : solid;
border-bottom-color : #b2b2b2;
border-bottom-width : 1px;
}

.contents02 .box:nth-child(even) h6 {
color: #39b54a;
}

.contents02 .box p {
color: #534741;
}



.sp-view {
	display: none;
}
