@charset "utf-8";

/* 見出し */
.tpl_search_kakusyu #main_header h1 {
	padding-left: 0.15em;
}
.tpl_search_kakusyu #main_header h1::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	background: var(--color-green);
	width: 0.6em;
	height: 0.6em;
	transform: rotate(-45deg);
	aspect-ratio: 1/1;
}

/* コンテンツヘッダ */
.tpl_search_kakusyu #content_header {
	padding: 10px 0;
	background: transparent;
}
.tpl_search_kakusyu .link_print {
	padding: 6px 12px 8px;
}
.tpl_search_kakusyu #print_mode_link,
.tpl_search_kakusyu #print_mode_link_large {
	padding: 6px 0px 8px 2em;
}

/* 検索結果 */
#kt_sarch_result ul {
	margin: 0px;
	padding: 0px 0px 20px;
	list-style: none;
}
#kt_sarch_result li {
	display: block;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 2px solid #cccccc;
}
#kt_sarch_result li:first-child {
	border-top: 2px solid #cccccc;
}
#kt_sarch_result li > span {
	display: block;
}

.article_subsite_list1_detail {
	display: inline-block;
	margin: 3px 1em 3px 0px;
	padding-left: 15px;
	position: relative;
	font-size: 1.4rem;
}
.article_subsite_list1_detail::before {
	content: '';
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-right-width: 0px;
	border-left-width: 6px;
	border-left-color: #666666;
	position: absolute;
	top: 0.4em;
	left: 0px;
}

/* 説明文 */
.tpl_search_kakusyu #kt_sarch_box_wrap > p {
	margin: 2em 0 1em;
}

/* 検索 */
#kt_search_selectbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 2em 1em;
}
#kt_search_selectbox .kt_search_box {
	width: calc(50% - 15px);
	/* margin: 0px 30px 20px 0px; */
}
#kt_search_selectbox .kt_search_box:nth-child(2n) {
	margin-right: 0px;
}
#main_body #kt_search_selectbox .kt_search_box h3 {
	margin-top: 0px;
	margin-bottom: 0;
	border-bottom: 0px;
}
#kt_search_selectbox .kt_search_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kt_search_selectbox .kt_search_box ul li {
	padding: 3px 0px 5px 2.3em;
}
#kt_search_selectbox .kt_search_box ul li input {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	scale: 1.6;
}

#kt_search_option {
	text-align: center;
	padding: 10px 0px;
	margin-top: 2em;
}
#kt_search_option span {
	display: inline-block;
	margin: 0px 1em;
	font-size: 1.8rem;
	text-transform: uppercase;
}
#kt_search_option span input {
	scale: 1.6;
	margin-right: 0.7em;
}

#kt_search_submit {
	text-align: center;
	padding: 10px 0px;
}
#kt_search_submit span {
	display: inline-block;
	margin: 0px 10px;
	min-width: 25%;
}
#kt_search_submit span input {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	border: none;
	padding: 16px 20px;
	min-width: 25%;
	border-radius: 30px;
}

#kt_search_submit span input#kt_search_go {
	background: #f6b4b7;
	font-size: 2rem;
	font-weight: bold;
}
#kt_search_submit span input#kt_search_go:hover {
	background: #fad0d2;
}

#kt_search_submit span input#kt_saerch_reset {
	background: #e6e6e6;
}
#kt_search_submit span input#kt_saerch_reset:hover {
	background: #f5f5f5;
}

#kt_search_option_txt {
	text-align: center;
	padding: 10px 0px 0px;
}
#kt_search_option_txt p {
	margin: 0px;
	display: inline-block;
	text-align: left;
	font-size: 1.5rem;
}
#kt_search_option_txt p {
	text-transform: uppercase;
}
#kt_search_option_txt p span {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#kt_sarch_box_wrap fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#kt_sarch_box_wrap fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	#content_header {
		display: none;
	}

	#main_body h2,
	#main_body h3 {
		margin: 15px 0px;
	}

	#kt_sarch_result ul {
		padding-bottom: 0px;
	}
	#kt_sarch_result li {
		padding: 10px;
	}
	.article_subsite_list1_detail {
		font-size: 1.2rem;
	}

	#kt_search_selectbox {
		/* display: block; */
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 1em;
	}
	#kt_search_selectbox .kt_search_box {
		width: auto;
		margin: 0px 0px 10px;
	}
	#kt_search_selectbox .kt_search_box ul li {
		margin: 8px 0px;
		padding: 0px 0px 0px 1.7em;
	}

	#kt_search_option span {
		font-size: 1.5rem;
	}

	#kt_search_submit span {
		margin: 0px;
		min-width: 140px;
	}
	#kt_search_submit span input {
		font-size: 1.4rem;
		padding: 14px 10px;
	}
	#kt_search_submit span input#kt_search_go {
		font-size: 1.8rem;
	}

	#kt_search_option_txt {
		padding: 10px;
	}
	#kt_search_option_txt p {
		font-size: 1.2rem;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */