/* 検索結果でアイキャッチを削除する */
/* .eyecatch{
	display: none!important;	
} */


/* 検索結果でアイキャッチを削除する */

.postform{
/* 	display: none; */
}

/* 詳しく検索 */
.widgetSearch__select{
    border: 2px solid #d8d8d8;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}

.search-key{
	text-align: center;
	margin-top: 4rem!important;
}

.seach-title{
	font-weight: bold;
}

.widgetSearch__contents,.widgetSearch__tag{
	margin-top: 1rem!important;
}

.widgetSearch__flex{
	background-color:#f2f2f2;
	padding: 20px 50px;
	display: block!important;
}

a.btn,.btn{
	border-radius: 100vh;
	border: none;
}

.btn-radius{
	width: 280px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	padding: 1.2rem 2rem;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff!important;
	background-color: #1575AE;
}

.btn-radius2{
	width: 200px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	padding: 0.5rem 2rem;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff!important;
	background-color: #1575AE;
}

.widgetSearch__checkLabel{
	margin: 15px 10px;
}

/* 詳しく検索 */

/* キーワードで検索 */
.searchkeyarea{
	background-color: #F3F3F3;
	padding: 15px 35px;
}
@media screen and (max-width:768px) { 
	.searchkeyarea{
		padding: 15px;
	}	
}

.widgetSearch__flex_key{
	display: flex;
}

.widgetSearch__contents_key{
	display:none;
}

.keyinput{
	padding: 15px!important;
}

.keybutton{
	width: 5rem!important;
	background: #1575AE;
	color: white;
}

.keycategory:first-child,.keycategory-children :first-child{
	margin-top: 1rem!important;
}

.keycategory{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0!important;
}

.keycategory::after{
	content: none!important;
}

.keycategory-children{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 3px solid #F3F3F3;
	border-radius: 30px;
	padding: 0 50px 1rem 50px;
	margin:  2rem 20px!important;
}

.keycategory-children > a{
	margin-top: 1rem!important;
}

.keychildren-link{
	display: block;
	margin-top: 1rem!important;
	font-size: 1.8rem;
}

@media screen and (max-width:768px){
	.keycategory{
		justify-content: center;
	}
}

#tag-list{
	list-style: none;
	text-align: center;
 	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0!important;
	background-color: #F3F3F3!important;
/* 	padding: 0 50px!important; */
	margin-top: 1rem!important;
}

#tag-list:after{
	border-style: none!important;
}

#tag-list li:first-child{
	margin-top: 1rem!important;
}

#tag-list li:before{
	content: none;
}

#tag-list li{
 	width: 100px;
 	text-align: center;
 	background-color: white;
 	height: 35px;
 	line-height: 35px;
	border-radius: 20px;
	padding-left: 0!important;
	margin-right: 5px;
	margin-left: 5px;
}

#tag-list li a{
	font-size: 1.5rem!important;
}

.search_detail{
	text-align: right;
	font-size: 1.7rem;
}

@media screen and (max-width:768px) {
	#tag-list{
		justify-content: center;
	}
}
@media screen and (max-width:481px) {
	#tag-list{
		justify-content: space-around;
	}
}
/* キーワードで検索 */

/* よくあるご質問 */
#keyqa{
	margin-top: 0;
	list-style: none;
	background-color: white!important;
}

#keyqa:after{
	border-style: none!important;
}

#keyqa li:first-of-type{
	margin-top: 0.5rem;
}

#keyqa li{
	margin-top: 1rem;
	font-size: 1.6rem;
	padding: 1rem;
	border: 2px solid #F3F3F3;
}

#keyqa li:first-letter{
	font-size: 2rem;
	margin-right: 0.5rem;
}

#keyqa li:before{
	content: none;
}

.keyqa-category{
	margin-top: 0!important;
}

.btnkeyarea{
	margin-top: 3rem!important;
	text-align: center;
}
/* よくあるご質問 */

