@charset "UTF-8";

/* cohoko */
html {
	box-sizing: border-box;
}

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	/* 2 */
	margin: 0;
	/* 1 */
	font: inherit;
	color: inherit;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	/* 1 */
	/* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	/* 1 */
	padding: 0;
	border: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

.mb00 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

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

.mb50 {
	margin-bottom: 50px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.mb_00 {
	margin-bottom: 0 !important;
}

.mb_05 {
	margin-bottom: 5px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_75 {
	margin-bottom: 75px !important;
}

.mb_100 {
	margin-bottom: 100px !important;
}

.mb_125 {
	margin-bottom: 125px !important;
}

.mb_150 {
	margin-bottom: 150px !important;
}

.mb_200 {
	margin-bottom: 200px !important;
}

.ml00 {
	margin-left: 0 !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

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

.ml50 {
	margin-left: 50px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.ml125 {
	margin-left: 125px !important;
}

.ml150 {
	margin-left: 150px !important;
}

.ml200 {
	margin-left: 200px !important;
}

.pb00 {
	padding-bottom: 0 !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pb200 {
	padding-bottom: 200px !important;
}

/*-----------------------
 変数
-----------------------*/
/* 変数はdistのCSSには表示されない */
/* こっちは設定しなくてもいいみたい */
/*-----------------------
 Reset
-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-family:
		"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 100%;
}

ul {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
	margin: 0;
	font-family:
		"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

a {
	font-family:
		"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

i {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
}

li,
td {
	font-family:
		"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

hr {
	border: 1px solid #88b193;
}

.mincho {
	font-family:
		"游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*-----------------------
 共通項目
-----------------------*/
.size120 {
	font-size: 120%;
}

.size100 {
	font-size: 100%;
}

.center {
	text-align: center;
}

.text_small {
	font-size: 0.8rem;
}

.color-green {
	color: #2b6514;
}

.color_ore {
	color: #d93600;
}

/*-----------------------
 sass
-----------------------*/
.row {
	max-width: 960px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

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

@media screen and (min-width: 641px) {
	.row .span-1 {
		float: left;
		display: block;
		width: 8.33%;
		margin-right: 0%;
	}

	.row .span-1:last-child {
		margin-right: 0;
	}

	.row .span-2 {
		float: left;
		display: block;
		width: 16.66%;
		margin-right: 0%;
	}

	.row .span-2:last-child {
		margin-right: 0;
	}

	.row .span-3 {
		float: left;
		display: block;
		width: 25%;
		margin-right: 0%;
	}

	.row .span-3:last-child {
		margin-right: 0;
	}

	.row .span-4 {
		float: left;
		display: block;
		width: 33.33%;
		margin-right: 0%;
	}

	.row .span-4:last-child {
		margin-right: 0;
	}

	.row .span-5 {
		float: left;
		display: block;
		width: 41.66%;
		margin-right: 0%;
	}

	.row .span-5:last-child {
		margin-right: 0;
	}

	.row .span-6 {
		float: left;
		display: block;
		width: 50%;
		margin-right: 0%;
	}

	.row .span-6:last-child {
		margin-right: 0;
	}

	.row .span-7 {
		float: left;
		display: block;
		width: 58.33%;
		margin-right: 0%;
	}

	.row .span-7:last-child {
		margin-right: 0;
	}

	.row .span-8 {
		float: left;
		display: block;
		width: 66.66%;
		margin-right: 0%;
	}

	.row .span-8:last-child {
		margin-right: 0;
	}

	.row .span-9 {
		float: left;
		display: block;
		width: 75%;
		margin-right: 0%;
	}

	.row .span-9:last-child {
		margin-right: 0;
	}

	.row .span-10 {
		float: left;
		display: block;
		width: 83.33%;
		margin-right: 0%;
	}

	.row .span-10:last-child {
		margin-right: 0;
	}

	.row .span-11 {
		float: left;
		display: block;
		width: 91.66%;
		margin-right: 0%;
	}

	.row .span-11:last-child {
		margin-right: 0;
	}

	.row .span-12 {
		width: 100%;
	}

	.row .offset-1 {
		margin-left: 8.33%;
	}

	.row .offset-2 {
		margin-left: 16.66%;
	}

	.row .offset-3 {
		margin-left: 25%;
	}

	.row .offset-4 {
		margin-left: 33.33%;
	}

	.row .offset-5 {
		margin-left: 41.66%;
	}

	.row .offset-6 {
		margin-left: 50%;
	}

	.row .offset-7 {
		margin-left: 58.33%;
	}

	.row .offset-8 {
		margin-left: 66.66%;
	}

	.row .offset-9 {
		margin-left: 75%;
	}

	.row .offset-10 {
		margin-left: 83.33%;
	}

	.row .offset-11 {
		margin-left: 91.66%;
	}
}

@media screen and (max-width: 640px) {
	.row {
		/* mobileではshiftしないように
        .offset-1{ @include shift(1); }
        .offset-2{ @include shift(2); }
        .offset-3, .offset-4, .offset-5, .offset-6, .offset-7,
        .offset-8, .offset-9, .offset-10, .offset-11 {
            @include shift(3);
        }*/
	}

	.row .span-1 {
		float: left;
		display: block;
		width: 25%;
		margin-right: 0%;
	}

	.row .span-1:last-child {
		margin-right: 0;
	}

	.row .span-2 {
		float: left;
		display: block;
		width: 50%;
		margin-right: 0%;
	}

	.row .span-2:last-child {
		margin-right: 0;
	}

	.row .span-3 {
		float: left;
		display: block;
		width: 75%;
		margin-right: 0%;
	}

	.row .span-3:last-child {
		margin-right: 0;
	}

	.row .span-4,
	.row .span-5,
	.row .span-6,
	.row .span-7,
	.row .span-8,
	.row .span-9,
	.row .span-10,
	.row .span-11,
	.row .span-12 {
		float: left;
		width: 100%;
	}
}

@media screen and (min-width: 641px) {
	.row .col:nth-child(12n) {
		margin-right: 0;
	}

	.row .col:nth-child(12n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 640px) {
	.row .col:nth-child(4n) {
		margin-right: 0;
	}

	.row .col:nth-child(4n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 640px) {
	.pc_true {
		display: none !important;
	}
}

.sp_true {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp_true {
		display: block !important;
	}
}

/* スクロール用に特別 */
.pt50 {
	padding-top: 50px;
}

header #header_logo {
	float: left;
	width: 45%;
	padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
	header #header_logo {
		width: 94%;
		margin: 0 3%;
	}
}

header h1 {
	padding-left: 65px;
	margin-top: 18px;
	font-size: 1.9rem;
	background: url(../images/img_crover.png) left 0 top 15px no-repeat;
}

@media screen and (max-width: 640px) {
	header h1 {
		padding-left: 50px;
		font-size: 1.6rem;
		background-size: 40px;
	}
}

header h1 span {
	margin-left: 5px;
	font-size: 0.9rem;
}

header #header_contact {
	float: right;
	width: 55%;
	margin-top: 25px;
	text-align: right;
}

@media screen and (max-width: 640px) {
	header #header_contact {
		width: 94%;
		margin: 0 3% 10px 3%;
	}
}

@media screen and (max-width: 640px) {
	header #header_contact img {
		float: left;
		width: 48%;
		margin-top: 5px;
	}
}

header #header_contact a {
	margin-left: 10px;
}

@media screen and (max-width: 640px) {
	header #header_contact a img {
		float: right;
		margin-top: 0;
	}
}

article {
	margin-bottom: 50px;
	background: url(../images/bg_main.jpg) center center;
}

#top_main {
	height: 475px;
	padding-top: 200px;
	background: url(../images/main_img.jpg) center center;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	#top_main {
		height: 240px;
		padding-top: 80px;
	}
}

