@charset "utf-8";
/*検索フォーム*/
.TopSearchArea {
  z-index: 0;
  position: relative;
  max-width: 840px;
  margin: 0 auto;
	padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  z-index: 101;
}
.TopSearchArea.fixed {
  max-width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  border-radius: 0;
}
.top_global_fixed.top_global_show .TopSearchArea.fixed,
.top_search_fixed.top_global_show .TopSearchArea.fixed {
  top: 66px;
}
.TopSearchArea .TopSearchInner {
  max-width: 803px;
  margin: 0 auto;
}
.TopSearchArea form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.TopSearchArea .SearchTextSet {
  float: left;
  position: relative;
  width: 84%;
  margin: 0;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.TopSearchArea .SearchBtn {
  position: absolute;
  top: 8px;
  left: 12px;
}
.TopSearchArea .SearchTextBox {
  margin: 0 0 0 35px;
  width: 90%;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 4px 0 4px 10px;
  border-left: 1px solid #ccc;
  border-radius: 0!important;
}
.TopSearchArea input[type="text"]{
  font-size: 90%;
	height: auto;
	outline: none;
}
.TopSearchArea input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  width: 14%;
  border-radius: 5px;
  font-size: 90%;
  color: #fff;
  background-color: #b1000e;
  padding: 12px 0;
  border-style: none;
  cursor: pointer;
}
#Contents .slideControls {
		margin-bottom: 7em;
	}
@media screen and (max-width: 767px) {
	.JS #Contents .slideControls {
		margin-bottom: 6em;
	}
}
.SearchTextSet {
	position: relative;
}
.AIPopUp {
	width: max-content;
	position: absolute;
	display: flex;
	gap: .5em;
	z-index: 1;
	background: rgba(255,255,255,.8);
	border-radius: 16px;
	border: 2px solid #0064fa;
	padding: .6em;
	align-items: center;
	box-sizing: border-box;
	color: #0064fa;
	font-weight: bold;
	font-size: 1.2em;
	top: -3em;
	left: 50%;
	transform: translate(-50%, 0%);
	backdrop-filter: blur(10px);
	opacity: 1;
	transition: opacity .1s ease,transform .1s ease-in-out;
}
.AIPopUp::before {
	content: "";
	display: block;
	min-width: 2em;
	width: 2em;
	height: 2em;
	background: url(/-/media/image/top/icon.png) no-repeat center / 100%;
	z-index: 1;
}
.AIPopUp span::after {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: -1.05em;
	left: 50%;
	transform: translate(-50%,-3px);
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.AIPopUp::after {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: -1.05em;
	left: 50%;
	transform: translate(-50%,0);
	border-width: 10px;
	border-style: solid;
	border-color: #0064fa transparent transparent transparent;
}
@media screen and (max-width: 944px) {
	.JS .TopSearchArea {
		margin: 25px 1em auto;
	}

}