/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600');

.container, .entry-body, .entry-body h2, .form-control, .FaqMain{
	font-family: 'Noto Serif JP', serif !important;
} */
.CategoryList{
	float: left;
	text-align: center;
	min-width: 400px;
	max-width: 470px;
}

#DialogText{
	font-size: 14px;
}
.ui-button-text-only .ui-button-text {
	padding: 0em 1.5em;
}
.ui-dialog .ui-dialog-buttonpane button:hover{
	background: #002d5d !important;
	color: #ffffff !important;
}
.ui-dialog .ui-dialog-buttonpane button{
	border: solid 2px #002d5d !important;
	color: #002d5d !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover{
	background: #80addd !important;
}
.ui-dialog .ui-dialog-titlebar-close{
	border: solid 2px #888 !important;
}
.ui-dialog-title{
	line-height:150%;
}
.ui-dialog .ui-dialog-titlebar{
	font-size:15px;
	padding:3px 3px;
	height:auto;
}
.ui-widget-header{
	border: 1px solid #002d5d;
	background: #002d5d;
}
.ui-widget-header .ui-state-hobver{
	color:#a0cdff;
}
.ui-widget-content {
	border: none;
}
.ui-dialog .ui-dialog-buttonpane button{
	border: 1px solid #608dbd;
	background: rgba(0,45,93,0.05);
	font-weight: normal;
	color: #002d5d;
	margin-right:2px;
}
.ui-state-default .ui-icon{
	background: none;
}
.ui-dialog-titlebar-close{
	border: 1px solid #ecdbc5;
	background: #fcefdf;
}
.ui-button-icon-only .ui-button-text{
	display: none;
}
.ui-dialog-titlebar-close:before{
	content: "\F00D";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
	padding-right:0px;
	color: #002d5d;
	top:-10px;
	position: relative;
}
.ui-dialog{
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-button:hover{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	transition-duration:0.2s;
}

.SearchFAQGroup a{
	cursor: pointer;
	/* color: #aa4f00; */
}
.SearchFAQGroup a:hover{
	/* color: #fe8000; */
	text-decoration: underline;
}
.SearchFAQInput{
	font-size:16px;
 	text-indent: 0.5em;
 	/* padding: 4px 40px 2px 10px !important; */
	border-radius: 10px;
	width: calc(100% - 50px) !important;
}
.SearchFAQIconBtn i, .SearchFAQIconBtn:active{
	color: #ccc !important;
}
.SearchFAQIconBtn i:hover{
	color: #aaa !important;
	transition: .2s !important;
}
.SearchFAQIconBtn:hover, .SearchFAQIconBtn:active{
	background: transparent !important;
	font-style: normal !important;
	box-shadow: none !important;
}
.SearchFAQIconBtn{
	font-size: 28px;
	position: relative;
	right: 48px;
	top: 4px;
	overflow: hidden;
	border: none !important;
	box-shadow: none !important;
	cursor: pointer;
	background: transparent !important;
}
h4.SearchFAQGroup{
	/* font-size: 18px;
	font-weight: bold;
	border-left: none;
	margin-bottom: 10px;
	padding: 0px 15px 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #006; */
}
.SearchFAQActiveMenu{
	font-size: 16px;
	border-radius: 5px;
	padding: 0.3em 1em;
	background: #a0cdff !important;
	background: -moz-radial-gradient(center, ellipse cover, #FFFFFF 0%, #FFFFFF 0%, #FFFFFF 10%, #a0cdff 100%)	!important;
	background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%, #FFFFFF 0%, #FFFFFF 10%, #a0cdff 100%)	!important;
	background: radial-gradient(ellipse at center, #FFFFFF 0%, #ffffff 0%, #ffffff 10%, #a0cdff 100%)  !important;
	border-color: #888;
}
.SearchFAQMenu{
	font-size: 16px;
	border-radius: 5px;
	padding: 0.3em 1em;
	border-color: #888;
}
button.SearchFAQMenu:hover, button.SearchFAQActiveMenu:hover{
	cursor: pointer;
}
h4.SearchFAQGroup{
	/* font-size: 18px;
	font-weight: bold;
	border-left: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 15px 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #006; */
}
.SearchFAQ-Question{
	color: #333 !important;
	cursor: pointer;
	font-size: initial !important;
	margin: 0px;
	padding: 0px;
}
.SearchFAQ-Question a, .SearchFAQ-PDF a{
	text-decoration: none;
}
.SearchFAQ-Question:before{
	font-family: "Font Awesome 5 Free";
	content: '\f059';
	font-weight: 100;
	color: #c40;
	font-size: 18px;
	top: 1px;
	position: relative;
	margin-right: 3px;
}
.SearchFAQ-Question a{
	cursor: pointer;
	/* color: #aa4f00; */
}
.SearchFAQ-Question a:hover{
	/* color: #fe8000; */
}
.SearchFAQ-AnswerFrame{
	border: 2px solid #ccc;
	border-radius: 10px;
	height: 0px;
	margin-top: 5px;
	margin-left: 25px !important;
	margin-bottom: 0px;
	margin-right: 10px !important;
	padding: 0px !important;
	overflow: hidden;
	opacity: 0;
	transition:0.4s;
}
.SearchFAQ-Answer{
	margin: 0px !important;
	padding: 1em 1em 1em 1em !important;
	font-size: 16px;
}
.SearchFAQ-Answer h6.Answer{
	border: 2px solid #c00;
	border-radius: 100px;
	width: 72px;
	line-height: 90%;
	font-size: 18px;
	/* font-style: italic; */
	margin: 0.5em 0em 0.5em 1em !important;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	padding: 0px;
}
.SearchFAQ-Answer h6.Answer:before{
	content: 'A';
	color: #fff;
	border: none;
	background-color: #c00;
	border-radius: 100px;
	padding: 0px 6px 0px 6px;
	font-size: 18px;
	left: -13px;
	top: -1px;
	position: relative;
}
.SearchFAQ-Answer h6.Answer:after{
	content: 'nswer';
	color: #c00;
	top: -2px;
	left: -10px;
	font-size: 14px;
	position: relative;
}
.SearchFAQ-Answer h6.Title {
	color: #555;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
.SearchFAQ-Answer h6.Title:before, h6.Title:after {
	font-family: "Font Awesome 5 Free";
	content: '\f100';
	font-size: 16px;
	top: 1px;
	color: #888;
	position: relative;
	font-weight: bold;
	padding-right: 3px;
}
.SearchFAQ-Answer h6.Title:after {
	content: '\f101';
	padding-left: 3px;
}

.SearchFAQ-Answer div{
	text-indent: 0em;
}
.SearchFAQNote{
	padding-left: 1em;
	text-indent: 0em !important;
}
.SearchFAQNote a{
	/* color: #aa4f00; */
}
.SearchFAQNote a:hover{
	/* color: #fe8000; */
}
.SearhFAQUPDate{
	text-align: right;
	padding-top: 0.5em;
	padding-right: 1em;
}
.SearchFAQ a{
	border-bottom: 1px Dashed #aaa;
}
.SearchFAQ a:hover{
	/* border-bottom: 1px Dashed #fe8000; */
	text-decoration: none;
}
.SearchFAQ p{
	margin: 0em 0.5em 0.2em 1em;
	text-indent: 1em;
}
.SearchFAQ h6{
	margin-left: 1em;
}

.SearchFAQ ol{
	margin-left: 3em;
}
.SearchFAQ ul{
	margin-left: 1em;
}
.SearchFAQ ul.Exclam{
	margin-left: 0.5em;
}
.SearchFAQ li {
	margin-bottom: 0.5em;
}
.SearchFAQ dl, .SearchFAQ ol, .SearchFAQ ul {
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-left: 25px;
}
.SearchFAQ ul.List, .SearchFAQ ul.Exclam{
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-right: 10px;
}
.SearchFAQ ul.List li, .SearchFAQ ul.Exclam li{
	list-style-type:none;
	margin: 0 0 0.2em 0.5em;
	padding:0;
}
.SearchFAQ ul.Exclam li{
	margin-left: 0em;
}
.SearchFAQ ul.List li:before, .SearchFAQ ul.Exclam li:before{
	font-family: "Font Awesome 5 Free";
	display:inline-block;
	text-indent:-1em;
	content:'\f22d';
	color:#888;
	font-weight:bold;
}
.SearchFAQ ul.Exclam li:before{
	content:'\f06a';
}


