@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 987px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.col-xxs-1 {
  width: 8.33333%;
}

.col-xxs-2 {
  width: 16.66667%;
}

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

.col-xxs-4 {
  width: 33.33333%;
}

.col-xxs-5 {
  width: 41.66667%;
}

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

.col-xxs-7 {
  width: 58.33333%;
}

.col-xxs-8 {
  width: 66.66667%;
}

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

.col-xxs-10 {
  width: 83.33333%;
}

.col-xxs-11 {
  width: 91.66667%;
}

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

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

.col-xxs-pull-1 {
  right: 8.33333%;
}

.col-xxs-pull-2 {
  right: 16.66667%;
}

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

.col-xxs-pull-4 {
  right: 33.33333%;
}

.col-xxs-pull-5 {
  right: 41.66667%;
}

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

.col-xxs-pull-7 {
  right: 58.33333%;
}

.col-xxs-pull-8 {
  right: 66.66667%;
}

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

.col-xxs-pull-10 {
  right: 83.33333%;
}

.col-xxs-pull-11 {
  right: 91.66667%;
}

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

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

.col-xxs-push-1 {
  left: 8.33333%;
}

.col-xxs-push-2 {
  left: 16.66667%;
}

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

.col-xxs-push-4 {
  left: 33.33333%;
}

.col-xxs-push-5 {
  left: 41.66667%;
}

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

.col-xxs-push-7 {
  left: 58.33333%;
}

.col-xxs-push-8 {
  left: 66.66667%;
}

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

.col-xxs-push-10 {
  left: 83.33333%;
}

.col-xxs-push-11 {
  left: 91.66667%;
}

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

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

.col-xxs-offset-1 {
  margin-left: 8.33333%;
}

.col-xxs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xxs-offset-4 {
  margin-left: 33.33333%;
}

.col-xxs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xxs-offset-7 {
  margin-left: 58.33333%;
}

.col-xxs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xxs-offset-10 {
  margin-left: 83.33333%;
}

.col-xxs-offset-11 {
  margin-left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 970px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1187px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .all-wrapper footer.footer #f-nav ul:before, nav#nav ul:before, .table-styleB dl:before, .table-styleA dl:before, ul.side-btn:before,
.clearfix:after,
.all-wrapper footer.footer #f-nav ul:after,
nav#nav ul:after,
.table-styleB dl:after,
.table-styleA dl:after,
ul.side-btn:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .all-wrapper footer.footer #f-nav ul:after, nav#nav ul:after, .table-styleB dl:after, .table-styleA dl:after, ul.side-btn:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* ------------ br ------------ */
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 968px) {
  .md-br {
    display: block;
  }
}

.clearfix, .all-wrapper footer.footer #f-nav ul, nav#nav ul, .table-styleB dl, .table-styleA dl, ul.side-btn {
  zoom: 1;
}
.clearfix:after, .all-wrapper footer.footer #f-nav ul:after, nav#nav ul:after, .table-styleB dl:after, .table-styleA dl:after, ul.side-btn:after {
  display: block;
  content: "";
  clear: both;
}

/*
 @include css3(transition, 0.5s);
*/
/* ------------reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
body ul li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:active {
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*.pc-imgがついた画像がpcで表示される */
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

/*.sp-imgがついた画像がspで表示される */
@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }

  .sp-img {
    display: none !important;
  }
}
::-moz-selection {
  background: #42A35B;
  color: #fff;
}
::selection {
  background: #42A35B;
  color: #fff;
}

.page-header h2.h-title {
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

h2.h-titleA,
h2.h-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.1rem;
}
h2.h-titleA span,
h2.h-title span {
  display: block;
  color: #42A35B;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

h3 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 3.8rem;
  }
}

h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2.4rem;
  }
}

h3.h-titleC {
  font-size: 1.8rem;
  border-left: 14px solid #42A35B;
  padding: 0 10px 0 10px;
  font-weight: 100;
}
@media (min-width: 768px) {
  h3.h-titleC {
    font-size: 2.4rem;
  }
}

.h-titleD {
  font-size: 1.8rem;
  font-weight: bold;
}

.h-titleE {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 30px 0 0px 0;
  z-index: -1;
}
@media (min-width: 480px) {
  .h-titleE {
    font-size: 3.4rem;
  }
}
.h-titleE span {
  background-color: white;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-weight: 100;
}

