  @charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* =======================================
	PC?モバイル共通書式
======================================= */

/* -------------------------------
	基本書式（共通）
------------------------------- */


body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	text-align: center;
	margin: 0;
	padding: 0;
	zoom: 1;
	color: #333;
	font-weight: 500;

}

	@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}

	}

A:link	{color: #499700;text-decoration: underline;}
A:visited	{color: #79791f;text-decoration: underline;}
A:hover	{color: #cc3300;	text-decoration: underline;}


.rel {
	position: relative; /*親要素 */
}


/* -------------------------------
	見出し（共通）
------------------------------- */

h1.op {
	font-size: 50px;
	margin: 0;
	padding: 0;
	background: none;
	color: #0099CC;
	letter-spacing: 1px;
/*	position: absolute;
	top: 60px;
	left: 50px;*/
	font-family: "Mplus 1p";
}

h1.labo {
	font-size: 50px;
	margin: 0;
	padding: 0px 20px;
	background: none;
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom:3px solid #000;
	display:inline-block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}



h2 {
	font-size: 22px;
	margin: 40px 0 20px;
	padding: 5px 0.5em ;
	line-height: 1.8;
	letter-spacing: 1px;
	border-bottom: 4px solid #449401;
	text-align: left;
}

h2.labo {
	font-size: 58px;
	margin: 0 auto;
	padding: 150px 0.5em ;
	line-height: 1.8;
	letter-spacing: 1px;
	border-bottom: none;
	text-align: center;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000;
}

h2.laboCatch {
	font-family: "Sawarabi Mincho";
	font-size: 46px;
	color: #990033;
	margin: 0 auto;
	text-align: center;
	border-bottom: none;
}

h2.labo2 {
	font-size: 56px;
	margin: 0 auto;
	padding: 50px 0.5em ;
	line-height: 1.8;
	letter-spacing: 1px;
	border-bottom: none;
	text-align: center;
	font-weight: normal;
}


h2.shortTitle {
	font-size: 22px;
	margin: 80px 0 50px;
	padding: 5px 0.5em ;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	padding: 5px 0.5em;
/*	border-bottom: 1px solid #eee;*/
}

h4 {
	font-size: 22px;
	background: #eee;
	padding: 5px 0.5em;
	letter-spacing: 2px;
}

h5 {
	font-size: 26px;
	letter-spacing: 2px;
}


/* -------------------------------
	その他の書式（共通）
------------------------------- */

.hline {
	margin-right:10px;
	padding-right:10px;
	border-right:#CC9 dotted 1px;
}



.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.sq01 {
	border: 1px solid #D5E8EC;
	margin: 5px;
	padding: 20px;
	border-radius: 10px;
	background-color: #E8FDFD;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}



.font_sawarabiM{
	font-family: "Sawarabi Mincho";
}

.font_Mplus {
	font-family: "Mplus 1p";
}

.bg_white {
	background: #fff;
}

.ud_none {
	text-decoration: none;
}

.radius {
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}


.f-1 {
	font-size:small;
	
}




/* -------------------------------
	レイアウト（共通）
------------------------------- */


#mininavi {
	text-align: right;
	line-height:25px;
	margin: 0 auto;
	background-color:#fff;
}


#panList {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background-color:#fff;
}


#panList ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#panList ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 14px;
}

/* >を表示 
#panList ul li:after{
  content: '>';
  padding: 0 3px;
  color: #333;
}
*/

/* 右三角を表示*/
#panList ul li:after{
  font-family: FontAwesome;
  content: '\f0da';
/*  content: '\f101';*/
  padding: 0 6px;
  color: silver;
}

#panList ul li:last-child:after{
  content: '';
}

#panList ul li a {
    text-decoration: none;
}

/* 家アイコン */
#panList ul li:first-child a:before{
	font-family: "FontAwesome";
	content: '\f015';
	font-weight: normal;
	font-size: 1.1em;
	color: #499700;
	padding-right: 3px;
}

