
@charset "UTF-8";
/* CSS3 Document */

@import url( https://fonts.googleapis.com/css?family=Open+Sans|Gafata );


/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.clearfix {
	overflow: hidden;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 14px; /* --remに対応していないブラウザ用 -- */
	font-size: 1.4rem;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%; /* -- 縦横でもフォントサイズが変わらない -- */
	min-width: 320px;
	color: #231815;
}
a {
	text-decoration: none;
}

/*------------------------------------------------------------
  Container
------------------------------------------------------------*/
.container2 {
	margin: 0 auto;
	width: 1200px;
}

/*------------------------------------------------------------
  固定
------------------------------------------------------------*/
.fixed {
  position: fixed;
  top: 0;
  z-index: 103;
	opacity: 0.95 !important;
	opacity: 1 !important;
}
.drawer-hamburger.fixed {
	position: fixed;
	z-index: 102;
}
.drawer-nav.fixed {
	margin-top: -150px !important;
	opacity: 1 !important;
	z-index: 101;
}

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
#header_top {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#header_top figure {
	position: relative;
}
#header_top img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: 0% 73%;
}
#header_top figcaption {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 50%;
	margin-left: -7.5em;
	font-size: 22px;
	font-weight: bold;
	z-index: 1;
}
#header_top figcaption a {
	color: #231815;
}

/*------------------------------------------------------------
  slide
------------------------------------------------------------*/
#slide {
	position: relative;
	margin: 0px auto !important;  
  overflow: hidden;
  z-index: 1;
  width: 100%;
	width: 1200px;
	height: 560px;
}
#slide img {
	width: 1200px;
	height: 560px;
	object-fit: cover;
	/*object-position: 50% 100%;*/
}
#nav {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: -42px;
	/*bottom: 120px;*/
	width: 200px;
	z-index: 2;
}
#nav a {
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	margin: 0 10px;
	padding: 7px 7px;
	color: #572f15;
	font-size: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	background: rgba(204,204,204,0.80);
	border-radius: 50%;
}
#nav a:hover, #nav .activeSlide {
	color: #fff;
	background: #333;
}
#nav.fixed {
	position: relative;
}

/*------------------------------------------------------------
  Search
------------------------------------------------------------*/
.search {
	margin: 40px auto 0;
	width: 1180px;
	max-width: 100%;
	height: 80px;
	background: url("assets/base/search.jpg") no-repeat right;
	border: 1px solid #bebfbf;
	box-sizing: border-box;
}
.search:hover {
	background: url("assets/base/search_on.jpg") no-repeat right;
	cursor: pointer;
}

/*------------------------------------------------------------
  Top Menu
------------------------------------------------------------*/
#top_menu {
	margin: 30px 0;
}
#top_menu li {
	width: 22.66%
}
#top_menu li img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
  Top Info
------------------------------------------------------------*/
#top_info {
}
#top_info h2 {
	margin: 0 !important;
	padding: 0 !important;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #231815;
}
#top_info article {
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
#top_info figure {
	margin: 30px 50px 30px 0;
	width: 300px;
	width: 25%;
	height: 170px;
	object-fit: cover;
}
#top_info img {
	width: 100%;
	height: 100%;
}
#top_info .info_txt {
	width: 780px;
	width: 65%;
	color: #2096d5;	
	font-weight: 500;
}
#top_info .info_txt a {
	color: #2096d5;
	text-decoration: none;
}
#top_info .info_txt a:hover {
	color: #435d74;
	
}
#top_info h3 {
	padding:  30px 0 0;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;	
}
#top_info h3 a {
	border: none !important;
	text-decoration: none !important;
}
#top_info p {
	font-size: 20px;
	line-height: 1.8;
}
#top_info .detail, .list {
	position: relative;
	margin: 5px 30px 0 0;
	color: #231815;
	font-size: 20px;
	text-align: right;
}
#top_info .detail:after, .list:after {
	position: absolute;
	display: block;
	content: "";
	top: 10px;
	right: -18px;
	border-top: 8px solid transparent;
	border-left: 10px solid #231815;
	border-bottom: 8px solid transparent;
}
#top_info .detail a {
	color: #231815;
}
#top_info .detail a:hover {
	color: #2096d5;
}
#top_info .detail:hover::after {
	border-left: 10px solid #2096d5;
}

/*------------------------------------------------------------
  SNS
------------------------------------------------------------*/
#sns {
	margin: 50px 0 0;
	text-align: center;
}
#sns img {
	width: 200px;
	height: auto;
	margin-bottom: 30px;
}

/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
.notice {
	margin: 20px 0;
	padding: 8px 12px;
	height: 124px;
	box-sizing: border-box;
	background: url("assets/base/logo2.png") no-repeat #fdecdb;
	background-position: 94% 70%;	
}
.exclamation {
	margin-right: 30px;
	padding-top: 12px;
	width: 108px;
	height: 108px;	
	text-align: center;
	box-sizing: border-box;
	background: #e07f88;
}
.notice_txt {
	margin-top: 5px;
	color: 3595757;
	font-size: 16px;
	line-height: 2;
}
.prohibited {
	padding: 10px 0;
	color: #727171;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
}
#footer_txt {
	padding: 20px 0;
	font-size: 18px;
	text-align: center;
}
#copy {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
}

