@charset "utf-8";
/* CSS Document */

/*font*/

@font-face {
	font-family: 'Noto Sans JP';
	src: url('fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}

@font-face {
	font-family: 'Zen Kaku Gothic Antique Regular';
	src: url('fonts/Zen_Kaku_Gothic_Antique/ZenKakuGothicAntique-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Zen Kaku Gothic Antique Bold';
	src: url('fonts/Zen_Kaku_Gothic_Antique/ZenKakuGothicAntique-Bold.ttf') format('truetype');
}

/*===============================
　共通設定
===============================*/

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

body {
	width: 100%;
	position: relative;
	font-size: 15px;
	color: #333;
	font-family: 'Noto Sans JP','hiragino kaku gothic pro', meiryo, 'ms pgothic',sans-serif;
	line-height: 1.8;
	line-break: strict;
}

main {
	padding: 120px 0;
	background: #FFF8EB;
	border-bottom: solid 4px #F8B62D;
}

article {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

section {
	width: 100%;
	margin: 0 0 120px 0;
	padding: 0 100px;
}

section:last-child {
	margin: 0;
}

p {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: justify;
}

a {
	width: 100%;
	color: #167180;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: #ff9b24;
}

a img {
	width: 100%;
	transition: all .3s;
}

a:hover img {
	opacity: 0.7;
}

ul {
	margin: 0 0 30px 0;
	list-style: none;
}

li:hover,
a:hover:after,
a:hover {
	text-decoration: none;
}

ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 1.5rem;
}

ol li {
	margin: 0 0 5px 0;
	list-style-type: decimal;
	line-height: 1.6;
}

ol li p {
	margin: 0 0 10px 0!important;
}

img {
	width: 100%;
	max-width: 100%;
}

figure {
	width: 100%;
	margin: 0 0 40px 0;
}

figure img {
	line-height: 1;
	vertical-align: bottom;
}

table {
	width: 100%;
	margin: 0 0 30px 0;
	background: #fff;
	border: solid 1px #f0dcb4;
}

table tr {
	width: 100%;
}

table th {
	padding: 8px 10px;
	border: solid 1px #f0dcb4;
	color: #167180;
	background: #fcbf3f;
	vertical-align: middle;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}

table td {
	padding: 8px 10px;
	border: solid 1px #f0dcb4;
	vertical-align: middle;
	font-size: 0.9rem;
	text-align: left;
}

strong,
strong a {
	font-weight: bold;
}


/*===============================
　PC
===============================*/

/*---------------------------
ヘッダー
---------------------------*/

header {
	width: 100%;
	max-width: 1200px;
	max-height: 90px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	width: calc(35.5% - 40px);
	margin: 0 40px 0 0;
}

header h1 img {
	width: 100%;
	max-width: 360px;
}

header nav {
	width: 64.5%;
}

header nav .navBtn {
	display: none;
}

header nav .navList {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

header nav .navList li.dropDown {
	position: relative;
	z-index: 100;
}

header nav .navList li a,
header nav .navList li span {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	font-size: 17px;
	color: #167180;
	border-bottom: solid 1px #fff;
	font-weight: bold;
}

header nav .navList li:not(.dropDown) a:hover {
	background: #167180;
	color: #fff;
	border-radius: 10px;
}

header nav .navList li.dropDown span {
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}

header nav .navList li.dropDown.active span {
	background: #167180;
	color: #fff;
}


header nav .navList li.dropDown ul {
	display: none;
	width: 100%;
	min-width: 165px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38px;
	left: 0;
}

header nav .navList li.dropDown ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

header nav .navList li.dropDown ul li a {
	width: 100%;
	color: #fff;
	background: #167180;
	border-radius: 0;
	font-size: 1rem;
	text-align: left;
	border-bottom: solid 1px #fff;
	font-weight: normal;
}

header nav .navList li.dropDown ul li:last-child a {
	border-bottom: none;
}

header nav .navList li.dropDown ul li a:hover {
	border-radius: 0;
	background: #F29C1D;
}

/*---------------------------
トップページ
---------------------------*/

#topPage .mainVisual {
	margin: 0;
}

#topPage .mainVisual img {
	width: 100%;
	min-height: 220px;
	max-height: 500px;
	object-fit: cover;
}

#topPage p {
	margin: 0 0 80px 0;
}

/* 本会が提供するサービス */

ul.serviceList {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.serviceList li {
	width: calc(50% - 50px);
	margin: 0 100px 100px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	background: #FFF;
	border-radius: 10px;
}

ul.serviceList li:nth-child(2n) {
	margin: 0 0 100px;
}

ul.serviceList li img {
	margin: 0 0 20px 0;
	max-height: 250px;
	object-fit: cover;
	border-radius: 7px 7px 0 0;
}

#topPage ul.serviceList li h3,
#contentsPage ul.serviceList li h3 {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0 20px;
	font-weight: 500;
}

#topPage ul.serviceList li p,
#contentsPage ul.serviceList li p {
	margin: 0 0 40px 0;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* お知らせ */

ul.infoList {
	width: 100%;
	margin: 0 0 80px 0;
	padding: 0 24px;
	background: #fff;
	border-radius: 10px;
}

ul.infoList li.linkNon,
ul.infoList li a {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

ul.infoList li {
	position: relative;
	border-bottom: solid 1px #F8B62D;
}

ul.infoList li:last-child {
	border-bottom: none;
}

ul.infoList li:not(.linkNon):after {
	content: '\f105';
	padding: 0 5px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	color: #F8B62D;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
	transition: all 0.3s;
}

ul.infoList li a:hover:after {
	transform: translate(10px,-50%);
}

ul.infoList li span {
	display: block;
	vertical-align: middle;
}

ul.infoList li span.date {
	width: calc(18% - 20px);
	margin: 0 20px 0 0;
	color: #167180;
	font-weight: bold;
}

ul.infoList li span.article {
	width: 82%;
	padding: 0 30px 0 0;
}


/*---------------------------
コンテンツページ
---------------------------*/

/* パンくずリスト */

.breadCrumb {
	width: 100%;
	max-width: 1100px;
	padding: 0 100px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.7rem;
}

.breadCrumb li:not(:last-child):after {
	content: '/';
	margin: 0 5px;
}

.breadCrumb li:first-child a:before {
	content: '\f015';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

#contentsPage main {
	min-height: 800px;
	padding: 50px 0 120px 0;
}

#contentsPage main section {
	margin: 0 0 50px 0;
}

#contentsPage #organization figure {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
}

