@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 2;
	color: #31424E;
}

@media screen and (max-width:1039px){
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}

input, textarea
{ margin: 0; font-size: 100%;}

label
{ cursor: pointer;}

table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}

fieldset, img
{ border: 0;}

img
{ max-width: 100%; height: auto; vertical-align: top;}

address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}

ol, ul
{ list-style: none;}

caption, th
{ text-align: left;}

h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}

q:after, q:before
{ content:'';}

a
{ cursor: pointer; }

a, input
{ outline: none; }

input, textarea
{ border-radius: 0; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif; }

input[type="button"],input[type="submit"],input[type="reset"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}

abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
.section
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.section:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .section
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: left;}
@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !header
---------------------------------------------------------- */
#header {
	background: rgba(255,255,255,1);
	width: 100%;
	height:70px;
	z-index: 100;
	position: fixed;
}
	#header h1#headerLogo,
	#header p#headerLogo {
		position:absolute;
		width:200px;
		height:200px;
		background:#FFF;
		border-radius:50%;
		top:-70px;
		left:-40px;
	}
		#header h1#headerLogo img,
		#header p#headerLogo img {
			position:absolute;
			display:block;
			width:95px;
			bottom:32px;
			right:46px;
		}

@media screen and (max-width:1039px){
#header {
	background: rgba(255,255,255,1);
	width: 100%;
	height:70px;
}
	#header h1#headerLogo,
	#header p#headerLogo {
		position:absolute;
		width:200px;
		height:200px;
		background:#FFF;
		border-radius:50%;
		top:-70px;
		left:-40px;
	}
		#header h1#headerLogo img,
		#header p#headerLogo img {
			position:absolute;
			display:block;
			width:95px;
			bottom:32px;
			right:46px;
		}
}

@media screen and (max-width:767px){
#header {
	width: 100%;
	height:60px;
	border-top:0;
}
	#header h1#headerLogo,
	#header p#headerLogo {
		position:absolute;
		width:170px;
		height:170px;
		background:#FFF;
		border-radius:50%;
		top:-70px;
		left:-40px;
	}
		#header h1#headerLogo img,
		#header p#headerLogo img {
			position:absolute;
			display:block;
			width:80px;
			bottom:24px;
			right:40px;
		}
}

/* !sidebar
---------------------------------------------------------- */
#sidebar {
	width: 75%;
	height: 70px;
	background: rgba(255,255,255,1);
	text-align: center;
	z-index: 300;
	position:fixed;
	float:right;
	position:relative;
	right:0;
}

#global-nav ul {
	position:absolute;
	width:auto;
	height:70px;
	list-style: none;
	top:0;
	right:0;
}
	#global-nav ul li {
		display:block;
		float:left;
	}
		#global-nav ul li.norm {
			margin:0 40px 0 0;
			position: relative;
			z-index:100;
		}
		#global-nav ul li:last-child.norm {
			margin:0 0 0 0;
		}
			#global-nav ul li.norm a {
				height:70px;
				font-size:16px;
				font-weight:bold;
				color:#111;
				line-height:70px;
				position: relative;
				display: inline-block;
				outline: none;
				text-decoration: none;
				text-transform: uppercase;
			}
			#global-nav ul li.norm a::before {
				content: '';
				width: 6px;
				height:6px;
				background:#F36F20;
				border-radius:50%;
				left: 50%;
				top: 25px;
				margin-left:-3px;
				transition: all 0.4s ease;
				position: absolute;
				display: block;
				opacity:0;
			}
				#global-nav ul li.norm a:hover:before {
					top: 12px;
					opacity:1;
				}
					#global-nav ul li.norm a.current:before {
						top: 12px;
						opacity:1;
					}
		#global-nav ul li.contact {
			margin:0;
			position: relative;
			z-index:100;
		}
			#global-nav ul li.contact a {
				display:block;
				font-size:16px;
				font-weight:bold;
				color:#FFF;
				line-height:70px;
				padding: 0 1.4em;
				background:#F36F20;
				transition: all 0.6s ease;
				z-index:100;
			}
				#global-nav ul li.contact a i.far {
					display:inline-block;
					margin-right:.8em;
				}
				#global-nav ul li.contact a:hover {
					background:#30BB63;
				}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a#panel-btn {
	display: none;
}