/*------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------*/
@media (max-width: 1279px){
	.container2 {
		margin: 0 auto;
		width: 1080px;
	}
	#header_top {
		height: 120px;
	}
	#header_top img {
		height: 120px;
		object-position: 0% 75%;
	}
	#slide {
		width: 1080px;
		height: 500px;
	}
	#slide img {
		width: 1080px;
		height: 500px;
	}
	#top_info figure {
		margin: 30px 30px 30px 0;
		width: 27%;
		height: 160px;
	}
	#top_info h3 {
		padding:  30px 0 0;
		margin-bottom: 15px;
		font-size: 22px;
	}
	#top_info p {
		font-size: 19px;
	}
	.exclamation {
		margin-right: 20px;
		padding-top: 12px;
		width: 108px;
		height: 108px;	
	}
	.notice_txt {
		margin-top: 6px;
		font-size: 16px;
	}
}
@media (min-width: 1140px){
	#footer_txt br {
		display: none;
	}
}
@media (max-width: 1139px){
	.container2 {
		width: 960px;
	}
	#slide img {
		width: 960px;
		height: 500px;
	}
	#footer_txt {
		padding: 20px 0;
		font-size: 17px;
		line-height: 1.3;
	}
}

@media (max-width: 1023px){
	.container2 {
		width: 100%;
		padding: 0 0px !important;
		box-sizing: border-box;
	}
	#top_info {
		padding: 0 20px !important;
	}
	#header_top {
		height: 110px;
	}
	#header_top img {
		height: 110px;
		object-position: 0% 75%;
	}
	#header_top figcaption {
		font-size: 18px;
	}
	#slide {
		width: 100%;
		height: 360px;
	}
	#slide img {
		width: 100%;
		height: 360px;
	}
	.search {
		margin: 40px auto 0;
		width: 100%;
		height: 60px;
		background: url("assets/base/search.jpg") no-repeat right;
		background-size: 139px 60px;
	}
	.search:hover {
		background: url("assets/base/search_on.jpg") no-repeat right;
		background-size: 139px 60px;
	}
	#top_info figure {
		margin: 30px 2% 30px 0;
		width: 30%;
		height: 150px;
	}
	#top_info h3 {
		padding:  30px 0 0;
		margin-bottom: 15px;
		font-size: 20px;
	}
	#top_info p {
		font-size: 18px;
	}
	.notice {
		height: 124px;
		background: #fdecdb;
	}
	.notice_txt {
		margin-top: 6px;
		font-size: 15px;
	}
}

@media (max-width: 767px){
	.container2 {
		width: 100%;
	}
	#header_top {
		height: 100px;
	}
	#header_top img {
		height: 100px;
		object-position: 0% 80%;
	}
	#header_top figcaption {
		font-size: 15px;
	}
	#slide {
		width: 100%;
		height: 260px;
	}
	#slide img {
		width: 100%;
		height: 260px;
	}
	.search {
		margin: 40px auto 0;
		width: 100%;
		height: 50px;
		background: url("assets/base/search.jpg") no-repeat right;
		background-size: 115px 50px;
	}
	.search:hover {
		background: url("assets/base/search_on.jpg") no-repeat right;
		background-size: 115px 50px;
	}
	#top_info h3 {
		padding:  30px 0 0;
		margin-bottom: 15px;
		font-size: 17px;
	}
	#top_info p {
		font-size: 15px;
	}
	#top_info .detail, .list {
		margin: 5px 30px 0 0;
		font-size: 18px;
	}
	#top_info .detail:after, .list:after {
		top: 8px;
		right: -18px;
	}
	#sns img {
		margin-bottom: 15px;
	}
	#sns .insta img {
		width: 100px;
		height: auto;
	}
	#sns .logo2 img {
		width: 160px;
		height: auto;
	}
	.notice {
		height: auto;
	}
	.exclamation {
		margin-top: 5px;
		margin-left: 10px;
		padding-top: 10px;
		width: 80px;
		height: 80px;	
	}
	.exclamation img {
		max-height: 90%;
	}
	.notice_txt {
		margin-top: 6px;
		font-size: 15px;
	}
	#footer_txt {
		font-size: 15px;
	}
}