/*---------------------------
フッター
---------------------------*/

footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
}

footer .leftPart {
	width: 52%;
	margin: 0 25px 0 0;
}

footer .leftPart p {
	margin: 0;
}

footer .rightPart {
	width: calc(48% - 25px);
}

footer h2 {
	margin: 0 0 10px 0;
}

footer .siteMap {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

footer .siteMap > li {
	width: calc(38% - 10px);
	margin: 0 15px 20px 0;
}

footer .siteMap > li:nth-child(2n) {
	width: calc(62% - 5px);
	margin: 0 0 30px 0;
}

footer .siteMap li a {
	color: #333;
}

footer .siteMap li a:hover {
	color: #ff9b24;
}

footer .siteMap > li > a {
	font-size: 1.1rem;
}

footer .siteMap li ul {
	margin: 0;
}

footer p.copyRight {
	width: 100%;
	margin: 0!important;
	text-align: center;
	font-size: 0.7rem;
}

/*---------------------------
見出し・装飾
---------------------------*/

h2,h3,h4,h5 {
	width: 100%;
	color: #167180;
}

h2 {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

main h2 {
	margin: 0 0 80px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

h3 {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
}

h4 {
	margin: 0 0 30px 0;
	font-size: 1rem;
	font-weight: 600;
}

h4:before {
	content: '';
	border-left: 3px dotted #F8B62D;
	margin: 0 8px 0 0;
}

h5 {
	margin: 0 0 20px 0;
	font-weight: 600;
}

#contentsPage main h3 {
	margin: 0 0 40px 0;
	padding: 3px 0;
	position: relative;
}

#contentsPage main h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-repeating-linear-gradient(-45deg, #167180, #167180 2px, transparent 2px, transparent 6px);
	background: repeating-linear-gradient(-45deg, #167180, #167180 2px, transparent 2px, transparent 6px);
}

#contentsPage ul.serviceList li h3:after {
	content: none;
}

/*　カラムボックス　*/

ul.bgwhList {
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}

ul.bgwhList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.bgwhList li a,
ul.bgwhList li.linkNon {
	padding: 10px;
	background: #fff;
	color: #167180;
	border-radius: 5px;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s;
}

ul.bgwhList li a:hover {
	background: #167180;
	color: #fff;
}

/* 2列 */

ul.bgwhList.clm2 li {
	width: calc(50% - 5px);
	margin: 0 10px 10px 0;
}

ul.bgwhList.clm2 li:nth-child(2n) {
	margin: 0 0 10px 0;
}

/* 3列 */

ul.bgwhList.clm3 li {
	width: calc(33.3% - 8px);
	margin: 0 10px 10px 0;
}

ul.bgwhList.clm3 li:nth-child(3n) {
	width: calc(33.4% - 8px);
	margin: 0 0 10px 0;
}

/* 4列 */

ul.bgwhList.clm4 li {
		width: calc(25% - 8px);
		margin: 0 10px 10px 0;
	}
	
	ul.bgwhList.clm4 li:nth-child(4n) {
		margin: 0 0 10px 0;
	}

/* 5列 */

ul.bgwhList.clm5 li {
	width: calc(20% - 8px);
	margin: 0 10px 10px 0;
}

ul.bgwhList.clm5 li:nth-child(5n) {
	margin: 0 0 10px 0;
}

/*　moreボタン　*/

a.more {
	width: auto;
	height: 55px;
	margin: 0 0 18px 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

a.more div {
	width: 155px;
	padding: 8px 50px;
	display: inline-block;
	position: absolute;
	border-radius: 50px;
	border: 2px solid #167180;
	transition: all 0.3s;
}

a.more div:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background:#F8B62D;
	border-radius: 50px;
	z-index: -1;
	transition: all 0.3s;
}

a.more span {
	color: #167180;
	transition: all 0.3s;
	font-family: 'Zen Kaku Gothic Antique Bold','hiragino kaku gothic pro', meiryo, 'ms pgothic',sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.2s;
}

a.more:hover div {
	transform: translate(5px, 5px);
}

a.more:hover div:after {
	transform: translate(-5px, -5px);
	background: #167180;
}

a.more:hover div span {
	color: #fff;
}

.serviceList li a.more {
	margin: 0 0 28px 0;
	left: 0;
}

.note {
	width: 100%;
	margin: 0 0 30px 0;
	background: #fff;
	border-radius: 10px;
}

#contentsPage .note h3 {
	margin: 0;
	padding: 5px 20px 8px 20px;
}