#top_main h2 {
	font-size: 2.6rem;
	color: #fff;
	text-shadow: 1px 1px 4px #272727;
}

@media screen and (max-width: 640px) {
	#top_main h2 {
		font-size: 1.8rem;
		line-height: 1.2;
	}
}

#service_card {
	position: relative;
}

#service_card #card4_pc {
	position: relative;
	top: -30px;
}

#service_card #card4_pc a {
	float: left;
	display: inline-block;
	width: 23%;
	margin: 0 1%;
}

#service_card #card4_pc a:link,
#service_card #card4_pc a:visited,
#service_card #card4_pc a:hover,
#service_card #card4_pc a:active {
	text-decoration: none;
}

#service_card #card4_pc dl {
	background-color: #fff;
	border: 1px solid #ccc;
}

#service_card #card4_pc dl:first-child {
	margin-left: 0;
}

#service_card #card4_pc dl:last-child {
	margin-right: 0;
}

#service_card #card4_pc dt {
	height: 60px;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

#service_card #card4_pc dd {
	margin-bottom: 20px;
	margin-left: 0;
	text-align: center;
}

#service_card #card4_pc dd h3 {
	font-size: 1.1em;
	line-height: 1.4;
}

#service_card #card4_sp {
	margin-top: 20px;
}

