@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
}

html, body { 
	height: 100%;
}
 
body > footer {
  position: sticky;
  top: 100vh;
}

a {
	color: #212529;
}

a:hover, a:focus {
	color: rgba(33,37,41,0.7);
}

.table {
	line-height: 1.9;
}

.table th {
	vertical-align: top;
}

.table-sm th, .table-sm td {
	padding-left: 1rem;
	padding-right: 1rem;
}

.search-table {
	width: 80%;
}

.search-table th {
	background-color: #F2F2F2;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.iform {
	width: 90%;
}

.pdf:after {
	font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    font-weight: 100;
	margin-left: 0.4em;
}

.word:after {
	font-family: "Font Awesome 5 Free";
    content: '\f1c2';
    font-weight: 100;
	margin-left: 0.4em;
}

.excel:after {
	font-family: "Font Awesome 5 Free";
    content: '\f1c3';
    font-weight: 100;
	margin-left: 0.4em;
}

.external-link:after {
	font-family: "Font Awesome 5 Free";
    content: '\f08e';
    font-weight: 900;
	margin-left: 0.4em;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;
}

.global_drawer_menu_list {
	border-bottom: solid 8px #D0B947;
	background-color: #7B7973;
}

.menu {
	background-color: #7B7973;
	height: 60px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.menu a {
	text-decoration: none;
}

.menu-item {
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 60px;
	color: #fff;
}

.border-l {
    border-left: solid 1px #ddd;
    height: 60px;
}

a.menu-item:hover, a.menu-item:focus {
	background-color: #D0B947;
	color: #35444C;
}

.border-r {
    border-right: solid 1px #ddd;
    height: 60px;
}

.menu-item-link {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
	display: inline-block;
	padding-top: 20px;
}

.navbar-toggler {
	font-size: 2rem;
	margin-right: 2rem;
	margin-top: -1rem;
}

.has-child ul {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%);
	top: 144px;
	z-index: 4;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #D0B947;
	width: 1200px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	height: 25vh;
	padding: 4rem 3rem 3rem 8rem;
	gap: 10%;
	font-size: 1.75rem;
}

.has-child:hover > ul, .has-child:focus > ul {
	visibility: visible;
	opacity: 1;
}

.has-child:hover > a.menu-item {
	background-color: #D0B947;
	color: #35444C;
}

.has-child ul li {
	list-style-type: none;
}

.has-child ul li:before {
	font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-right: 1em;
}

.h2_main {
	font-size: 2.4rem;
	font-weight: bold;
	color: #35444C;
	text-align: center;
	margin-bottom: 3.2rem;
	position: relative;
}

.h2_main:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #D0B947;
	width: 80px;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -12px;
}

.h3_main {
	font-size: 2rem;
	margin-bottom: 2rem;
	padding-top: 1rem;
	text-indent: -2.5rem;
	margin-left: 2.5rem;
}

.h3_main:before {
    content: '';
    border-left: solid 4px #7B7973;
    margin-right: 2rem;
}

.h4_main {
	font-size: 1.75rem;
    margin-bottom: 2rem;
    font-weight: bold;
    margin-left: 1rem;
}

.main-list {
	padding-left: 2rem;
    line-height: 1.8;
	list-style-type: none;
}

.logo {
	height: 66px;
	margin-right: auto;
}

.header-logo {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Navber {
	background-color: #7B7973;
	border-bottom: solid 8px #D0B947;
	}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
	}