@media screen and (max-width:1039px){
#sidebar {
	width: 78%;
}

		#global-nav ul li.norm {
			margin:0 30px 0 0;
		}
			#global-nav ul li.norm a {
				font-size:14px;
			}
				#global-nav ul li.norm a:hover:before {
					top: 12px;
					opacity:0;
				}
			#global-nav ul li.contact a {
				font-size:14px;
			}
				#global-nav ul li.contact a:hover {
					background:#F36F20;
				}
}

@media screen and (max-width:767px){
#sidebar {
		/*display: none;*/
		position: fixed;
		padding-top: 100px;
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
		background: #31424E;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#global-nav ul {
		position:relative;
		width:260px;
		height:auto;
		margin:0 auto 20px auto;
	}
	#global-nav ul li {
		position: relative;
		width:100%;
		float:none;
		text-align:center;
		margin:0;
	}
	#global-nav ul li.norm a {
		display:block;
		padding: 0;
		height:55px;
		line-height:55px;
		text-align:center;
		font-size:14px;
		color:#FFF;
		letter-spacing:0.08em;
	}
		#global-nav ul li.norm a::before {
			display:none;
		}
		#global-nav ul li.norm a.current {
			opacity:.6;
		}
		#global-nav ul li.norm ul {
			display:none;
		}
					#global-nav ul li.norm a.current:before {
						display: none;
					}
	#global-nav ul li.contact a {
		margin-top:20px;
		padding: 0;
		height:66px;
		line-height:66px;
		text-align:center;
		font-size:14px;
		color:#FFF;
		letter-spacing:0.08em;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	
a#panel-btn {
width: 60px;
height: 60px;
display: block;
float:right;
position:fixed;
top:0;
right:0;
z-index:400;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #F36F20;
}
#panel-btn:hover{
  background: #F36F20;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  background: #FFF;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background:#FFF;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -7px;
}
#panel-btn-icon:after{
  margin-top: 5px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

	/* z-index */
	#sidebar {
		z-index: 300;
	}
	#panel-btn {
		z-index: 400;
	}
}

@media screen and (max-width:360px){
	#sidebar {
		/*display: none;*/
		padding-top: 70px;
	}
	#global-nav ul {
		width:260px;
		margin:0 auto 10px auto;
	}
	#global-nav ul li.norm a {
		height:50px;
		line-height:50px;
		font-size:14px;
	}
}

/* !contents
---------------------------------------------------------- */
#contents {
	width:100%;
}

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

}

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

}

/* !お問い合わせバナー
---------------------------------------------------------- */
.contactBnr {
	width:auto;
	background:#E7F1EF;
	padding:100px 50px 100px 50px;
}
	.contactBnr div.inner {
		width:100%;
		max-width:1000px;
		margin:0 auto;
		background:#FFF;
	}
		.contactBnr div.inner div.left {
			width:50%;
			float:left;
			border-right:1px solid #E7F1EF;
			padding:50px 0;
		}
			.contactBnr div.inner div.left h2 {
				font-size:28px;
				font-weight:bold;
				text-align:center;
				letter-spacing:0.1em;
				line-height:1.6;
				position:relative;
				padding-bottom:20px;
				margin-bottom:35px;
			}
				.contactBnr div.inner div.left h2 span {
					display:block;
					font-family: 'Roboto', sans-serif;
					font-size:18px;
					font-weight:500;
					letter-spacing:0.06em;
				}
				.contactBnr div.inner div.left h2:after {
					position:absolute;
					display:block;
					content:"";
					width:30px;
					height:2px;
					background:#F36F20;
					bottom:0;
					left:50%;
					margin-left:-15px;
				}
			.contactBnr div.inner div.left p {
				text-align:center;
				font-weight:bold;
				line-height:1.6;
			}
		.contactBnr div.inner div.right {
			width:50%;
			float:left;
			padding:58px 0 0 0;
		}
			.contactBnr div.inner div.right p.tel {
				font-family: 'Roboto', sans-serif;
				font-size:32px;
				font-weight:500;
				letter-spacing:0.04em;
				text-align:center;
				margin-bottom:20px;
			}
				.contactBnr div.inner div.right p.tel i.fas {
					display:inline-block;
					font-size:24px;
					margin-right:0.4em;
				}
			.contactBnr div.inner div.right a.contactBtn {
				display:block;
				width:80%;
				height:74px;
				max-width:330px;
				font-size:18px;
				font-weight:bold;
				color:#FFF;
				text-align:center;
				letter-spacing:0.04em;
				line-height:74px;
				background:#F36F20;
				border-radius:4px;
				transition: .6s;
				margin:0 auto;
			}
				.contactBnr div.inner div.right a:hover.contactBtn {
					background:#0DB04A;
				}