#rightNavi ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#rightNavi ul h1.menu {
	font-size: 18px;
	margin: 0;
	padding: 13px 0;
	background: #E29A2E;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	border-bottom: none;
	border-radius: 0; 
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
}

#rightNavi ul li{
  position: relative;
  list-style: none;
  	margin: 0;
	border-bottom: 1 solid #ccc;

}


/* 右三角を表示*/
#rightNavi ul li a:after{
  position:absolute;
  right: 0.5em;
  font-family: FontAwesome;
  content: '\f0da';
  color: silver;

}


#rightNavi ul li a {
    text-decoration: none;
	display: block;
	padding: 15px 8px;
}

#rightNavi ul li a:hover {
    text-decoration: none;
	background: #eee;

}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10 0;
	text-align: center;
	background: #006766;
	color: #FFF;
}


#top {
	clear: both;
	position: fixed;
	margin:0;
	padding:0;
	bottom: 10px;
	right: 10px;
	text-align: center;
/*	width: 45px;
	line-height: 45px;*/
}


#top a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#top a:hover {
    transition:all 0.2s ease-in-out;
}


.gmgn10 {
	margin:10px;
}

.mgn20 {
	margin:20px;
}


.pad10 {
	pading:10px;
}

.pad20 {
	pading:20px;
}

/*影*/
.shadowE {
	box-shadow:0px 0px 6px 1px #eee;
}

.shadow7 {
	box-shadow:0px 0px 6px 1px #777;
}


/* -------------------------------
	float関連（共通）
------------------------------- */

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


/* -------------------------------
	テーブル（共通）
------------------------------- */

table.tableN {
	border: 1px solid #999999;
	border-collapse: collapse;

}

table.tableN th {
	font-weight: bold;
	background: #eee;
	border: 1px solid #999;
	text-align: center;
}

table.tableN td {
	border: 1px solid #999999;
}

table.table16px {
	border: 1px solid #C1C1C1;
	border-collapse: collapse;

}

table.table16px th {
	font-size: 16px;
	font-weight: bold;
	background: #eee;
/*	background: #D0EEF0;*/
	border: 1px solid #C1C1C1;
	text-align: center;
}

table.table16px td {
	font-size: 16px;
	background:#fff;
	border: 1px solid #C1C1C1;
}


table.table14px {
	border: 1px solid #C1C1C1;
	border-collapse: collapse;

}

table.table14px th {
	font-size: 14px;
	font-weight: bold;
	background: #D0EEF0;
	border: 1px solid #C1C1C1;
	text-align: center;
}

table.table14px td {
	font-size: 14px;
	background:#fff;
	border: 1px solid #C1C1C1;
}

table.table12px {
	border: 1px solid #999999;
	border-collapse: collapse;

}

table.table12px th {
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	border: 1px solid #999;
	text-align: center;
}

table.table12px td {
	font-size: 12px;
	border: 1px solid #999999;
}


table.table10px {
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.table10px th {
	font-weight: bold;
	background: #C7EDE8;
	font-size: 10px;
	border: 1px solid #999999;
}

table.table10px td {
	font-size: 10px;
	border: 1px solid #999999;
}




table.event {
	border-collapse: collapse;

}

table.event th {
	font-size: 16px;
	font-weight: bold;
	background: #D6E9BB;
/*	background: #D0EEF0;*/
	border-bottom: 5px solid #fff;
	text-align: center;
}

table.event td {
	font-size: 16px;
	background:#fff;
	border-bottom: 1px dotted #ccc;
}



/* -------------------------------
	マーク（共通）
------------------------------- */

.mMAIL:before{
	font-family: "FontAwesome";
	content: '\f003';
	font-weight: normal;
/*	font-size: 1.1em;*/
	color: #333;
	padding-right: 0.5em;
}

.mTEL:before{
	font-family: "FontAwesome";
	content: '\f095';
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	padding-right: 0.4em;
}

.mFAX:before{
	font-family: "FontAwesome";
	content: '\f1ac';
	font-weight: normal;
/*	font-size: 1.1em;*/
	color: #333;
	padding-right: 0.5em;
}

.mURL:before{
	font-family: "FontAwesome";
	content: '\f015';
	font-weight: normal;
	font-size: 1.2em;
	color: #690;
	padding-right: 0.5em;
}


.mMAIL,p.mTEL,p.mFAX{
	line-height: 1;
	font-size: 1.1em;
}

p.mURL{
	line-height: 1;
	font-size: 2em;
}

.facebook:before {
	font-family: "FontAwesome";
	content: '\f082';
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	padding-right: 0.2em;
}

.map:before {
	font-family: "FontAwesome";
	content: '\f3c5';
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	padding-right: 0.2em;

}

/*別窓で開く*/
a[target="_blank"]:not(.noicon):after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;
} 

