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

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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

@media (min-width: 768px) {
  .container-s {
    width: 740px;
  }
}
@media (min-width: 987px) {
  .container {
    width: 980px;
  }
  .container-s {
    width: 950px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.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: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.webp main::before {
  background-image: url("/img/common/webp/lower_bg.webp");
}

.no-webp main::before {
  background-image: url("/img/common/lower_bg.png");
}

.all-wrapper {
  /*パンくず*/
  /*　////////////////////////////////
  lower_header
  //////////////////////////////////　*/
  /*　////////////////////////////////
  main
  //////////////////////////////////　*/
  /*　////////////////////////////////
  lower-first
  //////////////////////////////////　*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 45px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}
.all-wrapper .lower-header {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.all-wrapper .lower-header .lh-inner {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 5vw;
  max-width: 620px;
  position: relative;
}
.all-wrapper .lower-header .lh-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(11, 87, 166, 0.85);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
.all-wrapper .lower-header .lh-inner .metal-icon, .all-wrapper .lower-header .lh-inner .lower-title, .all-wrapper .lower-header .lh-inner .kiwameru {
  position: relative;
  z-index: 2;
}
.all-wrapper .lower-header .lh-inner .metal-icon {
  width: 120px;
  width: clamp(120px, 15vw, 180px);
}
.all-wrapper .lower-header .lh-inner .lower-title {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  margin: 20px 0 0;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.all-wrapper .lower-header .lh-inner .kiwameru {
  width: 200px;
  width: clamp(200px, 40vw, 400px);
}
@media (min-width: 768px) {
  .all-wrapper .lower-header {
    height: 600px;
  }
  .all-wrapper .lower-header .lh-inner {
    padding: 50px 5vw;
  }
  .all-wrapper .lower-header .lh-inner .lower-title {
    margin: 30px 0 15px;
  }
}
.all-wrapper main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  position: relative;
}
.all-wrapper main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
.all-wrapper main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: #0F2B37;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 43, 55)), color-stop(37%, rgb(203, 209, 212)), color-stop(63%, rgb(235, 237, 238)), color-stop(92%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(15, 43, 55) 0%, rgb(203, 209, 212) 37%, rgb(235, 237, 238) 63%, rgb(255, 255, 255) 92%);
  top: 0;
  left: 0;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .all-wrapper main {
    padding-top: 120px;
  }
  .all-wrapper main::before {
    height: 600px;
  }
  .all-wrapper main::after {
    height: 100px;
  }
}
.all-wrapper .lower-first .lower-first-title {
  text-align: center;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .all-wrapper .lower-first .lower-first-title {
    margin-bottom: 70px;
  }
}

/* all-wrapper */
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
.webp .info-header {
  background-image: url("/img/info/webp/info_main.webp");
}
.webp .contact-header {
  background-image: url("/img/info/webp/contact_main.webp");
}

.no-webp .info-header {
  background-image: url("/img/info/info_main.jpg");
}
.no-webp .contact-header {
  background-image: url("/img/info/contact_main.jpg");
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
.all-wrapper .lower-wrapper {
  /*　//--検索--////　*/
}
.all-wrapper .lower-wrapper .row {
  margin-bottom: 0;
}
.all-wrapper .lower-wrapper .row div {
  margin-bottom: 0;
}
.all-wrapper .lower-wrapper #exclusive .midashi {
  border-color: #0957a6;
}
.all-wrapper .lower-wrapper .search .search-title {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: left;
}
.all-wrapper .lower-wrapper .search-box {
  margin: 20px 0;
}
.all-wrapper .lower-wrapper .search-box h2 {
  display: none;
}
.all-wrapper .lower-wrapper .search-box .search-submit,
.all-wrapper .lower-wrapper .search-box .search-field {
  height: 35px;
  font-size: 1.6rem;
}
.all-wrapper .lower-wrapper .search-box .search-submit {
  padding: 2px 25px;
  border-radius: 0;
  background-color: #0957a6;
  color: #fff;
  border: 1px solid #b9b9b9;
}
.all-wrapper .lower-wrapper .search-box .search-field {
  border-radius: 0;
  border: 1px solid #b9b9b9;
}

#primary {
  /*　////////////////////////////////
  投稿スタイル
  //////////////////////////////////　*/
  margin-bottom: 60px;
}
#primary .btnA {
  margin: 30px auto;
}
#primary .entry-header .midashi-lb {
  margin-bottom: 5px;
}
#primary .entry-header .entry-meta {
  margin-bottom: 30px;
}
#primary .entry-footer {
  margin-bottom: 20px;
}
#primary .entry-content {
  /*　////////////////////////////////
  画像配置修正
  //////////////////////////////////　*/
}
#primary .entry-content h1, #primary .entry-content h2, #primary .entry-content h3, #primary .entry-content h4, #primary .entry-content h5 {
  text-align: left;
  border: none;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  max-width: initial;
}
#primary .entry-content h1 {
  font-size: 3rem;
}
#primary .entry-content h2 {
  font-size: 2.6rem;
}
#primary .entry-content h3 {
  font-size: 2.2rem;
}
#primary .entry-content h4 {
  font-size: 1.8rem;
}
#primary .entry-content h5 {
  font-size: 1.6rem;
}
#primary .entry-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
#primary .entry-content ul, #primary .entry-content ol {
  margin: 20px 0;
}
#primary .entry-content ul li {
  list-style: disc;
  margin-left: 25px;
}
#primary .entry-content ol li {
  margin-left: 25px;
}
#primary .entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#primary .entry-content p {
  line-height: 1.8;
}
#primary .entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
#primary .entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
#primary .entry-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
#primary .entry-content .wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
#primary .entry-content a {
  color: #cc5584;
}
#primary .nav-links .nav-next a, #primary .nav-links .nav-previous a {
  font-weight: bold;
}