@media screen and (max-width:1039px){
.contactBnr {
	padding:80px 30px 80px 30px;
}
		.contactBnr div.inner div.left {
			padding:40px 0;
		}
			.contactBnr div.inner div.left h2 {
				font-size:24px;
			}
				.contactBnr div.inner div.left h2 span {
					font-size:16px;
				}
		.contactBnr div.inner div.right {
			padding:45px 0 0 0;
		}
			.contactBnr div.inner div.right p.tel {
				font-size:26px;
			}
				.contactBnr div.inner div.right p.tel i.fas {
					font-size:20px;
				}
			.contactBnr div.inner div.right a.contactBtn {
				height:70px;
				font-size:16px;
				line-height:70px;
			}
				.contactBnr div.inner div.right a:hover.contactBtn {
					background:#F36F20;
				}
}

@media screen and (max-width:767px){
.contactBnr {
	padding:60px 20px 60px 20px;
}
	.contactBnr div.inner {
		width:100%;
		max-width:360px;
		margin:0 auto;
		background:#FFF;
	}
		.contactBnr div.inner div.left {
			width:100%;
			float:none;
			border-right:0;
			padding:40px 0 20px 0;
		}
			.contactBnr div.inner div.left h2 {
				font-size:20px;
				padding-bottom:20px;
				margin-bottom:35px;
			}
				.contactBnr div.inner div.left h2 span {
					font-size:16px;
				}
		.contactBnr div.inner div.right {
			width:100%;
			float:none;
			padding:0 0 40px 0;
		}
			.contactBnr div.inner div.right p.tel {
				font-size:22px;
				margin-bottom:20px;
			}
				.contactBnr div.inner div.right p.tel i.fas {
					font-size:18px;
				}
			.contactBnr div.inner div.right a.contactBtn {
				width:80%;
				height:60px;
				max-width:260px;
				font-size:16px;
				line-height:60px;
				margin:0 auto;
			}
}

/* !pageTop
---------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:10000;
}
	.pagetop a:link,
	.pagetop a:visited{
		display: block;
		width: 60px;
		height: 60px;
		background-color: #31424E;
		text-align: center;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		line-height: 60px;
		transition: all 0.2s ease;
	}
	
	.pagetop a:hover{
		color:#FFF;
		line-height: 54px;
	}
	
@media screen and (max-width:1039px){
.pagetop {
	bottom: 0px;
	right: 0;
}
	.pagetop a:link,
	.pagetop a:visited{
		display: block;
		width: 50px;
		height: 50px;
		background-color: #31424E;
		text-align: center;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		line-height: 50px;
		transition: none;
	}
}

/* !footer
---------------------------------------------------------- */
#footer {
	width: 100%;
	padding:70px 50px 50px 50px;
	overflow:hidden;
}
	#footer div.inner {
		width:100%;
		max-width:1200px;
		margin:0 auto 20px auto;
		background:#FFF;
	}
		#footer div.inner div.left {
			width:52%;
			float:left;
		}
			#footer div.inner div.left img.logo {
				display:block;
				width:95px;
				float:left;
			}
			#footer div.inner div.left p.name {
				font-size:14px;
				font-weight:bold;
				line-height:1.6;
				margin-left:140px;
				margin-bottom:10px;
			}
			#footer div.inner div.left p.add {
				font-size:14px;
				line-height:1.6;
				margin-left:140px;
				margin-bottom:10px;
			}
			#footer div.inner div.left p.tel {
				font-size:14px;
				margin-left:140px;
				line-height:1.6;
			}
			
		#footer div.inner div.right {
			width:48%;
			float:left;
		}
			#footer div.inner div.right ul.footerLinks {
				margin-bottom:60px;
				float:right;
			}
				#footer div.inner div.right ul.footerLinks li {
					display:inline;
					font-size:14px;
					margin-right:35px;
				}
					#footer div.inner div.right ul.footerLinks li:last-child {
						margin-right:0;
					}
					#footer div.inner div.right ul.footerLinks li a {
						color:#31404C;
						transition: 0.6s;
					}
						#footer div.inner div.right ul.footerLinks li a:hover {
							color:#F36F20;
						}
		
	#footer p.copyright {
		clear:both;
		font-size:12px;
		text-align:center;
		color:#6D7980;
	}

