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

@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 100;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
}

*{
margin: 0px;
padding: 0px;
}

body{
  font-family: "Line-Seed", sans-serif;
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 1.8;
    color:#000;
    font-size:16px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

@media only screen and (max-width: 768px) {

body{
    font-size:15px;
	overflow-x: hidden;
}
    
}

.en-min{
    font-family: "Times New Roman", Times, "serif";
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en-thin {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.en {
    font-family: "Arial Black", Gadget, Arial, Helvetica, "sans-serif";
  font-style: italic;
    font-weight: bold;
}

.min{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}



@media only screen and (max-width: 599px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 14px;
	max-width: 100%;
}

.en {
     -webkit-text-stroke: 1px black;
    letter-spacing: 0.03em;
}


}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

.img-hover-big{
	display: block;
    overflow: hidden;
}

.img-hover-big img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover-big:hover img{
    transform: scale(1.2);
}

.img-w{
    filter: brightness(0) invert(1);
}



a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#000; text-decoration: none;}
a:hover{color:#000; text-decoration:underline;}

a.a-underline{
    text-decoration: underline !important;
}



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

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px; }

.cb{clear:both;}


/*==================================================
page-top
================================================== */

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}

#page-top a{
    background: #fff;
    display: inline-block;
    width:78px;
    height: 78px;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: none !important;
    color: #aeb8ca !important;
    cursor: pointer;
    border: 1px solid #aeb8ca;
	text-align: center;
}

#page-top a:hover{
    background: #aeb8ca;
}

/*@keyframes slideyy{
  from {height: 31px; bottom: 58px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 20px; }
}*/

#page-top a::before{
    /*animation-name: slideyy;
    animation-duration: 1s;*/
    content: "";
    position: absolute;
    bottom: 7px;
    left: 40px;
    margin: auto;
    width: 1px;
    height: 26px;
    background: #aeb8ca;
    transition: .4s;
}

@keyframes slidey{
  from {height: 20px; bottom: 7px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 29px; }
}

#page-top a:hover::before{
    animation-name: slidey;
    animation-duration: 1s;
    background: #fff;
    bottom: 58px;
    height: 29px;
}

/*@keyframes slideyyy{
  from {bottom: 79px;}
  50% {bottom: 79px; }
  to {bottom: 25px; }
}*/

#page-top a::after{
    /*animation-name: slideyyy;
    animation-duration: 1s;*/
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 37px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #aeb8ca;
    transform: rotate(135deg);
    transition: .4s;
}

#page-top a:hover::after{
    bottom: 79px;
    border-left: 1px solid #fff;
}


@media only screen and (max-width: 1024px) {

#page-top a:hover{
    background: #fff;
}

#page-top a:hover::before{
    animation:none;
    background: #aeb8ca;
    bottom: 7px;
    left: 40px;
    height: 26px;
}
	
	#page-top a::after{
		bottom: 26px;
	}

#page-top a:hover::after{
    bottom: 26px;
    border-left: 1px solid #aeb8ca;
}	
	
}




@media only screen and (max-width: 768px) {
    
#page-top{bottom:20px; right:15px; }


#page-top a{
    width:58px;
    height: 58px;
}

#page-top a:hover{
    background: #fff;
}

#page-top a::before{
    animation: none;
    left: 30px !important;
    height: 24px !important;
    background-color: #aeb8ca !important;
}

#page-top a:hover::before{
    left: 30px;
    height: 24px;
}

#page-top a::after{
    animation: none;
    bottom: 24px;
    left: 27px;
    width: 6px;
    height: 6px;
}

#page-top a:hover::after{
    bottom: 24px;
}	
    
    
}






img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

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

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 480px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
    text-align: center;
	padding: 75px 0 35px;
}


.btn{
    background: #000;
    color: #fff !important;
    cursor: pointer;
    border-radius: 48px;
    padding: 18px 20px;
    display: inline-block;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
	box-sizing: border-box;
}

