@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/nicomoji.css);
/*=============================
content

// ------------------
// import beforehand less
// ------------------

/* bootstrap */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*@import "variables.less";*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    /*
    text-shadow: none !important;
    color: #000 !important; // Black prints faster: h5bp.com/s
    background: transparent !important;
    box-shadow: none !important;
		*/
  }
}
@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ";
  }
  abbr[title]:after {
    content: " ";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print, screen and print {
  .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;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media print, screen and print {
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.166666666666666%;
  }
  .col-sm-2 {
    width: 8.333333333333332%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.666666666666664%;
  }
  .col-sm-5 {
    width: 20.833333333333336%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.166666666666668%;
  }
  .col-sm-8 {
    width: 33.33333333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666666666667%;
  }
  .col-sm-11 {
    width: 45.83333333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.166666666666664%;
  }
  .col-sm-14 {
    width: 58.333333333333336%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666666666666%;
  }
  .col-sm-17 {
    width: 70.83333333333334%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666666666666%;
  }
  .col-sm-20 {
    width: 83.33333333333334%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666666666666%;
  }
  .col-sm-23 {
    width: 95.83333333333334%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.166666666666666%;
  }
  .col-sm-push-2 {
    left: 8.333333333333332%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.666666666666664%;
  }
  .col-sm-push-5 {
    left: 20.833333333333336%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.166666666666668%;
  }
  .col-sm-push-8 {
    left: 33.33333333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666666666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.166666666666664%;
  }
  .col-sm-push-14 {
    left: 58.333333333333336%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666666666666%;
  }
  .col-sm-push-17 {
    left: 70.83333333333334%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666666666666%;
  }
  .col-sm-push-20 {
    left: 83.33333333333334%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666666666666%;
  }
  .col-sm-push-23 {
    left: 95.83333333333334%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.166666666666666%;
  }
  .col-sm-pull-2 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-5 {
    right: 20.833333333333336%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.166666666666668%;
  }
  .col-sm-pull-8 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.166666666666664%;
  }
  .col-sm-pull-14 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-17 {
    right: 70.83333333333334%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666666666666%;
  }
  .col-sm-pull-20 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-23 {
    right: 95.83333333333334%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 4.166666666666666%;
  }
  .col-sm-offset-2 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-5 {
    margin-left: 20.833333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.166666666666668%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.166666666666664%;
  }
  .col-sm-offset-14 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333333334%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666666666666%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333333334%;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica Neue, Helvetica, "ヒラギノ角ゴ Pro W4", 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fafaf8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #801212;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d91f1f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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: #fafaf8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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;
}
/*@import "type.less";*/
/*@import "code.less";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.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,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-24 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 788px;
  }
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1012px;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1120px;
  }
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
}
/*@import "tables.less";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #333333;
}
.form-control::-moz-placeholder {
  color: #333333;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 4px;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #fd9586;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253, 149, 134, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253, 149, 134, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 6px;
}
select.input-lg {
  height: 56px;
  line-height: 56px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 5px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #801212;
  border-color: #801212;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #5c0d0d;
  border-color: #4a0a0a;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #801212;
  border-color: #801212;
}
.btn-primary {
  color: #ffffff;
  background-color: #801212;
  border-color: #6a0f0f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5c0d0d;
  border-color: #340707;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #801212;
  border-color: #6a0f0f;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #801212;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d91f1f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  /*  padding: 5px 0; */
  /*  margin: 2px 0 0; // override default ul */
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*  border-radius: @border-radius-base; */
  /*  .box-shadow(0 6px 12px rgba(0,0,0,.175)); */
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #801212;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #801212;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #ffffff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #ffffff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  line-height: 56px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #999999;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #801212;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fafaf8;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fafaf8;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #801212;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 769px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
/*
.nav-justified {
  width: 100%;

  > li {
    float: none;
     > a {
      text-align: center;
    }
  }

  @media (min-width: @screen-sm) {
    > li {
      display: table-cell;
      width: 1%;
    }
  }
}
*/
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fafaf8;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #801212;
  border-bottom-color: #801212;
}
.nav a:hover .caret {
  border-top-color: #d91f1f;
  border-bottom-color: #d91f1f;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: -10px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: -17px;
  margin-bottom: -17px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: -5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: -10px;
    padding-bottom: -10px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: -15px;
  margin-bottom: -15px;
}
.navbar-text {
  float: left;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 769px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/*@import "breadcrumbs.less";*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #801212;
  border-color: #801212;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #801212;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #530c0c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/*@import "badges.less";*/
/*@import "jumbotron.less";*/
/*@import "thumbnails.less";*/
/*@import "alerts.less";*/
/*@import "progress-bars.less";*/
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #801212;
  border-color: #801212;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #eb7373;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*@import "panels.less";*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*@import "modals.less";*/
/*@import "tooltip.less";*/
/*@import "popovers.less";*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*50px; */
/*@line-height-computed; /* navbar bottomマージン default:10px クリアする */
/* @border-radius-base; */
.fw_100 {
  font-weight: 100;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
.font_xsvr_min {
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "黎ミン M";
  font-family: "A1明朝", "しまなみ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_xsvr_midago {
  font-family: "見出しゴMB31";
  font-family: 'Sawarabi Gothic', serif;
}
.font_gwf_m1 {
  font-family: 'Mplus 1p', sans-serif;
}
.font_gwf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}
.font_gwf_hannari {
  font-family: 'Hannari', serif;
}
.font_gwf_sawarabigothic {
  font-family: 'Sawarabi Gothic', serif;
}
.font_gwf_sawarabimincho {
  font-family: 'Sawarabi Mincho', serif;
}
.font_gwf_notosans {
  font-family: "Noto Sans Japanese";
}
.font_gwf-kokoro {
  font-family: "Kokoro";
}
.font_gwf-nicomoji {
  font-family: "Nico Moji";
}
@font-face {
  font-family: 'NotoSansJP-Black';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Black.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Black.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Black.woff') format('woff'), /* モダンブラウザ用 */;
  
  /* IE9 and over */
}
@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Bold.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Bold.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Medium.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Medium.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Regular.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Regular.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP-Light';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Light.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Light.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Light.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP-DemiLight';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-DemiLight.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-DemiLight.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-DemiLight.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP-Thin';
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Thin.otf') format('opentype');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Thin.eot');
  src: url('../fonts_web/NotoSansJapanese-hinted/NotoSansJP-Thin.woff') format('woff');
}
/* d_module */
/*よく使うcssセット。必要なものは design.less へ移動して使用 */
@media (min-width: 480px) {
  .d_small_block {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .d_small_block {
    display: block;
  }
}
.area_bg_trnsp_wh {
  background-color: rgba(255, 255, 255, 0.8);
}
.area_bg_trnsp_bk {
  background-color: rgba(0, 0, 0, 0.8);
}
.area_radius {
  border-radius: 4px;
}
.d_shadow {
  box-shadow: 2px 3px 3px #666;
  -webkit-box-shadow: 2px 3px 3px #666;
  -moz-box-shadow: 2px 3px 3px #666;
}
@media (min-width: 480px) {
  .box_switching_small {
    display: none;
  }
}
@media (max-width: 480px) {
  .box_switching_large {
    display: none;
  }
}
.box_switching:before,
.box_switching:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box_switching:after {
  clear: both;
}
.box_switching:before,
.box_switching:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box_switching:after {
  clear: both;
}
@media (min-width: 1100px) {
  .box_switching_md,
  .box_switching_sm,
  .box_switching_xs {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .box_switching_lg,
  .box_switching_sm,
  .box_switching_xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box_switching_lg,
  .box_switching_md,
  .box_switching_xs {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .box_switching_lg,
  .box_switching_md,
  .box_switching_xs {
    display: none;
  }
}
@media (max-width: 480px) {
  .box_switching_lg,
  .box_switching_md,
  .box_switching_sm {
    display: none;
  }
}
.img_filter_dark {
  filter: brightness(0.72);
  -webkit-filter: brightness(0.72);
  -moz-filter: brightness(0.72);
  -o-filter: brightness(0.72);
  -ms-filter: brightness(0.72);
}
.img_filter_dark_half {
  filter: brightness(0.92);
  -webkit-filter: brightness(0.92);
  -moz-filter: brightness(0.92);
  -o-filter: brightness(0.92);
  -ms-filter: brightness(0.92);
}
.img_filter_light_half {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
}
.d_multi_column_2 {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 768px) {
  .d_multi_column_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.d_multi_column_3 {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 768px) {
  .d_multi_column_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.d_multi_column_4 {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 992px) {
  .d_multi_column_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d_multi_column_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
ul.link_img_px {
  text-align: center;
  margin: 0 auto;
}
ul.link_img_px li {
  display: -moz-inline-box;
  display: inline-block;
}
ul.link_img_px li img {
  width: 150px;
  padding: 0 6px;
}
.ico_base {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.2em;
}
.ico_base:before {
  vertical-align: middle;
  margin-left: -1em;
  padding-right: 0.2em;
  font-size: 1.1em;
}
.ico_li {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.2em;
  margin-bottom: 12px;
  content: '\f105';
}
.ico_li:before {
  vertical-align: middle;
  margin-left: -1em;
  padding-right: 0.2em;
  font-size: 1.1em;
}
img.img-centered {
  margin: 0 auto;
}
.nav_horizontal,
.nav_vertical {
  overflow: hidden;
}
.nav_horizontal #nav ul li {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}
@media (min-width: 768px) {
  .nav_horizontal #nav ul li {
    float: left;
    width: 16.66666667%;
  }
}
.nav_horizontal #nav ul li a {
  display: block;
  background-color: #aaaaaa;
  text-align: center;
}
.nav_vertical ul li {
  list-style: none;
}
.nav_vertical #nav > ul > li {
  margin-bottom: 12px;
}
.nav_vertical #nav > ul > li > a {
  display: block;
  padding: 6px 12px;
  background-color: #aaaaaa;
  border-radius: 4px;
  color: #000;
}
.nav_vertical #nav > ul > li > a:hover {
  background-color: #b7b7b7;
}
.nav_vertical #nav > ul > li > ul > li > a {
  display: block;
  padding: 6px 12px 6px 26px;
  border-top: 1px dotted #ccc;
}
.nav_vertical #nav > ul > li > ul > li > a:hover {
  background-color: #b7b7b7;
}
.nav_vertical #nav > ul > li > ul > li:first-child > a {
  border: none;
}
.nav_vertical #nav > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 3px 12px 3px 39px;
}
.nav_vertical #nav > ul > li > ul > li > ul > li > a:hover {
  background-color: #b7b7b7;
}
.news_horizontal dt,
.news_vertical dt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
.news_horizontal dl dt {
  padding: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  .news_horizontal dl dt {
    padding: 1px 0;
    clear: left;
    float: left;
    width: 7em;
    font-size: 90%;
  }
  .news_horizontal dl dd {
    margin: 0 0 1em 7em;
    padding: 0 0 0 .8em;
  }
}
@media (max-width: 767px) {
  .news_horizontal dl {
    min-height: 20px;
    display: block;
  }
  .news_horizontal dl:hover {
    text-decoration: none;
  }
  .news_horizontal dl dt {
    text-align: left;
    padding: 12px 12px 0 12px;
  }
  .news_horizontal dl dd {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 768px) {
  .news_vertical dl {
    margin-bottom: 12px;
  }
  .news_vertical dl dt {
    color: #333;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .news_vertical dl {
    min-height: 20px;
    margin-bottom: 6px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
  }
  .news_vertical dl:hover {
    background-color: #eee;
    text-decoration: none;
  }
  .news_vertical dl dt {
    color: #333;
    text-align: left;
    padding: 12px 12px 0 12px;
  }
  .news_vertical dl dd {
    padding: 6px 12px 12px 12px;
  }
}
.news_index_main {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .news_index_main {
    float: left;
    width: 83.33333333%;
  }
}
.news_index_side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .news_index_side {
    float: left;
    width: 16.66666667%;
  }
}
.date {
  color: #aaaaaa;
  line-height: 100%;
  font-size: 80%;
  font-family: Verdana, Geneva, "sans-serif";
}
.news dl:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}
* html .news dl {
  /* IE6 */
  zoom: 1;
}
*:first-child + html .news dl {
  /* IE7 */
  zoom: 1;
}
ul.reflect_archive li {
  list-style: none;
  background-image: none!important;
}
ul.reflect_archive a {
  text-decoration: none;
}
ul.reflect_archive ul {
  list-style: none;
  font-family: verdana, arial;
}
ul.reflect_archive li.reflect_year {
  list-style: none;
  padding: 12px;
  margin: 0 0 4px 0;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  font-weight: 600;
}
ul.reflect_archive li.reflect_year ul {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  background-image: none;
}
ul.reflect_archive li.reflect_year ul li {
  margin: 0;
  padding: 0;
}
ul.reflect_archive li.reflect_month a {
  display: block;
  padding: 3px 5px;
  margin: 4px 0 0 0;
  background-color: #eee;
  border-radius: 2px;
  font-weight: normal;
}
ul.reflect_archive li.reflect_month a:hover {
  background-color: #d91f1f;
  color: #fff;
}
.design_accordion_base .accordion_mnp {
  margin-bottom: 46px;
}
.design_accordion_base .accordion_mnp a {
  color: #333;
  text-decoration: none;
}
.design_accordion_base .accordion_mnp a:hover {
  text-decoration: underline;
}
.design_accordion_base .accordion_mnp a span {
  padding: 6px;
  margin: 0 5px;
  display: inline-block;
  background: #eee;
  border-radius: 4px;
}
.design_accordion_base .accordion_mnp a span:hover {
  background: #ddd;
}
.design_accordion_base dl.accordion dt {
  cursor: pointer;
  padding: 12px 0 12px 46px;
  margin-bottom: 6px;
  background: url(../images/acc_open.png) no-repeat left top #eeeeee;
  background-position: 5px 14.4px;
}
.design_accordion_base dl.accordion dt.opened {
  background: url(../images/acc_close.png) no-repeat left top #666666;
}
.design_accordion_centering .accordion_mnp {
  margin-bottom: 46px;
}
.design_accordion_centering .accordion_mnp a {
  color: #333;
  text-decoration: none;
  background: #eee;
  margin: 4px;
  padding: 4px 8px;
}
.design_accordion_centering .accordion_mnp a:hover {
  text-decoration: underline;
  background: #ddd;
}
.design_accordion_centering .accordion_mnp a span {
  margin: 0 10px 0 5px;
  display: inline-block;
}
.design_accordion_centering dl.accordion dt {
  text-align: center;
  font-size: 1.14em;
  cursor: pointer;
  padding: 12px 26px 52px 26px;
  margin-bottom: 12px;
  border: 3px solid #ddd;
  color: #000;
  background: url(../images/acc_open.png) no-repeat center bottom #fafafa;
}
.design_accordion_centering dl.accordion dt.opened {
  padding: 52px 26px 26px 26px;
  border: 3px solid #eee;
  background: url(../images/acc_close.png) no-repeat center top #ffffff;
}
dl.dl_bs {
  margin: 0;
}
dl.dl_bs:before,
dl.dl_bs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl.dl_bs:after {
  clear: both;
}
dl.dl_bs:before,
dl.dl_bs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl.dl_bs:after {
  clear: both;
}
dl.dl_bs dt {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 12px;
}
@media (min-width: 768px) {
  dl.dl_bs dt {
    float: left;
    width: 33.33333333%;
  }
}
dl.dl_bs dd {
  padding: 12px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  dl.dl_bs dd {
    float: left;
    width: 66.66666667%;
  }
}
dl.dl_bs input.w_fluid {
  width: 100%;
}
@media (max-width: 768px) {
  dl.dl_bs {
    margin: 0px;
  }
}
ul.wrap_d_tile:before,
ul.wrap_d_tile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.wrap_d_tile:after {
  clear: both;
}
ul.wrap_d_tile:before,
ul.wrap_d_tile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.wrap_d_tile:after {
  clear: both;
}
ul.wrap_d_tile li {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  ul.wrap_d_tile li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  ul.wrap_d_tile li {
    float: left;
    width: 25%;
  }
}
ul.wrap_d_tile li p {
  padding: 0;
  margin: 0;
}
ul.wrap_d_tile li a {
  background: #801212;
}
ul.wrap_d_tile li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.wrap_shortcut {
  margin-left: -6px;
}
.wrap_shortcut:before,
.wrap_shortcut:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wrap_shortcut:after {
  clear: both;
}
.wrap_shortcut:before,
.wrap_shortcut:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wrap_shortcut:after {
  clear: both;
}
.wrap_shortcut .shortcut {
  text-align: center;
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  margin: 6px 6px;
  display: inline-block;
  padding: 26px 0;
  background: #eee;
}
.wrap_shortcut .shortcut:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.wrap_shortcut .shortcut:hover span {
  color: #fff;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row_0 {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.row_0 > div {
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.row_10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row_10 > div {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
.row_20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row_20 > div {
  padding-right: 10px!important;
  padding-left: 10px!important;
}
.row_30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.row_30 > div {
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.row_40 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.row_40 > div {
  padding-right: 20px!important;
  padding-left: 20px!important;
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.area_sbmrk {
  text-align: right;
  margin-bottom: 26px;
}
.area_sbmrk ul {
  overflow: hidden;
}
.area_sbmrk ul li {
  list-style: none;
  float: right;
  margin-left: 4px;
}
.area_sbmrk .sbmrk_line {
  width: 88px;
}
.area_sbmrk iframe {
  margin: 0 !important;
}
.area_sbmrk .sbmrk_fb {
  border: none;
  overflow: hidden;
}
@media (min-width: 767px) {
  .area_sbmrk {
    display: none;
  }
}
@media (max-width: 767px) {
  .area_sbmrk {
    text-align: right!important;
    margin: 10px 0 0 0 !important;
  }
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgl0 {
  margin-left: 0 !important;
}
.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl15 {
  margin-left: 15px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.mgl30 {
  margin-left: 30px !important;
}
.mgr0 {
  margin-right: 0 !important;
}
.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr15 {
  margin-right: 15px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgr30 {
  margin-right: 30px !important;
}
.mgn0 {
  margin: 0 !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdl0 {
  padding-left: 0 !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdr0 {
  padding-right: 0 !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pad0 {
  padding: 0 !important;
}
div.clearBoth {
  clear: both;
}
div.floatLeft {
  float: left;
}
div.floatRight {
  float: right;
}
div.alignLeft {
  text-align: left;
}
div.alignRight {
  text-align: right;
}
/* moidule_options */
/* 凝ったデザインcssセット。必要なければ非リンク */
/*@import "../less_default/d_module_options.less";*/
/* d_default for tMCE */
/*

//===========================================================//
// element
//===========================================================//
// .img-responsive_smph_tmce
// .area_d_list
// .area_img_list
// .area_img_article
// .area_webLink
// .area_nbr2_list_nv   2階層リスト　nbr2_list　→ 削除

// google search must

//===========================================================//
// kiso 
//===========================================================// 
// スマホ時 br改行を無視 .area_main h1〜h6 > br [display:none ]
// ul.list_bs, ul.list_bs_001 , ul.list_bs_002
// ul.link_bs, ul.link_bs_001, ul.link_bs_wh, ul.link_sub
// .list_num_001 //  ol.list_num_001
// .a_btn_base 

//-----------------------------------------
// table 
//-----------------------------------------
//  table .tbl_bs //
//  table .tbl_d_001 //

//-----------------------------------------
// table responsive
//-----------------------------------------
// .tbl_responsive_grid_x

//-----------------------------------------
// google search must
//-----------------------------------------

//-----------------------------------------
// box //
//-----------------------------------------
.box_base

.box_bdr_solid_small,
.box_bdr_solid_middle,
.box_bdr_solid_large,
.box_bdr_dotted_small,
.box_bdr_dotted_middle,
.box_bdr_dotted_large

//-----------------------------------------
// photo image layout //
.img_frm
 .img_l
 .img_r

//-----------------------------------------
// caption layout  //
.area_img-cap_r
area_img-cap_l

//-----------------------------------------
// ul box_link list //
ul.box_link_list

div.area_box_frm

ul.weblink_nv


 --------------------------------------------------------------------*/
.justifyleft {
  text-align: left;
}
.justifyright {
  text-align: right;
}
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.d_icon {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 5px;
  /* font-size: 19px;*/
  color: #801212;
}
.d_icon_pdf:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 5px;
  /* font-size: 19px;*/
  color: #801212;
  content: "\f1c1";
}
.d_icon_ppt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 5px;
  /* font-size: 19px;*/
  color: #801212;
  content: "\f1c4";
}
.d_icon_word:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 5px;
  /* font-size: 19px;*/
  color: #801212;
  content: "\f1c2";
}
.d_icon_excel:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 0 5px;
  /* font-size: 19px;*/
  color: #801212;
  content: "\f1c3";
}
.d_icon_inverted {
  padding: 5px;
  margin: 4px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border-radius: 2px;
  background: #801212;
  color: #fff;
}
.d_icon_inverted_pdf:before {
  padding: 5px;
  margin: 4px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border-radius: 2px;
  background: #801212;
  color: #fff;
  content: "\f1c1";
}
.d_icon_inverted_ppt:before {
  padding: 5px;
  margin: 4px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border-radius: 2px;
  background: #801212;
  color: #fff;
  content: "\f1c4";
}
.d_icon_inverted_word:before {
  padding: 5px;
  margin: 4px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border-radius: 2px;
  background: #801212;
  color: #fff;
  content: "\f1c2";
}
.d_icon_inverted_excel:before {
  padding: 5px;
  margin: 4px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border-radius: 2px;
  background: #801212;
  color: #fff;
  content: "\f1c3";
}
.box-sizing_content input,
.box-sizing_content input:before,
.box-sizing_content input:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box_bdr_design_001,
.box_bdr_design_002,
.box_bdr_design_003 {
  padding: 26px;
}
@media (max-width: 480px) {
  .box_bdr_design_001,
  .box_bdr_design_002,
  .box_bdr_design_003 {
    padding: 12px;
  }
}
.box_bdr_design_001 {
  width: 100%;
  background-image: url("../images/bg_zenmoyou.png");
  background-size: 50px;
  background-color: #f2e6cb;
  border: 6px solid #f2e6cb;
  padding: 26px;
}
.box_bdr_design_001:before,
.box_bdr_design_001:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box_bdr_design_001:after {
  clear: both;
}
.box_bdr_design_001:before,
.box_bdr_design_001:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box_bdr_design_001:after {
  clear: both;
}
.box_bdr_design_002 {
  background: -webkit-repeating-linear-gradient(-45deg, #fdeae6, #fdeae6 3px, #ffffff 5px, #ffffff 10px);
  background: repeating-linear-gradient(-45deg, #fdeae6, #fdeae6 3px, #ffffff 5px, #ffffff 10px);
}
.box_bdr_design_003 {
  border: 3px solid #aa9068;
  margin: 12px 0;
  position: relative;
}
.box_bdr_design_003:before {
  background-color: #fff;
  color: #aa9068;
  content: "ポイント！";
  font-weight: bold;
  right: 10px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
}
.box_bdr_design_004 {
  position: relative;
  border-color: #eee;
  border-style: solid;
  border-width: 5px;
  background: #fff;
  margin: 0 0 15px 0px;
  padding: 5px 15px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.box_bdr_design_004:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 10px;
  right: 15px;
  width: 70%;
  height: 10px;
  /* 高さを調整 */
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1, px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
ul.link_rsp a .fa {
  color: #801212;
}
@media (min-width: 480px) {
  ul.link_rsp {
    list-style: none;
  }
  ul.link_rsp li a {
    display: block;
    padding: 6px;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  ul.link_rsp li a {
    display: block;
    padding: 12px 12px;
    border: 1px solid #ccc;
    margin-bottom: 6px;
  }
  ul.link_rsp li a:hover {
    background: #eee;
  }
}
div.contents_padding_base,
table.contents_padding_base {
  display: block;
}
@media (min-width: 768px) {
  div.contents_padding_base,
  table.contents_padding_base {
    padding: 0 80px;
  }
}
@media (min-width: 1100px) {
  div.contents_padding_base,
  table.contents_padding_base {
    padding: 0 150px;
  }
}
/*  table.contents_padding_base td img {
   width:100%;
  }
  */
.a_btn_base {
  background: #801212;
  color: #fff;
  background-image: url(../images/ico_link_sub_wh.png);
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding-left: 16px;
  border-radius: 2px;
}
.a_btn_base:hover {
  background-color: #ad1818;
}
@media (min-width: 480px) {
  .a_btn_base {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 6px 26px 6px 46px;
  }
  .a_btn_base:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .a_btn_base:hover,
  .a_btn_base:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .a_btn_base:active,
  .a_btn_base.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .a_btn_base.disabled,
  .a_btn_base[disabled],
  fieldset[disabled] .a_btn_base {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .a_btn_base {
    background-position: 10px;
    font-size: 1.0em;
    padding: 12px 6px;
    padding: 12px 26px 12px 46px;
  }
  .a_btn_base .btn {
    font-size: 1.0em;
    padding: 12px 6px;
    padding: 12px 26px 12px 46px;
  }
}
.a_btn_base_large {
  background: #801212;
  color: #fff;
  border-radius: 2px;
  background-image: url(../images/ico_link_sub_wh.png);
  background-repeat: no-repeat;
  background-position: 12px 16.8px;
}
.a_btn_base_large:hover {
  background-color: #ad1818;
}
@media (min-width: 480px) {
  .a_btn_base_large {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 1.25em;
    padding: 10px 30px;
  }
  .a_btn_base_large:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .a_btn_base_large:hover,
  .a_btn_base_large:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .a_btn_base_large:active,
  .a_btn_base_large.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .a_btn_base_large.disabled,
  .a_btn_base_large[disabled],
  fieldset[disabled] .a_btn_base_large {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .a_btn_base_large {
    display: block;
    font-size: 1.0em;
    padding: 12px 26px 12px 46px;
  }
  .a_btn_base_large .btn {
    display: block;
    font-size: 1.0em;
    padding: 12px 26px 12px 46px;
  }
}
.a_btn_dark {
  background: #801212;
  color: #fff;
  background-position: 8px 6px;
  padding-left: 16px;
  border-radius: 2px;
  background: #2b2003;
  background-image: url(../images/ico_link_sub_wh.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}
.a_btn_dark:hover {
  background-color: #ad1818;
}
@media (min-width: 480px) {
  .a_btn_dark {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 6px 26px 6px 46px;
  }
  .a_btn_dark:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .a_btn_dark:hover,
  .a_btn_dark:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .a_btn_dark:active,
  .a_btn_dark.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .a_btn_dark.disabled,
  .a_btn_dark[disabled],
  fieldset[disabled] .a_btn_dark {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .a_btn_dark {
    background-position: 10px;
    font-size: 1.0em;
    padding: 12px 6px;
    padding: 12px 26px 12px 46px;
  }
  .a_btn_dark .btn {
    font-size: 1.0em;
    padding: 12px 6px;
    padding: 12px 26px 12px 46px;
  }
}
.a_btn_dark:hover {
  background-color: #5b4306;
}
.box_bdr_img_deco_001 {
  border-style: solid;
  border-width: 20px;
  -moz-border-image: url(../images/box_bdr_deco_001.jpg);
  -webkit-border-image: url(../images/box_bdr_deco_001.jpg) 45 45 45 45 repeat;
  -o-border-image: url(../images/box_bdr_deco_001.jpg) 45 45 45 45 repeat;
  border-image: url(../images/box_bdr_deco_001.jpg) 45 45 45 45 repeat;
}
.box_bdr_img_deco_002 {
  border-style: solid;
  border-width: 16px;
  -moz-border-image: url(../images/box_bdr_deco_002.jpg);
  -webkit-border-image: url(../images/box_bdr_deco_002.jpg) 45 45 45 45 repeat;
  -o-border-image: url(../images/box_bdr_deco_002.jpg) 45 45 45 45 repeat;
  border-image: url(../images/box_bdr_deco_002.jpg) 45 45 45 45 repeat;
}
.box_bdr_img_deco_003 {
  border-style: solid;
  border-width: 16px;
  -moz-border-image: url(../images/box_bdr_deco_003.jpg);
  -webkit-border-image: url(../images/box_bdr_deco_003.jpg) 45 45 45 45 repeat;
  -o-border-image: url(../images/box_bdr_deco_003.jpg) 45 45 45 45 repeat;
  border-image: url(../images/box_bdr_deco_003.jpg) 45 45 45 45 repeat;
}
@media (max-width: 767px) {
  img.img-responsive_smph_tmce {
    width: 100%!important;
  }
  .area_main img.img-responsive_smph_tmce img.img-responsive_smph_tmce {
    width: 100%!important;
  }
}
.area_webLink h3 {
  background: url(../images/h3_bg_01.jpg) no-repeat;
  color: #fff;
  margin: 0;
  padding: 15px 10px 10px 30px;
}
@media (max-width: 767px) {
  .area_webLink h3 {
    padding: 8px 10px 5px 30px!important;
  }
}
@media (min-width: 480px) {
  .area_main p {
    line-height: 200%;
    text-align: justify;
  }
  .area_main li {
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .area_main p {
    line-height: 180%;
    text-align: justify;
  }
  .area_main br {
    display: none;
  }
}
/*.area_main p {
 @media (max-width: @screen-xs)  {
 br {  display:none }
 }
}*/
p {
  padding: 0 0 6px 0;
  margin: 0;
}
p .clearfix {
  padding: 0!important;
}
@media (max-width: 1099px) {
  p {
    padding: 0;
  }
}
p.p_pd_base {
  padding: 0 0 26px 0;
}
p.p_pd_base .clearfix {
  padding: 0!important;
}
@media (max-width: 1099px) {
  p.p_pd_base {
    padding: 0 0 26px 0;
  }
}
p.p_pd_small {
  padding: 0 0 12px 0;
}
p.p_pd_small .clearfix {
  padding: 0!important;
}
@media (max-width: 1099px) {
  p.p_pd_small {
    padding: 0 0 6px 0;
  }
}
p {
  padding: 0 0 26px 0;
}
p:before,
p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
p:after {
  clear: both;
}
p:before,
p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
p:after {
  clear: both;
}
.d_lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .d_lead {
    font-size: 17.36px;
  }
  .d_lead br {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 600;
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 170%;
}
h1,
h2 {
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "黎ミン M";
  font-family: "A1明朝", "しまなみ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h3,
h4,
h5 {
  font-family: "見出しゴMB31";
  font-family: 'Sawarabi Gothic', serif;
}
@media (max-width: 480px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 200%!important;
  }
  h2 {
    font-size: 170%!important;
  }
  h3 {
    font-size: 140%!important;
  }
  h4 {
    font-size: 110%!important;
  }
  h5 {
    font-size: 100%!important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 160%!important;
  }
  h2 {
    font-size: 140%!important;
  }
  h3 {
    font-size: 115%!important;
  }
  h4 {
    font-size: 100%!important;
  }
  h5 {
    font-size: 100%!important;
  }
}
.area_main h1.bg_01,
.area_main h2.bg_01 {
  font-feature-settings: "palt";
}
.area_main h1.bg_01 {
  padding: 0 0 26px 0;
  line-height: 140%;
}
.area_main h2.bg_01 {
  padding: 0 0 26px 35px;
  color: #aa9068;
  background: url("../images/h_bg_mitsubaaoi.png") no-repeat left 6px;
}
.area_main h3.bg_01 {
  margin-top: 26px;
  padding: 12px 0 12px 26px;
  border-left: 2px solid #aa9068;
}
@media (max-width: 767px) {
  .area_main h3.bg_01 {
    padding-left: 15.6px;
  }
}
.area_main h4.bg_01 {
  padding: 6px 0;
  margin-bottom: 12px;
  border-bottom: 2px dotted #aa9068;
  color: #666;
}
.area_main h1.bg_02,
.area_main h2.bg_02,
.area_main h3.bg_02,
.area_main h4.bg_02,
.area_main h5.bg_02,
.area_main h6.bg_02 {
  text-align: center;
}
.area_main h1.bg_02,
.area_main h2.bg_02 {
  font-feature-settings: "palt";
}
.area_main h2.bg_02 {
  padding: 26px 0 0 0;
  color: #aa9068;
  position: relative;
  display: block;
}
.area_main h2.bg_02:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #aa9068;
  border-radius: 3px;
}
.area_main h3.bg_02 {
  padding: 14.4px;
  background: #aa9068;
  background-image: url("../images/bg_zenmoyou.png");
  background-size: 50px;
  border-bottom: 2px solid #f2e6cb;
}
.area_main ul,
.area_main ol {
  margin-bottom: 26px;
}
.area_main table {
  margin-bottom: 26px;
}
.area_box_frm {
  margin-bottom: 26px;
}
.t_fff {
  color: #fff;
}
.t_000 {
  color: #000;
}
.t_att {
  color: #ff0000;
}
.t_bold {
  font-weight: bold;
}
.t_cap {
  font-size: 86%;
}
img.img_bt_totop {
  margin: 26px 0 26px 0;
}
@media (max-width: 788px) {
  a.img_bt_totop img {
    width: 100%;
  }
}
ul.list_bs,
ul.list_bs_001,
ul.list_bs_002 {
  list-style: none;
}
.d_li_base,
ul.list_bs li,
ul.list_bs_wh li,
ul.list_bs_001 li,
ul.list_bs_002 li,
ul.link_bs li {
  display: block;
  padding: 3px 0 4px 20px;
  margin: 3px 0;
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-weight: normal;
}
ul.list_bs li {
  background-image: url(../images/ico_list_bs.png);
}
ul.list_bs_wh li {
  background-image: url(../images/ico_list_bs_wh.png);
}
ul.list_bs_001 li {
  background-image: url(../images/ico_list_bs_001.png);
}
ul.list_bs_002 li {
  padding-top: 6px;
  padding-bottom: 6px;
  background-position: 0 8px;
  background-image: url(../images/ico_list_bs_002.png);
  border-bottom: 1px dotted #ccc;
}
ul.list_bs_002 li:first-child {
  border-top: 1px dotted #ccc;
}
ul.link_bs li {
  background-image: url(../images/ico_link_bs.png);
  color: #801212;
}
ul.link_bs_001 li a {
  display: block;
  padding: 3px 0 4px 20px;
  margin: 3px 0;
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-weight: normal;
  display: inline-block;
  padding: 6px 12px 6px 28px;
  color: #fff;
  background: url(../images/ico_link_bs_wh.png) no-repeat 10px 7px;
  background-color: #000000;
  text-decoration: none;
}
ul.link_bs_001 li a:hover {
  background-image: url(../images/ico_link_bs_wh.png);
  background-color: #801212;
}
ul.link_bs_wh li {
  display: block;
  padding: 3px 0 4px 20px;
  margin: 3px 0;
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-weight: normal;
  background-image: url(../images/ico_link_bs_wh.png);
}
ul.link_bs_wh li a {
  color: #fff;
}
ul.link_sub li {
  display: block;
  padding: 3px 0 4px 20px;
  margin: 3px 0;
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-weight: normal;
  padding-left: 15px;
  background-image: url(../images/ico_link_sub.png);
}
ol.list_num_001 {
  counter-reset: li;
  padding: 0;
  margin: 0;
  list-style: none;
}
ol.list_num_001 li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
}
ol.list_num_001 li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -2em;
  width: 2em;
  padding: 0;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  text-align: center;
}
.tbl_bs {
  background-color: #999;
  border: 2px solid #999;
  width: 100%;
  margin: 0 0 26px 0;
}
.tbl_bs td {
  background-color: #FFF;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.tbl_bs td .tbl_b {
  font-weight: bold;
}
.tbl_bs th {
  background-color: #eee;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.tbl_d_001 {
  background-color: #999;
  border: 2px solid #999;
  width: 100%;
  margin: 0 0 26px 0;
  background-color: #fff;
  border: 2px solid #fff;
}
.tbl_d_001 td {
  background-color: #FFF;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.tbl_d_001 td .tbl_b {
  font-weight: bold;
}
.tbl_d_001 th {
  background-color: #eee;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.tbl_d_001 td,
.tbl_d_001 th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tbl_d_001 td {
  background-color: #fcfaf4;
}
.tbl_d_001 th {
  background-color: #f2e6cb;
}
.tbl_responsive_grid_2:before:before,
.tbl_responsive_grid_3:before:before,
.tbl_responsive_grid_4:before:before,
.tbl_responsive_grid_5:before:before,
.tbl_responsive_grid_6:before:before,
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  clear: both;
}
.tbl_responsive_grid_2:before:before,
.tbl_responsive_grid_3:before:before,
.tbl_responsive_grid_4:before:before,
.tbl_responsive_grid_5:before:before,
.tbl_responsive_grid_6:before:before,
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  clear: both;
}
.tbl_responsive_grid_2,
.tbl_responsive_grid_3,
.tbl_responsive_grid_4,
.tbl_responsive_grid_5,
.tbl_responsive_grid_6 {
  width: 100%;
}
.tbl_responsive_grid_2 tr > td > iframe,
.tbl_responsive_grid_3 tr > td > iframe,
.tbl_responsive_grid_4 tr > td > iframe,
.tbl_responsive_grid_5 tr > td > iframe,
.tbl_responsive_grid_6 tr > td > iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .tbl_responsive_grid_2 > tbody > tr > td,
  .tbl_responsive_grid_3 > tbody > tr > td,
  .tbl_responsive_grid_4 > tbody > tr > td,
  .tbl_responsive_grid_5 > tbody > tr > td,
  .tbl_responsive_grid_6 > tbody > tr > td {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .tbl_responsive_grid_2,
  .tbl_responsive_grid_3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tbl_responsive_grid_2:before,
  .tbl_responsive_grid_3:before,
  .tbl_responsive_grid_2:after,
  .tbl_responsive_grid_3:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .tbl_responsive_grid_2:after,
  .tbl_responsive_grid_3:after {
    clear: both;
  }
  .tbl_responsive_grid_2:before,
  .tbl_responsive_grid_3:before,
  .tbl_responsive_grid_2:after,
  .tbl_responsive_grid_3:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .tbl_responsive_grid_2:after,
  .tbl_responsive_grid_3:after {
    clear: both;
  }
  .tbl_responsive_grid_2 > tbody > tr > td {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_3 > tbody > tr > td {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_4 > tbody > tr > td {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_5 > tbody > tr > td {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tbl_responsive_grid_6:before,
  .tbl_responsive_grid_6:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .tbl_responsive_grid_6:after {
    clear: both;
  }
  .tbl_responsive_grid_6:before,
  .tbl_responsive_grid_6:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .tbl_responsive_grid_6:after {
    clear: both;
  }
  .tbl_responsive_grid_6 > tbody > tr > td {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tbl_responsive_grid_6 > tbody > tr > td {
    float: left;
    width: 16.66666667%;
  }
}
.tbl_responsive_grid_2_fixed,
.tbl_responsive_grid_3_fixed {
  margin-left: -10px;
  margin-right: -10px;
}
.tbl_responsive_grid_2_fixed:before,
.tbl_responsive_grid_3_fixed:before,
.tbl_responsive_grid_2_fixed:after,
.tbl_responsive_grid_3_fixed:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tbl_responsive_grid_2_fixed:after,
.tbl_responsive_grid_3_fixed:after {
  clear: both;
}
.tbl_responsive_grid_2_fixed:before,
.tbl_responsive_grid_3_fixed:before,
.tbl_responsive_grid_2_fixed:after,
.tbl_responsive_grid_3_fixed:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tbl_responsive_grid_2_fixed:after,
.tbl_responsive_grid_3_fixed:after {
  clear: both;
}
.tbl_responsive_grid_2_fixed > tbody > tr > td {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.tbl_responsive_grid_3_fixed > tbody > tr > td {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.box_base {
  padding: 26px;
  background-color: #fff;
  border: 6px solid #f2e6cb;
}
.box_att {
  padding: 26px;
  border: 1px solid #ff0000;
}
.box_bdr_extend,
.box_bdr_solid_small,
.box_bdr_solid_middle,
.box_bdr_solid_large,
.box_bdr_dotted_small,
.box_bdr_dotted_middle,
.box_bdr_dotted_large {
  padding: 26px;
  margin: 26px 0;
}
.box_bdr_solid_small {
  border: 1px solid #f2e6cb;
}
.box_bdr_solid_middle {
  border: 2px solid #f2e6cb;
}
.box_bdr_solid_large {
  border: 4px solid #f2e6cb;
}
.box_bdr_dotted_small {
  border: 1px dotted #f2e6cb;
}
.box_bdr_dotted_middle {
  border: 2px dotted #f2e6cb;
}
.box_bdr_dotted_large {
  border: 4px dotted #f2e6cb;
}
@media (min-width: 768px) {
  .img_frm {
    padding: 10px;
    border: 1px solid #f2e6cb;
    background-image: url("../images/bg_zenmoyou_02.png");
    background-size: 50px;
  }
  .img_l {
    float: left;
    margin: 0 46px 26px 0;
  }
  .img_r {
    float: right;
    margin: 0 0 26px 46px;
  }
}
@media (min-width: 1100px) {
  .img_l {
    float: left;
    margin: 0 69px 26px 0;
  }
  .img_r {
    float: right;
    margin: 0 0 26px 69px;
  }
}
@media (max-width: 768px) {
  img.img_frm {
    padding: 0;
  }
  img.img_l {
    float: none!important;
    margin: 10px 0!important;
  }
  img.img_r {
    float: none!important;
    margin: 10px 0!important;
  }
}
.area_img-cap_r {
  margin: 0 0 10px 10px;
  float: right;
  clear: right;
}
.area_img-cap_l {
  margin: 0 10px 10px 0;
  float: left;
  clear: left;
}
.area_img-cap_r,
.area_img-cap_l {
  width: 30%;
  background-color: #eee;
}
.area_img-cap_r .t_cap,
.area_img-cap_l .t_cap {
  padding: 10px;
  font-size: 86%;
}
ul.box_link_list {
  background-color: #F9F9F9;
  padding: 26px;
  margin: 12px 0 0 0;
  border-radius: 2px;
  list-style: none;
}
ul.box_link_list li {
  padding: 4px 0 4px 25px;
  background: url(../images/ico_link_bs.png) no-repeat 0 1px;
}
ul.box_link_list li a {
  font-weight: normal;
}
.area_box_frm {
  padding: 0;
  overflow: hidden;
}
.area_box_frm .area_box {
  padding-bottom: 32768px;
  margin-bottom: -32768px;
}
.area_box_frm .box_inner_pd {
  padding: 10px;
}
.area_box_frm .box_color_001 {
  background-color: #fff;
}
.area_box_frm .box_color_002 {
  background-color: #FFFDEB;
}
ul.weblink_nv {
  margin-bottom: 26px;
  padding: 10px 0 10px 10px;
  background-color: #FFEEF4;
  border-radius: 2px;
}
/* clear */
ul.weblink_nv:before,
ul.weblink_nv:after {
  display: table;
  content: " ";
  clear: both;
}
ul.weblink_nv li {
  float: left;
  width: 33%;
  list-style: none;
}
ul.weblink_nv li a {
  display: block;
  margin: 0 5px 0 0;
  padding: 4px 0 4px 25px;
  background: url(../images/ico_link_bs.png) no-repeat 4px;
  text-decoration: none;
}
ul.weblink_nv li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  ul.weblink_nv {
    padding: 10px 0 20px 0;
  }
  ul.weblink_nv li {
    width: 49.8%!important;
  }
}
/* animation -- needed with wow */
/*@import "../less_default/animate.less"; */
/* form */
#d_form .d_design_title,
#d_form .area_nav_sibling_pills,
#d_form .d_pagenation_foot {
  display: none;
}
.d_step_arrow {
  border: 2px solid #bbbbbb;
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .d_step_arrow {
    font-size: 0.8em;
  }
}
.d_step_arrow li {
  display: table-cell;
  position: relative;
  background: #ffffff /*@color_brown_light*/;
  padding: 8px 4px 8px 16px;
  text-align: center!important;
}
.d_step_arrow li:last-child {
  padding-right: 8px;
}
.d_step_arrow li:last-child:before,
.d_step_arrow li:last-child:after {
  display: none;
}
.d_step_arrow li:before,
.d_step_arrow li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.d_step_arrow li:before {
  top: -8.28px;
  right: -8px;
  border-style: solid;
  border-color: transparent transparent transparent #bbbbbb;
  border-width: 26px 0 26px 8px;
  z-index: 10;
}
.d_step_arrow li:after {
  top: -8.28px;
  right: -5.2px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff /*@color_brown_light*/;
  border-width: 26px 0 26px 8px;
  z-index: 10;
}
.d_step_arrow li.active {
  background: #eeeeee;
  font-weight: 600;
}
.d_step_arrow li.active:after {
  border-color: transparent transparent transparent #eeeeee;
}
.form-group {
  /*    .make-row(); */
}
@media (min-width: 480px) {
  .form-group {
    margin-bottom: 0px;
  }
}
form h3 {
  font-family: "Noto Sans Japanese";
  text-align: center;
  padding: 12px 0 !important;
}
.cell_must,
.cell_any {
  margin: 6px 0;
}
.cell_must {
  background: #fef6f3;
}
.cell_any {
  background: #eee!important;
}
fieldset {
  margin-bottom: 20px;
}
legend {
  padding: 8px 6px;
  margin-bottom: 10px;
  background: #666;
  color: #fff;
  font-size: 1.2em;
  border-radius: 2px;
}
label.area_label_disc {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 11px 3px;
}
@media (min-width: 768px) {
  label.area_label_disc {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  label.area_label_disc {
    text-align: right;
  }
}
@media (max-width: 768px) {
  label.area_label_disc {
    background: #eee;
    width: 100%;
    padding: 10px 0 0 10px;
    margin-bottom: 0;
  }
}
.form-control {
  height: 40px;
}
.area_input {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 6px;
}
.area_input:before,
.area_input:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_input:after {
  clear: both;
}
.area_input:before,
.area_input:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_input:after {
  clear: both;
}
@media (min-width: 768px) {
  .area_input {
    float: left;
    width: 75%;
  }
}
@media (min-width: 480px) {
  .area_input {
    padding: 12px;
  }
  .area_input p {
    margin: 0;
    padding: 5px 0;
  }
}
@media (max-width: 480px) {
  .area_input {
    padding: 0 6px 12px 6px;
  }
}
.d_input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .cell_any {
    border-top: 2px dotted #666;
  }
}
.cell_must input,
.cell_must textarea,
.cell_must select {
  /*		background:lighten(@color_bg_must, 6);*/
}
@media (min-width: 768px) {
  .cell_must label.area_label_disc {
    /* background:#fff;*/
  }
}
@media (max-width: 768px) {
  .cell_must label.area_label_disc {
    border-top: 2px dotted #ff0046;
    background: #fef6f3;
  }
}
@media (max-width: 767px) {
  .cell_must .area_input {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkbox-inline,
  .radio-inline {
    margin-left: 0!important;
    display: block;
    padding: 6px;
  }
  .checkbox-inline .checkbox,
  .radio-inline .checkbox {
    /*  margin-left: 0;*/
  }
}
.cell_must .checkbox-inline input.checkbox {
  font-size: 20px!important;
}
.cell_must .checkbox-inline span {
  padding: 2px 4px;
}
fieldset.area_submit .form-group {
  text-align: center!important;
}
fieldset.area_submit .form-group div {
  padding: 26px 0;
  background: #801212;
}
fieldset.area_submit .form-group div button {
  margin: 4px 10px;
  padding: 8px 15px;
}
.btn_submit {
  background: #000000;
  color: #fff;
  font-weight: 600;
  border: 2px solid #eee;
  border-radius: 4px !important;
}
.btn_submit:hover {
  background: #666;
}
@media (max-width: 480px) {
  .btn_submit {
    display: inline-block;
  }
}
.btn_reset {
  background: #eee;
  color: #801212;
  border: 1px solid #801212;
  font-weight: normal;
}
.btn_reset:hover {
  background: #ddd;
  color: #801212;
}
@media (max-width: 480px) {
  .btn_reset {
    display: inline-block;
  }
}
.input_must_icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: text-top;
  padding: 0;
  margin: 0 0 0 4px;
  color: #ff0046;
  font-size: 90%;
  line-height: 100%;
  /* background:@color_t_must;*/
}
.input_must_icon:before {
  content: "\e006";
}
.d_confirm {
  color: #9523c8;
  font-size: 1.1em;
  font-weight: bold;
}
.design_input .d_confirm {
  display: none;
}
.design_confirm .d_input {
  display: none;
}
error,
.has-error .help-block,
.has-error .control-label {
  color: #d93600;
}
.d_select select {
  -webkit-appearance: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
ul li {
  list-style: none;
}
ol li {
  margin-left: 20px;
}
a img {
  border: none;
}
dt {
  font-weight: normal;
}
.media img {
  width: 64px;
}
.d_uikit audio,
.d_uikit canvas,
.d_uikit iframe,
.d_uikit img,
.d_uikit svg,
.d_uikit video {
  vertical-align: middle;
}
.d_uikit audio,
.d_uikit canvas,
.d_uikit img,
.d_uikit svg,
.d_uikit video {
  max-width: 100%;
  /* gscとあたる 注意！  3.0からはsvgが削除されています*/
  height: auto;
  box-sizing: border-box;
}
ul.pagination li.active a {
  background-color: #801212;
  border: 1px solid #801212;
}
/*@btn-font-weight:       bold;*/
.fa,
.fas,
.far {
  padding-right: 6px;
}
.fa_nonpd {
  padding: 0;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.text-center {
  text-align: center;
}
.t_vertical {
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
}
.d_totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.d_totop .uk-totop {
  background: #000;
  color: #fff!important;
  padding: 10px 7px;
  border: 1px solid #fff;
}
.d_totop .uk-totop:hover {
  color: #fff;
  background: #771111;
}
.bg_zen_transparent {
  background-image: url("../images/bg_zenmoyou_transparent.png");
}
.d_tag {
  display: inline-block;
  padding: 3px 6px;
  margin: 5px;
  border-radius: 2px;
  background: #801212;
  color: #fff;
}
.d_tag:hover {
  background: #a41717;
  color: #fff;
}
.col_title_sub {
  padding: 12px 0;
  font-weight: 600;
  border-top: 3px solid #000000;
}
@media (min-width: 480px) {
  .col_title_sub {
    text-align: center;
  }
}
body {
  font-family: Helvetica Neue, Helvetica, "ヒラギノ角ゴ Pro W4", 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fff;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  line-height: 1.5;
  padding-top: 0;
  word-wrap: break-word;
}
@media (min-width: 480px) {
  body {
    font-size: 14.7px;
  }
}
.bg_all {
  background-image: url("../images/bg_zenmoyou.png");
}
@media (max-width: 480px) {
  .bg_all {
    background: none;
    padding-bottom: 26px;
  }
}
/*@media (max-width: @grid-float-breakpoint)  {
.bg_all {
margin-top:60px;
padding-top:-60px;
}
}*/
/*.d_fixed {
.navbar-fixed-top;
background: #fff;
}
*/
/*.bg_all {
@media (min-width: @screen-md)  {
margin-top:120px;
padding-top:-120px;
}
@media (max-width: @screen-sm-max)  {
margin-top:90px;
padding-top:-90px;
background:none;
header {
margin-top:36px;
padding-top:-36px;
}
}
}
*/
.head_top_mat {
  text-align: right;
}
.head_top_mat:before,
.head_top_mat:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.head_top_mat:after {
  clear: both;
}
.head_top_mat:before,
.head_top_mat:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.head_top_mat:after {
  clear: both;
}
@media (max-width: 480px) {
  .head_top_mat {
    display: none;
  }
}
header {
  background-image: url("../images/bg_zenmoyou.png");
  z-index: 1000;
}
header #area_head {
  z-index: 1500;
}
header #area_head:before,
header #area_head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header #area_head:after {
  clear: both;
}
header #area_head:before,
header #area_head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header #area_head:after {
  clear: both;
}
@media (min-width: 768px) {
  header #area_head {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  header #area_head {
    padding: 6px;
  }
}
header #area_head .header_logo {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  header #area_head .header_logo {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 992px) {
  header #area_head .header_logo {
    float: left;
    width: 25%;
  }
}
@media (min-width: 480px) {
  header #area_head .header_logo img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  header #area_head .header_logo img {
    width: 270px;
  }
}
header #area_head .header_nav {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  padding-right: 0;
}
@media (min-width: 768px) {
  header #area_head .header_nav {
    float: left;
    width: 79.16666667%;
  }
}
@media (min-width: 992px) {
  header #area_head .header_nav {
    float: left;
    width: 75%;
  }
}
header #area_head .header_nav .navbar {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
header #area_head .header_nav .navbar li a {
  padding: 16px 14px;
}
header #area_head .header_nav .d_toggle {
  padding: 10px 10px 6px 10px;
  background: #000000;
  color: #fff;
  border-radius: 4px;
}
header #area_head .header_nav .d_toggle span {
  font-size: 2rem;
  line-height: 100%;
}
header #area_head .header_nav .d_toggle .fa,
header #area_head .header_nav .d_toggle .fas,
header #area_head .header_nav .d_toggle .far {
  padding: 0;
}
.uk-nav-default {
  font-size: 1em;
}
.d_chg_fsz {
  float: right;
  display: inline-block;
  padding: 12px 26px 12px 26px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .d_chg_fsz {
    display: none;
  }
}
.d_chg_fsz input {
  padding: 2px 4px;
  color: #000;
  cursor: pointer;
  background: #000;
  border: 1px solid #666;
  color: #fff;
  border: none;
}
.d_chg_fsz input:hover {
  background: #c31b1b;
}
.d_chg_fsz input.bt_s {
  font-size: 82%;
}
.d_chg_fsz input.bt_m {
  font-size: 96%;
}
.d_chg_fsz input.bt_l {
  font-size: 105%;
}
footer {
  padding: 0 0 26px 0;
  background: #2b2003;
}
footer .area_nav_foot {
  display: table;
  width: 100%;
}
footer .area_nav_foot .col_nav {
  font-size: 90%;
}
footer .area_nav_foot .col_nav a {
  color: #eee;
}
@media screen and (min-width: 1100px) {
  footer .area_nav_foot section {
    display: table-cell;
    position: relative;
    float: none;
    width: 1%;
  }
  footer .area_nav_foot section .col_nav {
    padding: 0 52px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  footer .area_nav_foot section {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) and (min-width: 992px) {
  footer .area_nav_foot section {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  footer .area_nav_foot section {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  footer .area_nav_foot {
    padding: 26px;
  }
  footer .area_nav_foot:before,
  footer .area_nav_foot:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  footer .area_nav_foot:after {
    clear: both;
  }
  footer .area_nav_foot:before,
  footer .area_nav_foot:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  footer .area_nav_foot:after {
    clear: both;
  }
  footer .area_nav_foot ul {
    margin-bottom: 12px;
  }
  footer .area_nav_foot ul li a {
    display: inline-block;
  }
  footer .area_nav_foot ul li a .fa {
    color: #801212;
    font-size: 120%;
  }
  footer .area_nav_foot ul li ul li a {
    padding: 0 0 0 26px !important;
    margin: 0;
    font-size: 90%;
  }
  footer .area_nav_foot ul li ul li a .fa {
    display: none;
  }
  footer .area_nav_foot .nav_emph {
    border: 1px solid #ccc;
    padding: 2px 2px;
  }
}
@media (max-width: 768px) {
  footer .area_nav_foot {
    margin-top: 26px;
  }
  footer .area_nav_foot ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  footer .area_nav_foot ul > li {
    padding: 12px;
    margin-top: 26px;
    border-top: 1px dotted #999;
  }
  footer .area_nav_foot ul li a {
    display: block;
  }
  footer .area_nav_foot ul li a:hover {
    background: #eee;
  }
  footer .area_nav_foot ul li ul li {
    padding: 0 0 0 26px !important;
    margin: 0;
    font-size: 90%;
    border: none;
  }
}
@media (max-width: 767px) {
  footer .area_nav_foot {
    display: none;
  }
}
footer .area_footer {
  color: #fff;
  text-align: center;
}
footer .area_footer .area_footer_link {
  margin-bottom: 26px;
}
footer .area_footer .footer_logo {
  padding: 0 0 26px 0;
}
footer .area_footer .footer_logo span {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 10px;
}
footer .area_footer address {
  font-style: normal;
}
footer .area_footer .footer_mat span {
  padding: 2px 5px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  footer .area_footer .footer_mat span {
    display: block;
    margin: 6px;
    padding: 6px;
  }
}
footer .area_cr {
  padding: 26px 0;
  text-align: center;
  color: #aaa;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .86em;
}
footer .footer_link_smph {
  background-color: #333;
  padding: 10px;
}
.d_nav_dropdown ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar a {
  color: #000;
  font-weight: 600;
  padding: 12px !important;
}
.navbar a:hover {
  background: #801212 !important;
  color: #fff;
}
.navbar a.link_icon {
  color: #3b5998;
}
.navbar a.link_icon .fa,
.navbar a.link_icon .fab {
  font-size: 1.4em!important;
}
.navbar a.link_icon:hover {
  background: #3b5998!important;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .navbar {
    float: right;
  }
}
.dropdown-menu li a {
  padding: 8px 10px!important;
}
.uk-offcanvas-bar {
  padding-top: 50px;
}
.uk-offcanvas-bar ul li a:hover {
  background: #666;
}
.area_nav_side_box {
  padding: 26px;
}
@media screen and (max-width: 767px) {
  .area_nav_side_box {
    padding: 26px 0;
  }
}
.area_nav_side_box ul li {
  padding: 0 0 12px 0;
}
.area_nav_side_box .d_nav_side {
  background-color: #801212;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 4px;
}
.area_nav_side_box .d_nav_side_title {
  padding: 30px 5px;
  background-color: rgba(0, 0, 0, 0.28);
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
  font-family: "見出しゴMB31";
  font-family: 'Sawarabi Gothic', serif;
  line-height: 110%;
}
.area_nav_side_box .d_nav_side_title:hover {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .area_nav_side_box .d_nav_side_title {
    padding: 20px;
  }
}
.anchor_target a {
  display: inline-block;
  vertical-align: top;
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 480px) {
  .area_nav_sibling_pills,
  .area_nav_sibling_tab {
    margin: 12px 0 26px 0;
  }
}
.area_nav_sibling_tab {
  display: none;
}
.area_nav_sibling_pills {
  margin-left: -10px;
  margin-right: -10px;
  background: #faf6ec;
  padding: 12px;
  font-size: 90%;
}
.area_nav_sibling_pills:before,
.area_nav_sibling_pills:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sibling_pills:after {
  clear: both;
}
.area_nav_sibling_pills:before,
.area_nav_sibling_pills:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sibling_pills:after {
  clear: both;
}
.area_nav_sibling_pills .nav-pills li a {
  border-radius: 2px;
  margin: 0 4px;
  background: #fff;
  color: #801212;
}
.area_nav_sibling_pills .nav-pills li a:hover {
  background: #f2e6cb;
}
.area_nav_sibling_pills .nav-pills li.active a {
  background: #aa9068;
  color: #fff;
}
.area_nav_sibling_pills .nav-pills li.active a .fa {
  display: none;
}
@media (max-width: 768px) {
  .area_nav_sibling_pills .nav-pills li {
    margin: 0;
  }
  .area_nav_sibling_pills .nav-pills li a {
    margin: 4px 8px 4px 0;
  }
  .area_nav_sibling_pills .nav-justified > li {
    float: left;
  }
}
@media (max-width: 480px) {
  .area_nav_sibling_pills {
    margin-bottom: 20px;
  }
}
.d_pagenation {
  text-align: center;
}
.d_pagenation .cell_pagenation_all .pagination {
  margin: 0 0 6px 0;
  border: 0;
}
.d_pagenation .cell_pagenation_all .pagination li a {
  border: 0;
  background: #2b2003;
  color: #fff;
  margin: 2px;
}
.d_pagenation .cell_pagenation_all .pagination li a:hover {
  background: #775908;
}
.d_pagenation .cell_pagenation_all .pagination li.active a {
  background: #fff!important;
  color: #222;
  font-weight: 600;
}
.d_pagenation .cell_pagenation_next .pagination li a {
  border: none!important;
  color: #2b2003;
  font-weight: 600;
}
.d_pagenation .cell_pagenation_next .pagination li a .btn {
  background: #2b2003;
}
.d_pagenation .cell_pagenation_next .pagination li a:hover .btn {
  background: #775908;
}
.d_pagenation .pagination li a,
.d_pagenation .pagination li a .btn {
  border-radius: 0!important;
}
.design_free .d_HorizontalDesign .area_2nd,
.design_free .d_VerticalDesign .area_2nd {
  display: none;
}
.d_HorizontalDesign .design_1clmn .area_2nd {
  padding-bottom: 0;
}
.d_HorizontalDesign .design_1clmn .area_main_contents {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 46px;
}
@media (min-width: 768px) {
  .d_HorizontalDesign .design_1clmn .area_main_contents {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .d_HorizontalDesign .design_1clmn .area_main_contents {
    left: 0%;
  }
}
@media (min-width: 768px) {
  .d_HorizontalDesign .design_1clmn .area_main_contents {
    margin-left: 0%;
  }
}
.d_HorizontalDesign .design_1clmn .area_side {
  display: none;
}
.d_HorizontalDesign .area_main_contents {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .d_HorizontalDesign .area_main_contents {
    float: left;
    width: 70.83333333%;
  }
}
@media (min-width: 992px) {
  .d_HorizontalDesign .area_main_contents {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .d_HorizontalDesign .area_main_contents {
    left: 29.16666667%;
  }
}
@media (min-width: 992px) {
  .d_HorizontalDesign .area_main_contents {
    left: 25%;
  }
}
.d_HorizontalDesign .area_side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .d_HorizontalDesign .area_side {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 992px) {
  .d_HorizontalDesign .area_side {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .d_HorizontalDesign .area_side {
    right: 70.83333333%;
  }
}
@media (min-width: 768px) {
  .d_HorizontalDesign .area_side {
    right: 75%;
  }
}
.area_2nd {
  padding-bottom: 46px;
}
.area_main_contents .area_main_contents_inner {
  padding: 26px;
}
@media screen and (max-width: 768px) {
  .area_main_contents .area_main_contents_inner {
    padding: 26px;
  }
}
@media screen and (max-width: 767px) {
  .area_main_contents .area_main_contents_inner {
    padding: 26px 0;
  }
}
@media screen and (max-width: 480px) {
  .area_side .area_nav_side_box {
    padding-top: 26px;
  }
}
.d_title_main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.d_title_main:before,
.d_title_main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.d_title_main:after {
  clear: both;
}
.d_title_main:before,
.d_title_main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.d_title_main:after {
  clear: both;
}
.area_title_corner {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(63, 8, 9, 0.7);
}
@media (min-width: 768px) {
  .area_title_corner {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 992px) {
  .area_title_corner {
    float: left;
    width: 25%;
  }
}
.area_title_corner .corner_title {
  margin: 0 auto;
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "黎ミン M";
  font-family: "A1明朝", "しまなみ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 110%;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .area_title_corner .corner_title {
    text-align: center;
    writing-mode: tb-rl;
    /*IE*/
    -o-writing-mode: vertical-rl;
    /*Opera*/
    -webkit-writing-mode: vertical-rl;
    /*Chrome, Safari*/
    writing-mode: vertical-rl;
    /*Firefox, Edge*/
    height: 300px;
  }
  .area_title_corner .corner_title > div {
    left: 35%;
    position: absolute;
    top: 10%;
    display: inline-block;
    padding: 26px;
    color: #f2e6cb;
    border: 1px solid #aa9068;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 768px) {
  .area_title_corner .corner_title {
    padding: 6px 12px;
    border: none;
  }
  .area_title_corner .corner_title > div {
    border: none;
    font-size: 13px!important;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .area_title_corner .corner_title {
    display: none;
  }
}
.area_title_page {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .area_title_page {
    float: left;
    width: 70.83333333%;
  }
}
@media (min-width: 992px) {
  .area_title_page {
    float: left;
    width: 75%;
  }
}
.area_title_page .page_title {
  height: 300px;
  padding: 100px 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.area_title_page .page_title h1 {
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "黎ミン M";
  font-family: "A1明朝", "しまなみ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 auto;
  color: #FFF;
  line-height: 110%;
  font-size: 2em;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000;
  letter-spacing: 0.15em;
}
.area_title_page .page_title p {
  padding: 26px 26px 0 26px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .area_title_page .page_title {
    height: 170px;
    padding: 50px 0 0 0;
  }
  .area_title_page .page_title h1 {
    font-size: 1.3em!important;
  }
}
@media screen and (max-width: 480px) {
  .area_title_page .page_title {
    height: 70px;
    padding: 30px 0 0 0;
  }
  .area_title_page .page_title h1 {
    font-size: 1.0em!important;
  }
  .area_title_page .page_title p {
    display: none;
  }
}
.brd_link {
  border-top: 1px solid #f2e6cb;
  padding: 12px 26px;
  text-align: left;
  font-size: 86%;
}
.brd_link a {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .brd_link {
    display: none;
    background: #eee;
    padding: 8px 8px;
    font-size: 80%;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.area_small_pglink ul li a {
  display: block;
}
.area_small_pglink ul li:hover {
  background: #eee;
}
@media screen and (min-width: 480px) {
  .area_small_pglink {
    display: none;
  }
}
.title_header {
  text-align: center;
  padding: 46px 0 26px 0;
}
.title_header:before,
.title_header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.title_header:after {
  clear: both;
}
.title_header:before,
.title_header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.title_header:after {
  clear: both;
}
.title_header h2 {
  font-weight: 600;
}
.title_header .title_header_line {
  text-align: center;
  border-bottom: 3px dotted #801212;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .title_header .title_header_line {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .title_header .title_header_line {
    left: 37.5%;
  }
}
@media (min-width: 992px) {
  .title_header .title_header_line {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .title_header .title_header_line {
    left: 41.66666667%;
  }
}
#d_index .area_2nd,
#d_index .brd_link {
  display: none;
}
#d_index .d_ttl_base {
  padding-top: 46px;
}
#d_index .d_ttl_base img {
  width: 340px;
}
@media (min-width: 480px) {
  #d_index .d_ttl_base img {
    width: 460px;
  }
}
@media (max-width: 767px) {
  #d_index .area_slide_large {
    display: none;
  }
}
@media (max-width: 767px) {
  #d_index header {
    background-image: none;
  }
  #d_index header .header_logo {
    display: none;
  }
  #d_index .main_contents_top {
    position: absolute;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    z-index: 100;
    top: 0;
  }
}
@media (min-width: 767px) {
  #d_index .area_slide_small {
    display: none;
  }
}
#d_index .area_slide_small .col_slide_small_t {
  position: absolute;
  top: 40px;
  width: 100%;
  padding: 70px;
  color: #fff;
  text-align: center;
}
#d_index .area_slide_small .col_slide_small_t h1 {
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
  margin: 0 auto;
  color: #fff;
}
#d_index .area_slide_small .col_slide_small_t .img_logo_small {
  padding: 20px 20px 80px 20px;
}
#d_index .area_news {
  background-color: #801212;
}
#d_index .area_news > div {
  padding: 12px 0 26px 0;
  background-image: url("../images/bg_zenmoyou_transparent.png");
}
#d_index .area_news a {
  color: #fff;
}
#d_index .area_news .mds_link a {
  background: #2b2003;
  color: #fff;
}
#d_index .area_news .mds_link a:hover {
  background: #aa9068;
}
@media (min-width: 768px) {
  #d_index .area_news .news_horizontal dl dd {
    margin: 0 0 0.4em 7em;
    padding: 0 0 0 .8em;
  }
}
@media (max-width: 767px) {
  #d_index .area_news .news_horizontal dl {
    min-height: 0;
  }
  #d_index .area_news .news_horizontal dl dt {
    text-align: left;
    padding: 0;
  }
  #d_index .area_news .news_horizontal dl dd {
    padding: 3px 0 12px 0;
  }
}
#d_index .bnr_tile_main {
  background-color: #801212;
}
#d_index .bnr_tile_main:before,
#d_index .bnr_tile_main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .bnr_tile_main:after {
  clear: both;
}
#d_index .bnr_tile_main:before,
#d_index .bnr_tile_main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .bnr_tile_main:after {
  clear: both;
}
#d_index .bnr_tile_main > div {
  padding: 12px 0 0 0;
  background-image: url("../images/bg_zenmoyou_transparent.png");
}
#d_index .bnr_tile_main > div:before,
#d_index .bnr_tile_main > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .bnr_tile_main > div:after {
  clear: both;
}
#d_index .bnr_tile_main > div:before,
#d_index .bnr_tile_main > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .bnr_tile_main > div:after {
  clear: both;
}
#d_index .bnr_tile_main ul {
  padding: 10px;
}
#d_index .bnr_tile_main ul:before,
#d_index .bnr_tile_main ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .bnr_tile_main ul:after {
  clear: both;
}
#d_index .bnr_tile_main ul:before,
#d_index .bnr_tile_main ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .bnr_tile_main ul:after {
  clear: both;
}
#d_index .bnr_tile_main ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_index .bnr_tile_main ul li {
    float: left;
    width: 25%;
  }
}
#d_index .bnr_tile_main ul li .d_tile {
  background-size: cover;
  background-position: center;
  padding: 12px;
}
#d_index .bnr_tile_main ul li .d_tile .d_tile_inner {
  margin: 0 auto;
  padding: 0 0 20px 0;
  background-color: rgba(0, 0, 0, 0.24);
  text-align: center;
}
#d_index .bnr_tile_main ul li .d_tile .d_tile_inner > div {
  display: inline-block;
  width: 4em;
  height: 160px;
  margin-top: -12px;
  border-top: 12px solid #801212;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
}
#d_index .bnr_tile_main ul li .d_tile .d_tile_inner > div h3 {
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "黎ミン M";
  font-family: "A1明朝", "しまなみ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px 0;
  margin: 0 auto;
  color: #801212;
  line-height: 120%;
}
#d_index .bnr_tile_main ul li .d_tile .d_tile_inner:hover {
  transition: all 0.8s;
  background-color: rgba(255, 255, 255, 0.17);
}
#d_index .bnr_tile_main ul li .d_tile .d_tile_inner:hover > div {
  background-color: rgba(100, 13, 14, 0.8);
  border-top: 12px solid #000000;
  transition: all 0.6s;
}
#d_index .bnr_tile_main ul li .d_tile .d_tile_inner:hover > div h3 {
  color: #fff;
}
@media (max-width: 768px) {
  #d_index .bnr_tile_main ul li {
    width: 49%;
  }
  #d_index .bnr_tile_main ul li .d_tile {
    margin-bottom: 26px;
  }
}
#d_index ul.d_blog {
  padding-bottom: 46px;
}
#d_index ul.d_blog:before,
#d_index ul.d_blog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index ul.d_blog:after {
  clear: both;
}
#d_index ul.d_blog:before,
#d_index ul.d_blog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index ul.d_blog:after {
  clear: both;
}
#d_index .tile_about img {
  border: 4px solid #fff;
}
#d_index .tile_about h3 {
  font-weight: 600;
  padding: 12px 0;
  margin: 0;
}
#d_index .tile_about p {
  font-size: 86%;
  margin: 0;
  padding: 0 0 26px 0;
}
@media (min-width: 768px) {
  #d_index .tile_about img {
    width: 120px;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  #d_index .tile_about .tile_about_img {
    overflow: hidden;
    height: 160px;
    position: relative;
  }
  #d_index .tile_about .tile_about_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
