@charset "UTF-8";

hgroup
{
	text-align: left;
	margin: 0 auto;
}

hgroup p
{
	margin-bottom: 0;
}

.check
{
	margin: 20px auto 70px;
	width: 828px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

.check h2
{
	position: relative;
	display: block;
	width: 14em;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	color: var(--bl);
	margin: 0 auto;
	padding-bottom: 1em
}

.check h2::before
{
	position: absolute;
	content: '';
	top: 1em;
	left: -2em;
	width: 1em;
	height: 1px;
	background: var(--bl);
}

.check h2::after
{
	position: absolute;
	content: '';
	top: 1em;
	right: -2em;
	width: 1em;
	height: 1px;
	background: var(--bl);
}

@media screen and (max-width:999px)
{
	.check
	{
		width: 90%;
		text-align: left;
		line-height: 1.8;
		margin: 20px auto 30px;
	}

	.check h2
	{
		font-size: 1.7rem;
		width: 15em;
	}

}

.find
{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 70px
}

.find-left
{
	width: 72%
}

.find-left .top
{
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 1.7
}

.find-left .top p.cach
{
	font-size: 2.2rem;
	font-weight: 500;
	padding-bottom: .5em
}

.find-left .step
{
	display: flex;
	margin-bottom: 30px;
	border: 1px solid var(--bl);
	padding: 20px;
}

.find-left .step .right
{
	width: 23%
}

.find-left .step .middle
{
	width: calc(74% - 70px);
	margin-right: 3%
}

.find-left .step .middle2
{
	width: 74%;
}

.find-left .step .middle .point,
.find-left .step .middle2 .point
{
	display: none;
}

.find-left .step .left
{
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.1;
	width: 52px;
	height: 52px;
	background: var(--bl);
	border-radius: 50%;
	padding-top: 12px;
	color: #fff
}

.find-left .step .left span
{
	font-size: 1.1rem;
	display: block
}

.find-left .step hgroup p
{
	display: none
}

.find-left .step hgroup h2
{
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: .3em;
	margin-bottom: 1em;
	border-bottom: 1px solid var(--bl);
	color: var(--bl);
	text-align: left
}

.find-left .step .pt
{
	padding-top: 1em
}

.find-left .step ul
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: .5em 1em .3em;
	margin-top: 10px;
	background: var(--lbl)
}

.find-left .step ul li
{
	width: 25%;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: .3em
}

.find-left .step ul img
{
	width: 14px;
	height: 14px;
	margin-right: 2px;
	margin-bottom: 3px
}

.find .btn-bk
{
	width: 270px;
	height: 45px;
	font-size: 1.5rem;
	margin: 20px 0 0
}

.find .btn-bk::after
{
	width: 15px;
	height: 15px;
	background-size: contain
}

.find-left .top a
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	background: #FFDC26;
	border: 2px solid var(--bl);
	margin-top: 20px;
	padding: 0 1em;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--bl);
}

.find-left .top a img
{
	width: 22px;
	height: 18.32px
}

.find-right
{
	width: 22%
}

.find-right h2
{
	font-weight: 500;
	background: #F2F2F2;
	margin-bottom: 10px;
	padding: 5px 1em;
}

.find-right li
{
	margin-bottom: 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #BEBEBE
}

.find-right li:first-child
{
	padding: 10px 0 10px
}

.find-right li a
{
	position: relative
}

.find-right li .new
{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 45px;
	height: 20px;
	line-height: 20px;
	background-color: var(--red);
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	display: block
}

.find-right li img
{
	width: 100%;
	height: 140px;
	object-fit: cover;
	padding-bottom: 5px
}

.find-right li .contract
{
	position: absolute;
	content: '';
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	display: block
}

.find-right .detail h3
{
	font-size: 1.4rem;
	font-weight: 500
}

.find-right .detail p
{
	font-size: 1.3rem;
	color: #777
}

.find-right .btn-bk
{
	width: 100%
}

@media screen and (max-width:1400px)
{
	.find-left .step ul li
	{
		font-size: 1.2rem;
	}
}

@media screen and (max-width:999px)
{
	.find
	{
		display: block;
		width: 85%
	}

	.find-left,
	.find-right
	{
		width: 100%
	}

	.find-left .top
	{
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 25px
	}

	.find-left .top p.cach
	{
		font-size: 1.8rem
	}

	.find-left .step
	{
		display: block;
		position: relative;
		padding: 30px 20px 20px;
	}

	.find-left .step .left
	{
		display: none
	}

	.find-left .step .middle,
	.find-left .step .right
	{
		width: 100%
	}

	.find-left .step .middle
	{

		margin-right: 0;
		margin-bottom: 15px
	}

	.find-left .step .middle .point,
	.find-left .step .middle2 .point
	{
		display: block;
		width: 10em;
		background: var(--bl);
		text-align: center;
		color: #fff;
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.find-left .step hgroup
	{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		border-bottom: 1px solid #000;
		padding-bottom: 6px
	}

	.find-left .step hgroup p
	{
		display: inline-block;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		line-height: 1.1;
		border-radius: 50%;
		padding-top: 12px;
		color: #fff;
		width: 48px;
		height: 48px
	}

	.find-left .step hgroup p span
	{
		font-size: 1rem;
		display: block
	}

	.find-left .step hgroup h2
	{
		font-size: 1.6rem;
		border: none;
		margin-left: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: 1.5;
		width: 100%;
	}

	.find-left .step .middle2
	{
		width: 100%;
	}

	.find .btn-bk
	{
		margin: 20px auto
	}

	.find-left .step ul
	{
		padding: 1em 1em .7em;

	}

	.find-left .step ul li
	{
		width: 48%
	}

	.find-right ul
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.find-right li:first-child
	{
		padding: 0 0 10px;
	}

	.find-right li
	{
		width: 48%;
	}

	.find-right li .new
	{
		width: 40px;
		height: 20px;
		line-height: 20px;
		font-size: 1.1rem
	}

	.find-right li img
	{
		height: 25vw
	}

	.find-right li .contract
	{
		top: 35px;
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem
	}

	.find-left .top a
	{
		width: 320px;
		height: 60px;
		font-size: 1.5rem;
		margin: 20px auto 30px
	}
}