/*

	rev.2
	date 2023.08.17

*/

/*============================================================
	CLEAR FIX
*/
.cf:after {
	content: '';
	display: block;
	clear: both;
}

/*============================================================
	動画アスペクト
*/
.video-view {
	position: relative;
	padding-top: 56.25%;
	width: 100%; height: 0;
}
.video-view iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}

/*============================================================
	ブロック
*/
.block-center {
	margin-left: auto;
	margin-right: auto;
}
.table-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/*============================================================
	インプット
*/
.inline-checkbox input {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

/*============================================================
	区切り線
*/
.hr {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%; height: 1px;
	background: #ccc;
}
.hr hr {
	display: none;
}

/*============================================================
	改行
*/
.br-lg { display: none; }
.br-md { display: none; }
.br-sm { display: none; }
.br-xs { display: none; }

/*============================================================
	フォントカラー
*/
.color-normal     { color: #565656 !important; }
.color-blue       { color: #0095d3 !important; }
.color-white      { color: #ffffff !important; }
.color-black      { color: #000000 !important; }
.color-gray       { color: #717074 !important; }
.color-light-gray { color: #b1b1b1 !important; }

/*============================================================
	フォントウエイト
*/
.text-normal { font-weight: 200 !important; }
.text-bold   { font-weight: 400 !important; }

/*============================================================
	フォントサイズ
*/
.fs10 { font-size: 10px !important; line-height: 1.7; }
.fs11 { font-size: 11px !important; line-height: 1.7; }
.fs12 { font-size: 12px !important; line-height: 1.7; }
.fs13 { font-size: 13px !important; line-height: 1.7; }
.fs14 { font-size: 14px !important; line-height: 1.6; }
.fs15 { font-size: 15px !important; line-height: 1.6; }
.fs16 { font-size: 16px !important; line-height: 1.6; }
.fs17 { font-size: 17px !important; line-height: 1.6; }
.fs18 { font-size: 18px !important; line-height: 1.6; }
.fs19 { font-size: 19px !important; line-height: 1.5; }
.fs20 { font-size: 20px !important; line-height: 1.5; }
.fs21 { font-size: 21px !important; line-height: 1.5; }
.fs22 { font-size: 22px !important; line-height: 1.5; }
.fs23 { font-size: 23px !important; line-height: 1.4; }
.fs24 { font-size: 24px !important; line-height: 1.4; }
.fs25 { font-size: 25px !important; line-height: 1.4; }
.fs26 { font-size: 26px !important; line-height: 1.4; }
.fs27 { font-size: 27px !important; line-height: 1.3; }
.fs28 { font-size: 28px !important; line-height: 1.3; }
.fs29 { font-size: 29px !important; line-height: 1.3; }
.fs30 { font-size: 30px !important; line-height: 1.3; }
.fs31 { font-size: 31px !important; line-height: 1.2; }
.fs32 { font-size: 32px !important; line-height: 1.2; }
.fs33 { font-size: 33px !important; line-height: 1.2; }
.fs34 { font-size: 34px !important; line-height: 1.2; }
.fs35 { font-size: 35px !important; line-height: 1.2; }
.fs36 { font-size: 36px !important; line-height: 1.15; }
.fs37 { font-size: 37px !important; line-height: 1.15; }
.fs38 { font-size: 38px !important; line-height: 1.15; }
.fs39 { font-size: 39px !important; line-height: 1.15; }
.fs40 { font-size: 40px !important; line-height: 1.15; }
.fs41 { font-size: 41px !important; line-height: 1.15; }
.fs42 { font-size: 42px !important; line-height: 1.15; }
.fs43 { font-size: 43px !important; line-height: 1.15; }
.fs44 { font-size: 44px !important; line-height: 1.15; }
.fs45 { font-size: 45px !important; line-height: 1.15; }
.fs46 { font-size: 46px !important; line-height: 1.15; }
.fs47 { font-size: 47px !important; line-height: 1.15; }
.fs48 { font-size: 48px !important; line-height: 1.15; }
.fs49 { font-size: 49px !important; line-height: 1.15; }
.fs50 { font-size: 50px !important; line-height: 1.15; }

/*============================================================
	マージン
*/
.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; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }
.mt110 { margin-top: 110px !important; }
.mt120 { margin-top: 120px !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; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb110 { margin-bottom: 110px !important; }
.mb120 { margin-bottom: 120px !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; }

.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; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

/*============================================================
	パディング
*/
.pd10 { padding: 10px !important; }
.pd20 { padding: 20px !important; }
.pd30 { padding: 30px !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; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !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; }
.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; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !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; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !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; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

/* SIZE LG */
@media screen and (max-width: 1199px) {

	.br-lg { display: block !important; }

}

/* SIZE MD */
@media screen and (max-width: 991px) {

	.br-md { display: block !important; }

	.fs17 { font-size: calc(17px * 0.94) !important; }
	.fs18 { font-size: calc(18px * 0.94) !important; }
	.fs19 { font-size: calc(19px * 0.94) !important; }
	.fs20 { font-size: calc(20px * 0.94) !important; }
	.fs21 { font-size: calc(21px * 0.93) !important; }
	.fs22 { font-size: calc(22px * 0.93) !important; }
	.fs23 { font-size: calc(23px * 0.93) !important; }
	.fs24 { font-size: calc(24px * 0.92) !important; }
	.fs25 { font-size: calc(25px * 0.92) !important; }
	.fs26 { font-size: calc(26px * 0.92) !important; }
	.fs27 { font-size: calc(27px * 0.91) !important; }
	.fs28 { font-size: calc(28px * 0.91) !important; }
	.fs29 { font-size: calc(29px * 0.91) !important; }
	.fs30 { font-size: calc(30px * 0.90) !important; }
	.fs31 { font-size: calc(31px * 0.90) !important; }
	.fs32 { font-size: calc(32px * 0.90) !important; }
	.fs33 { font-size: calc(33px * 0.89) !important; }
	.fs34 { font-size: calc(34px * 0.89) !important; }
	.fs35 { font-size: calc(35px * 0.89) !important; }
	.fs36 { font-size: calc(36px * 0.88) !important; }
	.fs37 { font-size: calc(37px * 0.88) !important; }
	.fs38 { font-size: calc(38px * 0.88) !important; }
	.fs39 { font-size: calc(39px * 0.87) !important; }
	.fs40 { font-size: calc(40px * 0.87) !important; }
	.fs41 { font-size: calc(41px * 0.87) !important; }
	.fs42 { font-size: calc(42px * 0.86) !important; }
	.fs43 { font-size: calc(43px * 0.86) !important; }
	.fs44 { font-size: calc(44px * 0.85) !important; }
	.fs45 { font-size: calc(45px * 0.85) !important; }
	.fs46 { font-size: calc(46px * 0.84) !important; }
	.fs47 { font-size: calc(47px * 0.83) !important; }
	.fs48 { font-size: calc(48px * 0.82) !important; }
	.fs49 { font-size: calc(49px * 0.81) !important; }
	.fs50 { font-size: calc(50px * 0.80) !important; }

}

/* SIZE XS */
@media screen and (max-width: 767px) {

	.br-sm { display: block !important; }

	.center-block { width: 100%; }

	.fs15 { font-size: calc(15px * 0.93) !important; }
	.fs16 { font-size: calc(16px * 0.93) !important; }
	.fs17 { font-size: calc(17px * 0.92) !important; }
	.fs18 { font-size: calc(18px * 0.92) !important; }
	.fs19 { font-size: calc(19px * 0.91) !important; }
	.fs20 { font-size: calc(20px * 0.91) !important; }
	.fs21 { font-size: calc(21px * 0.90) !important; }
	.fs22 { font-size: calc(22px * 0.90) !important; }
	.fs23 { font-size: calc(23px * 0.89) !important; }
	.fs24 { font-size: calc(24px * 0.89) !important; }
	.fs25 { font-size: calc(25px * 0.88) !important; }
	.fs26 { font-size: calc(26px * 0.88) !important; }
	.fs27 { font-size: calc(27px * 0.87) !important; }
	.fs28 { font-size: calc(28px * 0.87) !important; }
	.fs29 { font-size: calc(29px * 0.86) !important; }
	.fs30 { font-size: calc(30px * 0.86) !important; }
	.fs31 { font-size: calc(31px * 0.85) !important; }
	.fs32 { font-size: calc(32px * 0.85) !important; }
	.fs33 { font-size: calc(33px * 0.84) !important; }
	.fs34 { font-size: calc(34px * 0.84) !important; }
	.fs35 { font-size: calc(35px * 0.83) !important; }
	.fs36 { font-size: calc(36px * 0.82) !important; }
	.fs37 { font-size: calc(37px * 0.81) !important; }
	.fs38 { font-size: calc(38px * 0.80) !important; }
	.fs39 { font-size: calc(39px * 0.79) !important; }
	.fs40 { font-size: calc(40px * 0.78) !important; }
	.fs41 { font-size: calc(41px * 0.77) !important; }
	.fs42 { font-size: calc(42px * 0.76) !important; }
	.fs43 { font-size: calc(43px * 0.75) !important; }
	.fs44 { font-size: calc(44px * 0.74) !important; }
	.fs45 { font-size: calc(45px * 0.73) !important; }
	.fs46 { font-size: calc(46px * 0.72) !important; }
	.fs47 { font-size: calc(47px * 0.71) !important; }
	.fs48 { font-size: calc(48px * 0.70) !important; }
	.fs49 { font-size: calc(49px * 0.69) !important; }
	.fs50 { font-size: calc(50px * 0.68) !important; }

	.mt30 { margin-top: 25px !important; }
	.mt35 { margin-top: 25px !important; }
	.mt40 { margin-top: 25px !important; }
	.mt45 { margin-top: 25px !important; }
	.mt50 { margin-top: 25px !important; }
	.mt60 { margin-top: 30px !important; }
	.mt70 { margin-top: 30px !important; }
	.mt80 { margin-top: 40px !important; }
	.mt90 { margin-top: 40px !important; }
	.mt100 { margin-top: 40px !important; }
	.mt110 { margin-top: 40px !important; }
	.mt120 { margin-top: 40px !important; }

	.mb30 { margin-bottom: 25px !important; }
	.mb35 { margin-bottom: 25px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb45 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 25px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb70 { margin-bottom: 30px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb90 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 40px !important; }
	.mb110 { margin-bottom: 40px !important; }
	.mb120 { margin-bottom: 40px !important; }

	.pd20 { padding: 10px !important; }
	.pd30 { padding: 15px !important; }

	.pt30 { padding-top: 25px !important; }
	.pt35 { padding-top: 25px !important; }
	.pt40 { padding-top: 25px !important; }
	.pt45 { padding-top: 25px !important; }
	.pt50 { padding-top: 25px !important; }
	.pt60 { padding-top: 30px !important; }
	.pt70 { padding-top: 30px !important; }
	.pt80 { padding-top: 30px !important; }

	.pb30 { padding-bottom: 25px !important; }
	.pb35 { padding-bottom: 25px !important; }
	.pb40 { padding-bottom: 25px !important; }
	.pb45 { padding-bottom: 25px !important; }
	.pb50 { padding-bottom: 25px !important; }
	.pb60 { padding-bottom: 30px !important; }
	.pb70 { padding-bottom: 30px !important; }
	.pb80 { padding-bottom: 30px !important; }

	.mt0-xs { margin-top: 0px !important; }
	.mt5-xs { margin-top: 5px !important; }
	.mt10-xs { margin-top: 10px !important; }
	.mt15-xs { margin-top: 15px !important; }
	.mt20-xs { margin-top: 20px !important; }
	.mt25-xs { margin-top: 25px !important; }
	.mt30-xs { margin-top: 30px !important; }
	.mt35-xs { margin-top: 35px !important; }
	.mt40-xs { margin-top: 40px !important; }
	.mt45-xs { margin-top: 40px !important; }
	.mt50-xs { margin-top: 50px !important; }
	
	.mb0-xs { margin-bottom: 0px !important; }
	.mb5-xs { margin-bottom: 5px !important; }
	.mb10-xs { margin-bottom: 10px !important; }
	.mb15-xs { margin-bottom: 15px !important; }
	.mb20-xs { margin-bottom: 20px !important; }
	.mb25-xs { margin-bottom: 25px !important; }
	.mb30-xs { margin-bottom: 30px !important; }
	.mb35-xs { margin-bottom: 35px !important; }
	.mb40-xs { margin-bottom: 40px !important; }
	.mb45-xs { margin-bottom: 45px !important; }
	.mb50-xs { margin-bottom: 50px !important; }
	
	.pt0-xs { padding-top: 0px !important; }
	.pt5-xs { padding-top: 5px !important; }
	.pt10-xs { padding-top: 10px !important; }
	.pt15-xs { padding-top: 15px !important; }
	.pt20-xs { padding-top: 20px !important; }
	.pt25-xs { padding-top: 25px !important; }
	.pt30-xs { padding-top: 30px !important; }
	.pt35-xs { padding-top: 35px !important; }
	.pt40-xs { padding-top: 40px !important; }
	.pt45-xs { padding-top: 40px !important; }
	.pt50-xs { padding-top: 50px !important; }
	
	.pb0-xs { padding-bottom: 0px !important; }
	.pb5-xs { padding-bottom: 5px !important; }
	.pb10-xs { padding-bottom: 10px !important; }
	.pb15-xs { padding-bottom: 15px !important; }
	.pb20-xs { padding-bottom: 20px !important; }
	.pb25-xs { padding-bottom: 25px !important; }
	.pb30-xs { padding-bottom: 30px !important; }
	.pb35-xs { padding-bottom: 35px !important; }
	.pb40-xs { padding-bottom: 40px !important; }
	.pb45-xs { padding-bottom: 45px !important; }
	.pb50-xs { padding-bottom: 50px !important; }

}

@media screen and (max-width: 575px) {

	.br-xs { display: block !important; }

	.fs16 { font-size: 14px !important; line-height: 1.7; }
	.fs18 { font-size: 15px !important; line-height: 1.7; }
	.fs20 { font-size: 15px !important; line-height: 1.7; }
	.fs22 { font-size: 16px !important; line-height: 1.7; }
	.fs24 { font-size: 18px !important; line-height: 1.6; }
	.fs26 { font-size: 20px !important; line-height: 1.5; }
	.fs28 { font-size: 21px !important; line-height: 1.5; }
	.fs32 { font-size: 21px !important; line-height: 1.5; }
	.fs30 { font-size: 22px !important; line-height: 1.5; }
	.fs36 { font-size: 22px !important; line-height: 1.5; }

	.fs10-xs { font-size: 10px !important; line-height: 1.7; }
	.fs12-xs { font-size: 12px !important; line-height: 1.7; }
	.fs14-xs { font-size: 14px !important; line-height: 1.6; }
	.fs16-xs { font-size: 16px !important; line-height: 1.6; }
	.fs18-xs { font-size: 18px !important; line-height: 1.5; }
	.fs20-xs { font-size: 20px !important; line-height: 1.4; }
	.fs22-xs { font-size: 22px !important; line-height: 1.4; }
	.fs24-xs { font-size: 24px !important; line-height: 1.3; }
	.fs28-xs { font-size: 28px !important; line-height: 1.3; }

	.mt20 { margin-top: 15px !important; }
	.mt25 { margin-top: 15px !important; }
	.mt30 { margin-top: 15px !important; }
	.mt35 { margin-top: 20px !important; }

	.mt0-xs { margin-top: 0px !important; }
	.mt5-xs { margin-top: 5px !important; }
	.mt10-xs { margin-top: 10px !important; }
	.mt15-xs { margin-top: 15px !important; }
	.mt20-xs { margin-top: 20px !important; }
	.mt25-xs { margin-top: 25px !important; }
	.mt30-xs { margin-top: 30px !important; }
	.mt35-xs { margin-top: 35px !important; }
	.mt40-xs { margin-top: 40px !important; }
	.mt45-xs { margin-top: 40px !important; }
	.mt50-xs { margin-top: 50px !important; }
	
	.mb0-xs { margin-bottom: 0px !important; }
	.mb5-xs { margin-bottom: 5px !important; }
	.mb10-xs { margin-bottom: 10px !important; }
	.mb15-xs { margin-bottom: 15px !important; }
	.mb20-xs { margin-bottom: 20px !important; }
	.mb25-xs { margin-bottom: 25px !important; }
	.mb30-xs { margin-bottom: 30px !important; }
	.mb35-xs { margin-bottom: 35px !important; }
	.mb40-xs { margin-bottom: 40px !important; }
	.mb45-xs { margin-bottom: 45px !important; }
	.mb50-xs { margin-bottom: 50px !important; }
	
	.pt0-xs { padding-top: 0px !important; }
	.pt5-xs { padding-top: 5px !important; }
	.pt10-xs { padding-top: 10px !important; }
	.pt15-xs { padding-top: 15px !important; }
	.pt20-xs { padding-top: 20px !important; }
	.pt25-xs { padding-top: 25px !important; }
	.pt30-xs { padding-top: 30px !important; }
	.pt35-xs { padding-top: 35px !important; }
	.pt40-xs { padding-top: 40px !important; }
	.pt45-xs { padding-top: 40px !important; }
	.pt50-xs { padding-top: 50px !important; }
	
	.pb0-xs { padding-bottom: 0px !important; }
	.pb5-xs { padding-bottom: 5px !important; }
	.pb10-xs { padding-bottom: 10px !important; }
	.pb15-xs { padding-bottom: 15px !important; }
	.pb20-xs { padding-bottom: 20px !important; }
	.pb25-xs { padding-bottom: 25px !important; }
	.pb30-xs { padding-bottom: 30px !important; }
	.pb35-xs { padding-bottom: 35px !important; }
	.pb40-xs { padding-bottom: 40px !important; }
	.pb45-xs { padding-bottom: 45px !important; }
	.pb50-xs { padding-bottom: 50px !important; }

	.mt0-xxs { margin-top: 0px !important; }
	.mt5-xxs { margin-top: 5px !important; }
	.mt10-xxs { margin-top: 10px !important; }
	.mt15-xxs { margin-top: 15px !important; }
	.mt20-xxs { margin-top: 20px !important; }
	.mt25-xxs { margin-top: 25px !important; }
	.mt30-xxs { margin-top: 30px !important; }
	.mt35-xxs { margin-top: 35px !important; }
	.mt40-xxs { margin-top: 40px !important; }
	.mt45-xxs { margin-top: 40px !important; }
	.mt50-xxs { margin-top: 50px !important; }
	
	.mb0-xxs { margin-bottom: 0px !important; }
	.mb5-xxs { margin-bottom: 5px !important; }
	.mb10-xxs { margin-bottom: 10px !important; }
	.mb15-xxs { margin-bottom: 15px !important; }
	.mb20-xxs { margin-bottom: 20px !important; }
	.mb25-xxs { margin-bottom: 25px !important; }
	.mb30-xxs { margin-bottom: 30px !important; }
	.mb35-xxs { margin-bottom: 35px !important; }
	.mb40-xxs { margin-bottom: 40px !important; }
	.mb45-xxs { margin-bottom: 45px !important; }
	.mb50-xxs { margin-bottom: 50px !important; }
	
	.pt0-xxs { padding-top: 0px !important; }
	.pt5-xxs { padding-top: 5px !important; }
	.pt10-xxs { padding-top: 10px !important; }
	.pt15-xxs { padding-top: 15px !important; }
	.pt20-xxs { padding-top: 20px !important; }
	.pt25-xxs { padding-top: 25px !important; }
	.pt30-xxs { padding-top: 30px !important; }
	.pt35-xxs { padding-top: 35px !important; }
	.pt40-xxs { padding-top: 40px !important; }
	.pt45-xxs { padding-top: 40px !important; }
	.pt50-xxs { padding-top: 50px !important; }
	
	.pb0-xxs { padding-bottom: 0px !important; }
	.pb5-xxs { padding-bottom: 5px !important; }
	.pb10-xxs { padding-bottom: 10px !important; }
	.pb15-xxs { padding-bottom: 15px !important; }
	.pb20-xxs { padding-bottom: 20px !important; }
	.pb25-xxs { padding-bottom: 25px !important; }
	.pb30-xxs { padding-bottom: 30px !important; }
	.pb35-xxs { padding-bottom: 35px !important; }
	.pb40-xxs { padding-bottom: 40px !important; }
	.pb45-xxs { padding-bottom: 45px !important; }
	.pb50-xxs { padding-bottom: 50px !important; }

}