/*アンケート報告用スタイル*/

/*2024style*/
.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;
}
/*2024styleここまで*/




.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:2.0em;
	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:0px;
}
.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:1.0em;
	background:#E6FEFF;
	color:#407A8B;
	font-weight:bold;
	margin-right:8px;
}
.seachreport .hyo img {
	max-width:100%;
}
}