@charset "UTF-8";

/* ---------------------------------------------------------------------
*
*	全ページ共通設定
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
:root {
	background: #fff;
	font-size: 62.5%;
}
html {
	overflow-x: hidden;
}
body {
	/*font-family: "Noto Serif Japanese", "A-OTF A1明朝 Std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
	font-family: 'Roboto','BIZ UDPGothic',"Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo,sans-serif;sans-serif;
	position: relative;
	color: #000;
	font-feature-settings: "pkna";
	letter-spacing: 0.2rem;
	/*overflow-x: hidden;*/
}
.fG {
	font-family: Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pr6N","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
li {
	list-style-type: none;
	list-style-position: inside;
}
a {
	color: #000;
}
a,
a img {
	transition: all .25s ease-in-out;
}
.hover,
a:hover {
	color: #57b7d8;
}
.hover img,
a:hover img {
	opacity: 0.6;
	transform: scale(1.04);
}
.link {
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
.small {
	font-size: smaller;
}
.article table .time {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}



/* ---------------------------------------------------------------------
*
*	ヘッダ
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#header {
	position: relative;
	padding: 60px 0 0;
	height: 355px;
	width: 1200px;
	margin: 0 auto;
	z-index: 2;
}



/* ---------------------------------------------------------------------
*	サイトID
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
/* 2019/12/24 10周年ロゴ用の設定の解除
#siteId {
	position: absolute;
	top: 40px;
	left: 0;
	right: -40px;
	width: 334px;
	margin: 0 auto;
	z-index: 3;
}
#siteId img {
	height: 218px;
	width: 334px;
}
*/
#siteId {
	position: absolute;
	left: 0;
	right: 0;
	width: 286px;
	margin: 0 auto;
	z-index: 3;
}
#siteId img {
	height: 170px;
	width: 286px;
}



/* ---------------------------------------------------------------------
*	ヘッダグローバルナビ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#headerGlobalNavi {
	position: absolute;
	width: 800px;
	top: 288px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
}
#headerGlobalNavi > ul {
	display: flex;
	justify-content: center;
}
.navi {
	position: relative;
	padding: 0 20px;
	font-size: 2rem;
	letter-spacing: 0.01rem;
}
.navi a {
	position: relative;
	display: block;
}
.navi > a > img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.navi > a:hover > img {
	transform: scale(1.2);
}
.navi .eng {
	display: block;
	color: #666;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	transition: all .25s ease-in-out;
}
.navi a:hover .eng {
	color: #57b7d8;
}
#navi1::after,
#navi2::after,
#navi3::after,
#navi4::after {
	content: "";
	position: absolute;
	height: 25px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #c6c6c6;
}


/* ---------------------------------
*	航空ダイヤ
*/
#navi1 {
	padding: 0 20px 0 0;
}
#navi1 > a {
	padding: 0 0 0 36px;
}
#navi1 > a > img {
	width: 26px;
}


/* ---------------------------------
*	アクセス
*/
#navi2 > a {
	padding: 0 0 0 40px;
}
#navi2 > a > img {
	width: 30px;
}


/* ---------------------------------
*	施設情報
*/
#navi3 > a {
	padding: 0 0 0 45px;
}
#navi3 > a > img {
	width: 35px;
}


/* ---------------------------------
*	もっと知る
*/
#navi4 > a {
	padding: 0 0 0 28px;
}
#navi4 > a > img {
	width: 24px;
}


/* ---------------------------------
*	Q&A
*/
#navi5 {
	padding: 0 0 0 20px;
}
#navi5 > a {
	padding: 0 0 0 35px;
}
#navi5 > a > img {
	width: 25px;
}


