@charset "utf-8";
.step_col {
		display: flex;
		padding: 0 0 40px;
		position: relative;
}
.step_col::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 41px;
		width: 1px;
		height: 100%;
		background: url("../n_images/step_line.png") repeat-y 0 0;
		background-size: 1px;
		z-index: 0;
}
.step_col.last::before {
		display: none;
}
.step_col_no {
		width: 83px;
		margin-right: 45px;
		position: relative;
		z-index: 5;
}
.step_col_no img {
		background: #fff;
		padding: 15px 0;
}
.step_col_cont {
		flex: 1;
		background: #f3f4f8;
		border-radius: 10px;
		padding: 55px 70px;
}
.step_col_cont h3 {
		font-size: 32px;
		font-weight: 600;
		margin: 0 0 35px;
}
.step_col_cont p {
		line-height: 1.8;
		font-weight: 500;
}
.support_dot {
		margin-left: 1em;
		font-weight: 500;
}
.support_dot li {
		list-style: none;
		position: relative;
		margin: 0 0 10px;
}
.support_dot li::after {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
.support_simulation {
		margin-top: 50px;
}
.support_simulation ul {
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 25px;
		margin-bottom: 25px;
}
.support_simulation li {
		width: calc(50% - 4px);
		text-align: center;
		margin: 0 0 10px;
		font-size: 20px;
		font-weight: 700;
		border-radius: 6px;
		height: 60px;
		background: #14b46e;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
}
.support_simulation li span {
		position: relative;
		display: inline-block;
		transform: translateY(-1px)
}
.step_contact_phone {
		margin-top: 25px
}
.step_contact_phone p {
		font-size: 14px;
		margin-bottom: 10px;
		margin-left: 65px;
}
.step_contact_phone_no {
		padding-left: 65px;
		position: relative;
		font-family: "Manrope", sans-serif;
		font-size: 54px;
		font-weight: 750;
		letter-spacing: -2px;
		line-height: 1;
}
.step_contact_phone_no::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 19.5px);
		left: 10px;
		width: 30px;
		height: 39px;
		background: url("../n_images/step_phone.png") no-repeat 0 0;
		background-size: 30px;
}
.step_contact_phone_no a {
		color: #282828;
		text-decoration: none;
}
@media(max-width: 1200px) {
		.second_wrap {
				padding: 0 40px;
		}
		.step_col_cont {
				padding: 40px 30px;
		}
}
@media(max-width: 840px) {
		.step_col_no {
				margin-right: 25px;
		}
		.support_simulation li {
				font-size: 16px;
		}
}
@media(max-width: 767px) {
		.second_wrap {
				padding: 0 20px;
		}
		.step_col {
				display: block;
				padding: 0 0 50px;
		}
		.step_col::before {
				display: none;
		}
		.step_col_no {
				width: 65px;
				margin: 0 0 -25px 20px;
				position: relative;
				z-index: 5;
		}
		.step_col_no img {
				background: none;
				padding: 0 0;
		}
		.step_col_cont {
				padding: 60px 20px;
		}
		.step_col_cont h3 {
				font-size: 24px;
				margin: 0 0 25px;
		}
		.support_simulation ul {
				display: block;
				margin-top: 25px;
				margin-bottom: 25px;
		}
		.support_simulation ul li {
				width: 100%;
				margin: 0 0 10px;
		}
		.step_col_cont p.aligncenter {
				text-align: left;
		}
		.step_col_cont p.aligncenter br, .step_col_cont p br {
				display: none;
		}
		.step_contact_phone_no {
				padding-left: 35px;
				font-size: 36px;
		}
		.step_contact_phone_no::before {
				top: calc(50% - 11.5px);
				left: 9px;
				width: 20px;
				height: 26px;
				background: url(../n_images/step_phone.png) no-repeat 0 0;
				background-size: 20px;
		}
		.tel_center {
				display: flex;
				justify-content: center;
		}
}