@charset "UTF-8";
/*! 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.
 */
/* line 9, ../sass/_normalize.scss */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
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.
 */
/* line 77, ../sass/_normalize.scss */
[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
/* line 169, ../sass/_normalize.scss */
sup {
	top: -0.5em;
}
/* line 173, ../sass/_normalize.scss */
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code, kbd, pre, samp {
	font-family: monospace, 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.
 */
/* line 252, ../sass/_normalize.scss */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
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).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * 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).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* line 424, ../sass/_normalize.scss */
td, th {
	padding: 0;
}
/* line 21, ../sass/common.scss */
img {
	vertical-align: top;
}
/* line 24, ../sass/common.scss */
.lay {
	position: relative;
	margin: 0px auto;
	width: 1024px;
	overflow: hidden;
}
/* line 30, ../sass/common.scss */
.lay2 {
	position: relative;
	margin: 0px auto;
	width: 1024px;
	overflow: hidden;
}
/* line 36, ../sass/common.scss */
.minPro {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
}
/* line 39, ../sass/common.scss */
.overlay {
	overflow: hidden;
}
/* line 43, ../sass/common.scss */
.overlay .left {
	float: left;
}
/* line 46, ../sass/common.scss */
.overlay .right {
	float: right;
}
/* line 51, ../sass/common.scss */
.overtable {
	width: 100%;
	display: table;
}
/* line 54, ../sass/common.scss */
.overtable .left, .overtable .right {
	vertical-align: top;
	display: table-cell;
}
/* line 59, ../sass/common.scss */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* line 64, ../sass/common.scss */
h1, h2, h3, h4, h5, p {
	margin: 0;
}
/* line 68, ../sass/common.scss */
a {
	color: #2094bb;
	text-decoration: none;
}
/* line 72, ../sass/common.scss */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* line 77, ../sass/common.scss */
.tr {
	text-align: right;
}
/* line 80, ../sass/common.scss */
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
}
/* line 83, ../sass/common.scss */
body {
	background: #fff;
	font-size: 12px;
	line-height: 1em;
}
/* line 89, ../sass/common.scss */
img.ov {
	box-shadow: #000 0 0 0;
}
/* line 93, ../sass/common.scss */
#header #head {
	z-index: 200;
	position: fixed;
	background-color: #FFF;
	width: 100%;
	min-width: 950px;
	height: 35px;
}
/* line 100, ../sass/common.scss */
#header #head .left {
	float: left;
	padding: 10px 0 0 10px;
}
/* line 103, ../sass/common.scss */
#header #head .left h1 {
	font-size: 11px;
	line-height: 100%;
	font-weight: normal;
}
/* line 109, ../sass/common.scss */
#header #head .right {
	float: right;
	font-size: 13px;
	line-height: 100%;
}
/* line 113, ../sass/common.scss */
#header #head .right ul {
	overflow: hidden;
}
/* line 115, ../sass/common.scss */
#header #head .right ul li {
	float: left;
	border-left: 1px solid #FFF;
	min-width: 125px;
}
/* line 119, ../sass/common.scss */
#header #head .right ul li a {
	background-color: #19223E;
	display: table;
	color: #FFF;
	width: 100%;
	height: 35px;
}
/* line 125, ../sass/common.scss */
#header #head .right ul li a p {
	display: table-cell;
	vertical-align: middle;
}
/* line 128, ../sass/common.scss */
#header #head .right ul li a p img {
	vertical-align: middle;
	padding: 0 11px 0 10px;
}
/* line 134, ../sass/common.scss */
#header #head .right ul li a:hover {
	background-color: #6C6C6C;
}
/* line 138, ../sass/common.scss */
#header #head .right ul li:nth-child(1) a p img {
	padding-right: 17px;
}
/* line 139, ../sass/common.scss */
#header #head .right ul li:nth-child(2) a p img {
	padding-right: 14.5px;
}
/* line 140, ../sass/common.scss */
#header #head .right ul li:nth-child(3) a p img {
	padding-right: 23.5px;
}
/* line 145, ../sass/common.scss */
#header #side_area {
	position: relative;
	display: block;
}
/* line 148, ../sass/common.scss */
#header #side_area #side {
	background-color: inherit;
	z-index: 100;
	position: fixed;
	top: 35px;
}
/* line 153, ../sass/common.scss */
#header #side_area #side a {
	display: block;
}
/* line 156, ../sass/common.scss */
#header #side_area #side ul {
	padding-bottom: 10px;
    background-color: #fff;
}
/* line 158, ../sass/common.scss */
#header #side_area #side ul li {
	position: relative;
}
/* line 160, ../sass/common.scss */
#header #side_area #side ul li .gNaviOn {
	display: block;
	height: 30px;
	width: 5px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #19223F;
}
/* line 172, ../sass/common.scss */
#header #side_area #side .center {
	padding-bottom: 15px;
}
/* line 175, ../sass/common.scss */
#header #side_area #side .center li a {
	padding: 5px 0 5px;
	width: 120px;
	height: 30px;
	display: block;
}
/* line 180, ../sass/common.scss */
#header #side_area #side .center li a p {
	width: 95px;
	height: 20px;
	padding: 10px 0 0 25px;
}
/* line 186, ../sass/common.scss */
#header #side_area #side .center li a:hover p {
	background-color: #19223F;
}
/* line 190, ../sass/common.scss */
#header #side_area #side .center li:nth-child(2) a p {
	padding-top: 11px;
	height: 19px;
}
/* line 191, ../sass/common.scss */
#header #side_area #side .center li:nth-child(3) a p {
	padding-top: 11px;
	height: 19px;
	padding-left: 24px;
	width: 96px;
}
/* line 192, ../sass/common.scss */
#header #side_area #side .center li:nth-child(4) a p {
	padding-top: 11px;
	height: 19px;
	padding-left: 24px;
	width: 96px;
}
/* line 193, ../sass/common.scss */
#header #side_area #side .center li:nth-child(5) a p {
	padding-top: 11px;
	height: 19px;
}
/* line 194, ../sass/common.scss */
#header #side_area #side .center li:nth-child(6) a p {
	padding-top: 10px;
}
/* line 195, ../sass/common.scss */
#header #side_area #side .center li.naviOn a p {
	background-color: #19223F;
}
/* line 197, ../sass/common.scss */