.btn:hover{
    background: #dedcdc;
	color: #000 !important;
}

.btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	right: 20px;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .8s;
}
.btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #fff;
    transform: rotate(-135deg);
    transition: .8s;
}

.btn:hover::before{
	background: #000;
}

.btn:hover::after{
	border-color: #000;
}

.btn-area1btn{
    text-align: center;
    padding: 50px 0 ;
}

.btn-area1btn .btn{
	width:360px;
}

.btn-area2btn{
    text-align: center;
    display: flex;
    padding: 35px 0;
}

.btn-area2btn .btn{
    width: 50%;
    min-width: auto;
}
.btn-area2btn .btn:first-child{
    margin-right: 3%;
}



@media only screen and (max-width: 1024px) {


    
}



@media only screen and (max-width: 768px) {

.btn{

	font-size: 15px;
}   

.btn-y{
    font-size: 15px;
}


	
}


@media only screen and (max-width: 599px) {

.btn-area{
	padding: 35px 0 25px;
}

.btn{
	font-size: 14px;
}


.btn-area1btn .btn{
    width: 80%;
}

.btn-area1btn{
    padding: 20px 0 ;
}

.btn-area2btn{
    display: block;
    padding: 25px 0;
}

.btn-area2btn .btn{
    width: 100%;
    margin: 8px 0;
}
.btn-area2btn .btn:first-child{
    margin-right: 0;
}

	
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-area-small{
    width: 768px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	margin-top: 50px;
}

.sec-big{
	margin-top: 75px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #ededed;
    padding: 65px 0;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.page-contents{
    padding: 120px 0 75px;
}

@media only screen and (max-width: 1024px) {

.contents-area,
.contents-area-small{
    width: 90%; 
}

.page-contents{
    padding: 80px 0 50px;
}
	
}


@media only screen and (max-width: 768px) {
    
.sec{
	margin-top: 35px;
}

.sec-big{
	margin-top: 50px;
}

	
}

@media (max-width: 599px) {

.sec-grey{
    padding: 35px 0;
}
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
	font-size: 48px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 50px;
    font-weight: normal;
	text-align: center;
}

.title-contents strong{
    display: block;
}

.title-contents span{
	display: block;
	width: 80px;
	height: 1px;
	border-top: 1px solid #000;
	margin: 12px auto 20px ;
}

.title-contents small{
	display: block;
	font-size: 18px;
}

p.title-en{
    margin: 15px 0 0;
    position: relative;
    font-size: 15px;
    padding-left: 5px;
    letter-spacing: 0.08em;
}

p.title-en span{
    position: absolute;
    left: 5px;
    top: -8px;
    width: 40px;
    height: 1px;
    border-top: 1px solid #cd63a8;
}

.box-tate-scroll-line{
    height: 48px;
    position: relative;
    margin: 10px 0;
}

.title-basic{
    display: block;
    font-size:32px;
    margin-bottom: 25px;
    line-height: 1.5;
}


.title-underline{
    display: block;
    font-size: 18px;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
    padding: 0 0 5px 2px;
}

.title-border-right{
    display: flex;
    margin: 45px 0 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.title-border-right strong{
    font-weight: normal;
     white-space: nowrap;
    margin-right: 0.6em;
}
.title-border-right.fs-big{
    font-size: 32px;
}

.title-border-right span{
    flex-grow: 1;
    position: relative;
    content: "";
    height: 1px;
    border-top: 1px solid;
    top: 18px;
}
.title-border-right.fs-big span{
    top: 28px;
}
.title-border-right.fs-big strong small{
    font-size: 18px;
}


@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 32px;
	margin-bottom: 35px;
}

.title-contents small{
	font-size: 15px;
}

.title-basic{
    font-size: 24px;
    margin-bottom: 15px;
}

.box-tate-scroll-line{
    height: 38px;
    margin: 7px 0;
}

.title-line{
    font-size: 16px;
    padding-bottom: 8px;
}


.title-underline{
    font-size: 16px;
}

.title-underline.expand span::before{
    width: 200px;
}

.title-border-right{
    margin: 30px 0 20px;
}
    

.title-border-right.fs-big{
    font-size: 24px;
} 
.title-border-right.fs-big span{
    top: 21px;
} 
.title-border-right.fs-big strong small{
    font-size: 15px;
}  


	
}


@media only screen and (max-width: 599px) {
	
.title-contents{
	font-size: 8vw;
	margin-bottom: 30px;
    line-height: 1.4;
}

.title-contents span{
	width: 50px;
	margin: 10px auto 16px ;
}

.title-contents small{
	font-size: 13px;
}

p.title-en{
    font-size: 13px;
}

.box-tate-scroll-line{
    height: 32px;
    margin: 5px 0;
}

.title-basic{
    font-size: 6vw;
    margin-bottom: 5px;
}


.title-underline{
    font-size: 16px;
}


.title-line{
    font-size: 14px;
}

.title-border-right{
    margin: 30px 0 10px;
}
    

.title-border-right.fs-big{
    font-size: 5vw;
} 
.title-border-right.fs-big span{
    top: 18px;
} 
.title-border-right.fs-big strong small{
    font-size: 13px;
}  
	
}


/*------------
  contents-ttl
------------*/

.contents-ttl {
  overflow: hidden;
  position: relative;
  /*padding: 30px 0;*/
}
.contents-ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #49BBBA;
  transition: width 2.5s;
}
.contents-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #49BBBA;
  transition: width 2.5s;
}
.contents-ttl._in::before {
  width: 100%;
}
.contents-ttl._in::after {
  width: 100%;
}
.contents-ttl .ttl-wrapper {
  display: flex;
  color: #49BBBA
  /*align-items: center;*/
}
.contents-ttl .ttl-main {
  padding: 30px 0 30px 35px;
  font-size: 48px;
  font-weight: 600;
  transform: translateY(15px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 2s;
}
.contents-ttl._in .ttl-main {
  transform: translateY(0);
  opacity: 1;
}
.contents-ttl .ttl-separator {
  overflow: hidden;
  width: 1px;
  transform: skewX(-15deg);
}
.contents-ttl .ttl-separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #49BBBA;
  transition: height 1.5s;
  transition-delay: 1.5s;
}
.contents-ttl._in .ttl-separator::before {
  height: 100%;
}
.contents-ttl .ttl-sub {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 35px;
  font-size: 14px;
}
.contents-ttl .ttl-sub span {
  transform: translateY(-15px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 2s;
}
.contents-ttl._in .ttl-sub span {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 800px) {
.contents-ttl .ttl-main {
  font-size: 4.5vw;
  padding: 20px 0 20px 35px;
}
    
}

@media only screen and (max-width: 480px) {
.contents-ttl .ttl-main {
  font-size: 4.5vw;
  padding: 16px 0 16px 20px;
}
.contents-ttl .ttl-sub {
  padding-right: 25px;
  font-size: 13px;
}
    
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 1100px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
icn
================================================== */

.icn{
    vertical-align: middle;
    width: 20px;
}

.icn-l{
    margin-right: 6px;
}

.icn-r{
    margin-left: 6px;
}

.c-w{
    filter: brightness(0) invert(1);
}

a:hover .c-w{
    filter: none;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 80px;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
    background-color: #000;
	color: #fff;
}

#site-title img{height: 42px; margin: 15px 0 0 15px; vertical-align: middle;}


.header-contents{
	position: absolute;
	top: 0;
	right: 3%;
	display: flex;
}


@media only screen and (max-width: 1024px) {

header{
	height: 60px;
}
    
#site-title img{height: 40px; margin:0 0 0 15px;}    
    
.header-contents{
    display: none;
}    
    
}


@media (max-width: 768px) {



}


@media (max-width: 599px) {
    
     
#site-title img{height: 32px; margin:5px 0 0 12px;}   

}

/*==================================================
footer
================================================== */

footer{
	clear: both;
    font-size: 14px;
    padding: 50px 0 20px;
    border-top: 1px solid #ededed;
}

#footer-logo{
    text-align: left;
}

#footer-logo img{
	width: 100px;
    margin-top: 5px;
}

