@charset "UTF-8";


:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
}

h2
{
	font-size: 26px;
	padding-bottom: 1em;
}

ol
{
	padding: 1em 0;
	margin-left: 3em;
	list-style-type: none;
	text-indent: -2.5em;
}

ol li
{
	list-style-type: none;
	text-indent: -3em;
	padding: 0;
	counter-increment: cnt;
}

ol li::before
{
	content: "( " counter(cnt)" ) ";
}

.guide
{
	border: 1px solid #ccc;
	padding: 2em 2em 1.5em;
}

.guide h3
{
	font-weight: bold;
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}

.guide p
{
	font-size: 14px;
	padding-bottom: 1.3em;
	line-height: 1.6;
}

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

.guide .flex p
{
	line-height: 1;
}

.guide .flex table
{
	margin-top: 1em;
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.guide .flex th,
.guide .flex td
{
	text-align: center;
	border: 1px solid #ccc;
}

.guide .flex .blue_a th
{
	width: 190px;
	font-weight: normal;
}

.guide .flex .blue_a
{
	background: var(--bluedeep);
	color: #fff;
}

.guide .flex .blue_b
{
	background: var(--bluelight);
}

.contact
{
	margin-top: 40px;
}

.contact p
{
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.5em;
}

.contact .flex
{
	background: #F7F7F7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 25px 49px;
}

.contact.kojin .flex
{
	justify-content: center;
}

.contact .flex a
{
	width: 247px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #BFBFBF;
	color: #fff;
}

.contact .flex a img
{
	width: 18px;
	margin-right: 5px;
}

@media (max-width: 769px)
{
	ol li
	{
		line-height: 1.5;
		padding-bottom: 0.5em;
	}

	.guide
	{
		padding: 2em 1.5em 1.5em;
	}

	.guide p
	{
		line-height: 1.5;
	}

	.guide .flex p
	{
		padding-bottom: 0.5em;
	}

	.guide .flex table
	{
		margin-top: 0;
	}

	.contact
	{
		margin-top: 20px;
	}

	.contact h3
	{
		text-align: center;
		width: 100%;
	}

	.contact .flex a
	{
		width: 100%;
		max-width: 220px;
		margin-top: 0.8em;
	}

	.contact.kojin .flex a
	{
		margin-top: 0;
	}
}

/*会員企業
---------------------------------*/
.member
{
	margin: 70px auto;
}

.member .big
{
	font-size: 17px;
	padding-bottom: 2em;
}

.member .company
{
	padding-bottom: 2em;
	margin-bottom: 2.5em;
	border-bottom: 1px dashed var(--bluedeep);
}

.member .company .top
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.member .company .top .left
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 172px;
	border: 2px solid #f2f2f2;
	vertical-align: middle;
	text-align: center;
}

.member .company .top .left.new::before
{
	position: absolute;
	content: 'NEW';
	top: -2px;
	left: -2px;
	width: 60px;
	padding: 0px 10px;
	background: var(--red);
	color: #fff;
	font-size: 14px;
}

.member .company .top .left img
{
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 120px;
}

.member .company .top .right
{
	width: calc(100% - 320px);
}

.member .company .top .right dl
{
	display: flex;
	align-items: center;
	padding-bottom: 1em;
	font-size: 15px;
}

.member .company .top .right dt
{
	display: block;
	width: 5em;
	padding: 5px;
	margin-right: 1em;
	text-align: center;
	background: #f2f2f2;
}

.member .company .top .right dd
{
	line-height: 1.5;
	width: calc(100% - 5em);
}

.member .company .top .right a
{
	color: var(--bluefont);
}

.member .company .bottom
{
	font-size: 15px;
	line-height: 1.9;
}

@media (max-width: 769px)
{
	.member .big
	{
		font-size: 16px;
		padding-bottom: 2em;
	}

	.member .company .top
	{
		margin-bottom: 0.5em;
	}

	.member .company .top .left
	{
		width: 100%;
		margin-bottom: 1em;
	}

	.member .company .top .right
	{
		width: 100%;
	}

	.member .company .top .right dl
	{
		display: block;
		font-size: 14px;
		padding-bottom: 0.5em;
	}

	.member .company .top .right dt
	{
		padding: 2px 10px;
		margin-bottom: 5px;
	}

	.member .company .top .right dd
	{
		line-height: 1.4;
	}

	.member .company .bottom
	{
		font-size: 14px;
		line-height: 1.7;
	}

	.member .company
	{
		padding-bottom: 1.5em;
		margin-bottom: 1.7em;
	}
}