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

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px; /* --remに対応していないブラウザ用 -- */
	font-size: 1.4rem;
  background-color:#fff;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%; /* -- 縦横でもフォントサイズが変わらない -- */
    
}

/* hoverエフェクト */
a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.hidd {
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
.center{
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.t-center{
  text-align: center;
}
.clear{
  clear:both;
}
.wrapper{
  width:100%;
  padding :0;
  margin: 0;
  overflow : hidden;
}
.red{
	color:red;
}
header{
 width:100%;
 height:5.79vw;
}
header .logo{
  padding:10px 1.5vw;
}
header .logo img{
  width:20vw;
}
header .button{
  float:right;
  padding-right:1.1vw;
}
header .button a{
  margin-right:1.1vw;
}
.sp_header .button{
  position:relative;top:-5.0vw;
  height:0;
}

header .button .tel{
  width:17.92vw;
  height:auto;
}
header .button .contact{
  width:13.21vw;
  height:auto;
}
.main{
  background: url("../img/main_bg.png") no-repeat bottom center;
  background-size:cover;
  height:45.625vw;
  width:100vw;
}
.main h1{
  position:absolute;
  width:84.0104166vw;
	margin-top:0.5vw;
  margin-left:6.7vw;
  text-align:center;
}

.main h1 img{
  width:83.28125vw;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1vw;
}
.main h1 div{
	position:relative;
	top:-4.5vw;
	left:-27vw;
	font-size:2vw
}
@media(max-width:600px){
	.main h1 div{
	position:rerarive;
	top:1vw;
	left:3vw;
	font-size:5vw
}
}
.sec01{
  display:block;
  width:100%;
  text-align: center;
  margin-top:0;
  padding-top:0;
  padding-bottom:8vw;
}
.sec01 h2{
  color:#fff;
  background:#28619d;
  font-size:2.5vw;
  line-height:1;
  padding-top:1.5vw;
  padding-bottom:1.5vw;
}
.sec01_bg{
  background:url("../img/delta.png")top center no-repeat;
}
.sec01_com{
  width:100%;
}
.sec01 ul{
	max-width:90vw;  
	padding-top:20px;
	margin:0 auto;
}
.sec01 li{
	float:left;
	list-style: none;
	width:40vw;
	padding:2.5vw;
	line-height:1.4
}
.sec01 li img{
  width:40vw;
}
.sec01 h4{
  font-size:26px;
  margin:15px auto 20px
}
.sec01 li p{
  padding:15px;
  font-size:20px;
  text-align:left;
}
.sec01 li p span{
   font-weight:bold;
	color:red;
}
.sp_br{
	display:none;
}
@media(max-width:600px){
	.sec01 h2{
	font-size:5.2vw;
	line-height:1.3
	}
	.sp_br{
		display:block;
	}
	.sec01 li{
	float:none;
	width:80vw;
	}
	.sec01 li img{
  width:80vw;
	}
}
.sec02{
    width:100vw;
	background:url(../img/fig03.jpg) bottom center;
	background-size:cover;
}
.sec02 ul{
  width:100vw;
}
.sec02 li{
 text-align: center;
  padding:3.5vw;
  background:rgba(255,255,255,0.7);
  width:42vw;
  line-height:1.5;
  float:left;
}
.sec02 li h3{
   color:navy;
   font-size:26px;
   margin-bottom:20px;
}
.sec02 li h4{
	font-size:20px;
	margin-bottom:20px
}
.sec02 li p{
   font-size:18px;
   margin-bottom:30px;
}
.sec02 li a{
	border:2px solid #28619d;
	color:#28619d;
	font-size:18px;
	padding:8px 25px;
	margin-top:30px;
	font-weight:600;
}
.sec02 li a:hover{
	background:rgba(255,255,255,0.7)
}
@media(max-width:600px){
.sec02 li{
   width:84vw ;
  margin:3vw 3vw 0;
}
}
.container{
  /* background: url("../img/sec03_bg.png") top center; */
  background:#EBF4FD;
  text-align: center;
  padding-top:3.5vw;
  padding-bottom:2vw;
  
}
.sec03{
  text-align: center;

}
.sec03 .title{
   max-width:1204px;
   width:95vw;
   margin:40px auto;
   background:#28619d;
   padding:5px;
}
.sec03 h2{
   max-width:1200px;
   
   background:#28619d;
   text-align: center;
   color:#fff;
   padding-top:25px;
   padding-bottom:25px;
   border:solid 2px #fff;
}

.sec03 table{
	max-width:1204px;
	margin:20px auto;
	
}
.sec03 th{
	max-width:500px;
	width:40vw;
	text-align:left;
	padding-right:2em;
	vertical-align: top;
}
.sec03 th img{
  max-width:400px;
  width:100%;
  }
.sec03 td{
	text-align:left;
	width:60vw;
	max-width:580px;
	font-size:18px;
	padding:1em;
	border-bottom:2px dotted #aaa
}
.sec03 sup{
	font-size:10px;
}
.sec03 .sub{
	text-align:left;
	font-size:16px;
	margin:40px auto 0;
	max-width:800px;
	
	padding-left:1.2em;
	text-indent:-1.0em
}
@media(max-width:600px){
	.sec03 th{
		text-align:center;
		padding-right:0 ;
		margin-bottom:30px
	}
	.sec03 th, .sec03 td{
		display:block;
		width:77vw;
		margin-left:auto;
		margin-right:auto;
	}

}
.sec04{
  width:100%;
  text-align: center;
  margin-top:30px;
  padding:10px;
  background:#DDEDFF;
}
.sec04 .container{
	max-width:800px;
	background:#fff;
	margin:20px auto;
	padding-top:30px;
}
.sec04 .container h2 {
  color:#00178C;
 line-height:1.5;
  margin-bottom:20px;
}
.sec04 .container div{
	display:block;
}
.sec04 .container div a{
	background:rgb(244, 126, 0);
	color:#fff;
	margin:30px auto 0px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:15px;
	max-width:800px !important;
	width:90%;
	display:block;
}
.sec05{
  text-align: center;
}
.sec05 .container{
	max-width:1204px;
    width:95vw;
	overflow: hidden;
}
.sec05 .title{
   max-width:1204px;
   width:95vw;
   margin:40px auto 0;
   background:#28619d;
   padding:5px;
}
.sec05 h2{
   background:#28619d;
   text-align: center;
   color:#fff;
   padding-top:25px;
   padding-bottom:25px;
   border:solid 2px #fff;
	font-size:26px
}
.sec05 h3{
	font-size:28px;
	text-align: center;
	white-space:nowrap;
}
.c-wrapper {
  box-sizing: border-box;
  max-width: 1004px;
  margin: 0 auto;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  width: 100%;
}
.p-heading__inner {
  padding-top: 40px;
  padding-bottom: 5px;
}
.p-heading-put-on-bdr {
  overflow: hidden;
  text-align: center;
}
.c-heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
.p-heading-put-on-bdr__inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1em;
  text-align: left;
}
.theme-custom .p-heading-put-on-bdr__inner::before, .theme-custom .p-heading-put-on-bdr__inner::after {
    background-color: #015daa;
}
.p-heading-put-on-bdr__inner::before {
    right: 100%;
}
.p-heading-put-on-bdr__inner::before, .p-heading-put-on-bdr__inner::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 400%;
    height: 2px;
    background-color: #015daa;
}
.p-heading-put-on-bdr__inner::after {
  left: 100%;
}
.p-heading-put-on-bdr__inner {
  text-align: left;
}
.sec05 p.box {
	max-width:900px;
	width:90%;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:35px auto 50px;
	border:2px solid #015daa;
	padding:20px;
}
.sec05 p.price{
	max-width:900px;
	font-size:20px;
	font-weight:600;
	margin:35px auto;
	padding:20px;
	line-height:2.7em
}
.sec05 p.price span{
	font-size:28px;
}
.sec05 div.box {
	max-width:900px;
	width:90%;
	font-size:16px;
	margin:35px auto 50px;
	border:2px solid #015daa;
	padding:20px;
}
.sec05 div.box h4{
	font-size:20px;
	margin-bottom:30px
}
.sec05  ul.sub{
	max-width:650px;
	margin:auto;
	}