#footer-logo strong{
	display: block;
	margin: 12px 0;
	font-size: 16px;
}

#footer-addrtel p{
	margin: 0;
}

#footer-sns{
    position: absolute;
    text-align: right;
    top: 50px;
    right: 0;
    display: flex;
    line-height: 1.5;
}

#footer-sns img{
	height: 32px;
    vertical-align: middle;
    margin-left: 25px;
}


#footer-cta{
    text-align: center;
    float: right;
}

#footer-copyright{
    font-size: 12px;
	margin: 35px 0 0;
    text-align: center;
}

#footer-link{
    margin: 10px 0 0;
}


@media (max-width: 768px) {

	
}

@media (max-width: 599px) {

footer{
    padding: 35px 0 100px;
}

#footer-logo{
    text-align: center;
}

#footer-logo img{
    width: 25%;
    margin-top: 0;
}
    
    #footer-sns{
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
		margin: 20px 0 25px;
		display: block;
    }

#footer-sns img{
    height: 28px;
    margin: 0 12px;
}
	
	#footer-addrtel{
		text-align: center;
		
	}

#footer-copyright{
    font-size: 11px;
    letter-spacing: 0.02em;
    text-align: center;
	margin-top: 20px;
}

#footer-link{
    margin: 15px 0 0;
    text-align: center;
    font-size: 12px;
}
	
	
}

