@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Light.ttf") format("truetype");
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Black.ttf") format("truetype");
	font-weight: 900;
	font-display: swap;
}

* {
	font-family: 'Font Awesome 7 Free';
	font-family: 'M PLUS Rounded 1c',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
}

body {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	font-family: 'M PLUS Rounded 1c',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
	position: relative;
}

body.english {
	font-family: 'Noto Sans JP',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

p {
	width: 100%;
	line-height: 1.8;
	font-family: 'Noto Sans JP',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
}

li:hover,
a:hover,
a:hover:before,
a:hover:after {
	text-decoration: none;
}

li {
	list-style: none;
	font-size: 1rem;
	font-family: 'Noto Sans JP',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', 'Font Awesome 7 Free';
}

ul.discList {
	width: 100%;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

ul.discList li {
	width: 100%;
	margin: 0 0 3px 0;
	line-height: 1.6;
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 2em;
	box-sizing: border-box;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, ul.discList li {
	text-indent: -1.5em;
}

figure {
	width: 100%;
	margin: 0 0 30px 0;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

figure img {
	line-height: 1;
	vertical-align: bottom;
}

ol {
	width: 100%;
	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.4;
}

table {
	width: 100%;
	margin: 0 0 30px 0;
	border-top: solid 3px #2287ff;
	border-bottom: solid 3px #2287ff;
}

table th {
	padding: 5px 10px;
	border-bottom: solid 1px #2287ff;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	font-weight: normal;
}

table td {
	padding: 3px 10px;
	border-bottom: solid 1px #2287ff;
	font-size: 1rem;
}

table ul.discList {
	margin: 0;
}

table ul.discList li {
	margin: 0 0 8px 0;
}

table.borderTable {
	margin: 0 0 15px 0;
	border: solid 2px #dfdfdf;
}

table.borderTable th {
	background: #eefaff;
	border: solid 1px #dfdfdf;
}

table.borderTable td {
	border: solid 1px #dfdfdf;
	text-align: left;
}

table.rubric {
	width: 100%;
	margin: 0 0 30px 0;
}

table.rubric td,
table.rubric th {
	font-size: 0.8rem;
	vertical-align: middle;
}

/*---------------------ヘッダー設定---------------------*/

header {
	width: 100%;
	position: fixed;
	top: 0;
	filter: drop-shadow( 0px 2px 3px rgba(64,133,255,0.4) );
	z-index: 100;
}

header:before {
	content: '';
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: -1;
}

header div.header {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1000;
}

header div.header h1 img {
	width: 100%;
	max-width: 500px;
	transition: 0.3s;
}

.contents header div.header h1 img {
	max-width: 400px;
}

header div.header h1 a {
	width: 100%;
	padding: 25px 10px 20px 10px;
	line-height: 1;
	background: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
	align-items: center;
}

.english header div.header h1 a {
	padding: 15px 10px 10px 10px;
}

header div.header h1 a:hover img {
	opacity: 0.7;
}

header div.header a.lang {
	width: 100%;
	max-width: 130px;
	padding: 15px 0;
	color: #2287FF;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}

figure.topImg {
	width: 100%;
	margin: 0;
	position: relative;
}

figure.topImg img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: cover;
}

figure.topImg img.froatImg {
	max-width: 1280px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	object-fit: contain;
}

nav {
	width: 100%;
	background: #fff;
	z-index: 10000;
	border-bottom: solid 1px #dfdfdf;
	background: #23C8FF;
	background: linear-gradient(90deg,rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
}

.contents nav {
	margin: 50px 0 0 0;
}

nav ul.gNav {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.contents nav ul.gNav {
	max-width: 880px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

nav ul.gNav li {
	width: 25%;
}

nav ul.gNav li.language {
	display: none;
}

.contents nav ul.gNav li {
	width: auto;
}

nav ul.gNav li a {
	width: 100%;
	padding: 15px 15px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	border-right: solid 1px #fff;
	display: flex;
	justify-content: center;
	text-shadow: 1px 1px 2px #999;
	transition: background 0.3s;
	position: relative;
	z-index: 0;
}

.contents nav ul.gNav li a {
	padding: 0 20px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	transition: 0.3s;
	z-index: 100;
}

nav ul.gNav li a:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #F477A6;
	background: linear-gradient(-90deg,rgba(244, 119, 166, 1) 0%, rgba(251, 174, 116, 1) 100%);
	opacity: 0;
	transition: opacity 0.3s;
}

.contents nav ul.gNav li a:before {
	content: none;
}

.contents nav ul.gNav li:last-of-type a {
	border-right: none;
}

nav ul.gNav li a.current:before,
nav ul.gNav li a:hover:before {
	opacity: 1;
}

.contents nav ul.gNav li a.current,
.contents nav ul.gNav li a:hover {
	color: #ffb9a4;
}

/*---------------------コンテンツ設定---------------------*/

main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

main section {
	width: 100%;
	padding: 60px 0;
}

main section:last-child {
	margin: 0 0 80px 0;
}

main section h1 {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 8px 10px 6px 10px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #23C8FF;
	background: linear-gradient(90deg,rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
	box-shadow: inset 0px 0px 5px #6098ea, inset -0px -0px 5px #6098ea;
	border-radius: 10px;
	letter-spacing: 3px;
	text-shadow: 1px 1px 2px #666;
}

main section h2 {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.5rem;
	color: #2287ff;
}

main section h3 {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	color: #49bae2;
}

main section h3:before {
	margin-right: 10px;
	content: '\f0c8';
	font-weight: 900;
	font-size: 1.2rem;
	display: inline-block;
	transform: rotate(45deg);
	background: #23C8FF;
	background: linear-gradient(0deg,rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: 'Font Awesome 7 Free';
}

main section h4 {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.2rem;
	color: #55c9c0;
	text-decoration: underline;
	text-underline-offset: 7px;
}

.english th strong,
.english td strong,
.english p strong,
.english footer div.footer h1,
.english main section h1,
.english main section h2,
.english main section h3,
.english main section h4,
nav ul.gNav li a,
.english nav ul.gNav li a {
	font-family: 'Noto Sans JP',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', 'Font Awesome 7 Free';
}

main section p {
	width: 100%;
	margin: 0 0 30px 0;;
	text-align: left;
	display: inline-block;
	font-size: 1rem;
}

main section p:last-of-type {
	margin: 0 0 60px 0;
}

ul.newsList {
	width: 100%;
	margin: 0 0 60px 0;
}

ul.newsList li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: dashed 1px #bdbdbd;
}

ul.newsList li:first-child {
	border-top: solid 1px #999;
}

ul.newsList li:last-child {
	border-bottom: solid 1px #999;
}

ul.newsList li.noLink,
ul.newsList li a {
	width: 100%;
	padding: 20px 40px 20px 10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

ul.newsList li a {
	color: #0396ff;
}

ul.newsList li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '\f105';
	font-weight: 900;
	display: inline-block;
	color: #0396ff;
	font-size: 1.2rem;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

ul.newsList li a:hover:after,
ul.newsList li a:hover {
	color: #ff8a93;
}

ul.newsList li p {
	width: calc(100% - 7rem - 10px);
	margin: 0;
}

ul.newsList li time {
	width: 7rem;
	margin: 0 10px 0 0;
	font-size: 1rem;
	font-weight: bold;
	color: #ff8d6e;
	font-family: 'M PLUS Rounded 1c',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
}

.linkBtn {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.linkBtn a {
	width: 100%;
	padding: 8px 10px;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background: #23C8FF;
	background: linear-gradient(90deg,rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
	border-radius: 12px;
	text-shadow: 1px 1px 2px #999;
	position: relative;
	z-index: 0;
	font-family: 'Noto Sans JP',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
}

.linkBtn a:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #F477A6;
	background: linear-gradient(90deg,rgba(244, 119, 166, 1) 0%, rgba(251, 174, 116, 1) 100%);
	opacity: 0;
	transition: opacity 0.3s;
	border-radius: 12px;
}

.linkBtn a:hover:before {
	opacity: 0.9;
}

.breadcrumbs {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px 0;
	font-size: 0.9rem;
	border-bottom: dashed 1px #cdcdcd;
}

.breadcrumbs ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
}

.breadcrumbs ul li {
	margin: 0 5px 0 0;
}

.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.breadcrumbs ul li:nth-child(n + 2):before {
	margin-right: 5px;
	content: '>';
	color: #333;
}

.breadcrumbs .home:before {
	margin-right: 5px;
	content: '\f015';
	font-weight: 900;
	display: inline-block;
	color: #333;
}

main section p + h1,
main section p + h2,
main section p + h3,
main section p + h4,
main section p + h5,
main section ul + h1,
main section ul + h2,
main section ul + h3,
main section ul + h4,
main section ul + h5,
main section table + h1,
main section table + h2,
main section table + h3,
main section table + h4,
main section table + h5 {
	margin: 50px 0 15px 0;
	font-family: 'M PLUS Rounded 1c',sans-serif,'hiragino kaku gothic pro', 'meiryo', 'ms pgothic';
}

main section ul.memberList {
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}

main section ul.memberList li {
	width: calc(33.3% - 12px);
	margin: 0 16px 20px 0;
	display: flex;
}

main section ul.memberList li:nth-child(3n) {
	width: calc(33.4% - 12px);
	margin: 0 0 20px 0;
}

main section ul.memberList li .textBox {
	width: 100%;
	margin: 0;
}

main section ul.memberList li .textBox p {
	width: 100%;
	margin: 0;
	font-size: 0.75em;
	color: #333;
	line-height: 1.3;
}

main section ul.memberList li .textBox p strong {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	font-size: 1.2rem;
	display: block;
	text-align: left;
	color: #444;
	border-bottom: solid 1px #999;
}

main section ul.memberList li .textBox p strong span {
	font-size: 0.8rem;
	color: #23C8FF;
	text-shadow: 0px 0px 1px #c9c9c9;
}

main section figure figcaption a:hover {
	color: #ffb9a4;
	text-decoration: none;
}


main section figure.img2column,
main section figure.img3column {
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}

main section figure.img2column img {
	width: calc(50% - 15px);
	max-height: 280px;
	margin: 0 30px 0 0;
	border: solid 1px #ebebeb;
	line-height: 1;
	vertical-align: bottom;
	object-fit: cover;
}

main section figure.img2column img:nth-child(2n) {
	margin: 0;
}

main section figure.img3column a {
	width: calc(33.3% - 12px);
	margin: 0 18px 18px 0;
}

main section figure.img3column a:nth-child(3n) {
	width: calc(33.4% - 12px);
	margin: 0 0 18px 0;
}

main section figure.img3column a img {
	width: 100%;
	max-height: 250px;
	border: solid 1px #ebebeb;
	line-height: 1;
	vertical-align: bottom;
	object-fit: contain;
}

footer {
	width: 100%;
	padding: 100px 0 15px 0;
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(217, 235, 252, 1) 50%, rgba(217, 235, 252, 1) 100%);
}

footer div.footer {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

footer div.footer h1 {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #2287ff;
}

footer div.footer p.adress {
	width: 100%;
	margin: 0 0 40px 0;
	line-height: 1.3;
}

footer .footer p.copyRight {
	width: 100%;
	margin: 0;
	font-size: 0.7rem;
	text-align: center;
}

@media screen and (max-width:820px) {
	.btn-gnavi {
		padding: 10px;
		position: fixed;
		top: 0px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 10001;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	
	.btn-gnavi span {
		position: absolute;
		width: 30px;
		height: 4px;
		right: 9px;
		background: #23C8FF;
		background: linear-gradient(90deg, rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
		-webkit-transition: all 400ms;
		transition: all 400ms;
		z-index: 10002;
		border-radius: 5px;
	}
	
	.btn-gnavi.open {
		width: 300px;
		height: 25px;
		padding: 20px 20px 40px;
		background: #23C8FF;
		background: linear-gradient(90deg, rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
		border-bottom: solid 1px #fff;
		top: 0px;
		right: 0;
	}
	
	.btn-gnavi span:nth-child(1) {
		top: 13px;
	}

	.btn-gnavi span:nth-child(2) {
		top: 23px;
	}
	
	.btn-gnavi span:nth-child(3) {
		top: 33px;
	}
	
	div.open span {
		background: #fff!important;
	}
	
	div.open span:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
		-webkit-transform: translateY(10px) rotate(-45deg);
		top: 10px!important;
	}
	
	div.open span:nth-child(2) {
		display: none;
	}
	
	div.open span:nth-child(3) {
		transform: translateY(-10px) rotate(45deg);
		-webkit-transform: translateY(-10px) rotate(45deg);
		top: 30px!important;
	}
	
	.contents header div.header h1 img,
	header div.header h1 img {
		max-width: 350px;
	}
	
	header div.header h1 a {
		padding: 20px 10px 15px 10px;
	}
	
	header div.header a.lang {
		display: none;
	}
	
	figure.topImg {
		margin: 50px 0 0 0;
	}
	
	.contents nav {
		margin: 0;
	}
	
	.contents nav ul.gNav li a:before {
		content: "";
	}
	
	.contents main {
		margin: 80px 0 0 0;;
	}
	
	.contents nav ul.gNav,
	nav ul.gNav {
		width: 300px;
		height: 100%;
		margin: 0;
		padding: 0;
		display: block;
		position: fixed;
		top: 60px;
		right: -500px;
		z-index: 10000;
		overflow-y: auto;
		background: rgba(0,0,0,0.2);
		-webkit-transition: all 0.01s;
		transition: all 0.01s;
	}
	
	.contents nav ul.gNav li,
	nav ul.gNav li {
		width: 100%;
	}
	
	nav ul.gNav li.language {
		display: block;
	}
	
	.contents nav ul.gNav li a,
	nav ul.gNav li a {
		padding: 18px 15px;
		border-bottom: solid 1px #fff;
		color: #fff;
		font-size: 1rem;
		background: #23C8FF;
		background: linear-gradient(90deg, rgba(35, 200, 255, 1) 0%, rgba(3, 150, 255, 1) 100%);
	}
	
	.contents nav ul.gNav li:last-child a,
	nav ul.gNav li:last-child a {
		border: none;
	}
	
	.contents nav ul.gNav li a.current,
	.contents nav ul.gNav li a:hover,
	nav ul.gNav li a.current,
	nav ul.gNav li a:hover {
		text-decoration: none;
		color: #fff;
	}
	
	main section ul.memberList li:nth-child(3n),
	main section ul.memberList li {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
		display: flex;
	}

	main section ul.memberList li:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	
	.scroll {
		margin: 0 0 30px 0;
		overflow: auto;
	}
	
	.scroll table {
		width: 1200px;
		margin: 0;
		table-layout: fixed;
		-webkit-overflow-scrolling: touch;
	}
	
	main section h2 {
		font-size: 1.4rem;
	}
	
	main section h3 {
		font-size: 1rem;
	}
	
	main section p {
		font-size: 0.9rem;
	}
	
	.breadcrumbs ul li {
		font-size: 0.9rem;
	}
	
}

@media screen and (max-width:500px) {
	
	header div.header {
		padding: 0 10px;
	}
	
	.contents header div.header h1 img,
	header div.header h1 img {
		max-width: 300px;
	}
	
	header div.header h1 a {
		padding: 15px 5px 10px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	main {
		padding: 0 15px;
	}
	
	ul.newsList li time {
		width: 100%;
		margin: 0;
		text-align: left;
	}
	
	ul.newsList li time + p {
		width: 100%;
	}
	
	main section h1 {
		margin: 0 0 30px 0;
		padding: 8px 10px 10px 10px;
		font-size: 1.3rem;
		letter-spacing: 2px;
		line-height: 1.4;
	}
	
	main section h2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	main section h3 {
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	main section h4,
	main section h5 {
		font-size: 1.1rem;
	}
	
	main section p {
		font-size: 0.9rem;
		line-height: 1.6;
	}
	
	.btn-gnavi {
		right: 3px;
	}
	
	.contents nav ul.gNav, nav ul.gNav,
	nav ul.gNav, nav ul.gNav,
	.btn-gnavi.open {
		width: 100%;
	}
	
	nav ul.gNav {
		width: 100%;
	}
	
	main section figure.img2column img,
	main section figure.img3column img:nth-child(3n),
	main section figure.img3column img,
	main section figure.img3column a:nth-child(3n),
	main section figure.img3column a {
		width: calc(50% - 6px);
		margin: 0 12px 15px 0;
	}
	
	main section figure.img2column img {
		margin: 0 12px 0 0;
	}
	
	main section figure.img3column img:nth-child(2n),
	main section figure.img3column a:nth-child(2n) {
		margin: 0 0 15px 0;
	}
	
	footer .footer {
		padding: 0 15px;
	}
	
}

/*---------------------ページトップボタン設定---------------------*/

#pageTop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	z-index: 100;
}

#pageTop a {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	background: #2287ff;
	text-decoration: none;
	opacity: 0.7;
}

#pageTop a:hover {
	opacity: 1;
}

#pageTop a:before {
	width: 25px;
	height: 45px;
	margin: auto;
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}

/*---------------------共通設定---------------------*/

a.linkIcon:before,
.linkIconList a:before,
.linkList li a:before,
.linkList a li:before {
	margin-right: 5px;
	content: '\f0da';
	font-weight: 900;
	color: #333;
	display: inline-block;
	transition: 0.3s;
}

a.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 {
	padding:0 5px;
	font-weight: 900;
	color: #333;
	display: inline-block;
	transition: 0.3s;
}

a.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';
}

.linkIcon:hover,
.linkIcon:hover:before,
.linkIconList a:hover:before,
.linkList li a:hover,
.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 {
	color: #ffb9a4;
}

.linkIcon:hover {
	text-decoration: underline;
	text-underline-offset: 1px;
}

.noIcon:after {
	content: none!important;
}

.l:after,
.swiper-slide a::after {
	display: none;
}

.txtUline,
.a_txtUline {
	text-decoration: underline;
}

.txtGreen {
	color: #127400;
}

.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;
}
.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;
}

.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;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}