@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@300&family=Shippori+Mincho:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@300&family=Shippori+Mincho:wght@300&display=swap");
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;
}

@media (min-width: 987px) {
  .container {
    width: 980px;
  }
}
@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, .all-wrapper #top #top-info-a .row:before, .all-wrapper #menu-bar .pc-nav ul:before, .table-styleA dl:before, .table-type-a dl:before, .table-a table tbody td dl:before,
.clearfix:after,
.all-wrapper #top #top-info-a .row:after,
.all-wrapper #menu-bar .pc-nav ul:after,
.table-styleA dl:after,
.table-type-a dl:after,
.table-a table tbody td dl:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .all-wrapper #top #top-info-a .row:after, .all-wrapper #menu-bar .pc-nav ul:after, .table-styleA dl:after, .table-type-a dl:after, .table-a table tbody td dl: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;
  }
}
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .all-wrapper #top #top-info-a .row, .all-wrapper #menu-bar .pc-nav ul, .table-styleA dl, .table-type-a dl, .table-a table tbody td dl {
  zoom: 1;
}
.clearfix:after, .all-wrapper #top #top-info-a .row:after, .all-wrapper #menu-bar .pc-nav ul:after, .table-styleA dl:after, .table-type-a dl:after, .table-a table tbody td dl:after {
  display: block;
  content: "";
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  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-weight: 100;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

/*　////////////////////////////////
テキスト
//////////////////////////////////　*/
.text-right {
  text-align: right;
}

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

/*　////////////////////////////////
改行
//////////////////////////////////　*/
.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;
  }
}

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

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

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

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

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

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

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

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #092859;
  color: #fff;
}
::selection {
  background: #092859;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
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;
  color: #000;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background-color: #092859;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////
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;
}

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
.txet-center {
  text-align: center;
}

.section-info ul.news-list li {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
}
.section-info .title {
  font-size: 1.8rem;
}
.section-info .data {
  font-size: 1.3rem;
  color: #F7931E;
}
.section-info .text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.more-btnA {
  display: block;
  text-align: center;
}
.more-btnA a {
  text-align: left;
  font-weight: 400;
  padding: 5px 0px 5px 20px;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #092859;
  position: relative;
  border: solid 1px #ffe200;
  width: 260px;
  font-family: font_hiramin;
  position: relative;
}
.more-btnA .arrow {
  display: inline-block;
  right: 22px;
  position: absolute;
  top: 17px;
}
.more-btnA .arrow::before,
.more-btnA .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-btnA .arrow:before {
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btnA a:hover {
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-btnB {
  display: block;
  text-align: center;
}
.more-btnB a {
  font-weight: 400;
  padding: 5px 30px;
  color: #000;
  display: inline-block;
  border: 2px solid #092859;
  background-color: #fff;
}
.more-btnB a:hover {
  color: #fff;
  background-color: #092859;
  border: 2px solid #092859;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-btnC {
  text-align: center;
}
.more-btnC a {
  color: #ffe200;
}
.more-btnC a i {
  margin-left: 10px;
}

ul.list-styleA li {
  position: relative;
  padding-left: 20px;
}
ul.list-styleA li:before {
  color: #092859;
  margin-right: 5px;
  content: "■";
  font-size: 1.6rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.dotted-line {
  border-bottom: 3px dotted #092859;
}

.under-line {
  border-bottom: 1px solid #092859;
}

/*
<div class="table-a">
<table>
<tbody>
<tr>
<th>社 名</th>
<td>data</td>
</tr>
</tbody>
</table>
</div>
*/
.table-a {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-a {
    margin-bottom: 30px;
  }
}
.table-a table {
  width: 100%;
}
.table-a table tbody td, .table-a table tbody th {
  border-collapse: collapse;
  padding: 10px;
}
.table-a table tbody th {
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  border-top: 1px solid #092859;
  border-bottom: 1px solid #092859;
}
@media (min-width: 768px) {
  .table-a table tbody th {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #092859;
  }
}
.table-a table tbody td {
  vertical-align: top;
  display: block;
  border-top: none;
  padding: 20px 0px;
}
@media (min-width: 768px) {
  .table-a table tbody td {
    padding: 20px 0px 20px 40px;
    display: table-cell;
    border-top: 1px solid #092859;
    border-bottom: 1px solid #092859;
  }
}
.table-a table tbody td dl dt {
  float: left;
  width: 80%;
}
@media (min-width: 768px) {
  .table-a table tbody td dl dt {
    width: 50%;
  }
}
.table-a table tbody td dl dd {
  float: left;
}
.table-a table tr:last-child {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .table-a table tr:last-child {
    border-bottom: name;
  }
}

.table-type-a dl dd {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .table-type-a dl dt {
    float: left;
    width: 70%;
  }
  .table-type-a dl dd {
    float: right;
    width: 30%;
    text-align: right;
    margin-bottom: 0px;
  }
}

.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: #fff8ec;
}
.table-styleA dl dt, .table-styleA dl dd {
  border-top: 1px solid #ccc;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt {
    text-align: left;
    width: 30%;
    float: left;
    padding: 10px 0 0 20px;
  }
}
.table-styleA dl dd {
  background: #fff;
  margin-left: 0;
  padding: 10px 0;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd {
    margin-left: 30%;
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 20px;
  }
}
.table-styleA dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.table-styleB dl {
  background: #ffd576;
}

.list-styleB dt {
  float: left;
  clear: both;
  width: 31%;
  height: auto;
}
.list-styleB dd {
  margin-left: 31%;
  width: 69%;
  height: auto;
  margin-bottom: 10px;
}

/*　////////////////////////////////
form共通
//////////////////////////////////　*/
.form-closed {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .form-closed {
    text-align: center;
  }
}
.form-closed h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #092859;
}
@media (min-width: 768px) {
  .form-closed h3 {
    font-size: 3.4rem;
  }
}
.form-closed p {
  font-size: 1.6rem;
}
@media (min-width: 987px) {
  .form-closed p {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}

#form .mw_wp_form_complete {
  background-color: #ffb;
  padding: 20px;
  margin-bottom: 40px;
}
#form .form {
  margin-bottom: 60px;
}
#form .form .table-styleA {
  margin-bottom: 50px;
}
#form .form .table-styleA dd.address input {
  margin: 10px 0;
}
#form .form dd {
  vertical-align: middle;
}
#form .form dd input[type=checkbox] {
  width: auto;
}
#form .form dd input[type=radio] {
  width: auto;
}
#form .required-text {
  font-size: 1.2rem;
}
#form .required-text span.required {
  margin: 0 10px 20px 0;
}
#form span.required {
  background-color: #f7931e;
  color: #fff;
  padding: 5px 6px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
