@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 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.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 28.05px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 13px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

  .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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

  .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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* ** Morisawa TypeSquare を利用 ** */
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* ** ** font awesome ** ** */
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: 'Font Awesome 6 Duotone';
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: 'Font Awesome 6 Sharp';
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {

  0%,
  90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%,
  24% {
    transform: rotate(-18deg);
  }

  12%,
  28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-book::before {
  content: "\f02d";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-bus::before {
  content: "\f207";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/themes/www.okayama-ninbai.com/fonts/fontawesome6/fa-solid-900.woff2") format("woff2"), url("/themes/www.okayama-ninbai.com/fonts/fontawesome6/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

html.windows body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

body {
  background-color: #fafaee;
}

body>.container-fluid:nth-of-type(2) {
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  body>.container-fluid:nth-of-type(2) {
    margin-top: 1em;
  }
}

ul,
ol {
  padding-left: 2.5em;
}

dd ul,
dd ol {
  padding-left: 1em;
}

figure {
  margin: 1em 10px;
  padding: .5em .5em 0;
  background: #efefef;
  border-radius: 4px;
  text-align: center;
}

figcaption {
  display: inline-block;
  margin: .5em auto;
  padding: .5em 1.5em;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
}

@media screen and (min-width: 400px) {
  figure {
    padding: 1em 1em 0;
  }
}

main {
  padding-top: 1em;
  padding-bottom: 3em;
}

@media screen and (min-width: 768px) {
  main {
    margin-bottom: 5em;
  }
}

.wrapper {
  max-width: 1170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

html.windows h1,
html.windows h2,
html.windows h3,
html.windows h4,
html.windows h5,
html.windows h6 {
  transform: rotate(0.001deg);
}

body .container-fluid:last-of-type h1,
body .container-fluid:last-of-type h2,
body .container-fluid:last-of-type h3,
body .container-fluid:last-of-type h4,
body .container-fluid:last-of-type h5,
body .container-fluid:last-of-type h6 {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.pageTitle .editLink {
  font-size: 15px;
}

main header {
  margin-bottom: 2em;
}

main h1 {
  margin-top: 0;
  margin-bottom: .5em;
  padding-bottom: .3em;
  border-bottom: 1px solid #50473b;
}

.entryColumn h2,
.entryColumn h3,
.entryColumn h4,
.entryColumn h5,
.entryColumn h6 {
  padding-left: 0;
}

.entryColumn h2 {
  margin-top: 2em;
  margin-left: 10px;
  margin-bottom: 1em;
  padding-left: .5em;
  border-left: 4px solid #ec8814;
}

.entryColumn h2.style-h3 {
  margin-top: 1em;
}

.entryColumn h2:first-child {
  margin-top: 0;
}

.entryColumn h3,
.entryColumn h2.style-h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: .5em;
}

.entryColumn h2.style-h3 {
  padding-left: 0;
  border-left: none;
  font-size: 19px;
}

.entryColumn h4 {
  margin-left: .5em;
  font-weight: bold;
}

.entryColumn h3:after,
.entryColumn h2.style-h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #ec8814 20px, #6e6152 20px);
}

.entryColumn .box h3:after,
.entryColumn .box h2.style-h3:after {
  background: transparent;
}

.entry-list h2 {
  font-size: 19px;
}

.line-marker {
  background-image: url(../images/linemarker-orange.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px .7em;
}

.line-marker-green {
  background-image: url(../images/linemarker-orange.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px .7em;
  background-image: url(../images/media/linemarker-green.png);
}

.text-attention {
  color: #aa0000;
}

.text-max {
  font-size: 24px;
}

.text-huge {
  font-size: 19px;
}

.text-large {
  font-size: 18px;
}

.text-small {
  font-size: 13px;
  line-height: 1.3;
}

.text-tiny {
  font-size: 11px;
  line-height: 1.3;
}

.text-min {
  font-size: 9px;
  line-height: 1.2;
}

.bold {
  font-weight: bold;
}

.box {
  margin: 2em auto 2em;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
}

.box:before,
.box:after {
  content: " ";
  display: table;
}

.box:after {
  clear: both;
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  display: block;
  width: auto;
  max-width: 16em;
  margin: 0 auto .7em;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.box p,
.box ul,
.box ol,
.box dl {
  margin-top: 1em;
  margin-bottom: 0;
}

.box p:first-of-type,
.box ul:first-of-type,
.box ol:first-of-type,
.box dl:first-of-type {
  margin-top: 0;
}

.box ul,
.box ol {
  padding-left: 1em;
}

.box-green,
.box-brown,
.box-navy {
  color: #fff;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box-green {
  background-color: #2d5a5d;
}

.box-green h1,
.box-green h2,
.box-green h3,
.box-green h4,
.box-green h5,
.box-green h6 {
  color: #2d5a5d;
}

.box-brown {
  background-color: #6e6152;
}

.box-brown h1,
.box-brown h2,
.box-brown h3,
.box-brown h4,
.box-brown h5,
.box-brown h6 {
  color: #50473b;
}

.box-navy {
  background-color: #28324e;
}

.box-navy h1,
.box-navy h2,
.box-navy h3,
.box-navy h4,
.box-navy h5,
.box-navy h6 {
  color: #28324e;
}

.box-cherry {
  border: none;
  background-color: #f4d3c8;
}

.box-bordered {
  border: 2px dotted #50473b;
}

.box-heading-left h1,
.box-heading-left h2,
.box-heading-left h3,
.box-heading-left h4,
.box-heading-left h5,
.box-heading-left h6 {
  max-width: none;
  font-size: 15px;
  text-align: left;
}

.box-message {
  position: relative;
  margin: 1em 10px;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
}

.box-message img {
  position: absolute;
  width: 50px;
  right: .5em;
  bottom: 0;
}

.box-message p {
  margin-right: 4em;
  padding-left: 0;
}

.box-message p:last-of-type {
  margin-bottom: 0;
}

.box-message.female {
  display: inline-block;
}

.box-message.female img {
  width: 75px;
}

.box-message.female p {
  margin-right: 5.5em;
}

@media screen and (min-width: 600px) {
  .box-message img {
    right: auto;
    left: 1em;
  }

  .box-message p {
    margin-right: auto;
    margin-left: 5.5em;
  }

  .box-message.female img {
    right: .5em;
    left: auto;
  }

  .box-message.female p {
    margin-right: 5.5em;
    margin-left: auto;
  }
}

/*
.box-why-choose-usは、_why-choose-us.scssにて定義
*/
.button {
  display: inline-block;
  width: auto;
  margin: .3em auto;
  padding: 1em 2em;
  color: #000;
  background-image: linear-gradient(#fafaf3 0%, #e1e1d8 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  box-shadow: 0 0 0 1px #ccccb2, 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  /* ラベルの文字数が多く、アイコンにかぶってしまうときはラベルをインデント */
  /**************************************************/
}

.button.button-max {
  font-size: 24px;
}

.button.button-max.button-arrowed {
  background-size: 24px 24px, auto auto;
}

.button.button-huge {
  font-size: 19px;
}

.button.button-huge.button-arrowed,
.button.button-huge.button-cta-arrowed {
  background-size: 20px 20px, auto auto;
}

.button.button-large {
  font-size: 18px;
}

.button.button-large.button-arrowed {
  background-size: 18px 18px, auto auto;
}

.button.button-small {
  font-size: 13px;
}

.button.button-small.button-arrowed {
  background-size: 12px 12px, auto auto;
}

.button.button-tiny {
  font-size: 11px;
}

.button.button-tiny.button-arrowed {
  background-size: 10px 10px, auto auto;
}

.button:active,
.button.active {
  background-image: linear-gradient(0deg, #fafaf3 0%, #e1e1d8 100%);
}

.button:hover,
.button:active,
.button:focus,
.button:visited {
  color: #000;
  text-decoration: none;
}

.button.button-arrowed {
  padding-left: 3em !important;
  background-position: 1.5em center, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px 15px, auto auto;
  background-image: url(../images/icon-arrow-on-button@2x.png), linear-gradient(#fafaf3 0%, #e1e1d8 100%);
}

.button.button-arrowed:active,
.button.button-arrowed.active {
  background-image: url(../images/icon-arrow-on-button@2x.png), linear-gradient(0deg, #fafaf3 0%, #e1e1d8 100%);
}

.button.button-flat {
  background-image: none;
  background-color: #fafaf3;
}

.button.button-flat:active,
.button.button-flat.active {
  background-image: linear-gradient(-180deg, #e1e1d8 0%, #fafaf3 100%);
}

.button.button-cta {
  background-image: linear-gradient(#ffa53c 0%, #ec8814 100%);
  color: #fff;
  box-shadow: 0 0 0 1px #ec8814, 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #ffa53c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button.button-cta:active,
.button.button-cta.active {
  background-image: linear-gradient(0deg, #ffa53c 0%, #ec8814 100%);
}

.button.button-cta-arrowed {
  padding-left: 3em !important;
  background-position: 1.5em center, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px 15px, auto auto;
  padding-left: 2.3em !important;
  background-position: 1em center, 0 0;
  background-image: url(../images/icon-arrow-on-button-cta@2x.png), linear-gradient(#ffa53c 0%, #ec8814 100%);
}

.button.button-cta-arrowed:active,
.button.button-cta-arrowed.active {
  background-image: url(../images/icon-arrow-on-button-cta@2x.png), linear-gradient(0deg, #ffa53c 0%, #ec8814 100%);
}

.button.label-indent {
  text-indent: -1em;
}

@keyframes bound {
  0% {
    transform: scale(1);
  }

  12.5% {
    transform: scale(1.1);
  }

  25% {
    transform: scale(0.9);
  }

  37.5% {
    transform: scale(1.06);
  }

  50% {
    transform: scale(0.93);
  }

  62.5% {
    transform: scale(1.03);
  }

  75% {
    transform: scale(0.96);
  }

  87.5% {
    transform: scale(1.01);
  }

  100% {
    transform: scale(1);
  }
}

.bound {
  animation-name: bound;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

html.phone .show-for-others {
  display: none;
}

html.not-phone .show-for-mobile {
  display: none;
}

.icon-leaf i {
  color: #24a68f;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1000;
  border-bottom: 4px solid #50473b;
  font-size: 14px;
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  will-change: transform;
}

#header.fadeout {
  transition: transform 0.3s;
  transform: translateY(-100%);
}

#header a:hover,
#header a:active,
#header a:focus,
#header a:visited {
  text-decoration: none;
}

#header__description {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  color: #2d5a5d;
  font-size: 11px;
  font-weight: bold;
}

#header__column {
  display: table;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#header__column>div {
  display: table-cell;
  height: 50px;
}

#header__column>div:first-child {
  width: auto;
  vertical-align: middle;
}

#header__column>div:last-child {
  width: 46px;
  vertical-align: top;
}

#header__sitename {
  margin: 0;
  font-size: 0;
  line-height: 1;
}

#header__sitelogo {
  width: 216px;
  height: 45px;
}

.btn--go-contact {
  display: none;
}

.btn--gnavi-menu {
  display: block;
  width: 46px;
  margin: 0;
  padding: 8px 0;
  color: #000;
  font-size: 9px;
}

.btn--gnavi-menu i {
  display: block;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

@media (min-width: 768px) {
  #header {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: none;
  }

  #header.header-shrink {
    box-shadow: none;
  }

  #header__description {
    font-size: 13px;
  }

  #header__column>div {
    height: 75px;
  }

  #header__column>div:last-child {
    position: relative;
    width: 270px;
  }

  #header__column .show-for-others {
    position: absolute;
    top: -14px;
  }

  .btn--go-contact {
    display: block;
  }

  .btn--gnavi-menu {
    display: none;
  }

  #header__sitelogo {
    width: 312px;
    height: 65px;
  }
}

#gnav ul,
#fnav ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

#gnav ul:before,
#gnav ul:after,
#fnav ul:before,
#fnav ul:after {
  content: " ";
  display: table;
}

#gnav ul:after,
#fnav ul:after {
  clear: both;
}

#gnav ul li,
#fnav ul li {
  float: left;
  display: inline-block;
  width: 50%;
  background-color: #fff;
  line-height: 1;
  border-top: 1px dotted #50473b;
}

