@charset "UTF-8";


.nisa_points li.box {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
}
.nisa_points li.box + li.box {margin-top: 43px;}

.nisa_points dt {
	position: relative;
	min-height: 100px;
	padding: 24px 0 0 120px;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.nisa_points dl {
	position:relative;
}

.nisa_points dt .num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 1;
	font-size: 4.2rem;
	font-weight: bold;
	color: #014099;
	background: #E5ECF5;
}
.nisa_points dt .num small {
	font-size: 1.2rem;
	font-weight: bold;
}

.nisa_points .tel_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background: #EAF6FB;
}

.nisa_points .tel_box p {
	padding: 0 40px;
}

.remote-3ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.remote-3ol:after {
	content: '';
	display: block;
	width: 30%;
}

.remote-3ol ul {
	width: 30%;
	box-sizing: border-box;
}

br.pc_none {
	display: none;
}

@media screen and (max-width:767px) {

	.nisa_points li.box {
		padding: 20px 5%;
	}
	.nisa_points li.box + li.box {margin-top: 20px;}

	.nisa_points dt {
		position: relative;
		min-height: 70px;
		padding: 4px 0 0 90px;
		margin: 0 0 15px;
	}
	.nisa_points dt .num {
		width: 70px;
		height: 70px;
		font-size: 2.7rem;
	}
	.nisa_points dt .num small {
		font-size: 1.2rem;
	}

	.nisa_points dd {
		flex-direction: column;
		align-items: center;
	}

	.nisa_points .tel_box {
		flex-direction: column;
		width: 100%;
	}

	.nisa_points .tel_box p {
		padding: 0 10px;
	}

	.nisa_points .fl_right {
		float: none;
	}

	.remote-3ol {
		flex-direction: column;
	}

	.remote-3ol ul {
		width: 100%;
	}

	br.pc_none {
		display: block;
	}
}