@charset "UTF-8";

/*色の設定
-----------------------------------------*/
:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
}

/*意識調査一覧
-----------------------------------------*/
.chousa .page-title
{
	padding-top: 0;
	height: auto;
}

.chousa h1
{
	font-size: 32px;
}

.chousa hgroup p
{
	font-size: 18px;
	padding-top: 15px;
}

.chousa article
{
	width: 792px;
	margin: 50px auto;
}

.chousa .years
{
	margin-top: 70px;
}

.chousa h2
{
	color: var(--bluefont);
	font-size: 14px;
	padding-bottom: 20px;
}

.chousa h2 span
{
	font-size: 24px;
	font-family: 'en';
	padding-right: 5px;
}

.chousa .item-area
{
	display: flex;
	flex-wrap: wrap;
}

.chousa .item-area .item
{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
	background: var(--bluedeep);
}

.chousa .item-area .item:nth-child(3n)
{
	margin-right: 0;
}

.chousa .item-area .img
{
	width: 100%;
	height: 238px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #8cbacf;
	border-bottom: none;
}

.chousa .item-area .text-wrap
{
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.chousa .item-area .text-wrap::before
{
	content: "";
	background: url(../img/report-kazokuchousa/icon-new.png) no-repeat;
	display: block;
	width: 59px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
}

.chousa .item-area .text-wrap .num
{
	float: left;
	width: 32px;
	height: 30px;
	background: url(../img/report-kazokuchousa/item-num.png) no-repeat;
	line-height: 30px;
	text-align: center;
	color: #5995b8;
	font-size: 14px;
	position: relative;
}

.chousa .item-area .text-wrap .num span
{
	position: relative;
	top: 3px;
	left: -2px;
}

.chousa .item-area .text-wrap .label
{
	overflow: hidden;
	line-height: 1.3;
	padding-left: 10px;
	width: 150px;
	height: 36px;
	font-size: 13px;
	color: #fff;
}

@media (max-width: 769px)
{
	.chousa h1
	{
		font-size: 24px;
	}

	.chousa hgroup p
	{
		font-size: 16px;
		padding-top: 8px;
	}

	.chousa article
	{
		width: 96%;
		margin: 25px auto;
	}

	.chousa .years
	{
		margin-top: 40px;
	}

	.chousa .item-area
	{
		justify-content: center;
	}

	.chousa .item-area .item
	{
		width: 240px;
		margin-right: 0;
		margin-bottom: 7vw;
	}

	.chousa .item-area .item:nth-child(3n)
	{
		margin-right: 0;
	}

	.chousa .item-area .item:nth-child(2n)
	{
		margin-right: 0;
	}

	.chousa .item-area .img
	{}
}