@charset 'UTF-8';

ul.spacy > li + li {
	margin-top: 1em;
}

.scroll_box {
	height: 480px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #cccccc;
}

.scroll_box_inner {
	height: 100%;
	overflow-y: auto;
	padding: 14px 30px 0 0;
}

.scroll_box_inner::-webkit-scrollbar {
  width: 8px;
}

.scroll_box_inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #cccccc;
}

.scroll_box_inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999999;
}

.faq_accordion {
	position: relative;
	cursor: pointer;
}

.faq_accordion::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 11px;
	transform: translateY(-50%);
	background: url(/seisaku/bunka_gyosei/kibankyoka/assets/img/faq_close.png) no-repeat 0 0;
	background-size: contain;
	content: "";
	transition: all 0.3s;
}

.faq_accordion.is-opened::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq_accordion_target {
	display: none;
}

.faq_notes_box {
	border: 1px solid #cccccc;
}

.faq_notes_box_head {
	padding: 22px 57px 18px;
	font-weight: bold;
	text-align: center;
}

.faq_notes_box_body {
	padding: 0 20px 28px;
}

.faq_notes_box_body p + p {
	margin-top: 1em;
}

.faq_nav {
	margin-bottom: 35px;
	padding: 22px 25px 19px;
	background: #f5f5f5;
}

@media screen and (max-width: 739px) {
	.faq_nav {
		font-size: 1rem;
	}
}

