@charset "UTF-8";
/************************************
	INSEL-ART Inc.
*************************************/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2b0bac1f97c91993268b)
 * Config saved to config.json and https://gist.github.com/2b0bac1f97c91993268b
 */
  /*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 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 {
  font-family: sans-serif;
  -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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

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: thin dotted;
  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: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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 #eee; }

.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; }

.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, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid: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; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?89e6n2");
  src: url("../fonts/icomoon.eot?89e6n2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?89e6n2") format("truetype"), url("../fonts/icomoon.woff?89e6n2") format("woff"), url("../fonts/icomoon.svg?89e6n2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e903"; }

.icon-link:before {
  content: "\e909"; }

.icon-fax:before {
  content: "\e908"; }

.icon-aroow-r2:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e900"; }

.icon-building:before {
  content: "\e901"; }

.icon-home:before {
  content: "\e907"; }

.icon-plus:before {
  content: "\e904"; }

.icon-minus:before {
  content: "\e905"; }

/* メディアクエリ設定 */
/* フォントサイズ設定 */
/* リンクカラー一括設定 */
/* テーマカラー */
/* 明朝体 */
/*-----------------------------

メニューボタン　アニメ

-----------------------------*/
/*----------------------------------------------

	共通設定

-----------------------------------------------*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Helvetica Neue", 'Hiragino Kaku Gothic ProN',Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  margin: 50px auto 0;
  width: 100%; }
  @media (min-width: 768px) {
    body {
      margin-top: 0; } }

img {
  max-width: 100%; }

.container-fluid {
  max-width: 980px;
  height: 100%;
  position: relative; }

.contentBox {
  overflow: hidden; }
  .contentBox .boxR {
    float: right; }
  .contentBox .boxL {
    float: left; }

.orange {
  color: #f66919; }

#main {
  padding-bottom: 35px; }

a:hover {
  text-decoration: none; }
a:focus {
  text-decoration: none;
  outline: none; }

a img {
  transition: all .3s; }
  a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.list-disc {
  list-style-type: disc;
  margin-left: 1.4em; }

.list-decimal {
  list-style-type: decimal;
  margin-left: 1.4em; }

.btnOrange {
  max-width: 360px;
  margin: 10px auto 0;
  background: #f66919;
  text-align: center;
  position: relative;
  border-radius: 8px; }
  .btnOrange span {
    margin-left: 5px; }
  .btnOrange a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block; }

/* IE10,11+でスクロールバーに重なる問題回避 */
@-ms-viewport {
  width: auto;
  initial-scale: 1; }
/*----------------------------------------------

	Header

-----------------------------------------------*/
.overlay {
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5); }

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

#header {
  background: #fef4dc;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  z-index: 999; }
  @media (min-width: 768px) {
    #header {
      border-top: 4px solid #f66919; } }
  #header .headerTop {
    background: #fef4dc;
    position: relative;
    border-top: 4px solid #f66919;
    z-index: 1; }
    @media (min-width: 768px) {
      #header .headerTop {
        border-top: none; } }
  @media (min-width: 768px) {
    #header {
      position: relative;
      height: auto; } }
  #header .lead {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0 0;
    display: none; }
    @media (min-width: 768px) {
      #header .lead {
        display: block; } }
  #header h1 {
    font-size: 0px;
    font-size: 0rem;
    width: 230px;
    margin: 10px 0; }
    @media (min-width: 768px) {
      #header h1 {
        width: auto; } }
  #header #navWrap {
    width: 100%;
    padding-bottom: 20px;
    display: none;
    overflow: auto;
    z-index: 1; }
    #header #navWrap .container-fluid {
      padding: 0; }
    @media (min-width: 768px) {
      #header #navWrap {
        padding: 0;
        display: block;
        background: #f66919;
        overflow: visible; } }
    #header #navWrap #gNavi {
      width: 100%;
      background: #f66919;
      display: table;
      table-layout: fixed;
      transition: all .3s;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        #header #navWrap #gNavi {
          margin: 0; } }
      #header #navWrap #gNavi li {
        transition: all .3s;
        /* PC */ }
        #header #navWrap #gNavi li a {
          color: #fff;
          padding: 10px 15px;
          display: block;
          text-decoration: none; }
        #header #navWrap #gNavi li:nth-child(2n) {
          background: #f8894a; }
        #header #navWrap #gNavi li:hover {
          background: #d45208; }
        @media (min-width: 768px) {
          #header #navWrap #gNavi li {
            text-align: center;
            display: table-cell;
            width: auto;
            float: none;
            vertical-align: middle; }
            #header #navWrap #gNavi li:nth-child(2n) {
              background: #f66919; }
            #header #navWrap #gNavi li:hover {
              background: #d45208; } }
      @media (min-width: 768px) {
        #header #navWrap #gNavi .active {
          background: #d45208 !important; } }
    #header #navWrap .offset {
      margin-top: -200px; }
      @media (min-width: 992px) {
        #header #navWrap .offset {
          margin-top: 0; } }
    #header #navWrap #subNavi {
      font-size: 0;
      background: #efefef;
      text-align: center;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        #header #navWrap #subNavi {
          position: absolute;
          right: 0;
          top: -90px;
          background: none; } }
      #header #navWrap #subNavi li {
        width: 50%;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        #header #navWrap #subNavi li a {
          color: #666;
          padding: 5px 15px;
          display: block;
          text-decoration: none; }
        #header #navWrap #subNavi li:first-child {
          border-right: 1px solid #ccc; }
        @media (min-width: 768px) {
          #header #navWrap #subNavi li {
            width: auto; } }
  #header #fontSize {
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 500px;
    top: 60px; }
    #header #fontSize li {
      width: 30px;
      height: 30px;
      line-height: 30px;
      float: left;
      background: #efefef;
      border: 1px solid #ccc; }

