/* section6 */
.sec06 {
	padding-top: 100px;
}
.sec06 h2 {
	margin-top: 0;
	margin-bottom: 30px;
}
.sec06 li {
	padding: 85px 50px 50px 50px;
	margin-top: 60px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}
.sec06 li span.num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #00448d;
    transform: rotate(45deg);
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
}
.sec06 li span.num span img {
	transform: rotate(-45deg);
}
.sec06 dl dt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.sec06 dl dt span {
	color: #55bef5;
}
.sec06 dl dd {
	display: flex;
}
.sec06 dl dd figure {
	width: 380px;
	padding-right: 30px;
}
.sec06 dl dd p {
	width: 610px;
	line-height: 1.6;
	font-size: 18px;
}
@media screen and (max-width: 1240px) {
	.sec06 .wrap {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.sec06 {
		padding-top: 8%;
	}
	.sec06 .wrap {
		padding: 0 3%;
	}
	.sec06 h2 {
		width: 70vw;
		margin: 0 auto;
	}
	.sec06 h2 img {
		margin: 0 auto;
	}
	.sec06 li {
		margin-top: 12%;
		padding: 12% 3% 3% 3%;
	}
	.sec06 li span.num {
		width: 12vw;
		height: 12vw;
		top: -4vw;
		margin-left: -6vw;
	}
	.sec06 li span.num span img {
		width: 60%;
    	margin: 0 auto;
	}
	.sec06 dl dt {
		font-size: 6.5vw;
		padding-bottom: 2%;
	}
	.sec06 dl dd {
		flex-direction: column;
	}
	.sec06 dl dd figure {
		width: 100%;
		padding-right: 0;
	}
	.sec06 dl dd figure img {
		width: 100%;
		max-width: inherit;
	}
	.sec06 dl dd p {
		width: 100%;
		font-size: 3.5vw;
		padding-top: 3%;
	}
}