#header #side_area #side .bottom {
	background-color: #19223E;
	padding: 20px 0 0 24px;
	height: 30px;
	width: 96px;
/*li:nth-child(1){padding-bottom:13px;}*/ }
#header #side_area #side .bottom ul {
	padding-bottom: 10px;
    background-color: #19223E;
}
/* line 202, ../sass/common.scss */
#header #side_area #side .bottom li {
/*padding:0 0 10px;*/ }
/* line 204, ../sass/common.scss */
#header #side_area #side .bottom li a {
	padding: 0;
}
#header #side_area #side div.rakuen_s a {
	background-color: #19223E;
    margin-top: 10px;
	height: 60px;
	width: 120px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 13px;
}
/* line 216, ../sass/common.scss */
#wrapper.pages {
	border-bottom: solid 1px #eeeeee;
}
/* line 219, ../sass/common.scss */
#wrapper {
	padding-top: 35px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
}
/* line 225, ../sass/common.scss */
#wrapper #pankuzu {
	padding: 20px 0 19px;
	border-bottom: 1px solid #19223e;
	margin: 0 0 30px;
}
/* line 229, ../sass/common.scss */
#wrapper #pankuzu ul {
	display: table;
	font-size: 11px;
	line-height: 1em;
}
/* line 234, ../sass/common.scss */
#wrapper #pankuzu ul li {
	display: table-cell;
	padding: 0 15px 0 0;
}
/* line 238, ../sass/common.scss */
#wrapper #pankuzu ul a {
	color: #19223e;
	display: block;
	background: url("../img/common/pankuzu_arrow.gif") center right no-repeat;
	padding: 0 19px 0 0;
}
/* line 244, ../sass/common.scss */
#wrapper #pankuzu ul a:hover {
	color: #6c6c6c;
}
/* line 248, ../sass/common.scss */
#wrapper #pankuzu ul li#pankuzu_current a {
	background: none;
}
/* line 257, ../sass/common.scss */
#footer #foot_info {
	text-align: center;
	line-height: 1em;
	padding: 0 0 42px;
}
/* line 261, ../sass/common.scss */
#footer #foot_info h2 {
	color: #19223e;
	font-size: 20px;
	padding: 0 0 18px;
}
/* line 265, ../sass/common.scss */
#footer #foot_info h2 img {
	margin: 0 auto;
	display: block;
	padding: 0 0 19px;
}
/* line 271, ../sass/common.scss */
#footer #foot_info address {
	font-size: 14px;
	color: #555555;
	padding: 0 0 10px;
	font-style: normal;
}
/* line 277, ../sass/common.scss */
#footer #foot_info p {
	font-weight: bold;
	font-size: 13px;
	color: #19223e;
}
/* line 283, ../sass/common.scss */
#footer #footer_navi {
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
/* line 287, ../sass/common.scss */
#footer #footer_navi .navi_con {
	float: left;
	width: 154px;
	border-top: 5px solid #19223F;
	padding-top: 20px;
	margin-right: 20px;
}
/* line 293, ../sass/common.scss */
#footer #footer_navi .navi_con a {
	color: #19223F;
}
/* line 296, ../sass/common.scss */
#footer #footer_navi .navi_con a:hover {
	color: #6c6c6c;
}
/* line 299, ../sass/common.scss */
#footer #footer_navi .navi_con li {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}
/* line 305, ../sass/common.scss */
#footer #footer_navi .navi_con li.pt2 {
	margin-bottom: 0px;
}
/* line 308, ../sass/common.scss */
#footer #footer_navi .navi_con li.mini {
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 11px;
}
/* line 314, ../sass/common.scss */
#footer #footer_navi .navi_con.end {
	margin-right: 0px;
}
/* line 319, ../sass/common.scss */
#footer #footer_fb #fb_con {
	overflow: hidden;
	padding-bottom: 9px;
}
/* line 322, ../sass/common.scss */
#footer #footer_fb #fb_con #fb_img, #footer #footer_fb #fb_con #fb_dev_btn {
	float: left;
}
/* line 325, ../sass/common.scss */
#footer #footer_fb #fb_con #fb_img {
	padding-right: 5px;
}
/* line 328, ../sass/common.scss */
#footer #footer_fb #fb_con #fb_dev {
	padding: 4px 0 6px;
}
/* line 332, ../sass/common.scss */
#footer #footer_fb #fb_text {
	border-top: 1px solid #D7DFEA;
	padding: 8px 0 20px;
	font-size: 11px;
	line-height: 100%;
}
/* line 339, ../sass/common.scss */
#footer #copyright {
	background-color: #18223D;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 100%;
	padding: 13px 0 11px;
}
/* line 348, ../sass/common.scss */
#wrapper_contact {
	margin: 0 auto;
	width: 980px;
}
/* line 351, ../sass/common.scss */
#wrapper_contact #logo {
	padding: 39px 0 60px;
	text-align: center;
}
/* line 355, ../sass/common.scss */
#wrapper_contact h2 {
	padding-bottom: 70px;
}
/* line 358, ../sass/common.scss */
#wrapper_contact #flow {
	padding-bottom: 40px;
}
/* line 362, ../sass/common.scss */
#wrapper_contact #contact_area table {
	width: 100%;
	margin-bottom: 48px;
	background: url("../img/open_form/tr_border.gif") top left repeat-x;
}
/* line 366, ../sass/common.scss */
#wrapper_contact #contact_area table th, #wrapper_contact #contact_area table td {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	padding: 22px 0;
	background: url("../img/open_form/tr_border.gif") bottom left repeat-x;
	margin: 1px 0;
}
/* line 375, ../sass/common.scss */
#wrapper_contact #contact_area table th input, #wrapper_contact #contact_area table td input {
	padding: 0 8px;
	height: 28px;
}
/* line 380, ../sass/common.scss */
#wrapper_contact #contact_area table th {
	padding-left: 18px;
	width: 217px;
	font-size: 14px;
	line-height: 20px;
	color: #19233d;
}
/* line 386, ../sass/common.scss */
#wrapper_contact #contact_area table th .hissu1 {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #FFF;
	background-color: #19223e;
	padding: 0 7px;
	font-size: 12px;
}
#wrapper_contact #contact_area table th .nini {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #19223e;
	background-color: #fff;
	border: solid 1px #19223e;
	padding: 0 7px;
	font-size: 12px;
}
#wrapper_contact #contact_area table p{
	padding: 0 50px 0 0;
}
#wrapper_contact #contact_area table tr#address1 p,
#wrapper_contact #contact_area table tr#address2 p,
#wrapper_contact #contact_area table tr#address3 p{
	padding: 0;
}

