@charset "UTF-8";
/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 72, scss/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

html, body{
  height: 100%;
}
.content{
  min-height: 100%;
  position: relative;
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 89, scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 97, scss/_normalize.scss */
body {
  margin: 0;
  margin-bottom: 5em;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 109, scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 118, scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}
a:hover{
  opacity: 0.7;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 132, scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 137, scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 142, scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 147, scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h4 span{
  font-size: 0.8em;
  position: relative;
  top: -1px;
}
/* line 152, scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 157, scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 166, scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* line 179, scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 187, scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 196, scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 206, scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 216, scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 227, scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 237, scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 247, scss/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 256, scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

/* line 281, scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 285, scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 300, scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 304, scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 314, scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 323, scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 337, scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 346, scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 358, scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 370, scss/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, scss/_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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 390, scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 407, scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 420, scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 432, scss/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 449, scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 472, scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 485, scss/_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 5 and Chrome
 * on OS X.
 */
/* line 498, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 507, scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 517, scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 530, scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, scss/_main.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, scss/_main.scss */
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, scss/_main.scss */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.57143em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 37, scss/_main.scss */
html {
  min-height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
}

/* line 46, scss/_main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 50, scss/_main.scss */
h1 {
  font-size: 2.42857em;
  line-height: 1.23529em;
  margin-bottom: .26471em;
  font-weight: 300;
}

/* line 57, scss/_main.scss */
h2 {
  font-size: 2.42857em;
  line-height: 1.23529em;
  margin-bottom: .26471em;
  font-weight: 300;
}

/* line 64, scss/_main.scss */
h3 {
  font-size: 1.57143em;
  line-height: 1.45455em;
  margin-bottom: .22727em;
  font-weight: 300;
}

/* line 71, scss/_main.scss */
h4 {
  font-size: 1.28571em;
  line-height: 1.22222em;
  margin-bottom: .8em;
  font-weight: bold;
}

/* line 78, scss/_main.scss */
h5, h6 {
  font-size: 1em;
  margin-bottom: .35714em;
  font-weight: 400;
}

/* line 84, scss/_main.scss */
p {
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

p.three-services {
  font-size: 16px;
}

/* line 89, scss/_main.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 93, scss/_main.scss */
ol, ul {
  list-style: none;
  padding-left: 3em;
  margin-bottom: 3.14286em;
}

/* line 99, scss/_main.scss */
ul {
  list-style-type: disc;
}

/* line 103, scss/_main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 108, scss/_main.scss */
caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

/* line 114, scss/_main.scss */
q, blockquote {
  quotes: none;
}

/* line 118, scss/_main.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 123, scss/_main.scss */
a img {
  border: none;
}

/* line 127, scss/_main.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 137, scss/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 142, scss/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 151, scss/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 164, scss/_main.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 172, scss/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 182, scss/_main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 190, scss/_main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 196, scss/_main.scss */
#Analytics {
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 206, scss/_main.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 213, scss/_main.scss */
#analytics {
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 226, scss/_main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 234, scss/_main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 245, scss/_main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 254, scss/_main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 271, scss/_main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 284, scss/_main.scss */
.invisible {
  visibility: hidden;
}

/* line 288, scss/_main.scss */
.pull-right {
  float: right;
}

/* line 292, scss/_main.scss */
.pull-left {
  float: left;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 310, scss/_main.scss */
.clearfix:before, #tables dl:before,
.clearfix:after,
#tables dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 315, scss/_main.scss */
.clearfix:after, #tables dl:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 324, scss/_main.scss */
.clearfix, #tables dl {
  *zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 351, scss/_main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 359, scss/_main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 363, scss/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 367, scss/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 377, scss/_main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 382, scss/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 387, scss/_main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 392, scss/_main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 396, scss/_main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 406, scss/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 412, scss/_main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 556, scss/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 15, scss/bootstrap/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, scss/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 561, scss/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 571, scss/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.container {
  width: 940px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 582, scss/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 589, scss/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 605, scss/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 15, scss/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, scss/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 608, scss/bootstrap/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
/* line 614, scss/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 619, scss/bootstrap/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
/* line 631, scss/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
/* line 638, scss/bootstrap/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
/* line 639, scss/bootstrap/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

/* line 14, scss/bootstrap/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 19, scss/bootstrap/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, scss/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  line-height: 175%;
}
/* line 15, scss/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, scss/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, scss/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 15, scss/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, scss/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 2, scss/_header-and-footer.scss */
.main-header {
  height:100px;
  min-width: 940px;
}
.home .main-header{
  margin-bottom: 0;
}
/* line 3, scss/_header-and-footer.scss */
.main-header ul {
  margin: 0;
  padding: 0;
}
/* line 7, scss/_header-and-footer.scss */
.main-header li {
  float: left;
  list-style: none;
  padding: 0;
}
/* line 16, scss/_header-and-footer.scss */
.main-header .container {
  position: relative;
}
/* line 20, scss/_header-and-footer.scss */
.main-header h1 {
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0;
}
/* line 25, scss/_header-and-footer.scss */
.main-header h1 a {
  display: block;
  width: auto;
  height: auto;
  font-size: 20px;
  padding-left: 70px;
  text-decoration: none;
  background-image: url("../img/_header/logo.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 36, scss/_header-and-footer.scss */
  .main-header h1 a {
    display: block;
    width: auto;
    height: auto;
    font-size: 20px;
    padding-left: 70px;
    text-decoration: none;
    background-image: url("../img/_header/logo-retina.png");
    background-size: 60px 37px;
    background-repeat: no-repeat;
  }
}
.logo{
  padding: 5px;
}
/* line 49, scss/_header-and-footer.scss */
.main-header .upper-right-menu {
  position: absolute;
  top: 22px;
  right: 0;
  height: 20px;
}
/* line 54, scss/_header-and-footer.scss */
.main-header .upper-right-menu li {
  margin-left: 10px;
  line-height: 1.5;
}
/* line 57, scss/_header-and-footer.scss */
.main-header .upper-right-menu li.active {
  border-bottom: 1px solid red;
}
/* line 62, scss/_header-and-footer.scss */
.main-header .main-menu {
  position: absolute;
  top: 22px;
  right: 0;
}
/* line 66, scss/_header-and-footer.scss */
.main-header .main-menu li {
  position: relative;
}
/* line 69, scss/_header-and-footer.scss */
.main-header .main-menu a.menu-btn {
  display: block;
  width: 115px;
  height: 55px;
  padding: 16px 0 0;
  text-align: center;
  background-repeat: no-repeat;
}
.main-header .main-menu a.menu-btn.header-contact{
  color: #fff;
  width: 140px;
}
/* line 78, scss/_header-and-footer.scss */
.main-header .main-menu a.menu-btn:hover {
  color: #777;
  text-decoration: none;
}
.main-header .main-menu a.menu-btn.header-contact:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
/* line 84, scss/_header-and-footer.scss */
.main-header .main-menu .drop-menu {
  position: absolute;
  top: 54px;
  left: 0;
  background: #fff;
  border: 1px solid #c7b7b7;
  visibility: hidden;
  -webkit-transition: visibility 0.1s ease-in-out;
  -moz-transition: visibility 0.1s ease-in-out;
  -o-transition: visibility 0.1s ease-in-out;
  transition: visibility 0.1s ease-in-out;
}
/* line 95, scss/_header-and-footer.scss */
.main-header .main-menu .drop-menu li {
  width: 100%;
}
/* line 98, scss/_header-and-footer.scss */
.main-header .main-menu .drop-menu a {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 20px;
  white-space: nowrap;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  color: #777;
}
/* line 109, scss/_header-and-footer.scss */
.main-header .main-menu .drop-menu a:hover {
  background: #feeeee;
}
/* line 113, scss/_header-and-footer.scss */
.main-header .main-menu .drop-menu.drop-menu-open {
  visibility: visible;
}
.header-contact{
  padding: 10px 20px;
  background: #0a51a1;
  border-radius: 5px;
  color: #fff;
}
.home .main-header a.header-home{
  color: #0a51a1;
}
.page-template-services .main-header a.header-services{
  color: #0a51a1;
}
.page-template-about-us .main-header a.header-about-us{
  color: #0a51a1;
}

/* line 121, scss/_header-and-footer.scss */
.main-footer {
  background: #575757;
  height: 50px;
  width: 100%;
  min-width: 940px;
  /* bottom: 0; */
  position: absolute;

}

.page-id-28  .main-footer, .page-id-22  .main-footer, .post-template-default  .main-footer, .post-type-archive .main-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 125, scss/_header-and-footer.scss */
.main-footer p {
  color: #aaa;
  text-shadow: none;
  font-size: 13px;
  margin-top: 14px;
  text-align: center;
}
/* line 132, scss/_header-and-footer.scss */
.main-footer .container {
  position: relative;
}
/* line 134, scss/_header-and-footer.scss */
.main-footer .footer-container .site-policy, .main-footer .footer-container .privacy-policy {
  position: absolute;
  top: 14px;
  color: #ccc;
  font-size: 12px;
}
/* line 139, scss/_header-and-footer.scss */
.main-footer .footer-container .site-policy:hover, .main-footer .footer-container .privacy-policy:hover {
  color: #fff;
}
/* line 143, scss/_header-and-footer.scss */
.main-footer .footer-container .site-policy {
  right: 40px;
  margin-right: 5px;
}
/* line 146, scss/_header-and-footer.scss */
.main-footer .footer-container .privacy-policy {
  right: 150px;
}

/* line 2, scss/_index.scss */
.hero {
  margin-bottom: 20px;
  background: url("../img/index/hero_img_4.jpg");
  height: 430px;
  width: 100%;
  background-size: cover;
}
.hero2 {
  margin-bottom: 20px;
  background: url("../img/index/hero_img2.jpg");
  height: 430px;
  width: 100%;
  background-size: cover;
}
.hero-txt {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 190px 0 26px 0;
  font-size: 38px;
  font-weight: bold;
}
.hero-btn {
  border-radius: 40px;
  background-color: #0dd2bd;
  width: 240px;
  height: 46px;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hero-txt {
    padding: 140px 0 26px 0;
    line-height: 150%;
  }
  .hero {
    margin-bottom: 20px;
    background: url("../img/index/hero_img.jpg");
    height: 430px;
    width: 100%;
    background-size: cover;
  }
}

/* line 5, scss/_index.scss */
#index .news {
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 7, scss/_index.scss */
#index .news h2 {
  font-size: 28px;
  font-weight: bold;
  background: #f5f5f5;
  padding: 5px 10px 15px 10px;
}

#index .news h2:before {
  content: url("../img/index/top_icon1.png");
  margin: 0 20px;
  position: relative;
  top: 10px;
}
/* line 10, scss/_index.scss */
#index .news table {
  width: 100%;
}
/* line 13, scss/_index.scss */
#index .news table tr {
  border-bottom: 1px dotted #ddd;
}
/* line 16, scss/_index.scss */
#index .news table td {
  padding: 6px 0 4px;
  vertical-align: middle;
}
td.ymd {
    width: 20%;
}
/* line 21, scss/_index.scss */
#index .news > a {
  margin-top: 15px;
}
/* line 7, scss/_index.scss */
#index .movie h2 {
  font-size: 28px;
  font-weight: bold;
  background: #f5f5f5;
  padding: 5px 10px 15px 10px;
}

