@charset "utf-8";
.uq-content {
	min-height: 490px;
	background-color:#F3F3F3;
}
.uq-content .contArea {
	max-width: 980px;
	margin:0 auto;
	font-size: 16px;
	padding: 30px 0 40px;
}

.hLevel3 {
	font-weight:normal;
	margin-bottom:20px;
}
/* 検索フィールド */
.m_boxes1 > .searchBox {
	margin-bottom:50px;
	padding:20px;
	background: #fff;
	background-color:#FFF;
}
.m_boxes1 .searchInput {
	position:relative;
}
.m_boxes1 .searchInput hr {
	display:none;
}
.m_boxes1 .searchInput .legend {
	font-weight:bold;
}
.m_boxes1 .searchInput > .legend {
	position:absolute;
	top:5px;
	left:0;
}
.m_boxes1 .searchInput .searchKeyword {
	display:flex;
}
.m_boxes1 .searchInput .searchKeyword .inputText {
	width:calc(100% - 414px);
	font-size: 14px;
	margin-left:110px;
	padding: 0.5em;
	border:1px solid #CCC;
}
.m_boxes1 .searchInput .searchKeyword .inputBtn {
	width: 260px;
	margin-left:30px;
	padding: 10px 0;
	border: none;
	background: #333;
	color: #fff;
}
.m_boxes1 .searchInput .selectCat {
	margin-top:30px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 0 #d1d1d1;
}
.m_boxes1 .searchInput .selectCat .acd-check {
	display: none;
}
.m_boxes1 .searchInput .selectCat .acd-label {
	display: block;
	position:relative;
	padding:10px 20px;
}
.m_boxes1 .searchInput .selectCat .acd-label:before {
	bottom: 0;
	content: "\e902";
	font-family: uq-icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1em;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 11px;
	speak: none;
	text-align: center;
	text-transform: none;
	top: 0;
	width: 1em;
	z-index: 1;
	transform: rotateZ(90deg);
}
.m_boxes1 .searchInput .selectCat .acd-content {
	height: 0;
	opacity: 0;
	margin:0 20px;
	transition: .3s;
	visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
	height:auto;
	opacity: 1;
	padding:10px 0 20px;
	margin:0 20px;
	visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content ul,
.acd-check:checked + .acd-label + .acd-content label {
	opacity: 1;
	
}
.m_boxes1 .searchInput .selectCat .acd-check:checked + .acd-label:before {
	transform: rotateZ(-90deg);
}
.m_boxes1 .searchInput .searchField {
	border-top:1px solid #e5e5e5;
}
.m_boxes1 .searchInput .searchField ul {
	display:flex;
	opacity:0;
}
.m_boxes1 .searchInput .searchField li {
	width:calc(100% / 3);
}
.m_boxes1 .searchInput .searchField li input {
	display: none;
}
.m_boxes1 .searchInput .searchField li label {
	display:block;
	position:relative;
	opacity:0;
	padding-left:30px;
}
.m_boxes1 .searchInput .searchField li label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	margin:auto 0;
	width: 14px;
	height: 14px;
	border:2px solid #d1d1d1;
}
.m_boxes1 .searchInput .searchField li input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	bottom:0;
	left: 6px;
	margin:auto 0;
	width: 4px;
	height: 11px;
	transform: rotate(40deg);
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
.m_boxes1 .searchInput .searchField li input:checked + label::before {
	background-color:#333;
	border-color:#333;
}

/* お探しのページはこちらですか？ */
#relation_contents {
	margin-bottom:40px;
}
#relation_contents .ind > .hLevel3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
#relation_contents .ind ul {
	display:flex;
	flex-wrap:wrap;
	margin:0 -1%;
}
#relation_contents .ind ul li {
	width:calc(23% - 2px);
	margin: 0 1% 20px;
	text-align:center;
	background-color:#FFF;
	box-shadow: 0 2px 0 #d1d1d1;
	border: 1px solid #e5e5e5;
}
#relation_contents .ind ul li > div {
	padding:30px;
}
#relation_contents .ind ul li:nth-child(4n) {
	/*margin-right:0;*/
}
#relation_contents .ind ul li:hover {
	opacity:0.8;
}
#relation_contents .ind ul li:hover a {
	color:#65a2cb;
}
#relation_contents .ind ul li img {
	max-width:100%;
	height:auto;
	margin-bottom:30px;
	border:1px solid #e5e5e5;
}
#relation_contents .ind ul li a {
	color:#333;
	text-decoration:none;
}
#relation_contents .ind ul li .figure {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	max-height: 4.2em;
	overflow: hidden;
	word-break: break-all;
}
#relation_contents .ind ul li .figure .SS_highlight {
	background-color:#fad3c2;
}