ul.d_blog {
  margin-left: -10px;
  padding-right: -10px;
}
ul.d_blog:before,
ul.d_blog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.d_blog:after {
  clear: both;
}
ul.d_blog:before,
ul.d_blog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.d_blog:after {
  clear: both;
}
ul.d_blog li {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  ul.d_blog li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.d_blog li {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 340px) {
  ul.d_blog li {
    border-top: 1px dotted #ccc;
    padding-top: 5px;
  }
}
ul.d_blog li .col_blog {
  display: block;
  color: #000000;
  background: #fff;
}
ul.d_blog li .col_blog:before,
ul.d_blog li .col_blog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.d_blog li .col_blog:after {
  clear: both;
}
ul.d_blog li .col_blog:before,
ul.d_blog li .col_blog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.d_blog li .col_blog:after {
  clear: both;
}
ul.d_blog li .col_blog a:hover {
  text-decoration: none;
}
@media (min-width: 480px) {
  ul.d_blog li .col_blog {
    padding: 12px;
    margin: 12px 0;
  }
}
ul.d_blog li .col_blog .d_blog_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
}
ul.d_blog li .col_blog .d_blog_img:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  ul.d_blog li .col_blog .d_blog_img {
    height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  ul.d_blog li .col_blog .d_blog_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.d_blog li .col_blog .d_blog_img {
    height: 150px;
  }
}
@media (min-width: 340px) and (max-width: 768px) {
  ul.d_blog li .col_blog .d_blog_img {
    height: 120px;
  }
}
@media (max-width: 340px) {
  ul.d_blog li .col_blog .d_blog_img {
    height: 100px;
  }
}
ul.d_blog li .col_blog h4 {
  margin: 0;
  padding: 0;
  color: #000!important;
  font-weight: 600;
}
ul.d_blog li .col_blog h4:hover {
  color: #801212 !important;
}
ul.d_blog li .col_blog .area_tag {
  padding: 10px 0 0 0;
  margin: auto -5px;
  font-size: 90%;
}
ul.d_blog li .col_blog .t_date {
  color: #aaaaaa;
  line-height: 100%;
  font-size: 80%;
  font-family: Verdana, Geneva, "sans-serif";
  padding-top: 5px;
}
@media (max-width: 768px) {
  ul.d_blog li .col_blog .d_blog_img {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 340px) {
  ul.d_blog li .col_blog .d_blog_img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  ul.d_blog li .col_blog .d_blog_t {
    padding: 12px 0 12px 0;
  }
}
@media (max-width: 768px) {
  ul.d_blog li .col_blog .d_blog_t {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 340px) {
  ul.d_blog li .col_blog .d_blog_t {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 12px 0 0 0;
  }
}
#d_blog_index .area_nav_sibling_pills,
#d_blog_index .area_nav_sibling_tab,
#d_blog_index .d_design_title,
#d_blog_index .cell_pagenation_next,
#d_blog_index .page_title p {
  display: none;
}
#d_blog_index .area_tag_list {
  background: #f2e6cb;
  padding: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  #d_blog_index .area_tag_list {
    margin-top: 12px;
    padding: 12px;
  }
}
#d_blog_index .area_tag_list ul {
  padding: 0;
  margin: 0;
}
#d_blog_index .area_tag_list ul li {
  display: inline-block;
}
#d_blog_index .area_tag_list ul li .d_tag {
  padding: 3px 6px;
  padding: 5px 10px;
  margin: 5px;
}
#d_blog_index h2.bg_02 {
  padding-top: 46px;
  color: #000000;
}
#d_blog_index h2.bg_02:before {
  background-color: #000000;
}
#d_blog_index .col_blog .d_tag {
  display: none;
}
#d_blog .area_nav_sibling_pills,
#d_blog .area_nav_sibling_tab,
#d_blog .d_design_title {
  display: none;
}
#d_blog .d_HorizontalDesign .area_main_contents {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_blog .d_HorizontalDesign .area_main_contents {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  #d_blog .d_HorizontalDesign .area_main_contents {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  #d_blog .d_HorizontalDesign .area_main_contents {
    float: left;
    width: 79.16666667%;
  }
}
@media (min-width: 992px) {
  #d_blog .d_HorizontalDesign .area_main_contents {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  #d_blog .d_HorizontalDesign .area_main_contents {
    left: 0%;
  }
}
@media (min-width: 992px) {
  #d_blog .d_HorizontalDesign .area_main_contents {
    left: 0%;
  }
}
#d_blog .d_HorizontalDesign .area_side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_blog .d_HorizontalDesign .area_side {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #d_blog .d_HorizontalDesign .area_side {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 768px) {
  #d_blog .d_HorizontalDesign .area_side {
    left: 0%;
  }
}
@media (min-width: 768px) {
  #d_blog .d_HorizontalDesign .area_side {
    left: 0%;
  }
}
#d_blog .area_nav_side_box ul li {
  margin: 0;
  padding: 0;
}
#d_blog .area_nav_side_box .d_tag {
  display: block;
  margin: 0;
  border-top: 1px solid #801212;
  border-radius: 0;
  background: #fff;
  color: #801212;
}
@media (min-width: 768px) {
  #d_blog .area_nav_side_box ul li:last-child .d_tag {
    border-bottom: 1px solid #801212;
  }
}
@media (max-width: 768px) {
  #d_blog .area_nav_side_box ul li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #d_blog .area_nav_side_box .d_tag {
    border: 1px solid #801212;
    margin: 10px 0;
    padding: 10px;
  }
}
#d_blog .area_blog_dtl {
  padding-top: 46px;
}
#d_blog .d_blog {
  margin-top: 46px;
}
#d_blog .col_blog .d_tag {
  display: none;
}
@media (min-width: 992px) {
  #d_blog .d_blog_img {
    height: 180px;
  }
}
#d_news .d_design_title,
#d_news .area_nav_sibling_pills,
#d_news .area_nav_sibling_tab,
#d_news .d_pagenation_foot,
#d_news .page_title h1,
#d_news .page_title p {
  display: none;
}
#d_news .area_2nd {
  background: #fff;
}
#d_news .d_HorizontalDesign .area_main_contents {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_news .d_HorizontalDesign .area_main_contents {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  #d_news .d_HorizontalDesign .area_main_contents {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  #d_news .d_HorizontalDesign .area_main_contents {
    float: left;
    width: 79.16666667%;
  }
}
@media (min-width: 992px) {
  #d_news .d_HorizontalDesign .area_main_contents {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  #d_news .d_HorizontalDesign .area_main_contents {
    left: 0%;
  }
}
@media (min-width: 992px) {
  #d_news .d_HorizontalDesign .area_main_contents {
    left: 0%;
  }
}
#d_news .d_HorizontalDesign .area_side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  #d_news .d_HorizontalDesign .area_side {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 992px) {
  #d_news .d_HorizontalDesign .area_side {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  #d_news .d_HorizontalDesign .area_side {
    left: 4.16666667%;
  }
}
@media (min-width: 768px) {
  #d_news .d_HorizontalDesign .area_side {
    left: 4.16666667%;
  }
}
@media (max-width: 991px) {
  #d_news .area_side {
    display: none;
  }
}
#d_news .date {
  padding-bottom: 26px;
}
#d_form .d_design_title,
#d_form .area_nav_sibling_pills,
#d_form .area_nav_sibling_tab,
#d_form .d_pagenation_foot,
#d_form .page_title p {
  display: none;
}
@media (min-width: 992px) {
  #d_form .area_title_corner .corner_title,
  #d_form .area_title_page .page_title {
    height: 220px;
  }
}
@media (min-width: 992px) {
  #d_form .area_main {
    margin: auto;
    width: 992px;
  }
}
#d_img_list .area_nav_sibling_pills,
#d_img_list .area_nav_sibling_tab,
#d_img_list .d_design_title,
#d_img_list .d_pagenation {
  display: none;
}
/*@list_img_base_img:     100px;*/
ul.list_img_base li.list-group-item {
  padding: 0;
}
ul.list_img_base li.list-group-item a {
  padding: 12px;
}
ul.list_img_base li {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 992px) {
  ul.list_img_base li {
    float: left;
    width: 50%;
  }
}
ul.list_img_base li a {
  padding: 20px;
  margin-bottom: 26px;
  border-top: 3px solid #f2e6cb;
  background-color: #fcfaf4;
  background-image: url("../images/img_list_arrow.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* （Safari用） */
  align-items: center;
  justify-content: left;
  color: #000;
  text-decoration: none;
  *zoom: 1;
}
ul.list_img_base li a:before,
ul.list_img_base li a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.list_img_base li a:after {
  clear: both;
}
ul.list_img_base li a:before,
ul.list_img_base li a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.list_img_base li a:after {
  clear: both;
}
@media (max-width: 767px) {
  ul.list_img_base li a {
    padding: 12px;
  }
}
ul.list_img_base li a:hover {
  background-color: #f2e6cb;
}
ul.list_img_base li .col_img {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0 20px 0 0;
  /*    @media (min-width: @screen-xs)  {
    img.col_img_w {
      width: 280px!important;
    }
    }*/
}
@media (min-width: 768px) {
  ul.list_img_base li .col_img {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  ul.list_img_base li .col_img {
    float: left;
    width: 45.83333333%;
  }
}
ul.list_img_base li .col_txt {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 8px 0 0 0;
}
@media (min-width: 768px) {
  ul.list_img_base li .col_txt {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  ul.list_img_base li .col_txt {
    float: left;
    width: 54.16666667%;
  }
}
ul.list_img_base li h3,
ul.list_img_base li h4 {
  padding: 0 0 10px 0;
  margin: 0;
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "黎ミン M";
  font-family: "A1明朝", "しまなみ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.list_img_base li p {
  padding: 3px 26px 3px 0;
  margin: 0;
  font-size: 86%;
  line-height: 140%;
}
@media (max-width: 480px) {
  ul.list_img_base li p {
    display: none;
  }
}
.area_img_article {
  margin-bottom: 26px;
}
.area_img_article .area_img_article h3 {
  background: url(../images/h3_bg_01.jpg) no-repeat;
  color: #fff;
  margin-bottom: 26px;
  padding: 10px 15px;
}
.area_img_article .area_img_article h3 .area_contents {
  margin: 26px 0;
}
@media (max-width: 767px) {
  .area_img_article {
    margin-bottom: 0;
  }
  .area_img_article h3 {
    margin: 0;
    padding: 8px 10px 8px 30px;
  }
}
@media (max-width: 768px) {
  .table-responsive > table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > tr:last-child > th,
  .table-responsive > tr:last-child > td {
    border-bottom: 0;
  }
}
.area_centered_sample {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #333333, 0%, #ffffff, 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ffffffff', GradientType=0);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#333333), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(#333333 0%), color-stop(#ffffff 100%));
  background-image: -moz-linear-gradient(left, #333333 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #333333 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ffffffff', GradientType=1);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#333333), to(#ffffff));
  background-image: -webkit-radial-gradient(circle, #333333, #ffffff);
  background-image: -moz-radial-gradient(circle, #333333, #ffffff);
  background-image: radial-gradient(circle, #333333, #ffffff);
  background-repeat: no-repeat;
}
@media print {
  div[class^="col-"] {
    float: left;
  }
  .col-xs-24,
  .col-sm-24,
  .col-md-24,
  .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.grp_mds_bg {
  margin: 0 0 26px 0;
  border-radius: 4px;
  overflow: hidden;
}
.grp_mds {
  overflow: hidden;
}
.mds_t {
  float: left;
  padding: 12px 0;
  font-size: 1.2em;
  color: #666;
  line-height: 100%;
}
.mds_link a {
  float: right;
  background-color: #801212;
  margin: 12px 0;
  padding: 6px 12px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.mds_link a:hover {
  text-decoration: none;
  background: #d91f1f;
}
#d_index .carousel-inner .item img {
  width: 100%;
}
#d_index .carousel-control {
  opacity: 0.86;
  font-size: 1em!important;
  border: none!important;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #eee;
  background: #222;
}
#d_index .carousel-control .fa {
  padding: 0;
}
#d_index .carousel-caption {
  display: none;
}
.color_red {
  color: #df0000;
}
.color_pink {
  color: #ff8eb0;
}
.color_blue {
  color: #1bafdf;
}
.color_yellow {
  color: #fcd93d;
}
.color_green {
  color: #6b8b21;
}
.color_purple {
  color: #7373ff;
}
.color_orange {
  color: #f5ac3c;
}
.color_brown {
  color: #aa9068;
}
.color_olive {
  color: #bbc94f;
}
.color_gray {
  color: #aaaaaa;
}
.color_black {
  color: #000000;
}
.bg_red {
  background-color: #df0000;
}
.bg_pink {
  background-color: #ff8eb0;
}
.bg_blue {
  background-color: #1bafdf;
}
.bg_yellow {
  background-color: #fcd93d;
}
.bg_green {
  background-color: #6b8b21;
}
.bg_purple {
  background-color: #7373ff;
}
.bg_orange {
  background-color: #f5ac3c;
}
.bg_brown {
  background-color: #aa9068;
}
.bg_olive {
  background-color: #bbc94f;
}
.bg_gray {
  background-color: #aaaaaa;
}
.bg_black {
  background-color: #000000;
}
.bg_red_light {
  background-color: #f8cac1;
}
.bg_pink_light {
  background-color: #fdeae6;
}
.bg_blue_light {
  background-color: #ddf1fc;
}
.bg_yellow_light {
  background-color: #fffbc9;
}
.bg_green_light {
  background-color: #dceede;
}
.bg_purple_light {
  background-color: #d6d0e7;
}
.bg_orange_light {
  background-color: #fbd7c0;
}
.bg_brown_light {
  background-color: #f2e6cb;
}
.bg_olive_light {
  background-color: #cccdb8;
}
.bg_gray_light {
  background-color: #eeeeee;
}
.btn-yellow {
  color: #222222;
  background-color: #fcd93d;
  border-color: #d0aa03;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #222222;
  background-color: #fbd115;
  border-color: #947902;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #fcd93d;
  border-color: #d0aa03;
}
.btn-blue {
  color: #ffffff;
  background-color: #1bafdf;
  border-color: #189dc8;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #1792bb;
  border-color: #127292;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #1bafdf;
  border-color: #189dc8;
}
.btn-pink {
  color: #222222;
  background-color: #ff8eb0;
  border-color: #ff749e;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #222222;
  background-color: #ff6593;
  border-color: #ff3773;
}
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #ff8eb0;
  border-color: #ff749e;
}
.btn-wh {
  color: #ffffff;
  background-color: #fafafa;
  border-color: #fef9f9;
}
.btn-wh:hover,
.btn-wh:focus,
.btn-wh:active,
.btn-wh.active,
.open .dropdown-toggle.btn-wh {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #f7c3c3;
}
.btn-wh:active,
.btn-wh.active,
.open .dropdown-toggle.btn-wh {
  background-image: none;
}
.btn-wh.disabled,
.btn-wh[disabled],
fieldset[disabled] .btn-wh,
.btn-wh.disabled:hover,
.btn-wh[disabled]:hover,
fieldset[disabled] .btn-wh:hover,
.btn-wh.disabled:focus,
.btn-wh[disabled]:focus,
fieldset[disabled] .btn-wh:focus,
.btn-wh.disabled:active,
.btn-wh[disabled]:active,
fieldset[disabled] .btn-wh:active,
.btn-wh.disabled.active,
.btn-wh[disabled].active,
fieldset[disabled] .btn-wh.active {
  background-color: #fafafa;
  border-color: #fef9f9;
}
.btn-fb {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  color: #ffffff;
  background-color: #30487b;
  border-color: #23345a;
}
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled,
.btn-fb[disabled],
fieldset[disabled] .btn-fb,
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled:active,
.btn-fb[disabled]:active,
fieldset[disabled] .btn-fb:active,
.btn-fb.disabled.active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb.active {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-tw {
  color: #ffffff;
  background-color: #4da4e8;
  border-color: #3698e5;
}
.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  color: #ffffff;
  background-color: #2992e3;
  border-color: #197ac5;
}
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  background-image: none;
}
.btn-tw.disabled,
.btn-tw[disabled],
fieldset[disabled] .btn-tw,
.btn-tw.disabled:hover,
.btn-tw[disabled]:hover,
fieldset[disabled] .btn-tw:hover,
.btn-tw.disabled:focus,
.btn-tw[disabled]:focus,
fieldset[disabled] .btn-tw:focus,
.btn-tw.disabled:active,
.btn-tw[disabled]:active,
fieldset[disabled] .btn-tw:active,
.btn-tw.disabled.active,
.btn-tw[disabled].active,
fieldset[disabled] .btn-tw.active {
  background-color: #4da4e8;
  border-color: #3698e5;
}
/* d_print -- 1カラムを防ぐ場合、print.less は削除すること */
@media print {
  body {
    font-size: 10px!important;
  }
  .nav-pills li {
    display: inline-block;
  }
  .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;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media print {
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
}
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24 {
  float: left;
}
.col-md-1 {
  width: 4.16666667%;
}
.col-md-2 {
  width: 8.33333333%;
}
.col-md-3 {
  width: 12.5%;
}
.col-md-4 {
  width: 16.66666667%;
}
.col-md-5 {
  width: 20.83333333%;
}
.col-md-6 {
  width: 25%;
}
.col-md-7 {
  width: 29.16666667%;
}
.col-md-8 {
  width: 33.33333333%;
}
.col-md-9 {
  width: 37.5%;
}
.col-md-10 {
  width: 41.66666667%;
}
.col-md-11 {
  width: 45.83333333%;
}
.col-md-12 {
  width: 50%;
}
.col-md-13 {
  width: 54.16666667%;
}
.col-md-14 {
  width: 58.33333333%;
}
.col-md-15 {
  width: 62.5%;
}
.col-md-16 {
  width: 66.66666667%;
}
.col-md-17 {
  width: 70.83333333%;
}
.col-md-18 {
  width: 75%;
}
.col-md-19 {
  width: 79.16666667%;
}
.col-md-20 {
  width: 83.33333333%;
}
.col-md-21 {
  width: 87.5%;
}
.col-md-22 {
  width: 91.66666667%;
}
.col-md-23 {
  width: 95.83333333%;
}
.col-md-24 {
  width: 100%;
}
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  float: left;
}
.col-lg-1 {
  width: 4.16666667%;
}
.col-lg-2 {
  width: 8.33333333%;
}
.col-lg-3 {
  width: 12.5%;
}
.col-lg-4 {
  width: 16.66666667%;
}
.col-lg-5 {
  width: 20.83333333%;
}
.col-lg-6 {
  width: 25%;
}
.col-lg-7 {
  width: 29.16666667%;
}
.col-lg-8 {
  width: 33.33333333%;
}
.col-lg-9 {
  width: 37.5%;
}
.col-lg-10 {
  width: 41.66666667%;
}
.col-lg-11 {
  width: 45.83333333%;
}
.col-lg-12 {
  width: 50%;
}
.col-lg-13 {
  width: 54.16666667%;
}
.col-lg-14 {
  width: 58.33333333%;
}
.col-lg-15 {
  width: 62.5%;
}
.col-lg-16 {
  width: 66.66666667%;
}
.col-lg-17 {
  width: 70.83333333%;
}
.col-lg-18 {
  width: 75%;
}
.col-lg-19 {
  width: 79.16666667%;
}
.col-lg-20 {
  width: 83.33333333%;
}
.col-lg-21 {
  width: 87.5%;
}
.col-lg-22 {
  width: 91.66666667%;
}
.col-lg-23 {
  width: 95.83333333%;
}
.col-lg-24 {
  width: 100%;
}
/*
// --------------------------------------------------------
// 2018.05.21
// --------------------------------------------------------
//
/ 見出しや行間設定は　 default.less　//  文章、見だし　定義　

// -xsより小さい画面サイズの変数を追加　
// @screen-xxs: 

// utility をdesign.lessへ移設


// --------------------------------------------------------
// 2018.03.20
// --------------------------------------------------------
// font-awsome 5.0.6　使用開始
//
// いずれかを選択してください。（css指定）
//　　fontawesome-free/web-fonts-with-css/css/fontawesome-all.css
//　/fontawesome-pro/web-fonts-with-css/css/fontawesome-all.css
//
// --------------------------------------------------------
// uikit　gsc とあたる。  ui-kit  .d_uikitで必ずネスト
//  gscとあたる 注意！  3.0からはsvgが削除されています
// 3.0 beta 
//
// --------------------------------------------------------
// 2017.10.20
// --------------------------------------------------------
// .span_small_block -xsでblockタイプへ変換する
//
// --------------------------------------------------------
// 2017.05.05
// --------------------------------------------------------
// header fixed にしたい場合

// --------------------------------------------------------
// 2017.03.02
// --------------------------------------------------------
// 背景画像付きタイトル　.d_design_title　追加

// --------------------------------------------------------
// 2017.01.20
// --------------------------------------------------------
//　formatにレイアウトパターンを追加 .d_HorizontalDesign　.d_VerticalDesign 
//  横移動ナビを追加　sibling : area_nav_sibling_pills / area_nav_sibling_tab
//　横移動ナビを追加　.d_pagenation 改ページの装飾　を追加

// --------------------------------------------------------
// 2016.07.06  d_default.less
// --------------------------------------------------------
// .d_module_option.less を追加。
// スケジュール表現、ヘッダーのバリエーション等のソースセット。

// --------------------------------------------------------
// 2016.07.06  d_default.less
// --------------------------------------------------------
// .Title 変更
// .pgtop 削除
// kiso は d_default.less　へにて記述
//
// --------------------------------------------------------
// 2016.03.10 d_default.less
// --------------------------------------------------------
// 2016.05.20
// .tbl_responsive_grid_x
// 注意） table 内の画像 max-widthは使わない。img-responsiveは使わない。
*/