/* -------------------------------
	リスト（共通）
------------------------------- */

/* ul（箇条書） */
ul.L01,ul.L02 {
	margin-left: 1em;
}

ul.L01 li {
	list-style-image: url(/vet/jukensei/images/list01.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

ul.L02 li {
	list-style-image: url(/vet/jukensei/images/list01.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
}

/* ol（段落番号） */

ol.L01,ol.L02  {
	margin-left: 1em;
}

ol.L01 li {
	margin-bottom: 0.5em;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 0.5em;

}

ol.L02 li {
	list-style-position: outside;
	text-align: left;
	line-height: 1.8;
}


/* -------------------------------
	section（共通）
------------------------------- */

section#sect01 {
	background: #F1F1F1;
	margin: 0 auto;
	padding: 20px 0;
}



/* -------------------------------
	研究室（共通）
------------------------------- */

.labo-sub {
	font-size:18px;
	color:#777;	
	margin-top:5px;
	letter-spacing:0.5px;

}

.cover-image {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    display: table;
	position:relative;
	margin:50px 0;
}

.labo-place {
	padding:10px;
	top:30%;
	left:10%;
	background-color:rgba(152,0,101,0.8);
	position:absolute;
}

.labo-place-inner {
	padding:20px;
	text-align:left;
	color:#fff;
	border:1px solid #fff;
}

.labo-place h3 {
	font-size:20px;
	letter-spacing:2px;
	padding:0;
	margin: -5px 0;
}

.LaboPickup {
	font-size:30px;
	font-weight:500;
	color:#00ABCC;
}

/* -------------------------------
	labo　mtd　臨病（共通）
------------------------------- */

section#rinbyou01 {
/*	background: #F1F1F1;*/
	margin: 0 auto;
	padding: 20px 0 0;
}
section#rinbyou02 {
	background-image: url(/vet/jukensei/images/icover_bg01.jpg);
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
/*  min-width: 100%;*/
	min-height: 100%;
	margin: 0;
	padding: 0;
}
section#rinbyouFB {
	background: #4267B2;
	color: #fff;
	font-size: 28px;
	margin: 0 auto;
	padding: 50px 0;
}


/* -------------------------------
	labo　theriogenology　繁殖（共通）
------------------------------- */

section#hanshoku01 {
	background: #fff;
	margin: 0 auto;
	padding: 20px 0 0;
	width:100%;
}

section#hanshoku01 .hanshokuBG {
	background: #F4A500;
	margin: 0 auto;
	padding: 50px 0;
}

section#hanshoku02 {
	background-image: url(/vet/jukensei/images/labo/labo_hanshoku_bg.jpg);
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
/*  min-width: 100%;*/
	min-height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}

section#hanshoku02 .dean {
	line-height: 2;
	margin: 0 0 20px;
	padding: 40px 15px 20px;
}

section#hanshoku02 .dean img {
	background: #E1F7FB;
	padding: 10px 10px 0;
}

section#hanshoku02 .dean .naiyou {
	background: #006699;
	border: 1px solid #CDE7EB;
	color: #fff;
	font-size: 18px;
	margin: 0px 0.5em 20px 0;
	padding: 5px 0.3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

