@import url(//fonts.googleapis.com/earlyaccess/notosanshebrew.css);

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	margin: 0;
}

/*
  INIT
---------------------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 87.5%;
}

body {
	font-size: 14px;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #111;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 0;
	line-height: 1.4;
}

p {
	margin: 0 0 10px;
}

a {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: none;
}

a .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

img {
	vertical-align: bottom;
	border-style: none;
}

ul,
ol {
	list-style: none;
}

.text-center {
	text-align: center;
}

.clearfix,
.row {
	*zoom: 1;
}

.clearfix:after,
.row:after {
	content: "";
	display: table;
	clear: both;
}

.sp-btns a,
.spimg {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.notes {
	font-size: 12px;
	font-size: 0.85714rem;
	line-height: 1.4;
}

.btn a {
	display: block;
	margin: 0 auto;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
}

.split {
	*zoom: 1;
}

.split:after {
	content: "";
	display: table;
	clear: both;
}

.split .left {
	float: left;
}

.split .right {
	float: right;
}

.ie8 .row,
.ie7 .row {
	width: 960px !important;
}

.ie8 .row .row,
.ie7 .row .row {
	width: auto !important;
}

.row .columns {
	float: left;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.wrap {
	min-width: 980px;
}

.hero {
	background-color: #2b6aba;
	position: relative;
	background-position: bottom center;
}

.hero .maintitle {
	padding-top: 15px;
	text-align: center;
}

.hero .maintitle h1 {
	margin-bottom: 36px;
}

.hero .maintitle .lead {
	margin-bottom: 80px;
}

.hero .block {
	margin-left: 375px;
}

.hero .block h2 {
	margin-bottom: 30px;
}

.hero .block p {
	margin-bottom: 2em;
}

.hero .cast {
	text-align: right;
	color: #fff;
	margin-right: 50px;
}

.hero .cast p {
	width: 300px;
	text-align: left;
	margin: -50px 0 0 620px;
	font-size: 12px;
}

.main-contents {
	padding-bottom: 60px;
}

.main-contents .content {
	padding: 60px 0;
}

/* ----------------------------------
	HEADER SCHEME
---------------------------------- */

.header {
	padding: 20px 0 0;
	position: relative;
	z-index: 111;
}

.header .container {
	position: relative;
	height: 335px;
}

.header .columns.right {
	width: 650px;
	float: right;
	padding-top: 10px;
}

.header .eyecatch {
	float: left;
	width: 220px;
}

.header dl {
	padding-top: 2em;
	padding-left: 220px;
}

.header dl dt {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-family: "Noto Sans Japanese", serif;
	font-weight: bold;
}

.header dl dt span {
	display: block;
	font-size: 50%;
	font-weight: normal;
}

.header dl dd {
	font-size: 10px;
}

.header .gnav {
	position: absolute;
	bottom: -16px;
	right: 0;
}

.header .gnav ul {
	font-size: 0;
}

.header .gnav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	height: 150px;
	width: 150px;
}

.header .gnav li.active {
	background-image: url(../img/gnav_a.png);
	background-position: center center;
}

.header .gnav a {
	height: 38px;
	width: 130px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/gnav.png);
	margin: 58px auto 0;
}

.header .gnav a:hover {
	background-image: url(../img/gnav_o.png);
}

.header .nav-service a {
	background-position: 0px 0px;
}

.header .nav-service a:hover {
	background-position: 0px 0px;
}

.header .nav-flow a {
	background-position: -150px 0px;
}

.header .nav-flow a:hover {
	background-position: -150px 0px;
}

.header .nav-works a {
	background-position: -300px 0px;
}

.header .nav-works a:hover {
	background-position: -300px 0px;
}

.header .nav-question a {
	background-position: -450px 0px;
}

.header .nav-question a:hover {
	background-position: -450px 0px;
}

.header .nav-contact a {
	background-position: -600px 0px;
}

.header .nav-contact a:hover {
	background-position: -600px 0px;
}

.page-service .gnav .nav-service {
	background-image: url(../img/gnav_a_bg.png);
	background-position: center center;
}