#index .movie h2:before {
  content: url("../img/index/top_icon2.png");
  margin: 0 20px;
  position: relative;
  top: 10px;
}
#index .movie h3{
  border-bottom: 2px solid #111;
  font-size: 18px;
  margin: 20px 0 0 0;
}
#index .movie ul{
  padding-left: 0;
  list-style: none;
  display: flex;
}
#index .movie ul li{
  display: flex;
  width: 304px;
  margin-top: 20px;
  margin-right: 18px;
}
#index .movie ul li a:hover{
  opacity: 0.8;
}
#index .movie ul li p{
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #index .movie ul{
    display: block;
  }
  #index .movie ul li{
    margin: 20px auto;
  }
}
/* line 2, scss/_access.scss */
#access .address {
  width: 340px;
  margin-left: 20px;
}

/* line 1, scss/_docs.scss */
#docs {
  text-align: justify;
}
/* line 3, scss/_docs.scss */
#docs p, #docs span, #docs h4, #docs h5, #docs table {
  padding: 0 10px;
}
/* line 6, scss/_docs.scss */
#docs ul {
  list-style: none;
}
/* line 9, scss/_docs.scss */
#docs h3.docs-title {
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0px 0px 8px;
  height: 38px;
  background: #fcdada;
  border-bottom: 2px solid #fc0101;
  margin-bottom: 20px;
}
/* line 18, scss/_docs.scss */
#docs table {
  width: 600px;
  margin: 10px 10px 20px;
  border: 1px solid #aaa;
}
/* line 22, scss/_docs.scss */
#docs table thead {
  background: #eee;
}
/* line 25, scss/_docs.scss */
#docs table tr {
  border-top: 1px solid #ccc;
}
/* line 28, scss/_docs.scss */
#docs table td {
  padding: 4px;
}
/* line 32, scss/_docs.scss */
#docs table.publish {
  width: 920px;
  margin: 0 10px 30px;
  border: none;
}
/* line 36, scss/_docs.scss */
#docs table.publish tr {
  border: none;
  border-bottom: 1px dotted #ccc;
}
/* line 40, scss/_docs.scss */
#docs table.publish td {
  border: none;
}
/* line 45, scss/_docs.scss */
#docs .years p {
  padding: 0;
  margin-bottom: 4px;
}
/* line 49, scss/_docs.scss */
#docs .years a {
  color: #999;
}
/* line 51, scss/_docs.scss */
#docs .years a:hover {
  color: #333;
}

