@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&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 header.header .header-logo:before,
.clearfix:after,
.all-wrapper header.header .header-logo:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .all-wrapper header.header .header-logo: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;
  }
}
.col-15, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 480px) {
  .col-xs-15 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
  }
}
.col-15 {
  width: 20%;
}

/*高さ揃える*/
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .all-wrapper header.header .header-logo {
  zoom: 1;
}
.clearfix:after, .all-wrapper header.header .header-logo: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: #e76b00;
  color: #fff;
}
::selection {
  background: #e76b00;
  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: #e76b00;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
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: inline-block;
  text-align: left;
  /*矢印と下線の形状*/
}
.more-btnA a {
  font-weight: 400;
  padding: 8px 10px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #e76b00;
  position: relative;
  border: solid 1px #e76b00;
  width: 260px;
  font-family: "Noto Sans JP", sans-serif;
}
.more-btnA .arrow {
  display: inline-block;
  float: right;
  color: #fff;
  margin-left: 20px;
}
.more-btnA .btnarrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.more-btnA .btnarrow::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -15px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #fff;
}
.more-btnA .btnarrow::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -12px;
  right: 0;
  /*矢印の形状*/
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.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 #e76b00;
  background-color: #fff;
}
.more-btnB a:hover {
  color: #fff;
  background-color: #e76b00;
  border: 2px solid #e76b00;
  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: #f5901f;
}
.more-btnC a i {
  margin-left: 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: #db3500;
}
@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: #db3500;
  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: #e76b00;
  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: 10px;
  right: 10px;
  width: 50px;
  height: 60px;
  z-index: 120;
  background: none;
  background-color: #fff;
  border: solid 1px #e76b00;
}
.menu-toggle p {
  font-size: 13px;
  margin-top: 33px;
  color: #e76b00;
  letter-spacing: 1px;
}
.menu-toggle span {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: #e76b00;
  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: #f5901f;
  -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: #db3500;
}

#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 header.header .header-logo {
  zoom: 1;
}
.clearfix:after, .all-wrapper header.header .header-logo: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: #e76b00;
  color: #fff;
}
::selection {
  background: #e76b00;
  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: #e76b00;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
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: inline-block;
  text-align: left;
  /*矢印と下線の形状*/
}
.more-btnA a {
  font-weight: 400;
  padding: 8px 10px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #e76b00;
  position: relative;
  border: solid 1px #e76b00;
  width: 260px;
  font-family: "Noto Sans JP", sans-serif;
}
.more-btnA .arrow {
  display: inline-block;
  float: right;
  color: #fff;
  margin-left: 20px;
}
.more-btnA .btnarrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.more-btnA .btnarrow::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -15px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #fff;
}
.more-btnA .btnarrow::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -12px;
  right: 0;
  /*矢印の形状*/
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.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 #e76b00;
  background-color: #fff;
}
.more-btnB a:hover {
  color: #fff;
  background-color: #e76b00;
  border: 2px solid #e76b00;
  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: #f5901f;
}
.more-btnC a i {
  margin-left: 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: #db3500;
}
@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: #db3500;
  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: #e76b00;
  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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  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: 0px;
  padding: 0px;
}