/*キャプション画像はみ出る修正*/
.wp-caption {
  max-width: 100%;
}

/*　////////////////////////////////
404
//////////////////////////////////　*/
.error-404 {
  margin: 100px 0;
}
.error-404 form.search-form {
  margin: 30px 0;
}

/*　////////////////////////////////
アーカイブナビゲーション
//////////////////////////////////　*/
.pagenavi .wp-pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #0957a6;
  padding: 8px 12px;
  margin: 2px;
}
.pagenavi .wp-pagenavi span.current {
  color: #fff;
  background-color: #0957a6;
  border-color: #0957a6;
}
.pagenavi .wp-pagenavi a {
  color: #0957a6;
}
.pagenavi .wp-pagenavi a:hover {
  border-color: #0957a6;
  color: #0957a6;
}

/*　////////////////////////////////
一覧ボタン
//////////////////////////////////　*/
.list-btn {
  display: block;
  text-align: center;
}
.list-btn a {
  padding: 15px 60px;
  color: #000;
  display: inline-block;
  border: 2px solid #0957a6;
  background-color: #fff;
}
.list-btn a:hover {
  color: #fff;
  background-color: #cc5584;
  border: 2px solid #cc5584;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*　////////////////////////////////
ナビゲーション
//////////////////////////////////　*/
nav.navigation.post-navigation {
  margin: 40px 0;
  display: block;
  width: 100%;
}
nav.navigation.post-navigation .nav-links {
  overflow: hidden;
  padding: 0 2px;
}
nav.navigation.post-navigation .nav-links a {
  padding: 15px 0;
  display: block;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links a {
    padding: 0;
    display: inline-block;
  }
}
nav.navigation.post-navigation .nav-links .nav-previous {
  text-align: left;
  background-color: #f1f1f1;
  float: none;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links .nav-previous {
    float: left;
    border: none;
    background-color: transparent;
    width: 50%;
  }
}
nav.navigation.post-navigation .nav-links .nav-previous a:before {
  content: "<";
  color: #0957a6;
  font-size: 1.6rem;
  padding-right: 10px;
}
nav.navigation.post-navigation .nav-links .nav-next {
  text-align: right;
  background-color: #e8e8e8;
  float: none;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links .nav-next {
    float: right;
    border: none;
    background-color: transparent;
    width: 50%;
  }
}
nav.navigation.post-navigation .nav-links .nav-next a:after {
  content: ">";
  color: #0957a6;
  font-size: 1.6rem;
  padding-left: 10px;
}
nav.navigation.post-navigation h2.screen-reader-text {
  display: none;
}
nav.navigation.post-navigation .navigation .nav-links .nav-next a:after {
  color: #0957a6;
}

/*　////////////////////////////////
前と次の月
//////////////////////////////////　*/
.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-calendar-nav .wp-calendar-nav-prev,
.wp-calendar-nav .wp-calendar-nav-next {
  width: 50%;
  text-align: center;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  padding: 4px 0;
  background-color: #0957a6;
  color: #fff;
  font-size: 1.4rem;
}
.wp-calendar-nav .pad {
  display: none;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  border-right: 1px solid #fff;
}

.side-exclusive .wp-calendar-nav .wp-calendar-nav-prev a,
.side-exclusive .wp-calendar-nav .wp-calendar-nav-next a {
  background-color: #f7f7f7;
}

/*　////////////////////////////////
見出し、アーカイブタイトル
//////////////////////////////////　*/
.page-title,
h2.archive-title {
  font-size: 2.4rem;
  font-size: clamp(2rem, 3.3vw, 3rem);
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0957a6;
}

/*　////////////////////////////////

//////////////////////////////////　*/
#secondary .sidebar {
  font-weight: normal;
  margin-top: 30px;
}
@media (min-width: 987px) {
  #secondary .sidebar {
    margin-top: 0px;
  }
}
#secondary .sidebar .widget {
  margin-bottom: 30px;
}
#secondary .sidebar .widget a {
  display: block;
}
#secondary .sidebar h2.widget-title {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 12px 0;
  margin-bottom: 0px;
  background: #0957a6;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table {
  background: #fff;
  width: 100%;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table caption {
  background: #fff;
  text-align: center;
  color: #000530;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table th, #secondary .sidebar .calendar_wrap .wp-calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2.3;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table th a, #secondary .sidebar .calendar_wrap .wp-calendar-table td a {
  display: block;
  color: #fff;
  background-color: #959595;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table td#today {
  background-color: #cc5584;
  color: #fff;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table td#today a {
  background-color: #cc5584;
  color: #fff;
}
#secondary .sidebar .widget_search {
  background: #fff;
}
#secondary .sidebar .widget_search form.search-form {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#secondary .sidebar .widget_search .search-field {
  width: 67%;
}
#secondary .sidebar .widget_search .screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_search label {
  width: 100%;
}
#secondary .sidebar .widget_search input.search-submit {
  background-color: #3e3a39;
  border: none;
  color: #fff;
  padding: 3px 11px;
  font-weight: 400;
}
#secondary .sidebar .widget_archive label.screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_archive select {
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#secondary .sidebar .widget_archive a {
  padding: 10px 5px;
  display: block;
}
#secondary .sidebar .widget_archive a:hover {
  color: #fff;
  background-color: #0957a6;
}
#secondary .sidebar .widget_recent_entries ul {
  margin-top: 15px;
}
#secondary .sidebar .widget_recent_entries ul li {
  margin-bottom: 10px;
}
#secondary .sidebar .widget_categories .screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_categories .postform {
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#secondary .sidebar .widget_categories ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #f7f7f7;
}
#secondary .sidebar .widget_categories ul li a {
  padding: 10px 5px;
  display: block;
}
#secondary .sidebar .widget_categories ul li a:hover {
  color: #fff;
  background-color: #0957a6;
}
#secondary .sidebar .widget_tag_cloud .tagcloud {
  margin: 20px 0;
}
#secondary .sidebar .widget_tag_cloud .tagcloud a {
  color: #fff;
  background-color: #0957a6;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 3px 5px 0;
  line-height: 1.4;
  font-size: 1.4rem !important;
  letter-spacing: 0;
  border-radius: 10px;
}
#secondary .sidebar .widget_tag_cloud .tagcloud a:hover {
  background-color: #d4b936;
}
#secondary .side-exclusive h2.widget-title {
  background-color: #f7f7f7;
  color: #fff;
}