#contentsPage .note h3:after {
	contet: '';
	background: #FFF8EB;
}

#contentsPage .note p {
	padding: 10px 20px 20px 20px;
}

/*カレント設定*/

header nav .navList li > a.current,
header nav .navList li > span.current,
header nav .navList li.dropDown > span.current {
	border-bottom: solid 1px #167180;
}

header nav .navList li.dropDown.active > span.current:hover {
	border-bottom: solid 1px #fff;
}

	header nav .navList li.dropDown .subMenu li a.current {
		color: #167180;
		background: #ffdf9c;
	}

footer .siteMap a.current {
	color: #ff9b24;
}


/* TOPへ戻る */

a.pageTop {
	height: 50px;
	width: 50px;
	display: flex;
	position: fixed;
	right: 40px;
	bottom: 40px;
	background: #F8B62D;
	box-shadow: 3px 3px 0 0 #dfdfdf;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition: all 0.3s;
}

a.pageTop:after {
	content: '\f106';
	padding: 0 5px;
	font-size: 2rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

a.pageTop:hover {
	transform: translate(3px,3px);
	box-shadow: none;
}

/*===============================
　タブレット（601～820px）
===============================*/

@media screen and (max-width: 820px) {

	main {
		padding: 50px 0 100px 0;
	}
	
	section {
		padding: 0 50px;
	}
	
/*---------------------------
ヘッダー
---------------------------*/

	
	header nav .navList li a {
		padding: 10px 14px;
	}

/*---------------------------
トップページ
---------------------------*/

	#topPage section {
		padding: 0 40px;
	}
	
	
	/* 本会が提供するサービス */
	
	ul.serviceList li {
		width: calc(50% - 25px);
		margin: 0 50px 0 0;
	}
	
	/* お知らせ */
	
	ul.infoList {
		padding: 0;
	}
	
	ul.infoList li span.date {
		width: calc(20% - 20px);
	}
	
	ul.infoList li span.article {
		width: 80%;
	}

/*---------------------------
コンテンツページ
---------------------------*/
	
	/* パンくずリスト */
	
	.breadCrumb {
		padding: 0 50px;
	}
	
	#contentsPage main {
		min-height: 600px;
	}