@media (max-width: 576px){
	#header_top {
		height: 70px;
	}
	#header_top img {
		height: 70px;
		object-position: 0% 85%;
		opacity: 0.5;
	}
	#header_top figcaption {
		font-size: 14px;
	}
	#slide {
		width: 100%;
		height: 180px;
	}
	#slide img {
		width: 100%;
		height: 180px;
	}
	.search {
		margin: 40px auto 0;
		width: 100%;
		height: 42px;
		background: url("assets/base/search.jpg") no-repeat right;
		background-size: 97px 42px;
	}
	.search:hover {
		background: url("assets/base/search_on.jpg") no-repeat right;
		background-size: 97px 50px;
	}
	#top_menu li {
		margin-bottom: 20px;
		width: 45%
	}
	#top_info figure {
		width: 100%;
		height: 170px;
		text-align: center;
	}
	#top_info img {
		margin: 0 auto;
		width: 280px;
		height: 170px;
	}
	#top_info .info_txt {
		width: 100%;
	}
	#top_info h3 {
		padding:  30px 0 0;
		margin-bottom: 10px;
		font-size: 17px;
	}
	#top_info p {
		font-size: 15px;
	}
	#top_info .detail {
		margin-bottom: 20px;
	}
	.exclamation {
		margin: 10px auto;
		padding-top: 10px;
		width: 70px;
		height: 70px;	
	}
	.notice_txt {
		margin-top: 6px;
		font-size: 14px;
	}
	#footer_txt {
		font-size: 14px;
	}
}


@media (max-width: 479px){
	#slide {
		width: 100%;
		height: 180px;
	}
	#slide img {
		width: 100%;
		height: 180px;
	}
}

@media (max-width: 413px){
	#slide {
		width: 100%;
		height: 180px;
	}
	#slide img {
		width: 100%;
		height: 180px;
	}
	.exclamation {
		margin: 0 auto;
		padding-top: 7px;
		width: 50px;
		height: 50px;	
	}
}

/*------------------------------------------------------------
    scrolltopcontrol
------------------------------------------------------------*/
#topcontrol {
  z-index: 100;
}

/*------------------------------------------------------------
    flexbox
------------------------------------------------------------*/
.flex1 {
	-js-display: flex; /*古いブラウザへの対応*/
	display: -webkit-box-flex; /*iOS Safari6.1以前、Androidブラウザの4.3以前への対応*/
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex2 {
	-js-display: flex;
	display: -webkit-box-flex;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex3 {
	-js-display: flex;
	display: -webkit-box-flex;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex4 {
	-js-display: flex;
	display: -webkit-box-flex;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex5 {
	-js-display: flex;
	display: -webkit-box-flex;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.row-reverse {
	flex-direction: row-reverse; 
}
.column-reverse {
	flex-direction: column-reverse; 
}

/*------------------------------------------------------------
	追加スタイル
------------------------------------------------------------*/
.t_c {
	text-align: center !important;
}
/*------------------------------------------------------------
	余白
------------------------------------------------------------*/
.mt-20 {
	margin-top: -20px !important;
}
.mt-30 {
	margin-top: -30px !important;
}
.mt-40 {
	margin-top: -40px !important;
}
.mt-50 {
	margin-top: -50px !important;
}

.m0 {
	margin: 0px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}

.m5 {
	margin: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}

.m10 {
	margin: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}

.m15 {
	margin: 15px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}

.m20 {
	margin: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}

.m25 {
	margin: 25px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.ml25 {
	margin-left: 25px !important;
}

.m30 {
	margin: 30px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml30 {
	margin-left: 30px !important;
}

.m35 {
	margin: 35px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.ml35 {
	margin-left: 35px !important;
}

.m40 {
	margin: 40px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}
.ml40 {
	margin-left: 40px !important;
}

.m45 {
	margin: 45px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.ml45 {
	margin-left: 45px !important;
}

.m50 {
	margin: 50px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml50 {
	margin-left: 50px !important;
}

.m55 {
	margin: 55px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml55 {
	margin-left: 55px !important;
}

.m60 {
	margin: 60px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.ml60 {
	margin-left: 60px !important;
}

.m65 {
	margin: 65px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.ml65 {
	margin-left: 65px !important;
}

.m70 {
	margin: 70px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml70 {
	margin-left: 70px !important;
}

.m75 {
	margin: 75px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.ml75 {
	margin-left: 75px !important;
}

.m80 {
	margin: 80px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml80 {
	margin-left: 80px !important;
}

.m85 {
	margin: 85px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.ml85 {
	margin-left: 85px !important;
}

.m90 {
	margin: 90px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.ml90 {
	margin-left: 90px !important;
}

.m95 {
	margin: 95px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mr95 {
	margin-right: 95px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.ml95 {
	margin-left: 95px !important;
}

.m100 {
	margin: 100px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.ml100 {
	margin-left: 100px !important;
}

.p0 {
	padding: 0px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.p5 {
	padding: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pl5 {
	padding-left: 5px !important;
}

.p10 {
	padding: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pl15 {
	padding-left: 15px !important;
}

.p20 {
	padding: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pl20 {
	padding-left: 20px !important;
}

.p25 {
	padding: 25px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pl25 {
	padding-left: 25px !important;
}

.p30 {
	padding: 30px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl30 {
	padding-left: 30px !important;
}

.p35 {
	padding: 35px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pl35 {
	padding-left: 35px !important;
}

.p40 {
	padding: 40px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pl40 {
	padding-left: 40px !important;
}

.p45 {
	padding: 45px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr45 {
	padding-right: 35px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl45 {
	padding-left: 45px !important;
}

.p50 {
	padding: 50px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl50 {
	padding-left: 50px !important;
}



