@charset "UTF-8";

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.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.16667%;
}

.col-xs-2 {
  width: 8.33333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.66667%;
}

.col-xs-5 {
  width: 20.83333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.16667%;
}

.col-xs-8 {
  width: 33.33333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.66667%;
}

.col-xs-11 {
  width: 45.83333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.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: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}

.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 #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.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: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@font-face {
  font-family: "myfont";
  src: url("../fonts/myfont/myfont.eot");
  src: url("../fonts/myfont/myfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myfont/myfont.woff") format("woff"), url("../fonts/myfont/myfont.ttf") format("truetype"), url("../fonts/myfont/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.mf,
.block3_title:before {
  display: inline-block;
  font: normal normal normal 14px/1 "myfont";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mf:before,
.block3_title:before {
  font-family: "myfont";
}

.mf-arrow1_1_down:before,
.block3_title:before {
  content: "";
}

.mf-arrow1_1_left:before {
  content: "";
}

.mf-arrow1_1_right:before {
  content: "";
}

.mf-arrow1_1_up:before,
.block3_title.is-active:before {
  content: "";
}

.mf-project1_1:before {
  content: "";
}

.mf-project1_2:before {
  content: "";
}

.mf-project1_3:before {
  content: "";
}

.mf-project1_4:before {
  content: "";
}

.mf-project1_5:before {
  content: "";
}

.mf-search1_1:before {
  content: "";
}

.mf-share1_1:before {
  content: "";
}

.mf-share1_2:before {
  content: "";
}

.mf-share1_3:before {
  content: "";
}

.mf-share1_4:before {
  content: "";
}

.mf-share1_5:before {
  content: "";
}

.mf-share1_6:before {
  content: "";
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-family: 'Roboto', 'Meiryo', sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
  min-width: 1060px;
}

a {
  color: #0B5BB1;
  text-decoration: underline;
  transition: all .1s linear;
}

a:visited {
  color: #0B5BB1;
}

a:hover {
  color: #999;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

/* ------------------------------------------------- *
 *        layout
 * ------------------------------------------------- */

body.is-under .contents {
  width: 1020px;
  margin: auto;
}

/* ================================================== *
 *
 *    GLOBAL HELPER
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

/* ------------------------------------------------- *
 *        center-block
 * ------------------------------------------------- */

.center-block {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

/* ================================================== *
 *
 *    GRID
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        container
 * ------------------------------------------------- */

.container.is-type1 {
  width: 1020px;
}

.container,
.container-fluid {
  overflow: hidden;
}

.container.is-gutter1,
.container-fluid.is-gutter1 {
  margin-right: -1px;
}

.container.is-gutter1 .row > div,
.container-fluid.is-gutter1 .row > div {
  padding: 0 0 0 1px;
}

.container.is-gutter30,
.container-fluid.is-gutter30 {
  margin-left: -15px;
  margin-right: -15px;
}

.container.is-gutter30 .row > div,
.container-fluid.is-gutter30 .row > div {
  padding: 0 15px;
}

.container.is-gutter60,
.container-fluid.is-gutter60 {
  margin-left: -30px;
  margin-right: -30px;
}

.container.is-gutter60 .row > div,
.container-fluid.is-gutter60 .row > div {
  padding: 0 30px;
}

.container .row.is-gutter60,
.container-fluid .row.is-gutter60 {
  margin-left: -30px;
  margin-right: -30px;
}

.container .row.is-gutter60 > div,
.container-fluid .row.is-gutter60 > div {
  padding: 0 30px;
}

.container .row.is-gutter110,
.container-fluid .row.is-gutter110 {
  margin-left: -55px;
  margin-right: -55px;
}

.container .row.is-gutter110 > div,
.container-fluid .row.is-gutter110 > div {
  padding: 0 55px;
}

.container.is-middle .row,
.container-fluid.is-middle .row {
  display: table;
  width: 100%;
}

.container.is-middle .row > div,
.container-fluid.is-middle .row > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        frame1
 * ------------------------------------------------- */

.frame1_inner {
  width: 1020px;
  margin: auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/* ================================================== *
 *
 *    TYPOGRAPHY
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        title1
 * ------------------------------------------------- */

.title1 {
  text-align: center;
  position: relative;
}

.title1:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 12px;
}

.title1_title {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  margin: 0;
  font-size: inherit;
  position: relative;
  z-index: 10;
}

.title1.is-type1 .title1_title {
  background: #F1F1F1;
}

.title1_titleMainLabel {
  font-size: 2.2rem;
}

/* ------------------------------------------------- *
 *        title2
 * ------------------------------------------------- */

.title2_title {
  text-align: center;
  margin: 0;
}

.title2_icon {
  font-size: 6rem;
  display: block;
  margin: 0 0 -10px 0;
}

.title2_mainLabel {
  font-size: 2rem;
  line-height: 1;
}

/* ------------------------------------------------- *
 *        title3
 * ------------------------------------------------- */

.title3_title {
  border-top: 2px solid #C7C7C7;
  background: #F1F1F1;
  padding: 10px 15px;
  font-size: 1.8rem;
}

/* ------------------------------------------------- *
 *        title4
 * ------------------------------------------------- */

.title4 {
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
}

.title4_title {
  font-size: 2.6rem;
}

/* ------------------------------------------------- *
 *        title5
 * ------------------------------------------------- */

.title5 {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 15px 0;
}

.title5 .label1 {
  display: inline-block;
  margin: 0 0 0 15px;
}

.title5_date {
  display: inline-block;
  margin: 0;
  font-size: 1.2rem;
  color: #7F7F7F;
}

.title5_title {
  font-size: 2rem;
}

/* ------------------------------------------------- *
 *        label1
 * ------------------------------------------------- */

.label1_lists {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}

.label1_listsItem {
  font-size: 1.3rem;
  display: inline-block;
  margin: 15px 5px 0 0;
}

.label1_listsItem:first-child {
  margin-left: 0;
}

.label1_listsItem a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 10px;
}

.label1_listsItem a:hover {
  opacity: 0.5;
}

.label1_listsItem a .mf,
.label1_listsItem a .block3_title:before {
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin: 0 5px 0 0;
  position: relative;
}

/* ------------------------------------------------- *
 *        list1
 * ------------------------------------------------- */

.list1 {
  margin: 30px 0 0 0;
}

.list1.is-type2 {
  margin: 50px 0 0 0;
}

.list1_lists {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list1_listsItem {
  margin: 20px 0 0 0;
}

.list1_listsItem:first-child {
  margin-top: 0;
}

.list1.is-type1 .list1_listsItem {
  padding: 25px 50px;
  margin: 0 -50px;
}

.list1.is-type1 .list1_listsItem:nth-of-type(2n+1) {
  background: #F4F4F4;
}

.list1_listsItemDate {
  font-size: 1.2rem;
  color: #7F7F7F;
  display: inline-block;
}

.list1_listsItemLink {
  display: block;
  font-size: 1.5rem;
  margin: 15px 0 0 0;
}

.list1.is-type2 .list1_listsItemLink {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}

.list1_listsItemLinkTitle {
  text-decoration: underline;
  margin: 0;
}

.list1_listsItemLinkText {
  color: #333;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
}

/* ------------------------------------------------- *
 *        list2
 * ------------------------------------------------- */

.list2 {
  margin: 20px 0 0 0;
}

.list2_lists {
  font-size: 1.4rem;
  position: relative;
}

.list2_listsTitle {
  display: inline-block;
}

.list2_listsItem {
  display: inline-block;
}

.list2_listsItem:after {
  content: '｜';
}

.list2_listsItem:nth-last-of-type(1):after {
  display: none;
}

/* ================================================== *
 *
 *    WYSIWYG
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        wysiwyg1
 * ------------------------------------------------- */

.wysiwyg1 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 50px 0 0 0;
  word-wrap: break-word;
}

.wysiwyg1 h2 {
  border-top: 2px solid #C7C7C7;
  background: #F1F1F1;
  padding: 10px 15px;
  font-size: 1.8rem;
  margin: 5rem 0 0;
}

.wysiwyg1 h2:first-child {
  margin-top: 0;
}

.wysiwyg1 h3 {
  border-top: 1px solid #C7C7C7;
  margin: 3.75rem 0 0;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: 10px 0 0 0;
  clear: both;
  position: relative;
}

.wysiwyg1 h3:first-child {
  margin-top: 0;
}

.wysiwyg1 h4 {
  margin: 3.75rem 0 0;
  padding: 5px 0 5px 0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  clear: both;
}

.wysiwyg1 h4:first-child {
  margin-top: 0;
}

.wysiwyg1 a {
  position: relative;
  color: #0071B0;
  text-decoration: underline;
}

.wysiwyg1 a:hover {
  color: #999;
}

.wysiwyg1 p {
  margin: 2.5rem 0 0;
  text-align: justify;
}

.wysiwyg1 br.is-clear + .wp-caption {
  margin-top: 0;
}

.wysiwyg1 br.is-clear + .wp-caption + p {
  margin-top: 0;
}

.wysiwyg1 br.is-clear + p {
  margin-top: 0;
}

.wysiwyg1 p:first-child {
  margin-top: 0;
}

.wysiwyg1 img {
  max-width: 100%;
  height: auto;
}

.wysiwyg1 img.alignleft {
  float: left;
  margin: 0 2.5rem 2.5rem 0;
}

.wysiwyg1 img.alignright {
  float: right;
  margin: 0 0 2.5rem 2.5rem;
}

.wysiwyg1 img.aligncenter {
  display: block;
  margin: auto;
  margin: 0 auto 2.5rem;
}

.wysiwyg1 ol,
.wysiwyg1 ul {
  margin: 2.5rem 0 0;
}

.wysiwyg1 ol:first-child,
.wysiwyg1 ul:first-child {
  margin-top: 0;
}

.wysiwyg1 ol li,
.wysiwyg1 ul li {
  margin-top: 5px;
}

.wysiwyg1 ol li:first-child,
.wysiwyg1 ul li:first-child {
  margin-top: 0;
}

.wysiwyg1 ul.is-iconNone {
  list-style: none;
  padding-left: 25px;
}

.wysiwyg1 dl {
  margin: 2.5rem 0 0;
}

.wysiwyg1 dl:first-child {
  margin-top: 0;
}

.wysiwyg1 dl dt {
  font-weight: bold;
  position: relative;
  margin: 2.5rem 0 0;
}

.wysiwyg1 dl dt:first-child {
  margin-top: 0;
}

.wysiwyg1 dl dd {
  margin-top: 5px;
}

.wysiwyg1 .table-responsive {
  margin: 2.5rem 0 0;
}

.wysiwyg1 .table-responsive th,
.wysiwyg1 .table-responsive td {
  border-left: 1px solid #ddd;
}

.wysiwyg1 .table-responsive th:first-child,
.wysiwyg1 .table-responsive td:first-child {
  border-left: none;
}

.wysiwyg1 table {
  width: 100%;
  margin: 2.5rem 0 0;
  border-top: 1px solid #ddd;
}

.wysiwyg1 table:first-child {
  margin-top: 0;
}

.wysiwyg1 table tbody {
  width: 100%;
}

.wysiwyg1 table th,
.wysiwyg1 table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.wysiwyg1 table th {
  background: #f7f7f7;
}

.wysiwyg1 br {
  font-size: 1.5rem;
}

.wysiwyg1 br.is-clear {
  clear: both;
}

.wysiwyg1 .wp-caption.alignleft {
  float: left;
  margin: 2.5rem 2.5rem 2.5rem 0;
}

.wysiwyg1 .wp-caption.alignright {
  float: right;
  margin: 2.5rem 0 2.5rem 2.5rem;
}

.wysiwyg1 .wp-caption.aligncenter {
  display: table;
  margin: 2.5rem auto 2.5rem;
}

.wysiwyg1 br.is-clear + .wp-caption {
  margin-top: 0;
}

.wysiwyg1 .wp-caption-text {
  color: #666;
  font-size: 1.2rem;
  margin: 5px 0 -2px 0;
}

.wysiwyg1 .wp-caption-text:before {
  content: '■';
}

.wysiwyg1 .btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 0 10px;
  color: #C12A27;
}

.wysiwyg1 .btn:first-child {
  margin-left: 0;
}

.wysiwyg1 .btn:hover {
  color: #fff;
}

.wysiwyg1 .btn {
  width: auto;
}

.wysiwyg1 .frame1 {
  padding: 30px;
  background: #F1F1F1;
  margin: 3.75rem 0 0;
}

.wysiwyg1 .frame1:first-child {
  margin-top: 0;
}

.wysiwyg1 .frame1_date {
  text-align: right;
  font-weight: bold;
}

.wysiwyg1 .frame1_destination {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.wysiwyg1 .frame1_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 0;
  line-height: 1.5;
}

.wysiwyg1 .frame1_name {
  text-align: right;
  font-weight: bold;
  margin: 50px 0 0 0;
}

.wysiwyg1 blockquote {
  font-size: 1.3rem;
  margin: 3.75rem 0 0;
}

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn {
  width: 100%;
  transition: all .1s linear;
  border: 1px solid #C12A27;
  color: #C12A27;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.btn:focus,
.btn:visited {
  color: #C12A27;
}

.btn:active {
  box-shadow: none;
}

.btn:hover {
  background: #C12A27;
  color: #fff;
}

.btn .mf-arrow1_1_right {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
}

.btn-type1 {
  background: #5B5B5B;
  color: #fff;
  border-radius: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -2px;
  border: none;
}

.btn-type1:focus {
  color: #fff;
}

.btn-type1:hover {
  color: #fff;
  background: #757575;
}

.btn-type1 .mf-search1_1 {
  font-size: 1.8rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.btn-type2 {
  background: #C12A27;
  color: #fff;
}

.btn-type2:focus,
.btn-type2:visited {
  color: #fff;
}

.btn-type2:hover {
  background: #d94542;
}

.btn-type2-1 {
  background: #C12A27;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px;
}

.btn-type2-1:hover {
  background: #d94542;
}

.btn-type2-1:focus,
.btn-type2-1:visited {
  color: #fff;
}

.btn-type3 {
  border-color: #fff;
  color: #fff;
}

.btn-type3:focus,
.btn-type3:visited {
  color: #fff;
}

.btn-type3:hover {
  background: #fff;
  color: #C12A27;
}

/* ------------------------------------------------- *
 *        wp-pagenavi
 * ------------------------------------------------- */

.wp-pagenavi {
  text-align: center;
  margin: 50px 0 0 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  background: #C12A27;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 3px;
  transition: all .1s linear;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  text-decoration: none;
  background: #ea9997;
}

.wp-pagenavi span {
  background: #fff;
  color: #000;
}

.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: auto;
  padding: 0 20px;
  margin: 0 20px;
}

/* ------------------------------------------------- *
 *        share1
 * ------------------------------------------------- */

.share1_lists {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share1_listsItem {
  display: inline-block;
  margin: 0 0 0 5px;
}

.share1_listsItem:first-child {
  margin-left: 0;
}

.share1_listsItem a {
  display: block;
  background: #ccc;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}

.share1_listsItem .is-facebook {
  background: #3765A3;
}

.share1_listsItem .is-facebook:hover {
  background: #24426a;
}

.share1_listsItem .is-twitter {
  background: #2BA7E0;
}

.share1_listsItem .is-twitter:hover {
  background: #187aa6;
}

.share1_listsItem .is-hatena {
  background: #5279E7;
}

.share1_listsItem .is-hatena:hover {
  background: #1d4cd0;
}

.share1_listsItem .is-google {
  background: #DC4A38;
}

.share1_listsItem .is-google:hover {
  background: #aa2d1e;
}

/* ================================================== *
 *
 *    TABLE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    FORM
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        form-control
 * ------------------------------------------------- */

.form-control {
  border-radius: 0;
  box-shadow: none;
}

.form-control-type1 {
  border: 2px solid #5B5B5B;
  height: 35px;
  font-size: 1.6rem;
}

/* ------------------------------------------------- *
 *        wpcf7-form
 * ------------------------------------------------- */

.wpcf7-form {
  width: 800px;
  margin: 50px auto 0;
  border: 3px solid #ddd;
  padding: 30px 60px;
}

.wpcf7-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpcf7-form li {
  border-top: 1px solid #ddd;
  display: table;
  width: 100%;
  padding: 15px 0;
}

.wpcf7-form li:first-child {
  border: none;
}

.form1_title {
  display: table-cell;
  width: 210px;
  font-weight: bold;
  padding: 5px 0 0 0;
}

.form1_title span {
  color: #fff;
  font-size: 1rem;
  background: #C12A27;
  padding: 3px 6px;
  margin: 0 0 0 5px;
}

.wpcf7-form-control-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 25px;
}

.wpcf7-form-control-wrap label {
  margin: 0 10px 0 0;
}

.wpcf7-text {
  border: 1px solid #ccc;
}

.wpcf7-textarea {
  border: 1px solid #ccc;
}

.wpcf7-submit {
  width: 300px;
  transition: all .1s linear;
  border: 1px solid #C12A27;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #C12A27;
  color: #fff;
  border-radius: 4px;
  margin: 35px auto 0;
  display: block;
}

.wpcf7-submit:focus,
.wpcf7-submit:visited {
  color: #fff;
}

.wpcf7-submit:active {
  box-shadow: none;
}

.wpcf7-submit:hover {
  background: #d94542;
}

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        header1
 * ------------------------------------------------- */

.header1 {
  position: relative;
  padding: 30px;
}

.header1 .input-group {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 240px;
}

.header1 .btn-type2 {
  position: absolute;
  right: 30px;
  top: 80px;
  width: 240px;
}

.header1_logo {
  margin: 0;
}

.header1_logoSiteName {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.header1_lang {
  position: absolute;
  right: 300px;
  top: 35px;
}

.header1_langLists {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.header1_langListsItem {
  float: left;
  margin: 0;
}

.header1_langListsItem:before {
  content: '｜';
  display: inline-block;
}

.header1_langListsItem:first-child:before {
  display: none;
}

.header1_navsLists {
  position: absolute;
  left: 295px;
  top: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header1_navsListsItem {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
}

.header1_navsListsItem a {
  color: #000;
  text-decoration: none;
}

.header1_navsListsItem a:hover {
  opacity: 0.75;
}

.header1_navsListsItem:before {
  content: '|';
  display: inline-block;
  margin: 0 5px 0 3px;
}

.header1_navsListsItem:first-child:before {
  display: none;
}

.header1_btnToggle {
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin: 0;
  display: none;
}

.header1_btnToggle.is-active {
  background: #C12A27;
}

.header1_btnToggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #333;
}

.header1_btnToggle.is-active span {
  background: #fff;
}

.header1_btnToggle span:nth-of-type(1) {
  top: 10px;
}

.header1_btnToggle.is-active span:nth-of-type(1) {
  animation: active-menu-bar01 .3s forwards;
}

.header1_btnToggle span:nth-of-type(2) {
  top: 15px;
}

.header1_btnToggle.is-active span:nth-of-type(2) {
  animation: active-menu-bar02 .3s forwards;
}

.header1_btnToggle span:nth-of-type(3) {
  top: 20px;
}

.header1_btnToggle.is-active span:nth-of-type(3) {
  animation: active-menu-bar03 .3s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  1% {
    transform: translateY(5px) rotate(0);
  }

  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

@keyframes active-menu-bar02 {
  100% {
    opacity: 0;
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  1% {
    transform: translateY(-5px) rotate(0);
  }

  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* ------------------------------------------------- *
 *        keyVisual1
 * ------------------------------------------------- */

.keyVisual1 {
  display: table;
  width: 100%;
  background: url("/assets/images/img_keyvisual1_1_1.jpg") center center no-repeat;
  background-size: cover;
}

.keyVisual1 .btn-type3 {
  display: block;
  width: 200px;
  margin: 30px auto 0;
}

.keyVisual1_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10% 0;
}

.keyVisual1_text {
  font-size: 1.8rem;
  line-height: 1.61;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  max-width: 630px;
  margin: auto;
}

/* ------------------------------------------------- *
 *        footer1
 * ------------------------------------------------- */

.footer1 {
  margin: 60px 0 0 0;
}

.footer1_links {
  width: 1020px;
  margin: auto;
}

.footer1_links a {
  color: #000;
  text-decoration: none;
}

.footer1_links a:visited,
.footer1_links a:focus {
  color: #000;
}

.footer1_links a:hover {
  opacity: 0.6;
}

.footer1_links a .mf,
.footer1_links a .block3_title:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.footer1_inner {
  border-top: 1px solid #000;
  padding: 15px 0;
  margin: 15px 0 0 0;
}

.footer1_subInner {
  width: 1020px;
  margin: auto;
  display: table;
}

.footer1_back {
  float: left;
}

.footer1_back .mf,
.footer1_back .block3_title:before {
  margin: 0 5px 0 0;
}

.footer1_pageTop {
  float: right;
}

.footer1_pageTop .mf,
.footer1_pageTop .block3_title:before {
  margin: 0 0 0 5px;
}

.footer1_body {
  clear: both;
  border-top: 1px solid #000;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}

.footer1_bodyCc {
  display: table-cell;
  margin: 0;
}

.footer1_bodyLists {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
}

.footer1_bodyListsItem {
  display: inline-block;
}

.footer1_bodyListsItem:before {
  content: '｜';
}

.footer1_bodyListsItem:first-child:before {
  display: none;
}

.footer1_share {
  border-top: 1px solid #000;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

.footer1_shareItem {
  display: inline-block;
  margin: 0 20px;
}

.footer1_shareItem a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
}

.footer1_shareItem a:hover {
  opacity: .5;
}

.footer1_shareItem i {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

/* ------------------------------------------------- *
 *        topicPath1
 * ------------------------------------------------- */

.topicPath1 {
  background: #F1F1F1;
  padding: 10px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.topicPath1_lists {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.topicPath1_listsItem {
  display: inline-block;
}

.topicPath1_listsItem:before {
  content: '>';
  margin: 0 5px;
}

.topicPath1_listsItem:first-child:before {
  display: none;
}

/* ------------------------------------------------- *
 *        block1
 * ------------------------------------------------- */

.block1 {
  margin: auto;
  margin: 30px 0 0 0;
  overflow: hidden;
}

.block1_lists {
  list-style: none;
  margin: 0 -26px;
  padding: 0;
}

.block1_listsItem {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 26px;
}

.block1_listsItem a {
  color: #000;
  text-decoration: none;
  display: block;
  border: 3px solid #333;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

.block1_listsItem a:hover {
  opacity: 0.5;
  color: #000;
}

.block1_icon {
  margin: 0;
  font-size: 6rem;
  height: 140px;
  line-height: 140px;
}

.block1_icon .mf,
.block1_icon .block3_title:before {
  position: relative;
  top: 6px;
}

.block1_label {
  border-top: 3px solid #333;
  margin: 0;
  font-size: 1.3rem;
  padding: 10px 0;
  transition: all .1s linear;
  position: relative;
}

.block1_label .mf-arrow1_1_right {
  font-size: 1.3rem;
  margin: 0 0 0 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* ------------------------------------------------- *
 *        block2
 * ------------------------------------------------- */

.block2 {
  background: #F1F1F1;
}

.block2_inner {
  min-width: 1020px;
  padding: 15px 8px;
}

.block2_lists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}

.block2_listsItem {
  color: #000;
  background: #fff;
  display: table-cell;
  vertical-align: top;
  position: relative;
  transition: all .1s linear;
  border-left: 7px solid #F1F1F1;
  border-right: 7px solid #F1F1F1;
}

.block2_listsItem:focus,
.block2_listsItem:visited {
  color: #000;
}

.block2_listsItem:hover {
  opacity: 0.75;
}

.block2_listsItem img {
  width: 100%;
  height: auto;
}

.block2_listsItemImage {
  width: 40%;
  float: left;
  margin: 0;
}

.block2_listsItemBody {
  width: 60%;
  float: left;
  padding: 20px 20px 55px;
  box-sizing: border-box;
}

.block2_listsItemBodyDate {
  background: #C12A27;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px;
  display: block;
}

.block2_listsItemBodyTitle {
  font-size: 1.4rem;
  overflow: hidden;
  height: 62px;
}

.block2_listsItemBodyTitleSubLabel {
  color: #808080;
  font-size: 1.3rem;
  display: block;
}

.block2_listsItemBodyTitleMainLabel {
  display: block;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.block2_listsItemBodyTitlePlace {
  position: absolute;
  width: 60%;
  right: 0;
  bottom: 20px;
  text-align: right;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 20px;
  color: #000;
}

/* ------------------------------------------------- *
 *        block3
 * ------------------------------------------------- */

.block3 {
  display: table;
  width: 100%;
}

.block3_title {
  color: #fff;
  background: #C12A27;
  display: table-cell;
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  padding: 15px 30px;
  white-space: nowrap;
  margin: 0;
}

.block3_title:before {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 10px 0 0;
  display: none;
}

.block3_body {
  display: table-cell;
  border-bottom: 1px solid #DDD;
}

.block3_lists {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
}

.block3_listsItem {
  display: table-cell;
  text-align: center;
}

.block3_listsItem span,
.block3_listsItem a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  border-left: 1px solid #DDD;
  padding: 7px 0;
  position: relative;
}

.block3_listsItem span:focus,
.block3_listsItem span:visited,
.block3_listsItem a:focus,
.block3_listsItem a:visited {
  color: #000;
}

.block3_listsItem span:hover,
.block3_listsItem a:hover {
  opacity: 0.5;
}

.block3_listsItem.is-active span {
  opacity: 0.5;
}

.block3_listsItem .mf,
.block3_listsItem .block3_title:before {
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 2rem;
  margin: 0 6px 0 0;
}

.block3_listsItem .mf:last-child,
.block3_listsItem .block3_title:last-child:before {
  font-size: 1.3rem;
  top: -2px;
  margin: 0 0 0 10px;
}

/* ------------------------------------------------- *
 *        block4
 * ------------------------------------------------- */

.block4 .nav-tabs {
  border-bottom: 3px solid #D3D3D3;
}

.block4 .nav-tabs li {
  margin-bottom: -3px;
  margin-right: -3px;
  position: relative;
}

.block4 .nav-tabs li:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #C12A27;
}

.block4 .nav-tabs li.active a {
  position: relative;
  border: 3px solid #D3D3D3;
}

.block4 .nav-tabs li.active:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  border-left: 3px solid #d3d3d3;
  border-right: 3px solid #d3d3d3;
}

.block4 .nav-tabs a {
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0;
  border: 3px solid #D3D3D3;
  margin-right: 0;
}

.nav-tabs li:first-child a {
  margin-left: 0;
}

.nav-tabs li:first-child a {
  margin-left: 0;
}

.block4 .nav-tabs a:hover {
  border-color: #d3d3d3;
  background: #fff;
  color: #999;
}

.block4 .tab-content {
  border: 3px solid #d3d3d3;
  border-top: none;
  background: #fff;
}

.block4 .tab-pane {
  overflow: hidden;
  padding: 50px;
}

/* ================================================== *
 *
 *    PLUGINS
 *
 * ================================================== */

/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 720px;
  }

  .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.16667%;
  }

  .col-sm-2 {
    width: 8.33333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.66667%;
  }

  .col-sm-5 {
    width: 20.83333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.16667%;
  }

  .col-sm-8 {
    width: 33.33333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.66667%;
  }

  .col-sm-11 {
    width: 45.83333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.16667%;
  }

  .col-sm-14 {
    width: 58.33333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.66667%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .col-sm-20 {
    width: 83.33333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.66667%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 4.16667%;
  }

  .col-sm-pull-2 {
    right: 8.33333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.66667%;
  }

  .col-sm-pull-5 {
    right: 20.83333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.16667%;
  }

  .col-sm-pull-8 {
    right: 33.33333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.66667%;
  }

  .col-sm-pull-11 {
    right: 45.83333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.16667%;
  }

  .col-sm-pull-14 {
    right: 58.33333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.66667%;
  }

  .col-sm-pull-17 {
    right: 70.83333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.16667%;
  }

  .col-sm-pull-20 {
    right: 83.33333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.66667%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 4.16667%;
  }

  .col-sm-push-2 {
    left: 8.33333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.66667%;
  }

  .col-sm-push-5 {
    left: 20.83333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.16667%;
  }

  .col-sm-push-8 {
    left: 33.33333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.66667%;
  }

  .col-sm-push-11 {
    left: 45.83333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.16667%;
  }

  .col-sm-push-14 {
    left: 58.33333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.66667%;
  }

  .col-sm-push-17 {
    left: 70.83333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.16667%;
  }

  .col-sm-push-20 {
    left: 83.33333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.66667%;
  }

  .col-sm-push-23 {
    left: 95.83333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .header1_navs {
    display: block !important;
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }

  .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.16667%;
  }

  .col-md-2 {
    width: 8.33333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.66667%;
  }

  .col-md-5 {
    width: 20.83333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.16667%;
  }

  .col-md-8 {
    width: 33.33333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.66667%;
  }

  .col-md-11 {
    width: 45.83333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.16667%;
  }

  .col-md-14 {
    width: 58.33333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.66667%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .col-md-20 {
    width: 83.33333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.66667%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 4.16667%;
  }

  .col-md-pull-2 {
    right: 8.33333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.66667%;
  }

  .col-md-pull-5 {
    right: 20.83333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.16667%;
  }

  .col-md-pull-8 {
    right: 33.33333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.66667%;
  }

  .col-md-pull-11 {
    right: 45.83333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.16667%;
  }

  .col-md-pull-14 {
    right: 58.33333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.66667%;
  }

  .col-md-pull-17 {
    right: 70.83333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.16667%;
  }

  .col-md-pull-20 {
    right: 83.33333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.66667%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 4.16667%;
  }

  .col-md-push-2 {
    left: 8.33333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.66667%;
  }

  .col-md-push-5 {
    left: 20.83333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.16667%;
  }

  .col-md-push-8 {
    left: 33.33333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.66667%;
  }

  .col-md-push-11 {
    left: 45.83333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.16667%;
  }

  .col-md-push-14 {
    left: 58.33333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.66667%;
  }

  .col-md-push-17 {
    left: 70.83333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.16667%;
  }

  .col-md-push-20 {
    left: 83.33333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.66667%;
  }

  .col-md-push-23 {
    left: 95.83333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  .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.16667%;
  }

  .col-lg-2 {
    width: 8.33333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.66667%;
  }

  .col-lg-5 {
    width: 20.83333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.16667%;
  }

  .col-lg-8 {
    width: 33.33333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.66667%;
  }

  .col-lg-11 {
    width: 45.83333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.16667%;
  }

  .col-lg-14 {
    width: 58.33333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.66667%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .col-lg-20 {
    width: 83.33333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.66667%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 4.16667%;
  }

  .col-lg-pull-2 {
    right: 8.33333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.66667%;
  }

  .col-lg-pull-5 {
    right: 20.83333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.16667%;
  }

  .col-lg-pull-8 {
    right: 33.33333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.66667%;
  }

  .col-lg-pull-11 {
    right: 45.83333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.16667%;
  }

  .col-lg-pull-14 {
    right: 58.33333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.66667%;
  }

  .col-lg-pull-17 {
    right: 70.83333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.16667%;
  }

  .col-lg-pull-20 {
    right: 83.33333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.66667%;
  }

  .col-lg-pull-23 {
    right: 95.83333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 4.16667%;
  }

  .col-lg-push-2 {
    left: 8.33333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.66667%;
  }

  .col-lg-push-5 {
    left: 20.83333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.16667%;
  }

  .col-lg-push-8 {
    left: 33.33333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.66667%;
  }

  .col-lg-push-11 {
    left: 45.83333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.16667%;
  }

  .col-lg-push-14 {
    left: 58.33333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.66667%;
  }

  .col-lg-push-17 {
    left: 70.83333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.16667%;
  }

  .col-lg-push-20 {
    left: 83.33333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.66667%;
  }

  .col-lg-push-23 {
    left: 95.83333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .mt0-lg {
    margin-top: 0px !important;
  }

  .mt5-lg {
    margin-top: 5px !important;
  }

  .mt10-lg {
    margin-top: 10px !important;
  }

  .mt15-lg {
    margin-top: 15px !important;
  }

  .mt20-lg {
    margin-top: 20px !important;
  }

  .mt25-lg {
    margin-top: 25px !important;
  }

  .mt30-lg {
    margin-top: 30px !important;
  }

  .mt35-lg {
    margin-top: 35px !important;
  }

  .mt40-lg {
    margin-top: 40px !important;
  }

  .mt45-lg {
    margin-top: 45px !important;
  }

  .mt50-lg {
    margin-top: 50px !important;
  }

  .mt55-lg {
    margin-top: 55px !important;
  }

  .mt60-lg {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .mt0-md {
    margin-top: 0px !important;
  }

  .mt5-md {
    margin-top: 5px !important;
  }

  .mt10-md {
    margin-top: 10px !important;
  }

  .mt15-md {
    margin-top: 15px !important;
  }

  .mt20-md {
    margin-top: 20px !important;
  }

  .mt25-md {
    margin-top: 25px !important;
  }

  .mt30-md {
    margin-top: 30px !important;
  }

  .mt35-md {
    margin-top: 35px !important;
  }

  .mt40-md {
    margin-top: 40px !important;
  }

  .mt45-md {
    margin-top: 45px !important;
  }

  .mt50-md {
    margin-top: 50px !important;
  }

  .mt55-md {
    margin-top: 55px !important;
  }

  .mt60-md {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

  body {
    min-width: inherit;
  }

  .contents {
    padding: 0 30px;
  }

  body.is-under .contents {
    width: auto;
  }

  .mt0-sm {
    margin-top: 0px !important;
  }

  .mt5-sm {
    margin-top: 5px !important;
  }

  .mt10-sm {
    margin-top: 10px !important;
  }

  .mt15-sm {
    margin-top: 15px !important;
  }

  .mt20-sm {
    margin-top: 20px !important;
  }

  .mt25-sm {
    margin-top: 25px !important;
  }

  .mt30-sm {
    margin-top: 30px !important;
  }

  .mt35-sm {
    margin-top: 35px !important;
  }

  .mt40-sm {
    margin-top: 40px !important;
  }

  .mt45-sm {
    margin-top: 45px !important;
  }

  .mt50-sm {
    margin-top: 50px !important;
  }

  .mt55-sm {
    margin-top: 55px !important;
  }

  .mt60-sm {
    margin-top: 60px !important;
  }

  .container.is-type1 {
    width: auto;
  }

  .container .row.is-gutter60,
  .container-fluid .row.is-gutter60 {
    margin: 0;
  }

  .container .row.is-gutter60 > div,
  .container-fluid .row.is-gutter60 > div {
    padding: 0;
  }

  .container .row.is-gutter110,
  .container-fluid .row.is-gutter110 {
    margin: 0;
  }

  .container .row.is-gutter110 > div,
  .container-fluid .row.is-gutter110 > div {
    padding: 0;
  }

  .frame1 {
    margin: 30px -30px 0;
  }

  .frame1_inner {
    width: auto;
    padding: 50px 30px;
  }

  .title1:before {
    top: 9px;
  }

  .title1_title {
    padding: 0 15px;
  }

  .title1_titleMainLabel {
    font-size: 1.7rem;
  }

  .title2_icon {
    margin: 0;
  }

  .label1_lists {
    margin-left: -5px;
  }

  .label1_listsItem {
    margin: 15px 0 0 5px;
  }

  .label1_listsItem:first-child {
    margin-left: 5px;
  }

  .list1 .label1 {
    display: block;
    margin: 0 0 0 0;
  }

  .list1.is-type1 .list1_listsItem {
    padding: 15px 50px 25px;
  }

  .list2_listsTitle {
    display: block;
  }

  .list2_listsItem {
    margin: 5px 0 0 0;
  }

  .wysiwyg1 img.alignleft {
    float: none;
    display: table;
    margin: 0 auto 2.5rem;
  }

  .wysiwyg1 img.alignright {
    float: none;
    display: table;
    margin: 0 auto 2.5rem;
  }

  .wysiwyg1 img.aligncenter {
    float: none;
    display: table;
    margin: 0 auto 2.5rem;
  }

  .wysiwyg1 ol,
  .wysiwyg1 ul {
    padding: 0 15px;
  }

  .wysiwyg1 table {
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .wysiwyg1 table th,
  .wysiwyg1 table td {
    border-left: 1px solid #ddd;
  }

  .wysiwyg1 table th:first-child,
  .wysiwyg1 table td:first-child {
    border-left: none;
  }

  .wysiwyg1 table th {
    min-width: 150px;
    display: block;
    border: none;
    border-top: 2px solid #ddd;
  }

  .wysiwyg1 table td {
    display: block;
    border: none;
    border-top: 1px dotted #ddd;
  }

  .wysiwyg1 .wp-caption.alignleft {
    float: none;
    display: table;
    margin: 2.5rem auto 2.5rem;
  }

  .wysiwyg1 .wp-caption.alignright {
    float: none;
    display: table;
    margin: 2.5rem auto 2.5rem;
  }

  .wysiwyg1 .btn {
    display: block;
    margin: 10px 0;
  }

  .btn-type2-1 {
    font-size: 1.2rem;
  }

  .wp-pagenavi {
    margin: 30px 0 0 0;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .wp-pagenavi .last,
  .wp-pagenavi .first {
    display: none;
  }

  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    padding: 0 10px;
    margin: 0 10px;
  }

  .wpcf7-form {
    width: auto;
    padding: 0 0 0 0;
    border: none;
  }

  .wpcf7-form li {
    margin: 10px 0 0 0;
  }

  .wpcf7-form li:first-child {
    padding-top: 0;
  }

  .form1_title {
    display: block;
    width: auto;
  }

  .wpcf7-form-control-wrap {
    display: block;
    padding: 5px 0 0 0;
  }

  .wpcf7-text {
    width: 100%;
  }

  .wpcf7-submit {
    width: 100%;
  }

  .wpcf7-submit:focus,
  .wpcf7-submit:visited {
    color: #C12A27;
  }

  .header1 .input-group {
    position: static;
    width: 100%;
    margin: 15px 0 0 0;
  }

  .header1 .btn-type2 {
    position: static;
    width: 100%;
    margin: 15px 0 0 0;
  }

  .header1_logo {
    text-align: center;
  }

  .header1_logo img {
    width: 60%;
    height: auto;
  }

  .header1_logoSiteName {
    margin: 15px 0 0 0;
  }

  .header1_navs {
    background: #c12a27;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 15px;
    display: none;
    opacity: 0;
  }

  .header1_lang {
    right: 40px;
    top: 7px;
  }

  .header1_langListsItem {
    font-size: 1.2rem;
  }

  .header1_navsLists {
    position: static;
    margin: 0 -15px;
  }

  .header1_navsListsItem {
    display: block;
  }

  .header1_navsListsItem a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .header1_navsListsItem:before {
    display: none;
  }

  .header1_btnToggle {
    display: block;
  }

  .keyVisual1 {
    padding: 0 30px;
    height: 450px;
  }

  .keyVisual1 .btn-type3 {
    width: auto;
  }

  .keyVisual1_inner {
    padding: 0;
  }

  .keyVisual1_text {
    font-size: 1.5rem;
    line-height: 1.8;
    min-width: inherit;
    text-align: justify;
  }

  .keyVisual1_text br {
    display: none;
  }

  .footer1_links {
    width: auto;
    padding: 0 15px;
  }

  .footer1_inner {
    padding-top: 25px;
  }

  .footer1_subInner {
    width: auto;
    display: block;
  }

  .footer1_bodyCc {
    display: block;
    text-align: center;
  }

  .footer1_bodyLists {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 10px;
  }

  .footer1_bodyListsItem {
    line-height: 2;
  }

  .footer1_share {
    padding: 0;
  }

  .footer1_shareItem {
    display: block;
    margin: 0;
  }

  .footer1_shareItem a {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }

  .footer1_shareItem i {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
  }

  .block1 {
    border-bottom: 1px solid #ddd;
  }

  .block1_lists {
    margin: 0 0 0 0;
  }

  .block1_listsItem {
    padding: 0;
    float: none;
    width: 100%;
    margin: 1px 0 0 0;
    border-top: 1px solid #ddd;
  }

  .block1_listsItem a {
    border: none;
    overflow: hidden;
    border-radius: 0;
    display: table;
    width: 100%;
    background: #fff;
    padding: 0 10px;
  }

  .block1_icon {
    height: auto;
    line-height: inherit;
    float: left;
    font-size: 4rem;
    display: table-cell;
  }

  .block1_label {
    border: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 0 0 0 20px;
  }

  .block1_label .mf-arrow1_1_right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    color: #C12A27;
  }

  .block2_inner {
    min-width: inherit;
    padding: 15px;
  }

  .block2_lists {
    display: block;
  }

  .block2_listsItem {
    display: block;
    overflow: hidden;
    margin: 20px 0 0 0;
    border: none;
  }

  .block2_listsItem:first-child {
    margin-top: 0;
  }

  .block2_listsItemBody {
    padding: 20px;
  }

  .block2_listsItemBodyTitle {
    height: auto;
    overflow: visible;
  }

  .block2_listsItemBodyTitlePlace {
    position: static;
    width: auto;
    text-align: left;
    padding: 0;
  }

  .block2_listsItemBodyTitlePlace br {
    display: none;
  }

  .block3_title {
    display: block;
    padding: 10px 0;
  }

  .block3_title:before {
    display: inline-block;
  }

  .block3_body {
    display: none;
  }

  .block3_listsItem {
    display: block;
    text-align: left;
  }

  .block3_listsItem span,
  .block3_listsItem a {
    border: none;
    border-top: 1px solid #ddd;
    padding: 10px;
  }

  .block3_listsItem .mf:last-child,
  .block3_listsItem .block3_title:last-child:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 15px;
    margin: auto;
  }

  .block4 .nav-tabs li {
    text-align: center;
  }

  .block4 .nav-tabs li:first-child {
    width: 40%;
    margin-right: 0;
  }

  .block4 .nav-tabs li:last-child {
    width: 60%;
  }

  .nav-tabs li:first-child.active:before {
    border-right: none !important;
  }

  .nav-tabs li:first-child a {
    border-right: none !important;
  }

  .nav-tabs li:first-child a {
    border-right: none !important;
  }

  .block4 .tab-pane {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .mt0-xs {
    margin-top: 0px !important;
  }

  .mt5-xs {
    margin-top: 5px !important;
  }

  .mt10-xs {
    margin-top: 10px !important;
  }

  .mt15-xs {
    margin-top: 15px !important;
  }

  .mt20-xs {
    margin-top: 20px !important;
  }

  .mt25-xs {
    margin-top: 25px !important;
  }

  .mt30-xs {
    margin-top: 30px !important;
  }

  .mt35-xs {
    margin-top: 35px !important;
  }

  .mt40-xs {
    margin-top: 40px !important;
  }

  .mt45-xs {
    margin-top: 45px !important;
  }

  .mt50-xs {
    margin-top: 50px !important;
  }

  .mt55-xs {
    margin-top: 55px !important;
  }

  .mt60-xs {
    margin-top: 60px !important;
  }

  .container.is-middle .row,
  .container-fluid.is-middle .row {
    display: block;
  }

  .container.is-middle .row > div,
  .container-fluid.is-middle .row > div {
    float: left;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}