/* line 2, scss/_tables.scss */
#tables .switch {
  margin-bottom: 4px;
}
/* line 4, scss/_tables.scss */
#tables .switch a {
  color: #aaa;
}
/* line 6, scss/_tables.scss */
#tables .switch a:hover {
  color: #333;
}
/* line 11, scss/_tables.scss */
#tables dt, #tables dd {
  float: left;
  padding: 14px;
}
/* line 17, scss/_tables.scss */
#tables dl {
  height: auto;
  overflow: hidden;
  background: #ceebe8;
}
/* line 22, scss/_tables.scss */
#tables dl + dl {
  margin-top: 2px;
}
/* line 26, scss/_tables.scss */
#tables dt {
  width: 240px;
}
/* line 29, scss/_tables.scss */
#tables dd {
  width: 700px;
  background: #f4f7f9;
  border-left: 2px solid #fff;
}
/* line 34, scss/_tables.scss */
#tables dl.sub-dl {
  background: none;
  margin-bottom: 6px;
}
/* line 37, scss/_tables.scss */
#tables dl.sub-dl:last-child {
  margin-bottom: 0;
}
/* line 40, scss/_tables.scss */
#tables dl.sub-dl dt, #tables dl.sub-dl dd {
  padding: 0;
}
/* line 43, scss/_tables.scss */
#tables dl.sub-dl dt {
  width: 200px;
}
/* line 46, scss/_tables.scss */
#tables dl.sub-dl dd {
  width: 360px;
  border-left: none;
}
/* line 51, scss/_tables.scss */
#tables span.indent {
  display: block;
  margin-left: 1em;
}