section#hanshoku03 {
	background:-webkit-gradient(linear, left top, left bottom, from(#43A0C9), to(#99CC00));
    background:-webkit-linear-gradient(top, #43A0C9, #99CC00);
    background:-moz-linear-gradient(top, #43A0C9, #99CC00);
    background:-o-linear-gradient(top, #43A0C9, #99CC00);
    background:linear-gradient(to bottom, #43A0C9, #99CC00);	
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 80px;
	width:100%;
}


/* -------------------------------
	labo　phealth　公衆衛生（共通）
------------------------------- */

section#helth01 {
	margin: 0 auto;
	padding: 20px 0 0;
}

section#helth01 .bg {
	background: #6699FF;
	margin: 50px auto 0;
	padding: 50px 0;
}

section#helth02 {
	background-image: url(/vet/jukensei/images/labo/labo_helth_bg.jpg);
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
/*  min-width: 100%;*/
	min-height: 100%;
	margin: 0;
	padding: 0;
}


/* -------------------------------
	labo　anatomy　解剖（共通）
------------------------------- */

section#kaibou01 {
/*	background: #F1F1F1;*/
	margin: 0 auto;
	padding: 20px 0 50px;
}

section#kaibou02 {
	background-image: url(/vet/jukensei/images/labo/labo_kaibou_bg.jpg);
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
/*  min-width: 100%;*/
	min-height: 100%;
	margin: 0;
	padding: 0 0 30px;
}

section#kaibou03 {
	background: #CCD52B;
	color: #220;
	margin: 0 auto;
	padding: 20px 0 50px;
}

section#kaibouFB {
	background: #4267B2;
	color: #fff;
	font-size: 28px;
	margin: 0 auto;
	padding: 50px 0;
}


/* -------------------------------
	message（共通）
------------------------------- */

#message {
	background:#fff;
	background-image:url(/vet/jukensei/images/745016.png);
	min-height: 100%;
	margin: 0;
	padding: 0;
	padding: 20px 0;
}

section#messect02 {
	background-image:url("/vet/jukensei/images/message/study2022.jpg");
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
/*  min-width: 100%;*/
	min-height: 100%;
	margin: 0;
	padding: 0;
}

/* -------------------------------
	oneday（共通）
------------------------------- */

.onedayName {
	color: #fff;
	background-color: #09C;
	font-size: 120%;
	margin: 20px 0 0px;
	padding: 3px 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display:inline-block;		
}



.onedayTime {
	color: #fff;
	background-color: #83CB47;
	font-size: 120%;
	margin: 0;
	padding: 2px 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display:inline-block;	
}

.onedayComment {
	margin:12px 0 25px 20px;	
}

table.note {
	border-top: 1px dotted #999999;
	margin-left:30px;

}


table.note th {
	border-bottom: 1px dotted #999999;
	color:#619F2D;
	font-weight:bold;
		padding:5px;
}

table.note td {
	border-bottom: 1px dotted #999999;
		padding:5px;
}




/* -------------------------------
	open campus（共通）
------------------------------- */

section#oc01 {
	background-image:  url("/vet/jukensei/images/opencampus/oc_bg2022.jpg");
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
/*  min-width: 100%;*/
	min-height: 100%;
	margin: 0;
	padding: 0;
}

section#oc01 h1 {
	background: none;
	font-size: 70px;
	margin: 0 auto;
	padding: 150px 0 0px;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 0px;
	-webkit-border-radius: 0px;  
	-moz-border-radius: 0px;
	text-shadow: 0 0 20px #1E230C,0 0 20px #1E230C,0 0 20px #1E230C;
}


section#oc01 .sq {
	width: 300px;
	height: 300px;
	display: block;
	background-color: #339A99;
	border: 3px solid #fff;
	color: #fff;
	font-size: 96px;
	letter-spacing: 5px;
	line-height: 1;
	margin: 50px auto 0px;
	padding: 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;  
	-moz-border-radius: 50%;
}


section#oc01 .sq .week {
	font-size: 28px;
	line-height: 1;
	margin: 0 auto;
	padding: 0px 0.2em;
	letter-spacing: 2px;
}