#gnav ul li:nth-child(2n-1),
#fnav ul li:nth-child(2n-1) {
  border-right: 1px dotted #50473b;
}

#gnav ul li:first-child,
#gnav ul li:nth-child(2),
#fnav ul li:first-child,
#fnav ul li:nth-child(2) {
  border-top: none;
}

#gnav ul li a,
#fnav ul li a {
  display: block;
  line-height: 4em;
  text-decoration: none;
  text-align: center;
}

#gnav ul li a,
#gnav ul li a:hover,
#gnav ul li a:active,
#gnav ul li a:focus,
#gnav ul li a:visited,
#fnav ul li a,
#fnav ul li a:hover,
#fnav ul li a:active,
#fnav ul li a:focus,
#fnav ul li a:visited {
  color: #000;
  text-decoration: none;
}

/* display: inline-block;で生じる隙間を詰める */
nav ul {
  font-size: 0;
}

nav ul li {
  font-size: 15px;
}

/**************************************************/
#gnav {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

#gnav .triangle {
  position: absolute;
  top: 2px;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../images/nav-triangle.svg);
  background-position: 0 0;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

#gnav ul {
  margin-top: 8px !important;
  padding: 4px 0 !important;
  background-color: #50473b !important;
}

#fnav {
  margin-right: -10px;
  margin-left: -10px;
}

