@charset "UTF-8";

/**
*
* /s/ページ
* ※一部順不同のためブラウザから検索して特定
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
/**
* search main
**/
#main.search_center_wrap {
	width: 100%;
}

.search_right_wrap+#main.search_center_wrap {
	width: calc(100% - 41rem);
}

@media (max-width: 1300px) {
	.search_right_wrap+#main.search_center_wrap {
		width: calc(100% - 33.5rem);
	}
}

@media (max-width: 1200px) {
	.search_right_wrap+#main.search_center_wrap {
		width: calc(100% - 16.75rem);
	}
}

@media (max-width: 959px) {
	#main.search_center_wrap {
		width: 100%;
	}

	.search_right_wrap+#main.search_center_wrap {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#main.search_center_wrap {
		width: 100%;
	}

	.search_right_wrap+#main.search_center_wrap {
		width: 100%;
	}
}

/**
* search left side
**/
#side.search_left_wrap {
	max-width: none;
	width: 100%;
}

.search_left_banner {
	display: none;
	padding: 2rem 0 0;
}

@media (min-width: 960px) {
	#side.search_left_wrap {
		height: auto !important;
	}
}

@media (max-width: 959px) {

	/* htmlから data-search-items を外すと通常バージョン */
	#side.search_left_wrap[data-search-items] {
		background: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 72px;
		z-index: 3000;
		width: auto;
		height: auto;
		padding: 1rem 1rem 4rem;
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity 0.8s ease;
		opacity: 0;
		pointer-events: none;
	}

	#side.search_left_wrap.active[data-search-items] {
		opacity: 1;
		pointer-events: auto;
		z-index: 9999;
		height: 100% !important;
		padding-bottom: 200px;
	}

	/* 元のsubmitを消す */
	#side.search_left_wrap[data-search-items] .search_item_submit {
		display: none;
	}

	#side.search_left_wrap[data-search-items] .word_search .search-field {
		width: 100%;
	}

	#side.search_left_wrap[data-search-items] .word_search .search-submit {
		display: none;
	}
}

/**
* search right side
**/
.search_right_wrap {
	order: 3;
	max-width: none;
	width: 18.75rem;
	padding: 1rem 0 0;
	margin-bottom: 1rem;
	position: relative;
}

@media (max-width: 1300px) {
	.search_right_wrap {
		width: 15rem;
	}
}

@media (max-width: 1200px) {
	.search_right_wrap {
		display: none;
	}
}

@media (max-width: 959px) {
	.search_right_wrap {
		display: none;
		width: auto;
	}
}

@media (max-width: 767px) {
	.search_right_wrap {}
}

/**
* search_item
**/
.search_item {
	padding: 20px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #d6d6d6;
}

.search_item:first-of-type {
	justify-content: space-between;
	align-items: center;
}

.search_item:first-of-type>* {
	width: auto !important;
}

.search_item:first-of-type .label {
	font-size: 20px;
}

.search_item:first-of-type .word_search {
	justify-content: space-between;
	min-width: 350px;
}

.search_item:first-of-type .search-field {
	height: 50px;
	width: calc(100% - 50px);
}

.search_item:first-of-type .search-submit {
	height: 50px;
	width: 50px;
}

.search_content>.search_item {
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.search_content>.search_item .label {
	color: #006900;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 0;
	width: 10% !important;
}

.search_content>.search_item .checkbox_flex {
	width: 90% !important;
}

.search_content>.search_item .abs {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	width: 230px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	background: #006900;
	color: #fff;
	padding: 3px;
}

@media (min-width: 960px) {
	.search_content>.search_item .ac-inner {
		max-height: 66px;
		transition: 1s;
		overflow: hidden;
	}

	.search_content>.search_item .ac-inner.ac-active,
	.search_content>.search_item .ac-inner.ac-inner-large {
		max-height: 500px;
	}
}

.search_item .label {
	font-size: 16px;
	font-weight: 500;
	/* margin-right: 10px; */
	margin: 0;
	width: 10%;
}

.search_item .checkbox_flex {
	width: 90%;
}

.search_item .checkbox_flex label {
	font-size: 14px;
	width: 25%;
}

.search_item .checkbox_flex .select_check label {
	width: 100%;
}

.search_item .checkbox_flex .inner_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 32%;
	font-size: 13px;
}