section#oc02 {
	width: 100%;
	background-image:  url(/vet/jukensei/images/opencampus/oc_bg_stripe.gif);
	color: #fff;
	font-size: 28px;
	margin: 0;
	padding: 50px 0;
}

section#oc02 h1 {
	background: none;
	color: #fff;
	margin:20px 0 ;
	font-size:40px;
}

section#oc02 .bboard {
	padding:40px;
	background-color:#ffe;
	box-shadow:0px 0px 6px 1px #285C60;
	background-image:url(/vet/jukensei/images/opencampus/g038.gif);
	color:#333;
	margin:20px auto 100px;
	width:80%;
}



section#oc03 {
	margin: 0;
	padding: 50px;
	background-image:  url(/vet/jukensei/images/opencampus/oc_bg_stripe.gif);
}


section#oc03 h1 {
	background: none;
	color: #666;
	margin:20px 0 ;
	font-size:36px;
	font-weight: normal;
	line-height:1;
	border-bottom:none;
/*background:linear-gradient(transparent 60%, #FAE438 60%);*/

}

.photo-5 {
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  padding:10px;
  background-color:#fff;
  box-shadow:0px 0px 6px 1px #285C60;
  margin:25px;
}

.photo5 {
  transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  padding:10px;
  background-color:#fff;
  box-shadow:0px 0px 6px 1px #285C60;
  margin:25px;
}


.photo8 {
  transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  padding:10px;
  background-color:#fff;
  box-shadow:0px 0px 6px 1px #285C60;
  margin:25px;
}


/* -------------------------------
	quality ここがすごい！（共通）
------------------------------- */

section#quality {
	margin: 0 auto;
	padding: 0;
}


section#quality dl dt{
	color: #0080CC;
	font-size: 28px;
	font-weight: 700;
	padding: 50px 0 00px 1em;
}

section#quality dl dt .q {
	display: inline-block;
	background: #0099CC;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0 0.5em 0 0 ;
	padding: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;  
	-moz-border-radius: 100%;
}

section#quality dl dd{
	font-size: 18px;
	padding: 20px 60px;
	margin: 0;
	border-bottom: 4px dotted #2D82B5;
}

section#quality dl dd p {
	color: #F96400;
	font-size: 28px;
	font-weight: 700;
	margin: 0 ;
	padding: 10px;
}


section#quality dl dd .a {
	display: inline-block;
	background: #FF9826;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0 0.5em 0 0 ;
	padding: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;  
	-moz-border-radius: 100%;
}

.eventMark {
	background:#ff6633;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
    padding: 2px 10px;
	margin-left:10px;
	vertical-align:10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.semminarMark {
	background:#329699;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
    padding: 2px 10px;
	margin-left:10px;
	vertical-align:10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.seminar {
	width: 85%;
	text-align: left;
	background: #fff;
	border: 3px solid #ddd;
	margin: 10px 0;
	padding: 5%;
	border-radius: 20px;        /* CSS3 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome */  
	-moz-border-radius: 20px;   /* Firefox */  
}

.seminar H4 {
	margin: 0 0 20px 0;
	border-top: none;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 6px 6px;
}

.seminar p {
	padding-left:30px;
}


/* -------------------------------
	マーク（共通）
------------------------------- */

.mMAIL:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f0e0';
   padding-right: 0.5em;
}

.mTEL:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f095';
   padding-right: 0.4em;
}

.mFAX:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f1ac';
   padding-right: 0.5em;
}

.mURL:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f015';
   color: #333;
   padding-right: 0.5em;
}

.mPDF:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f1c1';
   font-size: 1.2em;
   color: #de2230;
   padding-right: 0.5em;
}

.mEXCEL:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f1c3';
   font-size: 1.2em;
   color: #3F8D23;
   padding-right: 0.5em;
}

.mWORD:before{
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: '\f1c2';
   font-size: 1.2em;
   color: #0F48AE;
   padding-right: 0.5em;
}