#fnav ul {
  padding: 4px 0 !important;
  background-color: #50473b !important;
}

@media screen and (max-width: 768px) {
  #gnav {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
    transition-timing-function: ease-out;
    will-change: opacity;
  }

  #gnav.fadein {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s, opacity 0.3s;
  }
}

@media screen and (min-width: 768px) {

  #gnav,
  #fnav {
    margin-right: -10px;
    margin-left: -10px;
  }

  #gnav ul,
  #fnav ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }

  #gnav ul li,
  #fnav ul li {
    width: 18%;
    border-right: 1px solid #6e6152 !important;
    text-align: center;
  }

  #gnav ul li:first-child,
  #fnav ul li:first-child {
    width: 10%;
    border-left: 1px solid #6e6152;
  }

  #gnav ul li a,
  #fnav ul li a {
    line-height: 2em;
  }

  #gnav ul li a:hover,
  #fnav ul li a:hover {
    text-decoration: none;
  }

  #gnav {
    position: static;
    top: auto;
    display: block !important;
    width: auto;
    box-shadow: none;
    background-color: #fff;
    border-bottom: 4px solid #50473b;
  }

  #gnav ul {
    margin-top: 0 !important;
    margin-bottom: 10px;
    padding: 10px 5px 0 !important;
    background-color: transparent !important;
  }

  #gnav ul li {
    border-top: 0;
  }

  #gnav ul li a {
    line-height: 3em;
  }

  #gnav .triangle {
    display: none;
  }

  #fnav {
    margin-bottom: 1em;
  }

  #fnav ul {
    width: 70%;
    padding: 0 !important;
    background-color: transparent !important;
  }

  #fnav ul li {
    border-top: 0;
    background: none;
    font-size: 13px;
  }
}

.pager li>a,
.pager li span {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.pager li>a:hover,
.pager li span:hover {
  background-color: transparent;
  text-decoration: underline;
}

#pkz ol {
  padding-left: 0;
  list-style-type: none;
  font-size: 13px;
}

#pkz ol li {
  display: inline-block;
}

#pkz ol li:after {
  padding-left: .4em;
  content: '>';
}

#pkz ol li:last-of-type:after {
  content: none;
}

@media screen and (max-width: 768px) {
  #pkz ol {
    display: none;
  }
}

#sidebar {
  max-width: 320px;
  margin: 5em auto 2em;
  font-size: 13px;
}

#sidebar section {
  margin-top: 2em;
  margin-bottom: 2em;
}

#sidebar h1 {
  margin-top: 0;
  padding-bottom: .3em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #2d5a5d;
}

html.windows #sidebar h1 {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #sidebar {
    margin-top: 8em;
    margin-bottom: 5em;
    padding-left: 1em;
  }

  #sidebar section {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

body>.container-fluid>footer {
  margin-right: -10px;
  margin-left: -10px;
  padding: 1.5em 0 0;
  color: #fff;
  background-color: #6e6152;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body>.container-fluid>footer .row {
  margin-right: 0;
  margin-left: 0;
}

body>.container-fluid>footer .row>div:last-child {
  font-size: 13px;
  line-height: 1.3;
}

body>.container-fluid>footer .row>div:last-child img {
  float: left;
  margin-right: 1em;
}

body>.container-fluid>footer h1 {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: .3em;
  padding: .3em .5em;
  color: #50473b;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

body>.container-fluid>footer dt {
  margin-bottom: 0;
}

body>.container-fluid>footer dd {
  line-height: 1.5;
}

body>.container-fluid>footer ul {
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
}

body>.container-fluid>footer ul li {
  margin-bottom: .5em;
}

body>.container-fluid>footer a {
  color: #fff;
}

body>.container-fluid>footer a:active,
body>.container-fluid>footer a:visited,
body>.container-fluid>footer a:hover,
body>.container-fluid>footer a:active,
body>.container-fluid>footer a:focus {
  color: #fff;
}

@media screen and (min-width: 992px) {
  body>.container-fluid>footer ul {
    padding-left: 4em;
  }
}

#copyright {
  margin-top: 1.5em;
  background-color: #50473b;
  text-align: center;
}

#copyright:before,
#copyright:after {
  content: " ";
  display: table;
}

#copyright:after {
  clear: both;
}

#copyright p {
  margin: 2em 0 100px;
}

@media screen and (min-width: 768px) {
  body>.container-fluid>footer {
    padding-top: 3em;
  }

  body>.container-fluid>footer ul li {
    margin-bottom: 0;
  }
}

html:not([class*=phone]) #action-buttons--for-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  #action-buttons--for-mobile {
    display: none;
  }
}

#action-buttons--for-mobile {
  position: fixed;
  bottom: 0;
  display: table;
  width: 100%;
  padding: 5px;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

#action-buttons--for-mobile ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#action-buttons--for-mobile li {
  display: table-cell;
}

#action-buttons--for-mobile li:first-child {
  padding-right: 2px;
}

#action-buttons--for-mobile li:last-child {
  padding-left: 2px;
}

