@charset "utf-8";
img {
	width: 100%;
}
.page-bg {
	width: 100%;
}

.page-bg img {
	min-height: 252px;
	object-fit: cover;
}

.path {
	margin-top: 10px;
}

.path a {
	font-size: 11px;
	line-height: 21px;
}

.path span {
	font-size: 11px;
	line-height: 21px;
}

/* content */
.flow {
	margin-top: 20px;
}

.flow-img {
	margin-top: 35px;
}

.flow-img img {
	min-height: 423px;
	object-fit: cover;
}

.flow-step {
	margin-top: 75px;
}

.step-number {
	font-size: 20px;
	color: #fff;
	background-color: #da5411;
	padding: 8px 32.5px;
	display: inline-block;
}

.step-title {
	font-size: 27px;
	line-height: 37px;
	margin-top: 18px;
	color: #da5411;

	font-weight: 400;
}

.step-desc {
	font-size: 14px;
	margin-top: 12px;
	line-height: 24px;
}

.step-contact {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.step-contact img {
	width: 35px;
}

.step-contact span {
	font-size: 37px;
	margin-right: 20px;
	margin-top: 4px;
}

.step-contact a {
	display: flex;
	width: 211px;
	height: 44.5px;
	line-height: 44.5px;
	color: #fff;

	font-size: 15px;
	padding: 0 15px;
	background-color: #da5411;

	justify-content: space-between;
	font-family: MiGoMB1Std-DeBold-83pv-RKSJ-H;
}

.step-contact a img {
	width: 14px;
}

.step-author {
	margin-top: 35px;
	background-color: #fcf5f2;
	border-radius: 30px;
	position: relative;

	padding: 30px 230px 30px 30px;
}

.step-author p {
	font-size: 14px;
	line-height: 24px;
}

.author-img {
	position: absolute;
	width: 280px;
	right: 0px;
	bottom: 0px;
}

.author-img img {
	height: 240px;
	object-fit: cover;
}

.author-name {
	font-size: 15px;
	margin-right: 45px;
	text-align: right;
}

.step1 {
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}

.step {
	padding: 40px 0px;
	border-bottom: 1px dotted #ccc;
}

.step-row {
	padding-top: 40px;
	padding-bottom: 75px;
	display: flex;
	justify-content: space-between;
}

.step-row__l,
.step-row__r {
	width: 50%;
}

.step-row__l {
	padding-right: 20px;
	position: relative;
}

.step-row__l p {
	margin-bottom: 40px;
}

.step-row__l p:nth-of-type(2) {
	margin-bottom: 0px;
}

.step-row__l img {
	position: absolute;
	width: auto;
	bottom: 0px;
	letter-spacing: 10px;
}

.step-row__r {
	padding-left: 20px;
}

.step-row__r p {
	margin-bottom: 40px;
}

.step-row__r p:last-child {
	margin-bottom: 0px;
}

.step-row__title {
	font-size: 17px;
	padding: 9px 15px 9px 15px;
	background-color: #f5f2ef;
	margin-bottom: 20px;

	color: #da5411;
	font-family: MiGoMB1Std-DeBold-83pv-RKSJ-H;
}

.price {
	background-color: #f5f2ef;
	padding: 35px 0px;

	display: flex;
	justify-content: space-between;
}

.price-name {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27%;
	border-right: 2px solid #a0a0a0;

	font-size: 23px;
	line-height: 33px;
}

.price ul {
	padding-left: 30px;
}

.price ul li {
	font-size: 23px;
	line-height: 33px;
	padding: 5px;
}

.price ul p {
	font-size: 12px;
	padding: 5px 0 5px 10px;
}

.price-number {
	flex: 1;
	font-size: 166px;
	line-height: 112px;
	color: #da5411;

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 50px;
}

.price-number span {
	font-size: 30px;
	line-height: 40px;
}
/* content */

.flow-news {
	padding-top: 80px;
}

.flow-news2 {
	margin-top: 65px;
	padding-top: 80px;
	padding-bottom: 65px;
	background-color: #f7f7f7;
}

.news__list2 {
	width: 1014px;
	margin: 45px auto 0;
}

.slide-left2,
.slide-right2 {
	width: 47px;
	height: 47px;
	background-color: #da5411;
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	cursor: pointer;
}

/* ===========responsive=========== */
@media only screen and (max-width: 767px) {
	.page-bg img {
		min-height: 110px;
	}
	.path {
		margin-top: 5px;
	}

	/* slider */
	.new__item2 {
		padding: 0;
	}
	.news__list2 {
		width: 220px;
		margin: 20px auto 0;
	}
	.slide-right2,
	.slide-left2 {
		top: 43%;
	}
	/* slider */
	.flow-news2 {
		padding: 40px 0;
		margin-top: 55px;
	}
	.flow-news {
		padding-top: 55px;
	}

	/* start section flow */
	.step-number {
		font-size: 17px;
		padding: 8px 33px;
	}
	.step-title {
		font-size: 24px;
		line-height: 34px;
		margin-top: 10px;
	}
	.step-contact span {
		font-size: 29px;
		margin-top: 0px;
		position: relative;
		margin-left: 5px;
		color: #000;
	}
	.step-contact span::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		top: 100%;

		background-color: #000;
		left: 0;
	}
	.step-contact {
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.step-contact img {
		width: 29px;
	}
	.step-contact a {
		margin-top: 10px;
	}
	.step-contact .step-contact__phone {
		background-color: transparent;
		width: auto;
		padding: 0px;
		margin-top: 0px;
		align-items: center;
		height: auto;
		line-height: inherit;
	}
	.step-contact .step-contact__phone img {
		width: 29px;
	}
	.step-author {
		margin-top: 22px;
		padding: 30px 20px 88px 30px;
		border-radius: 24px;
	}
	.author-img {
		width: 47%;
		right: 25px;
		max-width: 220px;
	}
	.author-name {
		font-size: 14px;
		text-align: left;
		margin-top: 20px;
	}
	.author-img img {
		height: auto;
		max-height: 208px;
	}
	.step1 {
		padding-bottom: 20px;
	}
	.step {
		padding: 24px 0px;
	}
	.step-desc {
		margin-top: 5px;
	}
	.step-row {
		padding-top: 30px;
		flex-wrap: wrap;
	}
	.step-row__l,
	.step-row__r {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.step-row__title {
		margin-bottom: 15px;
	}
	.step-row__r {
		margin-top: 35px;
	}
	.price {
		flex-wrap: wrap;
		position: relative;
	}
	.price-name {
		width: 100%;
		font-size: 21px;
		line-height: 31px;
		border-right: none;

		position: relative;
	}
	.price-name::after {
		position: absolute;
		content: "";
		width: 238px;
		height: 1px;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #707070;
	}
	.price ul {
		padding: 35px 25px 0px;
	}
	.price ul li {
		font-size: 15px;
		line-height: 25px;
		padding: 2px 0px;
	}
	.price ul p {
		font-size: 12px;
		line-height: 22px;
		margin-top: 20px;
		padding: 0px;
	}
	.price-number {
		position: absolute;
		top: 30%;
		left: 60%;

		font-size: 142px;
		padding-right: 0px;
	}
	/* end section flow */
}
/* ===========responsive=========== */