.search_item .checkbox_flex .inner_box p {
	margin-right: 5px;
	width: 5em;
}

.search_item .checkbox_flex .inner_box.wide_typ p {
	margin-right: 5px;
	width: auto;
}

.search_item .checkbox_flex .inner_box.wide_typ {
	width: 49%;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
}

.search_item .checkbox_flex .inner_box .label {
	width: auto !important;
	margin-right: 5px;
}

.search_item .checkbox_flex .inner_box.wide_typ .label {
	white-space: nowrap;
	margin-right: 0;
}

.search_item .checkbox_flex .inner_box.wide_typ p {
	margin-right: 0;
}

.search_item .checkbox_flex .inner_box.wide_typ .select_box {
	margin-right: 0;
}

#sortOrder {
	display: block;
	max-width: 300px;
	margin-bottom: 1rem;
	margin-left: auto;
}

.search_item .checkbox_flex .select_box {
	width: 100%;
	max-width: 180px;
	border: 1px solid #dee2e6;
	background-color: inherit;
	padding: 12px 10px;
	height: auto;
	font-weight: 100;
	border-radius: 4px;
	margin-right: 10px;
}

.search_item .checkbox_flex .select_box.multipleSelect {
	padding: 5.5px 0;
}

.search_item .check_disabled {
	pointer-events: none;
	background-color: #dee2e6 !important;
}

.search_content>.search_item .checkbox_flex .label {
	width: auto !important;
}

.search_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search_btn_wrap .search_btn {
	margin-left: inherit;
	margin-right: inherit;
}

.search_btn_wrap p {
	padding-right: 15px;
}

.search_btn_wrap p b {
	color: #ff9933;
	font-size: 29px;
	display: inline-block;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.title04 {
		font-size: 24px;
	}

	.search_item {
		padding: 10px 0;
		flex-direction: column;
	}

	.search_item:first-of-type>* {
		width: 100% !important;
	}

	.search_item .label {
		width: 100%;
		margin-bottom: 10px;
	}

	.search_item:first-of-type .word_search_wrap {
		margin-bottom: 0;
	}

	.search_item .checkbox_flex {
		margin-left: 0;
	}

	.search_item .checkbox_flex label {
		width: 100%;
	}

	.search_content>.search_item .label {
		width: 100% !important;
	}

	.search_content>.search_item .checkbox_flex {
		margin-top: 10px;
		width: 100% !important;
	}

	.search_item .checkbox_flex .inner_box {
		width: 100%;
		margin-bottom: 10px;
	}

	.search_item .checkbox_flex .inner_box:not(.wide_typ) p {
		width: 55px;
	}

	.search_item .checkbox_flex .inner_box:last-child {
		margin-bottom: 0;
	}

	#sortOrder {
		zoom: 0.8;
	}

	.search_item .checkbox_flex .select_box {
		flex: 1;
		max-width: inherit;
	}

	.search_item .checkbox_flex .inner_box.wide_typ {
		width: 100%;
	}

	.search_item .checkbox_flex .inner_box.wide_typ .label {
		width: 100% !important;
		white-space: normal;
	}

	.search_item .checkbox_flex .inner_box.wide_typ .select_box {
		width: calc(50% - 15px);
		margin-right: 0;
	}

	.search_item .checkbox_flex .inner_box.wide_typ p {
		width: 30px;
		text-align: center;
		margin: 0;
	}

	.search_item .ac-open {
		position: relative;
	}

	.search_item .ac-open:before,
	.search_item .ac-open:after {
		position: absolute;
		content: "";
		display: block;
		transition: all 0.4s;
		background: #707070;
		right: 5px;
		top: 50%;
		width: 15px;
		height: 2px;
	}

	.search_item .ac-open:before {
		transform: rotate(90deg);
	}

	.search_item .ac-open.active:before {
		transform: rotate(0deg);
	}

	.search_item .checkbox_flex.ac-inner {
		display: none;
	}

	.search_item .checkbox_flex.ac-inner label {
		border-bottom: 2px dotted #d6d6d6;
		display: block;
		padding: 8px 0;
	}

	.search_item .checkbox_flex.ac-inner label:last-child {
		border-bottom: inherit;
	}

	.search_btn_wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
	}

	.search_btn_wrap p {
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 1.2;
		padding-right: 5px;
	}

	.search_btn_wrap p b {
		font-size: 22px;
		padding: 0 5px;
		color: #fff;
	}

	.search_btn_wrap .search_btn {
		margin-top: 15px;
		margin-bottom: 15px;
		width: auto;
	}

	.search_btn_wrap #search-field_btn {
		width: auto;
	}

	.search_btn_wrap #search-field_btn input[type="submit"] {
		height: 60px;
		padding: 0 20px;
		font-size: 16px;
	}
}

