@charset "utf-8";
/*************************
general
**************************/

/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.clearfix{
	zoom: 1;
}

body, html { height: 100%; }

html {
	overflow-y: scroll;
    font-size: 62.5%;
}

body {
    font-family:  "メイリオ", "Meiryo", /*"游ゴシック体", "Yu Gothic", YuGothic,*/ "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6;
	background-color: #FFF;
	color: #333333;
	overflow: visible;
/*	border-top: 20px solid #22AE9E;*/
}


h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

a:link { color: #22AE9E; text-decoration: none;	transition: all .6s; }
a:active { color: #22AE9E; text-decoration: none; }
a:visited { color: #22AE9E; text-decoration: none; }
a:hover { color:#22AE9E; text-decoration: none; opacity: 0.5; }

.img {
    display: block;
    height: 0;
    overflow: hidden;
}

/*---------------------------------------------

	head

---------------------------------------------*/
.head{
	width: 1000px;
	margin: 16px auto 0;
}
.headLogo{
	float: left;
}
.headTel{
	float: right;
}

/*	headNavi
---------------------------------------------*/
.headNavi{
	margin: 16px 0 0;
	background: #22AE9E;
	/*box-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}
.headNaviBox{
	width: 1000px;
	margin: 0 auto;
}
.headNaviBox__item{
	float: left;
	width: 200px;
	border-left: 1px dashed #fff;
	box-sizing: border-box;
}
.headNaviBox__item:last-child{
	border-right: 1px dashed #fff;
}
.headNaviBox__item a{
	display: block;
	height: 50px;
	text-align: center;
	color:#004039;
	background: #22AE9E;
	transition: all .6s;
}
.headNaviBox__item a:hover{
	background: #AAE6DF;
	color: #1E6860;
}
.headNaviBox__item__01{
	display:table-cell;
	width: 200px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
.headNaviBox__item__02{
	display: block;
	font-size: 80%;
}

/*	main visual
---------------------------------------------*/
.mainVisual{
	width: 715px;
	margin: 0px auto 24px;
}


/*	pankuzu
---------------------------------------------*/
.panNavi{
	width: 1000px;
	margin: 0 auto;
}
.panNaviBox{
	padding: 10px 0;
}
.panNaviBox__item{
	float: left;
	font-size: 10px;
	font-size: 1.0rem;
}
.panNaviBox__item::after{
	content: ">";
	margin: 0 4px;
	color: #999;
}
.panNaviBox__item:last-child:after{
	content: "";
}
.panNaviBox__item a{
	color: #999;
	text-decoration: none;
}
.panNaviBox__item a:hover{
	text-decoration: underline;
}

/*---------------------------------------------

	contents

---------------------------------------------*/
.contents{
	width: 1000px;
	margin: 0 auto;
}


/*	side
---------------------------------------------*/
.sideBox{
	float: left;
	width: 255px;
}
.sideBox__btn01 a{
	position:relative;
	display: block;
	width: 255px;
	margin-bottom: 24px;
	padding: 16px 0 16px 40px;
	background: #8FB845;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
}
.sideBox__btn02 a{
	position:relative;
	display: block;
	width: 255px;
	margin-bottom: 24px;
	padding: 16px 0 16px 40px;
	background: #DE82AA;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
}
.sideBox__btn03 a{
	position:relative;
	display: block;
	width: 255px;
	margin-bottom: 24px;
	padding: 16px 0 16px 40px;
	background: #E27E48;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
}
.sideBox__btn04 a{
	position:relative;
	display: block;
	width: 255px;
	margin-bottom: 24px;
	padding: 16px 0 16px 40px;
	background: #3B77B2;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
}
.sideBox__btn01 a:hover,
.sideBox__btn02 a:hover,
.sideBox__btn03 a:hover,
.sideBox__btn04 a:hover{
	opacity: 0.5;
}
.sideBox__btn01 a:before,
.sideBox__btn02 a:before,
.sideBox__btn03 a:before,
.sideBox__btn04 a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f152';
	position: absolute;
	margin-top: -11px;
	top: 50%;
	left: 16px;
}

.sideMenu{
	margin-bottom: 24px;
}
.sideMenu__ttl{
	background: #22AE9E;
	color: #fff;
	padding: 16px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 1.4;
}
.sideMenu__list{
	border: #22AE9E double 4px;
}
.sideMenu__list__item a{
	display: block;
	margin: 4px;
	padding: 8px;
	border-bottom: dotted 1px #eee;
	line-height: 1.2;
}






/*	main contents
---------------------------------------------*/
.mainBox{
	float: right;
	width: 715px;
}
.midashiXL{
	margin: 0 0 24px;
	padding: 0 0 12px;
	border-bottom: dashed 1px #22AE9E;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.midashiXL:before {
    background-color: #22AE9E;
    border-radius: 3px;
    content: "";
    display: block;
    height: 6px;
	margin-bottom: 12px;
}
.midashiL{
	margin: 0 0 24px;
	padding: 8px 12px;
	border-radius: 4px;
	background: #22AE9E;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.midashiM{
	margin: 0 0 16px;
	padding: 4px 8px;
	border-radius: 4px;
	background: #eee;
	color: #104763;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.midashiS{
	margin: 0 0 16px;
	padding: 4px;
	border-bottom: dashed 1px #22AE9E;
	color: #104763;
	font-weight: bold;
}
.midashiSS{
	position:relative;
	margin: 0 0 16px;
	padding-left: 24px;
	font-weight: bold;
}
.midashiSS:before{
	font-family: "Font Awesome 5 Free";
	content: '\f005';
	position: absolute;
	margin-top: -11px;
	top: 50%;
	left: 0;
	color: #FFBC00;
}

.contentsList{
	width: 100%;
	margin: 0 0 24px;
	padding: 24px;
	border: 1px solid #ccc;
	background: url(../img/bgContentsList.png);
	box-sizing: border-box;
}

.contentsList__ttl{
	margin-bottom: 16px;
}
.contentsList__ttl span{
	border-bottom: solid 3px #22AE9E;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.contentsListBox{margin-left: 24px;}
.contentsListBox__item{
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 1.4rem;
}

.moreRead{
	margin: 0 0 24px;
}
.moreRead__ttl{
	position: relative;
	width: 50%;
	padding: 12px 16px 12px 46px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #22AE9E;
	color: #fff;
	font-weight: bold;
}
.moreRead__ttl:before{
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	position: absolute;
	margin-top: -20px;
	top: 50%;
	left: 10px;
	font-size: 26px;
}
.moreRead__list{
	margin: 0 0 24px;
	padding: 8px 16px 16px;
	border: solid 1px #22AE9E;
}
.moreRead__list__item{
	border-bottom: dashed 1px #ccc;
}
.moreRead__list__item a{
	display: block;
	padding: 8px;
}

.commonTxt{
	margin-bottom: 16px;
}

.moreLink{
	margin-bottom: 24px;
}
.moreLink__item{
	position: relative;
	margin: 0 0 8px;
	padding: 0 0 0 24px;
	background: url(../img/icnHere.png) no-repeat 0 4px;
	background-size: 16px;
}
.moreLink__item:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0a4';
	position: absolute;
	margin-top: -16px;
	top: 50%;
	left: 0;
	font-size: 20px;
	color: #078173;
}


.contactBox{
	margin-bottom: 24px;
}
.contactInnerBox{
	padding: 16px;
	border-right: dashed 2px #5ab76a;
	border-bottom: dashed 2px #5ab76a;
	border-left: dashed 2px #5ab76a;
}
.contactInnerBox__list{
	display: table;
	width: 100%;
	margin-bottom: 12px;
}
.contactInnerBox__list__tel{
	display: table-cell;
	width: 339px;
	vertical-align: middle;
}
.contactInnerBox__list__mail{
	display: table-cell;
	padding: 0 0 0 16px;
}
.contactInnerBox__list__mail a {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 8px 16px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #00469e;
	box-sizing: border-box;
	box-shadow: 0 6px 0 #264366, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.contactInnerBox__list__mail a:hover {
	background: #5493E1;
	box-shadow: 0 3px 0 #264366, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.contactInnerBox__list__mail a:active {
	color: #ddd;
	background: #5493E1;
	box-shadow: 0 0 0 #264366, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}

.contactInnerBox__txt{
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

.listBox{
	margin-bottom: 24px;
}
.listBox__item{
	position: relative;
	margin-bottom: 8px;
	padding: 0 0 0 24px;
}
.listBox__item:before{
	font-family: "Font Awesome 5 Free";
	content: '\f14a';
	position: absolute;
	margin-top: -16px;
	top: 50%;
	left: 0;
	font-size: 20px;
	color: #22AEA0;
}
.contentsTbl{
	width:100%;
	margin-bottom: 24px;
	table-layout: fixed;
	font-size: 1.4rem;
}
.contentsTbl__row{
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.contentsTbl__row__head{
	padding: 4px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #22AE9E;
	vertical-align: middle;
	color: #fff;
}
.contentsTbl__row__data{
	padding: 4px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	vertical-align: middle;
}

.categoryList{
	margin: 0 0 24px;
	padding: 8px 0px 16px;
}
.categoryList__item{
	border-bottom: solid 1px #ccc;
}
.categoryList__item a{
	display: block;
	padding: 8px;
}

.newsBox{
	margin: 56px 0 24px;
}
.newsBox__list{}
.newsBox__list__item{
	margin-bottom: 8px;
	border-bottom: dashed 1px #999;
	padding: 8px 0;
}
.newsBox__list__item span{
	display: inline-block;
	margin-right: 16px;
}

.speechBox{
	margin-bottom: 40px;
}
.speechLeft{
	margin: 0;
}
.speechLeft__img{
	float: left;
	width: 100px;
}
.speechLeft__img img{
	width: 100%;
}
.speechLeft__txt{
	float: left;
	max-width: 500px;
 	position: relative;
	display: inline-block;
	margin: 15px 0 24px 15px;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 12px;
	box-sizing: border-box;
}
.speechLeft__txt:before {
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:-9px;
	width:0;
	z-index:1;
	border:10px solid transparent;
	border-right-color:#fff;
	border-left-width:0;
}
 
.speechLeft__txt:after {
	position:absolute;
	content:"";
	display:block;
	top:20px;
	left:-10px;
	width:0;
	border:10px solid transparent;
	border-right-color:#000;
	border-left-width:0;
}

.speechRight{
	margin: 0;
}
.speechRight__img{
	float: right;
	width: 100px;
}
.speechRight__img img{
	width: 100%;
}
.speechRight__txt{
	float: right;
	max-width: 500px;
 	position: relative;
	display: inline-block;
	margin: 15px 15px 24px 0;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 12px;
	box-sizing: border-box;
}

.speechRight__txt:before {
	border:10px solid transparent;
	border-left-color:#fff;
	border-right-width:0;
	right:-9px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
	width:0;
	z-index:1;
}
 
.speechRight__txt:after {
	border:10px solid transparent;
	border-left-color:#000;
	border-right-width:0;
	right:-10px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
	width:0;
}
.flowChart{
	width: 70%;
	margin: 0 auto 40px;
}
.flowChart__item{
	margin-bottom: 65px;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 10px;
	position: relative;
}
.flowChart__item--green{
	background: #CCF0EC;
	border: none;
	color: #333;
}
.flowChart__item::before {
	font-family: "Font Awesome 5 Free";
	content: "\f358";
	position: absolute;
	font-size: 40px;
	margin-left: -20px;
	left: 50%;
	bottom: -65px;
	color: #22AEA0;
}
.flowChart__item:last-child{
	margin-bottom: 0;
}
.flowChart__item:last-child:before {
    content:none;
}
.flowChart__item__ttl{
	padding: 0 0 8px;
	margin-bottom: 8px;
	border-bottom: dashed 1px #ccc;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.flowChart__item__txt{
	text-align: center;
}



.imgLeft{
	display: block;
	float: left;
	margin: 0 16px 8px 0;
}
.imgCenter{
	display: block;
	margin: 8px auto;
}
.imgRight{
	display: block;
	float: right;
	margin: 0 0 8px 16px;
}

.txtRed{
	font-weight: bold;
	color: #ff0000;
}
.txtOrange{
	font-weight: bold;
	color: #FF6900;
}
.txtGreen{
	font-weight: bold;
	color: #409526;
}
.txtBlack{
	font-weight: bold;
}
.txtRed110{
	font-weight: bold;
	color: #ff0000;
	font-size: 110%;
}
.txtOrange110{
	font-weight: bold;
	color: #FF6900;
	font-size: 110%;
}
.txtGreen110{
	font-weight: bold;
	color: #409526;
	font-size: 110%;
}
.txtBlack110{
	font-weight: bold;
	font-size: 110%;
}
.markerYellow{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.markerGreen{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}
.markerRed{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffa2a2 60%);
}










/*---------------------------------------------

	footer

---------------------------------------------*/
.foot{
	padding: 8px 0;
	background: #22AE9E;
}
.copyright{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.copyright a{
	color: #fff;
}

.footListArea{
	width: 1000px;
	margin: 16px auto 40px;
}
.footListBox{
	float: left;
	width: 226px;
	margin-right: 24px;
}
.footListBox:last-child{
	margin-right: 0;
}
.footListBox__item{
	position: relative;
	margin: 0 0 4px;
	padding-left: 24px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.footListBox__item--ttl{
	margin: 0 0 8px;
	font-size: 1.4rem;
}
.footListBox__item::before {
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
.footListBox__item--ttl::before{
	font-family: "";
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.footListBox__item a{
	color: #fff;
	transition: all .6s;
}
.footListBox__item a:active { color: #fff; text-decoration: none; }
.footListBox__item a:visited { color: #fff; text-decoration: none; }
.footListBox__item a:hover { color:#fff; text-decoration: none; opacity: 0.5; }





/*---------------------------------------------

	mailform

---------------------------------------------*/
#wrapper{
	margin-top: 40px;
}
#StepBox {
	width: 900px;
	margin: 0 auto 0;
	height:43px;
}
#container {
	width: 896px;
	background-color: #FCFCFC;
	margin: 0 auto 150px;
	padding: 20px 0 20px;
	border-left: solid 2px #BBBBBB;
	border-right: solid 2px #BBBBBB;
	border-bottom: solid 2px #BBBBBB;
	behavior: url(js/PIE.htc);
	-webkit-box-shadow: #999 2px 2px 4px;
	-moz-box-shadow: #999 2px 2px 4px;
	box-shadow: #999 0px 0px 8px;
}
table#inputBox {
	width: 808px;
	margin:0 auto 0;
	font-size: 12px;
}

table#inputBox th{
	border-bottom:#AAAAAA dashed 1px;
	padding:16px 8px;
	width:165px;
	text-align:left;
	vertical-align: middle;
}

table#inputBox td{
	border-bottom:#AAAAAA dashed 1px;
	padding:16px 8px;
	vertical-align: middle;
}

table#inputBox .btnSend{
	width:342px;
	height:70px;
	background:url(../../../../contact/mfp.statics/images/btnCotactSend.gif) no-repeat 0px 0px;
	background-size: 342px;
	border:none;
	margin:0 auto 0;
	cursor:pointer;
}

table#inputBox .btnSend:hover{
	opacity: 0.7;
}

input.text{
	border: #CCC solid 1px;
	position:relative;
	
    text-shadow:0px 1px 0px #FFF;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
	behavior: url(js/PIE.htc);
	
	background: #FFF;

}	   

select{
	padding: 3px;
	position:relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border: #CCC solid 1px; 
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
	behavior: url(js/PIE.htc);
	
	background: #FFF;

}

textarea{
	width:500px;
	height:110px;
	padding: 3px;
	position:relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border: #CCC solid 1px; 
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
	behavior: url(js/PIE.htc);
	
	background: #FFF;

}	

div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	
}
div.mfp_buttons button#mfp_button_cancel {
	
}
div.mfp_buttons button {
	font-size: 24px;
}





.discBox{
	margin: 0 0 40px;
	border: solid #999 1px;
	box-sizing: border-box;
	border-radius: 5px;
    font-size: 16px;
	font-size: 1.6rem;
}
.discBox__ttl{
	padding: 12px;
	background: #aceae3;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.discBox__ttl:before {
    content: "★";
    color: #fff;
	margin-right: 4px;
}
.discBox__data{
	margin: 0;
	padding: 12px;
}

.numberList {
	counter-reset: my-counter;
	list-style: none;
	margin: 0 10px 16px;
	padding: 0;
}
 
.numberList__item {
  margin: 0 0 24px;
  padding-left: 20px;
  position: relative;
}
.numberList__item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #23ae9e;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.numberList__item:last-child {
  margin-bottom: 0;
}

.summaryBox{
	margin: 0 0 40px;
	padding: 24px;
	border: solid 1px #23ae9e;
	background: #f5fffe;
	border-radius: 4px;
    font-size: 16px;
	font-size: 1.6rem;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 28px;
	font-size:　0.8rem;
}
.pagetop a {
    display: block;
    background-color: #22AE9E;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.pagetop a span{
	display: block;
}
.pagetop a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
/*---------------------------------------------------------------

調整用CSS

---------------------------------------------------------------*/
.mt0{margin-top: 0; !important}
.mt5{margin-top: 5px; !important}
.mt10{margin-top: 10px; !important}
.mt15{margin-top: 15px; !important}
.mt20{margin-top: 20px; !important}
.mt25{margin-top: 25px; !important}
.mt30{margin-top: 30px; !important}
.mt35{margin-top: 35px; !important}
.mt40{margin-top: 40px; !important}
.mt45{margin-top: 45px; !important}
.mt50{margin-top: 50px; !important}
.mt55{margin-top: 55px; !important}
.mt60{margin-top: 60px; !important}
.mt65{margin-top: 65px; !important}
.mt70{margin-top: 70px; !important}
.mt75{margin-top: 75px; !important}
.mt80{margin-top: 80px; !important}
.mt85{margin-top: 85px; !important}
.mt90{margin-top: 90px; !important}
.mt95{margin-top: 95px; !important}
.mt100{margin-top: 100px; !important}

.mb0{margin-bottom: 0; !important}
.mb5{margin-bottom: 5px; !important}
.mb10{margin-bottom: 10px; !important}
.mb15{margin-bottom: 15px; !important}
.mb20{margin-bottom: 20px; !important}
.mb25{margin-bottom: 25px; !important}
.mb30{margin-bottom: 30px; !important}
.mb35{margin-bottom: 35px; !important}
.mb40{margin-bottom: 40px; !important}
.mb45{margin-bottom: 45px; !important}
.mb50{margin-bottom: 50px; !important}
.mb55{margin-bottom: 55px; !important}
.mb60{margin-bottom: 60px; !important}
.mb65{margin-bottom: 65px; !important}
.mb70{margin-bottom: 70px; !important}
.mb75{margin-bottom: 75px; !important}
.mb80{margin-bottom: 80px; !important}
.mb85{margin-bottom: 85px; !important}
.mb90{margin-bottom: 90px; !important}
.mb95{margin-bottom: 95px; !important}
.mb100{margin-bottom: 100px; !important}

.fs10{font-size: 1.0em; !important}
.fs12{font-size: 1.2em; !important}
.fs13{font-size: 1.3em; !important}
.fs14{font-size: 1.4em; !important}
.fs15{font-size: 1.5em; !important}
.fs16{font-size: 1.6em; !important}
.fs17{font-size: 1.7em; !important}
.fs18{font-size: 1.8em; !important}
.fs19{font-size: 1.9em; !important}
.fs20{font-size: 2.0em; !important}
.fs21{font-size: 2.1em; !important}
.fs22{font-size: 2.2em; !important}
.fs23{font-size: 2.3em; !important}
.fs24{font-size: 2.4em; !important}
.fs25{font-size: 2.5em; !important}
.fs26{font-size: 2.6em; !important}
.fs27{font-size: 2.7em; !important}
.fs28{font-size: 2.8em; !important}
.fs29{font-size: 2.9em; !important}
.fs30{font-size: 3.0em; !important}

.txtred{
	color:#FF0000;
	font-weight:bold;
}
.txtorange{
	color:#FF6600;
	font-weight:bold;
}
.txtgreen{
	color:#008000;
	font-weight:bold;
}
.txtblue{
	color:#167FA6;
	font-weight:bold;
}
.txtblack{
	font-weight: bold;
}
.txtred120{
	font-weight: bold;
	color: #ff0000;
	font-size: 120%;
}
.txtorange120{
	font-weight: bold;
	color: #FF6900;
	font-size: 120%;
}
.txtgreen120{
	font-weight: bold;
	color: #409526;
	font-size: 120%;
}
.txtblue120{
	color:#167FA6;
	font-weight:bold;
	font-size: 120%;
}
.txtblack120{
	font-weight: bold;
	font-size: 120%;
}
.markerYellow{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.markerGreen{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #b2eaff 60%);
}
.markerRed{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffa2a2 60%);
}

.red{ color: #e53935!important; }
.blue{ color: #0000dd!important; }
.green{ color: #4caf50!important; }

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }




