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


/* layout01 */


.layout01 .box:not(:last-child) {
	margin-bottom: 100px;
}

.layout01 .box-detail {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	padding: 30px 10px;
	border-bottom-style : dotted;
border-color : #b2b2b2;
border-width : 3px;
}

.layout01 h5 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	text-align: center;
	width: 170px;
	min-height: 85px;
	border-radius: 10px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.layout01 .detail01 h5 {
	background-color: #53b7b0;
}

.layout01 .detail02 h5 {
	background-color: #a67c52;
}

.layout01 .detail03 h5 {
	background-color: #f0968c;
}

.layout01 p {
	flex: 1;
	padding-left: 35px;
}




.sp-view {
	display: none;
}