/*==================================================
fixed-sp-foot
================================================== */

#fixed-sp-foot{
    display: none;
}


@media (max-width: 599px) {
    
#fixed-sp-foot{
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999999;
    width: 100%;
}  
    
    #fixed-sp-foot ul{
        display: flex;
        list-style: none;
    }
    
    #fixed-sp-foot ul li{
        flex: 1;
        text-align: center;
    }
    
    #fixed-sp-foot ul li a{
        display: block;
        padding: 7px 0;
    }
    
    #fixed-sp-foot ul li a img{
        height: 12px;
        vertical-align: bottom;
        margin-bottom: 3px;
    }
    
    #fixed-sp-foot ul li a small{
        display: block;
        color: #fff;
        letter-spacing: 0;
        font-weight: 600;
    }
    
    
}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
	background-color: #fff;
}

.table tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table th{
    width: 100px;  
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td{
    font-weight:normal; 
    padding: 30px 40px; 
    text-align: left;
    line-height: 2.0;
	vertical-align: top;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}

.table-border{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.table-border th{
    text-align: center;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    font-weight: normal;
}

.table-border td{
    text-align: center;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
}


@media only screen and (max-width: 480px) {
    
.table{
	font-size: 14px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: none;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px 35px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}

}



/*==================================================
list
================================================== */

.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

.ul-3cols li{
	width: calc(100%/3);
}


.ul-check{
    list-style: none;
}

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ul-basic{
    margin-left: 18px;
}


.ul-basic{
    list-style: disc;
}

.ul-delay li:nth-child(2){transition-delay: 200ms;}
.ul-delay li:nth-child(3){transition-delay: 400ms;}
.ul-delay li:nth-child(4){transition-delay: 600ms;}
.ul-delay li:nth-child(5){transition-delay: 800ms;}
.ul-delay li:nth-child(6){transition-delay: 1000ms;}

.ol-basic{
    margin-left: 25px;
}


@media only screen and (max-width: 768px) {

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}
    
}



@media only screen and (max-width: 599px) {

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}
	
	
}

/*==================================================
fc
================================================== */