#service_card #card4_sp dl {
	float: left;
	width: 90%;
	margin: 0 5% 10px 5%;
	background-color: #fff;
	border: 1px solid #ccc;
}

#service_card #card4_sp dt {
	float: left;
	width: 70px;
	height: 60px;
	padding: 15px;
}

#service_card #card4_sp dt img {
	width: 60%;
}

#service_card #card4_sp dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60px;
	margin: 0;
}

#service_card #card4_sp h3 {
	font-size: 1rem;
	line-height: 1.2;
}

#top_information table {
	width: 100%;
	border-collapse: collapse;
}

#top_information table tr {
	border-bottom: 1px solid #ccc;
}

#top_information table th,
#top_information table td {
	box-sizing: border-box;
	padding: 1.5rem 0.6rem;
}

#top_information table th {
	width: 20%;
	font-weight: normal;
	vertical-align: top;
}

#top_information table td {
	width: 80%;
}

@media screen and (max-width: 640px) {
	#top_information table {
		width: 90%;
		margin: 0 5%;
	}

	#top_information table th,
	#top_information table td {
		float: left;
		width: 100%;
		text-align: left;
	}

	#top_information table th {
		padding: 1.5rem 0.6rem 0.6rem 0.6rem !important;
	}

	#top_information table td {
		padding: 0 0.6rem 0.6rem 0.6rem !important;
	}
}

#service01 h3,
#service02 h3,
#service03 h3 {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #2b6514;
}

#service01 .member,
#service02 .member,
#service03 .member {
	padding: 20px;
	background-color: rgb(0 0 0 / 10%);
}

#service01 .member table td,
#service02 .member table td,
#service03 .member table td {
	padding: 5px;
	vertical-align: top;
}

#service01 .span-5,
#service02 .span-5,
#service03 .span-5 {
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	#service01,
	#service02,
	#service03 {
		padding-right: 5%;
		padding-left: 5%;
	}

	#service01 table td,
	#service02 table td,
	#service03 table td {
		float: left;
		width: 100%;
		padding: 0 5px 10px 5px !important;
		font-size: 0.95rem;
	}

	#service01 table td:first-child,
	#service02 table td:first-child,
	#service03 table td:first-child {
		padding: 0 5px !important;
	}
}

#service02 .span-5 {
	float: right;
	text-align: right;
}

@media screen and (max-width: 640px) {
	#service02 .span-5 {
		float: left;
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	#message {
		padding: 0 5%;
	}
}

#message p {
	line-height: 2;
}

#message h4 {
	font-size: 1.2rem;
}

#message #message_text {
	float: right;
	padding-right: 20px;
}

@media screen and (max-width: 640px) {
	#message #message_text {
		padding-right: 0;
	}
}

#message #message_profile {
	float: left;
	padding-left: 20px;
}