.page-service .gnav .nav-service a {
	background-image: url(../img/gnav_a.png);
}

.page-flow .gnav .nav-flow {
	background-image: url(../img/gnav_a_bg.png);
	background-position: center center;
}

.page-flow .gnav .nav-flow a {
	background-image: url(../img/gnav_a.png);
}

.page-works .gnav .nav-works {
	background-image: url(../img/gnav_a_bg.png);
	background-position: center center;
}

.page-works .gnav .nav-works a {
	background-image: url(../img/gnav_a.png);
}

.page-question .gnav .nav-question {
	background-image: url(../img/gnav_a_bg.png);
	background-position: center center;
}

.page-question .gnav .nav-question a {
	background-image: url(../img/gnav_a.png);
}

.page-contact .gnav .nav-contact {
	background-image: url(../img/gnav_a_bg.png);
	background-position: center center;
}

.page-contact .gnav .nav-contact a {
	background-image: url(../img/gnav_a.png);
}

.hero {
	height: 427px;
}

.hero .img {
	width: 520px;
}

.hero .head {
	color: #fff;
	width: 440px;
	padding-top: 60px;
}

.hero .head h1 {
	margin-bottom: 50px;
}

.hero .head h2 {
	margin-left: 1em;
	margin-bottom: 30px;
	font-weight: bold;
}

.hero .head .lead {
	font-size: 12px;
}

.page-service .hero {
	background-color: #42291f;
}

/* ----------------------------------
	FOOTER SCHEME
---------------------------------- */

.footer-pict {
	height: 115px;
	background-image: url(../img/foot-pict.png);
	background-position: top center;
}

.footer {
	background-color: #045723;
	color: #fff;
	font-size: 12px;
	padding: 30px 0;
}