#action-buttons--for-mobile li img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #action-buttons--for-mobile.fadein {
    transition: opacity 0.75s, visibility 0.75s;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  #action-buttons--for-mobile {
    display: none;
  }
}

@keyframes bound__action-buttons--for-mobile {
  0% {
    transform: scale(1);
  }

  0.9375% {
    transform: scale(1.1);
  }

  1.875% {
    transform: scale(0.9);
  }

  2.8125% {
    transform: scale(1.06);
  }

  3.75% {
    transform: scale(0.93);
  }

  4.6875% {
    transform: scale(1.03);
  }

  5.625% {
    transform: scale(0.96);
  }

  6.5625% {
    transform: scale(1.01);
  }
}

.bound__action-buttons--for-mobile {
  animation-name: bound__action-buttons--for-mobile;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  will-change: transform;
  backface-visibility: hidden;
}

.cta {
  max-width: 36em;
  margin: 3em auto 1em;
  padding: 1em;
  background-color: #fff;
  border: 1px dotted #e6e6bb;
  border-radius: 4px;
}

.cta h1,
.cta h2 {
  margin-top: .5em;
  margin-bottom: 0;
  font-family: "UDタイポス510", "UDTypos510";
  font-size: 15px;
  font-weight: bold;
}

.cta h1 span,
.cta h2 span {
  display: block;
  color: #ec8814;
}

.cta .button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  padding-right: 0;
  padding-left: 0;
}

.cta p {
  font-size: 13px;
  line-height: 1.5;
}

.cta p:first-of-type {
  font-family: "UDタイポス510", "UDTypos510";
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.cta p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 440px) {

  .cta h1 span,
  .cta h2 span {
    display: inline;
  }
}

@media screen and (min-width: 520px) {

  .cta h1,
  .cta h2 {
    font-size: 18px;
  }

  .cta h1 span,
  .cta h2 span {
    display: inline;
  }

  .cta p {
    font-size: 15px;
    line-height: 1.6;
  }

  .cta p:first-of-type {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .cta {
    max-width: 47em;
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 992px) {
  .cta {
    padding-right: 3em;
    padding-left: 3em;
  }

  .cta h1,
  .cta h2 {
    margin-top: 1em;
  }
}

#pic__cta--01 {
  float: right;
  display: block;
  margin-top: -6.5em;
  margin-right: .5em;
}

#pic__cta--02 {
  float: left;
  display: block;
  width: 6em;
  margin-right: 1em;
  margin-left: 1em;
}

@media screen and (min-width: 520px) {
  #pic__cta--02 {
    width: 6em;
  }
}

@media screen and (min-width: 992px) {
  #pic__cta--01 {
    width: 10em;
    margin-top: -8em;
  }

  #pic__cta--02 {
    width: 8em;
  }
}

.smart-seal {
  display: table;
  width: 100%;
  max-width: 53em;
  margin: 1em auto;
  padding: 0 1em;
}

.smart-seal p {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.banner {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
  padding-left: 0;
  list-style: none;
}

.banner li {
  margin-bottom: .5em;
}

.banner li:last-child {
  margin-bottom: 0;
}

.staff-small img {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}

.list {
  margin: 1em 0;
  padding-left: 0;
  list-style: none;
}

.list li {
  padding: 1em .3em;
  border-bottom: 1px dotted #50473b;
}

.list li a {
  position: relative;
  display: block;
  padding-left: 1.5em;
}

.list li a i {
  position: absolute;
  top: .25em;
  left: 0;
}

.tag-list {
  display: inline-block;
  padding: 0 .5em;
  background-color: #fff;
  border-radius: 4px;
}

.tag-list li {
  display: inline;
  margin-left: .5em;
  font-size: 13px;
}

.tag-list li:first-child {
  margin-left: 0;
}

.point-list {
  display: inline-block;
  width: auto;
  list-style: none;
}

.point-list li {
  padding-left: 1.3em;
  margin-bottom: .5em;
  background-image: url(../images/icon-check@2x.png);
  background-position: 0 .4em;
  background-repeat: no-repeat;
  background-size: 15px, 15px;
  font-family: "UDタイポス510", "UDTypos510";
  text-align: left;
}

.point-list li:last-child {
  margin-bottom: 0;
}

.achievement-list {
  padding-left: 0;
  list-style: none;
}

.achievement-list li {
  margin-bottom: 1em;
}

.achievement-list li:last-child {
  margin-bottom: 0;
}

.achievement-list img {
  display: block;
  width: 10em;
  height: 10em;
  margin-bottom: 1em;
  background-color: #fff;
  border-radius: 5em;
  clip-path: url(#clip-path);
}

.achievement-list dl {
  margin-bottom: 0;
  margin-left: 1em;
}

.achievement-list dl dt {
  display: inline-block;
  width: auto;
  margin: 0 0 .3em;
  padding: .5em 1em;
  color: #fff;
  background-color: #ec8814;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.achievement-list dl dt:last-of-type {
  background-color: #2d5a5d;
}

.achievement-list dl dd {
  margin-bottom: 1em;
}

.achievement-list p {
  padding-right: 0;
  text-align: right;
}

@media screen and (min-width: 520px) {
  .achievement-list img {
    float: left;
  }

  .achievement-list div {
    margin-left: 11em;
  }
}

.one-point {
  position: relative;
  margin: 2.3em 10px 2em;
  padding: 1.5em 1em .3em;
  background-color: #fff;
  border-radius: 4px;
}

.one-point h1 {
  position: absolute;
  top: -1em;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: .5em 1em;
  color: #fff !important;
  background-color: #2d5a5d;
  line-height: 1;
  border-radius: 4px;
  font-size: 11px !important;
}

.one-point img {
  position: absolute;
  width: 90px;
  right: .5em;
  bottom: 0;
}

.one-point p,
.one-point ul,
.one-point ol,
.one-point dl {
  margin-right: 7em;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.4;
}

#top .step {
  padding-top: 2em;
  padding-bottom: 2em;
}

#top .step h1,
#top .step h2 {
  margin-top: 0;
  text-align: center;
}

#top .step h1 {
  margin-bottom: 1em;
  font-size: 24px;
}

#top .step h1 span {
  display: block;
}

#top .step h2 {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  #top .step {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  #top .step h1 {
    font-size: 36px;
  }

  #top .step h2 {
    font-size: 24px;
  }
}

