@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,img,hr,a,pre,p { margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;border: 0;}
li {list-style-type: none;}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
html {scroll-behavior: smooth;}

/*共通要素*/
body {
	color: #333;
	font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
}
.font_en {
	font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
}
body *,
body *::before,
body *::after {
	box-sizing: border-box;
}
p {text-align: left;}
h1,h2,h3,h4,h5 {font-weight: normal;font-size: 100%;}
h2,h3 {font-weight: 500}
a {text-decoration: none;}
a:hover img {opacity: 0.7;}

img {
	max-width: 100%;
}
.ds {
	filter: drop-shadow(2px 2px 3px #aaa);
}
.flex_reverse {
	flex-direction: row-reverse;
}

/*共通パーツ*/
div.header {
	background-color: #fff;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 99;
}
div.header_inner {
	width: calc(100% - 60px);
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
h1 > a.logo {
	display: block;
	width:160px;
	position: absolute;
	top: 10px;
	left: 0;
}
h1 > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 200px;
	transform: translateY(-50%);
	font-size: 81.25%;
	font-weight: 700;
}
span.tel {
	color: #d10b47;
	position: absolute;
	top: 50%;
	right: 70px;
	transform: translateY(-50%);
	font-size: 137.5%;
	font-weight: 700;
}
a.mail {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
}
div.global_navi {
	background-color: #fff;
	margin-top: 70px;
	padding: 5px 0 8px;
}
ul.gnavi {
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 60px);
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
ul.gnavi li {
	margin-right: 10px;
	white-space: nowrap;
}
.gnavi a {
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	outline: none;
}
.gnavi a span {
	padding: 10px 5px;
	position: relative;
	z-index: 2;
	line-height: 1em;
	color: #333;
}
.gnavi a:hover span{
	color: #333;
}
.gnavi a::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #c71a43;
	width: 0;
	height: 3px;
	transition: all 0.3s ease-in-out;
}
.gnavi a:hover::after {
	width: 100%;
	background: #c71a43;
}
#home .gnavi .home a::after,
#strong .gnavi .strong a::after,
#product .gnavi .products a::after,
#aboutus .gnavi .aboutus a::after,
#recruit .gnavi .recruit a::after,
#sdgs .gnavi .sdgs a::after,
#contactus .gnavi .contactus a::after {
	width: 100%;
	background: #c71a43;
}
ul.gnavi li.en {
	margin-right: 0;
	position: absolute;
	right: 0;
	font-weight: 700;
}

a.blank {
	background: url("/common/img/ico_blank.png") no-repeat right center;
	background-size: 24px;
	color: #330072;
	padding-right: 28px;
	text-decoration: none;
}
a.blank:hover {
	color: #999;
	text-decoration: underline;
}


