@charset "UTF-8";

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

hgroup p
{
	margin-bottom: 0;
}

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

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

.check a
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 352px;
	height: 77px;
	background: #FFDC26;
	margin: 37px auto 0;
	font-size: 2rem;
	color: var(--bl);
}

.check a img
{
	width: 28px;
	height: 28px;
	margin-left: 1em;
}

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

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

	.check a
	{
		width: 280px;
		height: 45px;
		margin: 20px auto 0;
		font-size: 1.6rem;
	}

	.check a img
	{
		width: 23px;
		height: 23px;
	}
}

.priv .flow
{
	margin-bottom: 70px
}

.priv .flow h2
{
	position: relative;
	display: block;
	width: 16em;
	margin: 0 auto 20px;
	color: var(--bl);
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}

.priv .flow h2::before
{
	position: absolute;
	content: '';
	top: 49%;
	right: -55px;
	width: 50px;
	height: 1px;
	background: var(--bl)
}

.priv .flow h2::after
{
	position: absolute;
	content: '';
	top: 49%;
	left: -55px;
	width: 50px;
	height: 1px;
	background: var(--bl)
}

.priv .flow-list .list:nth-child(odd)
{
	background: var(--lbl)
}

.priv .flow-list .list .container
{
	display: flex
}

.priv .flow-list .list h3
{
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 10px;
	color: var(--bl);
}

.priv .flow-list .list .right
{
	padding: 25px 0 27px 20px
}

.priv .flow-list .list .right .flex
{
	display: flex;
	align-items: center;
	font-size: 1.6rem
}

.priv .flow-list .list .right img
{
	width: 220px;
	margin-right: 30px
}

.priv .flow-list .list .left
{
	position: relative;
	padding: 15px 0 0;
	background-image: url(../img/sale/line.svg);
	background-repeat: repeat-y;
	background-size: 2px 5px;
	background-position: center
}

.priv .flow-list .list:first-child .left
{
	padding: 0;
	margin-top: 15px
}

.priv .flow-list .list .left p
{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	line-height: 1.15;
	background: var(--bl);
	width: 52px;
	height: 50px;
	padding-top: 5px;
}

.priv .flow-list .list .left p span
{
	display: block;
	font-size: 1.1rem
}

@media screen and (max-width:999px)
{
	.priv .flow
	{
		margin-bottom: 30px
	}

	.priv .flow h2
	{
		margin: 0 auto 15px;
		font-size: 1.6rem
	}

	.priv .flow h2::before
	{
		right: -27px;
		width: 25px
	}

	.priv .flow h2::after
	{
		left: -27px;
		width: 25px
	}

	.priv .flow-list .list .left p
	{
		font-size: 1.7rem
	}

	.priv .flow-list .list .right .flex
	{
		display: block;
		font-size: 1.5rem
	}

	.priv .flow-list .list h3
	{
		font-size: 1.8rem
	}

	.priv .flow-list .list .right img
	{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
}