#top>.container-fluid:nth-of-type(2) {
  padding: 0;
  margin-top: 95px;
}

@media screen and (min-width: 768px) {
  #top>.container-fluid:nth-of-type(2) {
    margin-top: 0;
  }
}

#top .container-fluid:last-of-type {
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  #top .container-fluid:last-of-type {
    margin-top: 5em;
  }
}

#top .one-point {
  margin-right: auto;
  margin-left: auto;
}

#top figure {
  display: block;
  width: auto;
  max-width: 50em;
  margin: 1em auto;
}

#top figcaption {
  text-align: center;
}

#auction-sale figure {
  max-width: 38em;
}

#top .box,
#top .one-point {
  max-width: 36em;
}

#top .box {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {

  #top .box,
  #top .one-point {
    max-width: 47em;
  }
}

#main-visual {
  background-color: #efefef;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 768px) {
  #top .main-visual.show-for-mobile {
    display: block;
  }

  #top .main-visual.show-for-others {
    display: none;
  }
}

@media (min-width: 768px) {
  #top .main-visual.show-for-mobile {
    display: none;
  }

  #top .main-visual.show-for-others {
    display: block;
  }
}

#top #customer-voices {
  padding-bottom: 0;
  background-image: linear-gradient(rgba(207, 14, 60, 0.07), rgba(207, 14, 60, 0.07));
}

#top #customer-voices h1 {
  color: #aa0000;
}

#top #customer-voices img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#top #authority {
  padding-top: 1.5em;
  padding-bottom: 1em;
  background-color: #f2f2ce;
}

#top #authority h1 {
  font-size: 18px;
  text-align: left;
}

#top #authority h1 span {
  display: inline;
}

#top #authority ul {
  margin: 1em 0;
  padding-left: 0;
  list-style: none;
}

#top #authority ul li {
  min-height: 23px;
  margin-bottom: .5em;
  padding-left: 30px;
  background-image: url(../images/icon_badge@2x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 23px;
  font-family: "UDタイポス510", "UDTypos510";
  font-size: 13px;
}

#top #authority ul li span {
  display: block;
}

@media screen and (min-width: 768px) {
  #top #authority h1 {
    margin-bottom: 2em;
    font-size: 18px;
    text-align: center;
  }

  #top #authority ul {
    max-width: 50em;
    margin-right: auto;
    margin-left: auto;
  }

  #top #authority ul li {
    float: left;
    display: inline-block;
    width: 50%;
    height: 8em;
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 0;
    background-position: 50% 0;
    background-size: 50px 56px;
    font-size: 15px;
    text-align: center;
  }

  #top #authority ul li:nth-child(2n-1) {
    padding-right: 1em;
  }

  #top #authority ul li:nth-child(2n) {
    padding-left: 1em;
  }
}

#top #what-is-trouble {
  padding-bottom: 0;
  background-color: #c9f2ee;
  background-image: url(../images/bg-what-is-trouble@2x.png);
  background-position: 50% 5em;
  background-repeat: no-repeat;
  background-size: 60em auto;
}

#top #what-is-trouble .wrapper {
  position: relative;
  padding-bottom: 6em;
}

#top #what-is-trouble .point-list {
  text-shadow: 1px 1px 2px #2d5a5d;
}

#top #what-is-trouble img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 20em;
}

@media screen and (min-width: 500px) {
  #top #what-is-trouble .wrapper {
    padding-bottom: 10em;
  }

  #top #what-is-trouble img {
    width: 25em;
  }
}

@media screen and (min-width: 600px) {
  #top #what-is-trouble .wrapper {
    padding-bottom: 12em;
  }
}

@media screen and (min-width: 700px) {
  #top #what-is-trouble {
    background-position: -7em 4em;
  }
}

@media screen and (min-width: 768px) {
  #top #what-is-trouble {
    background-position: -7em 7em;
  }

  #top #what-is-trouble .wrapper {
    padding-bottom: 10em;
  }
}

@media screen and (min-width: 992px) {
  #top #what-is-trouble {
    background-image: none;
  }

  #top #what-is-trouble .wrapper {
    padding-bottom: 5em;
    background-image: url(../images/bg-what-is-trouble@2x.png);
    background-position: 0 4em;
    background-repeat: no-repeat;
    background-size: 53em auto;
  }

  #top #what-is-trouble .point-list {
    margin-left: 4em;
  }

  #top #what-is-trouble img {
    width: 30em;
  }
}

@media screen and (min-width: 1200px) {
  #top #what-is-trouble {
    background-position: 0 8em;
  }
}

#top #a-short-sale h1 {
  color: #ec8814;
}

#top #a-short-sale h1 span {
  font-size: 18px;
}

#top #a-short-sale .box-brown {
  max-width: 60em;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  #top #a-short-sale h1 span {
    font-size: 24px;
  }

  #top #a-short-sale .box-brown {
    padding-right: 3em;
    padding-left: 3em;
  }
}

#top #auction-sale {
  background-color: #f8d443;
}

#top #auction-sale div>section:first-of-type {
  margin-bottom: 3em;
}

#top #auction-sale div>section:first-of-type>h1 {
  font-size: 18px;
}

#top #auction-sale div>section:first-of-type>h1 span {
  color: #aa0000;
  font-size: 24px;
}

#top #auction-sale div>section:first-of-type>h1 span span {
  display: inline;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #top #auction-sale div>section:first-of-type>h1 {
    font-size: 24px;
  }

  #top #auction-sale div>section:first-of-type>h1 span {
    font-size: 36px;
  }

  #top #auction-sale div>section:first-of-type>h1 span span {
    font-size: 24px;
  }
}

#top #promise {
  padding-top: 1em !important;
}

#top .point-list {
  max-width: 40em;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  padding: 2em;
  color: #fff;
}

#top #promise .point-list {
  display: block;
}

@media screen and (min-width: 520px) {
  #top .point-list li {
    background-size: 18px, 18px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #top .point-list {
    max-width: 55em;
  }
}

#top #achievements li {
  margin-bottom: 2em;
}

#top #achievements li:last-child dl dd:last-of-type {
  margin-bottom: 0;
}

#top #achievements h2 {
  margin-bottom: 1em;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #000;
}