#menuButton {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -21px;
  z-index: 3; }
  @media (min-width: 768px) {
    #menuButton {
      display: none; } }
  #menuButton span {
    display: block;
    background: #f66919;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #menuButton span:first-child {
      top: 12px; }
    #menuButton span:nth-child(2) {
      margin-top: -1px;
      top: 50%; }
    #menuButton span:last-child {
      bottom: 12px; }

#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }
#menuButton.active span:nth-child(2) {
  opacity: 0; }
#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

/* Google検索カスタマイズ */
#gsc {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10px 15px 15px;
  background: #fff;
  z-index: 1; }
  @media (min-width: 768px) {
    #gsc {
      position: absolute;
      right: 0;
      top: -60px;
      width: 280px;
      background: none; } }
  #gsc .gsc-control-cse,
  #gsc .gsc-control-cse-ja,
  #gsc .gsib_a {
    margin: 0 !important;
    padding: 0 !important; }
  #gsc table.gsc-search-box td,
  #gsc table.gsc-search-box input {
    vertical-align: top !important;
    height: 35px; }
  #gsc input[type="text"] {
    border: 1px solid #f66919 !important;
    height: 35px !important;
    padding-left: 8px !important; }
    #gsc input[type="text"]:focus {
      border: 1px solid #008ee1 !important;
      outline: 0;
      /*safariの自動フォーカスを切る */ }
  #gsc #gsc-iw-id1 {
    border: none !important; }
  #gsc #gs_tti0 input {
    background-position: 5px 5px !important; }
  #gsc input.gsc-search-button {
    background-color: #f66919 !important;
    background: -ms-linear-gradient(top, #f66919 0%, #f66919 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme', endColorstr='$theme',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #f66919 !important;
    background-image: url(../img_common/icon_magnifier.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45%; }
  #gsc .gsc-search-button {
    margin: 0 0 0 -18px !important;
    position: relative;
    /*&:after{
    	content:"\e902";
    	display:inline-block;
    	font-family:'icomoon';
    	color:#fff;
    	@include fontSize(2.2);
    	position:absolute;
    	left:0;
    	top:2px;
    }*/ }
  #gsc .gsib_b a {
    position: absolute;
    top: 3px;
    left: 185px; }
  #gsc .gsib_b span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 2px 0 0 0; }
  #gsc .input.gsc-search-button-v2 {
    height: 35px; }