/* ---------------------------------
*	hover時のメニュー
*/
.subNavi {
	position: absolute;
	display: none;
	padding: 20px 0 0;
	height: 200px;
	width: 475px;
	left: -50px;
}
.subNavi::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 120px;
	border-style: solid;
	border-width: 0 15px 18px 15px;
	border-color: transparent transparent #57b7d8 transparent;
	z-index: 2;
}
.subNavi a {
	color: #000;
}
.subNavi a:hover {
	opacity: 0.6;
	padding: 0 0 0 5px;
}
.subNavi ul {
	position: absolute;
	background: #57b7d8;
	height: 240px;
	width: 570px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	top: 20px;
	padding: 25px 0 0 20px;
	font-size: 1.8rem;
	background-size: 45% auto;
	background-repeat: no-repeat;
  background-position: right;
  background-color: #57b7d8;
}
.subNavi li {
	border-bottom: 1px solid #338aa8;
	width: 270px;
	padding: 0 0 8px;
	margin: 0 0 10px;
}
.subNavi li:last-of-type {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.subNavi .small {
	display: block;
	font-size: 1.4rem;
}
#navi1 .subNavi ul {
	background-image: url(../images/common/sub-navi1.jpg);
	background-position: right bottom;
}
#navi2 .subNavi ul {
	background-image: url(../images/common/sub-navi2.jpg);
}
#navi3 .subNavi ul {
	background-image: url(../images/common/sub-navi3.jpg) ;
	height: 270px;
}
#navi4 .subNavi ul {
	background-image: url(../images/common/sub-navi4.jpg) ;
	left: -150px;
	height: 270px;
}
#navi5 .subNavi ul {
	background-image: url(../images/common/sub-navi5.jpg);
	left: -270px;
}
/*
#navi1 .subNavi ul {
	background: #57b7d8 url(../images/common/sub-navi1.jpg) no-repeat right top;
	padding: 25px 0 0 40px;
	height: 280px;
}
#navi1 .subNavi li {
	padding: 0 0 10px;
}
#navi2 .subNavi ul {
	background: #57b7d8 url(../images/common/sub-navi2.jpg) no-repeat right top;
	padding: 20px 0 0 40px;
	height: 215px;
	font-size: 1.5rem;
}
#navi3 .subNavi ul {
	background: #57b7d8 url(../images/common/sub-navi3.jpg) no-repeat right top;
	padding: 20px 0 0 40px;
	height: 215px;
	font-size: 1.5rem;
}
#navi4 .subNavi ul {
	background: #57b7d8 url(../images/common/sub-navi4.jpg) no-repeat right top;
	padding: 20px 0 0 40px;
	height: 255px;
	left: -150px;
	font-size: 1.5rem;
}
#navi5 .subNavi ul {
	background: #57b7d8 url(../images/common/sub-navi5.jpg) no-repeat right top;
	padding: 50px 0 0 40px;
	left: -270px;
}
#navi5 .subNavi::before {
	left: 110px;
}
#navi2 li,
#navi3 li,
#navi4 li {
	padding: 0 0 10px;
	margin: 0 0 5px;
}*/



/* ---------------------------------------------------------------------
*	言語切り替え
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#lang {
	position: absolute;
	left: 38px;
	top: 180px;
	font-size: 1.4rem;
	z-index: 2;
}
#lang ul {
	display: flex;
}
#lang li {
	margin: 0 13px 0 0;
}
#lang li:first-of-type {
	font-weight: bold;
}
#langLine1 {
	display: block;
	border-bottom: 1px solid #000;
	height: 1px;
	width: 100%;
	margin: 0 0 2px;
}
#langLine2 {
	display: block;
	border-bottom: 1px solid #666;
	height: 1px;
	margin: 0 auto;
}



/* ---------------------------------------------------------------------
*	行先
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#destination {
	position: absolute;
	right: 30px;
	top: 80px;
	z-index: 2;
}
#destination img {
	height: 132px;
	width: 290px;
}



/* ---------------------------------------------------------------------
*	ヘッダコピーライト
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#headerCopyright {
	position: fixed;
	top: 310px;
	right: 44px;
	transform: rotate(-90deg);
	transform-origin: right bottom;
	letter-spacing: 0.1rem;
}



/* ---------------------------------------------------------------------
*	ヘッダボタン
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#headerButton {
	position: fixed;
	top: 410px;
	left: 26px;
}
#headerButton li {
	margin: 0 0 10px;
}
/* #headerButton a {
	display: block;
	border-radius: 3px;
	height: 36px;
	width: 36px;
	padding: 8px 0 0;
	text-align: center;
} */
#headerButton a {
	display: block;
	border-radius: 5px;
	height: 65px;
	width: 65px;
	padding: 12px 0 0;
	text-align: center;
}
#headerButton a:hover {
	opacity: 0.8;
}
#headerButton a:hover img {
	transform: scale(1.2);
}
#headerButton img {
	width: 40px;
}
/* #headerButton li:nth-of-type(1) a {
	background: #57b7d8;
} */
#headerButton li a {
	background: #fff;
	border: 1px solid #aaa;
}
/* #headerButton li:nth-of-type(2) a {
	background: #f7ab03;
} */
#headerButton li:nth-of-type(3) {
	margin: 0;
}
#headerButton li:nth-of-type(3) a {
	background: #74b749;
}
#headerButton li:nth-of-type(3) img {
	width: 24px;
}