#form .table-styleA dd {
  padding: 10px 10px 10px 20px;
}
#form .table-styleA span.required {
  margin-left: 10px;
}
#form .table-styleA input, #form .table-styleA textarea {
  width: 80%;
  font-size: 1.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
#form .table-styleA ::-webkit-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-moz-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA :-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
#form .privacy dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
#form .privacy dl dd {
  margin-bottom: 30px;
}
#form .form-button {
  text-align: center;
  margin: 30px 0 0 0;
}
#form .form-button input[type=submit] {
  background-color: #092859;
  color: #fff;
  border-radius: 0px;
  padding: 10px 50px;
  font-size: 24px;
  border: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#form .form-button input[type=submit]:hover {
  background-color: #092859;
  border-radius: 100px;
}
#form .tel {
  font-size: 2.2rem;
}
@media (min-width: 1220px) {
  #form .tel {
    font-size: 3rem;
  }
}
#form .tel img {
  width: 36px;
  margin-right: 10px;
}
@media (min-width: 1220px) {
  #form .tel img {
    width: 43px;
  }
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.menu-toggle, .menu-toggle span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle {
  position: fixed;
  top: 18px;
  right: 10px;
  width: 50px;
  height: 60px;
  z-index: 120;
  background: none;
  background-color: #fff;
  border: solid 1px #092859;
}
@media (max-width: 480px) {
  .menu-toggle {
    top: 34px;
  }
}
.menu-toggle p {
  font-size: 13px;
  margin-top: 33px;
  color: #092859;
  letter-spacing: 1px;
}
.menu-toggle span {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: #092859;
  z-index: 120;
}
.menu-toggle span:nth-of-type(1) {
  top: 10px;
}
.menu-toggle span:nth-of-type(2) {
  top: 35%;
}
.menu-toggle span:nth-of-type(3) {
  bottom: 26px;
}

.menu-toggle.active {
  opacity: 1;
  background-color: initial;
  border: none;
}
.menu-toggle.active p {
  color: #fff;
}
.menu-toggle.active span {
  background-color: #fff;
}
.menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  bottom: 33px;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #092859;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
#nav ul {
  margin: 20px 0;
  padding: 20px 0;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#nav ul li {
  list-style-type: none;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.6s ease;
  transition: transform 0.8s ease, opacity 0.6s ease, -webkit-transform 0.8s ease;
  will-change: transform, animation, position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#nav ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
#nav ul li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#nav ul li:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
#nav ul li a {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}
#nav ul li a:hover {
  color: #ffe200;
}

#nav.active {
  right: 0;
  opacity: 0.98;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav.active li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

button:focus:not(.focus-visible) {
  outline: none;
}