@media screen and (max-width: 320px) {}

/* open button (appended by js) */
.search_item_open {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #006900;
	background: #006900;
	color: #fff;
	width: 1.75rem;
	height: 1.75rem;
	font-size: 1rem;
	position: absolute;
	top: auto;
	right: 0.5rem;
	bottom: 0.5rem;
	left: auto;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.5s ease;
}

.search_item_open::before {
	content: "\f3d0";
	display: block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	transition: inherit;
}

.search_item_open:focus,
.search_item_open:hover {
	opacity: 1;
}

.search_item_open.active {
	border: 1px solid #006900;
	background: #fff;
	color: #006900;
}

.search_item_open.active::before {
	transform: rotateX(180deg);
}

/* search_item_area */
#search_item_area {}

.search_item_area_btn {
	padding: 0.75rem;
	text-align: center;
}

.search_item_area_btn .btn {
	max-width: 12.5rem;
	height: 2.5rem;
	margin: 0;
}

@media (max-width: 767px) {}

/* checkbox_list */
.checkbox_list_area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 1rem 1rem;
}

@media (max-width: 767px) {
	.checkbox_list_area {
		padding: 0 1rem 1rem;
	}
}

/* if search box is full width */
/*
@media (min-width: 768px){
	.checkbox_list_area > li {width: 8.33%;}
}
@media (min-width: 960px){
	.checkbox_list_area > li {width: 8.33%;}
}
@media (min-width: 1200px){
	.checkbox_list_area > li {width: 8.33%;}
}
*/
/* if search box is right side */
.checkbox_list_area>li {}

@media (min-width: 768px) {
	.checkbox_list_area>li {
		width: 33.33%;
	}
}

@media (min-width: 960px) {
	.checkbox_list_area>li {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	.checkbox_list_area>li {
		width: 33.33%;
	}
}

.checkbox_list_area>li input {
	display: none;
	float: left;
	margin-top: 0.375rem;
}

.checkbox_list_area>li a {
	display: block;
	position: relative;
	color: #666;
	font-size: 0.75rem;
	padding: 0.25rem 0 0.25rem 0.75rem;
}

.checkbox_list_area>li a::after {
	content: "";
	top: 0.833em;
	left: 0;
	width: 0.25em;
	height: 0.25em;
	color: #666;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #006900;
	border-right: 2px solid #006900;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	.checkbox_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 0 0.75rem;
	}

	.checkbox_list>li {
		padding: 0.75rem 0.75rem 0;
		font-size: 0.75rem;
		color: #666;
		width: 100%;
		/* 1col 100%, 2col 50%, 3col 33.33% */
	}
}

@media (min-width: 960px) {
	.checkbox_list>li {
		width: 100%;
	}

	/* 1col 100%, 2col 50%, 3col 33.33% */
}

@media (min-width: 1200px) {
	.checkbox_list>li {
		width: 100%;
	}

	/* 1col 100%, 2col 50%, 3col 33.33% */
}

.checkbox_list>li ul {
	padding: 0 0 0 1rem;
}

