
.box-sp {

}
.box-sp .one {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
	min-width: 360px;
}

.box-sp .one .label {
	position: relative;
	padding: 30px 0;
	color: #0D1241;
	min-height: 25px;
	line-height: 25px;
	font-size: 20px;
	box-sizing: content-box;
	font-weight: 700;
}
.box-sp .one .label::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 602px;
	height: 4px;
	background-color: #1A95D8;
	z-index: -2;
}
.box-sp .one .label.not-line::before {
	display: none;
}
.box-sp .one .label .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
	height: 32px;
	z-index: -1;
}

.box-sp .one .one-row {
	display: flex;
	align-items: center;
}

.box-sp .box-a {
	display: inline-flex;
	box-sizing: content-box;
	min-height: 80px;
	padding: 25px 35px;
	align-items: center;
	justify-content: center;
}

.box-sp .one-panel {
	display: flex;
	justify-content: center;

	padding-top: 40px;
	position: relative;
}
.box-sp .one-panel::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 602px;
	border-top: 3px dashed #174098;
}

.box-sp .coop-info {
	font-size: 30px;
}

.box-sp .coop-info p {
	text-align: center;
	line-height: 50px;
}