/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .all-wrapper #top #top-info-a .row, .all-wrapper #menu-bar .pc-nav ul, .table-a table tbody td dl, .table-type-a dl, .table-styleA dl {
  zoom: 1;
}
.clearfix:after, .all-wrapper #top #top-info-a .row:after, .all-wrapper #menu-bar .pc-nav ul:after, .table-a table tbody td dl:after, .table-type-a dl:after, .table-styleA dl:after {
  display: block;
  content: "";
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  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-weight: 100;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

/*　////////////////////////////////
テキスト
//////////////////////////////////　*/
.text-right {
  text-align: right;
}

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

/*　////////////////////////////////
改行
//////////////////////////////////　*/
.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;
  }
}

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

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

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

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

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

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

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

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #092859;
  color: #fff;
}
::selection {
  background: #092859;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
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;
  color: #000;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background-color: #092859;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////
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;
}

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
.txet-center {
  text-align: center;
}

.section-info ul.news-list li {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
}
.section-info .title {
  font-size: 1.8rem;
}
.section-info .data {
  font-size: 1.3rem;
  color: #F7931E;
}
.section-info .text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.more-btnA {
  display: block;
  text-align: center;
}
.more-btnA a {
  text-align: left;
  font-weight: 400;
  padding: 5px 0px 5px 20px;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #092859;
  position: relative;
  border: solid 1px #ffe200;
  width: 260px;
  font-family: font_hiramin;
  position: relative;
}
.more-btnA .arrow {
  display: inline-block;
  right: 22px;
  position: absolute;
  top: 17px;
}
.more-btnA .arrow::before,
.more-btnA .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-btnA .arrow:before {
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btnA a:hover {
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-btnB {
  display: block;
  text-align: center;
}
.more-btnB a {
  font-weight: 400;
  padding: 5px 30px;
  color: #000;
  display: inline-block;
  border: 2px solid #092859;
  background-color: #fff;
}
.more-btnB a:hover {
  color: #fff;
  background-color: #092859;
  border: 2px solid #092859;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more-btnC {
  text-align: center;
}
.more-btnC a {
  color: #ffe200;
}
.more-btnC a i {
  margin-left: 10px;
}

ul.list-styleA li {
  position: relative;
  padding-left: 20px;
}
ul.list-styleA li:before {
  color: #092859;
  margin-right: 5px;
  content: "■";
  font-size: 1.6rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.dotted-line {
  border-bottom: 3px dotted #092859;
}

.under-line {
  border-bottom: 1px solid #092859;
}

/*
<div class="table-a">
<table>
<tbody>
<tr>
<th>社 名</th>
<td>data</td>
</tr>
</tbody>
</table>
</div>
*/
.table-a {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .table-a {
    margin-bottom: 30px;
  }
}
.table-a table {
  width: 100%;
}
.table-a table tbody td, .table-a table tbody th {
  border-collapse: collapse;
  padding: 10px;
}
.table-a table tbody th {
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  border-top: 1px solid #092859;
  border-bottom: 1px solid #092859;
}
@media (min-width: 768px) {
  .table-a table tbody th {
    display: table-cell;
    width: 30%;
    border-right: 1px solid #092859;
  }
}
.table-a table tbody td {
  vertical-align: top;
  display: block;
  border-top: none;
  padding: 20px 0px;
}
@media (min-width: 768px) {
  .table-a table tbody td {
    padding: 20px 0px 20px 40px;
    display: table-cell;
    border-top: 1px solid #092859;
    border-bottom: 1px solid #092859;
  }
}
.table-a table tbody td dl dt {
  float: left;
  width: 80%;
}
@media (min-width: 768px) {
  .table-a table tbody td dl dt {
    width: 50%;
  }
}
.table-a table tbody td dl dd {
  float: left;
}
.table-a table tr:last-child {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .table-a table tr:last-child {
    border-bottom: name;
  }
}

.table-type-a dl dd {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .table-type-a dl dt {
    float: left;
    width: 70%;
  }
  .table-type-a dl dd {
    float: right;
    width: 30%;
    text-align: right;
    margin-bottom: 0px;
  }
}

.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: #fff8ec;
}
.table-styleA dl dt, .table-styleA dl dd {
  border-top: 1px solid #ccc;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt {
    text-align: left;
    width: 30%;
    float: left;
    padding: 10px 0 0 20px;
  }
}
.table-styleA dl dd {
  background: #fff;
  margin-left: 0;
  padding: 10px 0;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd {
    margin-left: 30%;
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 20px;
  }
}
.table-styleA dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.table-styleB dl {
  background: #ffd576;
}

.list-styleB dt {
  float: left;
  clear: both;
  width: 31%;
  height: auto;
}
.list-styleB dd {
  margin-left: 31%;
  width: 69%;
  height: auto;
  margin-bottom: 10px;
}

/*　////////////////////////////////
form共通
//////////////////////////////////　*/
.form-closed {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .form-closed {
    text-align: center;
  }
}
.form-closed h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #092859;
}
@media (min-width: 768px) {
  .form-closed h3 {
    font-size: 3.4rem;
  }
}
.form-closed p {
  font-size: 1.6rem;
}
@media (min-width: 987px) {
  .form-closed p {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}

#form .mw_wp_form_complete {
  background-color: #ffb;
  padding: 20px;
  margin-bottom: 40px;
}
#form .form {
  margin-bottom: 60px;
}
#form .form .table-styleA {
  margin-bottom: 50px;
}
#form .form .table-styleA dd.address input {
  margin: 10px 0;
}
#form .form dd {
  vertical-align: middle;
}
#form .form dd input[type=checkbox] {
  width: auto;
}
#form .form dd input[type=radio] {
  width: auto;
}
#form .required-text {
  font-size: 1.2rem;
}
#form .required-text span.required {
  margin: 0 10px 20px 0;
}
#form span.required {
  background-color: #f7931e;
  color: #fff;
  padding: 5px 6px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