.h-titleE:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.more-btn {
  display: inline-block;
  color: #000;
  border: 3px solid #176859;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.more-btn:after {
  font-family: FontAwesome;
  content: "\f061";
  font-size: 1.8rem;
  line-height: 0;
  color: #176859;
  position: absolute;
  right: 30px;
  top: 50%;
}

ul.side-btn {
  text-align: center;
}
ul.side-btn li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 25px;
}

.table-styleA {
  border-bottom: 1px solid #ddd;
}
.table-styleA dl, .table-styleA dt, .table-styleA dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl {
  background: #f6f6f6;
}
.table-styleA dl dt, .table-styleA dl dd {
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.8;
}
.table-styleA dl dt {
  width: 100%;
  float: none;
  padding: 10px 0 10px 20px;
  font-size: 1.4rem;
  margin: 0;
}
@media (min-width: 768px) {
  .table-styleA dl dt {
    width: 30%;
    float: left;
  }
}
.table-styleA dl dd {
  background: #fff;
  margin-left: 0;
  padding: 10px 0 10px 20px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd {
    margin-left: 30%;
    border-left: 1px solid #ccc;
  }
}
.table-styleA dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.table-styleB {
  border-bottom: 1px solid #ddd;
}
.table-styleB dl, .table-styleB dt, .table-styleB dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleB dl {
  background: #42A35B;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-styleB dl dt, .table-styleB dl dd {
  border-top: 1px solid #ccc;
}
.table-styleB dl dt {
  width: 100%;
  float: none;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .table-styleB dl dt {
    width: 20%;
    float: left;
  }
}
.table-styleB dl dd {
  background: #fff;
  margin-left: 0;
  margin-bottom: 0px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleB dl dd {
    margin-left: 20%;
    border-left: 1px solid #ccc;
  }
}
.table-styleB dl dd p {
  float: left;
  width: 100%;
  padding: 5px 5px;
}
@media (min-width: 768px) {
  .table-styleB dl dd p {
    width: 50%;
    padding: 5px 5px;
  }
}
.table-styleB dl dd .border {
  border-bottom: 1px solid #ccc;
  border-right: none;
}
@media (min-width: 768px) {
  .table-styleB dl dd .border {
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
}
.table-styleB dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.table-styleC {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
}
.table-styleC table {
  border-collapse: collapse;
}
.table-styleC th, .table-styleC td {
  border: solid 1px #ccc;
  padding: 8px;
  white-space: nowrap;
}
.table-styleC th {
  background: #42A35B;
  color: #fff;
}
.table-styleC .scroll {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .table-styleC .scroll {
    display: none;
  }
}

table.table-styleD {
  width: 100%;
  border-collapse: collapse;
}
table.table-styleD thead {
  display: none;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  table.table-styleD thead {
    display: table-header-group;
  }
}
table.table-styleD thead tr {
  border-bottom: #B4B4B5 solid 1px;
  border-top: #B4B4B5 solid 1px;
}
table.table-styleD thead th {
  background: #fff;
  padding: 10px 15px;
}
table.table-styleD thead th:last-child {
  border-right: #B4B4B5 solid 1px;
}
table.table-styleD thead th.bk {
  background-color: #ccc;
}
table.table-styleD thead th.bl {
  border-left: #B4B4B5 solid 1px;
}
table.table-styleD tbody tr {
  border-bottom: #B4B4B5 solid 1px;
}
table.table-styleD tbody th {
  font-size: 1.6rem;
  background: #ccc;
  padding: 15px 15px;
  vertical-align: top;
  display: block;
}
@media (min-width: 768px) {
  table.table-styleD tbody th {
    display: block;
  }
}
table.table-styleD tbody td {
  background: #fff;
  border-right: #B4B4B5 solid 1px;
  border-left: #B4B4B5 solid 1px;
  display: block;
  padding: 5px;
}
table.table-styleD tbody td p {
  padding-left: 6em;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  table.table-styleD tbody td {
    display: table-cell;
    padding: 0 10px;
    border-left: none;
  }
  table.table-styleD tbody td p {
    padding-left: 0;
  }
}
table.table-styleD tbody td:before {
  content: attr(label);
  float: left;
  clear: both;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  table.table-styleD tbody td:before {
    content: none;
  }
}

/*<table class="table-styleD">
    <!--<thead>
      <tr>
        <th></th>
        <th>あああ</th>
        <th>いいい</th>
        <th>いいいあ</th>
      </tr>
    </thead>-->
    <tbody>
      <tr>
        <th>項目1</th>
        <td label="あああ"><p>あああ。</p></td>
        <td label="いいい"><p>あああ</p></td>
        <td label="いいい"><p>あああ</p></td>
      </tr>
    </tbody>
    <tr></tr>
  </table>  */
.table-scroll::-webkit-scrollbar {
  height: 20px;
  /* スクロールバーの高さ */
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #42A35B;
  /* スクロールバーの色 */
}

.table-scroll::-webkit-scrollbar-track {
  background: #ccc;
  /* スクロールバーの背景色 */
}

/*リンクスタイル*/
.link-btn {
  font-weight: bold;
  color: #000;
  font-weight: bold;
}

.link-btn:after {
  font-family: FontAwesome;
  content: "\f061";
  color: #42A35B;
  font-size: 1.6rem;
  padding-left: 10px;
}

/*枠線*/
.frameA {
  border: 3px solid #176859;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*リストスタイル*/
.list-styleA:before {
  color: #2F5B76;
  margin-right: 5px;
  content: "●";
  display: inline-block;
  vertical-align: unset;
  font-size: 3rem;
}

.list-styleB:before {
  color: #42A35B;
  margin-right: 5px;
  content: "■";
  display: inline-block;
}

.list-styleC:before {
  color: #F15A24;
  margin-right: 5px;
  content: "■";
  display: inline-block;
}

.list-styleD:before {
  color: #176859;
  margin-right: 5px;
  content: "■";
  display: inline-block;
}

/*区切り線*/
.lineA {
  border-bottom: 1px solid #4f000a;
  position: relative;
}

.lineA:before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../images/common/linel_a.png);
  background-size: 11px;
}