/* line 397, ../sass/common.scss */
#wrapper_contact #contact_area table th .mini1 {
	font-size: 11px;
	color: #aaaaaa;
}
/* line 402, ../sass/common.scss */
#wrapper_contact #contact_area table td {
	padding-left: 55px;
}
/* line 404, ../sass/common.scss */
#wrapper_contact #contact_area table td .mini1 {
	padding-top: 5px;
	font-size: 11px;
	line-height: 22px;
	color: #aaaaaa;
}
/* line 410, ../sass/common.scss */
#wrapper_contact #contact_area table td .mini2 {
	padding-left: 10px;
	color: #fc573c;
	font-size: 11px;
}
/* line 415, ../sass/common.scss */
#wrapper_contact #contact_area table td .contactText1 {
	width: 414px;
}
/* line 416, ../sass/common.scss */
#wrapper_contact #contact_area table td .contactText2 {
	width: 28px;
	padding: 0px;
}
/* line 417, ../sass/common.scss */
#wrapper_contact #contact_area table td .contactText3 {
	width: 162px;
}
/* line 418, ../sass/common.scss */
#wrapper_contact #contact_area table td .contactText4 {
	width: 244px;
}
/* line 419, ../sass/common.scss */
#wrapper_contact #contact_area table td .contactText5 {
	width: 64px;
}
/* line 420, ../sass/common.scss */
#wrapper_contact #contact_area table td .contactTextArea0 {
	width: 426px;
	height: 140px;
	margin-top:15px;
}
/* line 421, ../sass/common.scss */
#wrapper_contact #contact_area table td input[type="checkbox"],  #wrapper_contact #contact_area table td input[type="radio"] {
	vertical-align: middle;
	margin-right: 7px;
}
/* line 426, ../sass/common.scss */
#wrapper_contact #contact_area table td input[type="text"],  #wrapper_contact #contact_area table td textarea {
	border: 1px solid #A9A9A9;
}
/* line 430, ../sass/common.scss */
#wrapper_contact #contact_area table td label {
	line-height: 14px;
	padding: 7px 0;
}
/* line 433, ../sass/common.scss */
#wrapper_contact #contact_area table td label input {
	height: 14px;
}
/* line 440, ../sass/common.scss */
#wrapper_contact #contact_area table td.dis_b_label label {
	display: block;
}
/* line 444, ../sass/common.scss */
#wrapper_contact #contact_area table td.addrArea1 {
	background: none;
	padding-bottom: 15px;
}
/* line 448, ../sass/common.scss */
#wrapper_contact #contact_area table td.addrArea2 {
	padding-bottom: 20px;
}
/* line 450, ../sass/common.scss */
#wrapper_contact #contact_area table td.addrArea2 input {
	margin-bottom: 5px;
}
/* line 454, ../sass/common.scss */
#wrapper_contact #contact_area table td.left_non {
	padding-left: 0;
}
/* line 457, ../sass/common.scss */
#wrapper_contact #contact_area table td.w70 {
	width: 70px;
	background: none;
}
/* line 461, ../sass/common.scss */
#wrapper_contact #contact_area table td.w620 {
	width: 620px;
}
/* line 464, ../sass/common.scss */
#wrapper_contact #contact_area table .var_top {
	vertical-align: top;
}
/* line 466, ../sass/common.scss */
#wrapper_contact #contact_area table .var_top p {
	margin-top: 5px;
}
/* line 473, ../sass/common.scss */
#wrapper_contact #contact_area table #address1 td,  #wrapper_contact #contact_area table #address2 td,  #wrapper_contact #contact_area table #address3 td {
	vertical-align: top;
}
/* line 478, ../sass/common.scss */
#wrapper_contact #contact_area table #address2 td {
	padding-top: 0;
}
/* line 484, ../sass/common.scss */
#wrapper_contact #contact_area table #address3 .var_top p {
	padding-bottom: 10px;
}
/* line 488, ../sass/common.scss */
#wrapper_contact #contact_area table #address3 td {
	padding-top: 0;
}
/* line 493, ../sass/common.scss */
#wrapper_contact #contact_area table .error_tr_in_start td {
	padding-bottom: 4px;
	background: none;
}
/* line 499, ../sass/common.scss */
#wrapper_contact #contact_area table .add_error_td_after td {
	padding-top: 0px;
}
/* line 506, ../sass/common.scss */
#wrapper_contact #contact_area table .error_tr th, #wrapper_contact #contact_area table .error_tr td,  #wrapper_contact #contact_area table .error_tr_in_start th,  #wrapper_contact #contact_area table .error_tr_in_start td,  #wrapper_contact #contact_area table .error_tr_in th,  #wrapper_contact #contact_area table .error_tr_in td {
	background-color: #FFF2F0;
}
/* line 508, ../sass/common.scss */
#wrapper_contact #contact_area table .error_tr th .error, #wrapper_contact #contact_area table .error_tr td .error,  #wrapper_contact #contact_area table .error_tr_in_start th .error,  #wrapper_contact #contact_area table .error_tr_in_start td .error,  #wrapper_contact #contact_area table .error_tr_in th .error,  #wrapper_contact #contact_area table .error_tr_in td .error {
	font-size: 14px;
	line-height: 22px;
	color: #fc573c;
}
/* line 513, ../sass/common.scss */
#wrapper_contact #contact_area table .error_tr th input, #wrapper_contact #contact_area table .error_tr td input,  #wrapper_contact #contact_area table .error_tr_in_start th input,  #wrapper_contact #contact_area table .error_tr_in_start td input,  #wrapper_contact #contact_area table .error_tr_in th input,  #wrapper_contact #contact_area table .error_tr_in td input {
	border: 1px solid #fc573c;
}
/* line 516, ../sass/common.scss */
#wrapper_contact #contact_area table .error_tr th input.henka_non, #wrapper_contact #contact_area table .error_tr td input.henka_non,  #wrapper_contact #contact_area table .error_tr_in_start th input.henka_non,  #wrapper_contact #contact_area table .error_tr_in_start td input.henka_non,  #wrapper_contact #contact_area table .error_tr_in th input.henka_non,  #wrapper_contact #contact_area table .error_tr_in td input.henka_non {
	border: 1px solid grey;
}
/* line 523, ../sass/common.scss */
#wrapper_contact #contact_area iframe {
	border: 1px solid #EEEEEE;
}
/* line 526, ../sass/common.scss */
#wrapper_contact #contact_area #privacy_check {
	font-size: 15px;
	line-height: 100%;
	margin: 40px 0 20px;
	padding: 10px 0;
	text-align: center;
	color: #19233d;
}
/* line 534, ../sass/common.scss */
#wrapper_contact #contact_area #privacy_check.error {
	background-color: #FFF2F0;
}
/* line 536, ../sass/common.scss */
#wrapper_contact #contact_area #privacy_check.error .error {
	font-size: 14px;
	line-height: 22px;
	color: #fc573c;
}
/* line 542, ../sass/common.scss */
#wrapper_contact #contact_area .button_area {
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
}
/* line 546, ../sass/common.scss */
#wrapper_contact #contact_area .button_area ul {
	float: left;
	position: relative;
	left: 50%;
}
/* line 550, ../sass/common.scss */
#wrapper_contact #contact_area .button_area ul li {
	float: left;
	position: relative;
	left: -50%;
	padding: 0 10px;
}
/* line 559, ../sass/common.scss */
#wrapper_contact #complate_area {
	text-align: center;
}
/* line 561, ../sass/common.scss */
#wrapper_contact #complate_area h3 {
	padding: 60px 0 40px;
	font-size: 32px;
	line-height: 32px;
	color: #19233d;
}
/* line 567, ../sass/common.scss */
#wrapper_contact #complate_area p {
	font-size: 14px;
	line-height: 30px;
	color: #6c6c6c;
}
/* line 572, ../sass/common.scss */
#wrapper_contact #complate_area .btn {
	padding: 100px 0;
}
/* line 576, ../sass/common.scss */
#wrapper_contact #open_form_detail {
	margin-bottom: 40px;
}
/* line 578, ../sass/common.scss */
#wrapper_contact #open_form_detail #open_form_title {
	color: #19233d;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