.sec05  ul.sub li{
	font-size:16px;
	text-align:left;
    list-style-type: none;
	padding-left:1.2em;
	text-indent:-1.0em
}
.sec05 div.box ul{
	padding-left:30px
}
.sec05 div.box li{
	text-align:left;
	font-size:17px;
	line-height:1.5;
	padding-left:-30px;
}

ul.sec05-02{
	width:72vw !important;
	list-style:none;
	margin:20px auto;	
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.sec05-02 li{
	float:left;	
}
ul.sec05-02 li img{
	width:17.142vw;
	margin:0.4vw;
}
.sec05 table{
	width:95%;
	max-width: 1004px;
	margin:20px auto;
	border:2px solid #333;
	font-size:20px;
}
.sec05 th{
	text-align: center;
	border:1px solid #333;
	padding:15px;
}

.sec05 td{
	text-align: center;
	border:1px solid #333;
	padding:15px;
}
.sec05 td span{
	font-weight:600;
	color:red;
}
@media(max-width:600px){
	.sec05 td{
		display: block;
	}
}
.sec06{
  text-align: center;
}
.sec06 .title{
   max-width:1204px;
   width:95vw;
   margin:40px auto;
   background:#28619d;
   padding:5px;
}
.sec06 h2{
   max-width:1200px;
   
   background:#28619d;
   text-align: center;
   color:#fff;
   padding-top:25px;
   padding-bottom:25px;
   border:solid 2px #fff;
}
.sec06 ul{
	max-width:90vw;  
	padding-top:20px;
	margin:0 auto;
}
.sec06 li{
	float:left;
	list-style: none;
	width:40vw;
	padding:2.5vw;
	line-height:1.4
}
.sec06 li img{
  width:40vw;
}
.sec06 h4{
  font-size:26px;
  margin:15px auto 20px
}
.sec06 li p{
  padding:15px;
  font-size:20px;
  text-align:left;
}
.sec06 li p span{
   font-weight:bold;
	color:red;
}
@media(max-width:600px){
	.sec06 h2{
	font-size:5.2vw;
	line-height:1.3
	}
	.sec06 li{
	float:none;
	width:80vw;
	}
	.sec06 li img{
  width:80vw;
	}
	.sec06 li p{
	width:80vw;
	}
}

.sec07{
	width:100vw;
	margin: 4vw auto;
}
.sec07 .title{
   max-width:1204px;
   width:95vw;
   margin:40px auto;
   background:#28619d;
   padding:5px;
}
.sec07 h2{
   max-width:1200px;
   
   background:#28619d;
   text-align: center;
   color:#fff;
   padding-top:25px;
   padding-bottom:25px;
   border:solid 2px #fff;
}


.sec07 p{
	text-align: left;
	font-size:16px;
	line-height:1.4;
}
.faq dl{
	max-width:1200px;
	margin:auto;
	width:95vw;
}
.faq dl dt{
	font-weight:600;
	margin-bottom:2.2em;
	text-indent:-87px;
	margin-left:87px;
}
.faq dl dt:before{
	content:"Ｑ";
	font-weight:800;
	padding:0.8em 1em;
	background:#ccc;
	border-radius:100px;
	margin-right:20px;
}
.faq dl dd{
	margin-bottom:3em;
	line-height:1.4;
	text-indent:-87px;
	margin-left:87px;
}
.faq dl dd:before{
	content:"Ａ";
	font-weight:800;
	padding:0.8em 1em;
	background:#28619d;
	color:#fff;
	border-radius:100px;
	margin-right:20px;
}
.qr{
	background:#E9F4E7;
	padding-top:5vw;
	padding-bottom:7vw;
	text-align:center;
}
.qr h2 img{
	width:37.6428vw;
	padding-bottom:4vw;
}
.qr h3 img{
	width:66.50vw;
}
.sec08{
  margin-top:0;
  padding-top:6vw;
  width:100%; 
  padding-bottom:3vw;
}
.sec08 h2{
  width:100%;
  text-align: center;
}
.sec08 h2 img{
  width:15vw;
  padding-top:0px;
  padding-bottom:3vw;
}
.sec08 dl{
  margin-left:19.64vw;
  width:60.714vw;
  font-size:1.5vw;
  line-height:1.5;
  border-bottom:1px solid #D6D6D6;
}
.sec08 dl dt{
  font-size:2.0vw;
  color:#2B5AA7;
  font-weight:600;
  border-top:1px solid #D6D6D6;
  padding-top:20px;
  text-indent:-1.4em;
  padding-left:1.4em;
}
.sec08 dl dd{
  padding-left:3vw;
  padding-bottom:1vw;
}
.sec08 dl dd a{
	font-weight:600;
}

.tel_bottom{
  background: url("../img/tel_bg.png") top center no-repeat;
  background-size:cover;
  padding:60px;
  text-align: center;
}
.tel_bottom img{
  width:34.07vw;
}

section.contact{
  padding-top:3vw;
  padding-bottom:3vw;
  background:#f5f5f5;
}

section.contact{
  text-align: center;

}
.contact .title{
   max-width:1204px;
   width:95vw;
   margin:40px auto;
   background:#28619d;
   padding:5px;
}
.contact h2{
   max-width:1200px;
   
   background:#28619d;
   text-align: center;
   color:#fff;
   padding-top:25px;
   padding-bottom:25px;
   border:solid 2px #fff;
}
.contact p{
	margin-bottom:40px
}
.contact img , .contact table{
  width:60.714vw;
  margin: 0 auto;
  font-size:20px;
}
.contact input, .contact textarea{
  font-size:20px;
  padding:3px;
}
.contact textarea{
  width:98%;
}
.contact th{
  text-align:left;
  vertical-align: top;
  padding:15px;
  white-space: nowrap
}
.contact th label{
	background: red;
	font-size:12px;
	color:#fff;
	padding:0 4px 1px;
	border-radius:5px;
	margin-right:5px;
}
.contact td{
  padding:10px;
  line-height:1.5;
  text-align: left
}
.contact td input[type=checkbox]{
  transform: scale(1.5);
}
.contact td a{
  font-size:18px;
}
.contact .send{
  text-align:center;
}
.contact .send .button2{
  width:150px;
  height:58px;
  margin:40px;
  border-radius:30px;
  background:#fff;
  color:#3F65A0;
  border:1.5px solid #3F65A0;
  font-size:20px;
  font-weight:700;
}
.contact .send .button3{
  width:280px;
  height: 58px;
  margin:40px;
  border-radius:30px;
  background:#3F65A0;
  color:#fff;
  border:0;
  font-size:20px;
  font-weight:700;  
}
.formTable li{
	list-style: none;
}
.tel_bottom{
	background:#D8E2F3;
}
.footbanner{
  background:#D8E2F3;
  text-align:center;
  height:11.85vw;

}
.footbanner img{
  width:67.85714vw;
}
.sec11{
  background: #fff;
  padding-bottom:30px;
}
.sec11 .container{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  background: #fff;
  padding-top:1.5vw;
  padding-bottom:1vw
}
.sec11 .container img{
  margin-top:0px;
  margin-bottom: 0px;
  margin-right:30px;
  height:50px;
}
.sec11 .container span{
  float:right;
  padding-top:8px;
}
.sec11 .container span a{
  color:#333333;
  font-size:14px;
  text-decoration: none;
}
footer{
  background:#D8E2F3;
  color:#333;
  font-size:16px;
  text-align: center;
  padding-top:8px;
  padding-bottom:8px;
}
.thanks{
  font-size:2.5vw;
  line-height: 1.8;
  padding:60px 10px;
  text-align: center;
}
/* pagetop */
#page-top a {
	background: url('../images/top.png') no-repeat;
	width: 59px;
	height: 59px;
}
p#page-top a {
	position: fixed;
	right: 20px;
	bottom: 160px;
	display: block;
}
div#float{
	position: fixed;
	top:10vh;
	right: 1vw;
	z-index: 9999;
}
div#catalog a{
	width:100px;
	height:auto;
	background:#FB00A2;
	display:block;	
	border-radius: 15px;
	padding:26px 30px;
	color:#fff;
	font-weight:600;
	text-decoration: none;
	margin-bottom:20px;
}
div#order a{
	width:120px;
	height:auto;
	background:#003399;
	display:block;
	border-radius: 15px;
	padding:24px 20px 27px;
	color:#fff;
	font-weight:600;
	text-decoration: none
}