#form .table-styleA dd {
  padding: 10px 10px 10px 20px;
}
#form .table-styleA span.required {
  margin-left: 10px;
}
#form .table-styleA input, #form .table-styleA textarea {
  width: 80%;
  font-size: 1.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
#form .table-styleA ::-webkit-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-moz-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA :-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
#form .privacy dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
#form .privacy dl dd {
  margin-bottom: 30px;
}
#form .form-button {
  text-align: center;
  margin: 30px 0 0 0;
}
#form .form-button input[type=submit] {
  background-color: #092859;
  color: #fff;
  border-radius: 0px;
  padding: 10px 50px;
  font-size: 24px;
  border: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#form .form-button input[type=submit]:hover {
  background-color: #092859;
  border-radius: 100px;
}
#form .tel {
  font-size: 2.2rem;
}
@media (min-width: 1220px) {
  #form .tel {
    font-size: 3rem;
  }
}
#form .tel img {
  width: 36px;
  margin-right: 10px;
}
@media (min-width: 1220px) {
  #form .tel img {
    width: 43px;
  }
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

body {
  font-size: 1.6rem;
  color: #000;
  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: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
body ul {
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

.all-wrapper {
  /*　--------------------------------------------------------------
  共通
  --------------------------------------------------------------　*/
  line-height: 1.6; /*　////////////////////////////////
header
//////////////////////////////////　*/
  /*パンくず*/
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
  /*------------
  フッター下SNSアイコン
  -------------*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  yukimasa
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper header.header .container .sp-nav {
  display: inline;
}
.all-wrapper header.header .container .sp-nav li {
  text-align: center;
}
@media (min-width: 768px) {
  .all-wrapper header.header .container .sp-nav {
    display: none;
  }
}
.all-wrapper #menu-bar {
  background: #092859;
  text-align: center;
}
.all-wrapper #menu-bar .pc-nav {
  padding-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper #menu-bar .pc-nav {
    display: inline-block;
  }
}
.all-wrapper #menu-bar .pc-nav ul li {
  float: left;
  margin: 0 20px;
}
.all-wrapper #menu-bar .pc-nav ul li a {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  width: 100%;
  padding: 5px 0;
}
.all-wrapper .breadcrumb-wrap {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin-bottom: 54px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb {
  margin-left: 0;
  padding: 5px 0;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.2rem;
  position: relative;
  margin-right: 20px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after,
.all-wrapper .breadcrumb-wrap .breadcrumb li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #092859;
  border-right: 1px solid #092859;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  display: none;
}
.all-wrapper footer.footer {
  margin-top: 40px;
  text-align: center;
  padding: 20px 0 0;
}
.all-wrapper footer.footer .foot-top .foot-access {
  margin-bottom: 40px;
}
.all-wrapper footer.footer .foot-top .foot-access .more-btnA {
  margin-bottom: 15px;
}
.all-wrapper footer.footer .foot-top .foot-access p {
  font-size: 1.8rem;
  color: #113a80;
}
.all-wrapper footer.footer .foot-top .foot-access p span.sp-none {
  display: inline-block;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-top .foot-access p span.sp-none {
    display: none;
  }
}
.all-wrapper footer.footer .foot-top .foot-access .g-map {
  margin: 10px 0;
}
.all-wrapper footer.footer .foot-top .foot-access .g-map a {
  font-size: 1.8rem;
  color: #113a80;
}
.all-wrapper footer.footer .foot-top .foot-access .g-map a .arrow {
  top: 15px;
}
.all-wrapper footer.footer .foot-top .foot-access .g-map a .arrow:before {
  border-color: #113a80;
}
.all-wrapper footer.footer .foot-top .foot-access2 {
  padding-bottom: 200px;
  background-image: url("/img/back_03.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-top .foot-access2 {
    background-image: url("/img/back_03_sp.jpg");
  }
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-top .foot-access2 p {
    text-align: left;
  }
}
.all-wrapper footer.footer .foot-top .foot-access2 ul {
  margin-top: 50px;
  text-align: left;
}
.all-wrapper footer.footer .foot-top .foot-access2 ul li {
  font-size: 1.4rem;
  width: 31%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  margin: 0 1% 10px;
  border-bottom: 1px solid #e0e0e1;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-top .foot-access2 ul li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .all-wrapper footer.footer .foot-top .foot-access2 ul li {
    width: 100%;
  }
}
.all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map,
.all-wrapper footer.footer .foot-top .foot-access2 ul li p {
  display: inline-block;
}
.all-wrapper footer.footer .foot-top .foot-access2 ul li p {
  float: left;
}
.all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map {
  float: right;
}
.all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map a {
  font-weight: bold;
  color: #17627f;
  border-bottom: 1px solid #17627f;
  margin-right: 15px;
}
.all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map a .arrow:before {
  border-color: #17627f;
}
@media (max-width: 987px) {
  .all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map {
    display: block;
    width: 100%;
  }
  .all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map a {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map a {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .all-wrapper footer.footer .foot-top .foot-access2 ul li .route-map {
    display: inline-block;
    width: initial;
  }
}
.all-wrapper footer.footer .foot-top .foot-access2 .other {
  margin-top: 60px;
  padding: 30px;
  background-color: #eaf0f4;
}
@media (max-width: 987px) {
  .all-wrapper footer.footer .foot-top .foot-access2 .other {
    padding: 30px 15px;
  }
}
.all-wrapper footer.footer .foot-top .foot-access2 .other h3 {
  color: #00003d;
  font-size: 1.8rem;
  font-weight: bold;
}
.all-wrapper footer.footer .foot-top .foot-access2 .other ul {
  margin-top: 30px;
}
.all-wrapper footer.footer .foot-top .foot-access2 .other ul li {
  border: none;
  width: 26%;
  margin: 0 3%;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-top .foot-access2 .other ul li {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-top .foot-access2 .other ul li {
    width: 94%;
  }
}
.all-wrapper footer.footer .foot-content {
  margin-top: -10px;
  background: rgb(0, 107, 172);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 107, 172)), to(rgb(0, 0, 61)));
  background: linear-gradient(0deg, rgb(0, 107, 172) 0%, rgb(0, 0, 61) 100%);
}
.all-wrapper footer.footer .foot-content #back-star {
  background: url("/img/back_star.png");
  background-position: top left;
  background-repeat: repeat-x;
}
.all-wrapper footer.footer .foot-content .container .fc-top {
  margin-bottom: 40px;
}
.all-wrapper footer.footer .foot-content .container .fc-top h2,
.all-wrapper footer.footer .foot-content .container .fc-top img {
  display: inline-block;
  margin: 80px 20px 50px;
  vertical-align: middle;
}
.all-wrapper footer.footer .foot-content .container .fc-top h2 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-content .container .fc-top h2 {
    margin-bottom: 20px;
  }
}
.all-wrapper footer.footer .foot-content .container .fc-top h2 span {
  position: absolute;
  right: 25px;
  top: -13px;
  font-size: 1.5rem;
}
.all-wrapper footer.footer .foot-content .container .fc-top img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .foot-content .container .fc-top img {
    margin: 0 auto 50px;
    display: block;
  }
}
.all-wrapper footer.footer .foot-content .container .fc-top p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
}
.all-wrapper footer.footer .foot-content .container .fc-tel {
  margin-bottom: 30px;
}
.all-wrapper footer.footer .foot-content .container .fc-tel a,
.all-wrapper footer.footer .foot-content .container .fc-tel img {
  display: inline-block;
  vertical-align: middle;
}
.all-wrapper footer.footer .foot-content .container .fc-tel img {
  max-width: 20px;
  height: auto;
  padding-top: 0;
  margin-right: 5px;
}
.all-wrapper footer.footer .foot-content .container .fc-tel a {
  color: #ffe200;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .all-wrapper footer.footer .foot-content .container .fc-tel a {
    pointer-events: none;
  }
}
.all-wrapper footer.footer .foot-content .container .fc-tel p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  margin-top: 20px;
}
.all-wrapper footer.footer .foot-content .container .sns-area {
  margin-bottom: 50px;
}
.all-wrapper footer.footer .foot-content .container .sns-area p {
  font-size: 1.4rem;
  color: #ffe200;
  margin-bottom: 20px;
  display: block;
}
.all-wrapper footer.footer .foot-content .container .sns-area a {
  display: inline-block;
  vertical-align: bottom;
}
.all-wrapper footer.footer .foot-content .container .sns-area a img {
  max-width: 30px;
  height: auto;
  margin: 0 10px 20px;
}
.all-wrapper footer.footer .copyright {
  background-color: #092859;
  color: #fff;
  padding: 5px 0;
  font-weight: 100;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
}
.all-wrapper .TEL {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  vertical-align: bottom;
  margin-bottom: 20px;
  text-align: center;
  color: #092859;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
}
.all-wrapper .TEL a {
  color: #092859;
}
@media (min-width: 768px) {
  .all-wrapper .TEL {
    font-size: 3.4rem;
  }
}
.all-wrapper .main-visual-top {
  text-align: center;
  background: #152135;
}
.all-wrapper .main-visual-top ul {
  margin: 0;
}
.all-wrapper .main-visual-top .main-view {
  max-width: 1200px;
  margin: 0 auto;
}
.all-wrapper .visual-lower {
  background-color: #EBFAFF;
}
.all-wrapper .right-side {
  text-align: right;
}
.all-wrapper .left-side {
  text-align: left;
}
.all-wrapper .center {
  text-align: center;
}
.all-wrapper .pc-none {
  display: block;
}
@media (min-width: 768px) {
  .all-wrapper .pc-none {
    display: none;
  }
}
.all-wrapper .sp-none {
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper .sp-none {
    display: block;
  }
}
.all-wrapper object {
  pointer-events: none;
}
.all-wrapper section {
  padding: 60px 0;
}
.all-wrapper h1 {
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  background-color: #092859;
  font-size: 1.3rem;
  padding: 10px 0;
}
.all-wrapper h3 {
  font-size: 2.6rem;
  font-weight: normal;
}
.all-wrapper h4 {
  font-weight: normal;
}
.all-wrapper img#star {
  max-width: 25px;
  height: auto;
  margin-bottom: 30px;
  display: block;
  margin: 0 auto 30px;
}
.all-wrapper a {
  position: relative;
}
.all-wrapper a .arrow {
  display: inline-block;
  right: -5px;
  position: absolute;
  top: 12px;
}
.all-wrapper a .arrow::after,
.all-wrapper a .arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.all-wrapper a .arrow:before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #092859;
  border-right: 2px solid #092859;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.all-wrapper .br-sm-md {
  display: none;
}
@media (max-width: 987px) {
  .all-wrapper .br-sm-md {
    display: block;
  }
}
@media (max-width: 768px) {
  .all-wrapper .br-sm-md {
    display: none;
  }
}
@media (max-width: 768px) {
  .all-wrapper .row div {
    margin-bottom: 20px;
  }
}
.all-wrapper .row .row {
  margin-left: 0;
}
.all-wrapper .row .row .row {
  margin-left: 0;
}
.all-wrapper .more-btnA a {
  width: 240px;
  padding: 8px 0;
  border-color: #092859;
  font-size: 1.4rem;
  text-align: center;
}
.all-wrapper .more-btnA .arrow {
  top: 19px;
  right: 22px;
}
.all-wrapper .more-btnA .arrow:before {
  border-color: #ffe200;
}
.all-wrapper .midashi {
  border-left: 12px solid #092859;
  padding-left: 10px;
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.all-wrapper .heading {
  text-align: center;
  margin-bottom: 20px;
}
.all-wrapper .heading .midashi2 {
  width: 400px;
  display: inline-block;
  background-color: #092859;
  color: #ffe200;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  padding: 8px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .all-wrapper .heading .midashi2 {
    width: 300px;
  }
}
.all-wrapper .attend {
  color: #c23939;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrapper .tel-area {
  margin-bottom: 30px;
}
.all-wrapper .tel-area a,
.all-wrapper .tel-area img {
  display: inline-block;
  vertical-align: middle;
}
.all-wrapper .tel-area img {
  max-width: 20px;
  height: auto;
  margin-right: 5px;
}
.all-wrapper .tel-area a {
  color: #ffe200;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .all-wrapper .tel-area a {
    pointer-events: none;
  }
}
.all-wrapper .table2 table {
  width: 100%;
  margin: 10px 0;
}
.all-wrapper .table2 table tbody {
  width: 100%;
}
.all-wrapper .table2 table tbody tr {
  border-bottom: 1px solid #e0e0e1;
}
.all-wrapper .table2 table tbody tr td,
.all-wrapper .table2 table tbody tr th {
  display: inline-block;
  padding: 10px 0;
}
.all-wrapper .table2 table tbody tr th {
  width: 20%;
  font-weight: normal;
  text-align: left;
}
.all-wrapper .table2 table tbody tr td {
  width: 80%;
}
@media (max-width: 768px) {
  .all-wrapper .table2 table tbody {
    border-top: 1px solid #e0e0e1;
  }
  .all-wrapper .table2 table tbody tr {
    border: none;
  }
  .all-wrapper .table2 table tbody tr td,
.all-wrapper .table2 table tbody tr th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e1;
  }
  .all-wrapper .table2 table tbody tr th {
    text-align: center;
    background-color: #ededed;
  }
}
.all-wrapper #top {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  plan
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  about
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper #top #about,
.all-wrapper #top #sec-first {
  background: url("/img/back_base.jpg");
  background-size: 1000px;
  background-repeat: repeat;
}
.all-wrapper #top #sec-first {
  border-bottom: 4px solid #092859;
}
.all-wrapper #top #sec-first .container {
  border-bottom: 1px solid #092859;
}
.all-wrapper #top #sec-first #top-info {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.all-wrapper #top .top-first {
  text-align: center;
  margin-bottom: 50px;
}
.all-wrapper #top .top-first .corona {
  padding: 30px;
  background-color: #eaf0f4;
}
@media (max-width: 768px) {
  .all-wrapper #top .top-first .corona {
    padding: 30px 15px;
  }
}
.all-wrapper #top .top-first .corona h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 300;
}
.all-wrapper #top .top-first .corona ul {
  padding: 0 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .all-wrapper #top .top-first .corona ul {
    padding: 0;
  }
}
.all-wrapper #top .top-first .corona ul li {
  text-align: left;
  line-height: 2.8rem;
}
.all-wrapper #top .top-first .corona ul li:before {
  content: "■";
  color: #113a80;
  margin-right: 3px;
}
.all-wrapper #top .top-first .corona p {
  font-family: "Noto Serif JP", serif;
}
.all-wrapper #top .top-first .tel-area {
  margin-top: 50px;
}
.all-wrapper #top .top-first .tel-area p {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  .all-wrapper #top .top-first .tel-area p {
    font-size: 2rem;
    letter-spacing: -0.1rem;
  }
}
.all-wrapper #top .top-first .tel-area img {
  max-width: 25px;
  vertical-align: -12px;
}
.all-wrapper #top .top-first .tel-area a {
  color: #a83613;
  font-weight: 700px;
  font-size: 4rem;
}
.all-wrapper #top #top-info-a h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  color: #092859;
}
.all-wrapper #top #top-info-a .row {
  margin-bottom: 30px;
}
.all-wrapper #top #top-info-a .row div .thumbnail-wap {
  margin-bottom: 0;
}
.all-wrapper #top #top-info-a .row div .thumbnail-wap .thumbnail {
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.all-wrapper #top #top-info-a .row div .thumbnail-wap .thumbnail span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.all-wrapper #top #top-info-a .row div .txt-area {
  padding: 10px;
}
.all-wrapper #top #top-info-a .row div span.ymd {
  font-size: 1.2rem;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .all-wrapper #top #top-info-a .row div span.ymd {
    font-size: 1.3rem;
  }
}
.all-wrapper #top #top-info-a .row div .news-title {
  font-size: 1.4rem;
  line-height: 10px;
}
@media (min-width: 768px) {
  .all-wrapper #top #top-info-a .row div .news-title {
    font-size: 1.6rem;
  }
}
.all-wrapper #top #sec01 {
  background: url("/img/back_01.jpg");
  background-size: 300px;
  background-repeat: repeat;
  border-bottom: 4px solid #092859;
}
.all-wrapper #top #sec01 .section01 .row div .box {
  display: inline-block;
  width: 48%;
}
.all-wrapper #top #sec01 .section01 .row div .box-l {
  margin-right: 2%;
}
.all-wrapper #top #sec01 .section01 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  text-align: center;
  color: #092859;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .all-wrapper #top #sec01 .section01 h2 {
    font-size: 2.4rem;
  }
}
.all-wrapper #top #sec01 .section01 p {
  line-height: 3.1rem;
}
.all-wrapper #top #sec01 .section01 #plan {
  margin-top: 70px;
}
.all-wrapper #top #sec01 .section01 #plan p.center {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan p.center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan p.center span {
    font-size: 1.5rem;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan .box {
  border-bottom: 1px solid #092859;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan .box h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 10px;
  margin-top: -20px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan .box h4 span {
  margin-left: 40px;
  font-size: 3.6rem;
}
@media (max-width: 480px) {
  .all-wrapper #top #sec01 .section01 #plan .each-plan .box h4 span {
    margin-left: 20px;
    font-size: 3rem;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan .box h4 span span {
  margin-left: 5px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan .each-plan .box h4 {
    margin-top: 0;
    font-size: 2.4rem;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan .box p span {
  font-size: 1.4rem;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan .box p span.sub {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan .each-plan .box p span.sub {
    font-size: 1.8rem;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #both-meal {
  text-align: center;
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan .each-plan #both-meal {
    text-align: left;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #both-meal .img-box {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan .each-plan #both-meal .img-box {
    margin: 20px 0 0;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #both-meal .img-box img {
  display: inline-block;
  max-width: 28%;
  height: auto;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .all-wrapper #top #sec01 .section01 #plan .each-plan #both-meal .img-box img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #airpay img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #airpay .pc-img {
  max-width: 1000px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #airpay .sp-img {
  margin: 20px auto 0;
  max-width: 400px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #airpay dl {
  margin: 10px 0 20px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #airpay dl dt {
  font-size: 1.8rem;
  color: #092859;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #airpay dl dd {
  margin-bottom: 15px;
}
.all-wrapper #top #sec01 .section01 #plan .each-plan #last-box {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.all-wrapper #top .about .ab-box {
  border-bottom: 1px solid #092859;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.all-wrapper #top .about .ab-box p {
  line-height: 2.8rem;
}
.all-wrapper #top .about .ab-box h4 {
  text-align: center;
  color: #092859;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.all-wrapper #top .about .ab-box ul li {
  line-height: 3.3rem;
  border-bottom: 1px solid #e0e0e1;
}
.all-wrapper #top .about #ab-1 h4 {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #092859;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.all-wrapper #top .about #ab-2 div {
  margin-bottom: 0;
}
.all-wrapper #top .about #ab-3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .all-wrapper #top .about #ab-3 {
    margin-bottom: 0;
  }
}
.all-wrapper #top .about #ab-3 p.center {
  margin: 10px 0 20px;
}
.all-wrapper #top .about #ab-3 p.setsubi {
  padding: 10px;
  background-color: #eaf0f4;
  margin-bottom: 10px;
}
.all-wrapper #top .about #ab-3 .box {
  margin-bottom: 30px;
}
.all-wrapper #top .about #ab-3 .box h5 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
.all-wrapper #top .about #ab-4 dl dt {
  font-size: 1.8rem;
  color: #092859;
  margin-bottom: 5px;
}
.all-wrapper #top .about #ab-4 dl dd {
  margin-bottom: 15px;
}
.all-wrapper #top .about #ab-4 dl dd span {
  font-size: 1.4rem;
}
.all-wrapper #top .about #ab-4 dl dd ul {
  margin: 0;
}
.all-wrapper #top .about #ab-4 dl dd ul li {
  margin: 0 10px 0 0;
  display: inline-block;
  border: none;
}
.all-wrapper #top .about #ab-4 dl dd ul li span {
  color: #092859;
}
.all-wrapper #top .about #last-box {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.all-wrapper #yukimasa {
  background: url("/img/back_02.jpg");
  background-size: 1000px;
  background-repeat: repeat;
  padding: 10px 0;
}
.all-wrapper #yukimasa .yukimasa {
  padding: 30px 0;
  border-top: 2px solid #1b3315;
  border-bottom: 2px solid #1b3315;
}
.all-wrapper #yukimasa .yukimasa .heading h3 {
  background-color: #1b3315;
  color: #fff;
}
.all-wrapper #yukimasa .yukimasa p {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 987px) {
  .all-wrapper #yukimasa .yukimasa p {
    text-align: left;
  }
}
.all-wrapper #yukimasa .yukimasa .row div p {
  text-align: center;
  margin-top: 10px;
  font-weight: 1.4rem;
}
.all-wrapper #yukimasa .yukimasa p.center {
  text-align: center;
  font-weight: 1.4rem;
}
@media (max-width: 768px) {
  .all-wrapper #yukimasa .yukimasa p.center {
    text-align: left;
  }
}
.all-wrapper #yukimasa .yukimasa .box {
  margin: 60px 0 40px;
}
.all-wrapper #yukimasa .yukimasa .box .row div p {
  text-align: left;
  line-height: 2.6rem;
  margin-bottom: 0;
}
.all-wrapper #yukimasa .yukimasa .box .row div #y_logo {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}
.all-wrapper #yukimasa .yukimasa .box .row div p.tel {
  margin: 20px 0 10px;
  font-size: 2.4rem;
}

/* .all-wrapper */
/*　////////////////////////////////
info
//////////////////////////////////　*/
.info-wrapper {
  margin: 30px 0 160px;
}
.info-wrapper .results-cat {
  background-color: #092859;
  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 #092859;
  border-bottom: 2px solid #092859;
  padding: 40px 0;
  margin-bottom: 10px;
}
.info-wrapper h2.entry-title {
  border-left: 10px solid #ffe200;
  padding: 5px 0 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: #092859;
}
.info-wrapper .entry-meta a {
  color: #092859;
}
.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;
}

.sidebar section {
  padding: 0;
}

#search-box {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid #e0e0e1;
}
#search-box h3 {
  margin-bottom: 10px;
}

.news-date {
  color: #ffe200;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: bold;
}

.info-wrapper h2 {
  font-size: 2.8rem;
}

.nav-links {
  display: none;
}

.list-news-wrap ul li a div:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.entry-header:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}