@media (max-width: 767px) {
	.checkbox_list {
		padding: 0.875rem 0.875rem;
	}

	.checkbox_list>li {
		margin-bottom: 0.5rem;
	}

	.checkbox_list>li ul {
		padding: 0 0 0.5rem 1.25rem;
	}

	/* checkbox_list_area */
	.checkbox_list_area>li input {
		margin-top: 0.875rem;
		margin-right: 0.5rem;
	}

	.checkbox_list_area>li a {
		padding: 0.5rem 0 0.5rem 0.75rem;
		margin-right: 1rem;
		font-size: 0.75rem;
	}

	.checkbox_list_area>li a::after {
		content: "";
		top: 50%;
		left: 0;
		width: 0.25em;
		height: 0.25em;
		color: #666;
		font-size: 1em;
		font-weight: 700;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #006900;
		border-right: 2px solid #006900;
		border-bottom: 2px solid transparent;
		border-left: 2px solid transparent;
		transform: translate(0, -50%) rotate(45deg);
	}
}

/* search_item word_search */
.search_item .word_search_wrap {
	padding: 0.75rem;
}

.search_item .word_search {
	width: 100%;
}

/* search_item button */
.search_item_submit {
	text-align: center;
}

.search_item_submit .btn {
	max-width: 12.5rem;
}

.search_center_wrap .title02 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4em;
	overflow: hidden;
	padding: 2rem 0 0;
	margin: 0 0 0.5rem;
}

.search_center_wrap .title02 span {
	float: right;
	font-size: 0.6875rem;
	font-weight: 100;
	color: #706e6e;
}

.search_center_wrap .title02 span b {
	font-size: 1.125rem;
	font-weight: 700;
	color: #006900;
	padding-right: 3px;
}

@media (max-width: 767px) {
	.search_center_wrap .title02 {
		border-radius: 6px;
		background: #fff;
		font-size: 1rem;
		text-align: center;
		position: relative;
		overflow: visible;
		padding: 1rem;
		margin: 0 0 0.5rem;
	}

	.search_center_wrap .title02 span {
		padding-top: 0.5rem;
		float: none;
		display: block;
	}

	.search_center_wrap .title02 span b {
		font-size: 1rem;
	}
}

.search_center_wrap .column_detail_main {
	font-size: 0.75rem;
	line-height: 1.75rem;
}

@media (max-width: 767px) {
	.search_center_wrap .column_detail_main {
		font-size: 0.75rem;
		line-height: 1.75rem;
		margin: 0 0 0.5rem;
	}
}

.search_change_view {
	max-width: 550px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_change_view div p {
	background-color: #555;
	color: #fff;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0 0.75rem;
	margin: 0 0 0.75rem;
}

@media (max-width: 1300px) {
	.search_change_view div p {
		height: auto;
		font-size: 0.75rem;
		padding: 3px 0.5rem;
	}
}

@media (max-width: 767px) {
	.search_change_view div p {
		background: #fff;
		color: #383838;
		text-align: left;
		margin: 0;
		padding: 0 0 0.5rem;
		font-weight: bold;
	}
}

/**
* 検索項目
**/
.option {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.615em;
	padding: 0 0 0 1.375rem;
	position: relative;
	cursor: pointer;
}

@media (max-width: 767px) {
	.option {}
}

.option input {
	position: absolute;
	opacity: 0;
}

.option_status {
	position: absolute;
	left: 0;
	top: 0.25em;
	z-index: 1;
	transform: translate(0, 2%);
	width: 1em;
	height: 1em;
	border: solid 1px #006900;
	overflow: hidden;
}

.option_status::before,
.option_status::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #006900;
	opacity: 0;
}

.option_status::before {
	transform: scale(1.25);
}

.option.option_checkbox .option_status {
	border-radius: 0;
}

.option.option_radio .option_status {
	border-radius: 50%;
}

.option.option_checkbox .option_status::before {
	border-radius: 0;
}

.option.option_radio .option_status::before {
	border-radius: 50%;
}

/* hover,focus style */
.option:hover input~.option_status,
.option input:focus~.option_status {}

.option:hover input~.option_status::before,
.option input:focus~.option_status::before {
	background: #006900;
	opacity: 0;
}