/*kvエフェクト*/
@keyframes kv_effect {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes kv_effect2 {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
div.kv {
	animation-name: kv_effect;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}

div.kv h2 {
	animation-name: kv_effect2;
	animation-duration: 4s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
/*kvエフェクトend*/

div.contents {
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}
div.contents.w100p {
	width: 100% !important;
	max-width: 100%;
}
div.flex50 {
	display: flex;
	position: relative;
}
div.flex50 > div {
	width: 50%;
}
div.flex_leftmenu {
	display: flex;
	position: relative;
}
div.flex_leftmenu > div:nth-child(1) {
	width: 11em;
}
div.flex_leftmenu > div:nth-child(2) {
	width: calc(100% - 11em);
}
.bg_lblue {
	background-color: #e6f1f7;
}

.btn_type01 {
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	outline: none;
}
.btn_type01 span {
	padding: 10px 120px 10px 10px;
	position: relative;
	z-index: 2;
	background: url("/common/img/arrow_b.png") no-repeat calc(100% - 10px) center;
	color: #330072;
	line-height: 3.5em;
	white-space: nowrap;
}
.btn_type01:hover span{
	background: url("/common/img/arrow_w.png") no-repeat calc(100% - 10px) center;
	color: #fff;
}
.btn_type01::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #8a91a8;
	width: 100%;
	height: 3px;
	transition: all 0.3s ease-in-out;
}
.btn_type01:hover::after {
	height: 100%;
	background: #330072;
}
.btn_type02 {
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	outline: none;
}
.btn_type02 span {
	padding: 10px 120px 10px 10px;
	position: relative;
	z-index: 2;
	background: url("/common/img/arrow_w.png") no-repeat calc(100% - 10px) center;
	color: #fff;
	line-height: 3.5em;
	white-space: nowrap;
}
.btn_type02:hover span{
	background: url("/common/img/arrow_b.png") no-repeat calc(100% - 10px) center;
	color: #330072;
}
.btn_type02::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #8a91a8;
	width: 100%;
	height: 3px;
	transition: all 0.3s ease-in-out;
}
.btn_type02:hover::after {
	height: 100%;
	background: #e6f1f7;
}
.btn_type03 {
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	outline: none;
	width: 13em;
	white-space: nowrap;
}
.btn_type03 span {
	padding: 8px 8px 2px 8px;
	display: block;
	position: relative;
	z-index: 2;
	background: url("/common/img/arrow_b.png") no-repeat calc(100% - 10px) calc(100% - 8px);
	background-size: 12%;
	color: #330072;
	line-height: 2em;
	width: 100%;
}
.btn_type03:hover span{
	background: url("/common/img/arrow_w.png") no-repeat calc(100% - 10px) calc(100% - 8px);
	background-size: 12%;
	color: #fff;
}
.btn_type03::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #8a91a8;
	width: 100%;
	height: 1px;
	line-height: 0.01%;
	transition: all 0.3s ease-in-out;
}
.btn_type03:hover::after {
	height: 100%;
	background: #330072;
}
.btn_type03 span em {
	font-size: 75%;
	display: block;
	margin-top: 2px;
	line-height: 11px;
	font-weight: normal;
	font-style: normal;
	color: #8a91a8;
}
.btn_type03:hover span em {
	color: #fff;
}

.contents h2 {
	font-size: 240%;
	color: #330072;
	margin-bottom: 50px;
}
.contents h2 span {
	display: block;
	font-size: 67%;
	color: #3cacbe;
}
.contents h2 span::before {
	content: '●';
	color: #330072;
	margin-right: 0.5em;
}
.contents h3 {
	font-size: 187.5%;
	color: #330072;
	margin-bottom: 50px;
	font-weight: 500;
}
.contents h3 span {
	display: block;
	font-size: 67%;
	color: #3cacbe;
}
.contents h3 span::before {
	content: '●';
	color: #330072;
	margin-right: 0.5em;
}

.kv_inner > h2 span::before {
	content: '●';
	margin-right: 0.5em;
}
/*.contents h3 {
	font-size: 150%;
	margin-bottom: 50px;
}*/
.contents h4.number {
	display: flex;
	position: relative;
	padding-left: 2em;
		font-size: 150%;
	margin-bottom: 50px;
}
.contents h4.number > span {
		display: block;
	position: absolute;
	color: #fff;
	width: 1.8em;
	text-align: center;
	background: #330072;
	font-weight: 400;
	font-size: 70%;
	left: 0;
	top: 0.7em;
	height: 1.5em;
	line-height: 1.5em;

}
.contents p {
	margin-bottom: 50px;
}
ul.caution li {
	font-size: 81.25%;
}
ul.caution li.indent1 {
	margin-left: 0.8em;
	text-indent: -0.8em;
}