/* ---------------------------------------------------------------------
*	ヘッダアニメ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#headerCloud1 {
	animation: headerCloud1 2s ease-in-out infinite alternate;
	position: absolute;
	width: 390px;
	left: 20px;
	top: 67px;
}
#headerCloud2 {
	animation: headerCloud2 2s ease-in-out infinite alternate;
	position: absolute;
	width: 340px;
	right: 25px;
	top: 67px;
}
@keyframes headerCloud1 {
	0% { transform: scale(1); }
	50% { transform: scale(1.02);}
	100% { transform: scale(1); }
}
@keyframes headerCloud2 {
	0% { transform: scale(1); }
	50% { transform: scale(1.03);}
	100% { transform: scale(1); }
}
.headerPlane {
	animation: headerPlanePc 15s linear infinite 2s normal;
	display: none;
	position: absolute;
	width: 80px;
	right: 240px;
	top: 180px;
	z-index: 2;
	opacity: 0;
}
@keyframes headerPlanePc {
	0% { transform:translate3d(0,0,0); }
	3% { opacity:1; }
	39% { opacity:1; }
	40% { transform:translate3d(-570px,-65px,0);opacity:0; }
	100% { transform:translate3d(-570px,-65px,0);opacity:0; }
}



/* ---------------------------------------------------------------------
*	メニュー
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#menu {
	display: none;
}




/* ---------------------------------------------------------------------
*
*	フッタ
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#home #footer,
#news #footer,
#newsDetail #footer {
	border-top: 1px solid #bce2ef;
}
#footerInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 0 110px 20px;
}



/* ---------------------------------------------------------------------
*	フッタサイトID
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#footerSiteId {
	margin: 0 0 36px;
}
#footerSiteId img {
	height: 95px;
	width: 150px;
	/* 元の値 
	height: 87px;
	width: 147px;*/
}



/* ---------------------------------------------------------------------
*	フッタグローバルナビ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#footerGlobalNavi {
	position: absolute;
	left: 530px;
	top: 187px;
	width: 460px;
}
#footerGlobalNavi ul {
	display: flex;
	flex-wrap: wrap;
}
#footerGlobalNavi li {
	margin: 0 3px 12px;
}
#footerGlobalNavi a {
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 2px 16px 4px;
	font-size: 1.3rem;
}
#footerGlobalNavi a:hover {
	border-color: #57b7d8;
}


/*#footerGlobalNavi {
	position: absolute;
	left: 547px;
	top: 187px;
}
#footerGlobalNavi2 {
	position: absolute;
	left: 547px;
	top: 220px;
}
#footerGlobalNavi ul,
#footerGlobalNavi2 ul {
	display: flex;
}
#footerGlobalNavi li,
#footerGlobalNavi2 li {
	margin: 0 3px;
}
#footerGlobalNavi a,
#footerGlobalNavi2 a {
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 2px 15px 4px;
	font-size: 1.3rem;
}
#footerGlobalNavi a:hover,
#footerGlobalNavi2 a:hover {
	border-color: #57b7d8;
}*/

/* ---------------------------------------------------------------------
*	コピーライト
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#footerCopyright {
	position: absolute;
	color: #57b7d8;
	font-size: 1.2rem;
	left: 190px;
	top: 90px;
	/*元の値
	top: 110px;*/
}