@media screen and (max-width:1039px){
#footer {
	padding:50px 30px 40px 30px;
	overflow:hidden;
}
	#footer div.inner {
		width:100%;
		max-width:1200px;
		margin:0 auto 30px auto;
		background:#FFF;
	}
		#footer div.inner div.left {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
			#footer div.inner div.left img.logo {
				display:block;
				width:95px;
				float:none;
				margin:0 auto 20px auto;
			}
			#footer div.inner div.left p.name {
				font-size:14px;
				margin-left:0;
				margin-bottom:15px;
				text-align:center;
			}
			#footer div.inner div.left p.add {
				font-size:14px;
				margin-left:0;
				margin-bottom:15px;
				text-align:center;
			}
			#footer div.inner div.left p.tel {
				font-size:14px;
				margin-left:0;
				line-height:1.6;
				text-align:center;
			}
			
		#footer div.inner div.right {
			width:100%;
			float:none;
		}
			#footer div.inner div.right ul.footerLinks {
				margin-bottom:0;
				float:none;
				text-align:center;
			}
				#footer div.inner div.right ul.footerLinks li {
					display:inline;
					font-size:14px;
					margin-right:45px;
				}
					#footer div.inner div.right ul.footerLinks li:last-child {
						margin-right:0;
					}
						#footer div.inner div.right ul.footerLinks li a:hover {
							color:#31404C;
						}
}

@media screen and (max-width:767px){
#footer {
	padding:50px 0px 40px 0px;
	overflow:hidden;
}
				#footer div.inner div.right ul.footerLinks li {
					display:block;
					font-size:14px;
					margin-right:0;
					border-top:1px solid #E9E6E0;
				}
					#footer div.inner div.right ul.footerLinks li a {
						display:block;
						width:100%;
						height:50px;
						line-height:50px;
						text-align:center;
						background:#F5F3F1;
					}
					#footer div.inner div.right ul.footerLinks li:last-child {
						margin-right:0;
						border-bottom:1px solid #E9E6E0;
					}
						#footer div.inner div.right ul.footerLinks li a:hover {
							color:#31404C;
						}
}

/* !Box
---------------------------------------------------------- */

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

}

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

}

/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
	font-size:16px;
	font-weight:bold;
	color:#F36F20;
	line-height:1.5;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
	.tit_basic01 span {
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size:40px;
		font-weight:500;
		letter-spacing:0.04em;
	}
	
.tit_basic02 {
	font-size:28px;
	font-weight:bold;
	color:#F36F20;
	line-height:1.5;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:50px;
}

@media screen and (max-width:1039px){
.tit_basic01 {
	font-size:15px;
	margin-bottom:40px;
}
	.tit_basic01 span {
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size:34px;
		font-weight:500;
		letter-spacing:0.04em;
	}
	
.tit_basic02 {
	font-size:24px;
	margin-bottom:40px;
}
}

@media screen and (max-width:767px){
.tit_basic01 {
	font-size:14px;
	margin-bottom:40px;
}
	.tit_basic01 span {
		font-size:24px;
	}
	
.tit_basic02 {
	font-size:20px;
	margin-bottom:40px;
}
}

/* !Listing
---------------------------------------------------------- */
ul.iconList {
	width:100%;
}
	ul.iconList li {
		line-height:1.6;
		padding:0.6em 0.8em;
		background:#F0F0F0;
		border-radius:4px;
		margin-bottom:15px;
		padding-left:2em;
		text-indent:-1em;
	}
		ul.iconList li i.fa {
			display:inline-block;
			margin-left:0.8em;
			margin-right:0.4em;
			color:#DF0011;
		}
ul.circle li {
	list-style:circle;
	margin:0 0 10px 20px;
}
	ul.circle li:last-child {
		margin-bottom:0;
	}
	
ul.dotIcon li {
	margin:0 0 10px 0;
	padding-left:1em;
	position:relative;
}
	ul.dotIcon li:last-child {
		margin-bottom:0;
	}
	ul.dotIcon li:before {
		position:absolute;
		content:"";
		width:6px;
		height:6px;
		background:#F36F20;
		border-radius:50%;
		top:13px;
		left:0;
	}

