@charset "UTF-8";
/*
@media (max-width: $screen-xs-max) { ... }
@media (min-width: $screen-sm-min) { ... }
@media (min-width: $screen-md-min) { ... }
@media (min-width: $screen-lg-min) { ... }
*/
/* ================================================== *
 *    Bootstrap Base
 * ================================================== */
/*! 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 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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ea5504;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive, .img-responsive-full {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  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.4;
  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: 25px;
  margin-bottom: 12.5px;
}
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: 12.5px;
  margin-bottom: 12.5px;
}
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: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 16px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}
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 !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #333;
}
a.text-primary:hover, a.text-primary:focus {
  color: #1a1a1a;
}
.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: #333;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #1a1a1a;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
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: 25px;
}
dt, dd {
  line-height: 1.8;
}
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: 640px) {
  .dl-horizontal dt {
    float: left;
    width: 90px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 110px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 17.5px;
  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.8;
  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: 25px;
  font-style: normal;
  line-height: 1.8;
}
address a {
  color: white !important;
}
.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: 640px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 940px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 940px) {
  .container {
    width: 960px;
  }
}
.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: 640px) {
  .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: 940px) {
  .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: 940px) {
  .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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.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.8;
  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: 639px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 39px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 640px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 640px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #262626;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #080808;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #333;
  border-color: #262626;
}
.btn-primary .badge {
  color: #333;
  background-color: #fff;
}
.btn-party {
  color: #fff;
  background-color: #007bff;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
}
.btn-party:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-success {
  color: #fff;
  background-color: #758040;
  border-color: #656f38;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #565e2f;
  border-color: #181a0d;
}
.btn-success:hover {
  color: #fff;
  background-color: #565e2f;
  border-color: #404623;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #565e2f;
  border-color: #404623;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #404623;
  border-color: #181a0d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #758040;
  border-color: #656f38;
}
.btn-success .badge {
  color: #758040;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #c5b448;
  border-color: #b9a83b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #a69634;
  border-color: #58501c;
}
.btn-info:hover {
  color: #fff;
  background-color: #a69634;
  border-color: #8a7e2c;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #a69634;
  border-color: #8a7e2c;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #8a7e2c;
  border-color: #58501c;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #c5b448;
  border-color: #b9a83b;
}
.btn-info .badge {
  color: #c5b448;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ffdd33;
  border-color: #ffdd33;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ffd500;
  border-color: #b39500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffd500;
  border-color: #f5cc00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffd500;
  border-color: #f5cc00;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #dbb700;
  border-color: #b39500;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ffdd33;
  border-color: #ffdd33;
}
.btn-warning .badge {
  color: #ffdd33;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #a93129;
  border-color: transparent;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #80251f;
  border-color: transparent;
}
.btn-danger:hover {
  color: #fff;
  background-color: #80251f;
  border-color: transparent;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #80251f;
  border-color: transparent;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #631d18;
  border-color: transparent;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #a93129;
  border-color: transparent;
}
.btn-danger .badge {
  color: #a93129;
  background-color: #fff;
}
.btn-link {
  color: #333;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #ea5504;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #333;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 640px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 82px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 640px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 640px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 640px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 640px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 640px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 640px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 32px 10px;
  font-size: 18px;
  line-height: 25px;
  height: 82px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 640px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 640px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 16px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 639px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 640px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
@media (min-width: 640px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 639px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-sm {
  margin-top: 26px;
  margin-bottom: 26px;
}
.navbar-btn.btn-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar-text {
  margin-top: 28.5px;
  margin-bottom: 28.5px;
}
@media (min-width: 640px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 640px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #777;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555;
}
@media (max-width: 639px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #777;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333;
}
.navbar-default .navbar-link:hover {
  color: #777;
}
.navbar-default .btn-link {
  color: #333;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #777;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 639px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.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: #df4b4b;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d22525;
}
.label-primary {
  background-color: #333;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}
.label-success {
  background-color: #758040;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #565e2f;
}
.label-info {
  background-color: #808080;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #676767;
}
.label-warning {
  background-color: #ffdd33;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ffd500;
}
.label-danger {
  background-color: #a93129;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #80251f;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right, .media > .pull-right {
  padding-left: 10px;
}
.media-left, .media > .pull-left {
  padding-right: 10px;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 940px) and (max-width: 939px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 940px) and (max-width: 939px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 940px) and (max-width: 939px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 940px) and (max-width: 939px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 940px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 940px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 940px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 940px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 940px) and (max-width: 939px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* -----------------------------------------
	slick-slider
----------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/*
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
*/
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  pointer-events: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-initialized .slick-slide > a:hover {
  opacity: 0.9;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:before, .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
/* ================================================== *
 *   utilities
 * ================================================== */
.img-responsive-full {
  width: 100%;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.my-btns {
  padding: 10px 0 10px;
}
@media (min-width: 940px) {
  .my-btns {
    padding: 20px 0;
  }
}
.my-btns .btn {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 940px) {
  .my-btns .btn {
    width: 340px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
}
.my-btns .btn:hover {
  background-color: #333;
  color: white;
  border-color: #333;
}
body {
  padding-top: 70px;
}
body.home {
  padding-top: 50px;
}
@media (min-width: 640px) {
  body {
    padding-top: 0;
  }
  body.home {
    padding-top: 0;
  }
}
@media (min-width: 940px) {
  body {
    min-width: 1060;
  }
}
.h1Style {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 10px 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .h1Style {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.47059;
    padding: 0 0 45px;
    width: 100%;
    max-width: 940px;
  }
  .h1Style.short {
    padding-bottom: 25px;
  }
}
#tsl-3rdContent .h1Style {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 640px) {
  #tsl-3rdContent .h1Style {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
    padding-bottom: 35px;
  }
}
.h2Style {
  text-align: center;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.h2Style span {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.h2Style span:after, .h2Style span:before {
  content: '';
  display: block;
  height: 3px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 400%;
}
.h2Style span:before {
  right: 100%;
}
.h2Style span:after {
  left: 100%;
}
@media (min-width: 640px) {
  .h2Style.noborder span:before, .h2Style.noborder span:after {
    content: none;
  }
}
@media (min-width: 640px) {
  .h2Style {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
    margin: 0 auto 26px;
    width: 100%;
    max-width: 940px;
  }
  .h2Style span {
    padding: 0 20px;
  }
}
#tsl-3rdContent .h2Style {
  text-align: left;
  font-weight: bold;
  border-bottom: 3px solid #e7e7e7;
  padding-bottom: 9px;
}
@media (min-width: 640px) {
  #tsl-3rdContent .h2Style {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
    padding-bottom: 6px;
  }
  #tsl-3rdContent .h2Style span {
    padding: 0;
  }
  #tsl-3rdContent .h2Style span:before, #tsl-3rdContent .h2Style span:after {
    content: none;
  }
}
.h3Style {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0 10px 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #666;
}
@media (min-width: 640px) {
  .h3Style {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    padding: 0 0 25px;
    width: 100%;
    max-width: 940px;
  }
}
.container .h3Style {
  padding-right: 0;
  padding-left: 0;
}
#tsl-3rdContent .h3Style {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
.h4Style {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0 10px 12px;
  font-weight: bold;
  color: #666;
  margin: 0;
}
@media (min-width: 640px) {
  .h4Style {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    padding: 13px 0 20px;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }
}
.container .h4Style {
  padding-right: 0;
  padding-left: 0;
}
#tsl-3rdContent .h4Style {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462;
}
@media (min-width: 640px) {
  #tsl-3rdContent .h4Style {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.leadStyle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-align: center;
  margin: 0 auto 17px;
  color: #666;
}
@media (min-width: 640px) {
  .leadStyle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 26px;
    width: 100%;
    max-width: 940px;
  }
}
a:hover, a:active {
  color: #ea5504;
  text-decoration: none;
}
a.link {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
@media (min-width: 640px) {
  a.link {
    padding-left: 22px;
  }
}
a.link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
a.icon-norm:before {
  background-image: url("/images/arrow_green_01_sp.png");
  background-size: 13px auto;
  top: 4px;
  width: 13px;
  height: 13px;
}
@media (min-width: 640px) {
  a.icon-norm:before {
    background-image: url("/images/arrow_green_01_pc.png");
    background-size: 16px auto;
    width: 16px;
    height: 16px;
  }
}
a.icon-norm:hover:before {
  background-position: 0 -13px;
}
@media (min-width: 640px) {
  a.icon-norm:hover:before {
    background-position: 0 -16px;
  }
}
a.icon-external:before {
  background-image: url("/images/icon_external_sp.png");
  background-size: 13px auto;
  top: 4px;
  width: 13px;
  height: 12px;
}
@media (min-width: 640px) {
  a.icon-external:before {
    background-image: url("/images/icon_external_pc.png");
    background-size: 17px auto;
    width: 17px;
    height: 15px;
  }
}
a.icon-external:hover:before {
  background-position: 0 -12px;
}
@media (min-width: 640px) {
  a.icon-external:hover:before {
    background-position: 0 -15px;
  }
}
a.icon-popup:before {
  background-image: url("/images/icon_external_sp.png");
  background-size: 13px auto;
  top: 4px;
  width: 13px;
  height: 12px;
}
@media (min-width: 640px) {
  a.icon-popup:before {
    background-image: url("/images/icon_popup_pc.png");
    background-size: 15px auto;
    width: 15px;
    height: 13px;
    left: 2px;
  }
}
a.icon-popup:hover:before {
  background-position: 0 -12px;
}
@media (min-width: 640px) {
  a.icon-popup:hover:before {
    background-position: 0 -13px;
  }
}
a.icon-pdf:before {
  background-image: url("/images/icon_pdf_sp.png");
  background-size: auto 14px;
  top: 5px;
  width: 13px;
  height: 14px;
}
@media (min-width: 640px) {
  a.icon-pdf:before {
    background-image: url("/images/icon_pdf_pc.png");
    background-size: 18px auto;
    top: 2px;
    width: 18px;
    height: 19px;
  }
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  color: inherit;
}
.txtL {
  text-align: left !important;
}
.txtC {
  text-align: center !important;
}
.txtC .img-responsive, .txtC .img-responsive-full {
  margin-right: auto;
  margin-left: auto;
}
.txtR {
  text-align: right !important;
}
@media (min-width: 640px) {
  .w10 {
    width: 10% !important;
  }
  .w15 {
    width: 15% !important;
  }
  .w16 {
    width: 16% !important;
  }
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w55 {
    width: 55% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
}
/* ================================================== *
 *   #header
 * ================================================== */
#tsl-header {
  z-index: 11;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 640px) {
  #tsl-header {
    /*min-width: 1060px;*/
    min-width: 1110px;
    position: relative;
  }
}
#tsl-header .navbar {
  border: none;
  border-bottom: 1px solid #d3d3d4;
  background-color: white;
  min-height: 50px;
  z-index: 1030;
  border-radius: 0;
}
@media (max-width: 639px) {
  #tsl-header .navbar {
    position: fixed;
    right: 0;
    left: 0;
  }
}
@media (min-width: 640px) {
  #tsl-header .navbar {
    border-bottom: none;
  }
}
@media (min-width: 640px) {
  #tsl-header .navbar .container {
    width: auto;
    min-width: 960px;
  }
}
#tsl-header .navbar .container .navbar-brand {
  width: 170px;
  height: 28px;
  background: url("/images/logo.png") 0 0 no-repeat;
  background-size: 170px auto;
  margin: 12px 0 8px 9px;
  padding: 0;
}
@media (min-width: 640px) {
  #tsl-header .navbar .container .navbar-brand {
    width: 272px;
    height: 37px;
    background: url("/images/logo.png") 0 0 no-repeat;
    background-size: auto;
    margin: 11px 0 14px 20px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #tsl-header .navbar .container .navbar-brand:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
#tsl-header .navbar .container .navbar-toggle {
  margin: 0;
  color: #666;
  padding: 17px 12px 18px 10px;
  background-color: #2aa738;
  border: none;
  border-radius: 0;
  line-height: 1;
}
#tsl-header .navbar .container .navbar-toggle.collapsed {
  background-color: #666;
}
#tsl-header .navbar .container .navbar-toggle.collapsed:hover {
  background-color: #2aa738;
}
#tsl-header .navbar .container .navbar-toggle img {
  width: 73px;
  height: auto;
}
#tsl-header .navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1031;
  background-color: #666;
}
@media (min-width: 640px) {
  #tsl-header .navbar .navbar-nav {
    background-color: transparent;
  }
}
#tsl-header .navbar .nav > li {
  padding: 0 10px;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li {
    margin: 0 15px;
    padding: 0;
  }
}
#tsl-header .navbar .nav > li > a {
  z-index: 1031;
  padding: 11px 10px;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #666;
    display: inline-block;
    padding: 25px 0;
  }
  #tsl-header .navbar .nav > li > a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
#tsl-header .navbar .nav > li.gnav.last {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li.gnav {
    display: none;
  }
}
#tsl-header .navbar .nav > li.gnav > a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 10px;
  border-bottom: 1px solid #808080;
  background: url("/images/arrow_right_white.png") 98% center no-repeat;
  background-size: auto 15px;
}
#tsl-header .navbar .nav > li.search {
  padding: 10px 20px 0;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li.search {
    padding: 15px 0;
  }
}
#tsl-header .navbar .nav > li.search div {
  background: #fff url("/images/nav_06.png") 10px 8px no-repeat;
  background-size: 20px auto;
  padding: 5px 5px 5px 34px;
  border-radius: 3px;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li.search div {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 2px 2px 28px;
    background: transparent url("/images/nav_06.png") 7px 6px no-repeat;
    background-size: 17px auto;
    width: 150px;
    overflow: hidden;
    /* -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease; */
  }
  #tsl-header .navbar .nav > li.search div.on {
    width: 150px;
  }
}
#tsl-header .navbar .nav > li.search div input {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  padding: 0;
  width: 100% !important;
  margin-left: 2px;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li.search div input {
    width: 120px;
  }
}
#tsl-header .navbar .nav > li.close {
  text-align: center;
}
@media (min-width: 640px) {
  #tsl-header .navbar .nav > li.close {
    display: none;
  }
}
#tsl-header .navbar .nav > li.close a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 25px 0;
}
#tsl-header .navbar .nav > li.close a i {
  background: url("/images/nav_07.png") 0 0 no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
}
#tsl-header .navbar-collapse {
  border-top: none;
}
/* ================================================== *
 *   #gnav
 * ================================================== */
#tsl-gnav {
  display: none;
  background-color: #666;
}
@media (min-width: 640px) {
  #tsl-gnav {
    display: block;
    min-width: 1060px;
  }
}
#tsl-gnav nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tsl-gnav nav ul:before, #tsl-gnav nav ul:after {
  content: " ";
  display: table;
}
#tsl-gnav nav ul:after {
  clear: both;
}
#tsl-gnav nav ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 1px 0 0;
}
#tsl-gnav nav ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #767676;
  right: 0;
}
#tsl-gnav nav ul li:first-child {
  padding-left: 1px;
}
#tsl-gnav nav ul li:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #767676;
  left: 0;
}
#tsl-gnav nav ul li a {
  display: table-cell;
  width: 103px;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  height: 70px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
  font-weight: bold;
  position: relative;
}
#tsl-gnav nav ul li a.width1 {
  width: 129px;
}
#tsl-gnav nav ul li a.width2 {
  width: 169px;
}
#tsl-gnav nav ul li a:hover {
  background-color: #737373;
  text-decoration: none;
}
#tsl-gnav nav ul li a.active {
  background-color: #00a629;
}
/* ================================================== *
 *   #vi
 * ================================================== */
#tsl-vi {
  height: 75px;
  margin: -18px 0 25px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  #tsl-vi {
    margin: 0;
    height: 150px;
    min-width: 1060px;
  }
}
/*.bunjyo #tsl-vi {
  background-image: url("/bunjyo/images/vi.jpg");
}*/
.mansion #tsl-vi {
  background-image: url("/mansion/images/vi.jpg");
}
.resale #tsl-vi {
  background-image: url("/resale/images/vi.jpg");
}
.rent #tsl-vi {
  background-image: url("/rent/images/vi.jpg");
}
.senior #tsl-vi {
  background-image: url("/senior/images/vi.jpg");
}
.event #tsl-vi {
  background-image: url("/event/images/vi.jpg");
}
.reform #tsl-vi {
  background-image: url("/reform/image/vi.png");
}
.kids #tsl-vi {
  background-image: url("/kids/images/vi.jpg");
}
/* ================================================== *
 *   #breadCrumbs
 * ================================================== */
#tsl-breadCrumbs {
  display: none;
}
@media (min-width: 640px) {
  #tsl-breadCrumbs {
    display: block;
    min-width: 1060px;
    background-color: #f2f2f2;
    padding: 14px 0;
    margin-bottom: 40px;
  }
  .home #tsl-breadCrumbs {
    margin-bottom: 0px;
  }
  .home .h1Style {
    margin-top: 40px;
  }
  #tsl-breadCrumbs p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
    color: #666;
    background: url("/images/icon_home.png") 0 2px no-repeat;
    padding-left: 19px;
    margin: 0;
  }
  #tsl-breadCrumbs p a {
    color: #666;
  }
  #tsl-breadCrumbs p a:hover {
    text-decoration: underline;
  }
}
/* ================================================== *
 *   #mainContent
 * ================================================== */
#tsl-mainContent {
  background: #FFF;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 640px) {
  #tsl-mainContent {
    min-width: 1060px;
  }
}
/* ================================================== *
 *   #3rdWrap
 * ================================================== */
@media (min-width: 640px) {
  #tsl-3rdWrap {
    min-width: 1060px;
  }
}
/* ================================================== *
 *   #3rdContent
 * ================================================== */
#tsl-3rdContent {
  padding-top: 70px;
}
#tsl-3rdContent.noLnav {
  padding-top: 0;
}
@media (min-width: 640px) {
  #tsl-3rdContent {
    padding-top: 0;
  }
}
/* ================================================== *
 *   #lnav
 * ================================================== */
