@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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ae7d23da392479d15e650940e643b259)
 * Config saved to config.json and https://gist.github.com/ae7d23da392479d15e650940e643b259
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'Oswald',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #5a5a5a;
  letter-spacing: 1px;
  background-color: #f1f1f1;
  font-weight: 500; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.container-nomargin {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.container-nomargin .row {
  margin-left: 0;
  margin-right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-nomargin:before,
.container-nomargin:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.container-nomargin:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/** color **/
/** common **/
body {
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-weight: 300;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

header, main, footer {
  position: relative; }

main:before {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #8A2155;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999; }

main:after {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #00728D;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999; }

.mainbread {
  margin-top: 0; }

section {
  width: 80%;
  height: auto;
  margin: 0 auto 6rem; }

.g_nav {
  text-align: center;
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto; }

figcaption {
  font-weight: 400; }

footer {
  background-color: #00728D;
  color: #fff; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  background-color: #E6E6E6;
  background-size: 8px 8px;
  padding: 0.6rem;
  padding-left: 6rem; }
  h1:before {
    display: block;
    content: "";
    background-color: #8A2155;
    width: 49px;
    height: 100%;
    border-right: 6px solid #fff;
    position: absolute;
    left: 0;
    top: 0; }
  h1:after {
    display: block;
    content: "";
    background-color: #00728D;
    width: 12px;
    height: 100%;
    border-left: 6px solid #fff;
    position: absolute;
    right: 0;
    top: 0; }

h1.gold:after {
  background-color: #B3A312; }

h1.orange:after {
  background-color: #f18d02; }

h1.dblue:after {
  background-color: #003559; }

.logo h1 {
  margin: 0;
  padding: 0;
  background: transparent; }
  .logo h1 img {
    margin: 0 auto; }
  .logo h1:before {
    display: none !important; }
  .logo h1:after {
    display: none !important; }

h2 {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  background-image: linear-gradient(-45deg, #fff 25%, #E6D3D7 25%, #E6D3D7 50%, #fff 50%, #fff 75%, #E6D3D7 75%, #E6D3D7);
  background-size: 8px 8px;
  padding: 0.6rem 3.6rem; }
  h2:before {
    display: block;
    content: "";
    background-color: #8A2155;
    width: 12px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

h3 {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  background-image: linear-gradient(-45deg, #fff 25%, #D9D9D9 25%, #D9D9D9 50%, #fff 50%, #fff 75%, #D9D9D9 75%, #D9D9D9);
  background-size: 8px 8px;
  padding: 0.4rem 3.6rem; }
  h3:before {
    display: block;
    content: "";
    background-color: #8A2155;
    width: 12px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

h4.lead {
  font-size: 1.8rem; }

a {
  color: #00728D; }
  a:hover {
    text-decoration: none;
    color: #8A2155; }

.head_desc {
  color: #fff;
  font-size: 13px;
  padding: 1.2rem 0;
  background-color: #000; }
  .head_desc p.head_about {
    font-size: 16px;
    font-weight: 400; }
  .head_desc p.head_num {
    text-align: right;
    font-weight: 500; }
  .head_desc p {
    margin: 0; }
  .head_desc .num {
    font-size: 18px; }

.logo {
  text-align: center;
  padding: 3.6rem 0 2.4rem; }
  .logo img {
    width: 139px;
    height: 77px; }

.foot_about {
  font-size: 13px;
  padding: 1.2rem 0;
  background-color: #000; }

.foot_brand {
  text-align: center;
  padding: 3.6rem 0 2.4rem; }
  .foot_brand img {
    margin: 0 auto; }

.sns_link {
  text-align: right; }
  .sns_link ul {
    padding-left: 0;
    margin: 0; }
  .sns_link li {
    list-style: none;
    display: inline-block;
    margin: 0 4px; }
  .sns_link img {
    width: 24px;
    height: 24px; }

table.table {
  width: 100%;
  font-size: 14px; }
  table.table th {
    border-bottom: 1px solid #ccc;
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 15%;
    font-weight: normal;
    padding: 16px 8px 8px;
    white-space: nowrap; }
  table.table th:first-child {
    border-top: 1px solid #ccc; }
  table.table td {
    border-bottom: 1px solid #ccc;
    width: auto;
    padding: 16px 8px 8px; }
  table.table td:nth-of-type(1) {
    border-top: 1px solid #ccc; }

table.gray_box th {
  background: #e8e4e5; }

table.bordtime tbody tr th {
  -moz-text-align-last: auto;
  text-align-last: auto;
  width: auto;
  text-align: center; }

table.bordtime tbody tr td {
  width: 92%; }

.sns_link {
  padding: 1.8rem 0;
  text-align: center; }

.foot_about {
  text-align: center; }

.head_desc p.head_about {
  margin-bottom: 1.2rem; }

.foot_about .comp_data {
  font-weight: 400; }
  .foot_about .comp_data li:first-child {
    padding-right: 1em; }

/** nav **/
.nav_box {
  background-color: #8A2155;
  width: 100%;
  height: 40px;
  position: absolute;
  justify-content: space-between;
  z-index: 1; }

.nav_box.fixed {
  position: fixed;
  top: 0; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

#nav {
  padding: 0;
  margin: 0;
  display: none;
  /*モバイル時は非表示*/ }
  #nav li {
    width: 20%;
    list-style: none;
    display: inline-block;
    padding: 0 0.6rem;
    line-height: 4;
    border-left: 1px solid #fff; }
    #nav li:last-child {
      border-right: 1px solid #fff; }
    #nav li a {
      display: block;
      text-align: center;
      font-weight: 400;
      color: #fff; }

.slicknav_nav {
  background: rgba(138, 33, 85, 0.8);
  padding: 1.8rem 1.2rem; }

.slicknav_menu {
  display: block;
  /*PC時は非表示*/
  background: transparent; }
  .slicknav_menu li {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    margin-bottom: 1.2rem; }

.slicknav_btn {
  background: transparent;
  position: relative; }
  .slicknav_btn:before {
    display: block;
    content: "▼";
    color: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    right: -20px;
    text-shadow: 0 1px 3px #000; }

/*ハンバーガーメニューのエフェクト*/
.slicknav_icon,
.slicknav_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.active .slicknav_icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg); }

.active .slicknav_icon-bar:nth-of-type(2) {
  opacity: 0; }

.active .slicknav_icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

/** Top Page **/
section {
  width: 80%;
  height: auto;
  margin: 0 auto 8rem; }

section.top_greet {
  position: relative;
  background: transparent;
  padding-bottom: 1.6rem; }
  section.top_greet p {
    font-size: 13px; }

h2.top_greet_head {
  width: 100%;
  position: relative;
  background: transparent; }
  h2.top_greet_head .ceo_name {
    display: block;
    font-size: 14px;
    font-weight: 300; }
  h2.top_greet_head .name {
    font-size: 18px;
    font-weight: 500; }

.absimg {
  position: absolute;
  bottom: 0;
  right: 0; }

.mainv {
  margin-top: 40px;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden; }

.catch {
  font-weight: 700;
  font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.8rem;
  position: relative; }

h2.grad_head {
  color: #fff;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #ebabcb 30%, #c9307c 60%, #8a2155);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #ebabcb 30%, #c9307c 60%, #8a2155);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ebabcb 30%, #c9307c 60%, #8a2155); }

.company_data {
  text-align: center; }
  .company_data figure {
    margin-bottom: 2.4rem; }

.news_box ul {
  padding: 1.8rem;
  border: 1px solid #000; }
  .news_box ul li {
    list-style: none;
    border-left: 2px solid #666;
    padding: 0 1.2rem;
    margin-bottom: 8px; }
    .news_box ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

/** subpage **/
.sub_sec {
  margin-bottom: 4.2rem; }

/** company **/
.data_img {
  text-align: center; }
  .data_img img {
    max-width: 80%;
    height: auto; }

.gaikan {
  margin-bottom: 1.6rem; }

.rinen {
  background: -webkit-linear-gradient(45deg, #8a2155, #00728d);
  background: linear-gradient(45deg, #8a2155, #00728d);
  padding: 8px;
  margin-bottom: 4rem; }
  .rinen dl {
    background: #fff;
    margin: 0;
    padding: 1.6rem;
    font-weight: 500; }
    .rinen dl dt {
      color: #8A2155;
      font-size: 1.8rem;
      margin-bottom: 1.6rem; }
    .rinen dl dd {
      margin-left: 0;
      color: #00728D;
      border-bottom: 1px solid #ececec;
      padding-bottom: 8px;
      margin-bottom: 8px;
      font-size: 1.4rem; }
      .rinen dl dd:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none; }

/** recruit **/
.edu_item {
  margin-bottom: 3.2rem; }

.prof_box {
  display: block; }

.prof_item {
  width: 100%;
  height: auto;
  margin-bottom: 2.4rem; }

.qa_list dt, .qa_list dd {
  position: relative;
  line-height: 1.8;
  padding-left: 2.4rem;
  font-weight: 500; }

.qa_list dt:before, .qa_list dd:before {
  display: block;
  content: "";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -4px; }

.qa_list dt {
  color: #8A2155; }

.qa_list dt:before {
  content: "Q"; }

.qa_list dd {
  margin-left: 0;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2.4rem; }

.qa_list dd:before {
  color: #00728D;
  content: "A"; }

.timeline {
  position: relative; }
  .timeline:before {
    display: block;
    content: "";
    width: 16px;
    height: 100%;
    border-left: 16px solid #00728D;
    position: absolute;
    left: 24px;
    top: 0; }
  .timeline-item {
    border: 2px solid #00728D;
    position: relative;
    background: #fcfcfc;
    margin-bottom: 1.6rem; }
  .timeline-label {
    margin: 0;
    color: #fff;
    padding: 8px;
    background: #00728D; }
  .timeline-content {
    padding: 8px; }

.spaceimg {
  margin: 2.4rem 0; }

/** profession **/
.per_data {
  margin-bottom: 5.6rem; }

/** recoutline **/
/** entry **/
.entry_flow {
  padding-left: 0; }
  .entry_flow li {
    position: relative;
    list-style: none;
    border: 4px solid #8A2155;
    padding: 1.6rem;
    padding-left: 6em;
    margin-bottom: 2.4rem;
    font-weight: 500; }
    .entry_flow li:before {
      display: block;
      content: "1";
      border-right: 4px solid #8A2155;
      width: 4em;
      height: 100%;
      color: #8A2155;
      font-weight: bold;
      font-size: 18px;
      position: absolute;
      text-align: center;
      padding-top: 0.8em;
      top: 0;
      left: 0; }
    .entry_flow li:after {
      display: block;
      content: "▼";
      width: 4.5em;
      height: auto;
      position: absolute;
      left: 0;
      bottom: -20px;
      text-align: center;
      color: #8A2155; }

.entry_flow li:nth-child(2):before {
  content: "2"; }

.entry_flow li:nth-child(3):before {
  content: "3"; }

.entry_flow li:nth-child(4):before {
  content: "4"; }

.entry_flow li:last-child:after {
  display: none !important; }

.other_box {
  border-radius: 4px;
  padding: 8px;
  background: #E6E6E6; }
  .other_box dt {
    font-weight: 500; }
  .other_box dd {
    margin-left: 6px;
    margin-bottom: 16px; }

/** contact **/
.tel_num {
  font-size: 3.2rem;
  font-weight: 500;
  color: #8A2155; }

.tel_date {
  font-weight: 500;
  padding-left: 0.5em; }

/** policy **/
dl.policy_list dt, dl.policy_list dd {
  padding-left: 10px;
  border-left-width: 2px;
  border-left-style: solid;
  margin-bottom: 10px; }

dl.policy_list dt {
  border-left-color: #8A2155;
  font-weight: 500; }

dl.policy_list dd {
  border-left-color: #e5e5e5;
  margin-left: 0;
  margin-bottom: 2.4rem; }

/** コンポーネント **/
p.biz_btn {
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  p.biz_btn a {
    font-weight: 400;
    color: #8A2155;
    display: block;
    border-top: 2px solid #8A2155;
    border-left: 2px solid #8A2155;
    border-right: 4px solid #8A2155;
    border-bottom: 4px solid #8A2155;
    padding: 10px 30px 10px 10px;
    font-size: 122%;
    position: relative; }
    p.biz_btn a:hover {
      border-right: 2px solid #8A2155;
      border-bottom: 2px solid #8A2155;
      top: 2px;
      left: 2px; }
    p.biz_btn a:after {
      position: absolute;
      right: 15px;
      top: 16px;
      display: block;
      width: 12px;
      height: 12px;
      border-top: 2px solid #8A2155;
      border-right: 2px solid #8A2155;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; }

a.contbtn {
  transition: 0.3s all;
  margin-bottom: 2.4rem; }

a.contbtn:hover {
  opacity: 0.75;
  color: #fff; }

.breadcrumb {
  margin-top: 40px;
  position: relative;
  font-size: 13px; }

ol.bread {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 6px 15px;
  padding-left: 0; }
  ol.bread li {
    list-style: none;
    display: inline-block; }
    ol.bread li:last-child:before {
      content: "/";
      padding: 0 5px;
      color: #ccc; }
    ol.bread li a {
      color: #666;
      padding-bottom: 2px; }
      ol.bread li a:hover {
        text-decoration: underline; }

.breadcrumb:before {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #8A2155;
  position: absolute;
  left: 0;
  top: 0; }

.breadcrumb:after {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #00728D;
  position: absolute;
  right: 0;
  top: 0; }

.ggmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

input.form-group {
  font-size: 16px; }

.form-group {
  margin-bottom: 15px; }

.form-horizontal .form-group::before, .form-horizontal .form-group::after {
  content: "";
  display: table; }

.form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
  white-space: nowrap; }

.form-horizontal .form-group::after {
  clear: both; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-left: 4px solid #8A2155;
  border-right: 2px solid #00728D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

textarea.form-control {
  height: auto; }

.contbtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/** トップへ戻る **/
#page-top {
  position: fixed;
  right: 16px;
  bottom: 32px;
  display: none;
  z-index: 9999; }

#page-top a {
  color: #8A2155;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #fff;
  line-height: 100%;
  border: 1px solid #8A2155;
  transition: all 0.3s; }

#page-top a:hover {
  background: #8A2155;
  color: #fff; }

/** util **/
.dammline {
  height: 1.6em; }

ul.list-inline {
  padding: 0;
  margin: 0; }
  ul.list-inline li {
    display: inline-block; }

.marginb {
  margin-bottom: 1.6rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-primary {
  background: #8A2155;
  color: #fff; }

.spbr {
  display: inline-block; }

.relative {
  position: relative; }

.visible-xs {
  display: none; }

.toph3 {
  margin-top: 6.44rem; }

/** mediaquery **/
@media (min-width: 992px) {
  .timeline-label {
    font-size: 18px; }
  main, .mainbread, .breadcrumb {
    margin-top: 0px; }
  .head_desc p.head_about {
    margin-bottom: 0; }
  #nav {
    display: flex;
    /*モバイル時は非表示*/
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .nav_box {
    width: 100%;
    height: 60px; }
  .slicknav_menu {
    display: none;
    /*モバイル時は表示*/ }
  h1 {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    background-color: #E6E6E6;
    background-size: 8px 8px;
    padding: 0.6rem;
    padding-left: 9rem; }
    h1:before {
      display: block;
      content: "";
      background-color: #8A2155;
      width: 70px;
      height: 100%;
      border-right: 6px solid #fff;
      position: absolute;
      left: 0;
      top: 0; }
    h1:after {
      display: block;
      content: "";
      background-color: #00728D;
      width: 18px;
      height: 100%;
      border-left: 6px solid #fff;
      position: absolute;
      right: 0;
      top: 0; }
  h2 {
    font-size: 2.4rem; }
  h3 {
    font-size: 1.8rem; }
  .mainv {
    margin-top: 0; }
  .catch {
    font-size: 3rem;
    position: absolute;
    right: 18%;
    top: 50%; }
  .logo img {
    width: 232px;
    height: 128px; }
  .nav_box {
    position: relative; }
  .nav_box.fixed {
    display: none; }
  .foot_about {
    text-align: auto; }
  .sns_link {
    padding: 0; }
  table.recout td {
    padding-left: 40px; }
  .prof_box {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .prof_item {
    width: 30%;
    height: auto; }
  h2.top_greet_head {
    margin: 0; }
    h2.top_greet_head .ceo_name {
      position: absolute;
      font-size: 14px;
      font-weight: 300;
      top: 25%;
      right: 10%; } }

@media (min-width: 1281px) {
  section {
    width: 100%;
    height: auto;
    margin: 0 auto 6rem; }
  .g_nav {
    width: 100%;
    height: auto; }
  .mainv {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  section.top_greet:before {
    width: 260px;
    height: 300px;
    bottom: -20px; } }

@media (min-width: 768px) {
  h1 {
    font-size: 2.4rem; }
  section.top_greet {
    position: relative;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #604939);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #604939);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #604939);
    background-position: right bottom;
    background-size: contain; }
    section.top_greet p {
      font-size: 14px; } }

@media (max-width: 767px) {
  table.table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    table.table th {
      display: block;
      width: 100%;
      text-align-last: auto;
      text-align: left; }
    table.table th:first-child {
      border-top: none; }
    table.table td {
      display: block;
      width: 100%; }
    table.table td:nth-of-type(1) {
      border-top: none; }
    table.table dl {
      margin: 0; }
    table.table dt {
      margin-bottom: 8px; }
    table.table dd {
      margin-bottom: 1.6rem;
      margin-left: 0; }
      table.table dd:last-child {
        margin: 0; }
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; }
  h2 {
    padding-left: 2.4rem; }
  .form-control {
    border: 1px solid #cccccc;
    border-top: 2px solid #8A2155;
    border-radius: 0; }
  section.top_greet {
    padding-bottom: 0; }
    section.top_greet p {
      padding: 0 8px; }
    section.top_greet h2 {
      margin-top: 0; }
  a.contbtn {
    width: 100%;
    height: auto; }
  section.top_greet:before {
    width: 250px;
    height: 250px;
    position: absolute;
    right: 0; }
  .absimg {
    position: relative; }
  .list-inline {
    margin: 1.5em 0 1.2em; }
  ul.list-inline li {
    display: block;
    margin: 0;
    padding: 0; }
  p.biz_btn {
    background: #fff;
    display: block;
    width: 100%; }
    p.biz_btn a {
      width: 100%; }
  .topbtnSec p.biz_btn {
    background: #fff;
    max-width: 100%; }
    .topbtnSec p.biz_btn a {
      width: 100%; } }