.all-wrapper {
  /*　--------------------------------------------------------------
  共通
  --------------------------------------------------------------　*/
  line-height: 1.6;
  /*　////////////////////////////////
  header
  //////////////////////////////////　*/
  /*パンくず*/
  /*メインスライド*/
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  branch
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  greeting
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  about
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  consultation
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  cpta
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  single-cpta
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  contact
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  search
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  404
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  lower
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper header.header h1 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px;
}
.all-wrapper header.header .header-logo {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 1200px;
  position: relative;
}
.all-wrapper header.header .header-logo .head-title {
  display: inline-block;
}
.all-wrapper header.header .header-logo .head-title img {
  display: inline-block;
  max-width: 22px;
  padding-bottom: 7px;
}
.all-wrapper header.header .header-logo .head-title h1 {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.all-wrapper header.header .header-logo .move-member, .all-wrapper header.header .header-logo .move-contact {
  display: block;
  position: absolute;
  right: 180px;
  top: 30px;
}
@media (max-width: 768px) {
  .all-wrapper header.header .header-logo .move-member, .all-wrapper header.header .header-logo .move-contact {
    display: none;
  }
}
.all-wrapper header.header .header-logo .move-member a, .all-wrapper header.header .header-logo .move-contact a {
  position: relative;
  background-color: #fff;
  border: 3px solid #e76b00;
  color: #e76b00;
  border-radius: 30px;
  padding: 10px 50px 10px 10px;
}
.all-wrapper header.header .header-logo .move-member a:after, .all-wrapper header.header .header-logo .move-contact a:after {
  content: "＞";
  position: absolute;
  right: 10px;
}
.all-wrapper header.header .header-logo .move-member a:hover, .all-wrapper header.header .header-logo .move-contact a:hover {
  background-color: #e76b00;
  color: #fff;
}
.all-wrapper header.header .header-logo .move-contact {
  right: 0;
}
.all-wrapper header.header .header-logo .move-contact a {
  background-color: #e76b00;
  border: 3px solid #e76b00;
  color: #fff;
}
.all-wrapper header.header .header-logo .move-contact a:hover {
  background-color: #fff;
  color: #e76b00;
}
.all-wrapper header.header .header-menu {
  text-align: center;
}
.all-wrapper header.header .sp-nav {
  display: inline;
}
.all-wrapper header.header .sp-nav li {
  text-align: center;
}
@media (min-width: 768px) {
  .all-wrapper header.header .sp-nav {
    display: none;
  }
}
.all-wrapper header.header .pc-nav {
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper header.header .pc-nav {
    display: inline-block;
    width: 100%;
  }
}
.all-wrapper header.header .pc-nav ul {
  display: block;
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .all-wrapper header.header .pc-nav ul {
    padding: 0 0 20px;
    margin-top: 0;
  }
}
.all-wrapper header.header .pc-nav ul li {
  display: inline-block;
  padding: 5px 10px;
  width: 16%;
  border-left: 1px solid #b9b9b9;
}
.all-wrapper header.header .pc-nav ul li a {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 987px) {
  .all-wrapper header.header .pc-nav ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .all-wrapper header.header .pc-nav ul li a {
    font-size: 1.6rem;
  }
}
.all-wrapper header.header .pc-nav ul li:last-child {
  border-right: 1px solid #b9b9b9;
}
.all-wrapper .breadcrumb-wrap {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin-bottom: 34px;
  }
}
.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;
}
.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 {
  content: "＞";
  padding: 0 3px;
  color: #db3500;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}
.all-wrapper .main-visual-top {
  border-top: 4px solid #e96d25;
  border-bottom: 4px solid #e96d25;
  margin: 0 auto;
}
.all-wrapper .foot01 {
  text-align: center;
  margin-bottom: 60px;
}
.all-wrapper .foot01 ul li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.all-wrapper .foot01 ul li a {
  border: 1px solid #b9b9b9;
  display: block;
  padding: 10px;
  width: 200px;
  height: 50px;
}
.all-wrapper .foot01 ul li a img {
  height: 30px;
  width: auto;
}
.all-wrapper .foot01 ul li a#kokuzei {
  background-color: #002b6d;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
}
.all-wrapper .footer-nav {
  border-top: 2px solid #b9b9b9;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .all-wrapper .footer-nav {
    display: inline-block;
    margin: 20px 0 0;
  }
}
.all-wrapper .footer-nav ul {
  display: block;
  max-width: 1200px;
  margin: 10px auto;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .all-wrapper .footer-nav ul {
    padding: 0 0 20px;
    margin-top: 0;
  }
}
.all-wrapper .footer-nav ul li {
  display: inline-block;
  padding: 5px 10px;
  width: 16%;
  border-left: 1px solid #b9b9b9;
}
@media (max-width: 768px) {
  .all-wrapper .footer-nav ul li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-left: none;
    border-bottom: 1px solid #b9b9b9;
  }
}
.all-wrapper .footer-nav ul li a {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 987px) {
  .all-wrapper .footer-nav ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .all-wrapper .footer-nav ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .all-wrapper .footer-nav ul li:hover {
    background-color: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.all-wrapper .footer-nav ul li.pc-last {
  border-right: 1px solid #b9b9b9;
}
@media (max-width: 768px) {
  .all-wrapper .footer-nav ul li.pc-last {
    border-right: none;
  }
}
.all-wrapper .footer-nav ul li.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .all-wrapper .footer-nav ul li.pc-none {
    display: block;
  }
}
.all-wrapper .foot-btn {
  text-align: center;
  padding: 30px 0 60px;
}
.all-wrapper .foot-btn .move-member, .all-wrapper .foot-btn .move-contact {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .all-wrapper .foot-btn .move-member, .all-wrapper .foot-btn .move-contact {
    display: none;
  }
}
.all-wrapper .foot-btn .move-member a, .all-wrapper .foot-btn .move-contact a {
  background-color: #fff;
  border: 3px solid #e76b00;
  color: #e76b00;
  border-radius: 30px;
  padding: 10px 50px;
}
.all-wrapper .foot-btn .move-member a:hover, .all-wrapper .foot-btn .move-contact a:hover {
  background-color: #e76b00;
  color: #fff;
}
.all-wrapper .foot-btn .move-contact {
  right: 0;
}
.all-wrapper .foot-btn .move-contact a {
  background-color: #e76b00;
  border: 3px solid #e76b00;
  color: #fff;
}
.all-wrapper .foot-btn .move-contact a:hover {
  background-color: #fff;
  color: #e76b00;
}
.all-wrapper footer.footer .footer-contents {
  text-align: center;
  margin-bottom: 30px;
}
.all-wrapper footer.footer .footer-contents .foot-logo {
  margin-bottom: 30px;
}
.all-wrapper footer.footer .footer-contents .foot-logo a img {
  display: inline-block;
  max-width: 22px;
  margin-bottom: 3px;
}
.all-wrapper footer.footer .footer-contents .foot-logo a p {
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 5px;
}
.all-wrapper footer.footer .footer-contents .t-area p {
  margin-bottom: 10px;
}
.all-wrapper footer.footer .copyright {
  background-color: #e76b00;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 100;
  margin: 40px 0 0 0;
}
.all-wrapper .main-visual-top {
  text-align: center;
  background-color: #fff7ea;
}
.all-wrapper .main-visual-top ul {
  margin: 0px;
}
.all-wrapper .main-visual-top .main-view {
  margin: 0 auto;
  max-width: 1200px;
}
.all-wrapper .visual-lower {
  background-color: #EBFAFF;
}
.all-wrapper .main-visual-lower {
  max-width: 1200px;
  height: 280px;
  margin: 0 auto;
}
.all-wrapper .main-visual-lower .inner {
  position: relative;
  height: 100%;
}
.all-wrapper .main-visual-lower .inner h1 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .all-wrapper .main-visual-lower .inner h1 {
    font-size: 4rem;
  }
}
.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: none;
    display: block;
  }
}
.all-wrapper h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 30px 0;
}
.all-wrapper .mb {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .all-wrapper .mb {
    margin-bottom: 0px;
  }
}
.all-wrapper .c1 {
  color: #e76b00;
}
.all-wrapper .c2 {
  color: #f5901f;
}
.all-wrapper .c3 {
  color: #db3500;
}
.all-wrapper .c4 {
  color: #e96d25;
}
.all-wrapper section {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .all-wrapper section {
    margin-top: 40px;
  }
}
.all-wrapper #top section {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .all-wrapper #top section {
    margin-top: 40px;
  }
}
.all-wrapper section.first-sc {
  margin-top: 20px;
}
.all-wrapper .explain {
  text-align: center;
}
.all-wrapper .explain img {
  max-height: 100px;
  width: auto;
  margin-bottom: 20px;
}
.all-wrapper .explain p {
  line-height: 3.7rem;
  font-size: 1.8rem;
}
.all-wrapper h3.midashi {
  border-left: 10px solid #f5901f;
  padding: 0 0 0 10px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .all-wrapper h3.midashi {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .all-wrapper h3.midashi {
    font-size: 2rem;
  }
}
.all-wrapper .btnA a {
  position: relative;
  text-align: left;
  background-color: #e76b00;
  color: #fff;
  padding: 10px 70px 10px 20px;
}
.all-wrapper .btnA a:after {
  content: "＞";
  position: absolute;
  right: 10px;
}
.all-wrapper .btnA a:hover {
  border-radius: 20px;
}
.all-wrapper .table-base table {
  width: 100%;
}
.all-wrapper .table-base table tbody {
  border-top: 1px solid #f5901f;
  border-right: 1px solid #f5901f;
  border-left: 1px solid #f5901f;
}
.all-wrapper .table-base table tbody tr {
  border-bottom: 1px solid #f5901f;
}
.all-wrapper .table-base table tbody tr th, .all-wrapper .table-base table tbody tr td {
  padding: 10px 20px;
}
.all-wrapper .table-base table tbody tr th {
  width: 30%;
  font-weight: 500;
  background-color: #f2f2f2;
}
.all-wrapper .table-base table tbody tr td {
  width: 70%;
  border-left: 1px solid #f5901f;
}
@media (max-width: 768px) {
  .all-wrapper .table-base table tbody tr th, .all-wrapper .table-base table tbody tr td {
    display: block;
    width: 100%;
  }
  .all-wrapper .table-base table tbody tr th {
    border-bottom: 1px solid #f5901f;
  }
  .all-wrapper .table-base table tbody tr td {
    border-left: none;
  }
}
.all-wrapper .tel p {
  display: inline-block;
}
.all-wrapper .tel a {
  display: inline-block;
}
@media (min-width: 768px) {
  .all-wrapper .tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.all-wrapper .screen-reader-text {
  display: none;
}
.all-wrapper .search-box, .all-wrapper .search-form {
  text-align: center;
  margin: 20px 0;
}
.all-wrapper .search-box .search-submit, .all-wrapper .search-form .search-submit {
  padding: 2px 25px;
  border-radius: 0;
  background-color: #db3500;
  color: #fff;
  border: 1px solid #b9b9b9;
}
.all-wrapper .search-box .search-field, .all-wrapper .search-form .search-field {
  border-radius: 0;
  border: 1px solid #b9b9b9;
}
.all-wrapper .search-form {
  margin-top: 0;
}
.all-wrapper .search-box h2.widget-title {
  display: none;
}
.all-wrapper #top .prepare {
  text-align: center;
}
.all-wrapper #top .member-sp {
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .all-wrapper #top .member-sp {
    display: block;
  }
}
.all-wrapper #top .member-sp .sp-btn {
  display: inline-block;
  margin: 15px;
}
@media (max-width: 768px) {
  .all-wrapper #top .member-sp .sp-btn {
    margin: 5px 5px 10px;
  }
}
.all-wrapper #top .member-sp .sp-btn a {
  background-color: #e76b00;
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .all-wrapper #top .member-sp .sp-btn a {
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .all-wrapper #top .member-sp .sp-btn a {
    padding: 10px;
  }
}
.all-wrapper #top .section01 .row .menubox {
  width: 18%;
  margin: 1%;
  text-align: center;
  border-radius: 10px;
  background: rgb(244, 244, 244);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(244, 244, 244)), color-stop(50%, rgb(255, 255, 255)), to(rgb(244, 244, 244)));
  background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 50%, rgb(244, 244, 244) 100%);
}
@media (max-width: 987px) {
  .all-wrapper #top .section01 .row .menubox {
    margin-bottom: 20px;
    width: 30%;
    margin: 1.5%;
  }
}
@media (max-width: 768px) {
  .all-wrapper #top .section01 .row .menubox {
    width: 47%;
    margin: 1.5%;
  }
}
.all-wrapper #top .section01 .row .menubox a {
  padding: 30px 0;
  display: block;
}
.all-wrapper #top .section01 .row .menubox a img {
  max-height: 86px;
  width: auto;
  margin-bottom: 20px;
}
.all-wrapper #top .section01 .row .menubox a p {
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 10px;
  width: 100%;
  display: inline-block;
  position: relative;
}
@media (max-width: 987px) {
  .all-wrapper #top .section01 .row .menubox a p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .all-wrapper #top .section01 .row .menubox a p {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .all-wrapper #top .section01 .row .menubox a p {
    font-size: 1.3rem;
  }
}
.all-wrapper #top .section01 .row .menubox a p:after {
  content: "＞";
  position: absolute;
  font-weight: 500;
  color: #e96d25;
  margin-left: 5px;
}
@media (max-width: 480px) {
  .all-wrapper #top .section01 .row .menubox a p#p1:after {
    left: 45%;
    margin-left: 0;
    top: 20px;
    font-weight: 500;
  }
}
.all-wrapper #top .section02 p {
  margin-bottom: 10px;
}
.all-wrapper #top .section02 p .attention {
  color: #e76b00;
  border-bottom: 1px solid #e76b00;
}
.all-wrapper #top .section03 iframe {
  width: 100%;
  height: 500px;
}
.all-wrapper #top #top-info-a {
  border: 1px solid #e96d25;
  padding: 50px 70px;
}
@media (max-width: 768px) {
  .all-wrapper #top #top-info-a {
    padding: 40px 30px;
  }
}
@media (min-width: 987px) {
  .all-wrapper #top #top-info-a .inner {
    width: 100%;
    margin: 0 auto;
  }
}
.all-wrapper #top #top-info-a .h3-news {
  text-align: center;
  margin-bottom: 25px;
}
.all-wrapper #top #top-info-a .h3-news img {
  display: block;
  margin: 0 auto 10px;
  max-width: 60px;
}
.all-wrapper #top #top-info-a .h3-news h3 {
  display: inline-block;
  font-size: 3rem;
  text-align: left;
  font-weight: 500;
}
.all-wrapper #top #top-info-a ul {
  margin-bottom: 50px;
}
.all-wrapper #top #top-info-a li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #B4B4B5;
  font-size: 1.6rem;
}
.all-wrapper #top #top-info-a li span {
  color: #e76b00;
  font-size: 1.8rem;
}
.all-wrapper #top #top-info-a li span.category {
  background-color: #db3500;
  line-height: 1;
  padding: 2px 10px;
  font-size: 1.3rem;
  margin: 0 10px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.all-wrapper #top #top-info-a li span.category a {
  color: #fff;
}
.all-wrapper #top #top-info-a li .news-title {
  display: inline-block;
}
.all-wrapper #top #top-info-a li .news-title a {
  margin-left: 10px;
}
.all-wrapper #top #top-info-a li p {
  display: block;
  color: #000;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .all-wrapper #top #top-info-a li p {
    display: inline-block;
    margin-top: 0px;
  }
}
.all-wrapper #top #top-info-a li:nth-child(n+6) {
  display: none;
}
.all-wrapper #branch .section01 .row {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .all-wrapper #branch .section01 .row .table-base {
    margin-bottom: 50px;
  }
}
.all-wrapper #branch .section01 .g-map {
  margin-bottom: 70px;
}
.all-wrapper #branch .section01 .g-map iframe {
  width: 100%;
  height: 500px;
}
.all-wrapper #branch .section01 .g-map p {
  display: inline-block;
  margin-top: 10px;
}
.all-wrapper #branch .section01 .g-map a.t-link {
  display: inline-block;
  font-weight: 500;
}
.all-wrapper #branch .section01 dl.access {
  margin-bottom: 40px;
}
.all-wrapper #branch .section01 dl.access dt {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .all-wrapper #branch .section01 dl.access dt {
    font-size: 1.7rem;
  }
}
.all-wrapper #branch .section01 dl.access dt:before {
  content: "■";
  color: #f5901f;
  margin-right: 5px;
}
.all-wrapper #branch .section01 dl.access dd {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .all-wrapper #greeting .section01 .img-box {
    text-align: center;
  }
  .all-wrapper #greeting .section01 .img-box img {
    margin-bottom: 20px;
    max-width: 400px;
  }
}
.all-wrapper #greeting .section01 .chief {
  text-align: right;
  margin: 20px 0;
}
.all-wrapper #about .section02 .attention {
  text-align: center;
  border: 3px solid #e96d25;
  padding: 15px;
  margin-bottom: 40px;
}
.all-wrapper #about .section02 .attention h4 {
  color: #db3500;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.all-wrapper #about .section02 .attention p {
  text-align: center;
}
@media (max-width: 1220px) {
  .all-wrapper #about .section02 .attention p {
    text-align: left;
  }
}
.all-wrapper #about .section02 .work dl dt, .all-wrapper #about .section03 .work dl dt {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #db3500;
  font-weight: 500;
}
.all-wrapper #about .section02 .work dl dd, .all-wrapper #about .section03 .work dl dd {
  margin-bottom: 20px;
  line-height: 2.9rem;
}
.all-wrapper #about .section03 .row {
  margin-bottom: 30px;
}
.all-wrapper #about .section03 .row img {
  width: 100px;
  height: auto;
}
@media (max-width: 768px) {
  .all-wrapper #about .section03 .row img {
    display: block;
    margin: 0 auto 15px;
  }
}
.all-wrapper #consultation .detail {
  margin-bottom: 20px;
}
.all-wrapper #consultation .reserve h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #db3500;
  margin-bottom: 15px;
}
.all-wrapper #consultation .reserve p {
  margin-bottom: 10px;
}
.all-wrapper #consultation .reserve .tel p, .all-wrapper #consultation .reserve .tel a {
  color: #f5901f;
  font-size: 2rem;
  font-weight: 500;
}
.all-wrapper #consultation .reserve .tel p {
  display: inline-block;
}
.all-wrapper #consultation .reserve .tel a {
  display: inline-block;
}
@media (min-width: 768px) {
  .all-wrapper #consultation .reserve .tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.all-wrapper #cpta-list .section01 .prepare, .all-wrapper #cpta-detail .section01 .prepare {
  font-size: 3rem;
  color: #e76b00;
  text-align: center;
  margin-bottom: 30px;
}
.all-wrapper #cpta-list .section01 h2.widget-title, .all-wrapper #cpta-detail .section01 h2.widget-title {
  display: none;
}
.all-wrapper #cpta-list .section01 .search-box, .all-wrapper #cpta-detail .section01 .search-box {
  text-align: center;
  margin: 20px 0;
}
.all-wrapper #cpta-list .section01 .search-box form .search-submit, .all-wrapper #cpta-detail .section01 .search-box form .search-submit {
  padding: 2px 25px;
  border-radius: 0;
  background-color: #db3500;
  color: #fff;
  border: 1px solid #b9b9b9;
}
.all-wrapper #cpta-list .section01 .search-box form .search-field, .all-wrapper #cpta-detail .section01 .search-box form .search-field {
  border-radius: 0;
  border: 1px solid #b9b9b9;
}
.all-wrapper #cpta-list .section02 .scroll-pc, .all-wrapper #cpta-detail .section02 .scroll-pc {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-list .section02 .scroll-pc, .all-wrapper #cpta-detail .section02 .scroll-pc {
    display: none;
  }
}
.all-wrapper #cpta-list .section02 .scroll, .all-wrapper #cpta-detail .section02 .scroll {
  display: none;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-list .section02 .scroll, .all-wrapper #cpta-detail .section02 .scroll {
    display: block;
  }
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap, .all-wrapper #cpta-detail .section02 .cpta-list-wrap {
  /*横スクロール
  @media (max-width: $screen-sm-min) {
      overflow-x: scroll;
      width: 100%;
      white-space: nowrap;
  }
  横スクロールend*/
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table {
  font-family: "ヒラギノ角ゴ Pro", serif;
  width: 100%;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody {
  border-bottom: 1px solid #9d9e9e;
  border-right: 1px solid #9d9e9e;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row1, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row1 {
  width: 25%;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row2, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row2 {
  width: 15%;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row3, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row3 {
  width: 35%;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row4, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row4 {
  width: 25%;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr .pc-none, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr .pc-none {
  display: none;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr th, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr td, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr th, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr td {
  border-top: 1px solid #9d9e9e;
  border-left: 1px solid #9d9e9e;
  padding: 10px;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr th, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr th {
  background-color: #ffe4ca;
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr td, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr td {
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr td, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr td {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row1, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row2, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row3, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr #row4, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row1, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row2, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row3, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr #row4 {
    width: 100%;
    display: block;
  }
  .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr .pc-none, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr .pc-none {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #db3500;
  }
  .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr th#row1, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr th#row2, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr th#row3, .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr th#row4, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr th#row1, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr th#row2, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr th#row3, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr th#row4 {
    display: none;
  }
  .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr td#row1, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr td#row1 {
    background-color: #ffe4ca;
    text-align: center;
  }
  .all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr td#row3 .pc-none, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr td#row3 .pc-none {
    display: block;
  }
}
.all-wrapper #cpta-list .section02 .cpta-list-wrap table tbody tr.list:hover, .all-wrapper #cpta-detail .section02 .cpta-list-wrap table tbody tr.list:hover {
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all-wrapper #cpta-detail .cpta-table table {
  font-family: "ヒラギノ角ゴ Pro", serif;
  width: 100%;
}
.all-wrapper #cpta-detail .cpta-table table tbody {
  border-bottom: 1px solid #9d9e9e;
  border-right: 1px solid #9d9e9e;
}
.all-wrapper #cpta-detail .cpta-table table tbody tr th {
  background-color: #ffe4ca;
  text-align: left;
  font-weight: 500;
  width: 20%;
}
@media (max-width: 1220px) {
  .all-wrapper #cpta-detail .cpta-table table tbody tr th {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .all-wrapper #cpta-detail .cpta-table table tbody tr th {
    text-align: center;
  }
}
.all-wrapper #cpta-detail .cpta-table table tbody tr td {
  width: 80%;
}
@media (max-width: 1220px) {
  .all-wrapper #cpta-detail .cpta-table table tbody tr td {
    width: 70%;
  }
}
.all-wrapper #cpta-detail .cpta-table table tbody tr td#hp a {
  color: #e76b00;
}
.all-wrapper #cpta-detail .cpta-table table tbody tr th, .all-wrapper #cpta-detail .cpta-table table tbody tr td {
  border-top: 1px solid #9d9e9e;
  border-left: 1px solid #9d9e9e;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-detail .cpta-table table tbody tr th, .all-wrapper #cpta-detail .cpta-table table tbody tr td {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .all-wrapper #cpta-detail .cpta-table table tbody tr td#left {
    text-align: left;
  }
}
.all-wrapper #cpta-detail .section02 .row {
  margin-left: 0;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-detail .section02 .row {
    margin-left: -15px;
  }
}
.all-wrapper #cpta-detail .section02 .row .thumb-img {
  border: 1px solid #b9b9b9;
  padding: 0;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-detail .section02 .row .thumb-img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    float: initial;
  }
}
.all-wrapper #cpta-detail .section02 .row .badge {
  text-align: center;
  padding: 30px 30px 20px;
}
@media (max-width: 768px) {
  .all-wrapper #cpta-detail .section02 .row .badge {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    float: initial;
  }
}
@media (max-width: 480px) {
  .all-wrapper #cpta-detail .section02 .row .badge {
    width: 90%;
  }
}
.all-wrapper #cpta-detail .section02 .row .badge img {
  margin-bottom: 20px;
}
.all-wrapper #cpta-detail .btn-sc .btnA {
  text-align: center;
}
.all-wrapper #contact .tel a {
  color: #f5901f;
  font-size: 2.4rem;
  font-weight: 500;
}
.all-wrapper #contact .zeimu-soudan {
  margin-top: 10px;
}
.all-wrapper #contact .mwform p {
  margin: 10px 0;
}
.all-wrapper #contact .hissu {
  color: #db3500;
}
.all-wrapper #contact .attend {
  color: #db3500;
  font-size: 2rem;
  text-align: center;
}
.all-wrapper #contact p.ssl {
  background-color: #fff6ea;
  padding: 15px 25px;
  margin: 20px 0;
}
.all-wrapper #contact .table-contact table {
  width: 100%;
}
.all-wrapper #contact .table-contact table tbody {
  border-top: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
}
.all-wrapper #contact .table-contact table tbody tr {
  border-bottom: 1px solid #b9b9b9;
}
.all-wrapper #contact .table-contact table tbody tr th, .all-wrapper #contact .table-contact table tbody tr td {
  padding: 10px 20px;
}
.all-wrapper #contact .table-contact table tbody tr th {
  text-align: left;
  width: 30%;
  font-weight: 500;
  background-color: #fff0d9;
}
.all-wrapper #contact .table-contact table tbody tr th .hissu {
  margin-left: 10px;
}
.all-wrapper #contact .table-contact table tbody tr td {
  width: 70%;
  border-left: 1px solid #b9b9b9;
}
.all-wrapper #contact .table-contact table tbody tr td input {
  width: 100%;
}
.all-wrapper #contact .table-contact table tbody tr td textarea {
  width: 100%;
}
.all-wrapper #contact .table-contact table tbody tr td .error {
  text-align: left;
}
.all-wrapper #contact .table-contact table tbody tr td.input-s input {
  width: 20%;
}
@media (max-width: 768px) {
  .all-wrapper #contact .table-contact table tbody tr th {
    border-bottom: 1px solid #b9b9b9;
  }
  .all-wrapper #contact .table-contact table tbody tr td {
    border-left: none;
  }
  .all-wrapper #contact .table-contact table tbody tr th, .all-wrapper #contact .table-contact table tbody tr td {
    display: block;
    width: 100%;
  }
}
.all-wrapper #contact h4 {
  text-align: center;
  margin: 50px 0 15px;
  color: #e76b00;
}
.all-wrapper #contact .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
.all-wrapper #contact .privacy dl dt {
  font-size: 1.6rem;
  text-align: left;
}
.all-wrapper #contact .privacy dl dd {
  font-size: 1.4rem;
  padding: 5px 0 20px;
}
.all-wrapper #contact p.kojin {
  text-align: center;
  margin: 10px 0;
}
.all-wrapper #contact .btnA input[type=submit] {
  display: inline-block;
  padding: 10px 40px;
  margin: 20px 0;
  border: 3px solid #e76b00;
  background-color: #e76b00;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .all-wrapper #contact .btnA input[type=submit] {
    font-size: 1.6rem;
  }
}
.all-wrapper #contact .btnA input[type=submit]:hover {
  color: #e76b00;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.all-wrapper #search h1.page-title {
  margin-bottom: 30px;
}
.all-wrapper #search h3.midashi {
  font-size: 2rem;
  margin-bottom: 5px;
}
.all-wrapper #search .entry-summary {
  margin-bottom: 30px;
}
.all-wrapper #search .info-wrapper section .row #primary .main .move-single:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all-wrapper #search-box {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid #000;
}
.all-wrapper #search-box h3 {
  margin-bottom: 10px;
}
.all-wrapper .news-date {
  color: #e76b00;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: bold;
}
.all-wrapper .info-wrapper h2 {
  font-size: 2.8rem;
}
.all-wrapper .list-news-wrap ul li a div:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all-wrapper .entry-header:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all-wrapper .nav-previous, .all-wrapper .nav-next {
  display: none;
}
.all-wrapper .error {
  text-align: center;
}
.all-wrapper .error section {
  text-align: center;
}
.all-wrapper .error .more-btnA {
  text-align: center;
}
.all-wrapper .lower-wrapper .lower-header {
  font-size: 2.7rem;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/back.jpg);
  text-align: center;
  padding: 35px 0;
  border-top: 5px solid #f5901f;
}
.all-wrapper .lower-wrapper .lower-header h2 {
  max-width: 1200px;
  font-family: "ヒラギノ角ゴ Pro", serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  padding-left: 20px;
  color: #000;
}
@media (max-width: 1220px) {
  .all-wrapper .lower-wrapper .lower-header h2 {
    max-width: 980px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .lower-wrapper .lower-header h2 {
    text-align: center;
  }
}

/* .all-wrapper */
/*　////////////////////////////////
info
//////////////////////////////////　*/
#info .sidebar section {
  margin-top: 0;
}
@media (max-width: 987px) {
  #info .sidebar section {
    margin-top: 40px;
  }
}
#info .section02 {
  margin-top: 40px;
}
#info .search-box {
  text-align: center;
  margin: 20px 0;
}
#info .search-box form .search-btn {
  padding: 2px 25px;
  border-radius: 0;
  background-color: #db3500;
  color: #fff;
  border: 1px solid #b9b9b9;
}
#info .search-box form #search-input {
  border-radius: 0;
  border: 1px solid #b9b9b9;
}

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

/*　////////////////////////////////
info ページネーション
//////////////////////////////////　*/
#info .pagenavi {
  text-align: center;
}
#info .pagenavi h2.screen-reader-text {
  display: none;
}
#info .pagenavi ul {
  margin: 80px 0;
}
#info .pagenavi ul li {
  display: inline-block;
  margin-bottom: 20px;
}
#info .pagenavi ul li a {
  border: 1px solid #db3500;
  padding: 5px 15px;
  color: #db3500;
}
#info .pagenavi ul li span.current {
  background-color: #db3500;
  color: #fff;
  border: 1px solid #db3500;
  padding: 5px 15px;
}
#info .pagenavi ul li span.dots {
  border: 1px solid #808080;
  color: #808080;
  padding: 5px 10px;
}