#top #faq h2:before,
#top #faq p:before {
  margin-right: .5em;
  font-size: 19px;
  font-weight: bold;
}

#top #faq h2 {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #000;
  text-align: left;
}

#top #faq h2:before {
  color: #2d5a5d;
  content: 'Q.';
}

#top #faq section p {
  margin-bottom: 2em;
}

#top #faq section p:before {
  color: #1D4C83;
  content: 'A.';
}

#top #faq section p:last-of-type {
  margin-bottom: 0;
}

#top #cta {
  padding-top: 2em;
  padding-bottom: 2em;
}

#top #cta .wrapper>p:first-of-type {
  font-family: "UDタイポス510", "UDTypos510";
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 440px) {
  #top #cta .wrapper>p:first-of-type {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #top #cta .wrapper>p:first-of-type {
    margin-bottom: 2em;
    font-size: 36px;
  }
}

.top-banner--upper,
.top-banner--left,
.top-banner--right {
  text-align: center;
}

.top-banner--upper {
  margin-bottom: 1rem;
}

.top-banner--left {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .top-banner {
    margin-bottom: 3rem;
  }

  .top-banner--left {
    margin-bottom: 0;
    text-align: right;
  }

  .top-banner--right {
    text-align: left;
  }
}

/*!
 * Copyright ohtsuki@2843.jp
 * Licensed under MIT
 */
.list-summary {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 13px;
}

.list-summary p span {
  font-weight: bold;
}

.list-summary .summary__condition {
  margin-bottom: 0;
}

.list-summary .summary__condition span {
  font-size: 18px;
}

.list-summary .summary__detail {
  text-align: right;
  line-height: 1;
}

.list-summary .summary__detail span {
  margin-right: .1em;
  font-size: 19px;
}

.go-search-conditions {
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .go-search-conditions {
    display: none;
  }
}

/*
.acms-grid-r {
	&> div > p:last-of-type {
		margin-bottom: 3em;
	}
}
*/
main article header section {
  position: relative;
}

main article header section p {
  margin-right: 80px;
  margin-bottom: 0;
}

main article header section img {
  position: absolute;
  right: 1em;
  bottom: 0;
  width: 80px;
}

main article footer aside.related-entries li,
main article footer aside.tag-related-entries li {
  margin-bottom: .5em;
}

main article footer aside.related-entries li a,
main article footer aside.tag-related-entries li a {
  font-weight: bold;
}

main article footer aside.related-entries {
  margin-top: 2em;
  margin-bottom: 1em;
}

main article .box-heading-left h1,
main article .box-heading-left h2,
main article .box-heading-left h3,
main article .box-heading-left h4,
main article .box-heading-left h5,
main article .box-heading-left h6 {
  color: #fff;
  background-color: #2d5a5d;
  font-size: 18px;
  line-height: 1.4;
  padding-right: .75em;
  padding-left: .75em;
}

main article ol {
  padding-left: 2em;
  list-style: none;
  list-style-position: outside;
}

main article ol>li:before {
  display: inline-block;
  width: 1m;
  margin-left: -1em;
  content: '\2460';
}

main article ol>li:nth-child(2):before {
  content: '\2461';
}

main article ol>li:nth-child(3):before {
  content: '\2462';
}

main article ol>li:nth-child(4):before {
  content: '\2463';
}

main article ol>li:nth-child(5):before {
  content: '\2464';
}

main article ol>li:nth-child(6):before {
  content: '\2465';
}

main article ol>li:nth-child(7):before {
  content: '\2466';
}

main article ol>li:nth-child(8):before {
  content: '\2467';
}

main article ol>li:nth-child(9):before {
  content: '\2468';
}

main article ol>li:nth-child(10):before {
  content: '\2469';
}

main article ol>li:nth-child(11):before {
  content: '\246a';
}

main article ol>li:nth-child(12):before {
  content: '\246b';
}

main article ol>li:nth-child(13):before {
  content: '\246c';
}

main article ol>li:nth-child(14):before {
  content: '\246d';
}

main article ol>li:nth-child(15):before {
  content: '\246e';
}

main article dl dt {
  display: inline-block;
  margin-bottom: .5em;
}

main article dl dt span {
  background-image: url(../images/linemarker-orange.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px .7em;
  background-image: url(../images/media/linemarker-green.png);
  border-bottom: 1px dotted #000;
}

main article dl dd {
  margin-bottom: 1em;
  margin-left: .5em !important;
}

main article dl dd:last-of-type {
  margin-bottom: 0;
}

#about-a-short-sale main article .box,
#free-consultation main article .box {
  margin-right: 10px;
  margin-left: 10px;
}

#return-to-top-of-faq {
  max-width: 25em;
  margin: 2em auto;
}

.box+.content__meta {
  margin-top: -1.5em;
}

.content__meta {
  font-size: 13px;
  text-align: right;
}

.content__date {
  display: inline-block;
  margin-bottom: 0;
}

.content__date+.content__date {
  padding-left: 1em;
}

.entry-list {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 1em;
  padding-left: 0;
  list-style: none;
  border-top: 1px dotted #6e6152;
}

.entry-list>li {
  padding-top: 1rem;
  border-bottom: 1px dotted #6e6152;
}

.entry-list>li h2,
.entry-list>li h3 {
  margin-top: 0;
}

.entry-list>li h2 {
  padding-left: .5em;
  border-left: 4px solid #ec8814;
}

.entry-list>li ul,
.entry-list>li p {
  margin-left: 1em;
}

.entry-list>li ul {
  margin-bottom: .5em;
}

.entry-list>li p:last-of-type {
  text-align: right;
}

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

.faq-list {
  padding: 0 1em;
}

.faq-list h1 {
  margin-left: 10px;
  font-size: 17px;
}

.faq-list ul {
  padding-left: 2em;
}

.faq-list ul li {
  margin-bottom: 1em;
}

.faq-list footer {
  text-align: right;
}

.table>thead>tr th,
.table>thead>tr td,
.table tbody>tr th,
.table tbody>tr td,
.table tfoot>tr th,
.table tfoot>tr td {
  display: block;
  padding: .7em;
}

.table>thead>tr th,
.table tbody>tr th,
.table tfoot>tr th {
  border-top: 1px dashed #6e6152;
}