@media (max-width: 1480px){
  .contact table{
    width:90vw;
  }
}
@media (max-width: 1185px){
.sec03 ul{
  max-width:790px;
  }  
  .sec04 .container div{
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
  .sub_title03{
  margin:30px auto 30px 10vw;
  width:100%;
  max-width:318px;
 }
}
@media (max-width:1040px){
  .contact table{
    width:95%;
    max-width: 60vw;
    margin-right:auto;
    margin-left:auto;
  }
  .contact table th,.contact table td{
    display:block;
    text-align: left;
  }
}

/* タブレット用 */
@media (max-width:900px){
  .main{
    width:100%;
    height:48.52vw;
  }
  .main h1{
     margin-left:3.5vw;
  }
	h1.logo  a img{
		width: 50vw !important;
	}
  .main h1 img:first-child{
  width: 90vw !important;
  height:auto ;
}


  .sec02 p img{
    width:95vw;
    margin-top:4.5vw;
    
  }
  .sec03 h2 img{
	  width:65vw;
	}
.sec03 h3 img{
  width:45vw;
  margin-bottom:1vw;
}
  .sec03 p img{
  width:95vw;
}
	.sec03_com{
	margin-left:7.8vw;
	margin-top:2vw;
}

.sec03 li img{
  width:40vw;
  margin:0.7vw;
}	
	
.qr h2 img{
	width:70vw;
	padding-bottom:3vw;
}
.qr h3 img{
	width:90vw;
}	
  .sec04 h3 img{
  width:16.0714vw;
}
  .sec04 h2 img{
  width:65vw;
}
 .sec04_com{
	margin-left:7.5vw;
	margin-top:2vw;
} 
.sec04 ul li img{
  width:19vw;
  margin:1.1vw
}	

	
	ul.sec05-02{
	width:81vw !important;
	list-style:none;
	margin:20px auto;
}
ul.sec05-02 li img{
	width:19.2vw;
	margin:0.4vw;
}
  .sp_header .logo img{
    width:95vw;
    height:auto;
  }
  header{
    height:23.5vw;
  }
  header .button{
    float:right;
  }
  .sp_header .button{
  position:inherit;
    top:0;
  height:0;
}
  header .button .pattent{
    width:14.11vw;
  }
  header .button .tel{
  width:26.88vw;
  height:auto;
}
header .button .contact{
  width:22.815vw;
  height:auto;
}

.sec08 h2 img{
  width:30.5vw;
  padding-top:2vw;
  padding-bottom:5vw;
}
  .sec08 dl{
  margin-left:5vw;
  width:90vw;
  font-size:2.5vw;
  line-height:1.5;
  border-bottom:1px solid #D6D6D6;
}
.sec08 dl dt{
  font-size:3.0vw;
  color:#2B5AA7;
  font-weight:600;
  border-top:1px solid #D6D6D6;
  padding-top:20px;
  padding-bottom:1vw;
}
.sec08 dl dd{
  padding-left:3vw;
  padding-bottom:2vw;
}
}
@media (max-width:600px){
	h1.logo  a img{
		width: 70vw !important;
	}
 header{
    height:34.5vw;
  }
 header .button .tel{
  width:45vw;
  height:auto;
  padding-right:3vw;
}
 header .button .contact{
  width:35vw;
  height:auto;
}
 .main h1 img:last-child{
	width:88vw;
	}
	.banner{
	margin-top:8vw;
	}
 .banner a img{
	width:80vw;
	margin:5px;
}
	.sec01{
		margin-top:3vw;
		padding-top:7vw;
	}
 
.sec02{
  width:100%;
  text-align: center;
  margin-top:5vw;
  padding-bottom:4vw
}
.sec02 h3 img{
  width:90.857vw;
}
.sec02 div img{
  width:91.714vw;
  margin-top:1.5vw;
}
.container{
  background: url("../img/sec03_bg.png") top center;
  background-size:contain;
  text-align: center;
  padding-top:3.5vw;
  padding-bottom:2vw;
  
}
.sec03{
  text-align: center;
  background:#EBF4FD; 
}
.sec03_com{
	margin-left:0.0vw;
	margin-top:2vw;
}
.sec03 h2 img{
   width:88vw;
   margin-bottom:1.5vw;
}
.sec03 h3 img{
  width:65vw;
  margin-top:3vw;
  margin-bottom:1.5vw;
}
.sec03 p img{
  width:67.857vw;
  margin-bottom:3vw;
}
.sec03 ul{
	float:none
}
.sec03 li{
	list-style: none;
}
.sec03 li img{
  width:70vw;
  margin:0.7vw;
}
.sec04{
  width:100%;
  text-align: center;
  padding-top:4vw;
}
.sec04 h2 img{
  width:76.714vw;
}
.sec04 ul{
  width:100%;
  text-align: center;
  padding-top:1vw;
  padding-bottom:1vw;
}
.sec04 ul li {
	float:left;
	list-style:none;
}
.sec04 ul li img{
  width:32vw;
  margin:2vw
}


	.thanks{
  font-size:3.2vw;
	}

	.sec08 h2 img{
  width:37.5vw;
}
  .sec08 dl{
  font-size:3.2vw;
}
.sec08 dl dt{
  font-size:4.2vw;
  color:#2B5AA7;
  font-weight:600;
  border-top:1px solid #D6D6D6;
  padding-top:20px;
  padding-bottom:1vw;
}
 .sec08 dl dd{
	padding-bottom:3vw; 
	}
  .tel_bottom img{
  width:55vw;
}
	

.contact h3{
  text-align: center;
	margin-bottom:20px;
}
  .contact img , .contact table{
  width:85vw;
  margin: 0 auto;
  font-size:4vw;
}
  .contact input, .contact textarea{
  font-size:4vw;
  padding:3px;
}
  .contact .send .button2{
  width:180px;
  margin:25px;
}
  .contact .send .button2,
  .contact .send .button3{
	 font-size:18px;	
	}
  .footbanner{
    height:17.124vw;
  }
  .footbanner img{
    width:98vw;
  }
  .sec11{
	padding-bottom:70px !important;
	}
  .sec11 .container img{
  margin-top:10px;
  margin-bottom: 10px;
}
.sec11 .container span{
  float:right;
  padding-top:8px;
}
  footer{
    margin-top:30px;
    margin-bottom:10px;
  }
div#float{
	position: fixed;
	top:90vh;
	right: 45vw;
	z-index: 9999;
	display:table;
}
div#catalog a{
	width:100px;
	height:auto;
	background:#FB00A2;
	display:table-cell;	
	border-radius: 15px;
	padding:18px 30px;
	color:#fff;
	font-weight:600;
	text-decoration: none;
	margin-bottom:20px;
	position:absolute !important;
	bottom:-15px;
	left:-180px;
}
div#order a{
	width:120px;
	height:auto;
	background:#003399;
	display:table-cell;
	border-radius: 15px;
	padding:18px 20px 19px;
	color:#fff;
	font-weight:600;
	text-decoration: none;
    position:absolute !important;
	bottom:5px;	 
 }
}