/* line 585, ../sass/common.scss */
#wrapper_contact #open_form_detail #detail_main {
	padding: 2px 0 2px 30px;
	border-left: solid 10px #19223e;
}
/* line 588, ../sass/common.scss */
#wrapper_contact #open_form_detail #detail_main h3 {
	font-weight: normal;
	font-size: 23px;
	line-height: 1em;
	color: #243363;
	padding: 0 0 12px;
}
/* line 595, ../sass/common.scss */
#wrapper_contact #open_form_detail #detail_main p {
	color: #aaaaaa;
	overflow: hidden;
	height: 100%;
	padding: 8px 0 0;
}
/* line 600, ../sass/common.scss */
#wrapper_contact #open_form_detail #detail_main p span {
	float: left;
	display: block;
	padding: 0 9px 0 0;
	margin: 0 9px 0 0;
	background: url("../img/open/coron.gif") right 2px no-repeat;
}
/* line 610, ../sass/common.scss */
#wrapper_contact #resevation_detail {
	padding-bototm: 45px;
}
/* line 612, ../sass/common.scss */
#wrapper_contact #resevation_detail h3 {
	font-size: 23px;
	line-height: 23px;
	color: #253562;
	padding-bottom: 15px;
}
/* line 618, ../sass/common.scss */
#wrapper_contact #resevation_detail .text1 {
	font-size: 12px;
	line-height: 20px;
	color: #aaaaaa;
	padding-bottom: 25px;
}
/* line 624, ../sass/common.scss */
#wrapper_contact #resevation_detail .detail_main {
	margin-bottom: 45px;
	width: 978px;
	display: table;
	border: 1px solid #EEEEEE;
}
/* line 629, ../sass/common.scss */
#wrapper_contact #resevation_detail .detail_main .left {
	display: table-cell;
	padding: 0 0 0 19px;
	width: 170px;
	font-size: 14px;
	line-height: 20px;
	color: #19233d;
	vertical-align: middle;
}
/* line 638, ../sass/common.scss */
#wrapper_contact #resevation_detail .detail_main .right {
	vertical-align: top;
	display: table-cell;
	padding: 20px 0 15px;
}
/* line 642, ../sass/common.scss */
#wrapper_contact #resevation_detail .detail_main .right .text1 {
	font-size: 14px;
	line-height: 22px;
	color: #19233d;
	padding-bottom: 0px;
}
/* line 647, ../sass/common.scss */
#wrapper_contact #resevation_detail .detail_main .right .text1 span {
	float: left;
	display: block;
	padding: 0 9px 0 0;
	margin: 0 9px 0 0;
	background: url("../img/open/coron.gif") right 5px no-repeat;
}
/* line 655, ../sass/common.scss */
#wrapper_contact #resevation_detail .detail_main .right .text2 {
	padding-top: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #aaaaaa;
}
/* line 664, ../sass/common.scss */
#wrapper_contact .contact_text1 {
	color: #AAA;
	margin-bottom: 50px;
}
/* line 671, ../sass/common.scss */
#contact_privacy {
	font-size: 14px;
	line-height: 20px;
	padding: 38px 38px 38px 38px;
	color: #4D4D4D;
}
/* line 676, ../sass/common.scss */
#contact_privacy h3 {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
	color: #6c6c6c;
	font-size: 18px;
	line-height: 100%;
	padding-bottom: 23px;
}
/* line 683, ../sass/common.scss */
#contact_privacy p {
	margin: 0;
	padding: 0 0 5px;
	font-size: 13px;
	line-height: 24px;
}
/* line 689, ../sass/common.scss */
#contact_privacy ol {
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 40px;
	color: #aaaaaa;
	padding: 0 0 50px 25px;
}
/* line 695, ../sass/common.scss */
#contact_privacy ol li {
	list-style-type: decimal;
}
/* line 698, ../sass/common.scss */
#contact_privacy ol .ol_in {
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 40px;
	color: #aaaaaa;
}
/* line 703, ../sass/common.scss */
#contact_privacy ol .ol_in li {
	padding: 0 0 0 25px;
	background: url("../img/open_form/icon_kuromaru.gif") left 14px no-repeat;
	list-style-type: none;
}
/* line 708, ../sass/common.scss */
#contact_privacy ol .ol_in .li20 {
	padding-top: 8px;
	background: url("../img/open_form/icon_kuromaru.gif") left 12px no-repeat;
}
/* line 713, ../sass/common.scss */
#contact_privacy ol strong {
	font-weight: bold;
	line-height: 40px;
}
/* line 718, ../sass/common.scss */
#contact_privacy .ol2 {
	padding-bottom: 0px;
}
/* line 721, ../sass/common.scss */
#contact_privacy .li20 {
	line-height: 20px;
}
/* line 724, ../sass/common.scss */
#contact_privacy .li24 {
	line-height: 24px;
}
/* line 728, ../sass/common.scss */
#contact_privacy #privacy_tel {
	margin-top: 30px;
	font-size: 15px;
	line-height: 40px;
	color: #6c6c6c;
	background-color: #EEEEEE;
	padding: 13px 0 12px 0;
	text-align: center;
	width: 100%;
}

