@charset "UTF-8";

.search_keyword {
	background-color: #FFD700;
}
.tag_list_box {
	margin-top: 25px;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tag_list_box h4 {
	white-space: nowrap;
}
.tag_list_box ul {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.tag_list_box a {
	border: 1px solid #ccc;
	padding: 4px 7px;
	background: #fff;
	line-height: 1;
	color: #666;
	border-radius: 3px;
	display: block;
	transition: background var(--hover_transition);
}
.tag_list_box a:hover {
	text-decoration: none;
	background: #eee;
}
form.search .tag_list_box > a {
	vertical-align: middle;
}
.tag_list > a {
	color: #08c;
}
.tag_list {
	margin-top: 50px;
}
ol.qa_heading {
	overflow: hidden;
	counter-reset: question;
}
ol.qa_heading li {
	box-sizing: border-box;
}
ol.qa_heading li:before {
	counter-increment: question;
	content: "Q" counter(question) ".";
	margin-right: .5em;
	font-size: 16px;
	font-weight: bold;

}
ol.qa_heading li a {
	overflow: hidden;
	font-size: 16px;
	line-height: 2.0em;
}
.qa_wrapper {
	margin: 0px 0 20px;
}
.qa_wrapper > div {
	position: relative;
	border-bottom: 1px dotted #555;
	padding: 30px 15px 50px;
}
.qa_wrapper > div:nth-child(odd) {
	background-color: #fff;
}
.qa_wrapper > div:nth-child(even) {
	background-color: #fafafa;
}
.qa_wrapper > div.result {
	padding: 20px 15px 20px;
}
.qa_wrapper > div > h4 {
	color: #c60000;
	background: transparent url(/images/faq_q.png) 0 6px no-repeat;
	padding-left: 24px;
	font-size: 18px;
	margin-bottom: 8px;
}
.qa_wrapper > div h5 {
	margin: 30px 0;
	padding: 10px;
	background-color: #e0e0e0;
	font-size: 16px;
	color: #333;
}
.qa_wrapper > div h6 {
	margin: 30px 0 20px;
	font-size: 15px;
	color: #333;
}
.qa_wrapper > div > div {
	background: url(/images/faq_a.png) 3px 3px no-repeat;
	padding-left: 24px;
	padding-right: 24px;
}
.qa_wrapper > div > div.tag_list {
	background: none;
}
.qa_wrapper > div > div a {
	text-decoration: underline;
}
.qa_wrapper > div > div a[href^="http"][target="_blank"] {
	position: relative;
	padding-right: 1.4em;
}
.qa_wrapper > div > div a[href^="http"][target="_blank"]::after {
	width: calc(1em + 6px);
	height: calc(1em + 6px);
	content: "";
	position: absolute;
	right: calc(-0.2em);
	background: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%231d3994%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m14.5%2010.5v4.33c0%20.92-.75%201.67-1.67%201.67h-7.67c-.92%200-1.67-.75-1.67-1.67v-7.67c0-.92.75-1.67%201.67-1.67h4.33%22%2F%3E%3Cpath%20d%3D%22m16.5%208.5v-5h-5%22%2F%3E%3Cpath%20d%3D%22m16.5%203.5-7.5%207.5%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m0%200h20v20h-20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-size: calc(1em + 6px) calc(1em + 6px);
}
.qa_wrapper > div .goto_top {
	position: absolute;
	right: 10px;
	bottom:5px;
}

.result h4 {
	cursor: pointer;
}

form.search {
	text-align: center;
	margin-bottom: 2.5em;
	padding-bottom: 20px;
}
form.search.ud_form > dl > dt {
	border: none;
	display: flex;
	line-height: 34px;
	padding: 0;
	justify-content: flex-end;
	align-items: center;
	width: 156px;
}
form.search.ud_form > dl > dd {
	border: none;
	display: flex;
	padding: 0 0 0 20px;
	width: auto;
}
form.search.ud_form > dl > dd input[type="text"] {
	width: 300px;
	border-right: none;
}
form.search input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	text-align: center;
	height: 48px;
	border: 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-weight: bold;
	padding: 0 18px 0 38px;
	font-size: 15px;
	transition: opacity var(--hover_transition);
	background: #08c url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%229.17%22%20cy%3D%229.17%22%20r%3D%226.67%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m17.5%2017.5-3.63-3.63%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22m0%200h20v20h-20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 10px center no-repeat;
	background-size: 20px 20px;
}
form.search input[type="submit"]:hover {
	opacity: var(--hover_opacity);
}
.qa_category {
	overflow: hidden;
	margin-bottom: 3.5em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
}
#main .qa_category h3 + hr {
	margin-bottom: .5em;
}
.qa_category > div ul {
	font-size: 15px;
	margin-top: 10px;
}
.qa_category > div li {
	padding-left: 1.2em;
	position: relative;
}
 .qa_category > div li:not(:last-of-type) {
	margin-bottom: 5px;
}
.qa_category > div li:before {
	content: "■";
	position: absolute;
	left: 0;
}