.lineA:after {
  position: absolute;
  content: "";
  bottom: -6px;
  right: 0;
  width: 11px;
  height: 11px;
  background: url(../images/common/linel_a.png);
  background-size: 11px;
}

/* ------------ br ------------ */
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 968px) {
  .md-br {
    display: block;
  }
}

.clearfix, .all-wrapper footer.footer #f-nav ul, nav#nav ul, ul.side-btn, .table-styleA dl, .table-styleB dl {
  zoom: 1;
}
.clearfix:after, .all-wrapper footer.footer #f-nav ul:after, nav#nav ul:after, ul.side-btn:after, .table-styleA dl:after, .table-styleB dl:after {
  display: block;
  content: "";
  clear: both;
}

nav#nav {
  display: none;
  line-height: 1;
}
@media (min-width: 768px) {
  nav#nav {
    background-color: #42A35B;
    width: 100%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    display: inline-block;
  }
}
nav#nav ul {
  max-width: 1140px;
  margin: 0 auto;
}
nav#nav ul li {
  float: left;
  width: 20%;
  border-left: 1px solid #fff;
  text-align: center;
}
nav#nav ul li a {
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  font-size: 1.6rem;
  width: 100%;
}
nav#nav ul li:last-child {
  border-right: 1px solid #fff;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-bottom: 2px solid #176859;
}

.sp-nav {
  display: inline;
}
@media (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.el_humburger {
  position: fixed;
  top: 45px;
  right: 5px;
  width: 46px;
  height: auto;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  background-color: #fff;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  height: 5px;
  background: #F29700;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #42A35B;
}

.js_humburgerOpen .el_humburger > span.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
      -ms-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  -webkit-transform: translateY(5px) rotate(-45deg);
      -ms-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
      -ms-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.navigation {
  display: none;
}
.navigation.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}
.navigation_screen .logo {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  margin: 0 10px 10px 0;
}
.navigation_screen span.tel {
  display: inline-block;
  font-size: 2.6rem;
  color: #42A35B;
  line-height: 1;
}
.navigation_screen span.tel a {
  color: #42A35B;
}
.navigation_screen span.tel i {
  font-size: 2rem;
  margin-right: 5px;
}

.navigation_wrapper {
  margin: 40px 0 0 0;
  text-align: center;
}
.navigation_wrapper li {
  font-size: 2rem;
  max-width: 360px;
  margin: 0 auto;
  border-bottom: 1px solid #42A35B;
}
.navigation_wrapper li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  padding: 40px;
}
.navigation_wrapper li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.js_fixed .el_humburger > span {
  margin: 0 auto 4px;
  background: #42A35B;
}