.table>thead>tr td,
.table tbody>tr td,
.table tfoot>tr td {
  border-top: none;
  padding-top: 0;
  padding-left: 1.5em;
}

.table>thead>tr:first-child th,
.table tbody>tr:first-child th,
.table tfoot>tr:first-child th {
  border-top: 1px dashed #6e6152;
}

.table>thead>tr:last-child td,
.table tbody>tr:last-child td,
.table tfoot>tr:last-child td {
  border-bottom: 1px dashed #6e6152;
}

.table ul {
  margin-bottom: 0;
  padding-left: 1em;
}

@media screen and (min-width: 600px) {

  .table>thead>tr th,
  .table>thead>tr td,
  .table tbody>tr th,
  .table tbody>tr td,
  .table tfoot>tr th,
  .table tfoot>tr td {
    display: table-cell;
    padding: 1em;
    border-top: 1px dashed #6e6152;
  }

  .table>thead>tr th,
  .table tbody>tr th,
  .table tfoot>tr th {
    width: 30%;
    max-width: 10em;
  }

  .table>thead>tr td,
  .table tbody>tr td,
  .table tfoot>tr td {
    border-left: 4px solid #6e6152;
  }

  .table>thead>tr:last-child th,
  .table tbody>tr:last-child th,
  .table tfoot>tr:last-child th {
    border-bottom: 1px dashed #6e6152;
  }
}

[class^='column-video-'] {
  max-width: 720px;
}

.column-youtube,
.column-iframe {
  padding-top: 0;
}

.column-video-center {
  margin-right: auto;
  margin-left: auto;
}

.js-open-street-map {
  display: inline-block;
}

.acms-entry [class*=column-video],
.acms-entry [class*=column-youtube] {
  padding-right: 0;
  padding-left: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

body.blog.index article {
  padding-bottom: 4rem;
}

body.blog.index article:not(:last-of-type) {
  margin-bottom: 5rem;
  border-bottom: 1px dotted #50473b;
}

body.blog .pageTitle {
  font-size: 24px;
}

body.blog.entry .pageTitle {
  color: #666;
}

body.blog article h1,
body.blog article .h1 {
  font-size: 1.8em;
  border-bottom: none;
}

body.blog article h2 {
  margin-top: 2em;
  margin-bottom: .75em;
  font-size: 1.4em;
}

body.blog article h2:first-of-type {
  margin-top: 0;
}

body.blog article h3 {
  margin-top: 2em;
  margin-bottom: .75em;
  font-size: 1.2em;
}

body.blog article h4 {
  margin-top: 2em;
  margin-bottom: .75em;
  font-size: 1.05em;
}

body.blog article .entryColumn p {
  margin-bottom: 3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}

body.blog article .entryColumn p.caption {
  text-align: inherit;
}

body.blog article p.go-to-permalink,
body.blog article p.return-to-list {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

body.blog article footer {
  margin-bottom: 1rem;
}

body.blog article .circle-arrow {
  font-size: 11px;
}

body.blog.entry article .container {
  margin-bottom: 0;
  border-bottom: 0;
}

.content__meta {
  margin-bottom: 1rem;
  font-size: 13px;
  text-align: right;
}

footer .content__meta {
  margin-bottom: 0;
}

footer .content__category,
footer .content__tag {
  margin-bottom: 0;
  padding: 1rem;
  background-color: #efefef;
  line-height: 1;
}

p.content__date {
  margin-bottom: 0;
}

.content__category,
.content__tag {
  margin-top: 0;
  margin-bottom: 0;
}

.content__category li,
.content__tag li {
  margin-bottom: 0;
}

.content__category li:not(:last-child),
.content__tag li:not(:last-child) {
  margin-right: .5em;
}

.content__category.list,
.content__tag.list {
  padding-left: 0;
  list-style: none;
}

.content__category.list li,
.content__tag.list li {
  padding: 0;
  border: none;
}

.content__category.list li a,
.content__tag.list li a {
  padding-left: 0;
}

.content__category.list li a i,
.content__tag.list li a i {
  position: relative;
  top: auto;
  left: auto;
}

.content__category.list--inline li,
.content__tag.list--inline li {
  display: inline-block;
}

.content__category+.content__tag {
  margin-top: .5rem;
}

/*!
 * Copyright ohtsuki@2843.jp
 * Licensed under MIT
 */
.heading--icon--multilines {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  text-align: left;
}

.heading--icon--multilines i {
  position: absolute;
  font-size: 20px;
}

.heading--icon--multilines span {
  font-size: 18px;
}

#achievements .heading--icon--multilines i {
  top: 0;
  font-size: 34px;
}

.search-entry .heading--icon--multilines {
  font-size: 15px;
}

.search-entry__heading i {
  left: 0;
}

#achievements .search-entry__heading i {
  left: -45px;
}

#search-entry {
  margin-top: 5rem;
}

.search-entry {
  margin-top: 2rem;
}

.search-entry header {
  margin-bottom: 1rem;
  text-align: center;
}

.search-entry header+.box {
  margin-top: 0;
}

.search-entry ul {
  margin-bottom: 0;
}

.search-entry li {
  margin-bottom: 0;
}

.search-entry li:not(:last-child) {
  margin-right: 1rem;
}

.search-entry a {
  display: inline-block;
  padding: 1em 0;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.search-entry .list li {
  padding: 0;
  border: none;
}

.search-entry .list li a {
  padding-left: 0;
}

.search-entry .list li i {
  position: relative;
  top: auto;
  left: auto;
}

.search-entry .list--inline li {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .search-entry li {
    margin-bottom: .75em;
  }

  .search-entry a {
    padding: 0;
    font-size: 13px;
  }
}

.search-entry form {
  display: flex;
  margin: 0;
  padding: .25em .5em .25em .25em;
  border: 1px solid #ccc;
}

.search-entry ul+form {
  margin-top: 2rem;
}

.search-entry input[type=text] {
  flex: 1 1 auto;
  width: 100%;
  margin-right: 1em;
  padding-left: 1em;
  border: none;
}

.search-entry button[type=submit] {
  flex: 0 0 8em;
}

#about-a-short-sale .figure {
  max-width: 680px;
}

#about-a-short-sale .achievement-list {
  margin-right: 10px;
  margin-left: 10px;
}

