@charset "UTF-8";

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

hgroup p
{
	margin-bottom: 0;
}

.cach
{
	margin-top: 50px;
	font-size: 1.6rem;
}

.cach .top
{
	width: 100%;
	background-image: url(../img/purchase/top.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top right;
}

.cach .top .txt
{
	width: 605px;
	height: 304px;
}

.cach .top h2
{
	color: var(--bl);
	margin-bottom: 0.5em;
}

.cach .top p.title
{
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 4rem;
	line-height: 1.5;
}

.cach .kind
{
	margin-top: 65px;
	background: linear-gradient(180deg, #fff 0%, #fff 60%, #E8EFF4 60%, #E8EFF4 100%);
}

.cach .flex
{
	width: 736px;
	margin: 0 auto;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cach .flex figure
{
	width: 43%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--bl);
}

.cach .flex figure img
{
	margin-bottom: 5px;
}

@media screen and (max-width:900px)
{
	hgroup p
	{
		font-size: 2.5rem;
	}

	.cach
	{
		margin-top: 10px;
	}

	.cach .top
	{
		padding: 0 5%;
		background-size: 60% auto;
	}

	.cach .top .txt
	{
		width: 100%;
		height: auto;
	}

	.cach .top p.title
	{
		font-size: 2rem;
		margin-bottom: 5rem;
	}

	.cach .kind
	{
		margin-top: 30px;
	}

	.cach .flex
	{
		width: 100%;
		padding: 0 5% 10px
	}

	.cach .flex figure
	{
		width: 46%;
		font-size: 1.5rem;
	}
}

.point
{
	margin: 110px auto;
}

.point h2
{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}

.point .topflex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 20px
}

.point .topflex li
{
	display: block;
	width: 23%;
	background: #F2F2F2;
	color: var(--bl);
	font-weight: 500;
	font-size: 1.6rem;
	padding: 1em;
	line-height: 1.4;
}

.point .arrow
{
	width: 217px;
	height: 42px;
	display: block;
	margin: 20px auto;
}

.point .ansin
{
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	color: var(--bl);
}

.point .because
{
	margin-top: 43px;
	margin: 43px auto 100px
}

.point .because dl
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.point .because dt
{
	display: block;
	width: 256px;
	height: 98px;
	line-height: 98px;
	background: var(--bl);
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}

.point .because dd
{
	width: calc(100% - 290px);
	font-size: 1.6rem;
}

@media screen and (max-width:900px)
{
	.point
	{
		margin: 40px auto
	}

	.point h2
	{
		font-size: 2rem;
	}

	.point .topflex
	{
		margin: 15px auto 20px
	}

	.point .arrow
	{
		margin: 10px auto;
	}

	.point .topflex li
	{
		width: 100%;
		margin-bottom: 13px;
	}

	.point .ansin
	{
		font-size: 2.5rem;
	}

	.point .because
	{
		margin: 20px auto 50px
	}

	.point .because dt
	{
		width: 100%;
		margin-bottom: 10px;
		font-size: 2.2rem;
		height: 55px;
		line-height: 55px;
	}

	.point .because dd
	{
		width: 100%;
	}
}

.netwerk h3,
.how h3
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2rem;
	font-weight: 600;
	color: var(--bl);
	margin-bottom: 1.5em;
}

.netwerk
{
	margin-bottom: 73px;
}

.netwerk h3 img,
.how h3 img
{
	width: 18px;
	height: 16px;
	margin-right: 1em;
}

.netwerk h3 span,
.how h3 span
{
	position: relative;
	font-size: 1.6rem;
	margin-left: 4em;
}

.netwerk h3 span:before,
.how h3 span:before
{
	position: absolute;
	content: '';
	left: -2.5em;
	top: 0.8em;
	width: 2em;
	height: 1px;
	background: var(--bl);
}

.netwerk .list,
.how .topflex
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.netwerk .list .left,
.how .topflex .left
{
	width: calc(100% - 560px);
	font-size: 1.6rem;
}

.netwerk .list .left
{
	background-image: url(../img/purchase/map.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.netwerk .list .right,
.how .topflex .right
{
	width: 520px;
}

.netwerk .list .right
{
	border: 1px solid var(--bl);
	padding: 23px
}

.netwerk .list .right img
{
	width: 171px;
}

.netwerk .list .right ul
{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.netwerk .list .right ul li
{
	width: 50%;
	font-size: 1.3rem;
}

.how .topflex .right ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.how .topflex .right ul li
{
	display: block;
	background: var(--bl);
	color: #fff;
	width: 30%;
	text-align: center;
}

@media screen and (max-width:900px)
{
	.netwerk
	{
		margin-bottom: 43px;
	}

	.netwerk h3,
	.how h3
	{
		margin-bottom: 0.5em;
	}

	.netwerk .list .left,
	.how .topflex .left
	{
		width: 100%;
		margin-bottom: 15px;
	}
}

.plan
{
	border: 1px solid var(--bl);
	padding: 25px 30px;
	margin-bottom: 30px;
}

.plan h4
{
	color: var(--bl);
	font-size: 1.8rem;
	font-weight: 500;
}

.plan .flex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

.plan .flex .left
{
	width: 35%;
}

.plan .flex .right
{
	width: 60%;
}

.plan .flex .right p
{
	font-size: 1.6rem;
	line-height: 1.5;
	padding-bottom: 0.6em;
}

.plan .flex .right dl
{
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	font-size: 1.6rem;
}

.plan .flex .right dt
{
	display: inline-block;
	width: 6em;
	border: 1px solid var(--bl);
	color: var(--bl);
	text-align: center;
	font-size: 1.5rem;
	margin-right: 1em;
}

.plan .flex .right dt.mr
{
	background: var(--bl);
	color: #fff;
}

.plan .flex .right dd
{
	width: calc(100% - 7em);
	line-height: 1.4;
}

@media screen and (max-width:900px)
{
	.plan .flex .left
	{
		width: 100%;
		margin-bottom: 15px;
	}

	.plan .flex .right
	{
		width: 100%;
	}
}