ol.numList li {
	list-style:decimal;
	margin:0 0 15px 20px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}
	
@media screen and (max-width:1039px){
	ul.dotIcon li:before {
		top:11px;
	}
}

@media screen and (max-width:767px){
	ul.dotIcon li:before {
		top:10px;
	}
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: separate;
}
	.table_basic01 th,
	.table_basic01 td {
		padding: 1em 1em;
	}
	.table_basic01 th {
		width:25%;
		background:#F1F8F7;
		border-bottom: 10px solid #FFF;
		vertical-align:top;
		text-align:center;
	}
	.table_basic01 td {
		width:75%;
		background:#F1F8F7;
		vertical-align:top;
		border-bottom: 10px solid #FFF;
	}
	
.table_basic02 {
	width: 100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: separate;
}
	.table_basic02 th,
	.table_basic02 td {
		padding: 1em 1em;
	}
	.table_basic02 th {
		width:30%;
		background:#F1F8F7;
		border-bottom: 10px solid #FFF;
		vertical-align:top;
		text-align:center;
	}
	.table_basic02 td {
		width:70%;
		background:#F1F8F7;
		vertical-align:top;
		border-bottom: 10px solid #FFF;
	}
	
@media screen and (max-width:1039px){
	.table_basic01 th {
		width:25%;
	}
	.table_basic01 td {
		width:75%;
	}
	
	.table_basic02 th {
		width:30%;
	}
	.table_basic02 td {
		width:70%;
	}
}

@media screen and (max-width:767px){
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
		
	}
	.table_basic01 td {
		padding: 0.6em 1em 1em 1em;
		border-bottom: 5px solid #FFF;
	}
	.table_basic01 th {
		font-weight:bold;
		padding: 1em 1em 0 1em;
		border-bottom: 0;
	}
	
	.table_basic02,
	.table_basic02 thead,
	.table_basic02 tbody,
	.table_basic02 tr,
	.table_basic02 th,
	.table_basic02 td {
		width: 100%;
		display: block;
		
	}
	.table_basic02 td {
		padding: 0.6em 1em 1em 1em;
		border-bottom: 5px solid #FFF;
	}
	.table_basic02 th {
		font-weight:bold;
		padding: 1em 1em 0 1em;
		border-bottom: 0;
	}
}

/*フォーム--------------------------------------*/
span.label {
	display:inline-block;
	padding:1px 5px;
	background-color:#0DB04A;
	color:#FFF;
	font-size:10px;
	margin-left:7px;
	border-radius:3px;
}

input.norm {
	width:90%;
	background-color:#D6EBE8;
	border:0;
	padding:5px 10px;
}

input.short {
	width:50%;
	background-color:#D6EBE8;
	border:0;
	padding:5px 10px;
}

input.exshort {
	width:15%;
	background-color:#D6EBE8;
	border:0;
	padding:5px 10px;
}

select {
	border:1px solid #D6EBE8;
	padding:8px 10px;
}
	select option{
		margin-bottom:5px;
	}

textarea.norm {
	width:100%;
	height:150px;
	background-color:#D6EBE8;
	border:0;
	padding:5px 10px;
}

label.check {
	display:inline-block;
	padding:6px 12px;
	border:1px solid #D6EBE8;
	margin-bottom:10px;
}

input.btn_submit {
	margin:0 0 0 0;
	padding:1em 2em;
	background-color:#31424E;
	font-size:18px;
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	input.btn_submit:hover {
		opacity:0.7;
	}

input.btn_back {
	margin:0 0 0 0;
	padding:1em 2em;
	background-color:#6E7A83;
	font-size:18px;
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	input.btn_back:hover {
		opacity:0.7;
	}

@media screen and (max-width:1039px){
input.norm {
	width:100%;
}

input.short {
	width:60%;
}

input.exshort {
	width:30%;
}

label.check {
	width:100%;
}

textarea.norm {
	width:100%;
}

input.btn_submit:hover {
	opacity:1;
}

input.btn_back:hover {
	opacity:1;
}
}

@media screen and (max-width:767px){
input.norm {
	width:100%;
}

input.short {
	width:60%;
}

input.exshort {
	width:30%;
}

label.check {
	width:100%;
}

textarea.norm {
	width:100%;
}

input.btn_submit {
	font-size:14px;
}

input.btn_back {
	font-size:14px;
}
}