@charset "utf-8";
/*　検索エリア　*/
.top_search_pc {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}

.top_search_area form {
	align-items: center;
	background: #fff;
	display: flex;
	height: 65px;
	border: 2px solid #333;
}

.top_search_area input[type="radio"] {
	display: none;
}

.top_search_area label {
	font-size: 1.4rem;
	font-weight: bold;
}

.top_search_area input[type="text"] {
	appearance: none;
	border: none;
	border-right: none;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 712px;
	padding: 20px 30px;
	letter-spacing: 0.03em;
	height: 100%;
}

.top_search_area input[type="text"]:focus {
	outline: none;
	background: #fcf6f6;
}

.top_search_area input[type="text"]::placeholder {
	color: #b4b3b3;
}

.top_search_area input[type="image"] {
	width: 60px;
	height: 61px;
	border: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 19px 18px;
}

@media screen and (max-width: 768px) {
	
	/*　search_area　*/
	.top_search_pc {
		margin: 8px auto 0;
	}
	
	.form_page .top_search_area ul, .ecssol_page .top_search_area ul {
		position: static;
		right: auto;
		top: auto;
	}
	
	/*　中　*/
	.top_search_area form {
		height: 60px;
		width: 100%;
	}
	
	.top_search_area input[type="text"] {
		width: calc( 100% - 40px);
		padding: 14px 11px;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		border-radius: 0;
		vertical-align: middle;
	}
	
	.top_search_area input[type="image"] {
		width: 40px;
		height: 100%;
		padding: 17px 10px;
		border-radius: 0;
		border: none;
		vertical-align: middle;
	}
	.search_inner {
		overflow-y: scroll;
		padding: 70px 20px 30px;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	
	.sp_search_title {
		font-size: 1.7rem;
		font-weight: bold;
		padding: 0 0 10px 0;
		display: block;
		text-align: center;
	}
	
	.search_inner .btn {
		width: 100%;
		margin: 0 auto;
		padding: 70px 0 0 0;
		text-align: center;
		font-size: 1.5rem;
	}
	
	.search_inner .btn a {
		color: #fff;
		width: 100%;
		padding: 15px 0;
		border: 1px #DDD solid;
		display: block;
		letter-spacing: 0;
		font-weight: bold;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	
	.search_inner .btn a::after {
		display: inline-block;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #FFF;
		position: absolute;
		right: 10px;
		vertical-align: middle;
	}
	
	/*　外　*/
	.form_page .top_search_btn, .ecssol_page .top_search_btn {
		position: absolute;
		top: 10px;
		right: 50px;
	}
	
	.top_search_btn::before {
		color: #ddd;
		content: "\f002";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 2rem;
	}
	
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	
	.top_search_btn{
		top: 20px;
		right: 20px;
		position: absolute;
	}
	
	.fixed .top_search_btn {
		z-index: 100;
	}
	
	.fixed .top_search_btn::before {
		content: "\f00d";
	}
	
	.open {
		opacity: 1;
		visibility: visible;
	}
	
	/*search*/
	.search-category-list {
		margin: 80px 0 0;
		clear: both;
		position: static !important;
	}
	
	.search-category-list li {
		border-bottom: #ccc solid 1px;
		width: 92%;
	}
	
	.search-category-list li:first-child {
		border-top: #ccc solid 1px;
	}
	
	.search-category-list li a {
		display: block;
		background-color: none;
		border-top: none;
		padding: 10px 20px 20px 20px;
		text-align: left;
		position: relative;
	}
	
	.search-category-list li a::after {
		display: block;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		position: absolute;
		line-height: 1;
		right: 15px;
		top: 50%;
		margin: -9px 0 0;
		color: #333;
	}
	
	.search-category-list li a .cate-img {
		float: left;
		padding: 10px 0 0;
	}
	
	.search-category-list li a .cate-img img {
		height: 20px;
	}
	
	.search-category-list li a .cate-title {
		padding: 8px 0 0 45px;
	}
	
	.search-category-list .cate-player-recorder a .cate-title {
		padding: 8px 0 0 45px;
	}
	
}