/*---------------------------
フッター
---------------------------*/

	footer {
		padding: 50px 50px 20px 50px
	}
	
	footer .leftPart,
	footer .rightPart {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	footer .siteMap > li {
		margin: 0 20px 20px 0;
	}
	
	footer .siteMap > li:nth-child(2n) {
		margin: 0 0 20px 0;
	}

/*---------------------------
見出し・装飾
---------------------------*/

} /* max-width:820px END */

@media screen and (max-width: 768px) {
	
	header h1 {
		width: calc(50% - 50px);
	}
	
	header nav .navBtn {
		display: block;
		width: 35px;
		height: 26px;
		position: fixed;
		top: 18px;
		right: 20px;
		z-index: 999;
		cursor: pointer;
	}
	
	header nav .navBtn span {
		width: 100%;
		height: 4px;
		display: block;
		position: absolute;
		left: 0;
		background: #167180;
		transition: top .24s, transform .24s, opacity .24s;
		border-radius: 999px;
}
	
	header nav .navBtn span:nth-child(1) {
		top: 0;
	}
	
	header nav .navBtn span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	
	header nav .navBtn span:nth-child(3) {
		top: 100%;
		transform: translateY(-100%);
	}
	
	nav .navBtn.active span {
		background: #fff;
	}
	
	nav .navBtn.active span:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
	}
	
	nav .navBtn.active span:nth-child(2) {
		transform: translate(50%, -50%);
		opacity: 0;
	}
	
	nav .navBtn.active span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
	}
	
	header nav .navList {
		width: 50%;
		height: 100vh;
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 990;
		background: #167180;
		transition: all .3s;
	}
	
	header nav .navList > li:first-child {
		margin: 70px 0 0 0;
		border-top: solid 1px #fff;
	}
	
	header nav .navList li a,
	header nav .navList li.dropDown span {
		width: 100%;
		padding: 15px 20px;
		position: relative;
		cursor: pointer;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		border-radius: 0;
		font-size: 17px;
		color:#fff;
		border-bottom: solid 1px #fff;
		transition: all 0.3s;
	}
	
	header nav .navList li:not(.dropDown) a:hover {
		background: #F29C1D;
		border-radius: 0;
	}
	
	header nav .navList li.dropDown > span:after {
		content: '\2b';
		padding: 0 5px;
		font-weight: 900;
		font-family: 'Font Awesome 5 Free';
		color: #fff;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s;
	}
	
	header nav .navList.active li.dropDown > span.active:after {
		content: '\f068';
		font-family: 'Font Awesome 5 Free';
		font-size: 0.8rem;
		font-weight: 900;
	}
	
	header nav .navList.active {
		right: 0;
	}
	
	header nav .navList li a:hover,
	header nav .navList li.dropDown span.active,
	header nav .navList li span:hover {
		background: #F29C1D;
		box-shadow: none;
	}
	
	header nav .navList li.dropDown ul {
		width: 100%;
		min-width: 165px;
		margin: 0;
		padding: 0;
		display: none;
		position: static;
		top: 39px;
		left: 0;
	}
	
	header nav .navList li.dropDown ul:after {
		content: none;
	}
	
	header nav .navList li.dropDown ul li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	header nav .navList.active li.dropDown ul li a {
		text-align: center;
		color: #167180;
		background: #FFF;
		border-bottom: solid 1px #167180;
	}
	
	header nav .navList.active li.dropDown ul li:last-child a {
		border-bottom: solid 1px #FFF;
	}
	
	header nav .navList.active li.dropDown ul li a:hover {
		color: #fff;
		background: #F29C1D;
	}
	
	header nav .navList li a.current,
	header nav .navList li.dropDown span.current {
		background: #F8B62D;
	}

	/*カラムボックス*/

	/* 5列 */

	ul.bgwhList.clm5 li,
	ul.bgwhList.clm5 li:nth-child(5n) {
		width: calc(25% - 8px);
		margin: 0 10px 10px 0;
	}
	
	ul.bgwhList.clm5 li:nth-child(4n) {
		margin: 0 0 10px 0;
	}
	
} /* タブレットEND */