/* line 2, scss/_single.scss */
#single img.billbord {
  margin: 0 0 20px;
}
/* line 5, scss/_single.scss */
#single .content-wrp {
  padding: 10px;
  background: #fff;
  margin: -10px 0 20px;
  border-radius: 3px;
}
/* line 10, scss/_single.scss */
#single .content-wrp h3 {
  font-size: 18px;
}
/* line 13, scss/_single.scss */
#single .content-wrp p {
  text-align: justify;
  line-height: 22px;
  color: gray;
  margin: 0 0 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 21, scss/_single.scss */
#single .contents {
  margin: 0 0 20px;
}
/* line 24, scss/_single.scss */
#single .contents .content img {
  width: 300px;
  height: 200px;
  margin: 0 0 4px;
}
/* line 30, scss/_single.scss */
#single .contents .content h3.long {
  font-size: 1.53em;
}
/* line 34, scss/_single.scss */
#single .contents .content p {
  line-height: 22px;
  color: gray;
  margin: 0 0 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 44, scss/_single.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 53, scss/_single.scss */
small {
  font-size: 10px;
}

/* line 2, scss/_commons.scss */
a {
  color: #333;
  text-decoration: none;
  margin: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 10, scss/_commons.scss */
a:hover {
  color: #333;
  text-decoration: underline;
}
.main-menu a{
 color: #111;
}
.movie-introduction {
  margin-bottom: 50px;
  font-size: 16px;
}

.movie-introduction a{
  color: blue;
}
.movie-introduction a:hover{
  opacity: 0.8;
}
/* line 18, scss/_commons.scss */
.right {
  text-align: right;
}

/* line 21, scss/_commons.scss */
.center {
  text-align: center;
}

/* line 24, scss/_commons.scss */
.img-wrp {
  width: 940px;
}

/* line 28, scss/_commons.scss */
.red {
  color: red;
}

/* line 31, scss/_commons.scss */
.sub-text {
  color: #666;
}

/* line 35, scss/_commons.scss */
i.arrow-r {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 4px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/_header/arrow-r.png");
  background-repeat: no-repeat;
}

/* line 47, scss/_commons.scss */
#back-top {
  margin-top: 10px;
}

/* line 50, scss/_commons.scss */
i.go-to-top {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/_shared/go-to-top.png");
  background-repeat: no-repeat;
}

/* line 61, scss/_commons.scss */
.get-adobe {
  padding: 10px;
}
/* line 63, scss/_commons.scss */
.get-adobe p {
  padding: 0 !important;
  margin-top: 4px;
  margin-bottom: 0;
}
/* line 68, scss/_commons.scss */
.get-adobe a {
  color: red;
}

