@charset "UTF-8";

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

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

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

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

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

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

.research h2
{
	color: var(--bluefont);
	font-size: 14px;
}

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

.research .years ul
{
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 35px
}

.research .years ul li
{
	margin-right: 15px;
	position: relative;
	display: block;
	width: 70px;
	height: 40px;
	background: var(--bluelight);
	color: #fff;
	font-size: 18px;
	font-family: 'en';
	text-align: center;
	line-height: 40px;
	padding-left: 13px;
}

.research .years ul li.all
{
	padding-left: 0;
}

.research .years ul li.active,
.research .years ul li:hover
{
	background: var(--bluedeep);
}

.research .years ul li span
{
	font-size: 14px;
}

.research .years ul li::before
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 40px;
	width: 10px;
	background: #fff;
}

.research .years ul li.all:before
{
	background: var(--bluedeep);
}

.research .years ul li::after
{
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 40px;
	width: 10px;
	background: var(--bluelight);
	transition: all 0.3s 0s ease
}

.research .years ul li.active::after,
.research .years ul li:hover::after
{
	background: var(--bluedeep);
}

.research .item-area
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.research .item-area .item
{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

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

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

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

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

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

	.research .years ul
	{
		margin: 15px 0 15px;
	}

	.research .years ul li
	{
		margin-bottom: 10px;
		margin-right: 10px;
		width: 60px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.research .years ul li::before,
	.research .years ul li::after
	{
		height: 35px;
	}

	.research .item-area .item
	{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
	}

	.research .item-area .item:nth-child(3n)
	{
		margin-right: 4%;
	}

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


/*意識調査個別ページ
-----------------------------------------*/
/*他の調査を見る*/
details summary
{
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--bluefont);
	font-size: 14px;
	letter-spacing: 0.25em;
	/*デフォルトの矢印消す*/
	display: block;
	list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker
{
	display: none;
}

details summary::-webkit-details-marker,
details summary::marker
{
	display: none;
	content: '';
}

details summary:before
{
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	width: 40%;
	height: 1px;
	background: var(--bluedeep);
}

details summary:after
{
	position: absolute;
	content: '';
	right: 0;
	top: 15px;
	width: 40%;
	height: 1px;
	background: var(--bluedeep);
}

details summary img
{
	width: 18px;
	margin-bottom: 7px;
	margin-left: 5px;
	transition: all 0.3s 0s ease
}

details[open] summary img
{
	transform: rotate(180deg);
}

.research2 .list
{
	background: var(--bluedeep);
	padding-top: 30px;
}

.research2 .research
{
	width: 792px;
	margin: 20px auto;
}

.research2 .research .years
{
	margin-top: 0;
}

.research2 .research h2
{
	color: #fff;
}

.research2 .research .years ul li,
.research2 .research .years ul li::after,
.research2 .research .years ul li.all:before
{
	background: #fff;
	color: var(--bluefont);
}

.research2 .research .years ul li::before
{
	background: var(--bluedeep);
}

/*タイトル*/
.research2 .top
{
	display: flex;
	justify-content: space-between;
	background: #f2f2f2;
}

.research2 .top .title_area
{
	width: calc(100% - 180px);
	display: flex;
	align-items: center;
	padding: 40px 20px 40px 40px;
}

.research2 .top .title_area img
{
	width: 140px;
	margin-right: 60px;
}

.research2 .top .title_area h1
{
	display: block;
	width: calc(100% - 150px);
	line-height: 1.4;
	font-size: 32px;
}

.research2 .top .img_area
{
	padding: 20px;
}

/*コンテンツ*/
.research2 .content
{
	width: 786px;
	margin: 50px auto;
}

.research2 .content .txt
{
	padding: 0 49px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 2em;
}

.research2 .content .txt p
{
	padding-bottom: 1em;
}

.research2 .graph
{
	background: #e9f3f7;
	padding: 40px 0 10px;
}

.research2 .graph dt
{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.research2 .graph dd
{
	text-align: center;
	margin-bottom: 50px;
}

.research2 .graph dd img
{
	width: auto;
}

.research2 ul.pagenation
{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.research2 ul.pagenation a
{
	display: flex;
	background: var(--bluedeep);
	color: #fff;
	margin: 0 15px;
	font-size: 14px;
	padding: 0.5em 2.5em;
	border-radius: 10px;
}

@media (max-width: 769px)
{

	/*ほかの*/
	details summary::before,
	details summary::after
	{
		width: 20%;
	}

	details summary img
	{
		width: 16px;
		margin-bottom: 5px;
	}

	.research2 .research
	{
		width: 100%;
		padding: 0 5%
	}

	.research2 .list
	{
		padding-top: 15px;
	}

	/*タイトル*/
	.research2 .top
	{
		display: block;
	}

	.research2 .top .title_area
	{
		width: 100%;
		text-align: center;
		padding: 20px 20px 0;
	}

	.research2 .top .title_area img
	{
		width: 60px;
		margin-right: 15px;
	}

	.research2 .top .title_area h1
	{
		width: 100%;
		font-size: 16px;
		text-align: left;
	}

	.research2 .top .img_area
	{
		padding: 20px 40px;
	}

	/*コンテンツ*/
	.research2 .content
	{
		width: 100%;
		margin: 25px auto;
	}

	.research2 .content .txt
	{
		padding: 0 5%;
		font-size: 14px;
	}

	.research2 .graph
	{
		padding: 20px 5% 10px;
	}

	.research2 .graph dt
	{
		font-size: 15px;
		text-align: left;
	}

	.research2 .graph dd
	{
		margin-bottom: 25px;
	}

	.research2 ul.pagenation
	{
		margin-bottom: 25px;
	}

	.research2 ul.pagenation a
	{
		font-size: 13px;
		padding: 0.5em 1em;
		margin: 0 6px
	}
}

/*追記
-----------------------------------------*/

/*注釈*/
.graph-note
{
	color: #808080;
	line-height: 1.5;
	font-size: 12px;
	padding-top: 18px;
}

/*テキストリンク*/
.textlink
{
	color: var(--bluefont);
	word-break: break-all;
}

.textlink:hover
{
	text-decoration: underline;
}

/*フォント小*/
.text_small
{
	font-size: 14px;
	line-height: 1.6;
}

/*意識調査一覧 NO.1〜05
-----------------------------------------*/

/*タイトルエリア*/
.research2 .top .title_area .title_area_inner h1
{
	width: 100%;
}

.title_area_inner
{
	width: 100%;
	display: block;
}

.title_area_inner p
{
	margin-top: 16px;
}

@media (max-width: 769px)
{
	.title_area_inner p
	{
		text-align: left;
		font-size: 14px;
		margin-top: 0;
	}
}

/*ドットフレーム*/
.dot_box
{
	border-radius: 10px;
	padding: 24px;
	margin: 40px 0;
	border: 1px dashed var(--bluedeep);
}

.dot_box dl
{
	display: flex;
	align-items: center;
}

.dot_box dt
{
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 82px;
	text-align: center;
	margin-right: 24px;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background-color: var(--bluedeep);
}

.dot_box dd
{
	font-size: 28px;
	color: var(--bluedeep);
}

@media (max-width: 769px)
{
	.dot_box
	{
		padding: 16px;
		margin: 16px 0;
	}

	.dot_box dt
	{
		font-size: 14px;
		line-height: 60px;
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	.dot_box dd
	{
		font-size: 16px;
		width: calc(100% - 72px);
		line-height: 1.5;
	}
}

/*ボーダーフレーム*/
.flame_box
{
	border: 2px solid var(--bluedeep);
	border-radius: 10px;
	padding: 40px;
	margin-top: 50px;
}

.flame_box dt
{
	font-weight: normal;
	font-size: 28px;
	color: var(--bluedeep);
	line-height: 1em;
	background-image: url(../wordpress/wp-content/themes/1morebaby_2025/img/result-title_icon.png);
	background-repeat: no-repeat;
	padding-left: 39px;
}

.flame_box dd
{
	color: var(--bluedeep);
	font-size: 19px;
	line-height: 2em;
	margin-top: 24px;
}

@media (max-width: 769px)
{
	.flame_box
	{
		padding: 24px;
		margin-top: 24px;
	}

	.flame_box dt
	{
		font-size: 18px;
		background-size: 18px 18px;
		padding-left: 32px;
	}

	.flame_box dd
	{
		font-size: 16px;
		line-height: 1.6;
		margin-top: 16px;
	}
}

/*次回予告*/
.notice
{
	margin: 50px auto 0;
	text-align: center;
}

.notice-ttl
{
	display: inline-block;
	width: 95px;
	height: 95px;
	color: var(--bluedeep);
	background-color: #e9f3f7;
	font-weight: normal;
	font-size: 17px;
	border-radius: 50%;
	line-height: 95px;
	margin-right: 16px;
	text-align: center;
}

@media (max-width: 769px)
{
	.notice
	{
		display: flex;
		margin-top: 24px;
		align-items: center;
	}

	.notice-text
	{
		line-height: 1.5;
		text-align: left;
		width: calc(100% - 100px);
	}

	.notice-ttl
	{
		font-size: 14px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		display: block;
	}
}