.ql-list {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

.q-link {
	border: solid 1.5px #35444C;
	border-radius: 2px;
	width: 200px;
	height: 180px;
	font-weight: bold;
	color: #35444C;
	text-align: center;
}

.q-link:hover, .q-link:focus {
	transform: scale(1.05);
}

.ql1 span, .ql4 span , .ql5 span , .ql6 span {
	text-decoration: none;
	display: inline-block;
	margin-top: 130px;
}

.ql2 span, .ql3 span {
	text-decoration: none;
	display: inline-block;
	margin-top: 120px;
}

.ql1 {
	background: url("/img/ql1.png") 50% 30% no-repeat;
	background-size: 64px auto;
}

.ql2 {
	background: url("/img/ql2.png") 50% 25% no-repeat;
}

.ql3 {
	background: url("/img/ql3.png") 50% 30% no-repeat;
}

.ql4 {
	background: url("/img/ql4.png") 50% 30% no-repeat;
	background-size: 58px auto;
}

.ql5 {
	background: url("/img/ql5.png") 50% 35% no-repeat;
	background-size: 58px auto;
}

.ql6 {
	background: url("/img/ql6.png") 50% 35% no-repeat;
	background-size: 58px auto;
}

.no-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.list-group {
	list-style-type: none;
	flex-wrap: wrap;
}

.list-group li::before, .main-list li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    margin-right: 0.4em;
}

.list-group-horizontal li {
	padding: 1rem;
}

.topics {
	padding:1.5rem 2rem ;
	border-top: solid 1px #C8C8C8;
	align-items: center;
}

.topics:last-child {
	border-bottom: solid 1px #C8C8C8;
}

.topics dd {
	margin-bottom: 0;
}

.topics-area {
	margin: 7rem 5rem 3rem;
}

.topics-list dt {
	font-weight: normal;
}

.bg-outline {
	color: #BF4C4C;
	border: solid 2px #BF4C4C;
}

.bg-fill {
	border: solid 2px #BF4C4C;
	background-color: #BF4C4C;
}