#primary figure {
  width: 100%;
}
#primary figure img {
  width: 100%;
}
#primary .main .list-news-wrap {
  position: relative;
  line-height: 2;
}
#primary .main .list-news-wrap ul li {
  padding-bottom: 24px;
  margin-bottom: 36px;
}
#primary .main .list-news-wrap ul li .news-date {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  line-height: 0;
  vertical-align: inherit;
}
#primary .main .list-news-wrap ul li .col2 {
  zoom: 1;
}
#primary .main .list-news-wrap ul li .col2:after {
  display: block;
  content: "";
  clear: both;
}
#primary .main .list-news-wrap ul li .col2 .thumbnail-wap {
  margin: 0 0 2% 0;
}
@media (min-width: 480px) {
  #primary .main .list-news-wrap ul li .col2 .thumbnail-wap {
    width: 20%;
    float: left;
    margin: 0 2% 0 0;
  }
}
#primary .main .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail {
  width: 80%;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #primary .main .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail {
    width: 100%;
    height: 130px;
  }
}
#primary .main .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  #primary .main .list-news-wrap ul li .col2 .detail {
    width: 78%;
    float: left;
  }
}
#primary .main .list-news-wrap ul li .col2 .detail .news-date {
  display: inline-block;
}
#primary .main .list-news-wrap ul .news-txt a {
  color: #000;
}
#primary .main .entry-content {
  margin: 20px 0 80px;
  line-height: 2;
}
@media (min-width: 768px) {
  #primary .main .entry-content {
    margin: 40px 0 80px;
  }
}
#primary .main .entry-content tbody td {
  border: solid 1px #bababa;
  padding: 5px;
}
#primary .main ul.post-categories {
  line-height: 0;
  display: block;
  margin: 5px 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #primary .main ul.post-categories {
    margin: 0;
    display: inline-block;
  }
}
#primary .main ul.post-categories li {
  border: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}
