/* ==================================================
   アンケート報告：2024年スタイル
================================================== */

.style2024 img {
	margin: 0 auto !important;
	max-width: 80% !important;
}

.headline2024 {
	border: 1px solid #3298ad;
	padding: 5%;
}

.style2024small {
	font-size: 0.8em;
	line-height: 110% !important;
	color: #3f3f3f;
}

.listmds {
	list-style: none;
	border-bottom: none;
}

/* ==================================================
   アンケート報告：基本レイアウト

   注意：既存コンテンツとの互換性のため、クラス名
   「seachreport」の綴りは変更しない。
================================================== */

.seachreport {
	margin-left: -20px;
	margin-right: -20px;
}

.seachreport h1 {
	color: #417ebf;
	font-size: 1.6em;
	text-align: center;
}

/* メニュー */
.seachreport .menu {
	display: block;
	text-align: center;
	margin: 20px;
}

.seachreport .menu a {
	display: inline-block;
	padding: 10px;
	font-size: 1.1em;
	background: #e6feff;
	color: #407a8b;
	font-weight: bold;
	margin-right: 20px;
}

.seachreport .menu a.hit {
	border: 2px solid #62949a;
	color: #62949a;
}

.seachreport .menu a:hover {
	background: #fdfcdc;
}

/* 見出し・説明 */
.seachreport .headline {
	padding: 10px;
	background: #e4fcff;
}

.seachreport .headline img {
	float: left;
	max-width: 40%;
	margin-right: 10px;
}

.seachreport .syo {
	margin-top: 30px;
	font-size: 1.2em;
	border-bottom: 2px solid #5aacbd;
	color: #5aacbd;
	font-weight: bold;
}

/* 横並びレイアウト */
.seachreport .flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.seachreport .yoko {
	text-align: center;
}

.seachreport .yoko img {
	max-width: 800px;
}

.seachreport h2,
.seachreport .yoko h2,
.seachreport .flex div h2 {
	font-size: 1.1em !important;
	font-weight: bold !important;
	background: #fbfad5 !important;
	padding: 8px !important;
	margin: 5px !important;
	margin-top: 30px;
	line-height: 2em;
	color: #303030 !important;
}

.seachreport h2 span.toi,
.seachreport .yoko h2 span.toi,
.seachreport .flex div h2 span.toi {
	padding: 8px;
	margin-right: 10px;
	background: #e9ad17;
	color: #ffffff;
}

.seachreport h2 span.little,
.seachreport .yoko h2 span.little,
.seachreport .flex div h2 span.little {
	font-weight: 100;
	font-size: 0.8em;
}

.seachreport .flex div {
	max-width: 50%;
}

.seachreport .flex div img {
	max-width: 400px;
}

/* 前後ページへのリンク */
.seachreport .next {
	margin: 20px 10px;
	text-align: center;
}

.seachreport .next a {
	display: block;
	padding: 10px;
	background: #50bbcc;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

.seachreport .hyo img {
	max-width: 80%;
}

/* ==================================================
   スマートフォン・タブレット
================================================== */

@media screen and (max-width: 768px) {
	.seachreport .headline img {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}

	.seachreport .flex {
		display: block;
	}

	.seachreport .flex div {
		max-width: 100%;
	}

	.seachreport .yoko img {
		max-width: 100%;
	}

	.seachreport .menu {
		display: block;
		text-align: center;
		margin: 20px 0;
	}

	.seachreport .menu a {
		display: inline-block;
		padding: 8px;
		font-size: 1em;
		background: #e6feff;
		color: #407a8b;
		font-weight: bold;
		margin-right: 8px;
	}

	.seachreport .hyo img {
		max-width: 100%;
	}
}