.new-info {
	font-weight: normal;
	font-size: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.important-info {
	font-weight: normal;
	font-size: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.info {
	font-weight: normal;
	font-size: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.text-end a {
	margin-right: 4rem;
}

.q-area {
	margin-top: 8rem;
	margin-bottom: 4rem;
}

footer {
	text-align: center;
	padding: 3rem 0 1rem;
}

footer h2 {
	font-weight: bold;
}

.copy {
	font-size: 1.4rem;
}

.page {
	display: flex;
	margin-top: 6rem;
}

.content {
	width: 100%;
}

.side-nav {
    flex-basis: 33%;
    margin-top: 6rem;
}

.side-nav dl {
    background-color: #F5F5F5;
    padding: 2rem 2rem 4rem 2.5rem;
    margin-right: 3rem;
}

.side-nav dt {
	font-size: 1.7rem;
	margin-bottom: 1.5rem;
}

.side-nav dt:before {
    content: '';
    border-left: solid 4px #35444C;
    margin-right: 2rem;
}

.side-nav dd {
	margin-bottom: 0.8rem;
	margin-left: 2.5rem;
	position: relative;
}

.side-nav dd a {
	text-decoration: none;
}

.side-nav dd:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-right: 0.4em;
	font-size: 1.3rem;
	color: #D0B947;
	position: absolute;
	display: inline-block;
	top: 2px;
	left: -26px;
}

.navbar-expand-xl {
		flex-wrap: wrap;
		padding-bottom: 0;
	}

.sp-only {
	display: none;
}

.top-sp {
	display: none;
}

.btn-primary {
	background-color: #35444C;
	border-color: #35444C;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 0.5rem 2rem;
}

.btn:hover, .btn:focus {
	opacity: 0.9;
	background-color: #35444C;
	border-color: #35444C;
}

.center {
	margin: 0 auto;
}

.search_text dt {
	font-size: 2rem;
	font-weight: normal;
	display: inline-block;
}

.search_text dd {
	display: inline-block;
	font-size: 1.5rem;
}

.result {
	display: flex;
	justify-content: center;
	margin: 2rem auto 3rem;
	gap: 2rem;
}

.result div {
	border: solid 1px #CCC;
}

.result dt {
	font-weight: normal;
	display: inline-block;
	border-right: solid 1px #CCC;
	padding: 0.5rem 1.5rem;
}

.result dd {
	display: inline-block;
	margin-bottom: 0;
	padding: 0.5rem 1.5rem;
}

.return {
	text-align: right;
	margin-top: 2rem;
}

.return:before {
	font-family: "Font Awesome 5 Free";
    content: '\f0e2';
    font-weight: 900;
    margin-right: 0.4em;
}

.pagenation:after {
  display: block;
  clear: both;
  content: "";
}

.img-l {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.mt-5r {
	margin-top: 5rem;
}

ol {
	margin-left: 1rem;
}

ol li {
	padding-left: 1rem;
}

@media (max-width:1200px) {
	
	header {
		width: 100%;
	}

	.wrapper {
		width: 90%;
	}
	
	.logo {
		width: 80%;
	}
	
	.header-logo {
	width: 80%;
	margin: auto;
	padding-left: 0.5rem;
	}
	
	.header-logo ul {
		display: none;
	}
	
	.menu-item {
		width: auto;
		text-align: left;
		text-decoration: none;
	}
	
	.border-l {
		border-left: none;
	}
	
	.border-r {
		border-right: none;
	}
	
	.menu-item-link {
		padding-top: 0;
		margin-left: 10%;
		margin-top: 2rem;
	}
	
	ul li.has-child::before {
	font-family: "Font Awesome 5 Free";
    content: '\2b';
    margin-left: 5rem;
	font-weight: 900;
	color: #fff;
	display: inline-block;
	position: absolute;
	margin-top: 1.7rem;
	}
	
	ul li.has-child.active::before {
	font-family: "Font Awesome 5 Free";
    content: '\f068';
	font-weight: 900;
		display: inline-block;
	}
	
	.sp-only {
		display: flex;
		justify-content: center;
		margin-bottom: 2rem;
		gap: 10px;
	}
	
	.sp-only li, .sp-only li a {
		color: #fff;
	}
	
	.navbar-brand {
		width: 80%;
	}
	
	.navbar-nav {
		padding: 3rem 0 ;
	}
	
	.topics-area {
		margin: 7rem 0 3rem;
	}
	
	.text-end a {
		margin-right: 0;
	}
	
	.page {
		flex-direction: column-reverse;
	}
	
	.side-nav dl {
    margin-right: 8%;
	margin-left: 8%;
}
	
	.result {
		gap:1rem;
	}
	
	nav ul{
		display: block;
	}
	
	.has-child ul,
	.has-child ul ul{
  	position: relative;
	top:0;
	width:100%;
	visibility:visible;
	opacity:1;
	display: none;
	transition:none;
	height: auto;
	font-size: 1.6rem;
	padding: 2rem 0 2rem 5rem;
	line-height: 1.7;
}
	a.menu-item:hover, a.menu-item:focus {
	background-color: inherit;
	color: #fff;
}
	.has-child:hover > a.menu-item {
	background-color: inherit;
	color: #fff;
}
	nav ul li a {
	display: inline-block;
}
	.menu-item {
		width: 100%;
	}

}

@media (max-width:767px){
	
	.top-pc {
		display: none;
	}
	
	.top-sp {
		display: block;
	}
	
	.row > * {
		width: auto;
	}
	
	.sp-mt-1 {
		margin-top: 1rem;
	}
	
	.ql-list {
		justify-content: flex-start;
	}
	
	.q-link {
		width: calc(85vw / 2);
	}
	
	.q-link span {
		font-size: 1.4rem;
	}
	
	.main-list {
	padding-left: 0;
	}
	
	ol {
		margin-left: 0;
	}
	
	.search-table {
		width: 100%;
	}
	
	.result dt {
		display: block;
		border-right: none;
		padding: 0.5rem 1.2rem;
	}
	
	.scroll-table {
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 3rem;
}

.scroll-table::-webkit-scrollbar {
	height: 5px;
}

.scroll-table::-webkit-scrollbar-track {
 background: #333;
}

.scroll-table::-webkit-scrollbar-thumb {
 background: #999;
}
	
	.menu-item-link {
		margin-left: 20%;
	}
	
	.copy {
		font-size: 1rem;
	}

}