#primary .main ul.post-categories li a {
  background-color: #0957a6;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0;
  border-radius: 2px;
  color: #fff;
}
#primary .main img {
  width: auto;
  height: auto;
}
#primary .main .more-btnB {
  margin-top: 50px;
}
#primary .post-categories {
  display: block;
}
@media (min-width: 768px) {
  #primary .post-categories {
    display: inline-block;
  }
}
#primary .post-categories a {
  color: #000;
  padding: 1px 4px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0;
}

#lower #primary {
  /*　////////////////////////////////
  見出しスタイル
  //////////////////////////////////　*/
}
#lower #primary h1 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #113a8c;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #lower #primary h1 {
    font-size: 2.4rem;
  }
}
#lower #primary h2 {
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #113a8c;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #lower #primary h2 {
    font-size: 2.2rem;
  }
}
#lower #primary h3 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #lower #primary h3 {
    font-size: 1.8rem;
  }
}

/*　////////////////////////////////
ギャラリー
//////////////////////////////////　*/
#primary .entry-content .gallery {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#primary .entry-content .gallery:after {
  display: block;
  content: "";
  clear: both;
}
#primary .entry-content .gallery figure.gallery-item {
  float: left;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
#primary .entry-content .gallery figure.gallery-item img {
  border-radius: 0px;
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#primary .entry-content .gallery figure.gallery-item a {
  display: inline-block;
  border: 2px solid #0957a6;
}
#primary .entry-content .gallery-columns-6 figure.gallery-item,
#primary .entry-content .gallery-columns-5 figure.gallery-item,
#primary .entry-content .gallery-columns-4 figure.gallery-item,
#primary .entry-content .gallery-columns-3 figure.gallery-item {
  width: 50%;
}
@media (min-width: 768px) {
  #primary .entry-content .gallery-columns-6 figure.gallery-item {
    width: 16%;
  }
  #primary .entry-content .gallery-columns-5 figure.gallery-item {
    width: 20%;
  }
  #primary .entry-content .gallery-columns-4 figure.gallery-item {
    width: 25%;
  }
  #primary .entry-content .gallery-columns-3 figure.gallery-item {
    width: 33%;
  }
  #primary .entry-content .gallery-columns-2 figure.gallery-item {
    width: 50%;
  }
}