/* line 72, scss/_commons.scss */
i.pdf {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 4px 0px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/_shared/pdficon_small.png");
  background-repeat: no-repeat;
}

/* line 84, scss/_commons.scss */
.pankuzu, .pankuzu a {
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
}
/* line 88, scss/_commons.scss */
.pankuzu a, .pankuzu a a {
  color: #999;
}
/* line 90, scss/_commons.scss */
.pankuzu a:hover, .pankuzu a a:hover {
  color: #333;
}

/* line 96, scss/_commons.scss */
.hd-title {
  width: 100%px;
  height: 50px;
  background-image: url("../img/_shared/hd-title.png");
  background-repeat: no-repeat;
  padding: 11px 0px 0px 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 107, scss/_commons.scss */
#docs .wp-pagenavi {
  /* clear: both; */
  float: right;
}
/* line 110, scss/_commons.scss */
#docs .wp-pagenavi a, #docs .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  width: 20px;
  height: 20px;
}
/* line 118, scss/_commons.scss */
#docs .wp-pagenavi a:hover, #docs .wp-pagenavi span.current {
  border-color: #000;
}
/* line 121, scss/_commons.scss */
#docs .wp-pagenavi span.current {
  font-weight: bold;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 90%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
/*    border-top: 1px #DDD solid;*/
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
/*    background: #eee;*/
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 20%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
  color: red;
  font-size: 20px;
}
.slick-next {
  right: 0px !important;
  display: none;
}
.slick-next::before {
  display: none;
}
/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.wpcf7-form {
  width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form {
  width: 100%;
  margin: 0 auto;
}
}
input[type="text"], input[type="email"], textarea {
    border: 1px #ddd solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    background: #20b4a4;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
  opacity: 0.75;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    width: 80%;
    margin: 0 auto 0 120px !important;
    margin-left: 120px;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    width: 80%;
    margin: 0 auto 0 120px !important;
    margin-left: 120px;
    text-align: center;
}
/* ここから下がボタンのCSS　*/
input.wpcf7-form-control.wpcf7-submit {
  display: block;
  position: relative;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #004ea2;
  border-width: 0px;
  margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit:hover {
   opacity:0.8;
   cursor: pointer;
   text-decoration: none;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-position: right center;
}
/*wp-pagenavi 17*/
.wp-pagenavi {
clear: both;
text-align:center;
margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #222;
background-color: #FFFFFF;
padding: 8px 15px;
margin: 0 2px;
white-space: nowrap;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
border: thin solid #bbb;
}
.wp-pagenavi a:hover{
color: #fff;
background-color: #ccc;
}
.wp-pagenavi span.current{
color: #fff;
background-color: #aaa;
}

/*投稿記事のページめくり*/
.news {
  padding: 0 0 130px 0;
}
span.page-turn {
    display: block;
    text-align: center;
    margin-top: 50px;
    height: auto;
}


a:link,
a:visited,
a:active,
a:hover {
 overflow: hidden;
 outline: none;
 text-decoration: none;
}
.menu-first {
　  display: block;
}
@media only screen and (max-width: 768px) {
  .hero {
    width: 100%;
    min-width: 100%;
  }
  .container {
    width: 100%;
  }
  .contents {
    padding: 0 10px;
  }
  .main-footer {
    width: 100%;
    min-width: 100%;
  }
  h1.logo {
    width: 100%;
  }
  .main-header h1 {
    margin: 0;
    position: relative;
    top: 5px;
    left: 0;
    height: 100px;
  }
  .main-footer .footer-container .site-policy {
    position: relative;
    margin-right: 10px;
    right: auto;
  }
  .main-footer .footer-container .site-policy a {
    float: left;
  }
  .main-footer .footer-container .privacy-policy {
    position: relative;
    top: 14px;
    right: auto;
  }
  .footer-link {
    text-align: center;
  }
  .main-footer {
    height: 80px;
  }
  .main-footer p {
    margin-top: 24px;
  }
  .main-header .main-menu a.menu-btn{
    width: auto;
  }
  /*お問合せ*/
  .table-res-form th {
    width: 100%;
    text-align: left;
    display: block;
  }
  .table-res-form th, .table-res-form td {
    padding: 0.5em 1.5em;
  }
  /*パンくず*/
  .pankuzu {
    padding: 0 0 0 10px;
  }
  /*利用規約プライバシーポリシー*/
  .page p, .page h3, .page h4{
    padding: 0 10px 0 10px;
  }
  .page p.back-gray{
    padding: 16px;
  }
  .page-id-26 table{
    width: 100%;
    margin: auto auto 20px;
  }
  /*ニュース詳細記事*/
  .post-template-default p, .post-template-default h3, .post-template-default h4 {
    padding: 0 10px 0 10px;
  }
  /*ニュース一覧*/
  td.ymd {
    width: 30%;
  }
  /*ニュースの一覧へのリンク*/
  .pull-right {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .table-res-form {
    margin: 0 auto;
  }
}

.indent{
  padding: 0 0 0 15px;
}

@media only screen and (max-width: 768px){
  .page p.indent{
    padding: 0 0 0 15px;
  }
}

.member-1 {
  display: flex;
  flex-direction: column;
  border-bottom: 100px;
}

.member-title-1 {
  width: 500px;
  font-size: 20px;
  padding-top: 10px;
}

.member-name-1 {
  font-weight: bold;
  width: 500px;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: -310px;
}

.member-img-1 {
  display: flex;
  width: 30%;
  height: 30%;
  margin: 0 0 0 auto;
}

.profile-comment-1 {
  display: flex;
  margin: 20px auto 0 0;
  width: 500px;
  height: 350px;
  font-size: 16px;
}

.member-2 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-bottom: 50px;
}

.member-title-2 {
  width: 500px;
  font-size: 20px;
  padding-top: 10px;
  margin: 0 0 0 auto;
}

.member-name-2 {
  width: 500px;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: -310px 0 0 auto;
}

.member-img-2 {
  display: flex;
  width: 30%;
  height: 30%;
  margin: 0 auto 0 0;
}

.profile-comment-2 {
  width: 500px;
  height: 350px;
  font-size: 16px;
  margin: 20px 0 0 auto;
}

.member-3 {
  display: flex;
  flex-direction: column;
  border-bottom: 100px;
}

.member-title-3 {
  width: 500px;
  font-size: 20px;
  padding-top: 10px;
}

.member-name-3 {
  font-weight: bold;
  width: 500px;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: -310px;
}

.member-img-3 {
  display: flex;
  width: 30%;
  height: 30%;
  margin: 0 0 0 auto;
}

.profile-comment-3 {
  display: flex;
  margin: 20px auto 0 0;
  width: 500px;
  height: 350px;
  font-size: 16px;
}

.member-4 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-bottom: 50px;
}