.faq_nav_title {
	width: fit-content;
	min-height: 20px;
	margin: 0 auto 16px;
	padding-left: 24px;
	background: url(/seisaku/bunka_gyosei/kibankyoka/assets/img/icon_zoom.png) no-repeat left center;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.faq_nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.faq_nav_list:after {
	display: block;
	max-width: 205px;
	width: calc(100% / 3 - 5px);
	height: 0;
	content: "";
}

@media screen and (max-width: 739px) {
	.faq_nav_list:after {
		display: none;
	}
}

.faq_nav_list_item {
	max-width: 205px;
	width: calc(100% / 3 - 5px);
	padding-left: 10px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 0.6em;
	cursor: pointer;
}

@media screen and (max-width: 739px) {
	.faq_nav_list_item {
		max-width: none;
		width: calc(100% / 2 - 10px);
		min-width: 280px;
	}
}

.faq_nav_list_item {
	margin-bottom: 9px;
	color: #226699;
	text-decoration: underline;
}

.faq_list {
	margin-top: 30px;
	border-bottom: 1px solid #dddddd;
}

.faq_list_q {
	position: relative;
	padding: 0 57px 20px 40px;
	font-weight: bold;
}

.faq_list_q * {
	font-weight: inherit;
}

.faq_list_q:not(:first-child) {
	min-height: 70px;
	padding-top: 25px;
	border-top: 1px solid #dddddd;
}

.textsize_exlarge .faq_list_q:not(:first-child),
.textsize_large .faq_list_q:not(:first-child) {
	padding-top: 20px;
}

.faq_list_q:first-child {
	min-height: 50px;
	padding-top: 5px;
}

.textsize_exlarge .faq_list_q:first-child,
.textsize_large .faq_list_q:first-child {
	padding-top: 0;
}

.faq_list_q::before,
.faq_list_a::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.faq_list_q::before {
	top: 20px;
	background: #666666;
	color: #ffffff;
	content: "Q";
}

.textsize_exlarge .faq_list_q::before {
	top: 22px;
}

.faq_list_q:first-child::before {
	top: 0;
}

.textsize_exlarge .faq_list_q:first-child::before {
	top: 2px;
}

.faq_list_q:first-child::after {
	top: calc(50% - 20px / 2);
}

.faq_list_a {
	position: relative;
	padding: 0 0 25px 40px;
}

.faq_list_a::before {
	top: 0;
	background: #eeeeee;
	color: #ef2f21;
	content: "A";
}

.faq_list_a a {
	padding-left: 10px;
	background: url(/common/img/icon_arrow_02.png) no-repeat 0 0.6em;
}

.faq_list_a p:not(.no_indent) {
	text-indent: 1em;
}

.faq_list_p_group p:not(.no_indent) {
	text-indent: 1em;
}

.faq_list_p_group + .faq_list_p_group {
	margin-top: 1em;
}

.faq_list_q_data {
	display: flex;
}

.faq_list_q_num {
	flex-basis: 3.5em;
}

.faq_list_q_text {
	flex: 1;
}

.faq_list_lv1_head {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.faq_list_lv1_body + .faq_list_lv1_head {
	margin-top: 1em;
}

.faq_list_num_item {
	font-weight: bold;
}

.faq_list_num_item + .faq_list_num_item {
	margin-top: 0.5em;
}

.faq_list_lv2 {
	margin: 0.3em 0 0 1em;
}

.faq_list_lv2_item + .faq_list_lv2_item {
	margin-top: 0.3em;
}

.agree_checkbox {
  width: fit-content;
  margin: 30px auto;
}
.agree_checkbox_label {
	display: inline-block;
	position: relative;
	font-family: inherit;
	font-size: inherit;
	vertical-align: middle;
	cursor: pointer;
}
.agree_checkbox_label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	opacity: 0;
}
.agree_checkbox_label input[type="checkbox"] + .agree_checkbox_text {
	display: inline-block;
	position: relative;
	z-index: 1;
	min-height: 22px;
	padding-left: 30px;
	vertical-align: middle;
}
.agree_checkbox_label input[type="checkbox"] + .agree_checkbox_text::before,
.agree_checkbox_label input[type="checkbox"] + .agree_checkbox_text::after {
	display: block;
	position: absolute;
	box-sizing: border-box;
	content: "";
}
.agree_checkbox_label input[type="checkbox"] + .agree_checkbox_text::before {
	top: 0;
	left: 0;
	z-index: 2;
	width: 22px;
	height: 22px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #ffffff;
}
.agree_checkbox_label input[type="checkbox"] + .agree_checkbox_text::after {
	z-index: 3;
	top: 4px;
	left: 9px;
	width: 6px;
	height: 10px;
}
.agree_checkbox_label input[type="checkbox"]:checked + .agree_checkbox_text::after {
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #666666;
	transform: rotate(45deg);
}

.agree_button_list {
	display: flex;
	justify-content: center;
}
.agree_button_list_item {
	width: 360px;
}
.agree_button_next {
	display: flex;
	-webkit-appearance: none;
	appearance: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 35px;
	border: none;
	background: url(/common/img/icon_arrow_03.png) 25px center no-repeat #000000;
	background-size: 6.5px 10px;
	color: #ffffff;
	font-family: inherit;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.375;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: opacity 0.2s ease-in;
	overflow: visible;
}
.agree_button_next:disabled {
	background-color: #d5d5d5;
	cursor: default;
}

@media screen and (max-width: 739px) {
	.agree_button_list_item {
		max-width: 360px;
		width: 100%;
	}
}

.search-unit {
	display: flex;
	justify-content: space-between;
	width: 250px;
	height: 23.8px;
	margin: 0 auto;
	padding: 0 10px;
	border: 1px solid #cbcbcb;
	border-radius: 12px;
	background-color: #ffffff;
}

.search-unit__input {
	flex: 1;
	border: none;
}

.search-unit__input input {
	width: 100%;
	appearance: none;
	border: none;
}

.search-unit__btn {
	width: 16px;

}

.btn__search {
	padding: 0;
	border: none;
	background-color: inherit;
}

.keyword-mark {
	background-color: #ffff00;
	font-style: normal;
}

.js-no-result {
	text-align: center;
}

@media screen and (max-width: 739px) {
	.search-unit {
		width: 239px;
		height: 31.59px;
		border-radius: 16px;
	}
}