/*===============================
　スマートフォン（～600px）
===============================*/

@media screen and (max-width: 600px) {

	body {
		font-size: 14px;
	}
	
	section {
		padding: 0 30px;
	}
	
/*---------------------------
トップページ
---------------------------*/

	#topPage section {
		margin: 0 0 90px 0;
	}
	
	#topPage p {
		margin: 0 0 60px 0;
	}
	
	ul.serviceList li {
		width: calc(50% - 10px);
		margin: 0 20px 0 0;
	}
	
	ul.serviceList li p {
		margin: 0 0 20px 0;
	}
	
	ul.infoList {
		margin: 0 0 40px 0;
	}
	
	ul.infoList li span.date,
	ul.infoList li span.article {
		width: 100%;
		padding: 0 30px 0 0;
	}

/*---------------------------
コンテンツページ
---------------------------*/
	
	/* パンくずリスト */
	.breadCrumb {
		padding: 0 30px;
	}
	
/*---------------------------
フッター
---------------------------*/

	footer {
		padding: 50px 30px 20px 30px;
	}
	
/*---------------------------
見出し・装飾
---------------------------*/

	h2 {
		font-size: 1.2rem;
	}
	
	main h2 {
		margin: 0 0 50px 0;
	}
	
	h3 {
		font-size: 1.1rem;
	}
	
	a.more div span {
		font-size: 1rem;
	}
	
		/*カラムボックス*/

	ul.bgwhList.clm3 li,
	ul.bgwhList.clm3 li:nth-child(3n),
	ul.bgwhList.clm4 li,
	ul.bgwhList.clm5 li,
	ul.bgwhList.clm5 li:nth-child(4n),
	ul.bgwhList.clm5 li:nth-child(5n) {
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
	}
	
	ul.bgwhList.clm3 li:nth-child(2n),
	ul.bgwhList.clm4 li:nth-child(2n),
	ul.bgwhList.clm5 li:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	
} /* max-width:600px END */
	
@media screen and (max-width: 500px) {
	
	header h1 {
		width: calc(60% - 50px);
	}
	
	header nav .navBtn {
		width: 32px;
		height: 22px;
		top: 2%;
	}
	
	header nav .navList {
		width: 60%;
	}
	
	ul.serviceList li,
	ul.serviceList li:nth-child(2n) {
		width: 100%;
	}
	
	ul.serviceList li {
		margin: 0 0 30px 0;
	}
	
	ul.serviceList li:nth-child(2n) {
		margin: 0;
	}
	
	ul.serviceList li img {
		max-height: 180px;
		object-fit: cover;
	}
	
	ul.infoList li {
		flex-direction: column;
	}
	
	ul.infoList li span {
		padding: 15px 10px;
	}
	
	#contentsPage main {
		padding: 40px 0 100px 0;
	}
	
	h2 {
		letter-spacing: 1px;
	}
	
	h3 {
		font-size: 17px;
	}
	
} /* max-width:500px END*/
	