@media only screen and (max-device-width: 640px) {
/* line 741, ../sass/common.scss */
#header #head {
	min-width: 1024px;
}
/* line 743, ../sass/common.scss */
#header #head .right {
	padding-right: 20px;
}
/* line 748, ../sass/common.scss */
#header #head,  #mv {
	padding-left: 10px;
	padding-right: 10px;
}
/* line 754, ../sass/common.scss */
.lay {
	width: 1004px;
}
/* line 758, ../sass/common.scss */
#footer #footer_navi .navi_con {
	margin-right: 16px;
}
}

.alpha {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.mt15{
	margin-bottom:15px;
	}
.mb50{
	margin-bottom:50px;
	}
	.mb70{
	margin-bottom:70px;
	}
	.mb100{
	margin-bottom:100px;
	}

	#megamenu_concept {
	  display: none;
	  position: fixed;
	  z-index: 999999998;
	  padding-left: 38px;
	  width: 408px;
	  height: 438px;
	  border: 2px solid #19223F;
	  background: url(../img/concept/megamenu_arrow.gif) 0 100px no-repeat #FFF;
	  margin: 45px 0 0 120px; }
	  /* line 24, ../sass/concept.scss */
	  #megamenu_concept h2 {
	    padding: 28px 0 30px 0; }
	  /* line 27, ../sass/concept.scss */
	  #megamenu_concept li {
	    padding-bottom: 15px; }

	#megamenu_company {
		display: none;
		position: fixed;
		z-index: 999999999;
		padding-left: 38px;
		width: 408px;
		height: 342px;
		border: 2px solid #19223F;
		background: url(../img/concept/megamenu_arrow.gif) 0 111px no-repeat #FFF;
		margin: 194px 0 0 120px;
	}
	/* line 24, ../sass/company.scss */
	#megamenu_company h2 {
		padding: 28px 0 15px 0;
	}
	/* line 27, ../sass/company.scss */
	#megamenu_company li {
		padding-bottom: 15px;
	}


#recruit_pp{
	margin: 0 0 50px;
}

#recruit_pp .ol_in {
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 40px;
	color: #aaaaaa;
}
#recruit_pp .ol_in li {
	padding: 0 0 0 25px;
	background: url("../img/open_form/icon_kuromaru.gif") left 14px no-repeat;
	list-style-type: none;
}
#recruit_pp .ol_in .li20 {
	padding-top: 8px;
	background: url("../img/open_form/icon_kuromaru.gif") left 12px no-repeat;
}
#recruit_pp #privacy_mail{
	display: block;
	margin-top: 30px;
	font-size: 15px;
	line-height: 40px;
	color: #6c6c6c;
	background-color: #EEEEEE;
	padding: 13px 0 12px 0;
	text-align: center;
	width: 100%;
}