.member-title-4 {
  width: 500px;
  font-size: 20px;
  padding-top: 10px;
  margin: 0 0 0 auto;
}

.member-name-4 {
  width: 500px;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: -310px 0 0 auto;
}

.member-img-4 {
  display: flex;
  width: 30%;
  height: 30%;
  margin: 0 auto 0 0;
}

.profile-comment-4 {
  width: 500px;
  height: 350px;
  font-size: 16px;
  margin: 20px 0 0 auto;
}


/* .profile{
  padding: 0px 0px;
  display: flex;
  margin:  0 0 20px 0px;
}

.profile p{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height:30px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px;
}
.profile-comment {
margin-top: -12px;
font-size: 18px;
}
.member-1{
  width: 45%;
  margin: 0 0 0 5%;
}
.member-1 img{
  width: 50%
}
.member-2{
  width: 45%;
  margin: 0 5% 0 0;
}
.member-2 img{
  display: block;
  width: 50%;
  margin: 0 auto;
}
.member-3{
  width: 45%;
  margin: 0 0 0 5%;
}
.member-3 img{
  width: 50%
}
.member-4{
  width: 45%;
  margin: 0 0 0 5%;
}
.member-4 img{
  display: block;
  width: 50%;
  margin: 0 auto;
} */

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

  .member-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 50px;
    padding: 0 10px 0;
  }

  .member-title-1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    margin: 0 auto;
  }

  .member-name-1 {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 20px auto 0;
  }

  .member-img-1 {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .profile-comment-1 {
    max-width: 100%;
    height: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    margin-bottom: 50px;
  }

  .member-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 50px;
    padding: 0 10px 0;
  }

  .member-title-2 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    margin: 0 auto;
  }

  .member-name-2 {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 20px auto 0;
  }

  .member-img-2 {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .profile-comment-2 {
    max-width: 100%;
    height: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    margin-bottom: 50px;
  }

  .member-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 50px;
    padding: 0 10px 0;
  }

  .member-title-3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    margin: 0 auto;
  }

  .member-name-3 {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 20px auto 0;
  }

  .member-img-3 {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .profile-comment-3 {
    max-width: 100%;
    height: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    margin-bottom: 50px;
  }

  .member-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 50px;
    padding: 0 10px 0;
  }

  .member-title-4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    margin: 0 auto;
  }

  .member-name-4 {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 20px auto 0;
  }

  .member-img-4 {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .profile-comment-4 {
    max-width: 100%;
    height: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    margin-bottom: 50px;
  }



}