/* ---------------------------------------------------------------------
*	フッタアドレス
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#footerAddress p {
	font-size: 1.3rem;
}
#footerAddress p:nth-of-type(1) {
	font-size: 1.5rem;
	font-weight: bold;
}
#footerAddress p:nth-of-type(2) {
	margin: 0 0 15px;
}



/* ---------------------------------------------------------------------
*	フッタアニメ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#footerCloud1 {
	animation: footerCloud1 2s ease-in-out infinite alternate;
	position: absolute;
	left: 360px;
	top: 60px;
	width: 247px;
	z-index: -1;
}
#footerCloud2 {
	animation: footerCloud2 3s ease-in-out infinite alternate;
	position: absolute;
	right: 20px;
	top: 65px;
	width: 260px;
	z-index: -1;
	transform: rotate(16deg);
}
@keyframes footerCloud1 {
	0% { transform: scale(1); }
	50% { transform: scale(1.03);}
	100% { transform: scale(1); }
}
@keyframes footerCloud2 {
	0% { transform: scale(1); }
	50% { transform: scale(1.02);}
	100% { transform: scale(1); }
}



/* ---------------------------------------------------------------------
*	ページの先頭へ戻る
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#gotoTop {
	bottom: 20px;
	position: fixed;
	right: -100px;
	width: 100px;
	z-index: 2000;
}
#gotoTop img {
	width: 100px;
}



/* ---------------------------------------------------------------------
*	下層ページ写真
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#footerPhotos {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 0 10px;
	text-align: center;
}
#footerPhotos ul {
	display: flex;
	justify-content: space-around;
	max-width: 1500px;
	margin: 0 auto 10px;
}
#footerPhotos li {
	margin: 0 5px;
}
#footerPhotos li img {
	max-width: 163px;
}
#footerPhotos li a:hover img {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}




/* ---------------------------------------------------------------------
*
*	コンテンツ
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#contents {
	font-size: 1.4rem;
	width: 1200px;
	margin: 0 auto 100px;
}
.spVisible {
	display: none;
}


/* ---------------------------------
*	h2タイトル
*/
.sectionTitle {
	margin: 0 0 20px;
	font-size: 2.6rem;
	text-align: center;
}
.sectionTitleInner {
	position: relative;
	display: inline-block;
}
.sectionTitleLine1 {
	display: block;
	border-bottom: 1px solid #000;
	height: 1px;
	width: 100%;
	margin: 0 0 2px;
}
.sectionTitleLine2 {
	display: block;
	border-bottom: 1px solid #666;
	height: 1px;
	margin: 0 auto;
}


/* ---------------------------------
*	h3タイトル
*/
.article h3 {
	font-size: 1.8rem;
	border-bottom: 1px solid #000;
	padding: 0 0 5px;
	margin: 0 0 20px;
}


/* ---------------------------------
*	下層ページタイトル
*/
#pageTitle {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-bottom: 60px;
}
#pageTitleInner {
	background: #d3eef7;
	position: relative;
	height: 120px;
	width: 1200px;
	margin: 0 auto;
}
#pageTitleInner h1 {
	position: absolute;
	font-size: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	left: 130px;
}
#pageTitleInner h1 > .small:last-of-type {
	display: inline-flex;
	font-size: 1.3rem;
	margin: -10px 0 0 30px;
	vertical-align: middle;
	align-items: flex-end;
}
#breadcrumb {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
#breadcrumb ul {
	background: url(../images/common/breadcrumb.svg) no-repeat left center;
	background-size: 34px 29px;
	display: flex;
	padding: 0 0 0 50px;
	min-height: 29px;
}
#breadcrumb li {
	list-style-type: none;
}
#breadcrumb li:nth-last-of-type(n+2) {
	position: relative;
	margin: 0 40px 0 0;
}
#breadcrumb li:nth-last-of-type(n+2)::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: scaleX(1.8) rotate(45deg);
}


/* ---------------------------------
*	本文
*/
.article {
	width: 900px;
	margin: 0 auto;
}
.section {
	margin: 0 0 140px;
}
.section:last-of-type {
	margin: 0;
}
.section > .sectionInner {
	margin: 0 0 100px;
}
.sectionInner .sectionInner {
	padding: 0 10px;
}


/* ---------------------------------
*	リンク
*/
.article a {
	text-decoration: underline;
}
.article a:hover {
	text-decoration: none;
}


/* ---------------------------------
*	リスト
*/
.article ol li {
	list-style-type: decimal;
}
.article ul li {
	list-style-type: disc;
}