@media screen and (max-width: 400px) {
	
	footer .siteMap > li,
	footer .siteMap > li:nth-child(2n){
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	footer.siteMap > li:last-child {
		margin: 0;
	}
	

} /* スマートフォンEND */

/*===============================
　汎用設定
===============================*/


a.linkIcon:hover {
	text-decoration: underline;
}

a.linkIcon:before,
.linkIconList a:before,
.linkList li a:before,
.linkList a li:before,
ul.siteMap li a:before {
	padding: 0 5px;
	content: '\f0da';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #F8B62D;
	display: inline-block;
	transition: all 0.3s;
}

.directLink:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
.infoList li a[href$=".pdf"] span.article:after,
.infoList li a[href$=".doc"] span.article:after,
.infoList li a[href$=".docx"] span.article:after,
.infoList li a[href$=".xls"] span.article:after,
.infoList li a[href$=".xlsx"] span.article:after,
.infoList li a[href$=".ppt"] span.article:after,
.infoList li a[href$=".pptx"] span.article:after {
	padding:0 5px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #167180;
	display: inline-block;
	transition: all 0.3s;
}

.directLink:after {
	content: '\f2d2';
}

a[href$=".pdf"]:after {
	content: '\f1c1';
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
	content: '\f1c2';
}

a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
	content: '\f1c3';
}

a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
	content: '\f1c4';
}

a.linkIcon:hover:before,
.siteMap li a:hover:before,
.linkIconList a:hover:before,
.linkList li a:hover:before,
.directLink:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after,
.infoList li a:hover span.article.directLink:after,
.infoList li a[href$=".pdf"]:hover span.article:after,
.infoList li a[href$=".doc"]:hover span.article:after,
.infoList li a[href$=".docx"]:hover span.article:after,
.infoList li a[href$=".xls"]:hover span.article:after,
.infoList li a[href$=".xlsx"]:hover span.article:after,
.infoList li a[href$=".ppt"]:hover span.article:after,
.infoList li a[href$=".pptx"]:hover span.article:after {
	color: #F8B62D;
}

ul.bgwhList li a.directLink:hover:after,
ul.bgwhList li a[href$=".pdf"]:hover:after,
ul.bgwhList li a[href$=".doc"]:hover:after,
ul.bgwhList li a[href$=".docx"]:hover:after,
ul.bgwhList li a[href$=".xls"]:hover:after,
ul.bgwhList li a[href$=".xlsx"]:hover:after,
ul.bgwhList li a[href$=".ppt"]:hover:after,
ul.bgwhList li a[href$=".pptx"]:hover:after {
	color: #fff;
}

.txtUline {
	text-decoration: underline;
}

.txtStrike {
	text-decoration: line-through;
}

.txtItalic {
	font-style: italic;
}

.txtRed,
.txtRed a {
	color: #d90000;
}

.small {
	font-size: 0.8rem;
}

.big {
	font-size: 1.1rem;
}

.talR,
.a_talR {
	text-align: right !important;
}
.talL,
.a_talL {
	text-align: left!important;
}
.talC,
.a_talC {
	text-align: center!important;
}

.mrgnT0,
.a_mrgnT0 {
	margin-top: 0px!important;
}
.mrgnB0,
.a_mrgnB0 {
	margin-bottom: 0px!important;
	margin-top: 0px;
}
.mrgnL0,
.a_mrgnL0 {
	margin-left: 0px!important;
}
.mrgnR0,
.a_mrgnR0 {
	margin-right: 0px!important;
}
.mrgnB5,
.a_mrgnB5 {
	margin-bottom: 5px!important;
}

.mrgnL5,
.a_mrgnL5 {
	margin-left: 5px!important;
}