.pc-dsp {
  display: block;
}
.sp-dsp {
  display: none;
}


.pc-dsp .company-tabele {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  border: solid 1px #ccc;
  font-size: 16px;
}

.pc-dsp .company-tabele th {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  padding: 5px 30px 5px 30px;
  background: #0a51a1;
  color: #fff;
  width: 10%;
  text-align: center;
}

.pc-dsp .company-tabele tr {
  border-top: solid 1px #ccc;
  text-align: center;
}

.pc-dsp .company-tabele td {
  padding: 15px 30px 15px 30px;
  width: 50%;
}

.project-case-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #0a51a1;
    margin: 30px 0px 10px;
    padding: 10px;
}

.project-case {
    font-size: 16px;
    padding: 10px;
}

.jirei{
  margin-top: 20px;
}
@media only screen and (max-width: 768px){
  .pc-dsp {
    display: none;
  }

  .sp-dsp {
    display: block;
  }

  .sp-dsp .company-tabele {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    border: solid 1px #ccc;
    font-size: 18px;
  }

  .sp-dsp .company-tabele th {
    width: 0;
    padding: 10px;
    font-weight: bold;
    background: #0a51a1;
    color: #fff;
  }

  .sp-dsp .company-tabele td {
    width: 50%;
    padding: 10px;
    line-height: 27px;
  }
}

.about{
  display: flex;
}

.map{
  margin: 0 0 0 0 ;
}
.map iframe{
  width: 100%;
  height: 400px;
}
.company li {
  list-style: none;
}