#tsl-lnav {
  z-index: 10;
  position: absolute;
  top: 52px;
  padding: 0;
}
@media (max-width: 639px) {
  #tsl-lnav {
    width: 100%;
  }
}
@media (min-width: 640px) {
  #tsl-lnav {
    position: relative;
    top: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#tsl-lnav .navbar {
  border: none;
  z-index: 1030;
  border-radius: 0;
}
@media (min-width: 640px) {
  #tsl-lnav .navbar {
    border-bottom: none;
    background-color: transparent;
  }
}
#tsl-lnav .navbar .navbar-toggle {
  position: relative;
  margin: 0;
  color: white;
  float: none;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
  padding: 23px 12px 23px 13px;
  background-color: #2aa738;
  border: none;
  border-radius: 0;
  /*line-height: 1;*/
  cursor: pointer;
}
#tsl-lnav .navbar .navbar-toggle.collapsed {
  background-color: #666;
}
#tsl-lnav .navbar .navbar-toggle.collapsed:hover {
  background-color: #2aa738;
}
#tsl-lnav .navbar .navbar-toggle i {
  background: url("/images/arrow_accordion.png") 0 -11px no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 11px;
  display: inline-block;
  position: absolute;
  margin-top: -7px;
  right: 20px;
  top: 50%;
}
#tsl-lnav .navbar .navbar-toggle.collapsed i {
  background-position: 0 0;
}
#tsl-lnav .navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1031;
  background-color: #666;
}
@media (min-width: 640px) {
  #tsl-lnav .navbar .navbar-nav {
    background-color: transparent;
    float: none;
  }
}
#tsl-lnav .navbar .nav li {
  padding: 0 10px;
}
@media (min-width: 640px) {
  #tsl-lnav .navbar .nav li {
    margin: 0 0 2px;
    padding: 0;
    float: none;
  }
}
#tsl-lnav .navbar .nav li a {
  z-index: 1031;
  /*padding: 11px 10px;*/
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 10px;
  border-bottom: 1px solid #808080;
}
@media (min-width: 640px) {
  #tsl-lnav .navbar .nav li a {
    color: #333;
    display: block;
    padding: 16px 20px 15px 30px;
    background: #f2f2f2 url("/images/arrow_green_03.png") 14px 49% no-repeat;
    background-size: 6px auto;
    border-bottom: none;
  }
  #tsl-lnav .navbar .nav li a:hover, #tsl-lnav .navbar .nav li a.active {
    background: #2aa738 url("/images/arrow_white_01.png") 14px 49% no-repeat;
    background-size: 6px auto;
    color: white;
  }
}
#tsl-lnav .navbar .nav li.parent {
  display: none;
}
@media (min-width: 640px) {
  #tsl-lnav .navbar .nav li.parent {
    display: block;
  }
  #tsl-lnav .navbar .nav li.parent a {
    display: block;
    text-align: center;
    border-radius: 5px 5px 0 0;
    color: white;
    background-color: #666;
    background-image: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 25px 10px 23px;
  }
}
@media (max-width: 639px) {
  #tsl-lnav .navbar .nav li.contact {
    padding: 15px 20px;
    text-align: center;
  }
  #tsl-lnav .navbar .nav li.contact a {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 13px 0;
  }
}
#tsl-lnav .navbar-collapse {
  border: none;
}
@media (min-width: 640px) {
  #tsl-lnav .navbar-collapse {
    padding-right: 0;
  }
}
#tsl-recruitnav {
  z-index: 10;
  position: absolute;
  top: 52px;
  padding: 0;
}
@media (max-width: 639px) {
  #tsl-recruitnav {
    width: 50%;
  }
}
@media (min-width: 640px) {
  #tsl-recruitnav {
    position: relative;
    top: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#tsl-recruitnav .navbar {
  border: none;
  z-index: 1030;
  border-radius: 0;
}
@media (min-width: 640px) {
  #tsl-recruitnav .navbar {
    border-bottom: none;
    background-color: transparent;
  }
}
#tsl-recruitnav .navbar .navbar-toggle {
  position: relative;
  margin: 0;
  color: white;
  float: none;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
  padding: 23px 12px 23px 13px;
  background-color: #2aa738;
  border: none;
  border-radius: 0;
  /*line-height: 1;*/
  cursor: pointer;
}
#tsl-recruitnav .navbar .navbar-toggle.collapsed {
  background-color: #666;
}
#tsl-recruitnav .navbar .navbar-toggle.collapsed:hover {
  background-color: #2aa738;
}
#tsl-recruitnav .navbar .navbar-toggle i {
  background: url("/images/arrow_accordion.png") 0 -11px no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 11px;
  display: inline-block;
  position: absolute;
  margin-top: -7px;
  right: 20px;
  top: 50%;
}
#tsl-recruitnav .navbar .navbar-toggle.collapsed i {
  background-position: 0 0;
}
#tsl-recruitnav .navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1031;
  background-color: #666;
}
@media (min-width: 640px) {
  #tsl-recruitnav .navbar .navbar-nav {
    background-color: transparent;
    float: none;
  }
}
#tsl-recruitnav .navbar .nav li {
  padding: 0 10px;
}
@media (min-width: 640px) {
  #tsl-recruitnav .navbar .nav li {
    margin: 0 0 2px;
    padding: 0;
    float: none;
  }
}
#tsl-recruitnav .navbar .nav li a {
  z-index: 1031;
  /*padding: 11px 10px;*/
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 10px;
  border-bottom: 1px solid #808080;
}
@media (min-width: 640px) {
  #tsl-recruitnav .navbar .nav li a {
    color: #333;
    display: block;
    padding: 16px 20px 15px 30px;
    background: #f2f2f2 url("/images/arrow_green_03.png") 14px 49% no-repeat;
    background-size: 6px auto;
    border-bottom: none;
  }
  #tsl-recruitnav .navbar .nav li a:hover, #tsl-recruitnav .navbar .nav li a.active {
    background: #2aa738 url("/images/arrow_white_01.png") 14px 49% no-repeat;
    background-size: 6px auto;
    color: white;
  }
}
#tsl-recruitnav .navbar .nav li.parent {
  display: none;
}
@media (min-width: 640px) {
  #tsl-recruitnav .navbar .nav li.parent {
    display: block;
  }
  #tsl-recruitnav .navbar .nav li.parent a {
    display: block;
    text-align: center;
    border-radius: 5px 5px 0 0;
    color: white;
    background-color: #666;
    background-image: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 25px 10px 23px;
  }
}
@media (max-width: 639px) {
  #tsl-recruitnav .navbar .nav li.contact {
    padding: 15px 20px;
    text-align: center;
  }
  #tsl-recruitnav .navbar .nav li.contact a {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 13px 0;
  }
}
#tsl-recruitnav .navbar-collapse {
  border: none;
}
@media (min-width: 640px) {
  #tsl-recruitnav .navbar-collapse {
    padding-right: 0;
  }
}
#tsl-mobilenav {
  z-index: 10;
  position: absolute;
  top: 52px;
  right: 0px;
  padding: 0;
}
@media (max-width: 639px) {
  #tsl-mobilenav {
    width: 50%;
  }
}
@media (min-width: 640px) {
  #tsl-mobilenav {
    display: none;
  }
}
#tsl-mobilenav .navbar {
  border: none;
  z-index: 1030;
  border-radius: 0;
}
#tsl-mobilenav .navbar .navbar-toggle {
  position: relative;
  margin: 0;
  color: white;
  float: none;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
  padding: 23px 12px 23px 13px;
  background-color: #2aa738;
  border: none;
  border-radius: 0;
  /*line-height: 1;*/
  cursor: pointer;
}
#tsl-mobilenav .navbar .navbar-toggle.collapsed {
  background-color: #666;
}
#tsl-mobilenav .navbar .navbar-toggle.collapsed:hover {
  background-color: #2aa738;
}
#tsl-mobilenav .navbar .navbar-toggle i {
  background: url("/images/arrow_accordion.png") 0 -11px no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 11px;
  display: inline-block;
  position: absolute;
  margin-top: -7px;
  right: 20px;
  top: 50%;
}
#tsl-mobilenav .navbar .navbar-toggle.collapsed i {
  background-position: 0 0;
}
#tsl-mobilenav .navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1031;
  background-color: #666;
}
#tsl-mobilenav .navbar .nav li {
  padding: 0 10px;
}
#tsl-mobilenav .navbar .nav li a {
  z-index: 1031;
  /*padding: 11px 10px;*/
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 10px;
  border-bottom: 1px solid #808080;
}
#tsl-mobilenav .navbar .nav li.parent {
  display: none;
}
@media (max-width: 639px) {
  #tsl-mobilenav.navbar .nav li.contact {
    padding: 15px 20px;
    text-align: center;
  }
  #tsl-mobilenav .navbar .nav li.contact a {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 13px 0;
  }
}
#tsl-mobilenav .navbar-collapse {
  border: none;
}
@media (min-width: 640px) {
  #tsl-mobilenav .navbar-collapse {
    padding-right: 0;
  }
}
/* ================================================== *
 *   #pagetop
 * ================================================== */
#tsl-pagetop {
  border-top: 1px solid #bbbbbb;
  z-index: 2000;
}
#tsl-pagetop a {
  display: block;
  padding: 14px 0;
  text-align: center;
  font-size: 13px;
}
#tsl-pagetop a:hover, #tsl-pagetop a:active {
  color: inherit;
  text-decoration: underline;
}
#tsl-pagetop a i {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 10px;
  margin-right: 3px;
  background: url("/images/arrow_up_01.png") 0 0 no-repeat;
  background-size: 15px auto;
}
@media (min-width: 640px) {
  #tsl-pagetop a i {
    display: none;
  }
}
@media (min-width: 640px) {
  #tsl-pagetop {
    z-index: 2000;
    border: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  #tsl-pagetop.on a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #tsl-pagetop a {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 50px;
    height: 50px;
    padding: 0;
    background: url("/images/pagetop.png") 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #tsl-pagetop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
/* ================================================== *
 *   #footer
 * ================================================== */
#tsl-footer {
  background-color: #666;
  padding: 20px 0;
  color: white;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  #tsl-footer {
    min-width: 1060px;
    background-color: #666;
    padding: 30px 0 0;
  }
}
#tsl-footer .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  #tsl-footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#tsl-footer .container .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 640px) {
  #tsl-footer .container .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#tsl-footer .container .row.head {
  margin-bottom: 18px;
}
@media (min-width: 640px) {
  #tsl-footer .container .row.head {
    margin-bottom: 8px;
  }
}
#tsl-footer h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
#tsl-footer .btn {
  border: 1px solid #b2b2b2;
  padding: 12px 10px 12px 30px;
  position: relative;
  background-color: transparent;
}
@media (min-width: 640px) {
  #tsl-footer .btn {
    margin-top: 17px;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  #tsl-footer .btn:hover {
    background-color: #777;
  }
}
#tsl-footer .btn:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -58px;
  width: 20px;
  height: 20px;
  background: url("/images/icon_contact_01.png") center center no-repeat;
  background-size: 20px auto;
}
@media (min-width: 640px) {
  #tsl-footer .btn:before {
    top: 13px;
    width: 24px;
    height: 24px;
    margin-left: -70px;
    background-size: 24px auto;
  }
}
#tsl-footer .btn.catalog:before {
  background-image: url("/images/icon_contact_02.png");
}
#tsl-footer .footernav {
  font-size: 13px;
  color: #808080;
}
#tsl-footer .footernav a {
  color: white;
  line-height: 2.2;
}
@media (min-width: 640px) {
  #tsl-footer .bottom {
    padding: 13px 0 0;
    border-top: 1px solid #808080;
    margin-top: 30px;
  }
}
#tsl-footer .bottom .footernavi {
  font-size: 12px;
}
@media (min-width: 640px) {
  #tsl-footer .bottom div {
    padding: 0 !important;
  }
}
#tsl-footer .bottom .copyright {
  font-size: 10px;
  text-align: center;
  color: #ccc;
}
@media (min-width: 640px) {
  #tsl-footer .bottom .copyright {
    font-size: 12px;
    text-align: right;
    line-height: 2;
  }
}
.changes {
  padding: 15px 15px 0;
  border: 1px solid #ccc;
  background-color: #eee;
  margin: 0 auto 20px;
}
@media (min-width: 640px) {
  .changes {
    width: 100%;
    max-width: 940px;
  }
}
.changes h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0;
  font-weight: bold;
  color: #e52e2e;
}
.changes p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
}
.changes code {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  display: block;
  background-color: white;
  padding: 12px;
  margin-bottom: 12px;
}
/*
@media (max-width: $screen-xs-max) { ... }
@media (min-width: $screen-sm-min) { ... }
@media (min-width: $screen-md-min) { ... }
@media (min-width: $screen-lg-min) { ... }
*/
/* ================================================== *
 *    Bootstrap Base
 * ================================================== */
/* ================================================== *
 *   .tsl-MainSlider
 * ================================================== */