.option:hover input~.option_status::after,
.option input:focus~.option_status::after {
	background: #006900;
	opacity: 0.5;
}

/* checked style */
.option input:checked~.option_status::before {
	opacity: 1;
}

.option input:checked~.option_status::after {
	opacity: 0;
}

/**
* フローティングメニュー
**/
#search_f_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 62px;
	right: 0;
	z-index: 1000;
	width: 100%;
	padding: 0.875rem 0.875rem;
	background: rgba(0, 0, 0, 0.92);
	color: #fff;
	transition: background-color 0.4s ease, color 0.2s ease;
}

#search_f_menu.active {
	background: #006900;
	color: #fff;
}

@media (min-width: 960px) {
	#search_f_menu {
		display: none;
	}
}

#search_f_menu .text_parts {
	color: inherit;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.125rem;
	letter-spacing: 0.1ex;
	text-align: left;
	width: calc(100% - 5.5rem);
	padding: 0 1.75rem 0 0;
	margin: 0;
	transition: width 0.4s ease;
}

#search_f_menu.active .text_parts {
	width: calc(100% - 9.125rem);
}

#search_f_menu .box_btn {
	width: 5.5rem;
	padding: 0;
	margin: 0;
	position: relative;
	transition: width 0.4s ease;
}

#search_f_menu.active .box_btn {
	width: 9.125rem;
}

#search_f_menu .btn_change {
	display: block;
	border-radius: 3em;
	border: solid 1px;
	background: transparent;
	color: inherit;
	font-size: 0.6875rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1ex;
	position: relative;
	width: 5.5rem;
	height: 2.75rem;
	margin: 0 0 0 auto;
	transition: opacity 0.4s ease;
}

/* style */
#search_f_menu .btn_change[data-search-results-cancel],
#search_f_menu .btn_change[data-search-results-submit] {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#search_f_menu .btn_change[data-search-results-cancel] {
	width: 2.75rem;
	right: 5.75rem;
	font-size: 1rem;
}

#search_f_menu .btn_change[data-search-results-submit] {
	right: 0;
}

/* transition */
#search_f_menu .btn_change[data-search-results-change] {
	opacity: 1;
}

#search_f_menu .btn_change[data-search-results-cancel] {
	opacity: 0;
	pointer-events: none;
}

#search_f_menu .btn_change[data-search-results-submit] {
	opacity: 0;
	pointer-events: none;
}

#search_f_menu.active .btn_change[data-search-results-change] {
	opacity: 0;
	pointer-events: none;
}

#search_f_menu.active .btn_change[data-search-results-cancel] {
	opacity: 1;
	pointer-events: auto;
}

#search_f_menu.active .btn_change[data-search-results-submit] {
	opacity: 1;
	pointer-events: auto;
}

/**
* 検索条件変更メニュー固定化
**/
#search_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 100vw;
	padding: 0.875rem 0.875rem;
	margin: 0 -1rem;
	background: rgba(0, 0, 0, 0.92);
	color: #fff;
	transition: background-color 0.4s ease, color 0.2s ease;
}

#search_menu.active {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	background: #006900;
	color: #fff;
	z-index: 3000;
}

@media (min-width: 767px) {
	#search_menu {
		margin: 1rem -1rem;
	}
}

@media (min-width: 960px) {
	#search_menu {
		display: none;
	}
}

#search_menu .text_parts {
	color: inherit;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.125rem;
	letter-spacing: 0.1ex;
	text-align: left;
	width: calc(100% - 5.5rem);
	padding: 0 1.75rem 0 0;
	margin: 0;
	transition: width 0.4s ease;
}

#search_menu.active .text_parts {
	width: calc(100% - 9.125rem);
}

#search_menu .box_btn {
	width: 5.5rem;
	padding: 0;
	margin: 0;
	position: relative;
	transition: width 0.4s ease;
}

#search_menu.active .box_btn {
	width: 9.125rem;
}

#search_menu .btn_change {
	display: block;
	border-radius: 3em;
	border: solid 1px;
	background: #01A291;
	color: inherit;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1ex;
	position: relative;
	width: 5.5rem;
	height: 2.75rem;
	margin: 0 0 0 auto;
	transition: opacity 0.4s ease;
}