/* 検索結果 */
#search_list .line {
	display:none;
}
.hLevel3 .fs_num {
	font-weight:bold;
}
#search_list ul {
	margin-bottom:20px;
	border:1px solid #e5e5e5;
}
#search_list li {
	display:flex;
	position:relative;
	padding:30px;
	background-color:#FFF;
	border-bottom:1px solid #d1d1d1
}
#search_list li::before{
	display:block;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right: 20px;
	width: 5px;
	height: 5px;
	margin:auto;
	border-top: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#search_list li a:hover {
	opacity:0.8;
}
#search_list li .setL {
	width: 10.5%;
	margin-right:30px;
}
#search_list li .setL img {
	max-width:100%;
	height:auto;
	border:1px solid #e5e5e5;
}
#search_list li .setR {
	width:89.5%;
	word-wrap: break-word;
}
#search_list li .setR a {
	text-decoration:none;
}
#search_list li .setR .hLevel4_link {
	margin-bottom:10px;
}
#search_list li .setR .hLevel4_link a {
	color:#333;
	font-weight:bold;
}
#search_list li .setR .dd_case p {
	font-size:12px;
	margin-bottom:10px;
}
#search_list li .setR .dd_case p .SS_highlight {
	background-color:#fad3c2;
}
/* ページネーション */
#search_list .pagenate {
	display:flex;
	justify-content:flex-end;
	text-align:center;
}
#search_list .pagenate .SS_selectPage {
	display:block;
	min-width:30px;
	margin:0 2px;
	font-weight:normal;
	border:1px solid #CCC;
}
#search_list .pagenate .SS_numberPage {
	margin:0 2px;
}
#search_list .pagenate .SS_numberPage a {
	display:block;
	color:#777;
	min-width:30px;
	text-decoration:none;
	border:1px solid #CCC;
	background-color:#FFF;
}
#search_list .pagenate .SS_prevPage a {
	color:#777;
	margin-right:5px;
	text-decoration:none;
}
#search_list .pagenate .SS_nextPage a {
	color:#777;
	margin-left:5px;
	text-decoration:none;
}
#page-top {
	display:none;
}

/* エラー */
#SS_hintMessage li {
	position:relative;
	padding-left:1em;
	margin-bottom:10px;
}
#SS_hintMessage li:before {
	display:block;
	content: "\30fb";
	position:absolute;
	left:0;
}


/* SP =========================================== */
@media screen and (max-width: 980px) {
	.uq-content .contArea {
		padding: 10px 3% 40px;
	}
	/* 検索フィールド */
	.m_boxes1 .searchInput > .legend {
		position:static;
		margin-bottom:10px;
	}
	.m_boxes1 .searchInput .searchKeyword {
		display:block;
	}
	.m_boxes1 .searchInput .searchKeyword .inputText {
		width:calc((100% - 1em) - 2px);
		margin-left:0;
		margin-bottom:20px;
	}
	.m_boxes1 .searchInput .searchKeyword .inputBtn {
		width:100%;
		margin-left:0;
	}
	.m_boxes1 .searchInput .searchField ul {
		display:block;
	}
	.m_boxes1 .searchInput .searchField li {
		width:100%;
		margin-bottom:10px;
	}
	.acd-check:checked + .acd-label + .acd-content {
		padding-bottom:10px;
	}
	
	/* お探しのページはこちらですか？ */
	#relation_contents .ind ul li {
		width:calc(48% - 2px);
	}
	#relation_contents .ind ul li > div {
		padding:20px 10px;
	}
	#relation_contents .ind ul li img {
		display:none;
	}
	
	/* 検索結果 */
	#search_list li {
		padding:10px;
	}
	#search_list li::before {
		right:10px;
		width: 6px;
		height: 6px;
	}
	#search_list li .setL {
		display:none;
	}
	#search_list li .setR {
		width:100%;
		font-size:12px;
	}
	#search_list li .setR .hLevel4_link {
		margin-bottom: 15px;
		font-size: 14px;
	}
	#search_list li .setR .dd_case {
		margin-right:10px;
	}
	
	/* ページネーション */
	#search_list .pagenate {
		flex-wrap:wrap;
		justify-content:center;
	}
	#search_list .pagenate .SS_selectPage,
	#search_list .pagenate .SS_numberPage {
		margin-bottom:10px;
	}
		
		
}