.company {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.company h3 {
  margin-bottom: 50px;
}

.campany-name {
  font-size: 30px;
  font-weight: bold;
  max-width: 100%;
  margin: 20px 0 30px;
  text-align:center;
}

.company li{
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px ;
}

.company li span{
  font-weight: bold;
}

.about-member{
  font-size: 20px;
  border-left: 6px solid #0a51a1;
  padding: 0 10px 0 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px){
  .about-member{
    font-size: 24px;
    border-left: 6px solid #0a51a1;
    padding: 0 10px 0 10px;
    margin: 0 10px 50px;
  }
  .border-left{
    font-size: 24px;
    border-left: 6px solid #0a51a1;
    padding: 0 10px 0 10px;
  }
}

.border-left{
  font-size: 20px;
  border-left: 6px solid #0a51a1;
  padding: 0 10px 0 10px;
  font-weight: bold;
}

.border-center{
  font-size: 20px;
  border-bottom: 2px solid red;
  text-align: center;
  width: 75%;
  margin: 30px auto;
}
.border-waku{
  padding: 10px;
  border: 2px solid #0a51a1;
  margin: 0 0 20px 0;
}
.step-box{
  margin: 0 0 40px 0;
}
.jirei-midasi{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 40px 30px;
    background: #0a51a1;
    width: 180px;
    height: 105px;
    text-align: center;
    margin: 0 20px 0 0;
}
.jirei-box{
  display: flex;
  border-bottom: 1px solid #0a51a1;
  margin: 0 0 30px 0;
}
span.bold{
  font-weight: bold;
  color: #111;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 768px){
  /* .member{
    width: 100%;
    padding: 0 0 30px 0;
  } */
  .profile{
  padding: 0 10px 0 10px;
  display: block;
  text-align: left;
  }
  .member img {
    width: 80%;
  }
  .map iframe{
    width: 100%;
    height: 400px;
  }
  .about{
    display: block;
    margin: 0 0;
  }
  .map{
    margin: 0 10px 0;
  }
  .jirei-box{
    display: block;
    border-bottom: 1px solid #0a51a1;
    margin: 0 0 30px 0;
  }
  .about-member{
    font-size: 24px;
    border-left: 6px solid #0a51a1;
    padding: 0 10px 0 10px;
  }

}
.step{
  display: flex;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.step-border{
  border: 2px solid #ccc;
  box-sizing: border-box;
  height: 92px;
  width: 100%;
  padding: 10px;
}
.step-img{
  background: url("../img/_shared/step-img.png") no-repeat;
  width: 96px;
  height: 102px;
  padding: 38px 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.back{
  padding: 20px;
  background: #f6f6f6;
  font-size: 18px;
  text-align: center;
}
.back-gray{
  padding: 20px;
  background: #f6f6f6;
  font-size: 16px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media only screen and (max-width: 768px){
  .step{
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .step-img{
    display: inline-block;
    padding: 38px 22px 49px 22px;
    margin: 0 0 20px 0;
  }
  .step-border{
    height: 100%;
    text-align: left;
  }
  .border-waku{
    width: auto;
  }
  .border-left{
    line-height: 150%;
  }
  .back{
    padding: 10px;
    background: #f6f6f6;
    width: 100%;
  }
  .jirei-midasi{
    width: 100%;
    margin: 0 0 15px 0;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .hero_sp {
    margin-bottom: 20px;
    background: url("../img/index/hero_img_sp.jpg");
    height: 430px;
    width: 100%;
    background-size: cover;
  }
  .pull-right{
    float: right;
  }
  .main-header .main-menu {
    position: static;
    top: 22px;
    right: 0;
  }
  .main-header{
    min-width: 100%;
  }
  .menu-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      display: flex;
      height: 60px;
      width: 60px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      border-radius: 5px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #111;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  #menu-btn-check:checked {
      position: fixed;
  }
  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 80;
      background-color: #3584bb;
  }
  .menu-content ul {
      padding: 70px 10px 0;
  }
  .menu-content ul li {
      list-style: none;
  }
  .menu-content ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      box-sizing: border-box;
      color:#111;
      text-decoration: none;
      padding: 9px 15px 10px 0;
      position: relative;
      border-radius: 0;
  }
  .menu-content ul li a::before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: solid 2px #111;
      border-right: solid 2px #111;
      transform: rotate(45deg);
      position: absolute;
      right: 11px;
      top: 28px;
  }
  .main-header li{
    float: none;
  }
  .menu-content {
      width: 100%;
      height: 125vh;
      top: 0px;
      position: fixed;
      left: 100%;/*leftの値を変更してメニューを画面外へ*/
      z-index: 80;
      background-color: #fff;
      transition: all 0.5s;/*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
      left: 0;/*メニューを画面内へ*/
  }
  .home .main-header a.header-home{
    color: #111;
  }
  .page-template-services .main-header a.header-services{
    color: #111;
  }
  .page-template-about-us .main-header a.header-about-us{
    color: #111;
  }
  .main-header .main-menu a.menu-btn.header-contact{
    width: auto;
  }
  ul.main-menu li a{
    border-bottom: solid 1px #111;
  }
  .main-header .main-menu a.menu-btn{
    right: 0;
  }
  .main-header h1{
    top: 8px;
  }
  .main-header{
    height: 80px;
  }
  .main-header .main-menu a.menu-btn {
    text-align: left;
  }
  .main-header .main-menu a.menu-btn.header-contact{
    color: #111;
  }
  .header-contact{
    background: #fff;
  }
  .border-center{
    width: 98%;
  }
}
#menu-btn-check {
    display: none;
}
.font-size16{
  font-size: 16px;
}
.company-tabele .spacing{
  letter-spacing: 0.1em;
}

/* 事業内容 */

.business {
  background: #f5f5f5;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0 50px;
}

.title h1 {
  text-align: center;
  font-weight: bold;
}

.title p {
  text-align: center;
  margin: -10px 0 30px;
}

.business-contents {
  display: flex;
  width: 940px;
  margin: 0 auto;
}

.business-contents img {
  width: 40%;
}

.business-contents p {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .business {
    padding: 50px 0 50px;
  }
  .business-contents {
    flex-direction: column;
    width: 100%;
  }
  .business-contents img {
    width: 100%;
  }
  .business-contents p {
    margin: 20px 20px 0;
  }
}



/* 会社概要 */

.about-as {
  padding-top: 50px;
}

.tabel-sp {
  display: none;
}

.about-us-table th {
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
  font-weight: bold;
  padding: 5px 30px 5px 30px;
  width: 20%;
  text-align: center;
}

.about-us-table td {
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
  padding: 15px 30px 15px 30px;
  width: 50%; 
}

@media only screen and (max-width: 768px) {
  .tabel-sp {
    display: block;
  }
  .tabel-pc {
    display: none !important;
  }
  .about-us-table th {
    padding: 5px 10px 5px;
    width: 20%;
  }
}

/* お問い合わせ */

.contact {
  margin-top: 50px;
  background: #f5f5f5;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0 50px;
}

@media only screen and (max-width: 768px) {
  .form {
    width: 90%;
    margin: 0 auto;
  }
}

/* SPヘッダー */

.nav-wrapper {
  position: relative;
  background-color: #ffffff;
}

.nav.sp {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #575757;
  height: 40px;
  padding: 10px;
}

.fixed-nav.sp {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.nav-list {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  padding: 0;
}

.nav-list li {
  /* width: 33%; */
  text-align: center;
}

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