/* style */
#search_menu .btn_change[data-search-results-cancel],
#search_menu .btn_change[data-search-results-submit] {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#search_menu .btn_change[data-search-results-cancel] {
	width: 2.75rem;
	right: 0;
	font-size: 1rem;
}

#search_menu .btn_change[data-search-results-submit] {
	right: 0;
}

/* transition */
#search_menu .btn_change[data-search-results-change] {
	opacity: 1;
}

#search_menu .btn_change[data-search-results-cancel] {
	opacity: 0;
	pointer-events: none;
}

#search_menu .btn_change[data-search-results-submit] {
	opacity: 0;
	pointer-events: none;
}

#search_menu.active .btn_change[data-search-results-change] {
	opacity: 0;
	pointer-events: none;
}

#search_menu.active .btn_change[data-search-results-cancel] {
	opacity: 1;
	pointer-events: auto;
}

#search_menu.active .btn_change[data-search-results-submit] {
	opacity: 1;
	pointer-events: auto;
}

.dropdown {
	position: relative;
	font-size: 14px;
	color: #333;
}

.dropdown .dropdown-list {
	padding: 12px;
	background: #fff;
	position: absolute;
	top: 30px;
	left: 2px;
	right: 2px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	transform-origin: 50% 0;
	transform: scale(1, 0);
	transition: transform 0.15s ease-in-out 0.15s;
	max-height: 66vh;
	overflow-y: scroll;
	z-index: 1;
}

