@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------- */
/*共通項目*/
/* -------------------------------------------------------------------------- */
body {
	font-family:Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic, sans-serif;
	color: #333;
	margin: 0 auto;
	padding: 0;
	}


/*メディアクエリ非表示-----------------------------------*/
@media (min-width: 1200px) {.hidden-lg {display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}
@media (max-width: 767px) {.hidden-xs {display: none !important;}}

br.pc{display: none;}
br.sp{display: none;}

/*フォントサイズ-----------------------------------*/
@media (min-width: 1200px) {html {font-size : 16px;}}
@media (min-width: 992px) and (max-width: 1199px){html {font-size : 14px;}}
@media (min-width: 768px) and (max-width: 991px) {html {font-size : 12px;}}
@media (max-width: 767px) {html {font-size : 10px;}}

/*テキストサイズ*/
.p01{margin:  0 0 5px 0;padding: 0;}
@media (min-width: 1200px) {.p01{font-size: 1.2em; line-height: 1.5;}}
@media (min-width: 992px) and (max-width: 1199px){.p01{font-size: 1.2em; line-height: 1.5;}}
@media (min-width: 768px) and (max-width: 991px) {.p01{font-size: 1.2em; line-height: 1.5;}}
@media (max-width: 767px) {.p01{font-size: 1.6em; line-height: 1.5;}}

.p02{margin: 0 0 5px 0;padding: 0;}
@media (min-width: 1200px) {.p02{font-size: 0.9em; line-height: 1.4;}}
@media (min-width: 992px) and (max-width: 1199px){.p02{font-size: 0.9em; line-height: 1.4;}}
@media (min-width: 768px) and (max-width: 991px) {.p02{font-size: 0.9em; line-height: 1.4;}}
@media (max-width: 767px) {.p02{font-size: 1.3em; line-height: 1.4;}}

.p03{margin: 20px 0 20px 0;padding: 0;}
@media (min-width: 1200px) {.p03{font-size: 1.0em; line-height: 1.6;}}
@media (min-width: 992px) and (max-width: 1199px){.p03{font-size: 1.0em; line-height: 1.6;}}
@media (min-width: 768px) and (max-width: 991px) {.p03{font-size: 1.5em; line-height: 1.6;}}
@media (max-width: 767px) {.p03{font-size: 1.5em; line-height: 1.6;}}

/*背景カラー*/
.bg-gray{background-color:#cccccc;}
.bg-gray2{background-color:#eeeeee;}
.bg-lightgreen{background-color:#89d4bf;}
.bg-blue{background-color:#F0F8FF;}
.bg-grayBox{background-color: #595757;color: #ffffff; text-align: center;display: block;padding: 3px;margin-top: 10px;width: 100%;}
.bg-redBox{background-color: #c00;color: #ffffff; text-align: center;display: block;padding: 3px;font-weight: bold;margin: 20px 0 10px;width: 100%;}


/* -------------------------------------------------------------------------- */
/*レイアウト*/
/* -------------------------------------------------------------------------- */
@media (min-width: 1200px) {#wrap {margin: 0 auto; padding: 0;width: 70%;}}
@media (min-width: 992px) and (max-width: 1199px){#wrap {margin: 0 auto; padding: 0;width: 70%;}}
@media (min-width: 768px) and (max-width: 991px) {#wrap {margin: 0 auto; padding: 0;width: 70%;}}
@media (max-width: 767px) {#wrap {margin: 0 auto; padding: 0 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}}

@media (min-width: 1200px) {header {margin: 0 auto; padding: 0;}}
@media (min-width: 992px) and (max-width: 1199px){header {margin: 0 auto; padding: 0;}}
@media (min-width: 768px) and (max-width: 991px) {header {margin: 0 auto; padding: 0;}}
@media (max-width: 767px) {header {margin: 0 auto; padding: 0 ;}}

@media (min-width: 1200px) {.container {margin: 0 auto; padding: 0;}}
@media (min-width: 992px) and (max-width: 1199px){.container {margin: 0 auto; padding: 0;}}
@media (min-width: 768px) and (max-width: 991px) {.container {margin: 0 auto; padding: 0;}}
@media (max-width: 767px) {.container {margin: 0 auto; padding: 0 ;}}

@media (min-width: 1200px) {.contents {margin: 0 auto 30px auto; padding: 0;overflow: hidden;}}
@media (min-width: 992px) and (max-width: 1199px){.contents {margin: 0 auto 30px auto; padding: 0;overflow: hidden;}}
@media (min-width: 768px) and (max-width: 991px) {.contents {margin: 0 auto 30px auto; padding: 0;overflow: hidden;}}
@media (max-width: 767px) {.contents {margin: 0 auto 30px auto; padding: 0 ;overflow: hidden;}}


/*フォームレイアウト1カラム-----------------------------------*/
.formColumn1{margin:0 0 0 0;padding:0;width: 100%;}

/*ボックス親*/
.formColumn1 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	-webkit-justify-content :center;
	-moz-justify-content :center;
	-ms-justify-content :center;
	-o-justify-content :center;
	justify-content :center;
	
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	
/*ボックス子*/	
@media (min-width: 1200px) {
	.formColumn1 .box{
		width: calc(100% - 0px) ;
		margin:0 0 10px 0;
		padding:20px 20px 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		}
}

@media (min-width: 992px) and (max-width: 1199px){
	.formColumn1 .box{
		width: calc(100% - 0px) ;
		margin:0 0 10px 0;
		padding:20px 20px 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		}
}

@media (min-width: 768px) and (max-width: 991px) {
	.formColumn1 .box{
		width: calc(100% - 0px) ;
		margin:0 0 10px 0;
		padding:20px 20px 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		}
}

@media (max-width: 767px) {
	.formColumn1 .box{
		width: calc(100% - 0px) ;
		margin:0 0 10px 0;
		padding:10px 10px 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		}
}

/* -------------------------------------------------------------------------- */
/*header*/
/* -------------------------------------------------------------------------- */


.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    /* padding: 0; */
    /* margin: 0; */
    background-color: #fff;
    

  }
  .header__inner {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
  
  .header__logo {
    width: 290px;
    height: 49px;
  }
  
  .header__subTitle {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-feature-settings: "palt";
  }
  

@media screen and (min-width: 769px) {
    .header {
        height: 110px;
        box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.30);
    }
  
    .header__inner {
        max-width: 1160px;
        padding: 30px 10px 20px;
        margin-left: auto;
        margin-right: auto;
    }
  
    .header__logo {
        left: 0;
        padding: 0;
        width: 480px;
        height: 65px;
    }
}





/* -------------------------------------------------------------------------- */
/*Contents*/
/* -------------------------------------------------------------------------- */

/*ページタイトル-----------------------------------*/
.formTitle{
    width: calc(100% - 0px) ;
    margin: 50px 0 10px 0;
    padding: 20px 0;
    color: #fff;
    background-color: #FF9E00;
    font-size: 2em;
    line-height: 1;
    text-align: center;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

@media (max-width: 767px) {.formTitle{font-size: 2.5em;padding: 40px 0 30px;margin: 30px 0 10px 0;}}



/* -------------------------------------------------------------------------- */
/*フォーム*/
/* -------------------------------------------------------------------------- */
.form-bg{
    background: #ffffff;
    border-radius: 10px;
    margin: 20px auto 30px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1200px) {.form-bg{width:80%;padding: 20px;}}
@media (min-width: 992px) and (max-width: 1199px){.form-bg{width:80%;padding: 20px;}}
@media (min-width: 768px) and (max-width: 991px) {.form-bg{width:95%;padding: 10px;}}
@media (max-width: 767px) {.form-bg{width:95%;padding: 10px;}}

.mailform__txt{
    margin: 20px auto 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1200px) {.mailform__txt{width:80%;}}
@media (min-width: 992px) and (max-width: 1199px){.mailform__txt{width:80%;}}
@media (min-width: 768px) and (max-width: 991px) {.mailform__txt{width:95%;}}
@media (max-width: 767px) {.mailform__txt{width:95%;}}


/*テーブル*/
.formTable{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:10px auto;
	clear:both;
	text-align:left;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
	}
	
.formTable th{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align:middle;
	background: #FFF;
	}

@media (min-width: 1200px) {.formTable th{width:33%!important;padding:10px;font-size: 110%;border-style: solid;
	border-width: 0px 0px 1px 0px;	border-color: #cccccc;line-height:18px;}}
@media (min-width: 768px) and (max-width: 1199px){.formTable th{width:33%!important;padding:10px;font-size: 110%;border-style: solid;
	border-width: 0px 0px 1px 0px;	border-color: #cccccc;line-height:18px;}}
@media (max-width: 767px) {.formTable th{width:100%; display: block;padding:10px;text-align: center;font-size: 150%;line-height:30px;}}

.formTable td{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align:middle;
	line-height:18px;
	}
  

@media (min-width: 1200px) {.formTable td{padding:10px;}}
@media (min-width: 992px) and (max-width: 1199px){.formTable td{padding:10px;}}
@media (min-width: 768px) and (max-width: 991px) {.formTable td{padding:10px;}}
@media (max-width: 767px) {.formTable td{width:100%; display: block; text-align: left;padding:10px;}.formTable td span{ float: left;}}

/*入力ボックス*/
@media (min-width: 1200px) {#mailformpro .inputBox01{width: 100%; height: 40px;font-size: 100%;}#mailformpro .inputBox02{width: 50%; height: 40px;font-size: 100%;}#mailformpro .inputBox03{width: 100%; height: 80px;font-size: 100%;}}
@media (min-width: 992px) and (max-width: 1199px){#mailformpro .inputBox01{width: 100%; height: 40px;font-size: 100%;}#mailformpro .inputBox02{width: 50%; height: 40px;font-size: 100%;}#mailformpro .inputBox03{width: 100%; height: 80px;font-size: 100%;}}
@media (min-width: 768px) and (max-width: 991px) {#mailformpro .inputBox01{width: 100%; height: 50px;font-size: 150%;border-radius: 0;}#mailformpro .inputBox02{width: 100%; height: 50px;font-size: 150%;border-radius: 0;}#mailformpro .inputBox03{width: 100%; height: 100px;font-size: 150%;border-radius: 0;}}
@media (max-width: 767px) {#mailformpro .inputBox01{width: 100%; height: 40px;font-size: 150%;border-radius: 0;}#mailformpro .inputBox02{width: 100%; height: 50px;font-size: 150%;border-radius: 0;}#mailformpro .inputBox03{width: 100%; height: 100px;font-size: 150%;border-radius: 0;}}

@media (min-width: 1200px) {#mailformpro .textarea{width: 90%; height: 100px;font-size: 100%;}}
@media (min-width: 992px) and (max-width: 1199px){#mailformpro .textarea{width: 90%; height: 100px;font-size: 100%;}}
@media (min-width: 768px) and (max-width: 991px) {#mailformpro .textarea{width: 90%; height: 100px;font-size: 150%;border-radius: 0;}}
@media (max-width: 767px) {#mailformpro .textarea{width: 90%; height: 100px;font-size: 150%;border-radius: 0;}}

form#mailformpro label{
  cursor: pointer;
  padding:5px;
  margin: 0 0 0px 0!important;
  /* border: 1px solid #dddddd; */
  /* border-radius: 30px; */
  /* background-color: #b63c3c; */
  /* color: #ffffff; */
}

/* form#mailformpro label.mfp_checked {
	padding:5px 20px;
	background-color: #F0F8FF;
	vertical-align:middle;
}

form#mailformpro label.mfp_not_checked {
	padding:5px 20px;
	vertical-align:middle;
} */

@media (min-width: 1200px) {form#mailformpro label{line-height:1.2;font-size: 95%;}}
@media (min-width: 992px) and (max-width: 1199px){form#mailformpro label{line-height:1.2;font-size: 95%;}}
@media (min-width: 768px) and (max-width: 991px) {form#mailformpro label{font-size: 150%;line-height:1.2;}}
@media (max-width: 767px) {form#mailformpro label{font-size: 150%;line-height:1;}}

#mailformpro input::-webkit-input-placeholder{color: #aaaaaa;}
#mailformpro input:-ms-input-placeholder{color: #aaaaaa;}
#mailformpro input::-moz-placeholder{color: #aaaaaa;}
#mailformpro input:-moz-placeholder{color: #aaaaaa;}

#mailformpro input {box-sizing: content-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;} 

/* .scroll{
	width: 100%;
    height: 220px;
	overflow-y: scroll;
	text-align: left;
	background: #ffffff;
	padding: 10px;
	margin: 0 auto 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll ul{ list-style: decimal; margin-left: -20px;}
@media (min-width: 1200px) {.scroll ul{ font-size: 0.9em; line-height: 1.4;}}
@media (min-width: 992px) and (max-width: 1199px){.scroll ul{ font-size: 0.9em; line-height: 1.4;}}
@media (min-width: 768px) and (max-width: 991px) {.scroll ul{ font-size: 0.9em; line-height: 1.4;}}
@media (max-width: 767px) {.scroll ul{ font-size: 1.2em; line-height: 1.4;}}

.infoBox{ width: 100%; padding: 20px; background: #eeeeee; margin: 10px 0 50px 0; clear: both;}


@media screen and (min-width: 761px) {
.pc_none_display{display: none;}
}

@media screen and (max-width: 760px) {
.sp_none_display{display: none;}
} */


/* -------------------------------------------------------------------------- */
/*3カラム----------------------------------*/
.thanks-Column3{margin:0;padding:0 30px 20px;}	
	
/*ボックス親*/	
.thanks-Column3 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;;
	
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	
/*ボックス子*/	
@media (min-width: 1200px) {
	.thanks-Column3 .box{width: calc(33.3333333333% - 20px);margin:0 20px 0 0;padding:0px;}
    .thanks-Column3 .box:last-child{margin:0;}}
@media (min-width: 992px) and (max-width: 1199px){
    .thanks-Column3 .box{width: calc(33.3333333333% - 20px);margin:0 20px 0 0;padding:0px;}
    .thanks-Column3 .box:last-child{margin:0;}}
@media (min-width: 768px) and (max-width: 991px) {
	.thanks-Column3 .box{width: calc(100% - 0px);margin:0 0 10px 0;padding:0px;}
    .thanks-Column3 .box:last-child{margin:0;}}
@media (max-width: 767px) {
	.thanks-Column3 .box{width: calc(100% - 0px);margin:0 0 10px 0;padding:0px;}
    .thanks-Column3 .box:last-child{margin:0;}}


/*DIV型コンテンツリンクボタン　ーーーーーーーーーーーーーーーーーーーーーーー*/
@media (min-width: 992px){
    .contents-hsButton     a{font-size: 1.6em;line-height:1.2;padding:20px 0;position: relative;}
    .contents-jhButton     a{font-size: 1.6em;line-height:1.2;padding:20px 0;position: relative;}
    .contents-elButton     a{font-size: 1.6em;line-height:1.2;padding:20px 0;position: relative;}
    }
    
@media (max-width:991px){
    .contents-hsButton     a{font-size: 1.5em;line-height:1.2;padding:10px 0;position: relative;}
    .contents-jhButton     a{font-size: 1.5em;line-height:1.2;padding:10px 0;position: relative;}
    .contents-elButton     a{font-size: 1.5em;line-height:1.2;padding:10px 0;position: relative;}
    }

.contents-hsButton a:after{content: "\f105";font-family: "fontawesome";font-size: 100%;position: absolute;top: 50%;right: 4%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);color:#ffffff;}
.contents-jhButton a:after{content: "\f105";font-family: "fontawesome";font-size: 100%;position: absolute;top: 50%;right: 4%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);color:#ffffff;}
.contents-elButton a:after{content: "\f105";font-family: "fontawesome";font-size: 100%;position: absolute;top: 50%;right: 4%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);color:#ffffff;}


/*DIV型リンクボタン　カラー：高校生・高卒生ーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents-hsButton{
    margin:5px 0;
    width: 100%;
    border:1px solid #b11b3b;
    text-shadow:0px 1px 0px #c93857;
    box-shadow:inset 0px 1px 0px 0px #ff9875;
	background:linear-gradient(to bottom, #f83d7b 5%, #df2754 100%);
	background-color:#df2754;
    text-align: center;
    border-radius:3px;
    font-weight: bold;
    }

.contents-hsButton a:link   {color:#ffffff;text-decoration: none;display: block;}
.contents-hsButton a:visited{color:#ffffff;text-decoration: none;display: block;}
.contents-hsButton a:active {color:#ffffff;text-decoration: none;display: block;}
.contents-hsButton a:hover  {color:#ffffff; text-decoration:none;background:linear-gradient(to bottom, #df2754 5%, #f83d7b 100%);background-color:#df2754; display:block;}


/*DIV型リンクボタン　カラー：中学生ーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents-jhButton{
    margin:5px 0;
    width: 100%;
    border:1px solid #315477;
    text-shadow:0px 1px 0px #314597;
    box-shadow:inset 0px 1px 0px 0px #3b78bf;
	background:linear-gradient(to bottom, #3b54bf 5%, #3b549c 100%);
	background-color:#3b549c;
    text-align: center;
    border-radius:3px;
    font-weight: bold;
    }

.contents-jhButton a:link   {color:#ffffff;text-decoration: none;display: block;}
.contents-jhButton a:visited{color:#ffffff;text-decoration: none;display: block;}
.contents-jhButton a:active {color:#ffffff;text-decoration: none;display: block;}
.contents-jhButton a:hover  {color:#ffffff; text-decoration:none;background:linear-gradient(to bottom, #3b549c 5%, #3b54bf 100%);background-color:#3b549c; display:block;}


/*DIV型リンクボタン　カラー：小学生ーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents-elButton{
    margin:5px 0;
    width: 100%;
    border:1px solid #2f7e27;
    text-shadow:0px 1px 0px #328d34;
    box-shadow:inset 0px 1px 0px 0px #43bc64;
	background:linear-gradient(to bottom, #43bc40 5%, #439c40 100%);
	background-color:#439c40;
    text-align: center;
    border-radius:3px;
    font-weight: bold;
    }

.contents-elButton a:link   {color:#ffffff;text-decoration: none;display: block;}
.contents-elButton a:visited{color:#ffffff;text-decoration: none;display: block;}
.contents-elButton a:active {color:#ffffff;text-decoration: none;display: block;}
.contents-elButton a:hover  {color:#ffffff; text-decoration:none;background:linear-gradient(to bottom, #439c40 5%, #43bc40 100%);background-color:#439c40; display:block;}




/*フッターエリア---------------*/
footer{
	background: #F8447B;;
	width: 100%;
	clear: both;
    padding: 10px 0;
    margin: 30px 0 0 ;
    text-align: center;
    color: #ffffff;
    bottom: 0;

	}
    
@media (min-width: 1200px) {footer{font-size: 1.0em}}
@media (min-width: 992px) and (max-width: 1199px) {footer{font-size: 1.0em}}
@media (min-width: 768px) and (max-width: 991px) {footer{font-size: 1.0em}}
@media (max-width: 767px) {footer{font-size: 1.2em}}

@media (min-width: 1200px) {footer p{font-size: 0.8em}}
@media (min-width: 992px) and (max-width: 1199px) {footer p{font-size: 0.8em}}
@media (min-width: 768px) and (max-width: 991px) {footer p{font-size: 0.8em}}
@media (max-width: 767px) {footer p{font-size: 1em}}



/*PCSP改行スタイル*/
/*992以上--------------------------------------------------------------------- */
@media (min-width: 992px) {
	.br-pc {display: block;}
	.br-tb {display: none;}
	.br-sp {display: none;}
}
/*768以上991以下--------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	.br-pc {display: none;}
	.br-tb {display: block;}
	.br-sp {display: none;}
}
/*767以下--------------------------------------------------------- */
@media (max-width: 767px) {
	.br-pc {display: none;}
	.br-tb {display: none;}
	.br-sp {display: block;}
}

/*テキストボールド*/
.txt-bold{font-weight:bold;}

.txt-red {color: #cc0000;}

/*バッジ　ゴールド*/
.badge-gold {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    background: #B88E14;
    min-width: 30px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }
@media (max-width: 769px) {.badge-gold {font-size: 1.4em;}}

/*バッジ　グレー*/
.badge-gray {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    background: #595757;
    min-width: 30px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
  }
  @media (max-width: 769px) {.badge-gray {font-size: 1.4em;}}


  .heading-txt {padding: 3px 10px;  background-color: #FF9E00;display: block;color: #ffffff;text-align: center;}

  .text-center {
    padding: 0 20px;
    display: block;   
  }
  @media screen and (min-width:768px) {
    .text-center {
        text-align: center;
    }
  }


  .linkBtn a {
    color: #ffffff;
    text-decoration: none;
    background-color: #50ae58;
    display: block;
    padding: 20px 20px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
  }
  @media screen and (min-width:768px) {
    .linkBtn a {
        width: 50%;
        font-size: 1em;
    }
  }