/*----------------------------------------------

	Footer

-----------------------------------------------*/
#footer {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -35px; }
  #footer #sitemap {
    text-align: center; }
    #footer #sitemap h2 {
      font-weight: normal;
      width: 170px;
      height: 35px;
      line-height: 35px;
      color: #fff;
      background: #f66919;
      margin: 0 auto;
      position: relative;
      cursor: pointer; }
      #footer #sitemap h2:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-bottom: 35px solid #f66919;
        border-left: 10px solid transparent;
        position: absolute;
        left: -10px;
        top: 0; }
      #footer #sitemap h2:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-bottom: 35px solid #f66919;
        border-right: 10px solid transparent;
        position: absolute;
        right: -10px;
        top: 0; }
    #footer #sitemap .active span:before {
      content: "\e905"; }
    #footer #sitemap #sitemapBox {
      background: #f66919;
      text-align: left;
      padding: 10px 0 0;
      display: none; }
      #footer #sitemap #sitemapBox a {
        color: #fff;
        text-decoration: none; }
      #footer #sitemap #sitemapBox ul {
        padding: 0;
        border-bottom: 1px solid #d45208; }
        @media (min-width: 768px) {
          #footer #sitemap #sitemapBox ul {
            border-bottom: none; } }
        #footer #sitemap #sitemapBox ul li {
          border-top: 1px solid #d45208;
          padding: 0; }
          @media (min-width: 768px) {
            #footer #sitemap #sitemapBox ul li {
              border: none; } }
          #footer #sitemap #sitemapBox ul li:first-child {
            border-top: none; }
          #footer #sitemap #sitemapBox ul li a {
            display: block;
            padding: 5px 15px; }
            @media (min-width: 768px) {
              #footer #sitemap #sitemapBox ul li a:before {
                content: ">";
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                vertical-align: top;
                margin-right: 5px; } }
          #footer #sitemap #sitemapBox ul li ul {
            background: #fef4dc;
            border-bottom: none; }
            @media (min-width: 768px) {
              #footer #sitemap #sitemapBox ul li ul {
                background: #f66919;
                margin-left: 1em; } }
            #footer #sitemap #sitemapBox ul li ul li a {
              color: #f66919; }
              @media (min-width: 768px) {
                #footer #sitemap #sitemapBox ul li ul li a {
                  color: #fff; }
                  #footer #sitemap #sitemapBox ul li ul li a:before {
                    content: "─"; } }
  #footer .footerBottom {
    padding: 20px 0;
    border-top: 4px solid #f66919; }
    #footer .footerBottom ul {
      margin-bottom: 20px;
      overflow: hidden; }
      #footer .footerBottom ul li {
        float: left;
        margin-right: 20px; }
          #footer .footerBottom ul li {
            margin-right: 40px; } }
        #footer .footerBottom ul li a {
          color: #333;
          display: block;
          position: relative;
          padding-left: 15px; }
          #footer .footerBottom ul li a:before {
            content: "\e906";
            font-family: 'icomoon';
            color: #f66919;
			padding-right:3px; }
    #footer .footerBottom dl {
      margin-bottom: 20px; }
      #footer .footerBottom dl dt {
        font-weight: bold; }
	#footer .footerBottom img.footLogo {
		margin-bottom:1em;
	}
    @media (min-width: 768px) {		
    #footer .footerBottom .copyBlock {
		text-align:right
		}
    #footer .footerBottom img.footLogo {
		margin-bottom:1.5625em;		
		}
	}	
    @media (min-width: 980px) {
    #footer .footerBottom img.footLogo {
		margin-top:-20px;
		}
	}
/*----------------------------------------------

	サイドナビ

-----------------------------------------------*/
#sideNavi {
  display: none; }
  @media (min-width: 1200px) {
    #sideNavi {
      display: block;
      position: fixed;
      right: 0;
      top: 100px;
      margin-right: -55px; }
      #sideNavi li {
        margin-bottom: 20px;
        transition: all .3s; }
        #sideNavi li:hover {
          opacity: 0.6; } }

/*----------------------------------------------

	Pickup

-----------------------------------------------*/
#pickup {
  background: #fef4dc;
  padding: 20px 0; }
  #pickup h2 {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px; }
  #pickup .postList {
    font-size: 14px;
    font-size: 1.4rem; }
    #pickup .postList li {
      height: 300px;
      background: #fff;
      position: relative;
      border: 1px solid #ccc;
      box-sizing: border-box;
      overflow: hidden; }
      #pickup .postList li .thumb {
        text-align: center;
        width: 230px;
        height: 160px; }
        #pickup .postList li .thumb img {
          max-height: 160px; }
      #pickup .postList li .category {
        color: #fff;
        padding: 2px 5px;
        margin-bottom: 10px; }
      #pickup .postList li .special {
        background: #cfc413; }
      #pickup .postList li .kenkou {
        background: #6e8b31; }
      #pickup .postList li .kaigo {
        background: #1363cf; }
      #pickup .postList li .notice, #pickup .postList li .kk {
        background: #ee8900; }
      #pickup .postList li .title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 0 5px; }
      #pickup .postList li .date {
        position: absolute;
        left: 5px;
        bottom: 10px; }
      #pickup .postList li a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        transition: all .3s; }
        #pickup .postList li a:hover {
          opacity: 0.2;
          filter: alpha(opacity=20); }
  #pickup .bx-controls {
    display: none; }
  @media (min-width: 768px) {
    #pickup .bx-wrapper {
      position: relative; }
    #pickup .bx-controls {
      display: block;
      width: 100%;
      height: 100%; }
      #pickup .bx-controls .bx-prev, #pickup .bx-controls .bx-next {
        width: 54px;
        height: 226px;
        position: absolute;
        top: 50%;
        margin-top: -113px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap; }
      #pickup .bx-controls .bx-prev {
        background: url(../img_common/slider_prev.png) no-repeat;
        left: 0; }
      #pickup .bx-controls .bx-next {
        background: url(../img_common/slider_next.png) no-repeat;
        right: 0; } }