/*　////////////////////////////////
ギャラリー
//////////////////////////////////　*/
#primary .entry-content .gallery {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#primary .entry-content .gallery:after {
  display: block;
  content: "";
  clear: both;
}
#primary .entry-content .gallery figure.gallery-item {
  float: left;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
#primary .entry-content .gallery figure.gallery-item img {
  border-radius: 0px;
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#primary .entry-content .gallery figure.gallery-item a {
  display: inline-block;
  border: 2px solid #0957a6;
}
#primary .entry-content .gallery-columns-6 figure.gallery-item,
#primary .entry-content .gallery-columns-5 figure.gallery-item,
#primary .entry-content .gallery-columns-4 figure.gallery-item,
#primary .entry-content .gallery-columns-3 figure.gallery-item {
  width: 50%;
}
@media (min-width: 768px) {
  #primary .entry-content .gallery-columns-6 figure.gallery-item {
    width: 16%;
  }
  #primary .entry-content .gallery-columns-5 figure.gallery-item {
    width: 20%;
  }
  #primary .entry-content .gallery-columns-4 figure.gallery-item {
    width: 25%;
  }
  #primary .entry-content .gallery-columns-3 figure.gallery-item {
    width: 33%;
  }
  #primary .entry-content .gallery-columns-2 figure.gallery-item {
    width: 50%;
  }
}

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

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

/*記事ページ　aタグ*/
#primary #single .entry-content a {
  color: #0957a6;
  border-bottom: 1px solid #0957a6;
}