.tsl-mainSlider {
  padding-bottom: 40px;
}
@media (min-width: 640px) {
  .tsl-mainSlider {
    padding-bottom: 70px;
  }
}
.tsl-mainSlider .slider {
  overflow: hidden;
  padding-bottom: 40px;
  z-index: 1;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider {
    padding-bottom: 80px;
  }
}
.tsl-mainSlider .slider .slick-slide section {
  width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
.tsl-mainSlider .slider .slick-slide a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.tsl-mainSlider .slider .slick-slide a:before, .tsl-mainSlider .slider .slick-slide a:after {
  content: " ";
  display: table;
}
.tsl-mainSlider .slider .slick-slide a:after {
  clear: both;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a {
    width: 300px;
    float: left;
    padding: 0;
    margin: 0 10px;
  }
}
.tsl-mainSlider .slider .slick-slide a img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 8px;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a img {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: auto;
    float: none;
  }
}
.tsl-mainSlider .slider .slick-slide a:hover {
  text-decoration: none;
}
.tsl-mainSlider .slider .slick-slide a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tsl-mainSlider .slider .slick-slide a .thumb {
  background-color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  float: left;
  margin-right: 8px;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .thumb {
    display: table-cell;
    background-color: #f2f2f2;
    text-align: center;
    vertical-align: middle;
    height: 210px;
    width: 300px;
    float: none;
    margin: 0;
  }
}
.tsl-mainSlider .slider .slick-slide a .thumb img {
  display: inline;
  width: auto;
  max-height: 150px;
  max-width: 150px;
  float: none;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .thumb img {
    display: inline;
    max-height: 210px;
    max-width: 300px;
  }
}
.tsl-mainSlider .slider .slick-slide a .text {
  overflow: hidden;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text {
    overflow: visible;
    padding-top: 16px;
  }
}
.tsl-mainSlider .slider .slick-slide a .text h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5em;
  background: url("/images/arrow_green_01.png") 0 0px no-repeat;
  background-size: 15px auto;
  padding-left: 21px;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text h5 {
    background: url("/images/arrow_green_01.png") 0 3px no-repeat;
    background-size: 15px auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
.tsl-mainSlider .slider .slick-slide a .text p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462;
  color: #808080;
  margin: 0 0 8px;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 0 22px;
  }
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text p .omit {
    display: none;
  }
}
.tsl-mainSlider .slider .slick-slide a .text p .omitAfter {
  display: none;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text p .omitAfter {
    display: inline;
  }
}
.tsl-mainSlider .slider .slick-slide a .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text ul {
    margin: 3px 0 0 22px;
  }
}
.tsl-mainSlider .slider .slick-slide a .text ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}
.tsl-mainSlider .slider .slick-slide a .text ul li.type {
  padding-right: 3px;
}
.tsl-mainSlider .slider .slick-slide a .text ul li.type img {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 50px;
  height: auto;
  float: none;
  margin-right: 0;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text ul li.type img {
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.tsl-mainSlider .slider .slick-slide a .text ul li.price {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #cc0000;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-slide a .text ul li.price {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.tsl-mainSlider .slider .slick-prev, .tsl-mainSlider .slider .slick-next {
  width: 60px;
  height: 30px;
  background: url(/images/arrow_cal_02.png) 0 0 no-repeat;
  background-size: 120px auto;
  bottom: 0;
  top: auto;
  left: 10px;
  z-index: 1001;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tsl-mainSlider .slider .slick-prev:hover, .tsl-mainSlider .slider .slick-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-prev, .tsl-mainSlider .slider .slick-next {
    width: 40px;
    height: 40px;
    background: url(/images/arrow_cal_01.png) 0 0 no-repeat;
    background-size: 80px auto;
    top: 85px;
    left: 50%;
    margin-left: -530px;
  }
}
.tsl-mainSlider .slider .slick-next {
  background-position: right 0;
  right: 10px;
  left: auto;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-next {
    right: 50%;
    margin-left: 0;
    margin-right: -530px;
  }
}
.tsl-mainSlider .slider .slick-dots {
  position: absolute;
  z-index: 1000;
  bottom: 6px;
  margin: 0;
}
.tsl-mainSlider .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-dots li {
    width: 100px;
    height: 30px;
  }
}
.tsl-mainSlider .slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: url(/images/bullet_01.png) 0 0 no-repeat;
  background-size: 10px auto;
  font-size: 0;
  color: transparent;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-dots li button {
    width: 100px;
    height: 30px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-image: none;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .tsl-mainSlider .slider .slick-dots li button:hover {
    border-color: #ea5504;
    color: #ea5504;
  }
}
.tsl-mainSlider .slider .slick-dots li.slick-active button {
  background-position: 0 -10px;
}
@media (min-width: 640px) {
  .tsl-mainSlider .slider .slick-dots li.slick-active button {
    border: 1px solid #999;
    color: white;
    background-color: #999;
    font-weight: bold;
  }
}
.tsl-mainSlider .container .slider {
  overflow: visible;
}
.tsl-mainSlider .forList {
  margin-top: 10px;
  margin-bottom: 0;
  float: right;
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media (min-width: 640px) {
  .tsl-mainSlider .forList {
    margin-top: -35px;
  }
}
.tsl-mainSlider.short .slider {
  padding-bottom: 0;
}
.tsl-mainSlider.short .slider .slick-slide section {
  padding: 0;
}
.tsl-mainSlider.short .container {
  padding: 0;
}
@media (min-width: 640px) {
  .tsl-mainSlider.short .forList {
    margin-top: 10px;
  }
}
.tsl-updateList {
  padding-bottom: 35px;
}
@media (min-width: 640px) {
  .tsl-updateList {
    padding-bottom: 45px;
  }
}
.tsl-updateList .dl-horizontal {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .tsl-updateList .dl-horizontal {
    border-top: 1px dashed #e6e6e6;
  }
}
.tsl-updateList .dl-horizontal dt {
  font-weight: normal;
  font-size: 13px;
  padding-top: 10px;
  margin-bottom: 2px;
}
.tsl-updateList .dl-horizontal dt:first-child {
  padding-top: 0;
}
@media (min-width: 640px) {
  .tsl-updateList .dl-horizontal dt:first-child {
    padding-top: 10px;
  }
}
.tsl-updateList .dl-horizontal dt .label {
  margin-left: 10px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .tsl-updateList .dl-horizontal dt .label {
    font-size: 12px;
    margin-left: 27px;
    width: 68px;
    text-align: center;
    display: inline-block;
  }
}
.tsl-updateList .dl-horizontal dt .label.red {
  background-color: #df4b4b;
}
@media (min-width: 640px) {
  .tsl-updateList .dl-horizontal dt {
    width: 200px;
    text-align: left;
    font-size: 14px;
  }
}
.tsl-updateList .dl-horizontal dd {
  line-height: 1.4;
  padding: 0 0 10px;
  border-bottom: 1px dashed #e6e6e6;
}
@media (min-width: 640px) {
  .tsl-updateList .dl-horizontal dd {
    line-height: 1.8;
    margin-left: 0;
    padding: 10px 0 10px;
    padding-left: 200px;
  }
}
@media (min-width: 640px) {
  .tsl-utilBox {
    padding-bottom: 30px;
  }
}
.tsl-utilBox .row > div {
  padding-bottom: 20px;
}
.tsl-utilBox .row > div .thumb {
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .tsl-utilBox .row > div .thumb {
    margin-bottom: 10px;
    background-color: #f2f2f2;
    /*width: 300px;
    height: 210px;
    display: table-cell;*/
    vertical-align: middle;
    text-align: center;
  }
}
@media (min-width: 640px) {
  .tsl-utilBox .row > div .thumb img {
    display: inline;
    /*max-width: none;*/
  }
}
.tsl-utilBox .row > div .thumb + h5, .tsl-utilBox .row > div .thumb + p {
  margin-top: 10px;
  margin-bottom: 6px;
}
.tsl-utilBox .row > div a img {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tsl-utilBox .row > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tsl-utilBox .row > div h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3px;
}
@media (min-width: 640px) {
  .tsl-utilBox .row > div h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 6px;
  }
}
.tsl-utilBox .row > div p {
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .tsl-utilBox .row > div p.indent {
    padding-left: 22px;
  }
}
.tsl-utilBox .row > div .row div {
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .tsl-utilBox .row > div .row div {
    padding-bottom: 20px;
  }
}
.tsl-utilBox .row > div .row div h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
@media (min-width: 640px) {
  .tsl-utilBox .row > div .row div h5 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
  }
}
.tsl-utilBox .border:before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  background-color: #f2f2f2;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .tsl-utilBox .border:before {
    height: 3px;
    margin-bottom: 18px;
  }
}
.tsl-subSlider-4, .tsl-subSlider-6 {
  padding-bottom: 40px;
}
@media (min-width: 640px) {
  .tsl-subSlider-4, .tsl-subSlider-6 {
    padding-bottom: 70px;
  }
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider, .tsl-subSlider-6 .slider {
    margin-left: auto;
    padding-bottom: 50px;
    width: 960px;
  }
}
.tsl-subSlider-4 .slider .slick-slide, .tsl-subSlider-6 .slider .slick-slide {
  margin-left: 20px;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-slide, .tsl-subSlider-6 .slider .slick-slide {
    margin-left: 0;
  }
}
.tsl-subSlider-4 .slider .slick-slide a, .tsl-subSlider-6 .slider .slick-slide a {
  display: block;
}
.tsl-subSlider-4 .slider .slick-slide a:hover, .tsl-subSlider-6 .slider .slick-slide a:hover {
  text-decoration: none;
}
.tsl-subSlider-4 .slider .slick-slide a:hover img, .tsl-subSlider-6 .slider .slick-slide a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tsl-subSlider-4 .slider .slick-slide img, .tsl-subSlider-6 .slider .slick-slide img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-slide img, .tsl-subSlider-6 .slider .slick-slide img {
    margin-bottom: 10px;
    max-width: 220px;
  }
}
.tsl-subSlider-4 .slider .slick-slide h5, .tsl-subSlider-6 .slider .slick-slide h5 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 6px;
  max-width: 100px;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-slide h5, .tsl-subSlider-6 .slider .slick-slide h5 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
    max-width: 220px;
  }
}
.tsl-subSlider-4 .slider .slick-slide p, .tsl-subSlider-6 .slider .slick-slide p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
  max-width: 100px;
  color: #808080;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-slide p, .tsl-subSlider-6 .slider .slick-slide p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 220px;
  }
}
.tsl-subSlider-4 .slider .slick-prev, .tsl-subSlider-4 .slider .slick-next, .tsl-subSlider-6 .slider .slick-prev, .tsl-subSlider-6 .slider .slick-next {
  width: 60px;
  height: 30px;
  background: url(/images/arrow_cal_02.png) 0 0 no-repeat;
  background-size: 120px auto;
  bottom: 0;
  top: auto;
  left: 10px;
  z-index: 1001;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tsl-subSlider-4 .slider .slick-prev:hover, .tsl-subSlider-4 .slider .slick-next:hover, .tsl-subSlider-6 .slider .slick-prev:hover, .tsl-subSlider-6 .slider .slick-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-prev, .tsl-subSlider-4 .slider .slick-next, .tsl-subSlider-6 .slider .slick-prev, .tsl-subSlider-6 .slider .slick-next {
    width: 40px;
    height: 40px;
    background: url(/images/arrow_cal_01.png) 0 0 no-repeat;
    background-size: 80px auto;
    top: 55px;
    left: 50%;
    margin-left: -540px;
  }
}
.tsl-subSlider-4 .slider .slick-next, .tsl-subSlider-6 .slider .slick-next {
  background-position: right 0;
  right: 10px;
  left: auto;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-next, .tsl-subSlider-6 .slider .slick-next {
    right: 50%;
    margin-left: 0;
    margin-right: -520px;
  }
}
.tsl-subSlider-4 .slider .slick-dots, .tsl-subSlider-6 .slider .slick-dots {
  position: absolute;
  z-index: 1000;
  bottom: 6px;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-dots, .tsl-subSlider-6 .slider .slick-dots {
    width: 940px;
  }
}
.tsl-subSlider-4 .slider .slick-dots li, .tsl-subSlider-6 .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-dots li, .tsl-subSlider-6 .slider .slick-dots li {
    width: 100px;
    height: 30px;
  }
}
.tsl-subSlider-4 .slider .slick-dots li button, .tsl-subSlider-6 .slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: url(/images/bullet_01.png) 0 0 no-repeat;
  background-size: 10px auto;
  font-size: 0;
  color: transparent;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-dots li button, .tsl-subSlider-6 .slider .slick-dots li button {
    width: 100px;
    height: 30px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-image: none;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .tsl-subSlider-4 .slider .slick-dots li button:hover, .tsl-subSlider-6 .slider .slick-dots li button:hover {
    border-color: #ea5504;
    color: #ea5504;
  }
}
.tsl-subSlider-4 .slider .slick-dots li.slick-active button, .tsl-subSlider-6 .slider .slick-dots li.slick-active button {
  background-position: 0 -10px;
}
@media (min-width: 640px) {
  .tsl-subSlider-4 .slider .slick-dots li.slick-active button, .tsl-subSlider-6 .slider .slick-dots li.slick-active button {
    border: 1px solid #999;
    color: white;
    background-color: #999;
    font-weight: bold;
  }
}
@media (min-width: 640px) {
  .tsl-subSlider-4.short .slider, .tsl-subSlider-6.short .slider {
    padding-bottom: 0;
  }
}
.tsl-subSlider-4.simple, .tsl-subSlider-6.simple {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .tsl-subSlider-4.simple, .tsl-subSlider-6.simple {
    padding-bottom: 40px;
  }
}
@media (min-width: 640px) {
  .tsl-subSlider-4.simple .slider, .tsl-subSlider-6.simple .slider {
    padding-bottom: 0;
  }
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-slide img {
    max-width: 140px;
  }
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-slide h5 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 140px;
    font-weight: bold;
    margin-bottom: 3px;
  }
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-slide p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
    max-width: 140px;
  }
}
.tsl-subSlider-6 .slider .slick-prev, .tsl-subSlider-6 .slider .slick-next {
  width: 60px;
  height: 30px;
  background: url(/images/arrow_cal_02.png) 0 0 no-repeat;
  background-size: 120px auto;
  bottom: 0;
  top: auto;
  left: 10px;
  z-index: 1001;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tsl-subSlider-6 .slider .slick-prev:hover, .tsl-subSlider-6 .slider .slick-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-prev, .tsl-subSlider-6 .slider .slick-next {
    width: 40px;
    height: 40px;
    background: url(/images/arrow_cal_01.png) 0 0 no-repeat;
    background-size: 80px auto;
    top: 35px;
    left: 50%;
    margin-left: -540px;
  }
}
.tsl-subSlider-6 .slider .slick-next {
  background-position: right 0;
  right: 10px;
  left: auto;
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-next {
    right: 50%;
    margin-left: 0;
    margin-right: -520px;
  }
}
.tsl-subSlider-6 .slider .slick-dots {
  position: absolute;
  z-index: 1000;
  bottom: 6px;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-dots {
    width: 940px;
  }
}
.tsl-subSlider-6 .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-dots li {
    width: 100px;
    height: 30px;
  }
}
.tsl-subSlider-6 .slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: url(/images/bullet_01.png) 0 0 no-repeat;
  background-size: 10px auto;
  font-size: 0;
  color: transparent;
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-dots li button {
    width: 100px;
    height: 30px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-image: none;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .tsl-subSlider-6 .slider .slick-dots li button:hover {
    border-color: #ea5504;
    color: #ea5504;
  }
}
.tsl-subSlider-6 .slider .slick-dots li.slick-active button {
  background-position: 0 -10px;
}
@media (min-width: 640px) {
  .tsl-subSlider-6 .slider .slick-dots li.slick-active button {
    border: 1px solid #999;
    color: white;
    background-color: #999;
    font-weight: bold;
  }
}
.tsl-article {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .tsl-article {
    padding-bottom: 40px;
  }
  .tsl-article .container {
    padding: 0 70px;
  }
}
.tsl-article hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px dashed #ccc;
}
@media (min-width: 640px) {
  .tsl-article hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.tsl-article p {
  line-height: 1.5;
}
@media (min-width: 640px) {
  .tsl-article p {
    margin: 0 0 16px;
    line-height: 1.8;
  }
}
.tsl-article p.leadStyle {
  margin-bottom: 0;
  color: #333;
}
#tsl-3rdContent .tsl-article {
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  #tsl-3rdContent .tsl-article {
    padding-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .tsl-imageBox {
    padding-bottom: 30px;
  }
}
.tsl-imageBox .row > div {
  padding-bottom: 20px;
}
.tsl-imageBox .row > div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .tsl-imageBox .row > div p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}
.tsl-imageBox .row > div p.caption {
  text-align: center;
  color: #666;
  margin-top: 10px;
}
.tsl-recent {
  background-color: #f0f0f0;
  padding-top: 15px;
}
@media (min-width: 640px) {
  .tsl-recent {
    padding-top: 30px;
  }
}
.tsl-recent h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0 0 14px;
  font-weight: bold;
  color: #666;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 640px) {
  .tsl-recent h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 0 0 25px;
    width: 100%;
    max-width: 960px;
  }
}
.tsl-table {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .tsl-table {
    padding-bottom: 40px;
  }
}
.tsl-table .table-responsive {
  border: none;
}
.tsl-table .table-responsive table {
  margin-bottom: 0;
}
.tsl-table .table-responsive table th, .tsl-table .table-responsive table td {
  white-space: nowrap;
}
@media (min-width: 640px) {
  .tsl-table .table-responsive table th, .tsl-table .table-responsive table td {
    white-space: normal;
  }
}
.tsl-table table {
  margin-bottom: 30px;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.tsl-table table th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 5px 8px;
  background-color: #f2f2f2;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  font-size: 13px;
  font-size: 1.2rem;
  line-height: 1.46154;
}
@media (min-width: 640px) {
  .tsl-table table th {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.tsl-table table td {
  vertical-align: middle;
  text-align: left;
  padding: 5px 8px;
  background-color: #fff;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
@media (min-width: 640px) {
  .tsl-table table td {
    padding: 15px 20px;
    font-size: 14px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .tsl-table table.table-block th {
    display: inline-block;
    width: 100%;
  }
  .tsl-table table.table-block td {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 640px) {
  .tsl-table table.tight th {
    width: 1%;
    padding: 10px;
    white-space: nowrap;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .tsl-table table.tight td {
    padding: 10px 20px;
  }
}
.tsl-table table.lots th {
  width: 16.6%;
  text-align: center;
  white-space: nowrap;
}
.tsl-table table.lots td {
  text-align: center;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 640px) {
  .tsl-table table.lots td {
    padding: 10px 20px;
  }
}
.tsl-table table.lots td ul {
  margin: 0;
  padding: 0;
}
.tsl-table table.lots td ul li {
  display: inline;
  list-style: none;
  margin: 0;
}
.tsl-table table.lots td ul li:first-child {
  margin-right: 4px;
}
@media (min-width: 640px) {
  .tsl-table table.lots td ul li:first-child {
    margin-right: 15px;
  }
}
.tsl-table table.lots td ul li a {
  background: url("/images/arrow_green_02.png") 0 3px no-repeat;
  padding-left: 12px;
  background-size: auto 8px;
}
/* np21 */
/* 分譲宅地・住宅・マンション */
.bunjyo-sp {
  display: block;
}
.bunjyo-pc {
  display: none;
}
/* 分譲マンション */
.mansion-plan {
  padding-bottom: 40px;
}
.mansion-plan .mansion-plan_figure {
  text-align: center;
  padding-bottom: 20px;
}
.mansion-plan .mansion-plan_figure a img {
  display: inline-block;
  margin: 0 auto;
}
.mansion-plan .mansion-plan_table {
  margin-bottom: 30px;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.mansion-plan_table th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 5px 8px;
  background-color: #f2f2f2;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
.mansion-plan_table td {
  vertical-align: middle;
  padding: 5px 8px;
  background-color: #fff;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
.mansion-plan_table td ul {
  margin: 0;
  padding: 0;
}
.mansion-plan_table td ul li {
  display: inline;
  list-style: none;
  margin: 0;
}
.mansion-plan_table td ul li:first-child {
  margin-right: 15px;
}
.mansion-plan_table td ul li a {
  background: url("/images/arrow_green_02.png") 0 3px no-repeat;
  padding-left: 12px;
  background-size: auto 8px;
}
/* 分譲宅地・住宅 */
.bunjyo-plan .bunjyo-plan_figure {
  text-align: center;
  padding-bottom: 20px;
}
.bunjyo-plan .bunjyo-plan_figure a img {
  display: inline-block;
  margin: 0 auto;
}
.bunjyo-type-ttl {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0 5px 5px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
}
.bunjyo-price span {
  color: #c00;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 3px;
}
/* 分譲宅地 */
.land-plan {
  padding-bottom: 40px;
}
/* 分譲住宅 */
.housing-plan {
  padding-bottom: 40px;
}
@media screen and (max-width: 639px) {
  /* 分譲マンション */
  .mansion-plan_table th {
    text-align: center;
  }
  .mansion-plan_table th:not([colspan="2"]) {
    width: 130px;
  }
  /* 分譲宅地 */
  .land-plan_table th {
    text-align: center;
  }
  .land-plan_table th:not([colspan="2"]) {
    width: 130px;
  }
  /* 分譲住宅 */
  .housing-plan_table th {
    text-align: center;
  }
  .housing-plan_table th:not([colspan="2"]) {
    width: 130px;
  }
  /* 分譲宅地・住宅 */
  .bunjyo-card {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bunjyo-card + .bunjyo-card {
    margin-top: 20px;
  }
  .bunjyo-card_head {
    background: #aaa;
    padding: 5px 10px;
  }
  .bunjyo-card_head .bunjyo-card_title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .bunjyo-card_body ul {
    list-style: none;
    margin-bottom: 0;
    padding: 8px 10px;
  }
  .bunjyo-card_body ul li {
    text-align: center;
  }
  .bunjyo-card_body .label {
    font-size: 85%;
  }
  .bunjyo-detail_wrap {
    margin-top: 10px;
  }
  .bunjyo-detail_wrap .bunjyo-detail_button {
    cursor: pointer;
    position: relative;
    background: linear-gradient(0deg, #d3e2d7 5%, #e8f5eb 50%, #eff8f0 95%);
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
  }
  .bunjyo-detail_wrap .bunjyo-detail_button::before {
    content: '';
    background: #2aa738;
    border-radius: 50%;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: background-color 0.2s;
  }
  .bunjyo-detail_wrap.open .bunjyo-detail_button::before {
    background: #ea5504;
  }
  .bunjyo-detail_wrap .bunjyo-detail_button::after {
    content: '▼';
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 46%;
    right: 10px;
    transform: translateY(-50%);
  }
  .bunjyo-detail_wrap.open .bunjyo-detail_button::after {
    content: '×';
    top: 33%;
    right: 10px;
    font-size: 18px;
  }
  .bunjyo-detail_wrap .bunjyo-detail_inner {
    background: #f2f2f2;
    display: none;
  }
  .bunjyo-detail_wrap .bunjyo-detail_inner ul {
    padding: 10px;
  }
  .bunjyo-detail_wrap .bunjyo-detail_inner ul li + li {
    padding-top: 10px;
  }
  .bunjyo-detail_wrap .bunjyo-detail_inner ul li img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) {
  /* 分譲宅地・住宅・マンション */
  .bunjyo-sp {
    display: none;
  }
  .bunjyo-pc {
    display: block;
  }
  /* 分譲マンション */
  .mansion-plan_table {
    table-layout: fixed;
  }
  .mansion-plan_table th {
    text-align: center;
    padding: 10px;
    white-space: nowrap;
  }
  .mansion-plan_table th:first-of-type {
    width: 130px;
  }
  .mansion-plan_table td {
    padding: 10px 20px;
  }
  /* 分譲宅地・住宅 */
  .bunjyo-type-ttl {
    color: #666;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  /* 分譲宅地 */
  .land-plan .land-plan_table {
    margin-bottom: 30px;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
  }
  .land-plan_table {
    width: 100%;
  }
  .land-plan_table th {
    background-color: #f2f2f2;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.46154;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .land-plan_table th:first-of-type {
    width: 130px;
  }
  .land-plan_table td {
    background-color: #fff;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46154;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .land-plan_table td:last-of-type {
    width: 240px;
    padding-left: 30px;
  }
  .land-plan_table td ul {
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .land-plan_table td ul li {
    display: inline;
    list-style: none;
    margin: 0;
  }
  .land-plan_table td ul li {
    display: inline-block;
    list-style: none;
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .land-plan_table td ul li > a img {
    width: 80px;
    height: auto;
  }
  /* 分譲住宅 */
  .housing-plan .housing-plan_figure {
    text-align: center;
    padding-bottom: 20px;
  }
  .housing-plan .housing-plan_table {
    margin-bottom: 30px;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
  }
  .housing-plan_table th {
    background-color: #f2f2f2;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.46154;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .housing-plan_table th:first-of-type {
    width: 130px;
  }
  .housing-plan_table td {
    background-color: #fff;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46154;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .housing-plan_table td:last-of-type {
    width: 240px;
    padding-left: 30px;
  }
  .housing-plan_table td ul {
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .housing-plan_table td ul li {
    display: inline-block;
    list-style: none;
    width: 50%;
    margin: 0;
  }
  .housing-plan_table td ul li > a img {
    width: 80px;
    height: auto;
  }
}
.tsl-forCatTop {
  padding-bottom: 20px;
  margin-top: -20px;
  text-align: center;
}
@media (min-width: 640px) {
  .tsl-forCatTop {
    text-align: right;
  }
}
.tsl-forCatTop a {
  padding: 8px 20px;
  color: #666;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.tsl-forCatTop a:hover {
  color: #ea5504;
}
.tsl-searchBlock {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .tsl-searchBlock {
    padding-bottom: 50px;
  }
}
.tsl-mapSearch {
  display: none;
}
@media (min-width: 640px) {
  .tsl-mapSearch {
    display: block;
    padding-bottom: 30px;
  }
  .tsl-mapSearch h3 {
    margin: 0;
    padding: 13px 0 14px;
    text-align: center;
    background-color: #666;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.tsl-condSearch {
  padding-bottom: 30px;
}
.tsl-condSearch h3 {
  margin: 0 0 13px;
  padding: 8px 8px;
  text-align: center;
  background-color: #666;
  color: white;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .tsl-condSearch h3 {
    margin: 0;
    padding: 13px 0 14px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
@media (min-width: 640px) {
  .tsl-condSearch .inner {
    background-color: #f5f5f5;
    padding: 15px 20px 20px;
  }
}
.tsl-condSearch .inner h4 {
  margin: 0 0 13px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 17px;
  }
  .tsl-condSearch .inner h4 span {
    font-weight: bold;
    color: white;
    display: inline-block;
    padding: 6px 10px;
    background-color: #666;
    margin-right: 10px;
    border-radius: 3px;
  }
}
.tsl-condSearch .inner .areaBox {
  border-top: 1px solid #ccc;
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox {
    margin-bottom: 45px;
    border-top: none;
    background-color: white;
    padding: 15px 20px 5px;
  }
}
.tsl-condSearch .inner .areaBox:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 25px;
  background: url("/images/arrow_search.png") center bottom no-repeat;
  background-size: 150px auto;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox:after {
    bottom: -30px;
    margin-left: -110px;
    width: 220px;
    height: 30px;
    background-size: 220px auto;
  }
}
.tsl-condSearch .inner .areaBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox ul {
    padding: 0 10px;
  }
  .tsl-condSearch .inner .areaBox ul:before, .tsl-condSearch .inner .areaBox ul:after {
    content: " ";
    display: table;
  }
  .tsl-condSearch .inner .areaBox ul:after {
    clear: both;
  }
}
.tsl-condSearch .inner .areaBox ul li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox ul li {
    display: inline-block;
    width: 20%;
    /*width: 33.33333333%;*/
    padding-bottom: 16px;
    float: left;
    border-bottom: none;
  }
  body.bunjyo .tsl-condSearch .inner .areaBox ul li {
    width: 33.33333333%;
  }
}
.tsl-condSearch .inner .areaBox ul li span {
  display: table-cell;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  background-color: #d4e2c4;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox ul li span {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.tsl-condSearch .inner .areaBox ul li label {
  margin: 0;
  padding-left: 14px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.tsl-condSearch .inner .areaBox ul li label.active {
  background-color: #fffea4;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox ul li label.active {
    background-color: transparent;
  }
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox ul li label {
    padding-left: 7px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .areaBox ul.checkAll {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 16px;
  }
}
.tsl-condSearch .inner .areaBox ul.checkAll li label {
  font-weight: bold;
}
.tsl-condSearch .inner .sortBox {
  padding-bottom: 25px;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .sortBox {
    text-align: center;
    padding-bottom: 5px;
  }
}
.tsl-condSearch .inner .sortBox ul {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 0 -5px;
}
.tsl-condSearch .inner .sortBox ul:before, .tsl-condSearch .inner .sortBox ul:after {
  content: " ";
  display: table;
}
.tsl-condSearch .inner .sortBox ul:after {
  clear: both;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .sortBox ul {
    margin: 0;
    display: inline-block;
    text-align: left;
  }
}
.tsl-condSearch .inner .sortBox ul li {
  width: 50%;
  padding: 0 5px 10px;
  float: left;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .sortBox ul li {
    width: 220px;
    padding: 0 12px 10px;
    float: none;
    display: inline-block;
  }
}
.tsl-condSearch .inner .sortBox ul li a {
  display: table;
  background-color: #2ba739;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: bold;
  color: white;
  box-shadow: #268031 0px 2px 0px 0px;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .sortBox ul li a {
    background-color: white;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    border: 2px solid #2aa738;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  }
  .tsl-condSearch .inner .sortBox ul li a:hover {
    border-color: #ea5504;
  }
}
.tsl-condSearch .inner .sortBox ul li a span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .sortBox ul li a span {
    height: 70px;
  }
}
.tsl-condSearch .inner .fromStation {
  margin: 0;
}
.tsl-condSearch .inner .fromStation a {
  display: block;
  background-color: #e6e6e6;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .fromStation a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 19px 10px;
  }
}
.tsl-condSearch .inner .fromStation a i {
  display: inline-block;
  background: url("/images/arrow_green_01_sp.png") 0 0 no-repeat;
  width: 13px;
  height: 13px;
  background-size: 13px auto;
  margin-right: 4px;
  vertical-align: -1px;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .fromStation a i {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
    margin-right: 11px;
    vertical-align: -2px;
  }
}
.tsl-condSearch .inner .fromStation a:hover i {
  background-position: 0 -13px;
}
@media (min-width: 640px) {
  .tsl-condSearch .inner .fromStation a:hover i {
    background-position: 0 -16px;
  }
}
.tsl-changeCond {
  margin-bottom: 20px;
}
.tsl-changeCond .changeBtn {
  display: block;
  background-color: #666;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  padding: 12px 0 15px;
  margin: 0 10px 25px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .tsl-changeCond .changeBtn {
    display: none;
  }
}
.tsl-changeCond .changeBtn i {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/icon_search.png") 0 0 no-repeat;
  background-size: 20px auto;
  vertical-align: -3px;
}
.tsl-changeCond .changeBtn:hover {
  background-color: #00a629;
}
.tsl-changeCond .condSearchWrapper {
  display: none;
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  padding: 25px 0 25px;
  position: relative;
}
@media (min-width: 640px) {
  .tsl-changeCond .condSearchWrapper {
    display: none !important;
  }
}
.tsl-changeCond .condSearchWrapper:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  background: url("/images/searchwrap_bg.png") center center no-repeat;
  background-size: auto 20px;
}
.tsl-changeCond .condSearchWrapper .tsl-condSearch {
  padding-bottom: 0;
}
.tsl-changeCond .close {
  display: block;
  border-radius: 4px;
  cursor: pointer;
  color: #666;
  font-weight: bold;
  padding: 9px 0 9px;
  margin: 0 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
.tsl-changeCond .close i {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url("/images/icon_close.png") 0 0 no-repeat;
  background-size: 12px auto;
  vertical-align: -1px;
}
.tsl-changeCond .condTable {
  display: none;
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .tsl-changeCond .condTable {
    display: block;
  }
}
.tsl-changeCond .condTable table {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  width: 100%;
}
.tsl-changeCond .condTable table th {
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #f2f2f2;
  width: 21%;
  padding: 20px 0 20px 20px;
}
.tsl-changeCond .condTable table th i {
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: url("/images/nav_06.png") 0 0 no-repeat;
  background-size: 17px auto;
  vertical-align: -2px;
}
.tsl-changeCond .condTable table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 79%;
  padding: 10px 0 10px 10px;
}
.tsl-changeCond .condTable table td .type {
  margin: 10px 10px 0 0;
  padding: 0;
  list-style: none;
}
.tsl-changeCond .condTable table td .type li {
  display: inline-block;
  border-left: 2px solid #dadada;
  padding: 0 20px 0;
  margin-bottom: 10px;
}
.tsl-changeCond .condTable table td .type li:first-child {
  border: none;
}
.tsl-changeCond .condTable table td .type li.active {
  color: #ea5504;
  font-weight: bold;
}
.tsl-changeCond .condTable table td .type li.active a {
  color: #ea5504;
}
.tsl-changeCond .condTable table td dl {
  display: table;
  width: 100%;
  margin: 0;
}
.tsl-changeCond .condTable table td dl dt {
  display: table-cell;
  width: 21%;
  vertical-align: middle;
  padding: 0 20px 0 10px;
}
.tsl-changeCond .condTable table td dl dt label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #b3b3b3;
  padding: 8px 0 9px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}
.tsl-changeCond .condTable table td dl dt label input {
  display: none;
}
.tsl-changeCond .condTable table td dl dd {
  display: table-cell;
  width: 79%;
  border-left: 1px solid #dadada;
  vertical-align: middle;
  padding-left: 20px;
}
.tsl-changeCond .condTable table td dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tsl-changeCond .condTable table td dl dd ul:before, .tsl-changeCond .condTable table td dl dd ul:after {
  content: " ";
  display: table;
}
.tsl-changeCond .condTable table td dl dd ul:after {
  clear: both;
}
.tsl-changeCond .condTable table td dl dd ul li {
  display: inline-block;
  /*width: 20%;*/
  width: 33.33333333%;
  float: left;
  padding: 0 5px 6px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.tsl-changeCond .condTable table td dl dd ul li label {
  margin-bottom: 0;
  font-weight: normal;
}
.tsl-changeCond .condTable table td .narrowing {
  margin: 12px 0 10px;
}
.tsl-changeCond .condTable table td .narrowing a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #666;
  padding: 8px 20px 9px;
  text-align: center;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.tsl-searchResult {
  padding-bottom: 25px;
}
@media (min-width: 640px) {
  .tsl-searchResult {
    padding-bottom: 50px;
  }
}
.tsl-searchResult .count {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
  color: #666;
}
@media (min-width: 640px) {
  .tsl-searchResult .count {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.tsl-searchResult .count strong {
  color: #333;
}
.tsl-searchResult .count strong em {
  font-style: normal;
  margin: 0 3px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.06667;
}
@media (min-width: 640px) {
  .tsl-searchResult .count strong em {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tsl-searchResult .count.center {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 25px;
  }
}
.tsl-searchResult .unit {
  margin-bottom: 20px;
  border: 1px solid #c8c8c8;
}
/* np21 */
.tsl-searchResult .unit .name {
  position: relative;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name {
    position: relative; /* np21 */
    background-color: #e8f5eb;
  }
}
.tsl-searchResult .unit .name dl {
  padding: 0;
  margin: 0;
}
/* np21 */
.tsl-searchResult .unit .name .checker {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name .checker {
    position: absolute;
    top: 15px;
    right: 20px;
  }
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl {
    display: table;
    width: 100%;
  }
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dt {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    width: 18%;
  }
}
.tsl-searchResult .unit .name dl dt .cat {
  background-color: #e8f5eb;
  padding: 5px 9px 0;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dt .cat {
    background-color: transparent;
    padding: 0;
  }
}
.tsl-searchResult .unit .name dl dt .cat span {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  min-width: 90px;
  background-color: #1f993d;
  padding: 4px 7px 5px;
  text-align: center;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dt .cat span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    min-width: 120px;
    padding: 8px 7px 9px;
  }
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dd {
    display: table-cell;
    padding: 11px 20px 11px 0;
    width: 82%;
  }
}
.tsl-searchResult .unit .name dl dd h3 {
  background-color: #e8f5eb;
  padding: 5px 9px 8px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dd h3 {
    background-color: transparent;
    padding: 0 0 3px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dd h3 a:hover {
    color: inherit;
    text-decoration: underline;
  }
}
.tsl-searchResult .unit .name dl dd .lead {
  padding: 8px 9px 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .name dl dd .lead {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.tsl-searchResult .unit .detail {
  padding: 10px 9px;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .detail {
    padding: 20px;
  }
  .tsl-searchResult .unit .detail:before, .tsl-searchResult .unit .detail:after {
    content: " ";
    display: table;
  }
  .tsl-searchResult .unit .detail:after {
    clear: both;
  }
}
.tsl-searchResult .unit .detail .image {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .detail .image {
    float: left;
    width: 300px;
    margin: 0;
  }
}
.tsl-searchResult .unit .detail .image .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
}
/* np21 */
.tsl-searchResult .unit .detail .image .wappen {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.tsl-searchResult .unit .detail .image .method {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 188px;
  height: 30px;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .detail .info {
    float: right;
    width: 580px;
  }
}
.tsl-searchResult .unit .detail .info table {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  width: 100%;
}
.tsl-searchResult .unit .detail .info table th {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  vertical-align: middle;
  padding: 6px 10px;
  letter-spacing: 0.3rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  font-weight: normal;
  text-align: center;
  width: 20%;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .detail .info table th {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}
.tsl-searchResult .unit .detail .info table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  width: 80%;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .detail .info table td {
    padding: 7px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}
.tsl-searchResult .unit .detail .info table td strong {
  color: #cc0000;
  font-weight: bold;
}
.tsl-searchResult .unit .detail .info table td strong em {
  font-style: normal;
}
@media (min-width: 640px) {
  .tsl-searchResult .unit .detail .info table td strong em {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
/* np21 */
.tsl-searchResult .info-mansion-sp {
  display: block;
}
.tsl-searchResult .info-mansion-pc {
  display: none;
}
@media (min-width: 640px) {
  .tsl-searchResult .info-mansion-sp {
    display: none;
  }
  .tsl-searchResult .info-mansion-pc {
    display: block;
    float: right;
    width: 580px;
  }
}
.tsl-searchResult .info-mansion-sp .spot {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
}
.tsl-searchResult .info-mansion-sp .spot th {
  padding: 6px 10px;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-sp .spot td {
  padding: 6px 10px;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.53846;
}
.tsl-searchResult .info-mansion-sp .spot-address {
  white-space: normal;
}
.tsl-searchResult .info-mansion-sp .spot-access {
  white-space: normal;
}
.tsl-searchResult .info-mansion-sp .spot-spec {
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-sp .spot-access-list {
  margin: 0;
  padding: 0 0 0 13px;
}
.tsl-searchResult .info-mansion-sp .floor {
  width: 100%;
  border-collapse: collapse;
}
.tsl-searchResult .info-mansion-sp .floor th {
  padding: 6px 6px;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-sp .floor td {
  padding: 6px 6px;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.53846;
  text-align: left;
}
.tsl-searchResult .info-mansion-sp .floor-level {
  white-space: nowrap;
  background: #666 !important;
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
}
.tsl-searchResult .info-mansion-sp .floor-rent {
  color: red;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-sp .floor-rent em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.tsl-searchResult .info-mansion-sp .floor-manage {
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-sp .floor-other {
  white-space: normal;
}
.tsl-searchResult .info-mansion-sp .floor-layout {
  white-space: normal;
}
.tsl-searchResult .info-mansion-sp .floor-area {
  text-align: center;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-sp .floor-move {
  white-space: normal;
}
.tsl-searchResult .info-mansion-pc .spot {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
}
.tsl-searchResult .info-mansion-pc .spot th {
  padding: 5px 10px !important;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 11px;
  font-size: 1.2rem !important;
  font-weight: normal;
  text-align: center;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-pc .spot td {
  padding: 5px 10px !important;
  border: 1px solid #c8c8c8;
  font-size: 11px;
  font-size: 1.2rem !important;
  line-height: 1.53846;
}
.tsl-searchResult .info-mansion-pc .spot-address {
  width: 30% !important;
  white-space: normal;
}
.tsl-searchResult .info-mansion-pc .spot-access {
  width: 40% !important;
  white-space: normal;
}
.tsl-searchResult .info-mansion-pc .spot-spec {
  width: 20% !important;
  text-align: center;
  white-space: normal;
}
.tsl-searchResult .info-mansion-pc .spot-access-list {
  margin: 0;
  padding: 0 0 0 13px;
}
.tsl-searchResult .info-mansion-pc .floor {
  width: 100%;
  border-collapse: collapse;
}
.tsl-searchResult .info-mansion-pc .floor th {
  padding: 5px !important;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem !important;
  font-weight: normal;
  text-align: center;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-pc .floor td {
  padding: 5px !important;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.53846;
}
.tsl-searchResult .info-mansion-pc .floor-level {
  width: 1% !important;
  text-align: center;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-pc .floor-rent {
  width: 1% !important;
  color: red;
  text-align: center;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-pc .floor-rent em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.tsl-searchResult .info-mansion-pc .floor-manage {
  width: 1% !important;
  text-align: center;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-pc .floor-other {
  text-align: left;
  white-space: normal;
}
.tsl-searchResult .info-mansion-pc .floor-layout {
  text-align: center;
  white-space: normal;
}
.tsl-searchResult .info-mansion-pc .floor-area {
  width: 1% !important;
  text-align: center;
  white-space: nowrap;
}
.tsl-searchResult .info-mansion-pc .floor-move {
  text-align: left;
  white-space: normal;
}
.tsl-searchResult .pageNate {
  padding-bottom: 35px;
}
.tsl-searchResult .pageNate:before, .tsl-searchResult .pageNate:after {
  content: " ";
  display: table;
}
.tsl-searchResult .pageNate:after {
  clear: both;
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate {
    padding-bottom: 50px;
    text-align: center;
  }
}
.tsl-searchResult .pageNate p {
  float: left;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate p {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
}
.tsl-searchResult .pageNate p a {
  display: inline-block;
  border-radius: 4px;
  color: #666;
  padding: 7px 11px 8px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate p a {
    color: white;
    padding: 11px 30px 12px 10px;
    border: none;
    background-color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
  }
}
.tsl-searchResult .pageNate p a i {
  display: inline-block;
  margin-right: 6px;
  width: 9px;
  height: 14px;
  background: url("/images/arrow_left_gray.png") 0 0 no-repeat;
  background-size: auto 14px;
  vertical-align: -2px;
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate p a i {
    margin-right: 20px;
    background: url("/images/arrow_left_white.png") 0 0 no-repeat;
    background-size: auto 14px;
  }
}
.tsl-searchResult .pageNate p.next {
  float: right;
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate p.next {
    float: none;
  }
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate p.next a {
    padding-right: 10px;
    padding-left: 30px;
  }
}
.tsl-searchResult .pageNate p.next a i {
  margin-right: 0;
  margin-left: 6px;
  background: url("/images/arrow_right_gray.png") 0 0 no-repeat;
  background-size: auto 14px;
}
@media (min-width: 640px) {
  .tsl-searchResult .pageNate p.next a i {
    margin-left: 20px;
    background: url("/images/arrow_right_white.png") 0 0 no-repeat;
    background-size: auto 14px;
  }
}
.tsl-searchResult .note {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}
.tsl-searchResult .note li {
  padding: 0 0 0 18px;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
  position: relative;
}
@media (min-width: 640px) {
  .tsl-searchResult .note li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}
.tsl-searchResult .note li:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.tsl-searchResult .note li a {
  text-decoration: underline;
}
.tsl-searchResult .note li a:hover {
  color: inherit;
  text-decoration: none;
}
.tsl-bldgDetailTit {
  background-color: #e8f5eb;
  padding: 5px 0 7px;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .tsl-bldgDetailTit {
    padding: 30px 0;
    margin-bottom: 18px;
  }
}
.tsl-bldgDetailTit dl {
  padding: 0;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-bldgDetailTit dl {
    display: table;
  }
}
@media (min-width: 640px) {
  .tsl-bldgDetailTit dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
  }
}
.tsl-bldgDetailTit dl dt span {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  min-width: 90px;
  background-color: #1f993d;
  padding: 4px 7px 5px;
  text-align: center;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-bldgDetailTit dl dt span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    min-width: 120px;
    padding: 8px 7px 9px;
  }
}
@media (min-width: 640px) {
  .tsl-bldgDetailTit dl dd {
    display: table-cell;
    padding: 0;
  }
}
.tsl-bldgDetailTit dl dd h2 {
  padding: 5px 0 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-bldgDetailTit dl dd h2 {
    padding: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.53846;
  }
}
.tsl-bldgDetailMain {
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain {
    padding-bottom: 30px;
  }
}
.tsl-bldgDetailMain .update {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .update {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.tsl-bldgDetailMain .mainVisual {
  margin: 0 -10px 15px;
  text-align: center;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .mainVisual {
    max-width: 940px;
    margin: 0 0 30px;
  }
}
.tsl-bldgDetailMain .detail {
  margin-bottom: 25px;
}
.tsl-bldgDetailMain .detail:before, .tsl-bldgDetailMain .detail:after {
  content: " ";
  display: table;
}
.tsl-bldgDetailMain .detail:after {
  clear: both;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail {
    margin-bottom: 30px;
  }
}
.tsl-bldgDetailMain .detail p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    color: #666;
    float: right;
    width: 50%;
    padding-left: 10px;
  }
}
.tsl-bldgDetailMain .detail .image {
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail .image {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.tsl-bldgDetailMain .detail .image .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
}
/* np21 */
.tsl-bldgDetailMain .detail .image .wappen {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.tsl-bldgDetailMain .detail .image .method {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 188px;
  height: 30px;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail .image .wappen {
    position: absolute;
    top: 0;
    right: 10px;
    width: 52px;
    height: 52px;
  }
  .tsl-bldgDetailMain .detail .image .method {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 188px;
    height: 30px;
  }
}
.tsl-bldgDetailMain .detail .image .caption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  float: none;
  width: auto;
  padding: 6px 0 0;
  text-align: center;
}
.tsl-bldgDetailMain .detail .image .caption strong {
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail .info {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
}
.tsl-bldgDetailMain .detail .info table {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  width: 100%;
}
.tsl-bldgDetailMain .detail .info table th {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  vertical-align: middle;
  padding: 6px 10px;
  letter-spacing: 0.3rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  font-weight: normal;
  text-align: center;
  width: 20%;
}
/* np21 */
.tsl-bldgDetailMain .info-mansion-sp {
  display: block;
}
.tsl-bldgDetailMain .info-mansion-pc {
  display: none;
}
.summary-section__sp, .layout-section__sp {
  display: block;
}
.summary-section__pc, .layout-section__pc {
  display: none;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .info-mansion-sp {
    display: none;
  }
  .tsl-bldgDetailMain .info-mansion-pc {
    display: block;
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .summary-section__sp, .layout-section__sp {
    display: none;
  }
  .summary-section__pc, .layout-section__pc {
    display: block;
  }
}
.tsl-bldgDetailMain .info-mansion-sp .spot {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
}
.tsl-bldgDetailMain .info-mansion-sp .spot th {
  padding: 6px 10px;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .spot td {
  padding: 6px 10px;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.53846;
}
.tsl-bldgDetailMain .info-mansion-sp .spot-address {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-sp .spot-access {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-sp .spot-spec {
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .spot-access-list {
  margin: 0;
  padding: 0 0 0 13px;
}
.tsl-bldgDetailMain .info-mansion-sp .floor {
  width: 100%;
  margin: 0 0 40px 0;
  border-collapse: collapse;
}
.tsl-bldgDetailMain .info-mansion-sp .floor th {
  padding: 6px 6px;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .floor td {
  padding: 6px 6px;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.53846;
  text-align: center;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-level {
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-rent {
  color: red;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-rent em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-manage {
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-other {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-layout {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-area {
  text-align: center;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-sp .floor-move {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-pc .spot {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
}
.tsl-bldgDetailMain .info-mansion-pc .spot th {
  padding: 6px 10px;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  /*font-size: 12px;
  font-size: 1.2rem;*/
  font-weight: normal;
  text-align: center;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .spot td {
  padding: 6px 10px;
  border: 1px solid #c8c8c8;
  /*font-size: 12px;
  font-size: 1.2rem;*/
  line-height: 1.53846;
}
.tsl-bldgDetailMain .info-mansion-pc .spot-address {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-pc .spot-access {
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-pc .spot-spec {
  text-align: center;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .spot-access-list {
  margin: 0;
  padding: 0 0 0 13px;
}
.tsl-bldgDetailMain .info-mansion-pc .floor {
  width: 100%;
  border-collapse: collapse;
}
.tsl-bldgDetailMain .info-mansion-pc .floor th {
  padding: 6px 4px;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.53846;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .floor td {
  padding: 6px 4px;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.53846;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-level {
  text-align: center;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-rent {
  color: red;
  text-align: center;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-rent em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-manage {
  text-align: center;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-other {
  text-align: left;
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-layout {
  text-align: center;
  white-space: normal;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-area {
  text-align: center;
  white-space: nowrap;
}
.tsl-bldgDetailMain .info-mansion-pc .floor-move {
  text-align: left;
  white-space: normal;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail .info table th {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}
.tsl-bldgDetailMain .detail .info table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  width: 80%;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail .info table td {
    padding: 7px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}
.tsl-bldgDetailMain .detail .info table td strong {
  color: #cc0000;
  font-weight: bold;
}
.tsl-bldgDetailMain .detail .info table td strong em {
  font-style: normal;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .detail .info table td strong em {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.tsl-bldgDetailMain .click {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .click {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.tsl-bldgDetailMain .thumbnails {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: auto;
  padding-bottom: 5px;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .thumbnails {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding-bottom: 0;
  }
}
.tsl-bldgDetailMain .thumbnails::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}
.tsl-bldgDetailMain .thumbnails .inner:before, .tsl-bldgDetailMain .thumbnails .inner:after {
  content: " ";
  display: table;
}
.tsl-bldgDetailMain .thumbnails .inner:after {
  clear: both;
}
.tsl-bldgDetailMain .thumbnails .inner .unit {
  float: left;
  width: 100px;
  height: 70px;
  margin: 0 10px 0 0;
  background: #e6e6e6;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .thumbnails .inner .unit {
    width: 140px;
    height: 100px;
    margin: 0 20px 70px 0;
  }
  .tsl-bldgDetailMain .thumbnails .inner .unit.sixth {
    margin-right: 0;
  }
}
.tsl-bldgDetailMain .thumbnails .inner .unit a {
  display: table-cell;
  width: 100px;
  height: 70px;
  background: #e6e6e6;
  vertical-align: middle;
  text-align: center;
  /* NP21追加 */
  /*position: relative;
  overflow: hidden;*/
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .thumbnails .inner .unit a {
    width: 140px;
    height: 100px;
  }
}
.tsl-bldgDetailMain .thumbnails .inner .unit a img {
  max-width: 100px;
  max-height: 70px;
  /* NP21追加 */
  /*position: absolute;
  top: 50%;
  left: 50%;
	width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;*/
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .thumbnails .inner .unit a img {
    max-width: 140px;
    max-height: 100px;
  }
}
.tsl-bldgDetailMain .thumbnails .inner .unit p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
  padding-top: 4px;
  margin: 0;
}
@media (min-width: 640px) {
  .tsl-bldgDetailMain .thumbnails .inner .unit p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 8px;
  }
}
.tsl-neighborhood {
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .tsl-neighborhood {
    padding-bottom: 40px;
  }
}
.tsl-neighborhood #neighborhoodMap {
  width: 100%;
  height: 165px;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .tsl-neighborhood #neighborhoodMap {
    height: 350px;
    margin-bottom: 20px;
  }
}
.tsl-neighborhood .unit {
  border: 1px solid #c8c8c8;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .tsl-neighborhood .unit {
    margin-bottom: 20px;
  }
}
.tsl-neighborhood .unit h3 {
  margin: 0;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  border-bottom: 1px solid #c8c8c8;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .tsl-neighborhood .unit h3 {
    padding: 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.tsl-neighborhood .unit .data {
  padding: 10px 15px 0;
}
@media (min-width: 640px) {
  .tsl-neighborhood .unit .data {
    padding: 16px 16px 4px;
  }
}
.tsl-neighborhood .unit .data ul {
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}
.tsl-neighborhood .unit .data ul li {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
  padding-left: 14px;
}
@media (min-width: 640px) {
  .tsl-neighborhood .unit .data ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
.tsl-neighborhood .unit .data ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
.tsl-borderBox {
  padding-bottom: 25px;
}
@media (min-width: 640px) {
  .tsl-borderBox {
    padding-bottom: 45px;
  }
}
.tsl-borderBox .box {
  border: 1px solid #c8c8c8;
  padding: 12px 12px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462;
}
@media (min-width: 640px) {
  .tsl-borderBox .box {
    padding: 20px 20px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.tsl-btnArea {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .tsl-btnArea {
    padding: 0 0 55px;
  }
}
.tsl-btnArea .btns {
  text-align: center;
}
.tsl-btnArea .btns a {
  display: inline-block;
  padding: 15px 30px 15px 25px;
  border: 2px solid #1f993d;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .tsl-btnArea .btns a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 17px 40px 17px 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
  }
  .tsl-btnArea .btns a:hover {
    border-color: #ea5504;
    color: inherit;
  }
}
.tsl-btnArea .btns a i {
  background: url("/images/icon_popup_02.png") 0 0 no-repeat;
  width: 13px;
  height: 12px;
  background-size: 13px auto;
  display: inline-block;
  margin-right: 8px;
}
@media (min-width: 640px) {
  .tsl-btnArea .btns a i {
    background: url("/images/icon_popup_02_pc.png") 0 0 no-repeat;
    width: 18px;
    height: 15px;
    background-size: auto auto;
  }
}
.tsl-bldgContact {
  background-color: #d2ebd8;
  padding: 18px 0 10px;
}
@media (min-width: 640px) {
  .tsl-bldgContact {
    padding: 25px 0 30px;
  }
}
.tsl-bldgContact h2 {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1f993d;
}
@media (min-width: 640px) {
  .tsl-bldgContact h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 14px;
  }
}
.tsl-bldgContact .lead {
  text-align: center;
  margin: 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
@media (min-width: 640px) {
  .tsl-bldgContact .lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 16px;
  }
}
.tsl-bldgContact ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tsl-bldgContact ul li {
  display: inline-block;
  width: 270px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 4px;
  padding: 10px 12px 5px;
  vertical-align: top;
}
@media (min-width: 640px) {
  .tsl-bldgContact ul li {
    width: 380px;
    margin: 0 10px;
    padding: 18px 20px 9px;
  }
}
.tsl-bldgContact ul li.tel p {
  margin-bottom: 5px;
  font-size: 17px;
  font-size: 1.7rem;
  /*font-size: 1.4rem;*/
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 640px) {
  .tsl-bldgContact ul li.tel p {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    /*font-size: 2rem;*/
    line-height: 1;
  }
}
/* np21 */
.tsl-bldgContact ul li.tel p.freedial i {
  display: inline-block;
  margin-right: 6px;
  width: 98px;
  height: 24px;
  background: url("/images/arrowicon_freedial.png") 0 0 no-repeat;
  background-size: auto 24px;
  vertical-align: -5px;
}
/* np21 */
.tsl-bldgContact ul li.tel p.paydial i {
  display: inline-block;
  margin-right: 6px;
  width: 98px;
  height: 24px;
  background: url("/images/arrowicon_tel.png") 0 0 no-repeat;
  background-size: auto 24px;
  vertical-align: -5px;
}
@media (min-width: 640px) {
  /* np21 */
  .tsl-bldgContact ul li.tel p.freedial i {
    display: inline-block;
    margin-right: 12px;
    width: 105px;
    height: 28px;
    background: url("/images/arrowicon_freedial_pc.png") 0 0 no-repeat;
  }
  /* np21 */
  .tsl-bldgContact ul li.tel p.paydial i {
    display: inline-block;
    margin-right: 12px;
    width: 105px;
    height: 28px;
    background: url("/images/arrowicon_tel_pc.png") 0 0 no-repeat;
  }
}
/* np21 */
.tsl-bldgContact ul li.tel p.fax i {
  display: inline-block;
  margin-right: 6px;
  width: 98px;
  height: 24px;
  background: url("/images/arrowicon_fax.png") 0 0 no-repeat;
  background-size: auto 24px;
  vertical-align: -5px;
}
@media (min-width: 640px) {
  /* np21 */
  .tsl-bldgContact ul li.tel p.fax i {
    display: inline-block;
    margin-right: 12px;
    width: 105px;
    height: 28px;
    background: url("/images/arrowicon_fax_pc.png") 0 0 no-repeat;
  }
}
.tsl-bldgContact ul li.mail {
  padding-bottom: 12px;
}
@media (min-width: 640px) {
  .tsl-bldgContact ul li.mail {
    /*padding-bottom: 0;*/
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
.tsl-bldgContact ul li.mail a {
  display: block;
  background-color: #1f993d;
  box-shadow: #268031 0px 2px 0px 0px;
  border-radius: 3px;
  padding: 17px 0 17px;
  color: #d2ebd8;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .tsl-bldgContact ul li.mail a {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 20px 0 20px;
  }
}
.tsl-bldgContact ul li.mail a i {
  display: inline-block;
  margin-right: 8px;
  width: 23px;
  height: 17px;
  background: url("/images/icon_contact_01.png") 0 0 no-repeat;
  background-size: 23px auto;
  vertical-align: -3px;
}
@media (min-width: 640px) {
  .tsl-bldgContact ul li.mail a i {
    width: 26px;
    height: 20px;
    background-size: 26px auto;
    vertical-align: -4px;
  }
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#colorbox {
  overflow: visible;
}
#cboxWrapper {
  max-width: none;
  overflow: visible;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  /*max-width:260px;
  max-height: 200px;*/
  -ms-interpolation-mode: bicubic;
}
@media (min-width: 640px) {
  .cboxPhoto {
    /*
    max-width:780px;
    max-height: 442px;
    */
  }
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  opacity: 0.3 !important;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle {
  position: static;
  width: 100%;
  padding: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: white;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
}
#cboxCurrent {
  display: none !important;
  position: absolute;
  bottom: 34px;
  text-align: center;
  left: 0;
  right: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
#cboxLoadingGraphic {
  background: url(/images/ajax-loader.gif) no-repeat center center;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxSlideshow:active {
  outline: 0;
}
#cboxPrevious {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px;
  background: url("/images/arrow_colorbox_left.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  background-color: transparent;
  text-indent: -9999px;
  opacity: 0.8;
}
#cboxPrevious:active {
  outline: 0;
}
@media (min-width: 640px) {
  #cboxPrevious {
    left: -80px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: auto auto;
    opacity: 1;
  }
}
#cboxNext {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
  background: url("/images/arrow_colorbox_right.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  background-color: transparent;
  text-indent: -9999px;
  opacity: 0.8;
}
#cboxNext:active {
  outline: 0;
}
@media (min-width: 640px) {
  #cboxNext {
    right: -80px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: auto auto;
    opacity: 1;
  }
}
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  position: absolute;
  top: 21px;
  right: 21px;
  display: block;
  background-color: transparent;
}
#cboxClose:active {
  outline: 0;
}
/* np21 */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* np21 */
.fixNav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: white;
}
.fixNav_menu {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.fixNav_menu_item {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fixNav_menu_item a {
  display: block;
  margin: 0;
  padding: 20px 5px;
  color: white;
  cursor: pointer;
}
.fixNav_menu_item a:link {
  color: white;
}
.fixNav_menu_item-catalog {
  background: #ea5504 url('../images/icon-side-catalog.png') center / contain no-repeat;
}
.fixNav_menu_item.fixNav_menu_item-catalog a {
  color: #ea5504;
}
.fixNav_menu_item-reserve {
  background: #2aa738 url('../images/icon-side-reserve.png') center / contain no-repeat;
}
.fixNav_menu_item.fixNav_menu_item-reserve a {
  color: #2aa738;
}
.fixNav_menu_item-tel {
  background: #3399ff url('../images/icon-side-tel.png') center / contain no-repeat;
}
.fixNav_menu_item.fixNav_menu_item-tel a {
  color: #3399ff;
}
.fixNav ~ #tsl-footer {
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .fixNav {
    display: block;
    position: fixed;
    bottom: auto;
    left: auto;
    top: 165px;
    right: 0;
    z-index: 1000;
    width: 130px;
  }
  .fixNav_menu {
    display: block;
    list-style: none;
    width: 130px;
    margin: 0;
    padding: 0;
  }
  .fixNav_menu_item {
    display: block;
    width: 130px;
    height: 120px;
    margin: 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .fixNav_menu_item:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .fixNav_menu_item a {
    display: block;
    width: 130px;
    height: 120px;
    margin: 0;
    padding: 0;
  }
  .fixNav_menu_item-catalog {
    width: 140px;
    background: #ea5504 url('../images/btn-side-catalog.png') no-repeat;
  }
  .fixNav_menu_item-reserve {
    background: #2aa738 url('../images/btn-side-reserve.png') no-repeat;
  }
  .fixNav_menu_item-tel {
    display: none;
  }
  .fixNav ~ #tsl-footer {
    padding-bottom: 20px;
  }
}
/* fixNavHouse */
.fixNavHouse {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 68.8vw;
  height: 81px;
  background: transparent;
}
.fixNavHouse_menu {
  display: table;
  border-collapse: separate;
  border-spacing: 1.73333vw 1.2vw;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.fixNavHouse_menu_item {
  display: table-cell;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: 0;
  white-space: normal;
  border-radius: 12px;
  height: calc(81px - 2.4vw);
  width: calc(50% - 1.73333vw);
  margin-right: 1.73333vw;
}
.fixNavHouse_menu_item a {
  display: block;
  margin: 0;
  padding: 20px 5px;
  color: white;
  cursor: pointer;
}
.fixNavHouse_menu_item a:link {
  color: white;
}
.fixNavHouse_menu_item-catalog {
  font-size: 0;
}
.fixNavHouse_menu_item-reserve {
  font-size: 0;
}
.fixNavHouse ~ #tsl-footer {
  padding-bottom: 70px;
}
@media (min-width: 640px) {
  .fixNavHouse {
    display: block;
    position: fixed;
    bottom: auto;
    left: auto;
    top: 165px;
    right: 0;
    z-index: 1000;
    width: 140px;
  }
  .fixNavHouse_menu {
    display: block;
    list-style: none;
    width: 140px;
    margin: 0;
    padding: 0;
  }
  .fixNavHouse_menu_item {
    display: block;
    width: 140px;
    height: 130px;
    margin: 0;
    padding: 0;
    text-indent: 100%;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .fixNavHouse_menu_item:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .fixNavHouse_menu_item a {
    display: block;
    width: 140px;
    height: 130px;
    margin: 0;
    padding: 0;
  }
  .fixNavHouse_menu_item-catalog {
    width: 140px;
    height: 130px;
  }
  .fixNavHouse_menu_item-reserve {
    width: 130px;
    height: 120px;
    margin: 0 0 0 10px;
  }
  .fixNavHouse_menu_item-tel {
    display: none;
  }
  .fixNavHouse ~ #tsl-footer {
    padding-bottom: 0;
  }
}
.expression-sympathy {
  margin: -20px 0 15px;
  padding: 20px;
  border-radius: 5px;
  background: #E6E6FA;
  font-size: 1em;
  text-align: left;
}
@media (min-width: 640px) {
  .expression-sympathy {
    margin: -20px 0 30px;
    padding: 20px;
    border-radius: 5px;
    background: #E6E6FA;
    font-size: 1em;
    text-align: center;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}
.officeList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.officeList__items {
  position: relative;
  width: calc((100% / 3) - 20px);
  margin: 0;
  padding: 0;
}
.officeList__photo {
  margin: 0 0 10px 0;
  padding: 0;
}
.officeList__info {
  margin: 0 0 10px 0;
  padding: 0;
}
.officeList__name {
  font-size: 1em;
  line-height: 120%;
  margin: 0 0 10px 0;
  padding: 0;
}
.officeList__tel, .officeList__fax {
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 1em;
  line-height: 120%;
}
.officeList__control {
  list-style: none;
  margin: 0;
  padding: 0;
}
.officeList__area {
  display: inline-block;
  padding: 5px;
  background: #b29d65;
  border-radius: 3px;
  color: white;
  font-size: 0.75em;
  line-height: 120%;
}
@media (max-width: 640px) {
  .officeList {
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .officeList__items {
    /*width : calc((100% / 2) - 20px);*/
    width: 100%;
    margin: 0 10px 30px;
  }
}
/*2020.06.02追記*/
/* Flexible Images */
#h_common img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
  box-sizing: border-box;
}
submit {
  -webkit-appearance: none;
}
* {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .logo_common {
    width: 260px;
    height: auto;
  }
  #h_inner {
    padding: 19px 15px 5px !important;
  }
}
@media screen and (max-width: 1279px) {
  .logo_common {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  .logo_common {
    width: 210px;
    height: auto;
  }
}
/* ------------------------------------------------------------------------ */
/*  Loading

/* ------------------------------------------------------------------------ */
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100vh;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ------------------------------------------------------------------------ */
/*  Basic Style

/* ------------------------------------------------------------------------ */
#h_common {
  font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", MS PGothic, sans-serif;
  font-size: 1.3rem;
  font-size: 13px;
  line-height: 1.5;
  color: #1a1a1a;
}
.pcStyle {
  display: block !important;
}
.spStyle, .spStyle450 {
  display: none !important;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .pcStyle {
    display: none !important;
  }
  .spStyle {
    display: block !important;
  }
  .disabled {
    pointer-events: auto;
  }
  body {
    padding-top: 30px !important;
  }
  body#top {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .spStyle450 {
    display: block;
  }
}
/* Link
--------------------------------------------------------------------------- */
#h_common a:link {
  text-decoration: none;
}
#h_common a:visited {
  text-decoration: none;
}
#h_common a:hover {
  text-decoration: none;
}
#h_common a.cur_none {
  cursor: default;
}
/* ------------------------------------------------------------------------ */
/* Hedaer

/* ------------------------------------------------------------------------ */
header#h_common {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}
header#h_common .header_in {
  width: 100%;
}
#h_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 0;
  margin-bottom: 15px;
}
#h_common .sticky_area {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
}
#h_common .sticky_area li {
  min-width: 120px;
  list-style: none;
  margin-bottom: 0 !important;
}
#h_common .sticky_area li a {
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
  height: 55px;
  border-left: 1px solid #FFF;
}
#h_common .sticky_area li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#h_common .sticky_area li:nth-child(1) a, #h_common .sticky_area li:nth-child(2) a {
  background: #888;
  line-height: 1.65;
}
#h_common .sticky_area li:nth-child(1) a {
  border-left: none;
}
@-moz-document url-prefix() {
  #h_common .sticky_area li:nth-child(1) a, #h_common .sticky_area li:nth-child(2) a {
    line-height: 1.6;
  }
}
@supports (-ms-ime-align: auto) {
  #h_common .sticky_area li:nth-child(1) a, #h_common .sticky_area li:nth-child(2) a {
    line-height: 1.6;
  }
}
@media all and (-ms-high-contrast: none) {
  #h_common .sticky_area li:nth-child(1) a, #h_common .sticky_area li:nth-child(2) a {
    line-height: 1.6;
  }
}
#h_common .sticky_area li:nth-child(2) a {
  background: #888;
  line-height: 1.5;
}
#h_common .sticky_area li:nth-child(3) a {
  background: #888;
  padding: 5px 0 10px;
  line-height: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
#h_common .sticky_area li:nth-child(3) a img {
  width: 16px;
  margin-bottom: 10px;
}
#h_common .sticky_area li:nth-child(4) a {
  background: #00a828;
  color: #FFF;
  padding: 5px 0 10px;
  line-height: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#h_common .sticky_area li:nth-child(4) a img {
  width: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
#h_common .sticky_area li:nth-child(5) a {
  background: #ff8800;
  line-height: 1.5;
}
#h_common .sticky_area li a span {
  font-size: 12px;
  display: block;
}
/*サイト内検索*/
#h_common .search {
  display: flex;
  align-items: center;
  position: absolute;
  right: 620px;
  top: 19.5%;
}
#h_common .search a {
  font-weight: bold;
  color: #fff;
  background: #888;
  margin-right: 20px;
  font-size: 12px;
  padding: 5.5px 10px;
}
#h_common .search a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*#h_common .search a.recruit {
	background: #a4a4a4 !important;;
}
#h_common .search a.office {
	background: #2874b7 !important;;
}
*/
#h_common .search2 {
  display: none;
}
#h_common #cse-search-box {
  max-width: 350px !important;
  text-align: left;
}
#h_common #cse-search-box div {
  padding: 0 !important;
}
#h_common #cse-search-box input[type="text"] {
  font-size: 14px;
  padding: 5px 5px !important;
  background: none;
  width: 80%;
  border: none;
  font-family: revert;
}
#h_common #cse-search-box div {
  position: relative;
  border: 1px solid #381e1d;
  height: 29px;
  box-sizing: border-box;
}
#h_common #cse-search-box input[type="submit"] {
  background: url(../common/img/header/icon_search.png) #424242 no-repeat center;
  border: none;
  width: 32px !important;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
  border-radius: 0;
}
#h_common .common_search {
  margin: 30px 0 60px;
  border: 1px solid #c6c5c5;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
#h_common .common_search h5 {
  text-align: left;
}
#h_common .common_search ul {
  display: flex;
  flex-direction: initial !important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 !important;
}
#h_common .common_search ul li {
  font-size: 14px;
  border-bottom: none !important;
  width: auto !important;
}
#h_common .common_search ul li a {
  padding: 0 0 0 11px !important;
  font-weight: normal;
}
#h_common .common_search ul li a:before {
  content: "▶";
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#h_common .common_search ul li a:after {
  display: none !important;
}
@media screen and (max-width: 1450px) {
  #cse-search-box input[type="text"] {
    font-size: inherit;
  }
  #h_common .search {
    right: 640px;
  }
  #h_common .sticky_area li {
    min-width: 125px;
  }
  #h_common .search a {
    font-size: 10px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1360px) {
  #h_common .search {
    right: 560px;
  }
  #h_common .sticky_area li {
    min-width: 110px;
  }
  #h_common .sticky_area li a {
    padding: 11px 0;
  }
  #h_common .sticky_area li a span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1279px) {
  #h_common .search {
    right: 100px !important;
    top: 30%;
  }
  #h_common .search a {
    font-size: 12px;
    margin-right: 15px;
  }
  #h_common .sticky_area {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    background: #2b71b9;
    margin-bottom: 0;
    box-shadow: 0 -8px 3px -3px rgba(0, 0, 0, .1);
  }
  #h_common .sticky_area li a {
    height: 75px;
  }
  #h_common .sticky_area li:nth-child(1), #h_common .sticky_area li:nth-child(2) {
    min-width: 20%;
  }
  #h_common .sticky_area li:nth-child(3) {
    min-width: 20%;
  }
  #h_common .sticky_area li:nth-child(4) {
    min-width: 20%;
    background: #f2ff00;
  }
  #h_common .sticky_area li:nth-child(3) a {
    line-height: 1.2;
    padding: 13px 0;
  }
  #h_common .sticky_area li:nth-child(5) {
    min-width: 20% !important;
  }
  #h_common .sticky_area li a .spStyle {
    display: inline-block !important;
  }
  #jsHiddenMobileFooter footer {
    margin-bottom: 0 !important;
  }
  #jsHiddenMobileFooter #h_common .sticky_area {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #h_common .search {
    display: none;
  }
  #h_common .search2 {
    display: flex;
    text-align: left;
    padding: 20px 20px;
    flex-direction: column;
  }
  #h_common .search2 > a {
    font-weight: bold;
    color: #FFF;
    background: #888;
    padding: 10px;
    text-align: center;
  }
  #h_common .search2 > a.recruit {
    margin-top: 5px;
  }
  #h_common .search2 > a.office {
    margin-top: 5px;
  }
  #h_common #cse-search-box {
    max-width: 100% !important;
    text-align: left;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 599px) {
  #h_common .sticky_area li:nth-child(1), #h_common .sticky_area li:nth-child(2) {
    min-width: 20%;
  }
  #h_common .sticky_area li:nth-child(3) {
    min-width: 20%;
  }
  #h_common .sticky_area li a {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    font-size: 2.6vw;
  }
  #h_common .sticky_area li a span {
    font-size: 2vw;
  }
}
/* ------------------------------------------------------------------------ */
/* Navigation

/* ------------------------------------------------------------------------ */
#h_common nav ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
#h_common nav ul li {
  display: flex;
  margin-right: 2px;
  padding: 17px 0 15px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  list-style: none;
  list-style-position: inherit;
}
#h_common nav ul li:nth-child(n+2) {
  width: calc(100%/3);
}
#h_common nav > ul > li:after {
  content: "";
  border-bottom: 2px solid #FFF;
  width: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
}
#h_common nav ul > li:nth-child(1) {
  padding-right: 0;
  transition: 0.2s;
  z-index: 5;
  padding: 0;
}
#h_common nav ul > li:nth-child(2) {
  border-top: 2px solid #b882bf;
  border-bottom: 2px solid #b882bf;
  z-index: 5;
}
#h_common nav ul > li:nth-child(3) {
  border-top: 2px solid #ff8fc1;
  border-bottom: 2px solid #ff8fc1;
  z-index: 8;
  display: inline-flex;
}
#h_common nav ul > li:nth-child(4) {
  border-top: 2px solid #39bdab;
  border-bottom: 2px solid #39bdab;
  z-index: 8;
}
#h_common li.member_li {
  cursor: pointer;
}
#h_common li.menu2:before, #h_common li.member_li:before {
  content: "";
  height: 28px;
  border-left: 3px dotted #999999;
  position: absolute;
  right: -3px;
  top: 25%;
}
#h_common li.menu2 {
  position: relative;
}
#h_common li.menu2:before {
  right: -2.5px !important;
}
#h_common li.hojin_li {
  cursor: pointer;
}
#h_common li.hojin_li a {
  display: inline-block;
}
#h_common nav ul > li:nth-child(2) span {
  color: #b882bf;
}
#h_common nav ul > li:nth-child(3) span {
  color: #ff8fc1;
}
#h_common nav ul > li:nth-child(4) span {
  color: #39bdab;
}
#h_common nav ul > li span {
  color: #313131;
}
#h_common nav ul li ul.submenu {
  display: flex;
  padding: 0;
  width: 49.4vw;
}
@media all and (-ms-high-contrast: none) {
  #h_common nav ul li ul.submenu {
    width: 98.2vw;
  }
}
#h_common nav ul li a {
  display: flex !important;
  align-items: center !important;
  height: 100%;
  font-size: 15px;
}
@media screen and (max-width:1380px) {
  #h_common nav ul li a {
    font-size: 14px;
  }
}
.menu2 > a, .member_li > a, .hojin_li > a {
  margin: 0 auto;
}
#h_common nav ul li img {
  position: relative;
  bottom: 2px;
  margin-right: 8px;
  height: auto;
  box-sizing: border-box;
}
#h_common nav ul li ul.submenu li {
  border-top: 2px solid #ff8800;
  border-bottom: 2px solid #ff8800;
  padding: 12.5px 0;
  font-size: 14px;
  position: relative;
  /*list-style-image: url(data:0);*/
  list-style-image: none;
}
#h_common nav ul li ul.submenu > li {
  width: calc(100%/3);
}
#h_common nav ul li ul.submenu li:nth-child(3) {
  margin-right: 0;
}
#h_common .menu > ul.submenu > li:before {
  content: "";
  height: 28px;
  border-left: 3px dotted #999999;
  position: absolute;
  right: -3px;
}
.kojin_a {
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  #h_common .menu > ul.submenu > li:before {
    top: 15px;
    height: 25px;
  }
}
#h_common nav ul li ul.submenu li a {
  line-height: 2;
  color: #ff8800;
}
#h_common nav ul li ul.submenu > li > a {
  margin: 0 auto;
}
#h_common nav ul li ul.submenu li:hover, nav ul li ul.submenu li a:hover {
  cursor: pointer !important;
}
#h_common nav ul li:nth-child(2):hover, #h_common nav ul li:nth-child(2):hover span, #h_common nav ul li:nth-child(2):hover img {
  cursor: pointer !important;
}
#h_common nav .submenu li:hover > a, #h_common nav .menu2:hover > a, #h_common nav .member_li:hover, #h_common nav .hojin_li:hover {
  opacity: 0.8;
}
#h_common nav .member_li:hover a, #h_common nav .hojin_li:hover a {
  opacity: 1;
}
.header_border {
  display: block;
  border-bottom: 2px solid #cecece;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1346px);
  z-index: 7;
}
/*-----------スマホのトグルボタンのCSS-------------*/
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 99;
  background: #f80;
}
#nav-toggle div {
  position: relative;
  color: #FFF;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFF;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0px;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 21px;
}
#nav-toggle span:nth-child(4) {
  background: transparent;
  top: 28px;
  font-weight: bold;
  font-size: 9px !important;
  width: 120%;
  left: -2.5px;
}
@media screen and (max-width:1400px) {
  #h_common nav ul li {
    font-size: 13px;
  }
  #h_common nav ul li ul.submenu li {
    font-size: 12px;
  }
}
/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 768px) {
  header#h_common .header_in {
    width: 100%;
  }
  header#h_common .header_in .logo_common {
    max-width: 228.2px !important;
    width: 100%;
    margin-top: 0;
  }
  #h_common #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    background: #000;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #h_common #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #h_common #global-nav ul li {
    float: none;
    position: static;
    color: #fff;
  }
  #nav-toggle {
    padding: 13px 14px 13px 16px !important;
  }
  /* #nav-toggle 切り替えアニメーション */
  #h_common.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #h_common.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_common.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  #h_common.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(576px);
    -webkit-transform: translateY(576px);
    transform: translateY(576px);
  }
}
/*------------タブレット用------------------*/
@media screen and (max-width: 1279px) {
  header#h_common .header_in {
    z-index: 999999;
  }
  header#h_common .header_in {
    width: 100%;
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, .1);
  }
  header#h_common .header_in .logo_common {
    max-width: 326px;
    width: 100%;
  }
  #h_inner {
    padding: 20px 15px 10px !important;
    margin-bottom: 0;
  }
  #h_common #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 76px;
    right: -100%;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9999;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }
  #h_common #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    flex-direction: column;
    margin: 0;
    width: 100.2%;
    box-shadow: none;
  }
  #h_common #global-nav ul li {
    flex-direction: column;
    padding: 0 !important;
    border-left: none !important;
    ;
    align-items: inherit;
  }
  #h_common #global-nav ul > li {
    width: 100%;
  }
  #h_common #global-nav ul li a, .fixed #global-nav ul li a {
    padding: 20px 20px;
    text-align: left;
    position: relative !important;
    width: 100%;
  }
  #h_common nav ul li ul.submenu > li > a, #h_common nav ul > li span {
    font-size: 13.5px !important;
  }
  #h_common #global-nav ul li a.disabled {
    pointer-events: none;
  }
  #h_common #global-nav ul li a:after {
    content: "＋";
    font-size: 30px;
    display: inline-block;
    position: absolute !important;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  #h_common #global-nav ul li.member_li a:after, #h_common #global-nav ul li.hojin_li a:after {
    right: 20px;
  }
  #h_common nav ul li ul.submenu li, #h_common nav ul > li:nth-child(2), #h_common nav ul > li:nth-child(3), #h_common nav ul > li:nth-child(4) {
    border-top: none;
  }
  #h_common .submenu li .cur_none {
    padding: 20px 20px;
    text-align: left;
    position: relative !important;
    font-size: 100%;
  }
  #h_common .submenu li .cur_none:after {
    content: "＋";
    font-size: 30px !important;
    display: inline-block !important;
    position: absolute !important;
    right: 17px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: arial, sans-serif !important;
    color: #ff8800 !important;
  }
  #h_common .submenu li:nth-child(2) .cur_none:after {
    content: "＋";
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  #h_common .submenu li .cur_none:before {
    content: "" !important;
    display: inline-block !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 20px;
  }
  #h_common .submenu li:nth-child(1) .cur_none:before {
    background: url(../img/header/icon_img_01.png) no-repeat center left;
  }
  #h_common .submenu li:nth-child(2) .cur_none:before {
    background: url(../img/header/icon_img_02.png) no-repeat center left;
  }
  #h_common .submenu li:nth-child(3) .cur_none:before {
    background: url(../img/header/icon_img_03.png) no-repeat center left;
  }
  #h_common #global-nav ul li a.kojin_a.open:after {
    content: "－";
  }
  .submenu li .cur_none.open:after {
    content: "－" !important;
  }
  #h_common .cur_none.open:after {
    content: "－" !important;
  }
  #h_common .cur_none > img {
    width: 27px;
    bottom: 0;
    margin-right: 10px;
  }
  #h_common #global-nav ul li:nth-child(2) a:after {
    color: #b882bf;
  }
  #h_common #gnav-container > ul > li:nth-child(3) > a:after {
    content: "";
    width: 12px;
    border-right: 4px solid;
    border-top: 4px solid;
    height: 12px;
    transform: rotate(45deg) translate(-80%, 5%);
    color: #ff8fc1;
  }
  #h_common #global-nav ul li:nth-child(4) a:after {
    content: "";
    width: 12px;
    border-right: 4px solid;
    border-top: 4px solid;
    height: 12px;
    transform: rotate(45deg) translate(-80%, 5%);
    color: #39bdab;
  }
  #h_common .submenu li a {
    box-sizing: border-box;
  }
  #h_common .submenu li a:after {
    display: none !important;
  }
  #h_common nav ul li ul.submenu {
    display: none;
  }
  #nav-toggle {
    display: block;
    right: 0;
    top: 0;
    padding: 20px 25px;
    box-sizing: initial;
  }
  /* #nav-toggle 切り替えアニメーション */
  #h_common.open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #h_common.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_common.open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  #h_common.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-x: hidden;
    height: calc(100% - 60px);
  }
  #h_common .header_border {
    display: none;
  }
  #h_common .kojin_a {
    pointer-events: auto;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1279px) {
  #nav-toggle {
    width: 80px !important;
    height: 100%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  #nav-toggle {
    width: 70px !important;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #h_common #global-nav {
    top: 62px;
  }
  #h_common nav ul > li:nth-child(1) span {
    color: #FFF;
  }
}
@media screen and (max-width: 414px) {
  #h_common #global-nav {
    top: 62px;
  }
}
/* ------------------------------------------------------------------------ */
/* Mega drop menu

/* ------------------------------------------------------------------------ */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
メガドロップナビ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#h_common .menu > ul {
  position: relative;
  box-sizing: border-box;
}
#h_common .menu2 {
  position: relative;
  box-sizing: border-box;
}
#h_common .menu > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0 !important;
  top: 57px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: #FFF;
  padding: 30px 0;
  width: 100vw;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  cursor: default;
}
#h_common .menu > ul > li:nth-child(1) > ul {
  left: -10px !important;
}
#h_common .menu > ul > li:nth-child(1) > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff8800;
  display: block;
  position: absolute;
  top: 0px;
  left: 132px;
}
#h_common .menu > ul > li > ul:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
#h_common .menu > ul > li:nth-child(2) > ul {
  left: -287px !important;
}
#h_common .menu > ul > li:nth-child(2) > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff8800;
  display: block;
  position: absolute;
  top: 0px;
  left: 411px;
}
#h_common .menu > ul > li:nth-child(3) > ul {
  left: -565px !important;
}
#h_common .menu > ul > li:nth-child(3) > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff8800;
  display: block;
  position: absolute;
  top: 0px;
  left: 684px;
}
#h_common .menu > ul > li > ul > li {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  border-left: 0 !important;
  padding: 0 !important;
}
#h_common .menu_in {
  width: 100%;
}
#h_common .menu_in h4 {
  font-size: 22px;
  display: flex;
  align-items: center;
  border: none;
  font-weight: bold;
  margin: 0;
}
#h_common .menu_in h4 img {
  width: 40px;
  height: auto;
}
#h_common .menu_in ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  /*justify-content: space-between;*/
  margin-bottom: 30px;
  cursor: default;
}
/*#h_common .submenu li:nth-child(3) .menu_in ul {
  height: 170px;
}*/
#h_common .menu_in ul li {
  border: none !important;
  width: 25%;
  padding: 0 !important;
  font-size: 14px !important;
}
#h_common .submenu li .menu_in ul li {
  /* width: calc((100%/4) - 15px);*/
  width: 25%;
  margin-right: 0;
  display: grid;
  padding: 15px 0 !important;
  border-bottom: 1px solid #cccccc !important;
  position: relative;
  list-style: none;
}
#h_common .submenu li .menu_in ul li.nav-big {
  /*width: calc((100%/5) - 15px);*/
  width: 20%;
  padding-right: 15px !important;
}
#h_common .submenu li .menu_in ul li.nav-big:last-child {
  padding-right: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  #h_common .submenu li .menu_in ul li {
    display: inline-table;
  }
}
#h_common .submenu li .menu_in ul li:after {
  content: "";
  width: 20px;
  border-bottom: 1px solid #cccccc !important;
  position: absolute;
  bottom: -1px;
  right: -20px
}
@media all and (-ms-high-contrast: none) {
  #h_common .submenu li .menu_in ul li:after {
    bottom: 0;
  }
}
#h_common .submenu li .menu_in ul li:nth-child(4n):after {
  display: none;
}
#h_common .submenu li .menu_in ul li.pcStyle {
  cursor: default !important;
  pointer-events: none !important;
}
#h_common .submenu li .menu_in ul li.pcStyle:after {
  bottom: -1px;
}
#h_common .menu_in ul li.nav-big a {
  font-size: 15px;
}
#h_common .menu_in ul li.nav-big a img {
  max-width: 235px;
  width: 100%;
}
#h_common .menu_in ul li.nav-big a:last-child {
  margin-bottom: 10px;
}
#h_common .menu_in ul li.nav-big a:last-child:before {
  content: none;
}
#h_common .menu_in ul li a:before {
  content: "▶";
  top: 30px;
  left: 0;
  font-size: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #f80;
}
#h_common .menu_in ul li a {
  color: #1a1a1a !important;
  margin: 0;
  font-size: 13px;
  padding-left: 12px;
}
#h_common .menu_in ul li.nav-big a:nth-child(2) {
  padding-left: 0;
}
#h_common nav ul li ul.submenu > li > ul > li {
  border-top: 0;
  border-bottom: 0;
}
#h_common .menu2 .menu_in ul li a {
  padding: 20px 0 !important;
}
#h_common .menu2 .menu_in ul li a:before {
  color: #b882bf;
}
#h_common .menu_in ul li a span {
  color: #1a1a1a !important;
  font-size: 70%;
}
#h_common .menu_in ul > li > a img {
  display: block;
  margin: 0;
  bottom: 0;
}
#h_common .menu_in > figure a {
  background: #FFF;
  display: inline-block;
}
#h_common .menu_in > figure a:hover img {
  opacity: 0.8
}
#h_common .submenu > .spStyle {
  padding-left: 0;
}
#h_common .submenu > .spStyle a {
  padding: 20px !important;
}
#h_common .submenu > .spStyle a img {
  width: 100% !important;
}
#h_common .submenu2 > a {
  font-size: 16px !important;
  margin: -4px 0 0 50px !important;
}
#h_common .submenu2 > a:before {
  display: none;
}
#h_common .submenu2 > li {
  margin-left: 2%;
}
#h_common .menu2 > ul {
  display: none;
  position: absolute;
  z-index: 99;
  left: -842px;
  top: 57px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: #fff;
  padding: 30px 0;
  width: 100vw;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
