@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline 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;
}

picture img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #4d4dff;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}



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

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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.2;
  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: 400;
  line-height: 1;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h2 {
  margin-top: 4px;
}

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: 11.5px;
  margin-bottom: 11.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-weight: 800;
  font-size: 41px;
}

/* h2,
.h2 {
  font-size: 30px;
} */

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

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

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

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

p {
  margin: 0 0 11.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #ccc;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.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-right: 5px;
  padding-left: 5px;
}

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

dt,
dd {
  line-height: 1.7;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  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.7;
  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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.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: 23px;
  font-style: normal;
  line-height: 1.7;
}

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

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1200px) {
  .container {
    width: 990px;
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

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

.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.7;
  vertical-align: top;
  border-top: 1px solid #999;
}

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

.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 #999;
}

.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 #999;
}

.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 #999;
}

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



fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  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: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}




.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.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;
  background-image: none;
  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.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}




.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.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: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}



.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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.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;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #0000ff;
}

.nav .nav-divider {
  height: 1px;
  margin: 10.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.7;
  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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.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: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .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: 768px) {

  .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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

@media (min-width: 768px) {

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

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  /* display: block; */
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.75px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 23px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }

  .navbar-nav li.openhour {
    margin: 10px 10px 0 0;
    color: #002478;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}


@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
  color: #002478;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  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: #e7e7e7;
}

.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-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    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: #e7e7e7;
  }

  .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-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: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.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-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .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-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-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;
}

.breadcrumb {
  padding: 0 0;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #333;
  content: "/ ";
}

.breadcrumb>.active {
  color: #333;
}

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

.pagination>li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #0000ff;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

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



.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0px;
  /* height: 180px; */
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}


@media (max-width: 768px) {

  .media:first-child {
    margin-top: 0;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: center;
    }
    .media, .media-body {
      overflow: inherit;
    }

    .media-body h2 {
      font-size: 34px;
    }
  }
.media-body {
  text-align: left;
}

.media-object {
  display: block;
}


.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media>.pull-left {
  padding-right: 10px;
}

.media-left {
  padding-right: 0;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-left {
  max-width: 280px;
}



.media-left p,
.media-right p {
  text-align: left;
  margin-bottom: 0;
  margin-top: 16px;
  padding-left: 2rem;
  font-size: 1.65rem;
  line-height: 1.5;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

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

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #999;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 23px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.7;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  min-width: 375px;
  /* visibility: hidden; */
}

@media (max-width: 767px) {
  body {
    padding-top: 58px;
    /* padding-bottom: 68px; */
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.noto-sans-jp {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.noto-sans-jp.fw-400 {
  font-weight: 400;
}

.noto-sans-jp.fw-500 {
  font-weight: 500;
}

.noto-sans-jp.fw-700 {
  font-weight: 700;
}

a,
a img {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a.hover:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  a.hover-img:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

a .img-responsive {
  display: inline-block;
}

.both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.both-side-slash:before,
.both-side-slash:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.both-side-slash:before {
  left: 0;
  background: url("../img/common/slash-left.png") no-repeat 0 0;
}

.both-side-slash:after {
  right: 0;
  background: url("../img/common/slash-right.png") no-repeat 100% 0;
}

.both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .both-side-slash .title {
    font-size: 1.1rem;
  }
}

.google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}

.google-map-container iframe,
.google-map-container object,
.google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }

  .google-map-container-xs iframe,
  .google-map-container-xs object,
  .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

img.width-100p {
  width: 100% !important;
}

@media (max-width: 767px) {
  .img-responsive-xs {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .img-responsive-sm {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .img-responsive-md {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

hr.hr-gold {
  width: 0;
  height: 0;
  border-color: #b8943e transparent transparent transparent;
  border-style: solid;
  border-width: 30px 12px 0 12px;
}

@media (max-width: 767px) {
  hr.hr-gold {
    margin-top: 8px;
    margin-bottom: 8px;
    border-width: 16px 10px 0 10px;
  }
}

hr.hr-blue-triangle {
  width: 100%;
  height: 12px;
  margin-top: -10px;
  margin-bottom: 0;
  background: url("../img/common/triangle.png") 50% 50% repeat-x;
  border-top: 0;
}

hr.hr-blue-triangle-down {
  width: 100%;
  height: 12px;
  margin: 0;
  background: url("../img/common/triangle.png") 50% 50% repeat-x;
  border-top: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

hr.hr-arrow-blue {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 14px solid #002478;
}

@media (max-width: 991px) {
  hr.hr-arrow-blue {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid #002478;
  }
}

@media (max-width: 767px) {
  hr.hr-arrow-blue {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #002478;
  }
}

mark,
.mark {
  display: inline-block;
  padding: .1em 0;
  background-color: #fcee21;
}

.page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}

@media (min-width: 480px) {
  .page-header {
    height: 200px;
  }
}

.page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}

.page-header.paint-drop-green {
  padding: 0;
  background: url("../img/common/paint-drop.png") no-repeat 50% 0;
}

.page-header.paint-drop-green .title {
  padding-top: 48px;
  padding-bottom: 48px;
  vertical-align: top;
}

.page-header small {
  display: block;
}

ul,
ol {
  padding-left: 1.5em;
  line-height: 1.428;
}

.list-inline {
  margin-left: 0;
}

.list-inline>li:first-child {
  padding-left: 0;
}

.list-inline.bordered>li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  border-right: 1px solid #999;
}

.list-inline.bordered>li:first-child {
  border-left: 1px solid #999;
}

.list-unstyled-modal {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .list-unstyled-modal {
    margin-bottom: 25px;
  }
}

.list-unstyled-modal li {
  border-bottom: 1px solid #eee;
}

.list-unstyled-modal a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #000;
}

@media (max-width: 991px) {
  .list-unstyled-modal a {
    padding: 15px 20px;
  }
}

.list-unstyled-modal a:hover:after {
  right: 25px;
}

.list-unstyled-modal a:after {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #b8943e;
  border-right: 2px solid #b8943e;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dl-list-indent {
  margin-bottom: 0;
}

.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}

.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  line-height: 1.4;
  vertical-align: top;
}

.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}

.dl-list-indent dt img {
  display: block;
}

.dl-list-indent dd {
  width: 10000px;
}

@media (max-width: 479px) {
  .dl-list-indent.cleared-xxs dt {
    display: block;
  }

  .dl-list-indent.cleared-xxs dd {
    padding-top: 0;
  }
}

.dl-list-qa {
  padding: 15px 50px;
  text-align: left;
  background-color: #ffe2e2;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .dl-list-qa {
    padding: 16px 30px;
  }
}

.dl-list-qa>dt {
  min-width: 23px;
  padding-top: 6px;
  line-height: 1.1;
}

.dl-list-qa>dd {
  padding-left: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  vertical-align: top;
}

@media (max-width: 991px) {
  .dl-list-qa>dd {
    padding-left: 15px;
    font-size: 16px;
  }
}

.dl-list-qa.dl-list-answer {
  margin-bottom: 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .dl-list-qa.dl-list-answer {
    margin-bottom: 20px;
  }
}

.dl-list-qa.dl-list-answer>dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.86;
}

@media (max-width: 991px) {
  .dl-list-qa.dl-list-answer>dd {
    font-size: 15px;
  }
}

/* .highlight-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(60%, #ffff66));
  background: -o-linear-gradient(transparent 80%, #ffff66 60%);
  background: linear-gradient(transparent 80%, #ffff66 60%);
} */

.text-gray {
  color: #ccc !important;
}

.text-red {
  color: #f00 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-break {
  word-break: break-all !important;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-md {
    text-align: center !important;
  }
}

.text-shadow-outline-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000;
  color: #fff;
}

@media (max-width: 767px) {
  .text-shadow-outline-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
  }
}

.text-shadow-outline-blurred-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 2px 3px 2px #000, 2px -3px 2px #000, -2px 3px 2px #000, -2px -3px 2px #000, 3px 0 2px #000, 0 3px 2px #000, -3px 0 2px #000, 0 -3px 2px #000;
  color: #fff;
}

@media (max-width: 767px) {
  .text-shadow-outline-blurred-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 1px 2px 1px #000, 1px -2px 1px #000, -1px 2px 1px #000, -1px -2px 1px #000, 2px 0 1px #000, 0 2px 1px #000, -2px 0 1px #000, 0 -2px 1px #000;
  }
}

address {
  margin-bottom: 0;
  line-height: 1.1;
}

.copyright {
  padding-top: 5px;
  /* padding-bottom: 20px; */
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #fff;
  text-align: right;
}

