@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
.baseWidth {
	position:relative;
	max-width:1180px;
	min-width:320px;
	margin:0 auto;
}

.spStyle, .spStyle2 { display: none; }
.pcStyle, .pcStyle2 { display: block; }

.txtLink {border-bottom: 1px solid #666;}
.txtLink:hover {	border-bottom: 0;}

@media only screen and (max-width:1024px) {
	.spStyle { display:block; }
	.pcStyle { display: none; }
}
@media only screen and (max-width:768px) {
	.spStyle2 { display:block; }
	.pcStyle2 { display: none; }
}

/*================================================================
	Contents layout
================================================================*/
section.sec{
	padding: 5% 4% 6%;
}
.headline {
	font-size:2em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	position: relative;
}
.headline:after {
	display: block;
	width: 60px;
	height: 4px;
	margin: 0.6em auto 1.6em;
	background-color: #135aac;
	content: "";
}
.headicon{margin-bottom: 0.4em;}
.headicon span{
	color:#f3df00;
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: 1px;
}
.headline2 {
	font-size:2.2em;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 1em;
	}
.headline3 {
	color: #135AAC;
	font-size:1.8em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 0.2em;
	}
.headline4 {
	font-size:1.5em;
	letter-spacing: 2px;
	line-height: 1.8;
	font-weight: 700;
	}
.headline5 {
	color:#166BCC;
	font-size: 2.2em;
	font-weight: 900;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

section.sec .txt p{	margin-bottom: 0.4em;}
section.sec .txt ul {	margin-bottom: 1.6em;}

@media only screen and (max-width:1024px) {
	section.sec{
		padding: 10% 4% 10%;
	}
	.headline {
		font-size:1.8em;
		letter-spacing: 0.1em;
	}
	.headline2 {
		font-size:1.7em;
	}
	.headline3 {
		font-size:1.4em;
	}
	.headline4 {
		font-size:1.2em;
	}
	.headline5{
		font-size: 1.8em;
		line-height: 1.6;
	}

}

/*================================================================
	btnType layout
================================================================*/
.btnType01 a{
	display:inline-flex;
	justify-content:space-between;
	align-items:center;
	color:#FFF;
	position: relative;
	z-index: 10;
	text-align: center;
}
.btnType01 a i{
	font-size: 1.2em;
	padding-right: 0.3em;
}
.btnType01 a {
	color:#FFF;
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	padding:1em 2em 1em 1.5em;
	margin-top: 1em;
	background:#135aac;
	border-radius: 4px;
	min-width: 360px;
	justify-content:center;
}
/*
.btnType01 a:hover{
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
*/
.buttonArrow {
	position: relative;
	transition: .2s;
}
.buttonArrow span {
	position: relative;
	transition: .2s;
	letter-spacing: 3px;
	padding-right: 60px;
}
.buttonArrow span::before {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	width: 8px;
	height: 2px;
	margin-top: -3px;
	background-color: #FFF;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.2s;
	visibility: visible;
	opacity: 1;
}
.buttonArrow span::after {
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
	visibility: visible;
	opacity: 1;
}
.buttonArrow:hover span {
padding-right:0;
}
.buttonArrow:hover span::before,
.buttonArrow:hover span::after {
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width:1024px) {
	.btnType01 a {
		width: 100%;
	}
}
@media only screen and (max-width:450px) {
	.btnType01 a {
		min-width: initial;
	}
}

/*================================================================
 .dl-link
================================================================*/
.dl-link {
	display: block;
	width: max-content;
	margin: 1em auto;
	font-size: 1em;
	color: #FFF;
}
.dl-link + .dl-link { margin-top: 0; }
.dl-link:not(:hover) {
	text-decoration: underline;
	color: #FFF;
}
@media only screen and (max-width:768px) {
	.dl-link {
		font-size: 1em;
	}
}

/*================================================================
	arrowLink layout
================================================================*/
.arrowLink {
	display: inline-block;
	position: relative;
	font-family: 'Roboto',sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #135aac !important;
	text-decoration: none;
	margin-top: 1em;
}
.arrowLink > span {
	letter-spacing: 0.1em;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.arrowLink::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 8px;
	margin-top: -3px;
	background: url(../img/icon/arrow.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	transition: .3s;
}
.arrowLink:hover::after {
	margin-left: 20px;
}
@media screen and (max-width:736px) {
	.arrowLink {
		font-size: 11px;
	}
	.arrowLink > span {
		margin-right: 16px;
	}
	.arrowLink::after {
		width: 40px;
	}
	.arrowLink:hover::after {
		margin-left: 10px;
	}
}


/*================================================================
	linkList layout
================================================================*/
.linkList {
	margin-top:1em;
}
.linkList li{
/*	text-indent: -1em;*/
/*	margin-left:3em;*/
	line-height: 1.6;
	margin-bottom: 0.3em;
}
.linkList li i{
	padding-right: 0.5em;
}
.linkList li a,
.linkList li a:hover,
.linkList li a:visited{
	color:#FFF;
}
.linkUnderline a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.linkUnderline a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.linkUnderline li a:hover::after {
	transform: scale(1, 1);
}


/*================================================================
	caution layout
================================================================*/
.caution {
	color: #c00;
}
/*
ul.caution {
	padding-left: 1em;
}
ul.caution li { text-indent: -1em; }
ul.caution li:before {
	content: "＊";
	color: #7a0018;
}
*/


.toggle + * { display:none; }
.toggle.active + * { display:block; }

.youtube {
	width: auto;
	margin: 0 auto ;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 1rem; }

@media only screen and (max-width:1024px) {
	.youtube {
		width: 100%;
	}
	.youtube p { padding-top: 1em; }
}


/*================================================================
	.sheet layout
================================================================*/
.sheet {
	width: 100%;
}
.sheet th, .sheet td {
	padding: 1em;
	border: 1px solid #cdcdcd;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-size: .875rem;
	background-color: #FFF;
}
.sheet thead th {
	background: #96a4ad;
	color: #fff;
}
.sheet td:last-of-type {
	white-space: normal;
}
.scrollx {
	overflow-x: auto;
	width: 100%;
}
@media only screen and (max-width:1024px) {
	.scrollx .sheet {
		min-width: 900px;
	}
	.sheet th, .sheet td {
		padding: .5em;
		font-size: 12px;
	}
}


/*================================================================
	contactArea layout
================================================================*/
.contactArea{
	color:#FFF;
	padding: 4em 0 5em;
	background-color: #1668b6;
	background-image:url("../img/bgtxt_contact .png"),url("../img/bg_contact.jpg");
	background-position: -5px -15px,100% 50%;
	background-repeat: no-repeat,no-repeat;
	background-size: auto,contain;
}
.contactArea .title{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 0.5em;
}
.contactArea .contact {
	margin-top: 2.5em;
}
.contactArea .contact a {
	font-size:1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	height: auto;
	padding:1.2em 6em;
	color: #135aac;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	overflow: hidden;
}
.contactArea .contact a i{
	padding-right: 0.6em;
}
.contactArea .contact a:hover {
	color:#FFF;
	background-color: #3fc9d1;
}
.contactArea .contact a{
	transition: all .3s;
}
.contactArea .pdf { padding-top: 1em; }
@media only screen and (max-width:1024px) {
	.contactArea{
	background-position: 0 0,100% 50%;
	background-size: contain,cover;
	}
	.contactArea .title{
		font-size: 1.6em;
		letter-spacing: 0.2em;
	}
	.contactArea .txt .com {
		width: 95%;
		margin: auto;
	}
	.contactArea .contact a {
		padding:1.2em 5em;
	}
}
@media only screen and (max-width:450px) {
	.contactArea {
		padding: 4em 1em;
	}
	.contactArea .txt .com {
		width: 85%;
		text-align: left;
	}
	.contactArea .contact a {
		font-size:1.2em;
		padding:0.7em 3em;
	}
}


/*================================================================
	module layout
================================================================*/

/* #itemfunBox
--------------------------------------------*/
.itemfunBox{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.itemfunBox li{
	font-weight: 900;
	width: 24%;
	margin-bottom: 1em;
	padding: 2%;
	text-align: center;
}
.itemfunBox .icon{
	text-align: center;
	line-height: 1;
	height: 60px;
	margin: 0 auto;
}
.itemfunBox .icon img{
	height: 100%;
}
.itemfunBox .txt{
	width: 90%;
	margin: 1em auto;
}

@media only screen and (max-width:1024px) {
	.itemfunBox{
		padding: 0 4%;
	}
	.itemfunBox li{
		width: 48%;
	}
}


/* #cardLayout
--------------------------------------------*/
.cardLayout{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.cardLayout .item{
	width: 33.333%;
	margin: 0;
	padding: 1em;
	position: relative;
	transition: all 0.3s ease;
	background-color: #FFF;
}
.cardLayout .item:hover{
	opacity: 0.8;
}
.cardLayout .number {
	font-family: 'Roboto',sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	line-height: 0.2;
	position: absolute;
	top: -30px;
	left: 6%;
	z-index: 2;
}
.cardLayout .number .count {
	font-size: 3em;
	line-height: 1.2;
}
.cardLayout .thumb{
	text-align: center;
	line-height: 1;
	margin: 0 auto;
}
.cardLayout .thumb img{
	height: auto;
}
.cardLayout .item .inner{
	width: 96%;
	margin: 0.5em auto 0;
}
@media only screen and (max-width:1024px) {
	.cardLayout{
		padding: 0;
	}
	.cardLayout .item{
		width: 50%;
		padding: 0 1em;
		margin: 0 0 1em;
	}
}
@media only screen and (max-width:450px) {
	.cardLayout .item{
		width: 100%;
	}
}


/* #movieLayout
--------------------------------------------*/
.movieLayout{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.movieLayout .item{
	width: 33.333%;
	margin: 0;
	padding: 1em;
	transition: all 0.3s ease;
	background-color: #FFF;
}
.movieLayout .item:hover{
	opacity: 0.8;
}
.movieLayout .item a{
	overflow: hidden;
	display: block;
	position: relative;
	height: auto;
}
.movieLayout .thumb{
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding-top: 56.25%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.movieLayout .thumb img{
	display: none;
}
.movieLayout .item .inner{
	width: 96%;
	margin: 0.5em auto 0;
}
@media only screen and (max-width:1024px) {
	.movieLayout{
		padding: 0;
	}
	.movieLayout .item{
		width: 50%;
		padding: 0 1em;
		margin: 0 0 1em;
	}
}
@media only screen and (max-width:450px) {
	.movieLayout .item{
		width: 100%;
	}
}

/* #listLayout
--------------------------------------------*/
.listLayout {
	padding: 2em 0 3em;
	margin: 0 auto;
}
.listLayout .item{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
	padding: 4% 5%;
	margin:0 1em 2.5em;
}
.listLayout .item .pic{
	width: 50%;
}
.listLayout .item .txt{
	width: 50%;
	padding-left: 3em;
	text-align:left;
}
.listLayout .item .txt .btnType01{
	margin-top: 0.8em;
}
.listLayout .item .txt .btnType01 a{
	min-width:240px;
}

@media only screen and (max-width:1024px) {
	.listLayout{
		width: 90%;
		padding: 2em 0;
		margin: 0 auto;
	}
	.listLayout .item{
		flex-direction: column;
	}
	.listLayout .item .pic{
		width: 100%;
		margin: 0 0 1.5em;
	}
	.listLayout .item .txt{
		width: 100%;
		padding:0;
	}
}



/* pagelinks
--------------------------------------------*/
.pagelinks ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.pagelinks ul li {
	width: 24%;
	margin: 0 0.5em;
}
.pagelinks ul li a span{
	color: #135AAC;
	text-align: center;
	font-weight: 900;
	padding: 1em 0;
	display: block;
	border: 2px solid #135AAC;
	border-radius: 4px;
	transition: all 0.5s ease 0s;
	position: relative;
}
.pagelinks ul li a span::after {
	position: absolute;
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	right: 0.8em;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pagelinks a span:hover{
	color:#FFF;
	background: #135aac;
/*	opacity: 0.8;*/
	transition: all 0.5s ease 0s;
}

@media only screen and (max-width:1024px) {
	.subpage #main { 
		padding-top: 50px; 
	}
	.pagelinks ul{
		flex-direction: column;
		width: 80%;
		margin: auto;
	}
	.pagelinks ul li{
		margin: 0 0 0.5em 0;
		width: 100%;
	}
}


/* guidance
--------------------------------------------*/
.guidance{
	text-align: center;
	width: 86%;
	margin: 4em auto 6em;
}
.guidance .txt{
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}


/* col3Box
--------------------------------------------*/
.col3Box{
	padding: 0 1em;
}
.col3Box ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.col3Box ul li {
	width: 31%;
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	padding: 2em;
}
.col3Box ul li .col3title{
	color: #1C86FF;
	font-weight: 900;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

@media only screen and (max-width:736px) {
	.col3Box ul{
		flex-direction: column;
		width: 95%;
		margin: auto;
	}
	.col3Box ul li{
		padding: 1.5em 1em;
		margin: 0 0 1em 0;
		width: 100%;
	}
}


/* photoIcon
--------------------------------------------*/
.photoIcon{
	color: #333;
	font-size: 0.9em;
	font-weight: 900;
	border: 2px solid #333;
	display: inline-block;
	padding: 0.1em 1em;
	margin-bottom: 1em;
}
/* photoIcon
--------------------------------------------*/
.planIcon{
	color: #FFF;
	font-size: 0.9em;
	font-weight: 900;
/*	border: 2px solid #333;*/
	background-color: #44D5C1;
	display: inline-block;
	padding: 0.1em 1em;
	margin-bottom: 1em;
	border-radius: 30px;
}


/*================================================================
	detailMain module layout
================================================================*/
/* checkLayout
--------------------------------------------*/
.checkLayout ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.checkLayout li {
	font-weight: 900;
	width: 49%;
	margin-bottom: 1em;
	padding: 2% 3% 2% 2%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}
.checkLayout .icon {
	text-align: center;
	line-height: 1;
	width: 100%;
	max-width: 40px;
	margin-right: 1em;
}

@media only screen and (max-width:736px) {
	.checkLayout li {
		width: 100%;
	}
}


/* thumbLayout
--------------------------------------------*/
.thumbLayout{
	margin-top: 3em;
}
.thumbLayout ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.thumbLayout li {
/*	font-weight: 900;*/
	width: 32%;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}
.thumbLayout .pic {
	text-align: center;
	line-height: 1;
}
.thumbLayout .txt {
	padding: 0 1em;
	line-height: 1.8;
	width: 100%;
	max-width: 180px;
}

@media only screen and (max-width:1024px) {
	.thumbLayout li {
		width: 49%;
	}
	.thumbLayout .txt {
		max-width: none;
	}
}

@media only screen and (max-width:736px) {
	.thumbLayout li {
		width: 100%;
	}
	.thumbLayout li:last-child {
		margin-bottom: 0;
	}
}

/* phtTxtbox
--------------------------------------------*/
.phtTxtbox{
	background: #FFF;
	margin:1em 0 0;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}
.phtTxtbox .cardLayout{
	justify-content:center;
}
.phtTxtbox p{
	padding: 0 1em;
}
.phtTxtbox .cardLayout .item {
	width: 50%;
	margin-bottom: 0;
	background-color: transparent;
}

@media only screen and (max-width:1024px) {
	.phtTxtbox{
		margin:2% 0 1%;
	}
}

/* iconLayout
--------------------------------------------*/
.iconLayout li {
	width: 100%;
	margin-bottom: 1em;
	padding: 4% 5% 4% 5%;
	border-radius: 8px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #CCC;
}
.iconLayout .icon {
	text-align: center;
	width: 100%;
	max-width: 100px;
	margin-right: 3em;
}
.iconLayout .icon.iBig {
	max-width: 300px;
}
.iconLayout li .txt .title{
	color: #166BCC;
	font-weight: 900;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.iconLayout li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:736px) {
	.iconLayout li {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.iconLayout .icon {
		text-align: center;
		width: 100%;
		margin: 0 auto 2%;
		max-width: 100px;
	}
}


/* col2inner
--------------------------------------------*/
.col2inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.col2inner .pic ,
.col2inner .txt {
	width: 45%;
}
@media only screen and (max-width:1024px) {
	.col2inner {
		flex-direction: column;
		justify-content: center;
		width: 90%;
	}
	.col2inner .pic ,
	.col2inner .txt {
		width: 100%;
	}
}

.wpcf7-text,
.wpcf7-free-text,
.wpcf7-select,
textarea {
	background-color: #EEE;
}

/* ------------------------------------------------------------------
	1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay { display:none; }
.block { display:block !important; }
.table { display:table !important; }
.tr { display: table-row; }
.inline { display:inline !important; }
.inlineBlock { display:inline-block !important; }
.widthAuto { width: auto !important; }
.heightAuto { height: auto !important; }
.widthMax { width: 100% !important; }
.noWrap { white-space: nowrap; }
.static { position:static !important; }
.relative { position:relative !important; }
.absolute { position:absolute !important; }
.fixed { position:fixed !important; }
.leftBox { float:left; }
.rightBox { float:right; }
.nofloat { float:none !important; }
.clearfix { zoom:1; }
.clearfix:after {
	display:block;
	clear:both;
	content:"";
}
.clear { clear:both !important; }


/* ------------------------------------------------------------------
	1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
	margin-right:auto !important;
	margin-left:auto !important;
}
.mt0, .mv0, .ma0 { margin-top:    0 !important; }
.mr0, .mh0, .ma0 { margin-right:  0 !important; }
.mb0, .mv0, .ma0 { margin-bottom: 0 !important; }
.ml0, .mh0, .ma0 { margin-left:   0 !important; }
.pt0, .pv0, .pa0 { padding-top:   0 !important; }
.pr0, .ph0, .pa0 { padding-right: 0 !important; }
.pb0, .pv0, .pa0 { padding-bottom:0 !important; }
.pl0, .ph0, .pa0 { padding-left:  0 !important; }
.mt5, .mv5, .ma5 { margin-top:    5px !important; }
.mr5, .mh5, .ma5 { margin-right:  5px !important; }
.mb5, .mv5, .ma5 { margin-bottom: 5px !important; }
.ml5, .mh5, .ma5 { margin-left:   5px !important; }
.pt5, .pv5, .pa5 { padding-top:   5px !important; }
.pr5, .ph5, .pa5 { padding-right: 5px !important; }
.pb5, .pv5, .pa5 { padding-bottom:5px !important; }
.pl5, .ph5, .pa5 { padding-left:  5px !important; }
.mt10, .mv10, .ma10 { margin-top:    10px !important; }
.mr10, .mh10, .ma10 { margin-right:  10px !important; }
.mb10, .mv10, .ma10 { margin-bottom: 10px !important; }
.ml10, .mh10, .ma10 { margin-left:   10px !important; }
.pt10, .pv10, .pa10 { padding-top:   10px !important; }
.pr10, .ph10, .pa10 { padding-right: 10px !important; }
.pb10, .pv10, .pa10 { padding-bottom:10px !important; }
.pl10, .ph10, .pa10 { padding-left:  10px !important; }
.mt20, .mv20, .ma20 { margin-top:    20px !important; }
.mr20, .mh20, .ma20 { margin-right:  20px !important; }
.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }
.ml20, .mh20, .ma20 { margin-left:   20px !important; }
.pt20, .pv20, .pa20 { padding-top:   20px !important; }
.pr20, .ph20, .pa20 { padding-right: 20px !important; }
.pb20, .pv20, .pa20 { padding-bottom:20px !important; }
.pl20, .ph20, .pa20 { padding-left:  20px !important; }
.mt30, .mv30, .ma30 { margin-top:    30px !important; }
.mr30, .mh30, .ma30 { margin-right:  30px !important; }
.mb30, .mv30, .ma30 { margin-bottom: 30px !important; }
.ml30, .mh30, .ma30 { margin-left:   30px !important; }
.pt30, .pv30, .pa30 { padding-top:   30px !important; }
.pr30, .ph30, .pa30 { padding-right: 30px !important; }
.pb30, .pv30, .pa30 { padding-bottom:30px !important; }
.pl30, .ph30, .pa30 { padding-left:  30px !important; }
.mt40, .mv40, .ma40 { margin-top:    40px !important; }
.mr40, .mh40, .ma40 { margin-right:  40px !important; }
.mb40, .mv40, .ma40 { margin-bottom: 40px !important; }
.ml40, .mh40, .ma40 { margin-left:   40px !important; }
.pt40, .pv40, .pa40 { padding-top:   40px !important; }
.pr40, .ph40, .pa40 { padding-right: 40px !important; }
.pb40, .pv40, .pa40 { padding-bottom:40px !important; }
.pl40, .ph40, .pa40 { padding-left:  40px !important; }
.bt0, .ba0 { border-top:none !important; }
.br0, .ba0 { border-right:none !important; }
.bb0, .ba0 { border-bottom:none !important; }
.bl0, .ba0 { border-left:none !important; }


/*================================================================
	CONTACT layout
================================================================*/
/* input form
--------------------------------------------*/
.formSheet th {
	width: 300px;
}