#about-a-short-sale .achievement-list h3 {
  margin-left: 0;
}

#about-a-short-sale #fig-auction-sale {
  max-width: 530px;
}

@media screen and (min-width: 550px) {
  #about-a-short-sale #fig-auction-sale {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 700px) {
  .figure {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .figure {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 992px) {
  .figure {
    margin-right: auto;
    margin-left: auto;
  }
}

.box-solvable {
  max-width: 60rem;
  margin-top: 1.5rem;
  color: #000;
}

.box-solvable h2 {
  line-height: 1.4;
  font-size: 19px;
}

.box-solvable h2 span {
  font-size: 24px;
}

.box-solvable .one-point {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 1em;
  background-color: #efefef;
  text-align: left;
}

.box-solvable .one-point p {
  line-height: 1.5;
}

.box-solvable>p {
  margin-bottom: 1rem;
}

.box-solvable .button {
  display: block;
}

.box-solvable .button:first-of-type {
  width: 25rem;
}

#why-choose-us .box-why-choose-us {
  position: relative;
  margin: 3em 10px 2em;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
}

#why-choose-us .box-why-choose-us:first-of-type {
  margin-top: 0;
}

#why-choose-us .box-why-choose-us img {
  position: absolute;
}

#why-choose-us .box-why-choose-us img:first-of-type {
  left: .5em;
  bottom: -.7em;
  width: 5em;
}

#why-choose-us .box-why-choose-us img:last-of-type {
  top: -1em;
  right: -.5em;
  width: 7em;
}

#why-choose-us .box-why-choose-us h2 {
  margin: 2em 0 0 3.8em;
  padding-right: 0;
  font-size: 18px;
}

#why-choose-us .box-why-choose-us p {
  margin-right: 4em;
  padding-left: 0;
}

#why-choose-us .box-why-choose-us p:last-of-type {
  margin-bottom: 0;
}

#why-choose-us .box-why-choose-us.female {
  display: inline-block;
}

#why-choose-us .box-why-choose-us.female img {
  width: 9em;
}

#why-choose-us .box-why-choose-us.female p {
  margin-right: 5.5em;
}

@media screen and (min-width: 375px) {
  #why-choose-us .box-why-choose-us h2 {
    margin-top: 1.5em;
    margin-left: 3.5em;
    font-size: 19px;
  }
}

@media screen and (min-width: 414px) {

  #why-choose-us .box-why-choose-us:nth-of-type(2) h2,
  #why-choose-us .box-why-choose-us:nth-of-type(3) h2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 450px) {
  #why-choose-us .box-why-choose-us {
    max-width: 30em;
  }

  #why-choose-us .box-why-choose-us h2 {
    margin-top: 0;
    margin-left: 3em;
  }
}

@media screen and (min-width: 600px) {
  #why-choose-us .box-why-choose-us {
    max-width: 35em;
  }

  #why-choose-us .box-why-choose-us h2 {
    margin-top: 2.5em;
    margin-left: 2.3em;
    font-size: 24px;
  }

  #why-choose-us .box-why-choose-us:first-of-type h2 {
    margin-top: 0;
  }

  #why-choose-us .box-why-choose-us img:last-of-type {
    top: -.7em;
    right: -.5em;
    width: 8.5em;
  }

  #why-choose-us .box-why-choose-us.female img {
    right: .5em;
    left: auto;
  }

  #why-choose-us .box-why-choose-us.female p {
    margin-right: 5.5em;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  #why-choose-us .box-why-choose-us {
    max-width: 36em;
    margin-top: 5em;
  }

  #why-choose-us .box-why-choose-us:first-of-type {
    margin-top: 0;
  }

  #why-choose-us .box-why-choose-us h2 {
    margin-top: 0;
    margin-left: 3em;
  }
}

#achievements .entry-list h2 {
  margin-bottom: 1em;
}

#contact .entryColumn h2:first-of-type,
#request-for-documents .entryColumn h2:first-of-type,
#free-consultation .entryColumn h2:first-of-type {
  margin-top: 1em;
}

#contact .entryColumn h3,
#request-for-documents .entryColumn h3,
#free-consultation .entryColumn h3 {
  margin-left: 0;
}

#contact td label,
#request-for-documents td label,
#free-consultation td label {
  font-weight: normal;
}

#contact td ul,
#request-for-documents td ul,
#free-consultation td ul {
  list-style: none;
  padding-left: 0 !important;
}

#contact .box,
#request-for-documents .box,
#free-consultation .box {
  margin-top: 1em;
  margin-right: 10px;
  margin-left: 10px;
}

#contact .box p,
#request-for-documents .box p,
#free-consultation .box p {
  padding: 0;
}

#contact .one-point p,
#request-for-documents .one-point p,
#free-consultation .one-point p {
  margin-right: 0;
  padding-right: 0;
}

#contact .show-for-others img,
#contact .show-for-others p,
#request-for-documents .show-for-others img,
#request-for-documents .show-for-others p,
#free-consultation .show-for-others img,
#free-consultation .show-for-others p {
  width: 100%;
  max-width: 30em;
}

#contact .show-for-others p,
#request-for-documents .show-for-others p,
#free-consultation .show-for-others p {
  text-align: center;
}

#how-to-contact-02 {
  margin-left: 1em;
}

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

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

.layout-buttons div:first-child {
  margin-bottom: 2em;
}

.button-cta {
  padding-right: 1em;
  padding-left: 1em;
}

.error-text {
  color: #aa0000;
  margin: .3em 0;
  padding: 0 !important;
}

.error-text:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  #contact .entryColumn h2:first-of-type {
    margin-top: 2em;
  }
}

#request-for-documents .image-photo {
  text-align: center;
}

#request-for-documents .image-photo img {
  width: 100%;
  max-width: 20em;
}

#site-policy .entryColumn h2.style-h3 {
  margin-top: 2em;
}

#site-policy .entryColumn dl dd {
  margin-bottom: 0;
}

#privacy-policy .entryColumn h2.style-h3 {
  margin-top: 2em;
}

#privacy-policy .entryColumn dl dd {
  margin-bottom: 0;
}

#privacy-policy .entryColumn dt:not(:first-of-type) {
  margin-top: 1rem;
}