ul.caution li span.red {
	color: #d10b47;
}
.contact_us {
	width: 100%;
	background: url("/common/img/bg_cocolor.png");
	padding: 70px 0 70px;
}
.contact_us div.contact_us_inner {
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
	background: url("/common/img/contact_us.png") no-repeat left top;
	background-size: 27.5%;
}
.contact_us div.contact_us_inner div:nth-child(1) {
	padding-top: 100px;
}
.contact_us div.contact_us_inner div:nth-child(2) {
	position: relative;
}
.contact_us div.contact_us_inner div:nth-child(2) a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer {
	width: 100%;
	background: #e6f1f7;
	padding: 70px 0 50px;
}
.footer div.footer_inner {
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: url("/common/img/logo.png") no-repeat left top;
	background-size: 16.66%;
}
.footer div.footer_inner div:nth-child(1) {
	padding-top: 100px;
	font-size: 87.5%;
}
ul.footer_btns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 28em;
}
ul.footer_btns li {
	width: 13em;
	margin-bottom: 1px;
}
div.copy {
	width: calc(100% - 100px);
	padding: 20px 0 20px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #333;
	font-size: 87.5%;
}
div.copy a {
	color: #333;
}
div.copy a:hover {
	text-decoration: underline;
}
#to_top {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	width: 76px;
	height: 71px;
	background: url("/common/img/btn_top.png") no-repeat right top;
	background-size: 100%;
	z-index: 999;
}
#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07 {
	padding-top: 100px;
	margin-top: -100px;
}
div.index {
	width: calc(100% - 100px);
	padding: 0;
	max-width: 900px;
	margin: 50px auto;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e6f1f7;
}
div.index > div {
	background: #330072;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 6px;
	border-bottom: solid 1px #fff;
	font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
}
div.index > ul {
	width: 90%;
	text-align: left;
	margin: 15px auto 10px;
}
div.index > ul li {
	min-height: 40px;
	margin: 10px 0;
	width: 100%;
}
div.index > ul li a {
	padding-left: 36px;
	position: relative;
	display: block;
	color: #333;
}
div.index > ul li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}
div.index > ul li a::before {
	position: absolute;
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	background: url("/common/img/arrow_b3.png") no-repeat left center;
	background-size: cover;
}
div.index > ul li a:hover::before {
	transform: translateY(-50%) rotate(360deg);
	transition: all 1.0s;
}
div.index > ul li a::before img {
	max-width: 24px;
}
div.border_top {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 40px 0;
}
div.img_column450 {
	display: flex;
	justify-content: space-between;
}
div.img_column450 > div:nth-child(1) {
	width: 55%;
}
div.img_column450 > div:nth-child(2) {
	width: 37.5%;
}
ul.dot_list li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
ul.dot_list li::before {
	content: '●';
	color: #330072;
	margin-right: 0.3em;
}
ul.dot_list_flex {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
ul.dot_list_flex li {
	width: 30%;
	margin-right: 20px;
	margin-bottom: 20px;
/* white-space: nowrap; */
	text-indent: -1.2em;
	margin-left: 1.2em;
}
ul.dot_list_flex li::before {
	content: '●';
	color: #330072;
	margin-right: 0.3em;
}

/*下層ページ共通*/

.kv::before {
	content: "";
	display: block;
	padding: calc(400 / 1920 * 100%) 0 0;
}
.kv_inner {
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.kv_inner > h2 {
	font-size: 240%;
	color: #fff;
	text-shadow: 2px 2px 8px #000, 1px 1px 6px #000;
}

.kv_inner  > h2 span {
	display: block;
	font-size: 67%;
	color: #fff;
}
.kv_inner  > h2 span::before {
	color: #fff;
}


/*common*/
.pc {display: block !important;}
.sp {display: none !important;}
img {border: 0;max-width: 100%;}
sup {font-size: 77%;}

.indent1 {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
.indent3 {
	margin-left: 3em;
	text-indent: -3em;
}
.ta_c {
	text-align: center;
}
.ta_r {
	text-align: right;
}
.fw400 {
	font-weight: 400 !important;
}
.fw500 {
	font-weight: 500 !important;
}
.small11 {
	font-size: 68.75%;
}
.small12 {
	font-size: 75%;
}
.small14 {
	font-size: 87.5%;
}
.large20 {
	font-size: 125%;
	line-height: 1.875;
}
.large26 {
	font-size: 162.5%;
	line-height: 1.875;
}
.large30 {
	font-size: 187.5%;
	line-height: 1.875;
}
.large40 {
	font-size: 250%;
	line-height: 1.875;
}
.large48 {
	font-size: 300%;
	line-height: 1.875;
}
.bold {
	font-weight: 600;
}
br.w900 {
	display: none;
}


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 1000px) {

body {font-size: 14px;}
div.contents {
	width: calc(100% - 80px);
}

}

@media only screen and (max-width: 900px) {

div.contents {
	width: calc(100% - 60px);
}
h1 > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 180px;
	transform: translateY(-50%);
	font-size: 80%;
	font-weight: 700;
	line-height: 1.5;
}
br.w900 {
	display: inline-block;
}
span.tel {
	right: 60px;
	font-size: 100%;
}
}

@media only screen and (max-width: 767px) {

.pc {display: none !important;}
.sp {display: block ! important;}
div > img{width: 100%;}

div.header {
	width: 100%;
	height: 55px;
}
div.header_inner {
	width: calc(100% - 10px);
	height: 45px;
}a,button {
  -webkit-tap-highlight-color: transparent;
}
button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	appearance: none;
}
button.trigger {
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	background: url("/common/img/trigger.png") no-repeat center center;
	background-size: cover;
	z-index: 999;
}
.open button.trigger {
	background: url("/common/img/close.png") no-repeat center center;
}
.global_navi {
	position: fixed;
	padding: 0 0 30px 0;
	top: 55px;
	right: 0;
	z-index: 99;
	width: 70%;
	background: #fff;
	border: 1px solid #aaa;
	border-right: 0;
	border-radius: 0 0 0 8px;
	margin-top: 0 !important;
	margin-right: -100%;
	margin-bottom: 0;
	margin-left:  0;
	transition: all 0.6s ease-in-out;
}
.open.global_navi {
	padding: 0 0 30px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:  0;
	transition: all 0.6s ease-in-out;
}
ul.gnavi {
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
}
ul.gnavi li {
	margin-right: 10px;
	margin-left: 20px;
	white-space: normal;
	padding: 15px 20px 15px 0;
	border-bottom: dotted 1px #aaa;
}
.gnavi a {
	position: relative;
	padding: 0;
	display: block;
	text-decoration: none;
	outline: none;
}
.gnavi a span {
	padding: 10px 5px;
	position: relative;
	z-index: 2;
	line-height: 1em;
	color: #333;
}
.gnavi a:hover span{
	color: #333;
}
.gnavi a::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 0;
	height: 3px;
	transition: all 0s;
}
.gnavi a:hover::after {
	width: 100%;
	background: #fff;
}
#home .gnavi .home a::after,
#strong .gnavi .strong a::after,
#product .gnavi .products a::after,
#aboutus .gnavi .aboutus a::after,
#recruit .gnavi .recruit a::after,
#sdgs .gnavi .sdgs a::after,
#contactus .gnavi .contactus a::after {
	width: 100%;
	background: #fff;
}
ul.gnavi li.en {
	margin-right: initial;
	position: relative;

}
h1 > a.logo {
	width: 130px;
	top: 5px;
	left: 0;
}
h1 > span {display:none;}
span.tel {
	display:none;
}
a.mail {
	display:none;
}
div.index {
	width: calc(100% - 40px);
}
.kv_inner {
	width: calc(100% - 40px);
}
#anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07 {
	padding-top: 50px;
	margin-top: -50px;
	display: block;
}
div.contents {
	width: calc(100% - 20px);
	max-width: 767px;
	margin: 0 auto;
	padding: 40px 0 55px;
}
.contents h3 {
	line-height: 1.5;
}
.contents h3 span {
	line-height: 1.875;
}
div.flex50 {
	display: block;
}
div.flex50 > div {
	width: 100%;
}
div.flex50 > div:nth-child(2)  {
	margin-top: 30px;
}
div.img_column450 {
	display: block;
}
div.img_column450 > div:nth-child(1) {
	width: 100%;
}
div.img_column450 > div:nth-child(2) {
	width: 100%;
	margin-top: 30px;
}
div.flex_leftmenu {
	display: block;
	position: relative;
}
div.flex_leftmenu > div:nth-child(1) {
	width: 100%;
}
div.flex_leftmenu > div:nth-child(2) {
	width: 100%;
}
.contact_us {
	width: 100%;
	padding: 70px 0 70px;
}
.contact_us div.contact_us_inner {
	width: calc(100% - 40px);
	display: block;
	background: url("/common/img/contact_us.png") no-repeat left top;
	background-size: 200px;
}
.contact_us div.contact_us_inner div:nth-child(1) {
	padding-top: 80px;
	width: 100%;
}
.contact_us div.contact_us_inner div:nth-child(2) {
	position: relative;
	width: 100%;
	padding-top: 40px;
}
.contact_us div.contact_us_inner div:nth-child(2) a {
	position: relative;
	right: initial;
	top: initial;
	transform: translateY(0);
}
ul.dot_list_flex {
	display: block;
}
ul.dot_list_flex li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	white-space: normal;
}
.footer {
	padding: 60px 0 60px;
}
.footer div.footer_inner {
	width: calc(100% - 40px);
	display: block;
	background: url("/common/img/logo.png") no-repeat left top;
	background-size: 160px;
}
.footer div.footer_inner div:nth-child(1) {
	width: 100%;
	padding-top: 60px;
	font-size: 87.5%;
}
.footer div.footer_inner div:nth-child(2) {
	width: 100%;
	margin-top: 30px;
	font-size: 87.5%;
}
ul.footer_btns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
ul.footer_btns li {
	width: 48%;
	margin-bottom: 1px;
}
div.copy {
	width: calc(100% - 40px);
	padding: 20px 0 20px;
	margin: 0 auto;
	display: block;
	color: #333;
	font-size: 87.5%;
}
div.copy a {
	color: #333;
}
div.copy div:nth-child(2) {
	margin-top:10px;
}
#footer_mail {
	position: fixed;
	left: 10px;
	bottom: 5px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("/common/img/btn_mail.png") no-repeat left top;
	background-size: 100%;
	z-index: 999;
}
#footer_tel {
	position: fixed;
	left: 80px;
	bottom: 5px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("/common/img/btn_tel.png") no-repeat left top;
	background-size: 100%;
	z-index: 9999;
}

}