/* ---------------------------------
*	テーブル
*/
.article table {
	width: 100%;
	border: 2px solid #0C7EA5;
}
.article th {
	background: #ABDAEA;
	width: 27%;
	border-bottom: 1px solid #0C7EA5;
	padding: 10px;
	font-size: 1.5rem;
}
.article tr:first-of-type td {
	border: none;
}
.article tr:last-of-type th {
	border: 0 none;
}
.article tr:last-of-type th {
	border: 0 none;
}
.article td {
	background: #fff;
	padding: 10px;
	border-top: 1px solid #0C7EA5;
}
/*.article tr:nth-of-type(even) td {
	background: #e6f3f9;
}*/
.article table .time {
	white-space: nowrap;
}
 tr:last-of-type th {
  border: 0 none;
}
.term th:first-of-type, .term td:first-of-type {
  border-left: 0 none;
}
.term tbody th {
  background: #b9dba4;
  color: #000;
  font-size: 1.5rem;
  padding: 6px 0;
  border-top: 1px solid #34a138 border-bottom: none;
}
.term tbody th {
  background: #b9dba4;
  color: #000;
  font-size: 1.5rem;
  padding: 6px 0;
  border-top: 1px solid #34a138;
  border-bottom: none;
}
.term th {
  border-left: 1px solid #34a138;
  border-right: 1px solid #34a138;
}
.term th {
  width: 15%;
}
.term th {
  border-left: 1px solid #a9ce99;
  border-right: 1px solid #a9ce99;
}
.term th {
  width: 15%;
}
.article th {
  background: #ABDAEA;
  width: 27%;
  border-bottom: 1px solid #0C7EA5;
  padding: 10px;
  font-size: 1.5rem;
}
.fontM {
  font-size: 65%;
}
 tr:last-of-type th {
  border: 0 none;
}
.term th:first-of-type, .term td:first-of-type {
  border-left: 0 none;
}
.term tbody th {
  background: #b9dba4;
  color: #000;
  font-size: 1.5rem;
  padding: 6px 0;
  border-top: 1px solid #34a138 border-bottom: none;
}
.term tbody th {
  background: #b9dba4;
  color: #000;
  font-size: 1.5rem;
  padding: 6px 0;
  border-top: 1px solid #34a138;
  border-bottom: none;
}
.term th {
  border-left: 1px solid #34a138;
  border-right: 1px solid #34a138;
}
.term th {
  width: 15%;
}
.term th {
  border-left: 1px solid #a9ce99;
  border-right: 1px solid #a9ce99;
}
.term th {
  width: 15%;
}
.article th {
  background: #ABDAEA;
  width: 27%;
  border-bottom: 1px solid #0C7EA5;
  padding: 10px;
  font-size: 1.5rem;
}
* {
  background-repeat: no-repeat;
}
*, ::after, ::before {
  border-style: solid;
  border-width: 0;
}
* {
  margin: 0;
  padding: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
}
*, ::after, ::before {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#contents {
  font-size: 1.4rem;
}
.fontM {
  font-size: 65%;
}
.article .term tr:last-of-type th {
  border-left: 1px solid #34a138;
  border-right: 1px solid #34a138;
}


/* ---------------------------------
*	ボタン
*/
.button {
	text-align: center;
	margin: 20px 0 0;
}
.button a,
.button input,
.button button {
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 12px;
}
.button a:hover,
.button input:hover,
.button button:hover {
	border-color: #57b7d8;
}

/* ---------------------------------
*	添付ファイルアイコン
*/
#home #contents a[href$=".pdf"],
#home #contents a[href$=".pdf#zoom=100"],
#home #contents a[href$=".xls"],
#home #contents a[href$=".xlsx"],
#home #contents a[href$=".doc"],
#home #contents a[href$=".docx"] {
	background: none;
	padding: 0
}

#contents a[href$=".pdf"],
#contents a[href$=".pdf#zoom=100"],
#facilities .mfp-wrap a[href$=".pdf"],
#facilities .mfp-wrap a[href$=".pdf#zoom=100"] {
	background: url(../images/news/icon-pdf.svg) no-repeat right center;
	padding: 0 25px 0 0;
}
#contents a[href$=".xls"],
#contents a[href$=".xlsx"],
#facilities .mfp-wrap a[href$=".xls"],
#facilities .mfp-wrap a[href$=".xlsx"] {
	background: url(../images/news/icon-xls.svg) no-repeat right center;
	padding: 0 25px 0 0;
}
#contents a[href$=".doc"],
#contents a[href$=".docx"],
#facilities .mfp-wrap a[href$=".doc"],
#facilities .mfp-wrap a[href$=".docx"] {
	background: url(../images/news/icon-doc.svg) no-repeat right center;
	padding: 0 25px 0 0;
}