@media screen and (max-width: 640px) {
	#message #message_profile {
		padding-left: 0;
	}
}

#message #message_profile h4 {
	padding-top: 15px;
}

#gmap iframe {
	width: 100%;
	height: 450px;
}

@media screen and (max-width: 640px) {
	#gmap iframe {
		height: 300px;
	}
}

#foot_contact {
	box-sizing: border-box;
	height: 420px;
	padding-top: 80px;
	background: url(../images/bg_foot.png) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	#foot_contact {
		height: 300px;
		padding-top: 50px;
	}
}

#foot_contact h3 {
	font-size: 2rem;
	line-height: 1.4;
	color: #fff;
}

@media screen and (max-width: 640px) {
	#foot_contact h3 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	footer {
		padding: 0 5% !important;
	}
}

footer h5 {
	height: 30px;
	padding-top: 5px;
	padding-left: 45px;
	font-size: 1.2rem;
	background: url(../images/img_crover.png) left center no-repeat;
	background-size: 30px 30px;
}

footer .span-4 {
	text-align: right;
}

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: underline;
}

a:active {
	color: #555;
	text-decoration: none;
}

header h1 a:link {
	color: #000;
	text-decoration: none;
}

header h1 a:visited {
	color: #000;
	text-decoration: none;
}

header h1 a:hover {
	color: #000;
	text-decoration: none;
}

header h1 a:active {
	color: #000;
	text-decoration: none;
}

a.alpha:hover img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

#page_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
	background: url(../images/bg_header_etc.jpg) center center no-repeat;
	background-size: cover;
}

#contact_form table {
	width: 100%;
	border-collapse: collapse;
}

#contact_form table tr {
	border-bottom: 1px solid #ccc;
}

#contact_form table td {
	vertical-align: top;
	text-align: left;
}

#contact_form table td.item,
#contact_form table th.item {
	width: 35%;
	padding: 0.8rem;
	font-weight: normal;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#contact_form table td.item,
	#contact_form table th.item {
		float: left;
		width: 100%;
		padding: 0.8rem 0.8rem 0 0.8rem;
	}
}

#contact_form table td.text {
	padding: 0.8rem;
}

@media screen and (max-width: 640px) {
	#contact_form table td.text {
		float: left;
		width: 100%;
		padding: 0.3rem 0.8rem 0.8rem 0.8rem;
	}
}

#contact_form table td.text input {
	padding: 0.3rem;
}

@media screen and (max-width: 640px) {
	#contact_form table td.text input {
		width: 100%;
	}
}
#contact_form table td.text select {
	padding: 0.5rem;
}

#contact_form .textmax,
#contact_form .textarea {
	width: 100%;
}

#contact_form .textarea {
	height: 10rem;
	padding: 0.3rem;
}

#contact_form .radio input {
	margin-right: 5px;
}

#contact_form input#contact_submit {
	padding: 15px 40px;
	font-size: 1em;
	color: #fff;
	background-color: #2b6514;
	border: 2px solid #2b6514;
}

#contact_form input#contact_submit:hover {
	color: #2b6514;
	background-color: #fff;
	border: 2px solid #2b6514;
}

#contact_form input#contact_cancel {
	padding: 15px 40px;
	font-size: 1em;
	color: #fff;
	background-color: #668c65;
	border: 2px solid #668c65;
}

#contact_form input#contact_cancel:hover {
	color: #668c65;
	background-color: #fff;
	border: 2px solid #668c65;
}

#contact_form .color_red {
	color: #8b4343;
}

#contact_form .item span {
	float: right;
	font-size: 0.7rem;
	color: #8b4343;
}

@media screen and (max-width: 640px) {
	#contact_form .item span {
		clear: left;
	}
}

.error_messe {
	text-align: center;
}

#privacy h5 {
	font-size: 1rem;
}

a.info_link {
	display: block;
	padding-left: 1rem;
	background: url(../images/bg_cur_green.svg) top 0.4rem left no-repeat;
}