/*　////////////////////////////////
お問い合わせ
//////////////////////////////////　*/
.contact {
  margin-bottom: 80px;
}
.contact .contact-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(2rem, 4.42vw, 4.6rem);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3e3a39;
}
@media (min-width: 768px) {
  .contact .contact-title {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.contact .first {
  padding: 25px 15px 15px;
  max-width: 890px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.contact .complete {
  margin-bottom: 30px;
}
.contact p.important {
  color: #0957a6;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}
.contact p.attention {
  color: #cc5584;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.contact .contact-wrap {
  margin-bottom: 80px;
}
.contact .contact-wrap .form-table {
  margin-bottom: 80px;
}
.contact .contact-wrap .form-table dl {
  zoom: 1;
}
.contact .contact-wrap .form-table dl:after {
  display: block;
  content: "";
  clear: both;
}
.contact .contact-wrap .form-table dl .wrap {
  padding: 20px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.contact .contact-wrap .form-table dl .wrap dt {
  zoom: 1;
  font-weight: 500;
  padding-top: 2px;
  margin-bottom: 15px;
}
.contact .contact-wrap .form-table dl .wrap dt:after {
  display: block;
  content: "";
  clear: both;
}
.contact .contact-wrap .form-table dl .wrap dd input {
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #999999;
  font-size: 1.6rem;
}
.contact .contact-wrap .form-table dl .wrap dd textarea {
  resize: vertical;
  width: 100%;
  height: 150px;
  background-color: #f2f2f2;
  border: 1px solid #999999;
  font-size: 1.6rem;
}
.contact .contact-wrap .form-table dl .wrap dd select {
  background-color: #f2f2f2;
  border: 1px solid #999999;
  height: 40px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contact .contact-wrap .form-table dl .wrap dd.num {
    text-align: right;
  }
}
.contact .contact-wrap .form-table dl .wrap dd.num input {
  width: 60px;
}
@media (max-width: 768px) {
  .contact .contact-wrap .form-table dl .wrap dd.time {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .contact .contact-wrap .form-table dl .wrap dd.input-tel {
    text-align: center;
  }
}
.contact .contact-wrap .form-table dl .wrap dd.input-tel input {
  width: 25%;
}
.contact .contact-wrap .form-table dl .wrap dd.select .mwform-radio-field {
  display: inline-block;
  margin-right: 40px;
}
.contact .contact-wrap .form-table dl .wrap dd.select .horizontal-item {
  margin-left: 0;
}
.contact .contact-wrap .form-table dl .wrap dd.select input {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .contact .contact-wrap .form-table dl .wrap {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .contact-wrap .form-table dl .wrap dt {
    width: 270px;
  }
  .contact .contact-wrap .form-table dl .wrap dd {
    margin-left: 10%;
    width: calc(90% - 270px);
  }
}
.contact .contact-wrap h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact .contact-wrap h4 {
    font-size: 2.4rem;
  }
}
.contact .contact-wrap .privacy {
  overflow-y: scroll;
  height: 300px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #efefef;
}
.contact .contact-wrap .privacy dl dt {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
}
.contact .contact-wrap .privacy dl dd {
  font-size: 1.6rem;
  padding: 5px 0 20px;
}
.contact .contact-wrap p.kojin {
  text-align: center;
  margin: 15px 0 30px;
  line-height: 3;
  font-weight: 500;
}
.contact .contact-wrap p.kojin span {
  display: inline-block;
  font-weight: 500;
}
.contact .contact-wrap .submit_btn {
  text-align: center;
}
.contact .contact-wrap .submit_btn .btn_inner {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact .contact-wrap .submit_btn .btn_inner input[type=submit] {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background: #0957a6;
  border: 2px solid #0957a6;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  margin: 30px auto 15px;
  border-radius: 50px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1.6rem, 2.22vw, 1.8rem);
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contact .contact-wrap .submit_btn .btn_inner input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact .contact-wrap .submit_btn .btn_inner input[type=submit]:hover {
  background: #fff;
  color: #0957a6;
  opacity: 1;
}
.contact .contact-wrap .submit_btn .btn_inner input[type=submit]:hover::after {
  background: #0957a6;
  right: 5px;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

/*　////////////////////////////////
info
//////////////////////////////////　*/
#info .lower_head {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  #info .lower_head {
    margin-bottom: 120px;
  }
}

.info-wrapper {
  margin: 30px 0 160px;
}
.info-wrapper .results-cat {
  background-color: #0957a6;
  color: #fff;
  padding: 3px 4px;
  font-size: 1.2rem;
  margin-right: 5px;
}
.info-wrapper .mw_wp_form.mw_wp_form_send_error {
  margin: 30px 0;
  color: #f00;
  font-size: 1.6rem;
}
.info-wrapper h2 {
  margin-bottom: 10px;
}
.info-wrapper h2.info-title {
  border-top: 2px solid #0957a6;
  border-bottom: 2px solid #0957a6;
  padding: 40px 0;
  margin-bottom: 10px;
}
.info-wrapper h2.entry-title {
  border-left: 10px solid #cc5584;
  padding: 5px 0px 5px 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .info-wrapper h2.entry-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.info-wrapper .entry-meta {
  font-weight: 500;
  font-size: 1.4rem;
  color: #0957a6;
}
.info-wrapper .entry-meta a {
  color: #0957a6;
}
.info-wrapper .entry-content {
  margin-top: 20px;
}
.info-wrapper h2.archive-title {
  text-align: left;
  margin-bottom: 40px;
}
.info-wrapper .nav-links {
  font-weight: 500;
}
.info-wrapper .container {
  max-width: 1200px;
}

/*　////////////////////////////////
search 検索結果無し画面
//////////////////////////////////　*/
.no-results .search-form {
  margin-top: 15px;
}
.no-results .search-form input[type=search] {
  border: 1px solid #999;
  padding: 5px;
}
.no-results .search-form input[type=submit] {
  border: none;
  background: #cc5584;
  color: #fff;
  padding: 5px 15px;
}