/*----------------------------------------------

	Subscription

-----------------------------------------------*/
#subscription {
  background: #fce1b9;
  padding: 40px 0;
  overflow: hidden; }
  #subscription h2 {
    margin-bottom: 40px;
    text-align: center; }
  #subscription dl {
    max-width: 810px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ee8900;
    border-radius: 8px; }
    #subscription dl dt {
      background: #ee8900;
      padding: 20px 10px; }
    #subscription dl dd {
      padding: 10px;
      position: relative; }
      @media (min-width: 768px) {
        #subscription dl dd {
          padding: 40px 10px 10px; } }
      #subscription dl dd .lead {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: bold; }
      #subscription dl dd .img01 {
        text-align: center;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          #subscription dl dd .img01 {
            position: absolute;
            right: -50px;
            top: -140px; } }
      #subscription dl dd .btn {
        max-width: 380px;
        margin: 30px auto; }

/*----------------------------------------------

	Form

-----------------------------------------------*/
.contactForm {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  padding: 10px 0;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .contactForm {
      padding: 10px 80px; } }
  .contactForm input, .contactForm textarea, .contactForm select {
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    outline: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .contactForm input:focus, .contactForm textarea:focus, .contactForm select:focus {
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .contactForm input, .contactForm select {
      width: 200px; } }
  @media (min-width: 768px) {
    .contactForm .lg {
      width: 350px; } }
  @media (min-width: 768px) {
    .contactForm .xLg {
      width: 450px; } }
  .contactForm label {
    cursor: pointer; }
  .contactForm textarea {
    resize: vertical; }
  .contactForm dl {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden; }
    .contactForm dl dt {
      margin-bottom: 5px; }
      .contactForm dl dt span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        background: #f66919;
        padding: 2px 5px;
        margin-left: 10px; }
    @media (min-width: 768px) {
      .contactForm dl dt {
        width: 170px;
        float: left;
        padding-top: 5px; }
      .contactForm dl dd {
        padding: 0 0 0 180px; } }
  .contactForm .radioBtn input {
    display: none; }
  .contactForm .radioBtn label {
    display: block;
    float: left;
    cursor: pointer;
    width: 50%;
    margin: 0;
    padding: 5px 10px;
    background: #bdc3c7;
    text-align: center;
    transition: all .3s;
    border-right: 1px solid #abb2b7; }
    .contactForm .radioBtn label:first-of-type {
      border-radius: 4px 0 0 4px; }
    .contactForm .radioBtn label:last-of-type {
      border-right: none;
      border-radius: 0 4px 4px 0; }
    @media (min-width: 768px) {
      .contactForm .radioBtn label {
        width: 120px; } }
  .contactForm .radioBtn input[type="radio"]:checked + label {
    color: #fff;
    background-color: #f66919; }
  .contactForm .sendBtn {
    color: #fff;
    background: #f66919;
    border-radius: 4px;
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #f66919;
    transition: all .3s; }
    .contactForm .sendBtn input {
      background: transparent;
      padding: 10px 0; }
      @media (min-width: 768px) {
        .contactForm .sendBtn input {
          width: 100%; } }
    .contactForm .sendBtn:hover {
      color: #f66919;
      background: #fff; }

#home {
  /*----------------------------------------------
  
  	Main
  
  -----------------------------------------------*/
  /*----------------------------------------------
  
  	Service
  
  -----------------------------------------------*/
  /*----------------------------------------------
  
  	Lecturer
  
  -----------------------------------------------*/
  /*----------------------------------------------
  
  	健康介護コンシェルジュ
  
  -----------------------------------------------*/
  /*----------------------------------------------
  
  	トピックス
  
  -----------------------------------------------*/ }
  #home #main {
    background: #fef4dc; }
    #home #main .slider1 {
      background: #fef4dc;
      padding: 20px 0;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  #home #service {
    text-align: center;
    background: url(../img_common/bg_angle01.png) center bottom;
    padding: 40px 0;
    position: relative;
    margin-bottom: 40px; }
    #home #service:after {
      content: "";
      display: inline-block;
      width: 65px;
      height: 43px;
      position: absolute;
      left: 50%;
      margin-left: -33px;
      bottom: -43px;
      background: url(../img_common/bg_angle02.png) no-repeat; }
    #home #service h2 {
      margin-bottom: 40px; }
    #home #service ul li {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #home #service ul li {
          width: 33.33333333%;
          padding: 0; }
          #home #service ul li:first-child {
            margin-left: 0; } }
      @media (min-width: 992px) {
        #home #service ul li {
          width: 190px;
          margin-left: 7px; } }
      #home #service ul li p {
        margin-bottom: 10px; }
  #home #lecturer {
    background: url(../img_common/bg_dot01.jpg) center top;
    padding: 40px 0; }
    #home #lecturer h2 {
      text-align: center;
      margin-bottom: 40px; }
    #home #lecturer ul {
      text-align: center; }
      #home #lecturer ul li {
        padding: 0 5px;
        margin-bottom: 40px; }
        #home #lecturer ul li .name {
          font-size: 18px;
          font-size: 1.8rem;
          margin-top: 10px; }
        #home #lecturer ul li .category {
          font-size: 14px;
          font-size: 1.4rem; }
    #home #lecturer .more {
      text-align: right; }
      #home #lecturer .more a {
        color: #f66919; }
        #home #lecturer .more a span {
          margin-left: 5px; }
    #home #lecturer a {
      color: #333;
      transition: all .3s; }
      #home #lecturer a:hover {
        color: #337ab7; }
  #home #kk {
    text-align: center;
    background-color: #155c84;
    padding: 20px 0; }
    @media (min-width: 768px) {
      #home #kk {
        /*height:496px;*/
        background-image: url(../img/kk_bg01.jpg);
        background-repeat: no-repeat;
        background-position: center bottom; } }
    #home #kk h2, #home #kk p {
      margin-bottom: 20px; }
    #home #kk dl {
      max-width: 580px;
      margin: 0 auto 20px;
      background: #fff;
      border: 2px solid #64b269;
      border-radius: 6px;
      padding: 10px 15px 15px;
      text-align: left; }
      #home #kk dl .topics {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        background: #64b269;
        border-radius: 40px;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 2px 15px;
        margin-bottom: 10px; }
    @media (min-width: 768px) {
      #home #kk ul {
        text-align: right; } }
    #home #kk ul li {
      margin-top: 40px; }
      #home #kk ul li:first-child {
        margin-top: 0; }
  #home #topics {
    padding: 30px 0;
    background: #fef4dc; }
    #home #topics h2 {
      position: relative;
      z-index: 1; }
    #home #topics .topicsBox {
      font-size: 14px;
      font-size: 1.4rem;
      border: 3px solid #f66919;
      padding: 20px 10px;
      margin: -20px 0 20px;
      position: relative;
      background: #fff;
      border-radius: 6px; }
      @media (min-width: 992px) {
        #home #topics .topicsBox {
          height: 500px;
        overflow: hidden; } }
      #home #topics .topicsBox dt {
        color: #f66919; }
      #home #topics .topicsBox dd {
        margin-bottom: 1em; }
      #home #topics .topicsBox .more {
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin-bottom: 0; }
        #home #topics .topicsBox .more a {
          color: #f66919; }
    #home #topics .contentBox {
      margin: 0; }
      @media (min-width: 992px) {
        #home #topics .contentBox {
          margin: 0; } }
    #home #topics .boxR, #home #topics .boxL {
      float: none; }
    @media (min-width: 992px) {
      #home #topics .boxR {
        width: 580px;
        float: right; }
      #home #topics .boxL {
        width: 347px;
        float: left;
        padding-top: 51px; } }
		
        #home #topics .boxL .fb-page {
          height: 500px; }/* 共通 */
		  .bannerArea{
			  margin-top:30px;
        display: block;
}
			  .bannerArea:after{
				  content:"";
				  display:block;
				  clear:both;}
				  .bannerArea li{
					  list-style-type:none;
					  margin-bottom:15px;}
					  .bannerArea li img{
						  border: 1px solid #ddd;}
    				@media (min-width: 992px) {
					  .bannerArea li{
						  margin-right:23px;
						  }
						  .bannerArea li:last-child{
							  margin-right:0;}
                .bannerArea{
                  display: flex;
                  justify-content: center;;
                } }
		  
#page #main {
  /*----------------------------------------------
  
  	共通設定
  
  -----------------------------------------------*/
  background: #fcfaf5;
  position: relative;
  z-index: 0;
  /*----------------------------------------------
  
  	MV
  
  -----------------------------------------------*/
  /*----------------------------------------------
  
  	パンくず
  
  -----------------------------------------------*/ }
  #page #main h2.ttl01 {
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
    #page #main h2.ttl01:before {
      content: "";
      display: block;
      width: 100%;
      height: 0px;
      border-top: 2px dotted #333;
      position: absolute;
      top: 50%; }
    #page #main h2.ttl01 span {
      font-size: 18px;
      font-size: 1.8rem;
      background: #fcfaf5;
      padding: 0 10px;
      position: relative; }
      @media (min-width: 768px) {
        #page #main h2.ttl01 span {
          font-size: 36px;
          font-size: 3.6rem; } }
  #page #main p {
    line-height: 180%; }
  #page #main #subscription {
    background: none; }
  #page #main #mv {
    min-height: 130px;
    background: url(../img_common/mv_bg01.jpg) repeat-x center top;
    background-size: contain; }
    #page #main #mv h1 {
      position: absolute;
      z-index: 1;
      left: 15px;
      top: 15%;
      font-size: 24px;
      font-size: 2.4rem;
      margin: 0;
      font-weight: normal; }
      #page #main #mv h1 span {
        color: #f66919;
        font-size: 20px;
        font-size: 2rem;
        display: block; }
      @media (min-width: 768px) {
        #page #main #mv h1 {
          top: 20%; } }
    #page #main #mv .img01 {
      text-align: right; }
      #page #main #mv .img01 img {
        min-height: 130px;
        opacity: 0.4; }
        @media (min-width: 768px) {
          #page #main #mv .img01 img {
            opacity: 1; } }
  #page #main #pankuzu {
    font-size: 13px;
    font-size: 1.3rem;
    overflow: hidden;
    background: #efefef;
    padding: 5px 0;
    margin-bottom: 20px; }
    #page #main #pankuzu li {
      float: left;
      margin-left: 1em; }
      #page #main #pankuzu li:first-child {
        margin-left: 0; }
        #page #main #pankuzu li:first-child:before {
          display: none; }
      #page #main #pankuzu li:before {
        content: ">";
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-right: 1em;
        vertical-align: top; }
      #page #main #pankuzu li a {
        color: #f66919; }
    @media (min-width: 768px) {
      #page #main #pankuzu {
        background: none;
        font-size: 15px;
        font-size: 1.5rem; } }