.mrgnT10,
.a_mrgnT10 {
	margin-top: 10px!important;
}
.mrgnB10,
.a_mrgnB10 {
	margin-bottom: 10px!important;
}
.mrgnL10,
.a_mrgnL10 {
	margin-left: 10px!important;
}
.mrgnR10,
.a_mrgnR10 {
	margin-right: 10px!important;
}

.mrgnB15,
.a_mrgnB15 {
	margin-bottom: 15px!important;
}

.mrgnL15,
.a_mrgnL15 {
	margin-left: 15px!important;
}
.mrgnT20,
.a_mrgnT20 {
	margin-top: 20px!important;
}
.mrgnB20,
.a_mrgnB20 {
	margin-bottom: 20px!important;
}
.mrgnL20,
.a_mrgnL20 {
	margin-left: 20px!important;
}
.mrgnL30,
.a_mrgnL30 {
	margin-left: 30px!important;
}
.mrgnB30,
.a_mrgnB30 {
	margin-bottom: 30px!important;
}
.mrgnB40,
.a_mrgnB40 {
	margin-bottom: 40px!important;
}
.mrgnB50,
.a_mrgnB50 {
	margin-bottom: 50px!important;
}
.mrgnB80,
.a_mrgnB80 {
	margin-bottom: 80px!important;
}

.mrgnB100,
.a_mrgnB100 {
	margin-bottom: 100px!important;
}

.mrgn0pdng0,
.a_mrgn0pdng0 {
	margin: 0;
	padding: 0;
}
.mrgnR20,
.a_mrgnR20 {
	margin-right: 20px!important;
}
.mrgnT30,
.a_mrgnT30 {
	margin-top: 30px!important;
}
.padB0,
.a_padB0 {
	padding-bottom:0 !important;
}

.padT0,
.a_padT0 {
	padding-top:0 !important;
}

.padL0,
.a_padL0 {
	padding-left:0 !important;
}

.padR0,
.a_padR0 {
	padding-right:0 !important;
}

.type11,
.a_type11 {
	font-size: 78%;
}

.font12,
.a_font12 {
	font-size: 12px!important;
}

.font14,
.a_font14 {
	font-size: 14px!important;
}

.font16,
.a_font16 {
	font-size: 16px!important;
}

.font18,
.a_font18 {
	font-size: 18px!important;
}

.font20,
.a_font20 {
	font-size: 20px!important;
}

.font22,
.a_font22 {
	font-size: 22px!important;
}

.font24,
.a_font24 {
	font-size: 24px!important;
}

.font26,
.a_font26 {
	font-size: 26px!important;
}

.font28,
.a_font28 {
	font-size: 28px!important;
}

.font30,
.a_font30 {
	font-size: 30px!important;
}

.w30p {
	width: 30%!important;
}

.w65p {
	width: 65%!important;
}

.mw120 {
	width: 100%;
	max-width: 120px!important;
}

.mw700 {
	width: 100%;
	max-width: 700px!important;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.disc {
	list-style: disc;
	margin-left: 1.5em;
}

.indent {
	display: inline-block;
	margin-left: 1.7em;
	text-indent: -1.5em;
}

ul.infoList li a[href$=".pdf"]:after,
ul.infoList li a[href$=".doc"]:after,
ul.infoList li a[href$=".docx"]:after,
ul.infoList li a[href$=".xls"]:after,
ul.infoList li a[href$=".xlsx"]:after,
ul.infoList li a[href$=".ppt"]:after,
ul.infoList li a[href$=".pptx"]:after {
	display: none;
}

.infoList li a[href$=".pdf"] span.article:after {
	content: '\f1c1';
}

.infoList li a[href$=".doc"] span.article:after,
.infoList li a[href$=".docx"] span.article:after {
	content: '\f1c2';
}

.infoList li a[href$=".xls"] span.article:after,
.infoList li a[href$=".xlsx"] span.article:after {
	content: '\f1c3';
}

.infoList li a[href$=".ppt"] span.article:after,
.infoList li a[href$=".pptx"] span.article:after {
	content: '\f1c4';
}