.fc-black{color: #000 !important;}
.fc-w{color: #fff !important;}
.fc-grey{color: #999 !important;}
.fc-red{color: #e90c0c !important;}

.ta-r{text-align: right !important;}
.ta-c{text-align: center !important;}
.ta-l{text-align: left !important;}
.ta-j{text-align: justify !important;}


/*==================================================
fs
================================================== */

.fs-large{
    font-size: 120%;
}

@media only screen and (max-width: 599px) {

.fs-large{
    font-size: 3.8vw;
}
    
}

/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}


/*==================================================
Padding Valiation
================================================== */

.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}

.p1per{padding:1% !important;}
.p2per{padding:2% !important;}
.p3per{padding:3% !important;}
.p4per{padding:4% !important;}
.p5per{padding:5% !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pr1per{padding-right:1% !important;}
.pr2per{padding-right:2% !important;}
.pr3per{padding-right:3% !important;}
.pr4per{padding-right:4% !important;}
.pr5per{padding-right:5% !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pl1per{padding-left:1% !important;}
.pl2per{padding-left:2% !important;}
.pl3per{padding-left:3% !important;}
.pl4per{padding-left:4% !important;}
.pl5per{padding-left:5% !important;}

.p0a{padding-right:auto; padding-left:auto !important;}
.plr10{padding-left:10px; padding-right:10px !important;}
.plr15{padding-left:15px; padding-right:15px !important;}
.plr20{padding-left:20px; padding-right:20px !important;}
.plr25{padding-left:25px; padding-right:25px !important;}
.plr30{padding-left:30px; padding-right:30px !important;}
.plr40{padding-left:40px; padding-right:40px !important;}
.plr50{padding-left:50px; padding-right:50px !important;}

.plr1per{padding-left:1%; padding-right:1% !important;}
.plr2per{padding-left:2%; padding-right:2% !important;}
.plr3per{padding-left:3%; padding-right:3% !important;}
.plr4per{padding-left:4%; padding-right:4% !important;}
.plr5per{padding-left:5%; padding-right:5% !important;}



/*==================================================
Margin Valiation
================================================== */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}

.m1per{margin:1% !important;}
.m2per{margin:2% !important;}
.m3per{margin:3% !important;}
.m4per{margin:4% !important;}
.m5per{margin:5% !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mr1per{margin-right:1% !important;}
.mr2per{margin-right:2% !important;}
.mr3per{margin-right:3% !important;}
.mr4per{margin-right:4% !important;}
.mr5per{margin-right:5% !important;}

.mt0{margin-top:0px !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;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !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;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.ml1per{margin-left:1% !important;}
.ml2per{margin-left:2% !important;}
.ml3per{margin-left:3% !important;}
.ml4per{margin-left:4% !important;}
.ml5per{margin-left:5% !important;}

.m0a{margin-right:auto; margin-left:auto !important;}
.mlr10{margin-left:10px; margin-right:10px !important;}
.mlr15{margin-left:15px; margin-right:15px !important;}
.mlr20{margin-left:20px; margin-right:20px !important;}
.mlr25{margin-left:25px; margin-right:25px !important;}
.mlr30{margin-left:30px; margin-right:30px !important;}
.mlr40{margin-left:40px; margin-right:40px !important;}
.mlr50{margin-left:50px; margin-right:50px !important;}

.mlr1per{margin-left:1%; margin-right:1% !important;}
.mlr2per{margin-left:2%; margin-right:2% !important;}
.mlr3per{margin-left:3%; margin-right:3% !important;}
.mlr4per{margin-left:4%; margin-right:4% !important;}
.mlr5per{margin-left:5%; margin-right:5% !important;}

/*==================================================
Width Valiation
================================================== */

.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.w110per{width:110% !important;}
.w120per{width:120% !important;}
.w130per{width:130% !important;}
.w140per{width:140% !important;}
.w150per{width:150% !important;}
.w160per{width:160% !important;}
.w170per{width:170% !important;}
.w180per{width:180% !important;}
.w190per{width:190% !important;}
.w200per{width:200% !important;}