.footer .copyright {
	right: 0;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

.footer .container {
	position: relative;
}

.footer-address {
	width: 220px;
}

.footer-address .logo {
	margin-bottom: 20px;
}

.footer-address dl dt {
	margin-bottom: 6px;
}

.footer-address p {
	margin-bottom: 0;
}

.footer-nav {
	text-align: center;
}

.footer-nav li {
	display: inline;
	font-size: 12px;
	margin: 0 4px;
}

.footer-nav a {
	color: #fff;
}

.footer-nav a:hover {
	text-decoration: underline;
}

/* ----------------------------------
	PAGE TOP STYLE
---------------------------------- */

.page-top .header {
	padding-top: 80px;
	background-image: url(../img/top/header-leaf.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.page-top .header .mainimg {
	background-image: url(../img/top/mainimg.jpg);
	background-position: center center;
	height: 400px;
}

.page-top .header .mainimg .logo {
	text-align: center;
	padding-top: 55px;
}

.page-top .header .gnav {
	position: static;
	text-align: center;
}

.page-top .header .gnav li {
	height: 90px;
}

.page-top .header .gnav a {
	margin: 30px auto 0;
}

.page-top .header .gnav .container {
	height: auto;
}

.page-top .content {
	padding-top: 30px;
}

.page-top .content .columns.left {
	width: 410px;
}

.page-top .content .columns.right {
	float: right;
	width: 515px;
}

.page-top .section-concept {
	margin-bottom: 40px;
}

.page-top .section-concept h2 {
	margin-bottom: 30px;
}

.page-top .section-concept .lead {
	color: #07913a;
}

.page-top .section-news h2 {
	line-height: 1;
	margin-bottom: 14px;
}

.page-top .section-news .date {
	display: block;
	font-size: 10px;
	color: #8fc320;
	margin-bottom: 3px;
}

.page-top .section-news .news-entries {
	border-bottom: 1px dotted #8fc320;
}

.page-top .section-news .news-entry {
	padding: 1em 0;
	border-top: 1px dotted #8fc320;
	font-size: 12px;
}

.page-top .section-news .news-entry p {
	margin-bottom: 0;
}

.page-top .section-news .news-entry a {
	text-decoration: underline;
}

.page-top .section-news .news-entry a:hover {
	text-decoration: none;
}

.page-top .section-works h2 {
	margin-bottom: 40px;
}

.page-top .section-works .entry {
	margin-bottom: 20px;
	min-height: 80px;
}

.page-top .section-works .entry .img {
	float: left;
	clear: left;
}

.page-top .section-works .entry .txt {
	padding-left: 250px;
	font-size: 10px;
}

.page-top .section-works .entry .txt p {
	margin-bottom: 0;
}

.page-top .section-works .entry a {
	display: block;
}

.page-top .section-works .entry a:hover .place {
	text-decoration: underline;
}

.page-top .section-works .entry a:hover .lead {
	text-decoration: underline;
}

.page-top .section-works .entry a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.page-top .section-works .entry h2 {
	text-decoration: underline;
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
}

.page-top .section-works .entry .place {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.page-top .section-works .to-works {
	text-align: right;
}

.page-top .section-works .to-works a {
	color: #07913a;
	font-size: 12px;
}

.page-top .section-works .to-works a:hover {
	text-decoration: underline;
}

/* ----------------------------------
	PAGE SERVICE STYLE
---------------------------------- */

.page-service .panels {
	margin: 0 -15px;
}

.page-service .panels li {
	width: 300px;
	margin: 0 15px;
	float: left;
	font-size: 12px;
}

.page-service .panels li h3 {
	margin: 1em 0;
	font-size: 18px;
	font-weight: bold;
}

.page-service .hero .mainimg {
	margin-left: -120px;
}

.page-service .hero .head {
	padding-left: 30px;
}

/* ----------------------------------
	PAGE FLOW STYLE
---------------------------------- */

.page-flow .hero {
	overflow: hidden;
	background-color: #fbffd1;
}

.page-flow .hero .mainimg {
	margin-right: -120px;
}

.page-flow .hero .head {
	color: #000;
	padding-right: 30px;
}

.page-flow .content .columns {
	width: 50%;
}

.page-flow .flow-list li {
	margin-bottom: 60px;
}

.page-flow .flow-list h3 {
	margin-bottom: 30px;
}

.page-flow .flow-list p {
	font-size: 12px;
}

.page-flow .flow-li-01 p {
	width: 400px;
}

.page-flow .flow-li-02 {
	padding-top: 85px;
}

.page-flow .flow-li-02 p {
	width: 400px;
}

.page-flow .flow-li-03 p {
	width: 330px;
	margin-left: 60px;
}

.page-flow .flow-li-04 p {
	width: 360px;
}

.page-flow .flow-li-05 {
	width: 380px;
}

.page-flow .flow-li-06 {
	width: 380px;
}

/* ----------------------------------
	PAGE PRIVACY STYLE
---------------------------------- */

.page-privacy h1 {
	font-size: 12px;
}

.page-privacy .content {
	font-size: 12px;
}

.page-privacy .content .columns.left {
	width: 220px;
}

.page-privacy .content .columns.right {
	width: 730px;
}

.page-privacy .content dt {
	margin-bottom: 2em;
}

.page-privacy .content dt:before {
	content: "■";
	margin-right: 2px;
}

.page-privacy .content dd {
	margin-bottom: 4em;
}

.page-privacy .content ol {
	margin-top: 1em;
}

.page-privacy .content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

/* ----------------------------------
	PAGE CORPORATE STYLE
---------------------------------- */

.page-corporate .content {
	margin-bottom: 100px;
}

.page-corporate .content .columns.left {
	width: 520px;
}

.page-corporate .content .columns.right {
	width: 430px;
}

.page-corporate .content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}

.page-corporate .content .dlt {
	padding: 0.5em 0;
	font-size: 12px;
}

.page-corporate .content .dlt dt {
	float: left;
	clear: left;
	width: 5em;
}

.page-corporate .content .dlt dd {
	padding-left: 5em;
}

.page-corporate .content .dlt dt {
	font-weight: bold;
}

.page-corporate .content .dlt dt,
.page-corporate .content .dlt dd {
	padding-bottom: 2em;
}

/* ----------------------------------
	PAGE QUESTION STYLE
---------------------------------- */

.page-question .header .eyecatch {
	width: 250px;
}

.page-question .content h1 {
	margin-bottom: 50px;
	line-height: 1;
}

.page-question .content .local-nav li {
	margin-bottom: 1em;
}

.page-question .content .local-nav a {
	color: #07913a;
	text-decoration: underline;
}

.page-question .content .local-nav a:hover {
	text-decoration: none;
}

.page-question .content .columns.left {
	width: 380px;
}

.page-question .content .columns.right {
	width: 580px;
}

.page-question .content .panel h3 {
	font-size: 24px;
	color: #07913a;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 30px;
}

.page-question .content .panel p {
	font-size: 12px;
}

.page-question .content hr {
	background-image: url(../img/question/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	border: none;
	margin: 60px 0;
}

/* ----------------------------------
	PAGE WORKS STYLE
---------------------------------- */

.page-works .page-title {
	line-height: 1;
	font-size: 10px;
	margin-bottom: 40px;
}

.page-works .entries {
	margin: 0 -30px;
}

.page-works .entry {
	width: 240px;
	margin: 0 30px 30px;
	font-size: 10px;
}

.page-works .entry a {
	display: block;
}

.page-works .entry a:hover .place {
	text-decoration: underline;
}

.page-works .entry a:hover .lead {
	text-decoration: underline;
}

.page-works .entry a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.page-works .entry a:hover h2 {
	text-decoration: none;
}

.page-works .entry .img {
	width: 240px;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.page-works .entry img {
	-webkit-transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
}

.page-works .entry h2 {
	text-decoration: underline;
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
}

.page-works .entry .place {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.page-works.single .main {
	float: left;
	width: 690px;
}

.page-works.single .main h1 {
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0;
}

.page-works.single .main .article-header {
	margin-bottom: 50px;
}

.page-works.single .aside {
	float: right;
}

.page-works.single .aside .entries {
	margin: 0;
}

.page-works.single .aside .columns {
	float: none;
}

.page-works.single .aside .entry {
	margin: 0 0 30px 0;
}

.page-works.single .aside .entry a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/* ----------------------------------
	PAGE CONTACT STYLE
---------------------------------- */

.page-contact { /* Standard Forms */ /* Label Styles */
}

.page-contact .aside {
	float: left;
	width: 280px;
	font-size: 12px;
}

.page-contact .aside .tel {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	display: block;
}

.page-contact .aside .notes {
	margin-top: 40px;
	line-height: 1.6;
}

.page-contact .main {
	float: right;
	width: 630px;
	border: 1px solid #e5e5e5;
}

.page-contact h1 {
	line-height: 1;
	font-size: 10px;
	margin-bottom: 40px;
}

.page-contact h2 {
	font-weight: bold;
	margin-bottom: 30px;
}

.page-contact .section {
	padding: 80px 0;
}

.page-contact form {
	margin: 0 0 1rem;
}

.page-contact label { /* Styles for required inputs */
}

.page-contact label.right {
	float: none;
	text-align: right;
}

.page-contact label.inline {
	margin: 0 0 1rem 0;
	padding: 0.625rem 0;
}

.page-contact label small {
	text-transform: capitalize;
	color: #676767;
}

.page-contact input[type="text"],
.page-contact input[type="password"],
.page-contact input[type="date"],
.page-contact input[type="datetime"],
.page-contact input[type="datetime-local"],
.page-contact input[type="month"],
.page-contact input[type="week"],
.page-contact input[type="email"],
.page-contact input[type="number"],
.page-contact input[type="search"],
.page-contact input[type="tel"],
.page-contact input[type="time"],
.page-contact input[type="url"],
.page-contact textarea {
	-webkit-appearance: none;
	font-family: inherit;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
	padding: 0.5rem;
	height: 30px;
	width: 80%;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	background-color: #f5f5f5;
}

.page-contact input[type="text"][disabled],
.page-contact input[type="password"][disabled],
.page-contact input[type="date"][disabled],
.page-contact input[type="datetime"][disabled],
.page-contact input[type="datetime-local"][disabled],
.page-contact input[type="month"][disabled],
.page-contact input[type="week"][disabled],
.page-contact input[type="email"][disabled],
.page-contact input[type="number"][disabled],
.page-contact input[type="search"][disabled],
.page-contact input[type="tel"][disabled],
.page-contact input[type="time"][disabled],
.page-contact input[type="url"][disabled],
.page-contact textarea[disabled] {
	background-color: #dddddd;
}

.page-contact input[type="text"].radius,
.page-contact input[type="password"].radius,
.page-contact input[type="date"].radius,
.page-contact input[type="datetime"].radius,
.page-contact input[type="datetime-local"].radius,
.page-contact input[type="month"].radius,
.page-contact input[type="week"].radius,
.page-contact input[type="email"].radius,
.page-contact input[type="number"].radius,
.page-contact input[type="search"].radius,
.page-contact input[type="tel"].radius,
.page-contact input[type="time"].radius,
.page-contact input[type="url"].radius,
.page-contact textarea.radius {
	border-radius: 3px;
}

.page-contact #mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border: none;
}

.page-contact #mfp_confirm_table tr th,
.page-contact #mfp_confirm_table tr td {
	text-align: left;
	border-top: dotted 1px #CCC;
	padding: 1em 20px;
}

.page-contact #mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}

.page-contact #mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}

.page-contact #mfp_phase_confirm h4 {
	margin-bottom: 2em;
	text-align: center;
	font-weight: 700;
	font-size: 1.14286rem;
}

.page-contact .page-contact .contact-content.inner {
	padding-bottom: 100px;
}

.page-contact .page-contact .contact-content h2 {
	background-color: #008cbc;
	color: #fff;
	font-size: 16px;
	font-size: 1.14286rem;
	padding: 10px 20px;
}

.page-contact .page-contact .contact-content h2 span {
	font-size: 12px;
	font-size: 0.85714rem;
}

.page-contact .page-contact .require {
	color: #ff0000;
}

.page-contact .page-contact .tel {
	padding: 20px 20px 60px;
}

.page-contact .page-contact .tel dt,
.page-contact .page-contact .tel dd {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.page-contact .page-contact .tel dt {
	font-size: 20px;
	font-size: 1.42857rem;
}

.page-contact .page-contact .tel p {
	margin-bottom: 0;
}

.page-contact .page-contact .inner {
	padding: 40px 30px;
}

.page-contact .page-contact .form {
	background-color: #f6f6f6;
	background-color: #fff;
}

.page-contact .page-contact .form .notes {
	margin-bottom: 3em;
}

.page-contact .page-contact .form table {
	table-layout: fixed;
	width: 100%;
}

.page-contact .page-contact .form table th,
.page-contact .page-contact .form table td {
	padding: 10px 20px;
	border-bottom: 1px dotted #ccc;
}

.page-contact .page-contact .form table th {
	width: 230px;
	text-align: left;
	font-weight: normal;
}

.page-contact .page-contact .form table th span:before {
	font-size: 85.7%;
	content: "◯";
	margin-right: 4px;
	line-height: inherit;
}

.page-contact .page-contact .form table th span.required:before {
	font-size: 120%;
	content: "●";
	color: #ff0000;
}

.page-contact .page-contact .form table .text-vat {
	vertical-align: top;
}

.page-contact .page-contact .form input[type="radio"] {
	margin-right: 8px;
}

.page-contact .page-contact .form input[type="text"],
.page-contact .page-contact .form input[type="tel"],
.page-contact .page-contact .form input[type="email"] {
	padding: 16px 10px;
	height: 40px;
	margin: 0;
	width: 100%;
	line-height: 40px;
}

.page-contact .page-contact .form textarea {
	width: 100% !important;
	min-height: 200px;
}

.page-contact .page-contact .form .split .left,
.page-contact .page-contact .form .split .right {
	width: 48%;
}

.page-contact .page-contact .form-phase h4,
.page-contact .page-contact .form-phase p {
	line-height: 30px;
	margin: 0;
}

.page-contact .page-contact .mfp_buttons .enter,
.page-contact .page-contact .mfp_buttons .cancel {
	padding: 16px 30px;
	border: none;
	border-radius: 4px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

.page-contact .page-contact .mfp_buttons {
	text-align: center;
	margin: 60px 0 40px;
}

.page-contact .page-contact .mfp_buttons span {
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.page-contact .page-contact .mfp_buttons .enter {
	background-color: #fdd821;
	color: #2c3263;
	padding: 16px 100px;
}

.page-contact .page-contact .mfp_buttons .cancel {
	background-color: #888;
}

.page-contact .page-contact .mfp_buttons .enter:hover {
	background-color: #ffdf29;
}

.page-contact .page-contact .mfp_buttons .cancel:hover {
	background-color: #9f9f9f;
}

.page-contact .page-contact .thanks {
	padding: 60px 0 100px;
}

.page-contact .page-contact .sex label {
	margin-right: 20px;
}

.page-contact .page-contact .pos label {
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.page-contact input[type="text"],
.page-contact input[type="email"],
.page-contact input[type="tel"] {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 65%;
	margin-bottom: 0;
	background-color: #fdfdfd;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.page-contact textarea {
	width: 100%;
	min-height: 14em;
	background-color: #fdfdfd;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.page-contact .form {
	font-size: 12px;
	background-color: #efecdc;
	padding: 35px;
}

.page-contact .form table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

.page-contact .form .vtop {
	padding-top: 15px;
	vertical-align: top;
}

.page-contact .form label {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 5em;
}

.page-contact .form th,
.page-contact .form td {
	padding: 10px;
}

.page-contact .form th .notes,
.page-contact .form td .notes {
	margin-left: 1em;
}

.page-contact .form th {
	text-align: left;
	width: 13em;
}

.page-contact .form .marker {
	color: #07913a;
	margin-right: 4px;
}

.page-contact .mfp_buttons {
	text-align: center;
	margin: 60px 0 40px;
}

.page-contact .mfp_buttons span {
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.page-contact .mfp_buttons .enter,
.page-contact .mfp_buttons .cancel,
.page-contact .mfp_buttons #mfp_button_send,
.page-contact .mfp_buttons #mfp_button_cancel {
	padding: 16px 30px;
	border: none;
	border-radius: 4px;
	color: #fff;
	line-height: 1;
}

.page-contact .mfp_buttons .enter,
.page-contact .mfp_buttons #mfp_button_send {
	padding: 16px 100px;
	color: #fff;
	background-color: #07913a;
}

.page-contact .mfp_buttons .enter:hover,
.page-contact .mfp_buttons #mfp_button_send:hover {
	background-color: #08a944;
}

.page-contact .mfp_buttons .cancel,
.page-contact .mfp_buttons #mfp_button_cancel {
	background-color: #888;
}

.page-contact .mfp_buttons .cancel:hover,
.page-contact .mfp_buttons #mfp_button_cancel:hover {
	background-color: #9f9f9f;
}

.page-contact .mfp_buttons #mfp_button_send {
	padding: 16px 60px;
}

.page-contact input[type="text"]:focus,
.page-contact input[type="password"]:focus,
.page-contact input[type="date"]:focus,
.page-contact input[type="datetime"]:focus,
.page-contact input[type="datetime-local"]:focus,
.page-contact input[type="month"]:focus,
.page-contact input[type="week"]:focus,
.page-contact input[type="email"]:focus,
.page-contact input[type="number"]:focus,
.page-contact input[type="search"]:focus,
.page-contact input[type="tel"]:focus,
.page-contact input[type="time"]:focus,
.page-contact input[type="url"]:focus,
.page-contact textarea:focus {
	background: #fff;
	border-color: #999999;
}

@media only screen and (min-width: 1200px) {

.page-top .header .mainimg {
	background-size: cover !important;
}

}

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

.split .left,
.split .right {
	float: none;
}

img.flex {
	max-width: 100%;
	height: auto;
}

}