@media (max-width: 991px) {
  .copyright {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .copyright {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}

.row-0>div {
  padding-right: 0;
  padding-left: 0;
}

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

.row-3>div {
  padding-right: 3px;
  padding-left: 3px;
}

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

.row-5>div {
  padding-right: 5px;
  padding-left: 5px;
}

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

.row-8>div {
  padding-right: 8px;
  padding-left: 8px;
}

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

.row-10>div {
  padding-right: 10px;
  padding-left: 10px;
}

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

.row-15>div {
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-20>div {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }

  .row-5-xs>div {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 991px) {
  .row-10-sm {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row-10-sm>div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1199px) {
  .row-10-md {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row-10-md>div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .gutter-0-xs {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

.col-base {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  /*
  .col-label {
    float: left;
    width: 30%;
  }
  .col-form {
    float: left;
    width: 70%;
  }
*/
}

@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  line-height: 1.428571429;
}

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

.table>tbody>tr>th,
.table>tbody>tr>td {
  word-break: break-all;
}

.table th {
  font-weight: normal;
}

.table.table-text-center th,
.table.table-text-center td {
  text-align: center;
}

.table.table-text-right th,
.table.table-text-right td {
  text-align: right;
}

.table-no-border>thead>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>tbody>tr>th,
.table-no-border>tbody>tr>td,
.table-no-border>tfoot>tr>th,
.table-no-border>tfoot>tr>td {
  padding-left: 0;
  border-top: 0;
}

.table-no-border>thead>tr>th {
  border-bottom: 0;
}

.table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-collapse: separate;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 8px;
}

.table-border-radius-8>thead>tr>th,
.table-border-radius-8>thead>tr>td,
.table-border-radius-8>tbody>tr>th,
.table-border-radius-8>tbody>tr>td,
.table-border-radius-8>tfoot>tr>th,
.table-border-radius-8>tfoot>tr>td {
  border-left: 1px solid #999;
}

.table-border-radius-8>thead>tr:first-child th {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.table-border-radius-8>thead>tr>th,
.table-border-radius-8>thead>tr>td {
  border-bottom-width: 0;
}

.table-border-radius-8 .border-bottom-left-radius {
  border-bottom-left-radius: 8px;
}

.table-border-radius-8 .border-bottom-right-radius {
  border-bottom-right-radius: 8px;
}

@media (max-width: 767px) {
  .table-collapsed-xs {
    display: block;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }

  .table-collapsed-xs>tbody {
    display: block;
  }

  .table-collapsed-xs>tbody>tr {
    display: block;
  }

  .table-collapsed-xs>tbody>tr>th,
  .table-collapsed-xs>tbody>tr>td {
    display: block;
    width: auto;
    padding: 10px !important;
  }

  .table-collapsed-xs>tbody>tr>th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .table-collapsed-xs>tbody>tr>th:before,
  .table-collapsed-xs>tbody>tr>th:after {
    display: table;
    content: " ";
  }

  .table-collapsed-xs>tbody>tr>th:after {
    clear: both;
  }
}

.table-cell {
  display: table;
  width: 100%;
}

.table-cell>.cell {
  display: table-cell;
}

.table-cell.bordered {
  margin-bottom: 30px;
}

.table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {

  .table-cell.cleared-xs,
  .table-cell.cleared-xs>.cell {
    display: block;
    width: auto;
  }
}

.table-cell-radio-consultation {
  line-height: 1.428;
}

.table-cell-radio-consultation .cell-1 {
  width: 45px;
  padding-right: 10px;
}

.table-cell-address {
  margin-bottom: 15px;
}

.table-cell-address .cell-1 {
  width: 120px;
  padding-right: 10px;
  font-weight: bold;
}




.btn-multiline {
  white-space: normal;
}

.btn {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn.arrow-blue-left {
  display: inline-block;
  padding-left: 30px;
  background-image: url("../img/arrow/arrow-blue-left.png");
  background-position: 5% 50%;
  background-repeat: no-repeat;
}

.btn.arrow-blue-right {
  display: inline-block;
  padding-right: 30px;
  background-image: url("../img/arrow/arrow-blue-right.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.btn.arrow-circle-right {
  position: relative;
  display: inline-block;
  padding: 15px 90px 11px;
}

@media (max-width: 767px) {
  .btn.arrow-circle-right {
    display: block;
  }
}

.btn.arrow-circle-right:before,
.btn.arrow-circle-right:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.btn.arrow-circle-right:before {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.btn.arrow-circle-right:after {
  width: 6px;
  height: 6px;
  margin-right: 23px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-blue-lg {
  color: #fff;
  background-color: #002478;
  border-color: #002478;
  position: relative;
  max-width: 390px;
  padding: 22px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 0 0 #001e3d;
  box-shadow: 0 6px 0 0 #001e3d;
}

.btn-blue-lg:focus,
.btn-blue-lg.focus {
  color: #002478;
  background-color: #fff;
}

.btn-blue-lg:hover {
  color: #002478;
  background-color: #fff;
}

.btn-blue-lg:active,
.btn-blue-lg.active,
.open>.btn-blue-lg.dropdown-toggle {
  color: #002478;
  background-color: #fff;
}

.btn-blue-lg:active:hover,
.btn-blue-lg:active:focus,
.btn-blue-lg:active.focus,
.btn-blue-lg.active:hover,
.btn-blue-lg.active:focus,
.btn-blue-lg.active.focus,
.open>.btn-blue-lg.dropdown-toggle:hover,
.open>.btn-blue-lg.dropdown-toggle:focus,
.open>.btn-blue-lg.dropdown-toggle.focus {
  color: #002478;
  background-color: #fff;
}

.btn-blue-lg:active,
.btn-blue-lg.active {
  background-image: none;
}

.open>.btn-blue-lg .dropdown-toggle {
  background-image: none;
}

.btn-blue-lg.disabled:hover,
.btn-blue-lg.disabled:focus,
.btn-blue-lg.disabled.focus,
.btn-blue-lg[disabled]:hover,
.btn-blue-lg[disabled]:focus,
.btn-blue-lg[disabled].focus,
fieldset[disabled] .btn-blue-lg:hover,
fieldset[disabled] .btn-blue-lg:focus,
fieldset[disabled] .btn-blue-lg.focus {
  background-color: #002478;
}

@media (max-width: 767px) {
  .btn-blue-lg {
    padding: 12px;
    font-size: 18px;
  }
}

.btn-blue-lg:hover:after {
  border-color: #002478;
}

.btn-blue-lg:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.btn-orange-lg {
  color: #fff;
  background-color: #fd5925;
  background-image: linear-gradient(130deg, rgba(255, 188, 49, 1), rgba(255, 122, 0, 1) 64%);
  border-color: #fd5925;
  position: relative;
  max-width: 390px;
  padding: 22px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 0 0 #dc350c;
  box-shadow: 0 6px 0 0 #dc350c;
  border: solid 2px #fff;
    outline: solid 5px #ff7a00;
    outline-offset: 1px;
}


.btn-orange-lg:focus,
.btn-orange-lg.focus {
  color: #fd5925;
  background-color: #fff;
}

.btn-orange-lg:hover {
  color: #fd5925;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 1), rgba(255, 188, 49, 1));
}

.btn-orange-lg:active,
.btn-orange-lg.active,
.open>.btn-orange-lg.dropdown-toggle {
  color: #fd5925;
  background-color: #fff;
}

.btn-orange-lg:active:hover,
.btn-orange-lg:active:focus,
.btn-orange-lg:active.focus,
.btn-orange-lg.active:hover,
.btn-orange-lg.active:focus,
.btn-orange-lg.active.focus,
.open>.btn-orange-lg.dropdown-toggle:hover,
.open>.btn-orange-lg.dropdown-toggle:focus,
.open>.btn-orange-lg.dropdown-toggle.focus {
  color: #fd5925;
  background-color: #fff;
}

.btn-orange-lg:active,
.btn-orange-lg.active {
  background-image: none;
}

.open>.btn-orange-lg .dropdown-toggle {
  background-image: none;
}

.btn-orange-lg.disabled:hover,
.btn-orange-lg.disabled:focus,
.btn-orange-lg.disabled.focus,
.btn-orange-lg[disabled]:hover,
.btn-orange-lg[disabled]:focus,
.btn-orange-lg[disabled].focus,
fieldset[disabled] .btn-orange-lg:hover,
fieldset[disabled] .btn-orange-lg:focus,
fieldset[disabled] .btn-orange-lg.focus {
  background-color: #fd5925;
}

@media (max-width: 767px) {
  .btn-orange-lg {
    padding: 12px;
    font-size: 18px;
  }
}

.btn-orange-lg:hover:after {
  border-color: #fd5925;
}

.btn-orange-lg:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn-gradient-orange-animated {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  background-image: -o-linear-gradient(top, #e2730f 0%, #ec4900 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2730f), to(#ec4900));
  background-image: linear-gradient(to bottom, #e2730f 0%, #ec4900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2730F', endColorstr='#FFEC4900', GradientType=0);
  background-repeat: repeat-x;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 8px;
}

.btn-gradient-orange-animated:focus,
.btn-gradient-orange-animated.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-gradient-orange-animated:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-gradient-orange-animated:active,
.btn-gradient-orange-animated.active,
.open>.btn-gradient-orange-animated.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}

.btn-gradient-orange-animated:active:hover,
.btn-gradient-orange-animated:active:focus,
.btn-gradient-orange-animated:active.focus,
.btn-gradient-orange-animated.active:hover,
.btn-gradient-orange-animated.active:focus,
.btn-gradient-orange-animated.active.focus,
.open>.btn-gradient-orange-animated.dropdown-toggle:hover,
.open>.btn-gradient-orange-animated.dropdown-toggle:focus,
.open>.btn-gradient-orange-animated.dropdown-toggle.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-gradient-orange-animated.disabled:hover,
.btn-gradient-orange-animated.disabled:focus,
.btn-gradient-orange-animated.disabled.focus,
.btn-gradient-orange-animated[disabled]:hover,
.btn-gradient-orange-animated[disabled]:focus,
.btn-gradient-orange-animated[disabled].focus,
fieldset[disabled] .btn-gradient-orange-animated:hover,
fieldset[disabled] .btn-gradient-orange-animated:focus,
fieldset[disabled] .btn-gradient-orange-animated.focus {
  background-color: transparent;
  border-color: #fff;
}

.btn-gradient-orange-animated .badge {
  color: transparent;
  background-color: #fff;
}

.btn-gradient-orange-animated:hover,
.btn-gradient-orange-animated:focus {
  color: #fff;
}

.btn-gradient-orange-animated:hover {
  -webkit-box-shadow: 0 0 15px 0 white;
  box-shadow: 0 0 15px 0 white;
}

.btn-gradient-orange-animated:hover:after {
  opacity: 1;
}

.btn-gradient-orange-animated:hover,
.btn-gradient-orange-animated:active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -o-linear-gradient(top, #ec4900 0%, #e2730f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec4900), to(#e2730f));
  background-image: linear-gradient(to bottom, #ec4900 0%, #e2730f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC4900', endColorstr='#FFE2730F', GradientType=0);
  background-repeat: repeat-x;
}

.btn-gift-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal-open .btn-gift-fixed {
  right: 15px;
}

.btn-white {
  position: relative;
  min-width: 115px;
  padding: 3px 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.89;
  border: 1px solid #fff;
  border-radius: 0;
}

@media (max-width: 767px) {
  .btn-white {
    display: inline-block !important;
    width: 50vw;
  }
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  outline: none;
}

.btn-white .arrow-down {
  margin-left: 5px;
  vertical-align: -3px;
}

.btn-scroll {
  position: absolute;
  right: 20px;
  bottom: 130px;
  z-index: 1;
}

@media (max-width: 1299px) {
  .btn-scroll {
    right: 20px;
  }
}

.btn-shadow-gray {
  color: #000;
  background-color: #ccc;
  border-color: #ccc;
  padding: 19px 50px;
  font-size: 24px;
  border-radius: 50px;
}

.btn-shadow-gray:focus,
.btn-shadow-gray.focus {
  color: #000;
  background-color: #b3b3b3;
  border-color: #8c8c8c;
}

.btn-shadow-gray:hover {
  color: #000;
  background-color: #b3b3b3;
  border-color: #adadad;
}

.btn-shadow-gray:active,
.btn-shadow-gray.active,
.open>.btn-shadow-gray.dropdown-toggle {
  color: #000;
  background-color: #b3b3b3;
  background-image: none;
  border-color: #adadad;
}

.btn-shadow-gray:active:hover,
.btn-shadow-gray:active:focus,
.btn-shadow-gray:active.focus,
.btn-shadow-gray.active:hover,
.btn-shadow-gray.active:focus,
.btn-shadow-gray.active.focus,
.open>.btn-shadow-gray.dropdown-toggle:hover,
.open>.btn-shadow-gray.dropdown-toggle:focus,
.open>.btn-shadow-gray.dropdown-toggle.focus {
  color: #000;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}

.btn-shadow-gray.disabled:hover,
.btn-shadow-gray.disabled:focus,
.btn-shadow-gray.disabled.focus,
.btn-shadow-gray[disabled]:hover,
.btn-shadow-gray[disabled]:focus,
.btn-shadow-gray[disabled].focus,
fieldset[disabled] .btn-shadow-gray:hover,
fieldset[disabled] .btn-shadow-gray:focus,
fieldset[disabled] .btn-shadow-gray.focus {
  background-color: #ccc;
  border-color: #ccc;
}

.btn-shadow-gray .badge {
  color: #ccc;
  background-color: #000;
}

@media (max-width: 767px) {
  .btn-shadow-gray {
    padding: 13px 50px 10px;
    font-size: 20px;
  }
}

.btn-shadow-gray,
.btn-shadow-gray:hover,
.btn-shadow-gray:hover {
  -webkit-box-shadow: 0 6px 0 0 gray;
  box-shadow: 0 6px 0 0 gray;
}

.btn-shadow-gray.icon-arrow-left {
  position: relative;
}

.btn-shadow-gray.icon-arrow-left:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

.btn-back {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .btn-back {
    margin-bottom: 20px;
  }
}

.btn-submit {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .btn-submit {
    margin-bottom: 20px;
  }
}

.navbar-fixed-top {
  position: absolute;
}

.navbar-brand {
  height: auto;
  padding: 8px 0 8px 15px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media (min-width: 768px) {
  .navbar-brand {
    display: none;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@media (min-width: 992px) {
  .navbar-brand .logo {
    height: 30px;
  }
}

.navbar-default {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #cc0022;
}

@media (min-width: 768px) {
  .navbar-default {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    background-color: #fff;
  }
}

.navbar-default .navbar-nav>li>a {
  padding: 0 26px;
}

.navbar-default .navbar-nav>li .btn-light-blue {
  color: #fff;
  background-color: #0080ff;
  border-color: #0080ff;
  padding: 15px 42px;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
}

.navbar-default .navbar-nav>li .btn-light-blue:focus,
.navbar-default .navbar-nav>li .btn-light-blue.focus {
  color: #fff;
  background-color: #0066cc;
  border-color: #004080;
}

.navbar-default .navbar-nav>li .btn-light-blue:hover {
  color: #fff;
  background-color: #0066cc;
  border-color: #0061c2;
}

.navbar-default .navbar-nav>li .btn-light-blue:active,
.navbar-default .navbar-nav>li .btn-light-blue.active,
.open>.navbar-default .navbar-nav>li .btn-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #0066cc;
  background-image: none;
  border-color: #0061c2;
}

.navbar-default .navbar-nav>li .btn-light-blue:active:hover,
.navbar-default .navbar-nav>li .btn-light-blue:active:focus,
.navbar-default .navbar-nav>li .btn-light-blue:active.focus,
.navbar-default .navbar-nav>li .btn-light-blue.active:hover,
.navbar-default .navbar-nav>li .btn-light-blue.active:focus,
.navbar-default .navbar-nav>li .btn-light-blue.active.focus,
.open>.navbar-default .navbar-nav>li .btn-light-blue.dropdown-toggle:hover,
.open>.navbar-default .navbar-nav>li .btn-light-blue.dropdown-toggle:focus,
.open>.navbar-default .navbar-nav>li .btn-light-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #0054a8;
  border-color: #004080;
}

.navbar-default .navbar-nav>li .btn-light-blue.disabled:hover,
.navbar-default .navbar-nav>li .btn-light-blue.disabled:focus,
.navbar-default .navbar-nav>li .btn-light-blue.disabled.focus,
.navbar-default .navbar-nav>li .btn-light-blue[disabled]:hover,
.navbar-default .navbar-nav>li .btn-light-blue[disabled]:focus,
.navbar-default .navbar-nav>li .btn-light-blue[disabled].focus,
fieldset[disabled] .navbar-default .navbar-nav>li .btn-light-blue:hover,
fieldset[disabled] .navbar-default .navbar-nav>li .btn-light-blue:focus,
fieldset[disabled] .navbar-default .navbar-nav>li .btn-light-blue.focus {
  background-color: #0080ff;
  border-color: #0080ff;
}

.navbar-default .navbar-nav>li .btn-light-blue .badge {
  color: #0080ff;
  background-color: #fff;
}

.navbar-default .navbar-nav>li .btn-light-blue .icon {
  margin-right: 10px;
  vertical-align: -1px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav>li.link-info {
    margin-top: 6px;
  }
}

.navbar-default .navbar-collapse {
  border: 0;
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    float: right;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-header {
    float: left;
  }
}

@media (max-width: 767px) {
  .navbar-default .menu-trigger {
    margin-top: 13px;
    margin-right: 20px;
    margin-left: 0;
  }
}

.navbar-default.is-scrolled {
  position: fixed;
  top: -200px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .navbar-default.is-scrolled {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}

.navbar-default.is-scrolled .navbar-brand {
  display: block;
  /* padding-top: 11px; */
}

@media (max-width: 767px) {
  .navbar-default.is-scrolled .menu-trigger {
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0;
  }
}

.navbar-default.is-transition {
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  will-change: top;
}

.navbar-default.is-show {
  top: 0;
}

.navbar-default.is-form-page .navbar-brand {
  display: block;
}

.navbar-nav>li {
  display: inline-block;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}

.menu-trigger {
  position: relative;
  z-index: 4000;
  width: 50px;
  /* height: 52px; */
  padding: 0 !important;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
  }
}

.menu-trigger,
.menu-trigger:hover,
.menu-trigger:focus,
.menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
}

.menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}

.menu-trigger .icon-bar:nth-of-type(2) {
  top: 10px;
}

.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger .icon-bar+.icon-bar {
  margin-top: 0;
}

.menu-trigger.active .icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active .icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.collapse-parent {
  position: relative;
}

.collapse-parent .collapse-child {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
}

@media (min-width: 768px) {
  .collapse-parent .collapse-child {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}

@media (max-width: 767px) {
  .collapse-parent .collapse-child {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  }
}

.collapse-parent .collapse-child ul {
  padding-top: 6px;
  padding-bottom: 6px;
}

.collapse-parent a {
  display: block;
  padding: 6px 15px;
}

.collapse-parent .collapsing {
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

.collapse-parent [data-toggle-touch] {
  position: absolute;
  top: 0;
  right: 0;
}

.nav-tabs-table-cell {
  display: table;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 0;
}

@media (max-width: 767px) {
  .nav-tabs-table-cell {
    width: auto;
  }
}

.nav-tabs-table-cell>li {
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}

.nav-tabs-table-cell>li>a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 0;
  color: #008cc9;
  border: 1px solid #008cc9;
  border-radius: 0;
}

.nav-tabs-table-cell>li>a:hover,
.nav-tabs-table-cell>li>a:focus {
  color: #fff;
  background-color: #008cc9;
}

.nav-tabs-table-cell>li.active>a {
  position: relative;
  color: #fff;
  background-color: #008cc9;
  border: 1px solid #008cc9;
}

.nav-tabs-table-cell>li.active>a:hover,
.nav-tabs-table-cell>li.active>a:focus {
  color: #fff;
  background-color: #008cc9;
}

.label {
  display: inline-block;
  padding: .5em .6em .3em;
  font-size: 14px;
  font-weight: normal;
}

.label.has-space {
  margin-bottom: 3px;
}

.label-required {
  background-color: #b8943e;
  padding: 3px 6px;
  margin-top: 4px;
  font-size: 12px;
  border-radius: 2px;
}

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

@media (min-width: 768px) {
  .label-required {
    float: right;
  }
}

@media (max-width: 767px) {
  .label-required {
    margin-left: 6px;
  }
}

.label-container .label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.label-border-gray {
  color: #000;
  border: 1px solid #9b9b9b;
}

.label-border-gray:hover {
  background-color: #595757;
  border: 1px solid #9b9b9b;
}

/* .label-blue {
  background-color: #002478;
  position: relative;
  min-width: 225px;
  padding: 12px 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: .2em;
  color: #fff;
  border-radius: 50px;
} */



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

/* .label-blue:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-top: 10px solid #002478;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
} */
.label-blue {
  display: inline-block;
  background: #cc0022;
  color: #fff;
  padding: 16px 40px;
  /* 横幅を少し広げる */
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  clip-path: polygon(0% 0%,
      100% 0%,
      92% 50%,
      100% 100%,
      0% 100%,
      8% 50%);
  position: absolute;
  top: -20px;
}

@media (max-width: 767px) {
  .label-blue {
    font-size: 1.5rem;
  }

  .media-left p,
  .media-right p {
    padding-left: 0;
    font-size: 16px;
  }
}

.label-arrow-blue {
  position: relative;
  z-index: 1;
  height: 28px;
  min-width: 165px;
  padding: 6px;
  font-size: 16px;
  color: #fff;
  background-color: #002478;
  border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .label-arrow-blue {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 991px) {
  .label-arrow-blue {
    height: 50px;
    min-width: 100%;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .label-arrow-blue {
    height: 28px;
    min-width: 100%;
    font-size: 15px;
  }
}

.label-arrow-blue:before {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #0080ff;
  content: "";
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media (max-width: 991px) {
  .label-arrow-blue:before {
    display: none;
  }
}

.label-arrow-blue:after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 15px solid #002478;
  content: "";
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media (max-width: 991px) {
  .label-arrow-blue:after {
    display: none;
  }
}



@media (max-width: 767px) {

  .media.media-cleared-xs.media,
  .media.media-cleared-xs .media-body {
    overflow: visible;
  }

  .media.media-cleared-xs .media-body {
    width: auto;
  }

  .media.media-cleared-xs .media-left,
  .media.media-cleared-xs .media-right,
  .media.media-cleared-xs .media-body {
    display: block;
  }

  .media.media-cleared-xs .media-right,
  .media.media-cleared-xs .media>.pull-right {
    padding-bottom: 10px;
    padding-left: 0 !important;
  }

  .media.media-cleared-xs .media-left,
  .media.media-cleared-xs .media>.pull-left {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }

  .media.media-cleared-xs .media-object {
    display: inline-block;
  }
}

@media (max-width: 991px) {

  .media.media-cleared-sm.media,
  .media.media-cleared-sm .media-body {
    overflow: visible;
  }

  .media.media-cleared-sm .media-body {
    width: auto;
  }

  .media.media-cleared-sm .media-left,
  .media.media-cleared-sm .media-right,
  .media.media-cleared-sm .media-body {
    display: block;
  }

  .media.media-cleared-sm .media-right,
  .media.media-cleared-sm .media>.pull-right {
    padding-bottom: 10px;
    padding-left: 0 !important;
  }

  .media.media-cleared-sm .media-left,
  .media.media-cleared-sm .media>.pull-left {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }

  .media.media-cleared-sm .media-object {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .media.media-direction-rtl {
    direction: rtl;
  }

  .media.media-direction-rtl .media-body,
  .media.media-direction-rtl .media-left {
    direction: ltr;
  }

  .media.media-direction-rtl .media-right {
    padding-right: 10px;
    padding-left: 0;
    direction: ltr;
  }
}

.media-intro {
  position: relative;
}

@media (min-width: 768px) {
  .media-intro {
    overflow: visible;
  }
}

@media (min-width: 1200px) {
  .media-intro {
    max-width: 1056px;
  }
}

.media-intro .media-right {
  min-width: 295px;
}

@media (min-width: 768px) {
  .media-intro .media-right {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .media-intro .media-right {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .media-intro .media-right .img-responsive {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
  }
}

.media-intro .media-heading {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .media-intro .media-heading {
    margin-bottom: 25px;
  }
}

.media-intro .media-title {
  font-size: 30px;
  line-height: 1.75;
  color: #002478;
}

@media (max-width: 1199px) {
  .media-intro .media-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .media-intro .media-title {
    display: block;
    padding-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
  }

}

.media-intro .media-title .text-special {
  background-color: #cc0022;
  padding: 16px 40px;
  font-size: 4rem;
  color: #fff;
  border-radius: 5px;
}

.media-intro .media-icon {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .media-intro .media-icon {
    display: block;
    padding-right: 17px;
  }
  .intro-title {
    text-align: center; /* 親要素で中央寄せ */
  }
  .media-intro .media-title .text-special {
    display: inline-block; 
    background-color: #cc0022;
    padding: 1rem; 
    border-radius: 8px; 
    text-align: center; 
    line-height: 1.5;
    font-size: 3rem;
  }
}

.media-intro .media-icon .icon {
  width: 152px;
  height: 150px;
}

@media (max-width: 767px) {
  .media-intro .media-icon .icon {
    width: 50%;
  }
}

.media-intro .caption {
  margin-bottom: 35px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #000;
}

@media (min-width: 992px) {
  .media-intro .caption {
    line-height: 2.18;
  }
}

@media (max-width: 991px) {
  .media-intro .caption {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

.media-case {
  position: relative;
  overflow: visible;
}

@media (max-width: 767px) {
  .media-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.media-case .dl-list-indent dd {
  width: auto;
}

.media-case .media-left {
  min-width: 230px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .media-case .media-left {
    display: block;
    min-width: 10px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .media-case .media-object {
    width: 30vw;
    height: 30vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.media-case .caption {
  font-size: 14px;
}

@media (max-width: 767px) {
  .media-case .caption {
    font-size: 12px;
  }
}

.media-case .media-body {
  width: auto;
  overflow: visible;
}

@media (max-width: 767px) {
  .media-case .media-body {
    width: 100%;
  }
}

.media-case .media-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.55;
  color: #0080ff;
}

@media (max-width: 767px) {
  .media-case .media-title {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
  }
}

.media-case .title-icon {
  width: 56px;
  height: 56px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .media-case .title-icon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
}

.media-case .media-caption {
  margin-bottom: 34px;
  color: #000;
  line-height: 2.14;
}

@media (min-width: 768px) {
  .media-case .media-caption {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .media-case .media-caption {
    margin-bottom: 10px;
    line-height: 1.8;
  }
}

.media-case .author {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.89;
  color: #000;
  text-align: right;
  border: 0;
}

@media (max-width: 767px) {
  .media-case .author {
    position: absolute;
    right: 0;
    bottom: 7vw;
    font-size: 4.5vw;
  }
}

.media-statistical {
  display: flex;
  padding: 50px 16px 20px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  box-shadow: 3px 2px 5px rgb(96 11 40 / 31%);
  justify-content: space-evenly;
}

.row .height-2 {
  height: 180px;
  padding: 37px 16px 20px;
}

@media (max-width: 767px) {
  .row .height-2 {
    height: auto;
    margin-top: 30px;
  }
  .media-statistical {
    padding: 35px 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    /* flex-direction: column; */
  }
}

.media-statistical .title-odo {
  font-weight: bold;
  line-height: 1.01;
}

@media (max-width: 767px) {
  .media-statistical .title-odo {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .media-middle {
    margin-top: 1.3rem;
  }
  .media-left p.mb--30 {
    margin-bottom: 0 !important;
  }
  .flex-colum {
    flex-direction: column !important;
  }
}

.media-statistical .title-odo .highlight-yellow {
  display: inline-block;
  vertical-align: 0;
}

.media-statistical .table-cell {
  margin-right: auto;
  margin-left: auto;
}

.media-statistical .cell {
  vertical-align: bottom;
}

.media-statistical .fs-lg {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.05;
}

.media-statistical .fs-md {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.05;
}

.media-statistical .fs-sm {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.media-statistical .text-note {
  line-height: 1.25;
}

@media (max-width: 767px) {
  .media-statistical-1 .title-odo {
    margin-bottom: 0;
  }
}

.media-statistical-1 .fs-md {
  position: relative;
  top: .7em;
}

@media (min-width: 768px) {
  .media-statistical-1 .img-1 {
    /* height: 127px; */
  }
}

@media (max-width: 767px) {
  .media-statistical-1 .img-1 {
    width: 42vw;
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .media-statistical-1 .img-2 {
    height: 127px;
  }
}

@media (max-width: 767px) {
  .media-statistical-1 .img-2 {
    width: 14vw;
    vertical-align: bottom;
  }
}

.media-statistical-2 .title-odo {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .media-statistical-2 .label-blue {
    width: 150px;
  }
}

.media-statistical-2 .table-cell {
  max-width: 170px;
  margin-top: 15px;
}

.media-statistical-2 .cell {
  vertical-align: middle;
}

.media-statistical-2 .cell-1 {
  width: 70%;
  padding-right: 5px;
  text-align: right;
}

@media (min-width: 768px) {
  .media-statistical-2 .img-1 {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .media-statistical-2 .img-1 {
    width: 35vw;
  }
}

@media (max-width: 767px) {
  .media-statistical-2 .fs-lg {
    font-size: 40px;
  }
}

.media-statistical-3 .fs-md {
  font-size: 34px;
}

@media (max-width: 767px) {
  .media-statistical-3 .fs-md {
    font-size: 30px;
  }
}

.media-statistical-3 .fs-lg {
  position: relative;
  top: .4em;
}

@media (max-width: 767px) {
  .media-statistical-3 .fs-lg {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .media-statistical-3 .img-1,
  .media-statistical-3 .img-2,
  .media-statistical-3 .img-3 {
    width: 35vw;
  }
}

.media-statistical-4 .fs-lg {
  position: relative;
  top: .4em;
}

.media-statistical-4 .odo-number {
  font-size: 68px;
}

@media (max-width: 767px) {
  .media-statistical-4 .fs-lg {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .media-statistical-4 .img-1 {
    height: 156px;
  }
}

@media (max-width: 767px) {
  .media-statistical-4 .img-1 {
    width: 30vw;
  }
}

@media (max-width: 767px) {
  .media-statistical-4 .odo-number {
    font-size: 40px;
  }
}

.media-statistical-5 .fs-lg {
  position: relative;
  top: .4em;
}

@media (max-width: 767px) {
  .media-statistical-5 .fs-lg {
    font-size: 40px;
  }
}

@media (max-width: 767px) {

  .media-statistical-5 .img-1,
  .media-statistical-5 .img-2 {
    width: 100%;
  }
}

.media-statistical-5 .img-container-5 {
  position: relative;
  width: 127px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .media-statistical-5 .img-container-5 {
    width: 35vw;
  }
}

.media-statistical-5 .img-container-5 .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.media-statistical-6 .fs-lg {
  position: relative;
  top: .4em;
}

@media (max-width: 767px) {
  .media-statistical-6 .fs-lg {
    font-size: 40px;
  }
}

@media (max-width: 767px) {

  .media-statistical-6 .img-1,
  .media-statistical-6 .img-2 {
    width: 100%;
  }
}

.media-statistical-6 .img-container-6 {
  position: relative;
  width: 178px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .media-statistical-6 .img-container-6 {
    width: 30vw;
  }
}

.media-statistical-6 .img-container-6 .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.media-statistical-7 .fs-md {
  position: relative;
  top: -.4em;
  display: block;
  padding-right: 6px;
}

@media (max-width: 767px) {
  .media-statistical-7 .fs-md {
    font-size: 24px;
  }
}

@media (max-width: 767px) {

  .media-statistical-7 .img-1,
  .media-statistical-7 .img-2 {
    width: 100%;
  }
}

.media-statistical-7 .img-container-7 {
  position: relative;
  width: 187px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .media-statistical-7 .img-container-7 {
    width: 30vw;
  }
}

.media-statistical-7 .img-container-7 .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.media-statistical-8 .title-odo {
  margin-top: 5px;
  margin-bottom: 0;
}

.media-statistical-8 .title-odo>.highlight-yellow {
  display: block;
}

.media-statistical-8 .odo-number {
  font-size: 65px;
}

.media-statistical-8 .fs-md {
  position: relative;
  top: .4em;
}

@media (max-width: 767px) {

  .media-statistical-8 .img-1,
  .media-statistical-8 .img-2 {
    width: 100%;
  }
}

.media-statistical-8 .img-container-8 {
  position: relative;
  width: 198px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .media-statistical-8 .img-container-8 {
    width: 35vw;
  }
}

.media-statistical-8 .img-container-8 .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}



.panel-collapse {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .panel-collapse {
    font-size: 16px;
  }
}

.panel-collapse,
.panel-collapse p,
.panel-collapse .panel-body {
  line-height: 1.4;
  color: #646464;
}

@media (min-width: 768px) {

  .panel-collapse,
  .panel-collapse p,
  .panel-collapse .panel-body {
    font-size: 18px;
  }
}

.panel-collapse.border-top {
  border-top: 1px solid #1946ba;
}

.panel-collapse>.panel-heading {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-collapse>.panel-heading a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}

@media (max-width: 767px) {
  .panel-collapse>.panel-heading a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}

.panel-collapse>.panel-heading a:hover,
.panel-collapse>.panel-heading a:focus,
.panel-collapse>.panel-heading a[aria-expanded="true"] {
  color: #275cc4;
  text-decoration: none;
}

.panel-collapse>.panel-heading a:hover .icon,
.panel-collapse>.panel-heading a:focus .icon,
.panel-collapse>.panel-heading a[aria-expanded="true"] .icon {
  background-color: #275cc4;
}

.panel-collapse>.panel-heading a[aria-expanded="true"] {
  color: #646464;
  background-color: #f4f5f7;
}

.panel-collapse>.panel-heading a[aria-expanded="true"]:hover {
  color: #275cc4;
}

.panel-collapse>.panel-heading a[aria-expanded="true"]:hover .icon {
  background-color: #a8a8a8;
}

.panel-collapse>.panel-heading a[aria-expanded="true"] .icon {
  background-color: #999;
}

.panel-collapse>.panel-heading a[aria-expanded="true"] .icon .bar {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-collapse .panel-body {
  padding: 5px 100px 21px 20px;
}

@media (max-width: 767px) {
  .panel-collapse .panel-body {
    padding: 5px 15px 20px;
  }
}

.panel-collapse .panel-body a {
  line-height: 1.4;
  color: #1946ba;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .panel-collapse .panel-body a {
    font-size: 18px;
  }
}

.panel-collapse .panel-body a:hover {
  text-decoration: none;
  opacity: .8;
}

.panel-collapse .collapsing {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}

.panel-collapse .collapse.in {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}

.panel-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse .icon {
    right: 10px;
  }
}

.panel-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  content: "";
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}

.panel-collapse .bar:nth-child(2n) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-case {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #002478;
  margin-bottom: 30px;
  border: 2px solid #000;
  border-radius: 8px;
}

.panel-case>.panel-heading {
  color: #333333;
  background-color: #002478;
  border-color: #002478;
}

.panel-case>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #002478;
}

.panel-case>.panel-heading .badge {
  color: #002478;
  background-color: #333333;
}

.panel-case>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #002478;
}

@media (max-width: 991px) {
  .panel-case {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.panel-case,
.panel-case .panel-collapse {
  background-color: transparent;
}

.panel-case .panel-heading {
  padding: 0;
  border-radius: 0;
}

.panel-case .panel-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 62px;
  color: #fff;
}

@media (max-width: 1199px) {
  .panel-case .panel-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .panel-case .panel-title {
    display: block;
    padding: 8px 15px;
  }
}

.panel-case .panel-title:hover,
.panel-case .panel-title:focus,
.panel-case .panel-title:active {
  text-decoration: none;
}

.panel-case .panel-case-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}

@media (min-width: 992px) {
  .panel-case .panel-case-title {
    min-width: 360px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .panel-case .panel-case-title {
    min-width: 250px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .panel-case .panel-case-title {
    max-width: 62%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 16px;
  }
}

.panel-case .pict {
  position: absolute;
  top: 50%;
  right: 52px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .panel-case .pict {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .panel-case .pict {
    width: 104px;
  }
}

@media (max-width: 767px) {
  .panel-case .pict {
    right: -15px;
  }
}

.panel-case .case {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.01;
  color: #fff;
}

@media (max-width: 991px) {
  .panel-case .case {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .panel-case .case {
    margin-bottom: 3px;
    font-size: 20px;
  }
}

.panel-case .case .icon {
  width: 94px;
  height: 23px;
}

@media (max-width: 767px) {
  .panel-case .case .icon {
    width: 62px;
  }
}

.panel-case .case-text {
  position: relative;
  margin-left: 8px;
}

.panel-case .case-text:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  content: "";
}

.panel-case .panel-body {
  padding: 70px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-width: 991px) {
  .panel-case .panel-body {
    padding: 45px 38px;
  }
}

@media (max-width: 767px) {
  .panel-case .panel-body {
    padding: 20px 18px;
  }
}

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.well.well-blank {
  background-color: #fff;
}

.well.border-radius-base {
  border-radius: 4px;
}

.well.well-title-on-border {
  position: relative;
  padding-top: 35px;
}

.well.well-title-on-border .title {
  position: absolute;
  top: -.75em;
  right: 0;
  left: 0;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin: 0;
}

.well.well-title-on-border .title .bg {
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
}



.bg-dot-white {
  background: url("../images/common/bg-dot-white.png") repeat 50% 50%;
}

.bg-gray {
  background-color: #ccc !important;
}

.bg-light-salmon {
  background-color: #ffa07a !important;
}

.bg-red {
  background-color: #f00 !important;
}

.bg-light-blue {
  background-color: #add8e6 !important;
}

.bg-blue {
  background-color: #0051c3 !important;
}

.bg-gold {
  background-color: #b8943e !important;
}

.width-15p {
  width: 15% !important;
}

.width-16p {
  width: 16% !important;
}

.width-18p {
  width: 18% !important;
}

.width-20p {
  width: 20% !important;
}

.width-30p {
  width: 30% !important;
}

.width-40p {
  width: 40% !important;
}

.width-50p {
  width: 50% !important;
}

.width-150 {
  width: 150px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-1280 {
  max-width: 1280px !important;
}

.inline-block {
  display: inline-block;
}

.position-relative {
  position: relative !important;
}

.clear {
  clear: both !important;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.box-shadow-yellow {
  -webkit-box-shadow: 0 0 30px 15px yellow;
  box-shadow: 0 0 30px 15px yellow;
}

.box-shadow-yellow-spread-sm {
  -webkit-box-shadow: 0 0 30px 0 yellow;
  box-shadow: 0 0 30px 0 yellow;
}

.box-shadow-yellow-spread-lg {
  -webkit-box-shadow: 0 0 30px 20px yellow;
  box-shadow: 0 0 30px 20px yellow;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14-xs {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .fs14-xs {
    font-size: 12px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .pull-none-xs {
    float: none !important;
  }
}

@media (max-width: 991px) {
  .pull-none-sm {
    float: none !important;
  }
}

@media (max-width: 1199px) {
  .pull-none-md {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .center-block-xs {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .center-block-sm {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .center-block-md {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rotate-90-xs {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .rotate-90-sm {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.visible-xxs {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }

  table.visible-xxs {
    display: table !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }

  .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .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;
  }

  .hidden-sm {
    display: none !important;
  }
}

.section-fv {
  position: relative;
  padding-top: 100px;
  background: url("../images/fv/bg_plain.png") no-repeat right bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .section-fv {
    padding-top: 15px;
    padding-bottom: 40px;
    background: none;
  }
}

.section-fv .container-fluid {
  max-width: 1340px;
}

@media (max-width: 767px) {
  .section-fv .container-fluid {
    padding-right: 0;
    padding-left: 0;
    min-height: inherit;
  }
}

.section-fv .title {
  margin-top: 100px;
}

@media (min-width: 992px) and (max-width: 1299px) {
  .section-fv .img-title {
    width: 38vw;
  }
}

@media (max-width: 767px) {
  .section-fv .img-title {
    width: 60vw;
  }
}

.section-fv .lead {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2.187;
  letter-spacing: .15em;
  text-shadow: 1px 3px 4px #ffffff, -1px -3px 4px #ffffff;
}

@media (max-width: 1299px) {
  .section-fv .lead {
    margin-bottom: 2.5vw;
  }
}

@media (max-width: 767px) {
  .section-fv .lead {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.section-fv .btn-blue-lg {
  max-width: 436px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .section-fv .btn-blue-lg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@media (max-width: 767px) {
  .section-fv .btn-blue-lg {
    max-width: 300px;
  }
}



.section-fv .btn-orange-lg {
  max-width: 436px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .section-fv .btn-orange-lg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@media (max-width: 767px) {
  .section-fv .btn-orange-lg {
    max-width: 300px;
  }
}


.section-fv .text-name {
  position: absolute;
  right: 10%;
  left: 10%;
  bottom: 6.5%;
  margin: 0 auto;
  color: #fff;
  text-indent: -0.5em;
}

@media (max-width: 1799px) {
  .section-fv .text-name {
    right: 2vw;
    left: 2vw;
  }
}

@media (max-width: 991px) {
  .section-fv .text-name {
    display: none;
  }
}

.section-benefits {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .section-benefits {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.section-benefits .container-fluid {
  max-width: 1980px;
}

@media (max-width: 991px) {
  .section-benefits .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .section-benefits .container-fluid {
    padding-right: 44px;
    padding-left: 44px;
  }
}

.section-benefits .title {
  max-width: 458px;
  margin-top: 0;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .section-benefits .title {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .section-benefits .title {
    margin-bottom: 30px;
  }
}

.section-benefits .swiper-slide-active .well-benefits:after {
  visibility: hidden;
}

.section-consultation {
  position: relative;
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #001e78;
}

.section-consultation:before,
.section-consultation:after {
  width: 100%;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  background: url("../img/common/triangle.svg") repeat-x;
  background-position: 0% 0%;
  background-size: 60px 12px;
  content: "";
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.section-consultation:before {
  top: 0;
}

.section-consultation:after {
  bottom: 0;
  -webkit-transform: translateY(100%) rotateX(180deg);
  transform: translateY(100%) rotateX(180deg);
}

.section-consultation .container {
  width: auto;
  max-width: 1390px;
}

@media (max-width: 767px) {
  .section-consultation .container {
    max-width: 600px;
  }
}

.section-consultation .title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .section-consultation .title-sm {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-consultation .title-sm {
    margin-left: 55px;
  }
}

@media (max-width: 767px) {
  .section-consultation .title-sm {
    margin-left: 0;
  }
}

.section-consultation .circle-white {
  width: 112px;
  height: 112px;
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #002478;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .section-consultation .circle-white {
    width: 162px;
    height: 162px;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
  }
}

@media (max-width: 767px) {
  .section-consultation .circle-white {
    width: 88px;
    height: 88px;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
  }
}

.section-consultation .text-sm {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  color: #002478;
}

@media (max-width: 991px) {
  .section-consultation .text-sm {
    font-size: 26px;
    line-height: 1.19;
  }
}

@media (max-width: 767px) {
  .section-consultation .text-sm {
    font-size: 16px;
    line-height: 1.3125;
  }
}

.section-consultation .icon-gift {
  width: 65px;
  height: 67px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .section-consultation .icon-gift {
    width: 74px;
    height: 77px;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
}

@media (max-width: 767px) {
  .section-consultation .icon-gift {
    width: 45px;
    height: 47px;
  }
}

.section-consultation .icon-title {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

@media (max-width: 767px) {
  .section-consultation .cell {
    display: inline-block;
    width: 50%;
    padding: 0 8px;
  }
}

@media (max-width: 991px) {
  .section-consultation.consultation-bottom:after {
    display: none;
  }
}

.section-intro {
  padding-top: 95px;
  background: url("../images/bg-pc.png") #fff no-repeat 50% 50%;
  overflow-x: hidden;
}

.section-intro {
  padding-top: 95px;
  background: 
      url(../images/bg-pc.png) no-repeat 50% 50%, /* 透過PNGの背景 */
      url(../images/bg-intro.jpg) no-repeat center center; /* さらに下の背景 */
  background-size: contain, cover; /* 上の画像はそのまま、下の画像はカバー */
  background-color: #fff; /* 透過部分のデフォルト背景 */
  overflow-x: hidden;
}


@media (max-width: 991px) {
  .section-intro {
    padding-top: 40px;
    background: url(../images/bg-sm.png) no-repeat 100% 0,
                url(../images/bg-intro.jpg) no-repeat center center;
    background-size: contain, cover; /* 上の画像はそのまま、下の画像はカバー */
    background-color: #fff; /* 透過部分のデフォルト背景 */
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .section-intro .container {
    padding: 0 30px;
  }
}

.section-intro h3 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 4rem;
}

.section-case {
  padding-top: 65px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .section-case {
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .section-case {
    padding-top: 35px;
  }
  .section-intro h3 {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 40px;
  }
}

.section-case .container {
  position: relative;
  max-width: 1110px;
}

@media (max-width: 767px) {
  .section-case .container {
    padding: 0 30px;
  }
}

.section-case .container:after {
  position: absolute;
  top: 0;
  right: 110px;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 36px;
  background-color: #0080ff;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .section-case .container:after {
    right: 60px;
    width: 18px;
  }
}

@media (max-width: 767px) {
  .section-case .container:after {
    right: 50px;
    width: 18px;
  }
}

.section-case .label-details {
  position: relative;
  min-width: 115px;
  padding: 3px 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.89;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 0;
}

.section-case .label-details:after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-color: #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50%;
  content: "";
}

.section-case .title {
  max-width: 915px;
  margin-top: 0;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .section-case .title {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .section-case .title {
    max-width: 80%;
    margin-bottom: 45px;
  }
}

.section-recommend {
  padding-top: 178px;
  padding-bottom: 45px;
}

.section-recommend .container {
  max-width: 1110px;
}

@media (max-width: 767px) {
  .section-recommend .container {
    padding: 0 30px;
  }
}

.section-qa h2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-qa {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .section-qa {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-qa .container {
  max-width: 1110px;
}

@media (max-width: 991px) {
  .section-qa .container {
    padding: 0;
  }
}

/* .section-qa .title {
  max-width: 260px;
  margin-top: 0;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .section-qa .title {
    margin-bottom: 35px;
  }
} */

.section-notice {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .section-notice {
    padding: 30px;
  }
}

.section-notice .container {
  max-width: 1110px;
}

@media (max-width: 991px) {
  .section-notice .container {
    padding: 0;
  }
}




.section-office-site {
  padding-bottom: 57px;
}

.section-office-site .title {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .section-qa h2 {
    font-size: 34px;
    margin-bottom: 1.5rem;
  }
  .section-office-site .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .section-office-site .title img {
    max-width: 92%;
  }
}

.section-office-site .container {
  max-width: 1060px;
}

@media (max-width: 991px) {
  .section-office-site .container {
    padding: 0 30px;
  }
}

.section-office-site [class*="col-"] {
  margin-bottom: 20px;
}

.section-office-site p.explain {
  margin: 5px 0 0;
  padding-right: 5px;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 991px) {
  .section-office-site p.explain {
    margin: 1vw 0 0;
    padding-right: 0;
    font-size: 2vw;
  }
}

.section-statistical {
  background-color: #fed8d8;
  position: relative;
  padding-bottom: 55px;
  /* background: url("../images/common/bg-dot-light-white.png") 50% 50% repeat; */
}
.section-statistical::before {
  content: "";
  position: absolute;
  top: -267px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  background: url("../images/title_wentz.png") no-repeat center top;
  background-size: 180%;
  background-position: center top;
  z-index: 0;
}

@media (max-width: 991px) {
  .section-statistical {
    width: 100%;
    overflow-x: hidden;
  }
}

.section-statistical .container-fluid {
  max-width: 1050px;
  margin-top: -70px;
}

.section-statistical .title {
  position: relative;
  top: -12vw;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-statistical::before {
    content: "";
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* height: 100vh; */
    background: url("../images/title_sp_wentz.png") no-repeat center top;
    /* background-size: 180%; */
    background-position: center top;
    z-index: 0;
  }

  .section-statistical .title {
    margin-top: 0;
    top: -5.8vh;
  }
  .section-statistical .container-fluid {
    margin-top: -15px;
  }
}

@media (min-width: 1400px) {
  .section-flow .container {
    width: 1365px;
  }
}

@media (max-width: 767px) {
  .section-flow .container {
    padding: 0;
    background-color: #e5ecf1;
  }
}

.section-form {
  background: #E6EDF2;
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 16px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-form {
    background: #fff;
    padding-top: 0;
    font-size: 14px;
  }
}

.section-form a {
  color: #000;
  text-decoration: underline;
}

.section-form a:hover {
  text-decoration: none;
}

.section-form .container {
  max-width: 1100px;
}

@media (max-width: 991px) {
  .section-form .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .section-form .inner {
    padding: 36px;
    border: 3px solid #000;
    border-radius: 15px;
  }
}

.section-form .form-horizontal {
  padding: 60px 80px 50px;
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .section-form .form-horizontal {
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .section-form .form-horizontal {
    padding: 60px 15px 36px;
  }
}

@media (min-width: 768px) {
  .section-form .form-horizontal .control-label {
    text-align: left;
  }
}

.section-form .checkbox-agreement {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.section-form .checkbox-agreement [type="checkbox"] {
  margin-top: 6px;
}

.section-form .title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-form .label-text {
  padding-left: 10px;
  font-weight: bold;
  border-left: 3px solid #002478;
}

@media (max-width: 767px) {
  .section-form .label-text {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.section-form .form-group {
  margin-right: -35px;
  margin-bottom: 50px;
  margin-left: -35px;
}

@media (max-width: 991px) {
  .section-form .form-group {
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
}

.section-form .form-group .col-base {
  padding-right: 35px;
  padding-left: 35px;
}

@media (max-width: 991px) {
  .section-form .form-group .col-base {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-form .col-gift [class*="col-"] {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section-form .limited-w {
    max-width: 393px;
  }
}

.section-banner {
  padding: 80px 0;
  background: #F0F4F7;
}

@media (max-width: 767px) {
  .section-banner {
    padding: 60px 0;
  }
}

.section-banner .container {
  max-width: 1114px;
}

@media (max-width: 991px) {
  .section-banner .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .section-banner .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.section-banner .title {
  margin: 0;
}

.section-contact {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  background-color: #e5ecf1;
}

@media (max-width: 991px) {
  .section-contact {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.section-contact .lead {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-contact .lead {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-contact .lead img {
    width: 90%;
  }
}

.section-contact .btn-blue-lg {
  padding: 18px 100px 17px;
  max-width: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-contact .btn-blue-lg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .section-contact .btn-blue-lg {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}


.section-contact .btn-orange-lg {
  padding: 18px 100px 17px;
  max-width: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-contact .btn-orange-lg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .section-contact .btn-orange-lg {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}


.section-contact a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .section-contact a {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.section-contact a:hover {
  text-decoration: none;
}


.section-thanks {
  padding-top: 50px;
  padding-bottom: 115px;
}

@media (max-width: 767px) {
  .section-thanks {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}

.section-thanks .tel {
  font-size: 20px;
  color: #002c6b;
}

@media (max-width: 767px) {
  .section-thanks .tel {
    font-size: 16px;
  }
}

.section-thanks .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.1;
  text-align: center;
}

@media (max-width: 767px) {
  .section-thanks .lead {
    font-size: 14px;
    line-height: 1.7;
  }
}

.section-thanks .container-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 390px;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .section-thanks .container-btn {
    margin-top: 32px;
  }
}

.section-form-confirm {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section-form-confirm {
    padding-bottom: 40px;
  }
}

.section-form-confirm .container {
  max-width: 1100px;
}

.section-notice {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .section-notice {
    padding: 30px;
  }
}

.section-notice .container {
  max-width: 1110px;
}

@media (max-width: 991px) {
  .section-notice .container {
    padding: 0;
  }
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-menu .modal-dialog {
  margin: 0;
}

@media (min-width: 768px) {
  .modal-menu .modal-dialog {
    float: right;
  }
}

.modal-menu .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-menu .modal-body {
  padding: 55px 100px 60px;
}

@media (max-width: 767px) {
  .modal-menu .modal-body {
    padding: 25px 10px 30px;
  }
}

.modal-menu .title {
  margin-top: 0;
  width: 50%;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .modal-menu .title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .modal-menu .title img {
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal-menu .img-link-movie {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .modal-menu .img-link-movie {
    margin-bottom: 10px;
    text-align: center;
  }
}

.modal-menu .btn-blue-lg {
  max-width: none;
  padding-right: 50px;
  padding-left: 40px;
  font-size: 18px;
}



.modal-menu .btn-orange-lg {
  max-width: none;
  padding-right: 50px;
  padding-left: 40px;
  font-size: 18px;
}



.modal-menu .menu-trigger {
  float: right;
}

@media (max-width: 767px) {
  .modal-menu .menu-trigger {
    position: absolute;
    top: 20px;
    right: 25px;
    float: none;
    margin-top: 0;
  }
}

.footer {
  /* position: fixed;
  bottom: 0;
  left: 0; */
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #cc0022;
}

/* @media (max-width: 991px) {
  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
} */

/* @media (max-width: 767px) {
  .footer {
    padding-top: 12px;
    padding-bottom: 8px;
  }
} */

.footer .container {
  max-width: 1110px;
}

@media (max-width: 767px) {
  .footer .container {
    padding: 0 34px;
    padding: 0;
  }
}

.footer .logo {
  display: inline-block;
  /* margin-bottom: 40px; */
}

@media (max-width: 991px) {
  .footer .logo {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer .logo img {
    /* height: 86px; */
  }
}

@media (max-width: 767px) {
  .footer .logo img {
    /* width: 180px; */
    display: none;
  }
}

.footer .hotline {
  font-size: 39px;
  font-weight: bold;
  line-height: 1.18;
}

.footer .hotline .text-sm {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: .45em;
}

.footer .hotline .number {
  color: #fff;
}

.footer .hotline .number:hover {
  text-decoration: none;
}

.footer .hotline p.disclaimer {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.footer ul.sns-account {
  display: flex;
  justify-content: flex-start;
  margin: 15px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .footer ul.sns-account {
    justify-content: center;
    margin: 0 0 35px;
  }
}

.footer ul.sns-account li {
  width: 40px;
  list-style: none;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer ul.sns-account li {
    width: 12vw;
    margin-right: 4vw;
  }
}

.footer ul.sns-account li:last-child {
  margin-right: 0;
}

.footer ul.sns-account li img {
  width: 100%;
  height: auto;
}


@media (max-width: 991px) {
  .footer .hotline-xs {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .footer .hotline-xs {
    margin-bottom: 35px;
  }

  .footer .hotline-xs a {
    color: #FFF;
  }

  .footer .hotline-xs a p.openhour {
    margin-bottom: 3.5vw;
    font-size: 5vw;
    text-align: center;
    letter-spacing: 1.4vw;
  }

  .footer .hotline-xs a p.disclaimer {
    margin: 4vw 0 0;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.4;
  }
}

.footer .address-info {
  font-size: 12px;
  line-height: 1.16;
  color: #d6dbe5;
}

@media (max-width: 991px) {
  .footer .address-info {
    font-size: 13px;
    line-height: 2;
  }
}

.footer .dl-list-indent {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .footer .dl-list-indent {
    margin-bottom: 20px;
  }
}

.footer .dl-list-indent:last-child {
  margin-bottom: 0;
}

.footer .dl-list-indent>dt {
  position: relative;
  /* min-width: 75px; ポリシー追加修正*/
  min-width: 132px;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .footer .dl-list-indent>dt {
    display: inline-block;
    min-width: 1px;
  }
}

.footer .dl-list-indent>dt:after {
  width: 32px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: 0;
  border-top: 1px solid #d6dbe5;
  content: "";
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media (max-width: 767px) {
  .footer .dl-list-indent>dt:after {
    top: 50%;
    right: 0;
    width: 1000px;
  }
}

.footer .dl-list-indent>dd {
  padding-left: 43px;
}

@media (max-width: 767px) {
  .footer .dl-list-indent>dd {
    display: block;
    padding-left: 0;
  }
}

.footer .dl-list-indent>dd a {
  color: #d6dbe5;
  text-decoration: underline;
}

.footer .dl-list-indent:nth-last-child(2) {
  padding-top: 15px;
  border-top: 1px solid #d6dbe5;
}

@media (max-width: 767px) {
  .footer .dl-list-indent:nth-last-child(2) {
    padding-top: 0;
    border-top: none;
  }
}

.footer .list-unstyled {
  margin-bottom: 0;
}

.footer .list-unstyled>li {
  margin-bottom: 13px;
}

.footer .list-unstyled>li:last-child {
  margin-bottom: 0;
}

.mfp-bg {
  z-index: 6000;
}

.mfp-wrap {
  z-index: 6010;
}

.banner-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.banner-fixed-bottom .cell {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .banner-fixed-bottom .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.banner-fixed-bottom.is-hidden {
  bottom: -70px;
}

.text-text-stroke {
  color: #fff;
  -webkit-filter: dropshadow(color=#cc0022, offX=0, offY=-1) dropshadow(color=#002478, offX=1, offY=0) dropshadow(color=#002478, offX=0, offY=1) dropshadow(color=#002478, offX=-1, offY=0);
  filter: dropshadow(color=#cc0022, offX=0, offY=-1) dropshadow(color=#002478, offX=1, offY=0) dropshadow(color=#002478, offX=0, offY=1) dropshadow(color=#002478, offX=-1, offY=0);
  -webkit-text-stroke-color: #cc0022;
  -webkit-text-stroke-width: 1px;
  text-shadow: #cc0022 1px 1px 0, #cc0022 -1px 1px 0px, #cc0022 1px -1px 0px, #cc0022 -1px -1px 0px;
}

.odo-number {
  font-size: 83px;
  vertical-align: 0;
}

@media (max-width: 767px) {
  .odo-number {
    font-size: 60px;
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.01;
}

.animated.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animated.delay-250ms {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.animated.delay-1500ms {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}

.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animated.delay-1000ms {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.animated.delay-1500ms {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.animated.delay-2000ms {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: $themeColor;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: $paginationColorValue;
}

.swiper-pagination-black {
  --swiper-pagination-color: $paginationColorValue;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: $navColorValue;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: $navColorValue;
}

.swiper-button-lock {
  display: none;
}

.swiper-benefits .swiper-slide {
  max-width: 780px;
  opacity: .5;
}

@media (max-width: 991px) {
  .swiper-benefits .swiper-slide {
    max-width: 80vw;
  }
}

.swiper-benefits .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container {
  margin-right: auto;
  margin-left: auto;
}

.swiper-button-container {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .swiper-button-container {
    max-width: 80vw;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin-top: 0;
  background: #001f76;
  border-radius: 50%;
}

@media (max-width: 991px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 22px;
    height: 22px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #ebffef;
  border-right: 2px solid #ebffef;
  content: "";
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: .8;
}

.swiper-button-next:focus,
.swiper-button-next:active,
.swiper-button-prev:focus,
.swiper-button-prev:active {
  outline: none;
}

.swiper-button-next {
  right: -38px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (max-width: 991px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-next:after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.swiper-button-prev {
  left: -38px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-prev:after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(225deg);
  -ms-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
}

.swiper-pagination {
  position: relative;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .swiper-pagination {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .swiper-pagination {
    margin-top: 30px;
  }
}

.swiper-pagination-bullet {
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
  border: 1px solid #000;
  opacity: 1;
}

@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #0080ff;
  border-color: #0080ff;
}

@media (max-width: 991px) {
  .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
  outline: none;
}



.orange-btn-group {
  margin: 20px 35px;
}

.orange-btn-group-flow {
  padding: 20px 35px;
}


@media (max-width: 767px) {
  .orange-btn-group-flow {
    background-color: #E3EBF0;
  }
}


@media (max-width: 767px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }
}

.first-view-area {

  position: relative;

}


.top-header-button {

  display: none;

}

@media (max-width: 767px) {

  .top-header-button {

    display: block;
    position: absolute;
    width: 80%;
    bottom: 89px;


  }
}








@media (min-width: 861px) {

  .fixed_link,
  .fixed_link a {
    width: 189.55px;
    height: 209.1px;
  }

  .fixed_link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
  }

  .fixed_link a {
    display: block;
    background: url(../img/fit_banner_pc.png) no-repeat center bottom;
    background-size: 100% 100%;
    text-indent: -9999px;
    margin-left: auto;
    z-index: 999;
  }
}

@media (max-width: 860px) {
  .fixed_link {
    position: fixed;
    width: 70%;
    bottom: 2px;
    right: 2px;
    z-index: 999;
  }

  .fixed_link a {
    background: url(../img/fit_banner_sp.png) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    max-width: 120px;
    height: 0;
    padding-top: 21%;
    display: block;
    text-indent: -9999px;
    margin-left: auto;
    z-index: 999;
  }
}

div#pickup_posts_container {
  display: none !important;
}


/*スマホ・タブレットFV調整用CSS*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .section-fv {
    padding-bottom: 270px;
  }

  .section-fv .inner .part h1.title img.sp {
    display: block;
  }
}

.section-office-site p.explain {
  margin: 5px 0 0;
  padding-right: 5px;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 991px) {
  .section-office-site p.explain {
    margin: 1vw 0 0;
    padding-right: 0;
    font-size: 2vw;
  }
}

.section-statistical .title {
  position: absolute;
  top: -24.7vh;
  z-index: 0;
}

@media (max-width: 767px) {
  .section-statistical .title {
    margin-top: 0;
    top: -5.5vh;
  }
}

.section-form {
  background: #E6EDF2;
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 16px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-header-button {
    display: block;
    position: static;
    width: 80%;
  }
}


/*FV調整用CSS（家族＆JCRメダル版）*/
/*PC*/

@media (min-width: 768px) {
  .section-fv {
    padding-top: 100px;
  }

  .section-fv .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-fv .inner .image {
    width: 57%;
  }

  .section-fv .inner .image img {
    width: 100%;
    height: auto;
  }

  .section-fv .inner .part {
    width: 40%;
  }

  .section-fv .inner .part h1.title {
    margin: 0 0 30px;
  }

  .section-fv .inner .part h1.title img {
    width: 100%;
    height: auto;
  }

  /* .section-fv .inner .part h1.title img.sp{
    display: block;
  } */

  .section-fv .inner .part .medal-inner {
    margin-bottom: 15px;
    padding: 20px 15px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
  }

  .section-fv .inner .part .medal-title {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #0075FF;
    font-feature-settings: "palt";
  }

  .section-fv .inner .part .medal-title span {
    padding: 0 3px 7px;
    border-bottom: 1px solid #0075FF;
  }

  .section-fv .inner .part .medal-image {
    padding: 0 15px;
  }

  .section-fv .inner .part .medal-image img {
    width: 100%;
    height: auto;
  }

  .section-fv .inner .medal p.disclaimer {
    font-size: 11px;
  }

  .section-fv .fv-lead {
    padding: 20px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background: #0075FF;
  }

  .section-fv .fv-lead .orange-btn-group {
    display: none;
  }
}

/*タブレット縦*/
@media screen and (min-width: 768px) and (orientation: portrait) {
  nav.navbar {
    background: #FFF;
  }

  .section-fv {
    padding-top: 83px;
    padding-bottom: 0;
  }

  .section-fv .container-fluid {
    padding: 0;
  }

  .section-fv .inner {
    width: auto;
    display: block;
  }

  .section-fv .inner .image {
    display: none;
  }

  .section-fv .inner .part {
    width: auto;
  }

  .section-fv .inner .part h1.title {
    margin-bottom: 0;
  }

  .section-fv .inner .part h1.title img.pc {
    display: none;
  }

  .section-fv .inner .part .medal {
    padding: 30px 20px;
    background: #0075FF;
  }

  .section-fv .inner .part .medal-inner {
    padding: 0 50px;
    background: none;
  }

  .section-fv .inner .part .medal-title {
    color: #FFF;
    font-size: 34px;
  }

  .section-fv .inner .part .medal-title span {
    border-bottom: 1px solid #FFF;
  }

  .section-fv .inner .medal p.disclaimer {
    color: #FFF;
    text-align: center;
    font-size: 11px;
  }

  .section-fv .fv-lead {
    display: none;
  }

  .section-fv .fv-lead .orange-btn-group {
    display: none;
  }

  #section-form .form_title_big {
    font-size: 30px;
  }

  #section-form .row.row-5.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #section-form .col-xs-6.col-sm-2 {
    width: calc(100% / 3);
  }



}

/*スマホ用*/
@media (max-width: 767px) {
  .section-fv {
    padding: 0;
  }

  .section-fv .inner .image {
    /* display: none; */
  }

  .section-fv .inner .part h1.title {
    margin: 0;
  }

  .section-fv .inner .part h1.title img {
    width: 100%;
    height: auto;
  }

  .section-fv .inner .part h1.title img.sp {
    display: block;
  }

  .section-fv .inner .part h1.title img.pc {
    display: none;
  }

  .section-fv .inner .part .medal {
    padding: 4vw;
    background: #0075FF;
  }

  .section-fv .inner .part .medal-inner {
    padding: 0 2vw;
    background: none;
  }

  .section-fv .inner .part .medal-title {
    margin-bottom: 7vw;
    color: #FFF;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
  }

  .section-fv .inner .part .medal-title span {
    padding: 0 0.5vw 1.5vw;
    border-bottom: 1px solid #FFF;
  }

  .section-fv .inner .part .medal-image {
    margin-bottom: 4.5vw;
  }

  .section-fv .inner .part .medal-image img {
    width: 100%;
    height: auto;
  }

  .section-fv .inner .medal p.disclaimer {
    margin-bottom: 0;
    color: #FFF;
    font-size: 2.6vw;
    letter-spacing: -0.02em;
  }

  .section-fv .fv-lead {
    padding: 6vw 4vw;
    font-size: 4.5vw;
  }

  .section-fv .fv-lead br {
    display: none;
  }

  .section-fv .fv-lead .orange-btn-group {
    margin: 0 auto 6vw;
  }

  #section-form {
    padding-top: 51px;
  }

  #section-form .form_title_bigtitle {
    margin: 0 0 6vw;
    font-size: 5vw;
  }

  #section-form .form_title_big {
    font-size: 4.5vw;
  }
}





/*取扱保険会社（lineup）*/
.section-lineup {
  padding: 80px 0 40px;
}

@media (max-width: 767px) {
  .section-lineup {
    padding: 10vw 0 6vw;
  }
}

.section-lineup h2.title {
  max-width: 260px;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-lineup h2.title {
    max-width: 50vw;
    margin-bottom: 6vw;
  }
}

.section-lineup .lineup_catch {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #1B2378;
}

@media (max-width: 767px) {
  .section-lineup .lineup_catch {
    font-size: 6vw;
  }
}

.section-lineup .lineup_catch span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.section-lineup .lineup_catch var {
  font-size: 40px;
  font-style: normal;
}

.section-lineup ul.lineup_category {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0;
}

@media (max-width: 767px) {
  .section-lineup ul.lineup_category {
    margin-bottom: 6vw;
  }
}

.section-lineup ul.lineup_category li {
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
  padding: 30px 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #1B2378;
  color: #FFF;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .section-lineup ul.lineup_category li {
    margin-right: 2vw;
    padding: 4vw 2vw;
  }
}

.section-lineup ul.lineup_category li:last-child {
  margin-right: 0;
}

.section-lineup ul.lineup_category li p.lineup_category_tit {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.section-lineup ul.lineup_category li p.lineup_category_number {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

.section-lineup ul.lineup_category li p.lineup_category_number span {
  font-size: 70px;
}

@media (max-width: 767px) {
  .section-lineup ul.lineup_category li p.lineup_category_tit {
    margin-bottom: 0;
    font-size: 5vw;
    font-weight: bold;
  }

  .section-lineup ul.lineup_category li p.lineup_category_number {
    font-size: 4vw;
    font-weight: bold;
  }

  .section-lineup ul.lineup_category li p.lineup_category_number span {
    font-size: 10vw;
  }
}

.section-lineup p.lineup_disclaimer {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .section-lineup p.lineup_disclaimer {
    margin-bottom: 4vw;
    font-size: 3vw;
  }
}

.section-lineup #lineup_inscompany {
  /*display: none;*/
  padding: 40px;
  border: 4px solid #DDD;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .section-lineup #lineup_inscompany {
    padding: 6vw 4vw;
    border: 2px solid #DDD;
  }
}

.section-lineup #lineup_inscompany .lineup_inscompany_category h3 {
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-lineup #lineup_inscompany .lineup_inscompany_category h3 {
    margin-bottom: 6vw;
    font-size: 5vw;
  }
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li {
    width: calc((100% - 2vw) / 2);
    margin-bottom: 2vw;
  }
}

@media (min-width: 768px) {
  .section-lineup #lineup_inscompany .lineup_inscompany_category ul:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 4);
    height: 0;

  }

  .section-lineup #lineup_inscompany .lineup_inscompany_category ul:before {
    content: "";
    display: block;
    width: calc((100% - 60px) / 4);
    height: 0;
    order: 1;
  }
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li .lineup_inscompany_category_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 15px 20px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  overflow: hidden;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.nissay .lineup_inscompany_category_logo {
  padding: 15px 0;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.nissay .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.secom .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.airins .lineup_inscompany_category_logo img {
  height: 80px;
  width: auto;
}

@media (max-width: 767px) {
  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li .lineup_inscompany_category_logo {
    min-height: 100px;
    height: 100px;
  }
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li .lineup_inscompany_category_logo img {
  display: block;
  height: 60px;
  object-fit: contain;
  width: 100%;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.sbilife .lineup_inscompany_category_logo img {
  height: 50px;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.asahilife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.aflac .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.fwdlife .lineup_inscompany_category_logo img {
  height: 40px;
}

@media (max-width: 767px) {

  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li.aflac .lineup_inscompany_category_logo img,
  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li.fwdlife .lineup_inscompany_category_logo img {
    height: 30px;
  }

  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li.nnlife .lineup_inscompany_category_logo img {
    height: 40px;
  }

  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li.nissay .lineup_inscompany_category_logo img {
    height: 50px;
  }

  .section-lineup #lineup_inscompany .lineup_inscompany_category ul li.secom .lineup_inscompany_category_logo img {
    height: 60px;
  }
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.nanairolife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.msins .lineup_inscompany_category_logo img {
  height: 90px;
}

.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.sonylife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.daiichilife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.zurichlife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.hanasakulife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.manulife .lineup_inscompany_category_logo img,
.section-lineup #lineup_inscompany .lineup_inscompany_category ul li.metlife .lineup_inscompany_category_logo img {
  height: 100px;
}

.section-lineup .lineup_btn_open,
.section-lineup .lineup_btn_close {
  display: block;
  margin: 0 auto 40px;
  color: #333;
  background-color: #f2f2f2;
  position: relative;
  max-width: 480px;
  padding: 22px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  border-radius: 50px;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 6px 0 0 #CCC;
  box-shadow: 0 6px 0 0 #CCC;
  cursor: pointer;
  transition: all 0.15s ease;
}

@media (max-width: 767px) {

  .section-lineup .lineup_btn_open,
  .section-lineup .lineup_btn_close {
    margin-bottom: 6vw;
    font-size: 5vw;
    letter-spacing: 0;
  }
}

.section-lineup .lineup_btn_open:hover,
.section-lineup .lineup_btn_close:hover {
  background: #FFF;
}

.section-lineup .lineup_btn_open:active,
.section-lineup .lineup_btn_close:active {
  background: #FFF;
  box-shadow: none;
}

.section-lineup .lineup_btn_open::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.section-lineup .lineup_btn_close::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: -4px;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-lineup .lineup_btn_close {
  display: none;
}




.navbar__inner {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.navbar__time {
  display: block;
  font-size: 14px;
  color: var(--c-brand);
}

.navbar__tel {
  display: block;
  color: var(--c-brand);
  font-size: 28px;
  font-weight: 500;

}

@media (max-width: 767px) {
  .navbar__inner {
    line-height: 1.2;
    text-align: left;
  }

  .navbar__time {
    font-size: 10px;
  }

  .navbar__tel {
    font-size: 18px;
  }

  .navbar__sp-none {
    display: none;
  }
}


@media (max-width: 767px) {
  .section-fv .inner .part h1.title img.sp {
    display: block !important;
  }
}


.link-info .nav__front {
  font-size: 16px;
  color: #002478;
  margin-top: 10px;
  margin-right: .5em;
}

@media (max-width: 767px) {
  .link-info .nav__front {
    font-size: 14px;
  }
}

/* =====================
 * ロゴのPC版とSP版切り替え
===================== */
/* デフォルト（PC版）：スマホ用ロゴを非表示 */
.default-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

/* スマホ版のスタイル（最大幅767pxで適用） */
@media screen and (max-width: 767px) {
  .navbar-header {
    text-align: center;
    /* ロゴを中央配置 */
    width: 100%;
  }

  .navbar-brand {
    display: inline-block;
    /* 中央配置のために必要 */
  }

  .default-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
    width: 140px;
    margin: 0 auto;
  }
}

/* デフォルト（PC版） */
.navbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* PCでは左寄せ */
  width: auto;
}

/* PC版のロゴ設定 */
.default-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

/* スマホ版の設定 */
@media screen and (max-width: 767px) {
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* ロゴは中央、メニューは右端 */
    height: 65px;
    /* ヘッダーの高さ（適宜調整） */
  }

  .section-intro .container {
    display: block;
    height: auto;
  }

  .navbar-header {
    flex: 1;
    /* 左側の空白を確保 */
    display: flex;
    justify-content: center;
    /* スマホではロゴを中央配置 */
  }

  .navbar-brand {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .default-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
  }

  .navbar-nav .menu-trigger {
    display: block;
    position: relative;
  }

  li.pc {
    display: none;
  }
}

.pc-yoko-logo {
  margin-top: 7px;
  margin-right: 15px;
}

span.red{
  color: #cc0022;
  position: relative;
  z-index: 1;
}
span.y-line {
  position: relative;
  z-index: 1;
}

span.red::after,
span.y-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 40px;
  background: url('../images/crayon-underline.svg') no-repeat center;
  background-size: contain;
  z-index: -1;
}

p.f-b {
  font-size: 1.5rem;
  font-weight: bold;
}


.section-fv {
  position: relative;
  padding-top: 100px;
  background: url("../images/fv/bg_plain.png") no-repeat right bottom;
  background-size: cover;
  padding-top: 0;
}

.section-fv::before {
  content: "";
  position: absolute;
  top: 65.22px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  background: url("../images/fv/bg_plain02.png") no-repeat center top;
  background-size: 180%;
  background-position: center top;
  z-index: 1;
}

.fv-container {
  position: relative;
  width: 100%;
  height: 100vh;
  /* ファーストビューの高さ */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.fv-container .image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {

  .section-fv .inner .image img {
    width: 100%;
    height: auto;
    padding-top: 160px;
  }
}
@media (max-width: 768px) {
  .fv-container {
    height: auto;
  }
  .section-fv .inner .image img {
    width: 100%;
    height: auto;
  }
  .section-fv .inner .image img.pc {
    display: none;
  }
  .section-fv .inner .image img.sp {
    display: block;
  }
  .section-fv::before {
    display: none;
  }
  .section-fv {
    position: relative;
    /* padding-top: 100px; */
    background: none;
    top: 7px;
  }
}


/* =====================
 * troubleセクション
===================== */
ul,
li {
  list-style: none;
}

.trouble {
  background: url(../images/bg-omakase.jpg) center bottom no-repeat;
  background-size: 2420px 645px;
}

.trouble .ques {
  position: relative;
  padding: 60px 0;
  background: url(../images/trouble_bg01.png) center bottom no-repeat;
  background-size: 2420px 645px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques {
    padding-top: 10.664vw;
    padding-bottom: 58.998vw;
    background-size: auto;
  }
}

/* ========== end △ */
.trouble .ques h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 4.2rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques h2 {
    font-size: 8.5312vw;
    margin: auto;
  }
}

/* ========== end △ */
.trouble .ques h2 .min {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 5px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques h2 .min {
    font-size: 5.332vw;
  }
}

/* ========== end △ */
.trouble .ques h2 .color,
p .color {
  color: #FFF568;
}

.trouble .ques ul {
  position: relative;
  padding: 30px 20px 30px 40px;
  margin: 40px auto 0;
  border-radius: 15px;
  border: 5px solid #c51430;
  background: #fff;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  .trouble .ques ul {
    width: 700px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques ul {
    padding: 6.665vw;
  }
}

/* ========== end △ */
.trouble .ques ul::before {
  content: "";
  background: url(../images/trouble_illust01.png);
  background-repeat: no-repeat;
  width: 196px;
  height: 230px;
  background-size: 196px auto;
  position: absolute;
  left: -166px;
  bottom: 20px;
}

.trouble .ques ul::after {
  content: "";
  background: url(../images/trouble_illust02.png);
  background-repeat: no-repeat;
  width: 196px;
  height: 225px;
  background-size: 196px auto;
  position: absolute;
  right: -171px;
  bottom: 20px;
}

.trouble .ques ul li {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 981px) {
  .trouble .ques ul li {
    font-size: 4.2656vw;
    line-height: 1.4;
  }

  .trouble .ques ul::after {
    width: 156px;
    height: 185px;
    background-size: 156px auto;
    right: 40px;
    bottom: -181px;
  }

  .trouble .ques ul::before {
    width: 156px;
    height: 210px;
    background-size: 156px auto;
    position: absolute;
    left: 38px;
    bottom: -204px;
  }
}

/* ========== end △ */
.trouble .ques ul li::before {
  content: "";
  background: url(../images/ico_check.png) no-repeat;
  width: 22px;
  height: 19px;
  background-size: 22px auto;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.trouble .ques ul li.text-center {
  padding-left: 0;
  font-size: 1.75rem;
}

.trouble .ques ul li.text-center::before {
  content: "（　";
  background: none;
  color: #cc0022;
  font-weight: 800;
  position: relative;
}

.trouble .ques ul li.text-center::after {
  content: "　）";
  color: #cc0022;
  font-weight: 800;
}

@media only screen and (min-width: 768px) {
  .trouble .ques ul li.text-center {
    padding-left: 0;
    font-size: 2.75rem;
  }
}

.trouble .ques ul li+li {
  margin-top: 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques ul li+li {
    margin-top: 2.666vw;
  }
}

/* ========== end △ */
.trouble .ques ul li span {
  font-size: 2.4rem;
  color: #cc0022;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques ul li span {
    font-size: 5.332vw;
  }
}

/* ========== end △ */
.trouble .ques p {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .ques p {
    line-height: 1.2;
    font-size: 9.998vw;
    position: relative;
    top: 180px;
  }
}

/* ========== end △ */
.trouble .omakase {
  position: relative;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  .trouble .omakase {
    margin: 0 auto;
    margin-top: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 1200px;
    height: 450px;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 35px;
  }
}

.omakase h2 {
  margin-bottom: 130px;
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase {
    margin-top: 21.33vw;
  }
  
.omakase h2 {
  margin-bottom: 0px;
}
.section-statistical {
  overflow-x: inherit;
}

}


/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  .trouble .omakase .img {
    margin-right: 50px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase .img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* ========== end △ */
.trouble .omakase .img img {
  width: 302px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase .img img {
    width: 37.658vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  .trouble .omakase .txt_wrap {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ========== end △ */
.trouble .omakase .txt_wrap .catch {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase .txt_wrap .catch {
    font-size: 6.9316vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 7.998vw;
  }
  .trouble .omakase .txt_wrap {
    position: relative;
    top: -62px;
    padding: 20px;
  }
  .trouble .omakase .txt_wrap h2 {
    font-size: 34px !important;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  .trouble .omakase .txt_wrap .catch br {
    display: none;
  }
}

/* ========== end △ */
.trouble .omakase .txt_wrap .catch::before,
.trouble .omakase .txt_wrap .catch::after {
  position: relative;
  content: "";
  background: #FF7903;
  width: 3px;
  height: 36px;
  margin: 0 25px;
  vertical-align: middle;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {

  .trouble .omakase .txt_wrap .catch::before,
  .trouble .omakase .txt_wrap .catch::after {
    margin-left: 5.332vw;
    margin-right: 5.332vw;
    height: 15.996vw;
  }
}

/* ========== end △ */
.trouble .omakase .txt_wrap .catch::before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.trouble .omakase .txt_wrap .catch::after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.trouble .omakase .txt_wrap p {
  font-weight: bold;
  font-size: 3rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase .txt_wrap p {
    position: relative;
    font-size: 5.332vw;
    width: 75%;
    line-height: 1.5;
    z-index: 1;
    padding-bottom: 7.998vw;
  }
}

/* ========== end △ */
.trouble .omakase .txt_wrap p span {
  font-size: 4.2rem;
  color: #FF7903;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF568));
  background: linear-gradient(transparent 60%, #FFF568 60%);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase .txt_wrap p span {
    font-size: 7.998vw;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trouble .omakase .txt_wrap p br {
    display: none;
  }
}

/* ========== end △ */

/* ==================================================
  サイドフローティングバナー
================================================== */

.sidebar {
  position: fixed;
  right: 0;
  /* top: 50%; */
  bottom: 5%;
  z-index: 6;
  margin: 0;
  z-index: 100000;
}

.sidebar li {
  list-style: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFAA00), to(#FF8800));
  background: linear-gradient(90deg, #FFAA00, #FF8800);
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 800;
}

.sidebar li a {
  color: #fff;
  padding: 20px 15px;
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .sidebar li {
    border-radius: 20px 0 0 20px;
    padding-bottom: 20px
  }

  .sidebar li a {
    padding-bottom: 30px;
    background: url(../images/ico_mail.png)60% 100% no-repeat;
    background-size: 30px 20px;
  }

  .sidebar li a span {
    writing-mode: horizontal-tb;
    padding-left: 5px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .sidebar {
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }

  .sidebar a {
    padding: 12px 10px;
    writing-mode: horizontal-tb;
    width: 100%;
    text-align: center;
    background: url(../common_img/ico_mail.png)90% 50% no-repeat;
    background-size: 30px 20px;
  }


}

@media (hover: hover) {
  .sidebar a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 991px) {
  .section-qa .container {
    padding: 0;
    display: block;
    height: auto;
  }
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

p.mb--30 {
  margin-bottom: -30px;
}

p.mt--20 {
  margin-top: -20px;
}

p.mt--40 {
  margin-top: -40px;
}
@media (max-width: 767px) {
  p.mt--40 {
    margin-top: -20px;
  }
}
/* お客様に好評なサービスセクション */
.css-1uqfcaa {
  width: 100%;
  background: #fbfbf0;
  position: relative;
  text-align: center;
}

.css-1uqfcaa h2 {
  padding-top: 100px;
  padding-bottom: 20px;
  margin-top: 0;
  text-align: center;
  position: relative;
  display: inline-block;
}

.css-1uqfcaa h2::before,
.css-1uqfcaa h2::after {
  content: "";
  position: absolute;
  /* top: 50%; */
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.css-1uqfcaa h2::before {
  width: 115px;
  height: 115px;
  left: -27%;
  top: 74%;
  background-image: url('../images/service/free-icon.png');
  /* 左のイラスト */
}

.css-1uqfcaa h2::after {
  width: 200px;
  height: 289px;
  /* right: 24%; */
  top: 94%;
  background-image: url('../images/service/service-man.svg');
  /* 右のイラスト */
}

@media (max-width: 767px) {
  .css-1uqfcaa {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .css-1uqfcaa h2 {
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: 0;
    text-align: left;
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    margin-left: 10px;
  }

  .css-1uqfcaa h2::before,
  .css-1uqfcaa h2::after {
    content: "";
    position: absolute;
    /* top: 50%; */
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }

  .css-1uqfcaa h2::before {
    left: 5%;
    top: 18%;
    background-image: url('../images/service/free-icon.png');
    /* 左のイラスト */
  }

  .css-1uqfcaa h2::after {
    width: 190px;
    height: 320px;
    right: -82%;
    top: 107%;
    background-image: url('../images/service/service-man.svg');
    /* 右のイラスト */
  }

}

.css-1uqfcaa .p-section-section-label {
  padding: 80px 0 0;
}

.css-1uqfcaa .p-section-inner {
  max-width: 1080px;
  padding: 20px 0 80px;
  margin: 0 auto;
}

.css-1uqfcaa .p-section-inner .p-section-function {
  padding: 30px 10px 0;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 3px 2px 5px rgb(96 11 40 / 31%);
}

.css-1uqfcaa .p-section-inner button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 640px) {
  /* .css-1uqfcaa .p-section-inner {
      padding: 60px 0;
  } */

  .css-1uqfcaa .p-section-inner .p-section-function {
    padding: 10px 10px 0;
  }
}

.css-5c8wm7 {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  height: 300px;
  padding: 25px 40px;
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: -0.03em;
  border-right: solid 1px #dcdee1;
}

.css-5c8wm7:nth-of-type(3n),
.css-5c8wm7:last-child {
  border: none;
}

.css-5c8wm7 .name-txt {
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.625em;
  color: #333333;
  line-height: 1.3;
}

.css-5c8wm7 .name-txt span {
  font-weight: 800;
  color: #cc0022;
}

.css-5c8wm7:last-child {
  margin-bottom: 40px;
}

.css-5c8wm7 img {
  display: inline-block;
  width: 180px;
  height: 130px;
  margin-bottom: 30px;
}

.css-5c8wm7 .description {
  width: 100%;
  white-space: pre-wrap;
}

@media (max-width: 800px) {
  .css-5c8wm7 {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .css-5c8wm7 {
    width: calc(100vw - 80px);
    display: flex;
    overflow: hidden;
    border-right: none;
    border-bottom: solid 1px #dcdee1;
    padding: 30px 0;
    margin: 0;
    height: auto;
    align-items: center;
  }

  .css-5c8wm7:nth-of-type(3n) {
    border-bottom: solid 1px #dcdee1;
  }

  .css-5c8wm7:last-child {
    margin-bottom: 0;
  }

  .css-5c8wm7 .name-txt {
    margin-bottom: 0px;
  }

  .css-5c8wm7 img {
    float: left;
    margin-bottom: 0;
    width: 160px;
    height: 110px;
  }

  .css-5c8wm7 .description {
    padding: 0 20px 0 150px;
    text-align: left;
  }

  .css-5c8wm7 .name-txt {
    font-size: 1.48rem;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}


@media (max-width: 640px) {
  .p-section-function .mb-10 {
    margin-bottom: auto !important;
  }
}

/* お客様に好評なサービスセクション終わり */

/* オンライン面談の魅力  */

.section--charm {
  background: #eef6f8;
  text-align: center;
  position: relative;
}

.section__inner {
  position: relative;
  z-index: 1;
  padding: 12vw 5.3333333333vw;
}

@media (min-width: 767px) {
  .section__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
  }

}

.charm__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  .charm__content {
    justify-content: space-between;
    max-width: 1060px;
    margin: 0 auto 30px;
  }
}

.charm__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34.6666666667vw;
  height: 26.6666666667vw;
  border-radius: 4vw;
  box-shadow: -.8vw -.5333333333vw 1.3333333333vw 0 #fff, .2666666667vw .2666666667vw 1.6vw 0 #d6b8b8;
  margin: 0 auto 4vw;
  position: relative;
  transition: .3s;
  cursor: pointer;
  flex-direction: column;
}

@media (min-width: 767px) {
  .charm__icon {
    background: #ffe2e2;
    max-width: 310px;
    width: 100%;
    height: 280px;
    border-radius: 20px;
    box-shadow: -6px -4px 10px 0 #fff, 2px 2px 12px 0 #d6b8b8;
    margin: 0 auto 20px;
  }
}

.charm__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* ← 縦並びから横並びに変更 */
  gap: 10px;
  /* ← テキストと画像の間隔を調整 */
}

.charm__item--01 .charm__icon img {
  width: 20.4vw;
}

.charm__item--02 .charm__icon img {
  width: 20.4vw;
}

.charm__item--03 .charm__icon img {
  width: 20.4vw;
}

@media (min-width: 767px) {
  .charm__item--01 .charm__icon img {
    width: 67%;
    margin-top: 10px;
  }

  .charm__item--02 .charm__icon img {
    width: 75%;
  }

  .charm__item--03 .charm__icon img {
    width: 77%;
  }
}

.charm__text {
  font-size: 2rem;
  line-height: 1.2;
  color: #cc0022;
  font-weight: 800;
}

@media (max-width: 767px) {
  .charm__text {
    font-size: 1.75rem;
  }
  .section__inner h2 {
    font-size: 34px;
  }
}

.charm__icon {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  /* ← 縦並び（テキストが上、画像が下） */
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* テキストと画像の間隔 */
  text-align: center;
  /* テキストを中央揃え */
}

@media (max-width: 767px) {
  .charm__icon {
    background: #ffe2e2;
    /* max-width: 310px; */
    width: 100%;
    height: 280px;
    border-radius: 20px;
    box-shadow: -6px -4px 10px 0 #fff, 2px 2px 12px 0 #d6b8b8;
    margin: 0 auto 30px;
  }

  .charm__item--01 .charm__icon img {
    width: 67%;
    margin-top: 10px;
  }

  .charm__item--02 .charm__icon img {
    width: 75%;
  }

  .charm__item--03 .charm__icon img {
    width: 77%;
  }
}

/* オンライン面談の魅力 終わり */

/* 相談員 */

.section--counsellors {
  background: url(../images/common/bg-dot-white.png) repeat 50% 50%;
  text-align: center;
  position: relative;
}

.section--counsellors .section-inner {
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.c-section-function {
  background: white;
  max-width: 1000px;
  width: 90%;
  border-radius: 20px;
  box-shadow: -6px -4px 10px 0 #fff, 2px 2px 12px 0 #d6b8b8;
  margin: 0 auto 20px;
}

.c-section-function .function-items {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 30px;
  justify-content: flex-start;
}

.c-section-function .function-items img {
  width: 460px;
}

.counsellors-txt {
     font-size: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  .c-section-function .function-items {
    display: block;
    padding: 16px 16px 32px;
  }
  .section--counsellors .section-inner {
    width: 98%;
    padding-top: 50px;
  }
  .c-section-function {
    width: 98%;
    margin: 0 auto;
    box-shadow: 0px 2px 16px 0 #fff, 2px 2px 5px 0 #18181875;
  }
  .c-section-function .function-items img {
    margin-bottom: 20px;
  }
  .section-inner h2 {
    font-size: 2.3rem;
  }
}

/* 相談員 終わり*/

/* プレゼントキャンペーン */
.section-present {
  padding-top: 70px;
  padding-bottom: 250px;
  background-color: #df082a;
  color: #fff;
  position: relative;
  display: block;
}
.section-present::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1200px; /* 画像の幅を適宜変更 */
  height: 250px; /* 画像の高さを適宜変更 */
  background-image: url('../images/peaple.svg');
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%); /* 中央寄せ */
}

@media (max-width: 991px) {
  .section-present {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section-present::before{
    width: 900px; /* 画像の幅を適宜変更 */
    height: 200px; /* 画像の高さを適宜変更 */
  }
  
}

@media (max-width: 991px) {
  .section-present .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.section-present .lead {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-present .lead {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-present::before {
    display: none;
  }

}

.section-present .btn-blue-lg {
  padding: 18px 100px 17px;
  max-width: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-present .btn-blue-lg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .section-present .btn-blue-lg {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}


.section-present .btn-orange-lg {
  padding: 18px 100px 17px;
  max-width: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-present .btn-orange-lg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .section-present .btn-orange-lg {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}


.section-present a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .section-present a {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.section-present a:hover {
  text-decoration: none;
}
/* プレゼントキャンペーン　終わり */


/* お客様の声セクション */
.testimonials {
  padding: 80px 20px 100px;
  background: #ffe2e2;
  text-align: center;
}

.testimonials h2 {
  font-size: 4rem;
  margin-bottom: 30px;
}
/* スライダー */
.slider {
  position: relative;
  overflow: hidden; /* 横に広がる部分を隠す */
  max-width: 1200px;
  margin: 0 auto;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  justify-content: center;
}

/* .testimonial {
  flex: 0 0 25%; デスクトップ版：4人分表示
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
} */
.testimonial {
  flex: 0 0 calc(100% / 3); /* 3人表示 */
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}


.testimonial img {
  width: 50%;
  max-width: 130px;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #CCC;
}

.testimonial p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.testimonial h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

/* お客様の声（カード全体） */
.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff; /* 背景色を白 */
  border-radius: 10px; /* カードの角を丸く */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* 薄めのシャドウ */
  padding: 20px;
  width: 100%;
  max-width: 350px; /* カードの最大幅 */
  text-align: center;
  margin: 10px;
}

/* 上部のレイアウト（画像と肩書・氏名を横並び） */
.testimonial-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  width: 100%;
}

/* 肩書＋氏名（右側） */
.card-title {
  width: 55%;
  text-align: left;
  font-size: 1.8rem;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 1rem;
}

/* 肩書のスタイル */
.card-title span {
  font-size: 1.2rem;
  color: #fff; 
  background-color: #cc0022;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 6px;
}

/* コメント部分 */
.testimonial p {
  font-size: 0.9rem;
  color: #333;
  margin-top: 10px;
  line-height: 1.5;
  width: 100%;
  font-size: 16px;
  text-align: left;
}


/* 矢印ボタン */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #8b6060b0;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 60%;
  font-size: 1rem;
  z-index: 2;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.arrow:hover {
  background: #cc0022c4;
}

/* スマホ版スタイル */
@media (max-width: 768px) {
  .slider-wrapper {
      padding: 0;
      overflow: hidden; 
      position: relative;
  }

  .slider-track {
      display: flex;
      transition: transform 0.5s ease; 
      width: auto; 
      justify-content: flex-start;
  }
  .testimonials {
    padding: 50px 0px 70px;
  }
  .testimonial {
      flex: 0 0 80%; 
      margin: 0; 
      text-align: center; 
      margin: 10px;
  }
  
  .testimonials h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .contact p {
      font-size: 1.4rem;
  }
}
/* testimonial カードの基本デザイン */
.testimonial {
  position: relative;
  width: 100%;
  max-width: 370px;
  background: #fff;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* pタグの高さを260pxに制限（デフォルト） */
/* .testimonial p {
  max-height: 260px; 
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
} */

/* グラデーションを追加（デフォルト） */
/* .testimonial p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; 
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  transition: opacity 0.3s ease-in-out;
} */

/* 「続きを読む/閉じる」ボタン */
.read-more-btn {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #181818;
  border: 2px solid #181818;
  padding: 8px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
  /* border: none; */
  outline: none;
}

.read-more-btn:hover {
  background-color: #181818;
  color: #fff;
}

/* 開いた時のスタイル */
.testimonial.expanded p {
  max-height: none; /* 高さ制限を解除 */
}

.testimonial.expanded p::after {
  opacity: 0; /* グラデーションを消す */
}
/* ボタンを強制的に表示（念のため） */
.arrow {
  display: block !important;
  opacity: 1 !important;
}