.mp0{margin: 0 !important;padding: 0 !important;}.mr0{margin-right:0 !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;}.mr35{margin-right:35px !important;}.mr40{margin-right:40px !important;}.mr45{margin-right:45px !important;}.mr50{margin-right: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;}.ml35{margin-left:35px !important;}.ml40{margin-left:40px !important;}.ml45{margin-left:45px !important;}.ml50{margin-left: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;}.mb35{margin-bottom:35px !important;}.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}.mb50{margin-bottom:50px !important;}.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;}.pr0{padding-right:0 !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;}.pr35{padding-right:35px !important;}.pr40{padding-right:40px !important;}.pr45{padding-right:45px !important;}.pr50{padding-right:50px !important;}.pl0{padding-left:0 !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;}.pl35{padding-left:35px !important;}.pl40{padding-left:40px !important;}.pl45{padding-left:45px !important;}.pl50{padding-left:50px !important;}.pb0{padding-bottom:0 !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;}.pb35{padding-bottom:35px !important;}.pb40{padding-bottom:40px !important;}.pb45{padding-bottom:45px !important;}.pb50{padding-bottom:50px !important;}.pb60{padding-bottom:60px !important;}.pb100{padding-bottom:100px !important;}.pt0{padding-top:0 !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;}.pt35{padding-top: 35px !important;}.pt40{padding-top: 40px !important;}.pt45{padding-top: 45px !important;}.pt50{padding-top: 50px !important;}.fs10{font-size:10px !important;}.fs11{font-size:11px !important;}.fs12{font-size:12px !important;}.fs13{font-size:13px !important;}