.about ul {
  margin: 20px 0;
  text-align: center; }
  .about ul li {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .about ul {
      margin: 40px 0; }
      .about ul li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-left: 30px; }
        .about ul li:first-child {
          margin-left: 0; } }
.about dl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem; }
  .about dl dt {
    color: #46c673; }
    .about dl dt span {
      color: #4686c6;
      display: block; }
  .about dl dd span {
    color: #f66919; }
  .about dl dd p {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .about dl {
      font-size: 30px;
      font-size: 3rem; } }

.products p {
  margin-bottom: 1em; }
.products .btn {
  text-align: center; }
.products h3 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 3px solid #898989;
  padding-bottom: 10px;
  margin: 40px 0 20px; }
.products p.recruitment {
  font-size: 36px;
  text-align: center;
  margin: 40px 0;
}  
.products .productList {
  margin-bottom: 60px; }
  .products .productList li {
    max-width: 200px; }
    .products .productList li dl {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
      .products .productList li dl dd {
        color: #666666;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px; }
        .products .productList li dl dd p {
          margin-bottom: 0; }
        .products .productList li dl dd .name {
          color: #333;
          font-size: 16px;
          font-size: 1.6rem; }
.products .productBox {
  margin-bottom: 80px; }
  .products .productBox h2 {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    background: #f66919;
    padding: 15px;
    border-radius: 6px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
  .products .productBox .summary {
    overflow: hidden;
    margin-bottom: 20px; }
    .products .productBox .summary dt {
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .products .productBox .summary dt {
          float: left;
          margin-right: 20px; } }
    .products .productBox .summary dd .spec {
      font-size: 14px;
      font-size: 1.4rem;
      color: #666666;
      background: #fff;
      padding: 10px;
      overflow: hidden;
      border: 1px solid #b2b2b2;
      border-radius: 6px; }
      .products .productBox .summary dd .spec dt {
        float: left;
        margin-bottom: 10px; }
      .products .productBox .summary dd .spec dd {
        padding-left: 120px;
        margin-bottom: 10px; }
  .products .productBox .contentBox {
    margin-bottom: 20px; }
    .products .productBox .contentBox .boxR {
      float: none;
      margin-bottom: 20px; }
      .products .productBox .contentBox .boxR ul {
        overflow: hidden; }
        .products .productBox .contentBox .boxR ul li {
          padding: 0;
          text-align: center; }
          @media (min-width: 992px) {
            .products .productBox .contentBox .boxR ul li {
              margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .products .productBox .contentBox .boxR {
          float: right;
          width: 270px; } }
    .products .productBox .contentBox .boxL {
      float: none; }
      .products .productBox .contentBox .boxL ul li {
        margin-bottom: 1em; }
        @media (min-width: 992px) {
          .products .productBox .contentBox .boxL ul li {
            margin-bottom: 40px; } }
      @media (min-width: 992px) {
        .products .productBox .contentBox .boxL {
          float: left;
          width: 640px; } }
  .products .productBox .buyBox {
    max-width: 570px;
    margin: 0 auto;
    background: #fef4dc;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
    position: relative; }
    .products .productBox .buyBox:before, .products .productBox .buyBox:after {
      content: "";
      width: 50%;
      max-width: 570px;
      position: absolute;
      bottom: 15px;
      left: 10px;
      top: 80%;
      box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
      transform: rotate(-3deg);
      z-index: -1; }
    .products .productBox .buyBox:after {
      transform: rotate(3deg);
      right: 10px;
      left: auto; }
    .products .productBox .buyBox p {
      margin: 0; }
    .products .productBox .buyBox .btn {
      margin-bottom: 15px; }
    .products .productBox .buyBox .fax {
      font-size: 26px;
      font-size: 2.6rem; }
      @media (min-width: 768px) {
        .products .productBox .buyBox .fax {
          font-size: 34px;
          font-size: 3.4rem; } }

.lecturer .instructorList {
  font-size: 0;
  margin: 60px 0; }
  .lecturer .instructorList li {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
    min-height: 190px; }
    @media (min-width: 768px) {
      .lecturer .instructorList li {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .lecturer .instructorList li {
        width: 160px;
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        margin-left: 37px; }
        .lecturer .instructorList li:nth-child(5n+1) {
          margin-left: 0; } }
    .lecturer .instructorList li .img {
      margin-bottom: 10px; }
    .lecturer .instructorList li .name {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 0;
      line-height: 100% !important; }
      .lecturer .instructorList li .name span {
        font-size: 13px;
        font-size: 1.3rem;
        color: #f66919;
        display: block;
        margin-top: 5px; }
    .lecturer .instructorList li a {
      color: #333;
      display: block; }

@media (min-width: 768px) {
  .lecturerProf {
    padding: 40px; } }
.lecturerProf dl dt {
  text-align: center; }
.lecturerProf dl dd h1 {
  text-align: center;
  margin-bottom: 20px; }
  .lecturerProf dl dd h1 span {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
    font-weight: normal;
    display: block;
    border-top: 2px solid #f66919;
    padding-top: 10px;
    margin: 10px auto 0;
    width: 65%; }
.lecturerProf dl dd .link {
  margin-bottom: 1em; }
  .lecturerProf dl dd .link a:after {
    content: "\e909";
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-left: 5px; }
.lecturerProf h2 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 3px solid #cccccc;
  margin: 30px 0 10px; }
  .lecturerProf h2 span {
    color: #f66919;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-bottom: 3px solid #f66919;
    position: relative;
    top: 3px; }
.lecturerProf .list-red li {
  margin-left: 1.5em;
  margin-bottom: 10px; }
  .lecturerProf .list-red li:before {
    content: "●";
    color: #ce5353;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-indent: -1.5em; }

.mfp-auto-cursor .mfp-content {
  max-width: 800px;
  height: 90%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .mfp-auto-cursor .mfp-content {
      overflow: inherit; } }

.mfp-bg {
  height: 120%; }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0 0.3s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.company .companyInfo {
  margin-bottom: 40px; }
  .company .companyInfo dl {
    padding: 10px 0;
    border-bottom: 1px dotted #b2b2b2; }
    .company .companyInfo dl dt {
      font-weight: bold;
      margin-bottom: 5px; }
    .company .companyInfo dl dd ul {
      list-style-type: disc;
      margin-left: 1.5em; }
      .company .companyInfo dl dd ul li {
        margin-top: 10px; }
        .company .companyInfo dl dd ul li:first-child {
          margin-top: 0; }
    @media (min-width: 768px) {
      .company .companyInfo dl {
        overflow: hidden; }
        .company .companyInfo dl dt {
          width: 180px;
          float: left; }
        .company .companyInfo dl dd {
          padding: 0 0 0 20px;
          margin-left: 180px;
          border-left: 2px solid #64b269; } }
.company .media li {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px; }
  .company .media li .img {
    margin-bottom: 10px; }
  .company .media li .date {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem; }
@media (min-width: 768px) {
  .company .media {
    font-size: 0;
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }
    .company .media li {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; } }

.subscription .contentBox .boxR {
  text-align: center;
  margin-bottom: 10px;
  float: none; }
  @media (min-width: 768px) {
    .subscription .contentBox .boxR {
      float: right;
      width: 45%; } }
@media (min-width: 768px) {
  .subscription .contentBox .boxL {
    width: 50%; } }
.subscription ul {
  margin: 20px 0;
  text-align: center; }
  .subscription ul li {
    margin: 0 auto 20px;
    max-width: 345px; }
    @media (min-width: 768px) {
      .subscription ul li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin: 0 5px 20px; } }
.subscription .notice {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 6px;
  margin-bottom: 40px; }
.subscription h2 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #898989;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  .subscription h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #f66919;
    padding: 2px 5px;
    margin-left: 15px; }
.subscription p {
  margin-bottom: 1em; }
.subscription .orange {
  color: #f66919; }
  .subscription .orange a {
    color: #f66919;
    text-decoration: underline; }
.subscription .thanks {
  text-align: center;
  margin: 0 0 100px; }
  .subscription .thanks h2 {
    border: none; }
    .subscription .thanks h2 span {
      color: #333; }

.concierge .reg {
  margin-bottom: 40px; }
.concierge h2 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #898989;
  padding-bottom: 5px;
  margin-bottom: 20px; }
.concierge .contentBox .boxL, .concierge .contentBox .boxR {
  float: none; }
.concierge .contentBox .boxL {
  margin-bottom: 20px;
  text-align: center; }
.concierge .contentBox .boxR {
  margin: 0 auto; }
@media (min-width: 992px) {
  .concierge .contentBox .boxL {
    float: left; }
  .concierge .contentBox .boxR {
    float: right;
    width: 400px;
    margin: 0 auto; } }
.concierge h3 {
  border-left: 4px solid #f66919;
  padding-left: 5px;
  margin-bottom: 10px; }
  .concierge h3 a {
    color: #333; }
.concierge ul {
  margin-bottom: 20px;
  overflow: hidden; }
  .concierge ul li {
    background: #fef4dc;
    padding: 2px 5px;
    float: left;
    margin: 0 10px 5px 0;
    border-radius: 4px;
    border: 1px solid #f66919; }
    .concierge ul li:last-child {
      marign-right: 0; }
    .concierge ul li a {
      color: #f66919; }
.concierge .areaNavi {
  background: #ededed;
  padding: 10px;
  border-radius: 8px; }
  .concierge .areaNavi li {
    background: none;
    border: none; }
    .concierge .areaNavi li a {
      color: #3498db;
      text-decoration: underline; }
.concierge .shopList {
  margin-bottom: 60px; }
  .concierge .shopList .subNavi {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom; }
  .concierge .shopList h2 {
    text-align: left;
    border: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    margin-right: 60px; }
    .concierge .shopList h2:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 25px;
      height: 25px;
      background: #f66919;
      border-radius: 4px;
      margin-right: 5px; }
  @media (min-width: 992px) {
    .concierge .shopList .boxR {
      width: auto; } }
  .concierge .shopList dl {
    margin-bottom: 20px; }
    .concierge .shopList dl dt {
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      background: #f66919;
      padding: 5px 0;
      text-align: center;
      border-radius: 40px;
      margin-bottom: 15px; }
    .concierge .shopList dl dd {
      font-size: 14px;
      font-size: 1.4rem;
      border-bottom: 2px solid #decda3;
      padding: 15px 0; }
      .concierge .shopList dl dd h3 {
        font-size: 16px;
        font-size: 1.6rem;
        border: none; }
      .concierge .shopList dl dd .info {
        margin: 10px 0 0; }
        .concierge .shopList dl dd .info li {
          background: #f66919;
          padding: 0; }
          .concierge .shopList dl dd .info li a {
            color: #fff;
            padding: 4px 10px; }
    .concierge .shopList dl .imgBox {
      margin-bottom: 15px; }
    .concierge .shopList dl .txtBox {
      text-align: left;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .concierge .shopList dl {
        overflow: hidden;
        margin-bottom: 0; }
        .concierge .shopList dl dt {
          float: left;
          width: 30%; }
        .concierge .shopList dl dd {
          margin-left: 32%;
          padding: 15px;
          margin-bottom: 0; }
          .concierge .shopList dl dd .imgBox {
            float: right;
            margin-bottom: 0; }
          .concierge .shopList dl dd .txtBox {
            margin-bottom: 0; }
        .concierge .shopList dl:first-of-type dd:first-of-type {
          border-top: 2px solid #decda3; } }

.monitor h2 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #898989;
  padding-bottom: 5px;
  margin-bottom: 10px; }
.monitor p {
  margin-bottom: 1em; }
  .monitor p span {
    display: block;
    margin-top: 1em; }
.monitor .btn {
  max-width: 400px;
  margin: 0 auto; }
.monitor section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .monitor section {
      margin-bottom: 80px; } }
@media (min-width: 992px) {
  .monitor #kaigoWriter .txt {
    background: url(../monitor/img/writer_img01.jpg) no-repeat left center;
    padding: 20px 0 0 250px;
    height: 292px; }
  .monitor #kaigoMonitor .txt {
    background: url(../monitor/img/monitor_img01.jpg) no-repeat right center;
    padding: 20px 250px 0 0;
    height: 311px; } }

.privacy {
  margin-bottom: 60px; }
  .privacy h2 {
    font-size: 20px;
    font-size: 2rem;
    border-bottom: 2px solid #898989;
    padding-bottom: 5px;
    margin: 40px 0 10px; }
  .privacy p {
    margin-bottom: 1em; }
  .privacy ul, .privacy ol {
    margin-bottom: 1em; }
    .privacy ul li, .privacy ol li {
      margin-bottom: 10px; }

/* CSS Document */
@media screen and (min-width: 992px) {
  #home #service ul li p {
    overflow: hidden; }

  #home #service ul li p:first-child img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear; }

  #home #service ul li p:first-child img:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); } }


    .service_banner {
      margin-bottom: 40px;
    }