/*　////////////////////////////////
ページ共通
//////////////////////////////////　*/
.all-wrapper a {
  color: #000;
}
.all-wrapper p {
  line-height: 2;
}
.all-wrapper h2.h2-styleA {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .all-wrapper h2.h2-styleA {
    font-size: 2.6rem;
  }
}
.all-wrapper h2.h2-styleA span {
  font-size: 1.2rem;
  font-weight: normal;
  color: #42A35B;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .all-wrapper h2.h2-styleA span {
    margin-bottom: 0;
  }
}
.all-wrapper h2.h2-styleA:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 5px solid #42A35B;
  width: 200px;
  width: -webkit-calc(200px - 40px);
  width: 160px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .all-wrapper h2.h2-styleA:before {
    bottom: 0;
  }
}
.all-wrapper h2.h2-styleB {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .all-wrapper h2.h2-styleB {
    font-size: 2.6rem;
  }
}
.all-wrapper h2.h2-styleC {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 28px 15px;
  background-color: #42A35B;
  color: #fff;
}
.all-wrapper h2.h2-styleC span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 14px;
  font-weight: 100;
  letter-spacing: 0.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .all-wrapper h2.h2-styleC {
    text-align: center;
    font-size: 2.6rem;
  }
}
.all-wrapper h3.styleA {
  font-size: 2.4rem;
  border-left: 15px solid #CA3D40;
  padding-left: 10px;
  margin-bottom: 30px;
}
.all-wrapper h3.styleB {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  background-color: #42A35B;
  color: #fff;
}
.all-wrapper h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrapper .tel-style i {
  color: #176859;
  margin-right: 5px;
  font-size: 2.6rem;
  vertical-align: baseline;
}
.all-wrapper .tel-style span {
  font-size: 3rem;
}
.all-wrapper img {
  max-width: 100%;
}
.all-wrapper .bk1 {
  background-image: url(/image/bk1.jpg);
  background-repeat: repeat;
  background-size: 15px;
}
.all-wrapper .bk2 {
  background-image: url(/image/bk2.jpg);
  background-repeat: repeat;
  background-size: 15px;
}
.all-wrapper .bk3 {
  background-image: url(/image/bk3.jpg);
  background-repeat: repeat;
  background-size: 15px;
}
.all-wrapper .more-btnB {
  display: block;
  text-align: center;
}
.all-wrapper .more-btnB a {
  font-weight: bold;
  padding: 15px 60px;
  color: #000;
  display: inline-block;
  border: 2px solid #42A35B;
  background-color: #fff;
}
.all-wrapper .more-btnB a:hover {
  color: #fff;
  background-color: #42A35B;
  border: 2px solid #42A35B;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.all-wrapper ul.case {
  margin-bottom: 10px;
}
.all-wrapper ul.case li {
  margin-bottom: 5px;
}
.all-wrapper header.header {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
  line-height: 0;
}
.all-wrapper header.header h1 {
  font-size: 1.2rem;
  text-align: center;
  background-color: #42A35B;
  color: #fff;
  padding: 5px 0;
  line-height: 1.4;
}
.all-wrapper header.header .head-inner {
  padding: 10px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .all-wrapper header.header .head-inner {
    padding: 25px 0;
  }
}
.all-wrapper header.header .head-inner .logo {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 5px;
}
.all-wrapper header.header .head-inner .logo span {
  font-size: 1.8rem;
  background-color: #42A35B;
  padding: 7px 15px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 2px;
}
.all-wrapper header.header .head-inner .tel-style {
  font-size: 3rem;
  font-weight: bold;
  color: #176859;
  display: inline-block;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .all-wrapper header.header .head-inner .tel-style {
    margin: 5px 0 0 0;
  }
}
.all-wrapper header.header .head-inner .tel-style i {
  font-size: 3.4rem;
}
.all-wrapper header.header .head-inner .tel-style p {
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  vertical-align: middle;
}
.all-wrapper header.header .head-inner .contact {
  background-color: #F29700;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.4;
  position: relative;
}
.all-wrapper header.header .head-inner .contact i {
  margin-right: 5px;
  font-size: 1.6rem;
}
.all-wrapper header.header .head-inner .contact span {
  display: block;
  font-size: 1.3rem;
}
.all-wrapper header.header .head-inner .contact a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.all-wrapper header.header .main-view {
  background: #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #ccc));
  background: -o-linear-gradient(top, #fff 0%, #ccc 70%);
  background: linear-gradient(to bottom, #fff 0%, #ccc 70%);
  text-align: center;
}
.all-wrapper header.header .main-view img {
  margin: 0 auto;
}
.all-wrapper footer.footer {
  margin-top: 100px;
}
.all-wrapper footer.footer #f-nav {
  width: 100%;
  border-top: 1px solid #000;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .all-wrapper footer.footer #f-nav {
    padding-top: 18px;
  }
}
.all-wrapper footer.footer #f-nav ul {
  max-width: 1140px;
  margin: 0 auto;
}
.all-wrapper footer.footer #f-nav ul li {
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
}
.all-wrapper footer.footer #f-nav ul li a {
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .all-wrapper footer.footer #f-nav ul li {
    float: left;
    width: 20%;
    border-left: 1px solid #000;
    border-bottom: none;
    text-align: center;
  }
  .all-wrapper footer.footer #f-nav ul li:last-child {
    border-right: 1px solid #000;
  }
}
.all-wrapper .f-inner {
  font-weight: bold;
}
.all-wrapper .f-inner h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.all-wrapper .f-inner ul {
  text-align: center;
  margin-bottom: 60px;
}
.all-wrapper .f-inner ul li {
  font-size: 2.4rem;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
}
@media (min-width: 768px) {
  .all-wrapper .f-inner ul li {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .all-wrapper .f-inner ul li.f-logo {
    margin-right: 20px;
  }
}
.all-wrapper .copyright {
  text-align: center;
  background-color: #42A35B;
  padding: 5px 0;
  color: #fff;
  font-size: 1.2rem;
}
.all-wrapper .contact-area {
  margin-top: 100px;
}
.all-wrapper .contact-area .inner {
  margin-bottom: 60px;
}
.all-wrapper .contact-area .inner h3 {
  background-color: #176859;
  border-radius: 0;
  padding: 30px 10px;
  margin-bottom: 30px;
  line-height: 2;
}
.all-wrapper .contact-area .inner p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .all-wrapper .contact-area .inner p {
    text-align: center;
    font-size: 2rem;
  }
}
.all-wrapper .contact-area .bk {
  background-color: #FFFCE6;
  padding: 60px 0;
}
.all-wrapper .contact-area .mb-sp {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .all-wrapper .contact-area .mb-sp {
    margin-bottom: 0;
  }
}
.all-wrapper .contact-area h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
  background-color: #F15A24;
  border-radius: 50px;
  color: #fff;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .all-wrapper .contact-area h3 {
    font-size: 2.4rem;
  }
}
.all-wrapper .contact-area .frameA {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
  font-size: 2.6rem;
  padding: 10px;
  background-color: #fff;
}
.all-wrapper .contact-area .frameA p {
  font-size: 1.8rem;
}
.all-wrapper .contact-area .phone {
  text-align: center;
  color: #176859;
}
.all-wrapper .contact-area .phone .frameA {
  border: 3px solid #176859;
}
.all-wrapper .contact-area .phone .frameA a {
  color: #176859;
}
.all-wrapper .contact-area .mail {
  text-align: center;
  color: #F15A24;
  position: relative;
}
.all-wrapper .contact-area .mail .frameA {
  border: 3px solid #F15A24;
}
.all-wrapper .contact-area .mail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-wrapper .contact-area .link {
  margin-top: 40px;
}
.all-wrapper .contact-area .link li a {
  margin-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 2px solid #fff5c7;
  padding-bottom: 5px;
  display: block;
}
@media (min-width: 768px) {
  .all-wrapper .contact-area .link li a {
    font-size: 1.4rem;
    border: none;
    padding-bottom: none;
  }
}
@media (min-width: 968px) {
  .all-wrapper .contact-area .link li a {
    font-size: 1.6rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pagetop a {
  background-color: #176859;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.page-title {
  background-image: url(/image/bk2.jpg);
  background-repeat: repeat;
  background-size: 15px;
  padding: 40px 0;
}
.page-title h2 {
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 20px 0 20px 24px;
  border-left: 5px solid #42A35B;
}

ul.tag-keyword {
  margin-top: 20px;
}
ul.tag-keyword li {
  padding: 2px 10px;
  background-color: #F29700;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 5px 5px 0 0;
}

span.frame-style {
  padding: 5px 20px;
  background-color: #F15A24;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#info .contact .table-styleA dl dd {
  margin-left: 0%;
}
#info .contact .table-styleA dl dt {
  padding: 10px 0 10px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  #info .contact .table-styleA dl dd {
    margin-left: 30%;
  }
  #info .contact .table-styleA dl dt {
    width: 30%;
  }
}
#info .contact h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  #info .contact h3 {
    font-size: 2.6rem;
  }
}
#info .contact span.required {
  background-color: #f15a24;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
}
#info .contact section {
  margin-bottom: 60px;
}
#info .contact section .text-center {
  text-align: left;
}
@media (min-width: 768px) {
  #info .contact section .text-center {
    text-align: center;
  }
}
#info .contact section input[type=email],
#info .contact section input[type=text] {
  width: 84%;
  margin-bottom: 5px;
}
#info .contact section textarea {
  width: 84%;
}
#info .contact section .mwform-zip-field input[type=text] {
  width: 34%;
}
#info .contact section .mwform-tel-field input[type=text] {
  width: 26%;
}
#info .contact section span.mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin-left: 10px;
}
#info .contact section.section01 {
  padding: 50px 0;
  background-color: #fffede;
}
#info .contact section.section01 .tel-style {
  font-size: 3rem;
  font-weight: bold;
  color: #176859;
  display: block;
  margin: 20px 0;
  text-align: center;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
}
#info .contact section.section01 .tel-style i {
  font-size: 3.4rem;
}
#info .contact section.section01 .tel-style p {
  display: inline-block;
  font-size: 1.6rem;
  color: #000;
  vertical-align: middle;
}
#info .contact section.section02 p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 30px;
}
#info .contact section.section03 h3,
#info .contact section.section04 h3 {
  color: #176859;
  margin-bottom: 30px;
}
#info .contact section.section03 span.required,
#info .contact section.section04 span.required {
  margin-right: 10px;
}
#info .contact section.section03 .table-styleA,
#info .contact section.section04 .table-styleA {
  margin: 20px 0 0 0;
}
#info .contact section.section03 .table-styleA dl,
#info .contact section.section04 .table-styleA dl {
  background: #176859;
  color: #fff;
}
#info .contact section.section03 .table-styleA dl span.required,
#info .contact section.section04 .table-styleA dl span.required {
  margin-left: 10px;
}
#info .contact section.section03 .table-styleA dl dd,
#info .contact section.section04 .table-styleA dl dd {
  color: #000;
}
#info .contact section.section05 .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
#info .contact section.section05 .privacy dl dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
#info .contact section.section05 .privacy dl dd {
  margin-bottom: 30px;
}
#info .contact section.section05 p {
  margin-top: 20px;
}
#info .contact section.section05 p .mwform-checkbox-field label {
  font-weight: bold;
}
#info .contact .form-button {
  text-align: center;
  margin-bottom: 160px;
}
#info .contact .form-button input[type=submit] {
  background-color: #42A35B;
  color: #fff;
  border-radius: 0px;
  padding: 10px 50px;
  font-size: 2.4rem;
  border: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#info .contact .form-button input[type=submit]:hover {
  background-color: #F29700;
  border-radius: 100px;
}
#info .confirmation section.section02 {
  margin-top: 60px;
}
#info .confirmation input.return[type=submit] {
  background-color: #176859;
  margin-top: 20px;
  padding: 3px 50px;
  font-size: 2rem;
}
#info .thanks section.section02 {
  margin-top: 60px;
}
#info .thanks section.section02 .tel-style {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
  text-align: left;
  color: #176859;
  margin-top: 50px;
}
@media (min-width: 480px) {
  #info .thanks section.section02 .tel-style {
    text-align: center;
  }
}
#info .thanks section.section02 .tel-style p {
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin-top: 0px;
}

.info-page-title {
  background-image: url(/image/bk2.jpg);
  background-repeat: repeat;
  background-size: 15px;
}
.info-page-title h2 {
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-left: 5px solid #42A35B;
}

.info-wrapper {
  margin-top: 100px;
}

h4.wrecker {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fffce6;
  padding: 20px;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  h4.wrecker {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  h4.wrecker {
    text-align: left;
  }
}

/*220902追加*/
.tire-news {
  border: 4px solid #F30100;
  margin: -20px 0 50px;
  padding: 15px;
  font-size: 1.8rem;
}
.tire-news p {
  line-height: 1.6;
}
.tire-news ul li {
  margin-bottom: 0px;
}
.tire-news ul li a {
  color: #42A35B;
  font-size: 1.6rem;
}
.tire-news ul li a:hover {
  color: #000;
}

#top .all-wrapper section.section01 .tire-news {
  margin: 40px 0 50px;
}
#top .all-wrapper section.section01 .tire-news p {
  line-height: 1.7;
}