#h_common .menu2 > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #b882bf;
  display: block;
  position: absolute;
  top: 0;
  left: 964px;
}
#h_common .menu2 > ul li {
  padding: 0 !important;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-start;
  border-bottom: 0 !important;
}
#h_common .menu2 > ul > li > a {
  font-size: 14px;
  line-height: 2;
  padding: 10px 15px 5px !important;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
#h_common .menu2 > ul li a:hover {
  color: #b882bf;
}
#h_common .menu2 > ul > li > figure {
  border-right: 3px dotted #b882bf;
  border-left: 3px dotted #b882bf;
  box-sizing: border-box;
  text-align: center;
}
#h_common .menu2 > ul > li > figure img {
  min-width: 82px;
  height: auto;
  padding: 0 !important;
  margin: 3% 35px 5%;
}
#h_common .menu2 > ul > li > figure p {
  font-size: 18px;
}
#h_common .menu2 .menu_in > ul {
  display: flex !important;
}
#h_common .menu2 .menu_in > ul li {
  width: calc((100%/4) - 15px);
  text-align: left;
  margin: 0;
  padding: 18px 0 !important;
  border-bottom: 1px solid #CCC !important;
  position: relative;
}
#h_common .menu2 .menu_in > ul li:after {
  content: "";
  width: 20px;
  border-bottom: 1px solid #cccccc !important;
  position: absolute;
  bottom: -1px;
  right: -20px
}
#h_common .menu2 .menu_in > ul li a {
  padding: 0 !important;
  padding-left: 12px !important;
  font-size: 14px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width:2101px) and (max-width:3000px) {
  #h_common .menu > ul > li:nth-child(1) > ul {
    left: 0 !important;
  }
  #h_common .menu > ul > li:nth-child(1) > ul::before {
    left: 200px
  }
  #h_common .menu > ul > li:nth-child(2) > ul {
    left: -423px !important;
  }
  #h_common .menu > ul > li:nth-child(2) > ul::before {
    left: 620px
  }
  #h_common .menu > ul > li:nth-child(3) > ul {
    left: -845px !important;
  }
  #h_common .menu > ul > li:nth-child(3) > ul::before {
    left: 1046px;
  }
  #h_common .menu2 > ul {
    left: -1267px;
  }
  #h_common .menu2 > ul::before {
    left: 1465px;
  }
}
@media screen and (min-width:1900px) and (max-width:2100px) {
  #h_common .menu > ul > li:nth-child(1) > ul {
    left: 0 !important;
  }
  #h_common .menu > ul > li:nth-child(2) > ul {
    left: -317px !important;
  }
  #h_common .menu > ul > li:nth-child(2) > ul::before {
    left: 460px
  }
  #h_common .menu > ul > li:nth-child(3) > ul {
    left: -635px !important;
  }
  #h_common .menu > ul > li:nth-child(3) > ul::before {
    left: 777px;
  }
  #h_common .menu2 > ul {
    left: -951px;
  }
  #h_common .menu2 > ul::before {
    left: 1098px;
  }
}
@media screen and (max-width:1640px) {
  #h_common .menu > ul > li:nth-child(1) > ul {
    left: 0% !important;
  }
  #h_common .menu > ul > li:nth-child(1) > ul::before {
    left: 115px !important;
  }
  #h_common .menu > ul > li:nth-child(2) > ul {
    left: -100.8% !important;
  }
  #h_common .menu > ul > li:nth-child(2) > ul::before {
    left: 23.4% !important;
  }
  #h_common .menu > ul > li:nth-child(3) > ul {
    left: -201.5% !important;
  }
  #h_common .menu > ul > li:nth-child(3) > ul::before {
    left: 40% !important;
  }
  #h_common .menu2 > ul {
    left: -49.55vw !important;
  }
  #h_common .menu2 > ul::before {
    left: 56.6% !important;
  }
}
@media screen and (max-width:1500px) {
  #h_common .menu > ul > li:nth-child(1) > ul::before {
    left: 107px !important;
  }
}
@media screen and (max-width:1400px) {
  #h_common .menu > ul > li:nth-child(1) > ul {
    left: 0% !important;
  }
  #h_common .menu > ul > li:nth-child(1) > ul::before {
    left: 100px !important;
  }
  #h_common .menu > ul > li:nth-child(3) > ul {
    left: -201.9% !important;
  }
}
@media screen and (max-width:1279px) {
  #h_common .menu > ul > li > ul {
    top: 51px;
  }
  #h_common nav ul li {
    padding: 14.3px 0;
  }
  #h_common nav ul li ul.submenu > li > a, #h_common nav ul > li span {
    font-size: 12px;
  }
  #h_common .menu2 > ul {
    top: 51px;
  }
  .header_border {
    width: calc(100% - 1262px);
  }
}
@media only screen and (max-width: 1200px) {
  .nav-big a figure > img {
    bottom: 0px;
    width: 300px;
  }
  .member_li a img {
    width: 18px !important;
    margin: 0 15px 0 4px !important;
  }
  #h_common .menu > ul {
    display: none;
  }
  #h_common .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  #h_common .menu > ul > li:nth-child(1) > ul::before {
    display: none;
  }
  #h_common .menu > ul > li > ul::after {
    display: none;
  }
  #h_common .menu > ul > li > a {
    width: 100%;
    display: block;
    padding: 20px !important;
    position: relative !important;
  }
  #h_common .menu_in > ul > li > a:before {
    content: "▸";
    font-size: 120% !important;
    left: -20px;
    top: 48%;
  }
  #h_common .menu > ul > li > ul {
    padding: 0 5%;
  }
  #h_common .menu > ul > li > ul > li > a {
    padding: 10px 0 0 30px !important;
    font-weight: normal;
  }
  #h_common .menu > ul > li > ul > li > figure {
    display: none;
  }
  #h_common .menu_in {
    margin: 0;
  }
  #h_common .menu_in > figure {
    padding-left: 0;
  }
  #h_common .menu_in > figure a {
    background: none;
    padding: 0 0 20px !important;
  }
  #h_common .menu_in > figure a img {
    margin: 0;
  }
  #h_common .menu_in ul {
    display: inline;
    border-bottom: 0;
    max-height: 100% !important;
    padding: 0;
  }
  #h_common .menu_in ul.inline {
    display: inline !important;
  }
  #h_common .menu_in ul li {
    width: 100% !important;
  }
  #h_common .menu_in h4 {
    display: none;
  }
  #h_common .menu_in ul li a {
    padding: 0 !important;
    font-size: 120% !important;
    margin-left: 50px;
    font-weight: normal;
  }
  #h_common .menu_in ul li:nth-child(2) a {
    letter-spacing: -1.1px;
  }
  #h_common .menu_in ul li.ml10 a {
    margin-left: 80px !important;
  }
  .submenu2 ul li a {
    border-bottom: 0;
  }
  .submenu2 ul li:nth-child(4) ul li a {
    padding: 0 0 0 35px !important;
  }
  #h_common .menu2 ul {
    display: none;
    padding: 0 5%;
  }
  #h_common .menu2 > ul::before {
    display: none;
  }
  #h_common .menu2 > ul > li > figure {
    display: none;
  }
  #h_common .menu2 .menu_in > ul {
    padding: 0;
    height: 100%;
    max-height: 100% !important;
  }
  #h_common .menu2 .menu_in > ul li a {
    padding: 13px 0 13px 20px !important;
  }
  #h_common .menu2 > ul li a:after {
    display: none !important;
  }
  #h_common .menu > ul > li > ul::before {
    display: none !important;
  }
}
@media only screen and (max-width: 414px) {
  #h_common .menu2 > ul::before {
    display: none !important;
  }
  #h_common .menu_in > ul > li > a {
    padding: 10px 0 10px 20px !important;
    margin: 0;
  }
  #h_common .menu_in > ul > li.nav-big > a:nth-child(2) {
    padding: 0 0 10px 0 !important;
  }
  .nav-big a img {
    width: 100% !important;
    max-width: 100% !important;
  }
  #h_common .menu_in > ul > li > a:before {
    content: "▸";
    font-size: 120% !important;
    left: 0;
    top: 48%;
  }
  #h_common .submenu2 > a {
    margin-left: -20px !important;
    font-weight: bold !important;
  }
}
@media only screen and (max-width: 320px) {
  #h_common .menu_in ul li a {
    font-size: 100% !important;
  }
}
/* ------------------------------------------------------------------------ */
/* Contents

/* ------------------------------------------------------------------------ */
#mainBlock {
  clear: both;
  margin: 0 auto;
}
/* ------------------------------------------------------------------------ */
/* Footer

/* ------------------------------------------------------------------------ */
#footer_common {
  font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", MS PGothic, sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 13px;
}
.footer_in {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.footer_in_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  display: flex;
  justify-content: space-between;
}
.f_logo {
  display: flex;
  align-items: first baseline;
  flex-direction: column;
}
.f_logo p {
  margin-top: 5%;
}
.f_info {
  display: flex;
  justify-content: space-between;
  /*max-width: 410px;*/
  /*max-width: 600px;
  width: 100%;*/
  align-items: center;
}
.f_tel {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.f_tel a {
  display: flex;
  align-items: center;
  color: #ff8800;
  font-size: 29px;
  font-weight: bold;
  flex-direction: row;
  text-decoration: none;
}
.f_tel p {
  margin-top: 3%;
  text-align: center;
}
.f_sns {
  /*margin-left: 5px;*/
}
.f_sns a {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.2s ease-out;
}
.f_sns a:hover {
  text-decoration: none;
  transform: translateY(-3px);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
footer p.small {
  font-size: 12px;
  text-align: center;
  padding: 2% 0;
  line-height: 2.3;
}
footer ul {
  display: flex;
  justify-content: center;
  padding-bottom: 1.5%;
  margin: 0;
  padding-left: 0;
}
footer ul li {
  padding: 0 5px;
  list-style: none;
}
footer ul li a {
  color: #1a1a1a !important;
  text-decoration: underline !important;
}
footer ul li a:hover {
  text-decoration: none !important;
}
.footer_in_box {
  box-sizing: border-box;
}
footer p small {
  font-size: 12px;
  color: #999999;
  background: #1a1a1a;
  display: block;
  padding: 10px 0;
  text-align: center;
}
#footer_common p {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  footer {
    /*margin-bottom: 55px;*/
    margin-bottom: 75px;
  }
  .resale_detail footer {
    margin-bottom: 0%;
  }
  .footer_in_box {
    padding: 2% 10px;
  }
}
@media screen and (max-width:1024px) {
  .footer_in_box {
    padding: 5%;
  }
  .f_info {
    /*max-width: 275px;*/
    flex-direction: column;
    align-items: flex-end;
  }
  .f_sns {
    margin-top: 10px;
  }
  .f_sns a {
    padding: 0
  }
}
@media screen and (max-width:767px) {
  .footer_in_box {
    padding: 8% 5%;
    flex-direction: column;
    box-sizing: border-box;
  }
  .f_logo img {
    width: 50%;
  }
  .f_logo p {
    margin-top: 3%;
  }
  .f_info {
    max-width: 100%;
    align-items: center
  }
  .f_tel {
    align-items: center;
    width: 100%;
  }
  .f_tel a {
    background: #ff8800;
    color: #FFF;
    width: 100%;
    position: relative;
    padding: 3% 0;
    margin: 5% auto 0;
    border-radius: 5px;
  }
  .f_tel a p {
    margin: 0 auto;
  }
  .f_tel a img {
    width: 10%;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .f_sns {
    margin: 15px 0 0;
  }
  .f_sns a img {
    width: 52px;
  }
  footer p.small {
    padding: 10% 5%;
    line-height: 1.8;
    text-align: left;
  }
  footer ul {
    padding: 5px 5% 10%;
    font-size: 13px;
  }
  footer p small {
    font-size: 60%;
  }
}
/*pagetop*/
#page-top {
  position: fixed;
  right: 20px;
  z-index: 999;
}
#page-top a {
  text-decoration: none;
  width: 41px;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #page-top {
    position: fixed;
  }
}
.footer-event_js {
  margin-top: 20px;
}
.footer-event {
  max-width: 100%;
  padding: 0px 20px 50px 20px;
}
.footer-event-img {
  max-width: 960px;
}
@media screen and (max-width:767px) {
  .footer-event-img {
    max-width: 670px;
  }
  ul.sticky_area li {
    margin-bottom: 0;
  }
}
/*sns-offical*/
.sns-official {
  margin: 0 auto;
  border-top: 3px solid #305196;
  text-align: center;
}
.sns-official__frame {
  background: url(/common/img/footer/bg.gif)repeat 0 0;
  padding: 0 10px 30px;
}
.sns-official__title {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  background: #305196;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  border-top: 0.1px solid #305196;
}
.sns-official__text {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
.sns-official__campaign {
  width: 90%;
  margin: 0 auto 20px;
}
.sns-official__line, .sns-official__facebook, .sns-official__instagram {
  background: #fff;
  max-width: 230px;
  padding: 0 10px;
}
.sns-official__line {
  position: relative;
}
.sns-official__line-addtext {
  position: absolute;
  top: -20px;
  right: -95px;
}
.sns-official__line-addtext_sp {
  margin: 0 auto;
}
.sns-official__line-text, .sns-official__facebook-text, .sns-official__instagram-text {
  height: 80px;
}
.sns-official__line-official img, .sns-official__facebook-official img, .sns-official__instagram-official img {
  width: 60px;
  margin: 30px;
}
.sns-official__line-link, .sns-official__facebook-link, .sns-official__instagram-link {
  display: inline-block;
  width: 85%;
  padding: 5px 15px;
  border-radius: 0.3rem;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
  background: #305196;
  margin-bottom: 20px;
}
.sns-official__line-link a, .sns-official__facebook-link a, .sns-official__instagram-link a {
  color: #fff;
}
.sns-official__line-link a:hover, .sns-official__facebook-link a:hover, .sns-official__instagram-link a:hover {
  color: #fff;
}
.sns-official__line-link a:visited, .sns-official__facebook-link a:visited, .sns-official__instagram-link a:visited {
  color: #fff;
}
.sns-official__campaign a {
  text-decoration: underline;
}
.sns-official__campaign a:hover {
  text-decoration: none;
}
.sns-official__campaign img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) {
  .sns-official__text {
    margin: 20px 0px;
  }
  .sns-official__bnr {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
  }
  .sns-official__line-link, .sns-official__facebook-link, .sns-official__instagram-link {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .sns-official__title {
    font-size: 1.3em;
  }
  .sns-official__text {
    margin: 10px auto;
  }
  .sns-official__line, .sns-official__facebook, .sns-official__instagram {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .sns-official__line-official, .sns-official__facebook-official, .sns-official__instagram-official {
    margin: 10px auto;
  }
  .sns-official__line-text, .sns-official__facebook-text, .sns-official__instagram-text {
    height: auto;
    margin-bottom: 10px;
  }
  .sns-official__instagram-link {
    margin-bottom: 20px;
  }
}
/* 条件検索（TORES 3.0） */
/* map search */
.kind-box {
  width: auto;
  margin: 0;
  padding: 15px;
  background: #fff;
}
.kind-box__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kind-box__item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 2px 10px;
}
.kind-box__item img {
  margin-right: 2px;
}
.gm-style-iw-d div a {
  color: #0066c0;
  text-decoration: underline;
}
.gm-style-iw-d div a:hover {
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .kind-box {
    padding: 0;
  }
  .kind-box__list {
    display: block;
    border-top: 1px solid #e7e7e7;
    margin: 0 0 20px 0;
  }
  .kind-box__item {
    margin: 5px 0;
    padding: 2px 10px;
    border-bottom: 1px solid #e7e7e7;
  }
}
/* 物件検索結果（TORES 3.0） */
/* search result */
.pinbadge-box {
  margin: 0 0 5px 0;
  padding: 0;
}
.pinbadge {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 6px;
  border-radius: 3px;
  background: #666;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
}
.pinbadge-renovation {
  background: #ff82c1;
}
.pinbadge-sumstock {
  background: #ff4c4c;
}
.pinbadge-recommend {
  background: #57c0d1;
}
.pinbadge-new-arrival {
  background: #f2c618;
}
.pinbadge-on-sale {
  background: #48aff3;
}
.pinbadge-sold-out {
  background: #f27e31;
}
.pinbadge-new-price {
  background: #52cc29;
}
.pinbadge-fullcar {
  background: #f27e31;
}
.pinbadge-fullroom {
  background: #f27e31;
}
.pinbadge-one-room {
  background: #a59aca;
}
.pinbadge-family-type {
  background: #ff9999;
}
.pinbadge-full-room {
  background: #f27e31;
}
.pinbadge-full-car {
  background: #f27e31;
}
/* 物件概要（TORES 3.0） */
.property-page {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .property-page {
    padding: 0 15px;
  }
}
.property-lead {
  margin: 0 0 45px 0;
  padding: 30px 0 0 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}
.property-upadte__list {
  width: auto;
  margin: 0 0 15px 0;
  padding: 0;
}
.property-upadte__item {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
}
.main-visual-section, .summary-section, .slider-section, .outline-section, .rates-section, .information-section, .block-section, .layout-section, .facility-section, .structure-section, .movie-section, .panorama-section, .lifeline-section {
  max-width: 940px;
  margin: 0 0 45px 0;
  padding: 0;
}
.main-visual-section__picture {
  margin: 0;
  padding: 0;
}
.summary-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 0;
}
.summary-section__explain {
  width: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
.summary-section__catch-copy {
  margin: 0 0 15px 0;
  padding: 0;
  color: #666;
  font-size: 1.3em;
  font-weight: bold;
}
.summary-section__closeup {
  width: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
.summary-section__picture {
  margin: 0 0 10px 0;
  padding: 0;
}
.summary-section__caption {
  margin: 0;
  padding: 0;
  color: #666;
  font-weight: bold;
}
.summary-section__profile-table {
  width: 100%;
  border: 1px solid #c8c8c8;
}
.summary-section__profile-table th {
  padding: 10px 20px;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.summary-section__profile-table td {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  vertical-align: middle;
}
.summary-section__profile-table .price {
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 3px;
}
.summary-section__spot-table {
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #c8c8c8;
  font-size: 1.2rem;
}
.summary-section__spot-table th {
  width: auto;
  padding: 5px 10px;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.summary-section__spot-table td {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  vertical-align: middle;
}
.summary-section__spot-table td.is-address {
  white-space: normal;
}
.summary-section__spot-table td.is-access {
  white-space: normal;
}
.summary-section__spot-table td.is-spec {
  white-space: nowrap;
}
.summary-section__spot-table td .summary-section__spot-list {
  margin: 0;
  padding: 0 0 0 13px;
}
.summary-section__floor-table {
  width: 100%;
  border: 1px solid #c8c8c8;
  font-size: 1.2rem;
}
.summary-section__floor-table th {
  width: auto;
  padding: 5px;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.summary-section__floor-table td {
  padding: 5px;
  background: #fff;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  vertical-align: middle;
}
.summary-section__floor-table td.is-level {
  text-align: center;
  white-space: nowrap;
}
.summary-section__floor-table td.is-rent {
  color: red;
  text-align: center;
  white-space: nowrap;
}
.summary-section__floor-table td.is-rent em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.summary-section__floor-table td.is-manage {
  text-align: center;
  white-space: nowrap;
}
.summary-section__floor-table td.is-other {
  text-align: left;
  white-space: normal;
}
.summary-section__floor-table td.is-layout {
  text-align: center;
  white-space: normal;
}
.summary-section__floor-table td.is-area {
  text-align: center;
  white-space: nowrap;
}
.summary-section__floor-table td.is-move {
  text-align: left;
  white-space: normal;
}
@media screen and (max-width: 639px) {
  .summary-section {
    display: block;
  }
  .summary-section__explain {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .summary-section__closeup {
    width: 100%;
  }
  .summary-section__spot-table th {
    width: 1%;
  }
  .summary-section__floor-table th {
    width: 1%;
  }
  .summary-section__floor-table th.is-level {
    background: #666 !important;
    color: #fff !important;
  }
  .summary-section__floor-table td.is-rent, .summary-section__floor-table td.is-manage, .summary-section__floor-table td.is-layout, .summary-section__floor-table td.is-area {
    text-align: left;
  }
}
.summary-section__define {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  margin: 0;
  padding: 15px 0 0 0;
}
.summary-section__term {
  width: 10em;
  margin: 0 1em 0 0;
  padding: 2px 0;
  background: #778899;
  border-radius: 3px;
  color: white;
  font-size: 0.875em;
  text-align: center;
}
.summary-section__description {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slider-section_click-pc, .slider-section_click-sp {
  color: #666;
  font-size: 0.875em;
  left: 1;
}
.slider-section_click-sp {
  display: none;
}
.slider-section__list {
  max-width: 940px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
}
.slider-section__item {
  width: calc(100% / 6);
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.slider-section__picture {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 75% 0 0 0;
  text-align: center;
}
.slider-section__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.slider-section__caption {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0.875em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .slider-section_click-pc {
    display: none;
  }
  .slider-section_click-sp {
    display: block;
    font-size: 0.75em;
  }
  .slider-section__list {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .slider-section__item {
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    padding: 0;
  }
  .slider-section__item:last-child {
    margin: 0;
  }
  .slider-section__picture {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
  }
  .slider-section__caption {
    display: none;
  }
}
.outline-section__text {
  margin: 0 0 45px 0;
  padding: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background: #fefefe;
}
@media screen and (max-width: 639px) {
  .outline-section__text {
    padding: 10px;
  }
}
.outline-section__table {
  width: 100%;
  margin: 0 0 45px 0;
}
.outline-section__table th {
  width: 1%;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.outline-section__table td {
  width: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .outline-section__table {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .outline-section__table th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    white-space: normal;
  }
  .outline-section__table td {
    display: block;
    width: auto;
    padding: 5px 10px;
    text-align: left;
  }
}
.notes-section__text {
  margin: 0 0 45px 0;
  padding: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background: #fefefe;
}
@media screen and (max-width: 639px) {
  .notes-section__text {
    padding: 10px;
  }
}
.rates-section__table {
  width: 100%;
}
.rates-section__table th {
  width: auto;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.rates-section__table td {
  width: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.rates-section__table td.is-notes {
  text-align: left;
  white-space: wrap;
}
.information-section__define {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 12.6em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.information-section__term {
  width: 22%;
  margin: 0;
  padding: 10px;
  border-top: 1px dashed #e6e6e6;
}
.information-section__label {
  display: inline-block;
  width: 70px;
  margin: 0 0 0 20px;
  padding: 0.2em;
  border-radius: 0.25em;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}
.information-section__label.is--site {
  background: #758040;
}
.information-section__label.is--pdf {
  background: #df4b4b;
}
.information-section__label.is--info {
  background: #808080;
}
.information-section__description {
  width: 78%;
  margin: 0;
  padding: 10px;
  border-top: 1px dashed #e6e6e6;
}
@media screen and (max-width: 639px) {
  .information-section__define {
    width: 100%;
    display: block;
    border: none;
    height: 23.5em;
  }
  .information-section__term {
    width: 100%;
    border: none;
    padding: 10px 10px 0;
  }
  .information-section__description {
    width: 100%;
    border-top: none;
    border-bottom: 1px dashed #e6e6e6;
  }
  .information-section__label {
    margin: 0 0 0 15px;
  }
}
.block-section__picture, .layout-section__picture {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}
.layout-section__floor-table {
  width: 100%;
  border: 1px solid #c8c8c8;
  font-size: 1.3rem;
}
.layout-section__floor-table th {
  width: auto;
  padding: 5px;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.layout-section__floor-table td {
  padding: 5px;
  background: #fff;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.layout-section__floor-list {
  margin: 0;
  padding: 0;
}
.layout-section__floor-list li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 0 0 12px;
  background: url("/images/arrow_green_02.png") left center no-repeat;
  background-size: auto 8px;
}
@media screen and (max-width: 639px) {
  .layout-section__spot-table th {
    width: 1%;
  }
  .layout-section__floor-table th {
    width: 1%;
  }
  .layout-section__floor-table th.is-type {
    background: #666 !important;
    color: #fff !important;
  }
}
.facility-section__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
}
.facility-section__item {
  width: calc(100% / 3);
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.facility-section__picture {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 75% 0 0 0;
  text-align: center;
}
.facility-section__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.facility-section__caption {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0.875em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .facility-section__item {
    width: calc(100% / 2);
  }
}
.structure-section__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
}
.structure-section__item {
  width: calc(100% / 3);
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.structure-section__picture {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 75% 0 0 0;
  text-align: center;
}
.structure-section__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.structure-section__caption {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0.875em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .structure-section__item {
    width: calc(100% / 2);
  }
}
.movie-section__video {
  max-width: 940px;
  margin: 0 0 30px 0;
}
.movie-section__caption {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.3;
}
.panorama-section__vr {
  max-width: 940px;
  margin: 0 0 30px 0;
}
.panorama-section__caption {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.3;
}
.lifeline-section__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px 15px;
}
.lifeline-section__item {
  width: calc(100% / 3);
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.lifeline-section__picture {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 75% 0 0 0;
  text-align: center;
}
.lifeline-section__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.lifeline-section__caption {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0.875em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .lifeline-section__item {
    width: calc(100% / 2);
  }
}
.lifeinfo-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 0 15px 0;
  padding: 0;
}
.lifeinfo-section__define {
  width: calc(100% / 2 - 10px);
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border: 1px solid #c8c8c8;
}
.lifeinfo-section__term {
  margin: 0 0 10px 0;
  padding: 7px 1em;
  border-bottom: 1px solid #c8c8c8;
  background: #f2f2f2;
  line-height: 1;
  text-align: center;
}
.lifeinfo-section__descriotion {
  display: list-item;
  margin: 0 1em 0 2.5em;
  padding: 5px 0;
  line-height: 1.3;
}
@media screen and (max-width: 639px) {
  .lifeinfo-section__define {
    width: 100%;
  }
}
/* event campaign */
.event-campaign-text {
  font-size: 1em;
}
.event-campaign-notes {
  padding-left: 1em;
  color: red;
  text-indent: -1em;
}
.event-campaign-links {
  list-style: none;
}
.event-campaign-links li {
  margin: 0 0 5px 0;
}
.job-row {
  position: relative;
}
@media screen and (max-width: 767px) {
  .job-row {
    display: flex;
    align-items: center;
  }
}
.rent-empty-info {
  max-width: 940px;
  margin: 0 auto 30px;
  padding: 0 15px;
  color: red;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rent-empty-info {
    font-size: 1.3rem;
    text-align: left;
  }
}
.moving-minutes {
  margin-bottom: 40px;
  padding: 0 0 0 1em;
  font-size: 0.875em;
  text-indent: -1em;
}