@charset "utf-8";
/*
=============================================================================================
FE Advanced Search
=============================================================================================
*/
#feas-0 {
	margin: 10px 0px;
}
#feas-searchform-0 {
	background-color: #f0f0e1;
	border: 1px solid #dfdfd0;
	border-radius: 10px;
	padding: 1rem;
	display: flex;
	flex-flow: row wrap;
}
#feas-searchform-0 label {
	font-weight: bold;
}
#feas-result-0 {
	background-color: #efefff;
	border-top: 2px solid #d0d0ff;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
#feas-searchform-0 > div {
	padding: 0.5rem 0.75rem!important;
}
#feas-searchform-0 > div p {
	display: block;
	width: 100%;
	font-weight: bolder;
	border-bottom: 1px dotted #cecebf;
}
#feas-searchform-0 input[type="text"], #feas-searchform-0 input[type="number"], #feas-searchform-0 input[type="tel"], #feas-searchform-0 input[type="email"], #feas-searchform-0 input[type="url"], #feas-searchform-0 input[type="password"], #feas-searchform-0 input[type="search"], #feas-searchform-0 input[type="image"], #feas-searchform-0 input[type="date"], #feas-searchform-0 input[type="datetime-local"], #feas-searchform-0 input[type="month"], #feas-searchform-0 input[type="week"], #feas-searchform-0 input[type="time"], #feas-searchform-0 input[type="radio"], #feas-searchform-0 input[type="checkbox"], #feas-searchform-0 input[type="hidden"], #feas-searchform-0 input[type="button"], #feas-searchform-0 input[type="file"], #feas-searchform-0 input[type="color"], #feas-searchform-0 input[type="range"], #feas-searchform-0 textarea, #feas-searchform-0 select {
	border: none;
	margin: 0.5rem 0!important;
	padding: 0.5rem!important;
	border-radius: 0.3rem!important;
	background: darken(#f9f9f9, 10%);
	color: darken(#f9f9f9, 50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#feas-searchform-0 > div.submit {
	display: block;
	width: 100%;
	text-align: center;
}
#feas-searchform-0 > div.submit input[type="reset"] {
	font-weight: bolder;
	font-size: 1rem;
	color: #686859;
	background-color: #cecebf;
	padding: 0.25rem 1.5rem;
	margin-right: 1rem;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#feas-searchform-0 > div.submit input[type="reset"]:hover {
	background-color: #acac9d;
	transition: all 0.3s 0s ease-out;
}
#feas-submit-button-0 {
	font-weight: bolder;
	font-size: 1.125rem;
	color: #fff;
	background-color: #0068b7;
	padding: 0.25rem 3rem;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}
#feas-submit-button-0:hover {
	background-color: #003e6e;
	transition: all 0.3s 0s ease-out;
}
#feas-searchform-0 > div:nth-of-type(1) {
	width: 75%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
#feas-searchform-0 > div:nth-of-type(2) { width: 25%!important; }
#feas-searchform-0 > div:nth-of-type(3), #feas-searchform-0 > div:nth-of-type(4), #feas-searchform-0 > div:nth-of-type(5) { width: calc(100% / 3)!important; }
/*#feas_0_0, #feas_0_1, #feas_0_2 { width: calc(100% / 3 - 0.5rem); }*/
#feas_0_0 { width: calc(100% / 3 - 0.5rem)!important; }
#feas-searchform-0 > div > div { width: calc(100% / 3 - 0.5rem)!important; }
#feas_0_1, #feas_0_2, #feas_0_3, #feas_0_4, #feas_0_5, #feas_0_6 { width: 100%!important; }
.feas_wrap_options {
	display: flex;
	justify-content: center;
	align-items: center;
}
.feas_wrap_options label {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	line-height: 1;
}
.feas_wrap_options label { padding: 0!important;}
.feas_wrap_options label input[type="radio"], .feas_wrap_options label input[type="checkbox"] { margin-right: 0; }
.feas_freeword_andor { margin-left: 0.5rem!important; }
.feas_freeword_andor:first-child { margin-left: 0!important; }
.feas_inline_group { display: block!important; text-align: center; }

/* 
-------------------------------------------------------------------------------------------*/
/*
=============================================================================================
レスポンシブ
=============================================================================================
*/
@media only screen and (max-width:1200px) {}
@media only screen and (max-width:960px) {}
@media only screen and (max-width:768px) {
	#feas-searchform-0 > div:nth-of-type(1), #feas-searchform-0 > div:nth-of-type(2), #feas-searchform-0 > div:nth-of-type(3), #feas-searchform-0 > div:nth-of-type(4), #feas-searchform-0 > div:nth-of-type(5) {
		width: 100%!important;
		display: block;
	}
	#feas_0_0 { width: 100%!important; }
	#feas-searchform-0 > div > div { width: 100%!important; }
	#feas_0_1, #feas_0_2 {
		width: calc(100% - 40px - 0.5rem)!important;
	}
	#feas_0_3, #feas_0_4, #feas_0_5, #feas_0_6 { width: 100%!important; }
	.feas_wrap_options {
		display: block!important;
		width: 40px;
	}
	.feas_wrap_options label {
		font-size: 0.65rem;
		padding: 0;
		margin: 0;
	}
	#feas-searchform-0 .feas_wrap_options label input[type="radio"], #feas-searchform-0 .feas_wrap_options label input[type="checkbox"] {
		margin: 0.125rem 0!important;
		padding: 0!important;
	}
	.feas_freeword_andor { margin-left: 0!important; }
	.feas_inline_group { display: flex!important; justify-content: space-between; align-content: center; align-items: center; }

}
@media only screen and (max-width:428px) {}
@media only screen and (max-width:375px) {}