.dropdown label {
	display: block;
	padding: 3px 12px;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.dropdown .dropdown-list {
	min-width: 300px;
}

.dropdown .dropdown-list label {
	font-size: 12px;
}

.dropdown .dropdown-label {
	line-height: 1;
	cursor: pointer;
}

.dropdown.on .dropdown-list {
	transform: scale(1, 1);
	transition-delay: 0s;
}

.dropdown.on .dropdown-list label {
	opacity: 1;
	transition-delay: 0.2s;
}

.dropdown [type="checkbox"] {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

@media (max-width: 767px) {
	.dropdown .dropdown-list {
		min-width: auto;
		max-height: 30vh;
	}
}

/**
* 県別記事
**/
.area_article_wrap {
	padding: 40px 0 100px;
}

.area_article_wrap .mb_20 {
	margin-bottom: 20px;
}

.area_article_wrap a {
	color: #006900;
	text-decoration: underline;
}

/* 見出し */
.area_article_wrap .h2_ttl {
	position: relative;
	background-color: #006900;
	padding: 5.5px 0;
	margin-bottom: 40px;
	margin-top: 40px;
}

.area_article_wrap .h2_ttl span {
	display: block;
	padding: 10px 30px;
	color: #fff;
	font-size: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.area_article_wrap .h2_ttl::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 60px solid #004100;
	border-top: 0;
	transform: rotate(276deg);
	left: 22px;
	bottom: -33px;
}

.area_article_wrap .h3_ttl {
	position: relative;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.area_article_wrap .h3_ttl span {
	position: relative;
	display: block;
	padding: 0 20px;
}

.area_article_wrap .h3_ttl span::after {
	content: "";
	position: absolute;
	background-color: #004100;
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.area_article_wrap .h4_ttl {
	color: #004100;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

/* table */
.area_article_table_wrap {
	margin-bottom: 20px;
}

.area_article_wrap .area_article_table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	font-size: 18px;
}

.area_article_wrap .area_article_table th,
.area_article_wrap .area_article_table td {
	padding: 15px;
}

.area_article_wrap .area_article_table th {
	background-color: #cbece8;
	font-weight: bold;
}

.area_article_wrap .area_article_table td {
	background-color: #fff;
	font-weight: normal;
}

/* blockquote */
.area_article_wrap .area_article_blockquote_wrap {
	background-color: #f5f5f5;
	padding: 15px;
}

.area_article_wrap .area_article_blockquote_wrap span {
	font-size: 14px;
}

/* リスト */
.area_article_wrap .area_article_ul_wrap {
	background-color: #cbece8;
	padding: 30px;
	margin-bottom: 20px;
}

.area_article_wrap .area_article_ul_wrap li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.area_article_wrap .area_article_ul_wrap li:last-child {
	margin-bottom: 0;
}

.area_article_wrap .area_article_ul_wrap li::before {
	content: "";
	position: absolute;
	background-color: #004100;
	border-radius: 20px;
	width: 9px;
	height: 9px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media (max-width: 767px) {
	.area_article_wrap .h2_ttl span {
		padding: 10px 25px;
		font-size: 24px;
	}

	.area_article_wrap .h3_ttl {
		padding: 15px 18px;
		font-size: 20px;
	}

	.area_article_wrap .h3_ttl span {
		padding: 0 18px;
	}

	.area_article_wrap .h4_ttl {
		font-size: 18px;
	}

	.area_article_wrap .area_article_table_wrap {
		overflow: scroll;
	}

	.area_article_wrap .area_article_table {
		width: 767px;
	}

	.area_article_wrap .area_article_table {
		font-size: 16px;
	}

	.area_article_wrap .area_article_table th,
	.area_article_wrap .area_article_table td {
		padding: 10px;
	}
}

/**
* 近くの都道府県から探す
**/
.area_search_link_wrap .con_box {
	margin-bottom: 50px;
}

.area_search_link_wrap .h2_ttl {
	position: relative;
	padding-left: 50px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.area_search_link_wrap .h2_ttl::before {
	content: "";
	position: absolute;
	background-image: url("../images/s/search_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 0;
	top: 5px;
}

.area_search_link_wrap .h2_ttl span {
	color: #e66900;
}

.area_search_link_wrap .link_list {
	padding: 30px 50px;
	background-color: #F5F5F5;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.area_search_link_wrap .link_list a {
	color: #006900;
	font-size: 15px;
}

.link_list_block {
	padding: 30px 50px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.link_list_block .municipalities_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.link_list_block .municipalities_link_list a {
	display: block;
	padding: 6px 12px;
	color: #fff;
	background-color: #006900;
	border-radius: 20px;
	line-height: 1;
	font-size: 14px;
}

.link_list_block .sub_municipalities_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.link_list_block .sub_municipalities_link_list a {
	color: #006900;
	font-size: 15px;
}

@media (max-width: 767px) {
	.area_search_link_wrap .con_box {
		margin-bottom: 30px;
	}

	.area_search_link_wrap .h2_ttl {
		padding-left: 40px;
		font-size: 22px;
		margin-bottom: 15px;
	}

	.area_search_link_wrap .h2_ttl::before {
		width: 25px;
		height: 25px;
		top: 5px;
	}

	.area_search_link_wrap .link_list {
		padding: 20px;
		gap: 15px;
	}

	.link_list_block {
		padding: 20px;
	}

	.link_list_block .municipalities_link_list {
		gap: 15px;
		margin-bottom: 20px;
	}

	.link_list_block .sub_municipalities_link_list {
		gap: 15px;
	}
}

/**
* コンパクト検索パネル (スマホ用)
**/
.compact_search_panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.compact_search_info {
	flex: 1;
	color: #fff;
	font-size: 0.75rem;
	padding-right: 0.5rem;
}

.compact_search_info dl {
	display: flex;
	margin: 0 0 2px 0;
	line-height: 1.3;
}

.compact_search_info dt {
	min-width: 5em;
	opacity: 0.8;
	margin-right: 0.5em;
}

.compact_search_info dd {
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60vw;
}

.compact_search_action .btn_text {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	background: #fff;
	color: #006900;
	border-radius: 1.5rem;
	font-size: 0.8rem;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #fff;
}

/* 検索メニューが開いている時の挙動調整 */
#search_menu.active .compact_search_panel {
	display: none;
}

#search_menu .close_btn {
	display: none;
}

#search_menu.active .close_btn {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 50%;
	margin-left: auto;
	pointer-events: auto;
	opacity: 1;
	position: static;
	transform: none;
}
