@charset "UTF-8";

/* **************************************************
	import file
************************************************** */
/*
 * Bootswatch v3.1.1
 * Homepage:
 * Copyright 2012-2014 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-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"] {
  appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Meiryo", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #222222;
  background-color: #ffffff;
}

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

a {
  color: #000;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

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



.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #108a93;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #0d747c;
}

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: rgba(255, 255, 255, 0.6);
}

.text-primary {
  color: #d92432;
}

a.text-primary:hover {
  color: #81161e;
}

.text-success {
  color: #ffffff;
}

a.text-success:hover {
  color: #e6e6e6;
}

.text-info {
  color: #ffffff;
}

a.text-info:hover {
  color: #e6e6e6;
}

.text-warning {
  color: #ffffff;
}

a.text-warning:hover {
  color: #e6e6e6;
}

.text-danger {
  color: #ffffff;
}

a.text-danger:hover {
  color: #e6e6e6;
}

.bg-primary {
  color: #fff;
  background-color: #d92432;
}

a.bg-primary:hover {
  background-color: #81161e;
}

.bg-success {
  background-color: #48ca3b;
}

a.bg-success:hover {
  background-color: #38a52d;
}

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

a.bg-info:hover {
  background-color: #382a5a;
}

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

a.bg-warning:hover {
  background-color: #b6991c;
}

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

a.bg-danger:hover {
  background-color: #b25818;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #0d747c;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbbbbb;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgba(255, 255, 255, 0.6);
}

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.42857143;
  color: rgba(255, 255, 255, 0.6);
}

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.6);
  border-left: 0;
  text-align: right;
}

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

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

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

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

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

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

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

.table .table {
  background-color: #108a93;
}

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

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

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

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

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #0f7f88;
}

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

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

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

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

.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.active:hover > th {
  background-color: #0b5f65;
}

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

.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.success:hover > th {
  background-color: #3eb932;
}

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

.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.info:hover > th {
  background-color: #42326c;
}

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

.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.warning:hover > th {
  background-color: #ccab1f;
}

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

.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.danger:hover > th {
  background-color: #c9631b;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444444;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dddddd;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  appearance: none;
}

input[type="date"] {
  line-height: 38px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 54px;
  line-height: 54px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #444444;
  background-color: #dddddd;
  border-color: #dddddd;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #444444;
  background-color: #c9c9c9;
  border-color: #bebebe;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #dddddd;
  border-color: #dddddd;
}

.btn-default .badge {
  color: #dddddd;
  background-color: #444444;
}

.btn-primary {
  color: #ffffff;
  background-color: #d92432;
  border-color: #d92432;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ad1d28;
  border-color: #79141c;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d92432;
  border-color: #d92432;
}

.btn-primary .badge {
  color: #d92432;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #48ca3b;
  border-color: #48ca3b;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3aad2f;
  border-color: #359d2b;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #48ca3b;
  border-color: #48ca3b;
}

.btn-success .badge {
  color: #48ca3b;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #ffcf00;
  border-color: #ffcf00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f2c40c;
  border-color: #ad911a;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

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

.btn-warning .badge {
  color: #ffcf00;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #ff8c00;
  border-color: #ff8c00;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ed7e00;
  border-color: #d3671f;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff8c00;
  border-color: #ff8c00;
}

.btn-danger .badge {
  color: #ff8c00;
  background-color: #ffffff;
}

.btn-link {
  color: #e8d069;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #ffcf00;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bbbbbb;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.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;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

.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;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  background-clip: padding-box;
}

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

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

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

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #15b5c1;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #dddddd;
}

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

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

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

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

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

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  line-height: 54px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #444444;
  text-align: center;
  background-color: #dddddd;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

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

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

.nav > li.disabled > a {
  color: #dddddd;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dddddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #15b5c1;
  border-color: #e8d069;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #15b5c1;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent transparent #15b5c1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #15b5c1;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

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

.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: #ffffff;
  background-color: #15b5c1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

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

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

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

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

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

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

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

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

.navbar-default {
  background-color: #d92432;
  border-color: #911821;
}

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

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}

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

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #d92432;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #d92432;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #d92432;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d92432;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #911821;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #d92432;
  color: #ffffff;
}

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

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

.navbar-inverse {
  background-color: #ffcf00;
  border-color: #b6991c;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}

.navbar-inverse .navbar-text {
  color: #bbbbbb;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #e5c953;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #e5c953;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #e5c953;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #e5c953;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #c3a41e;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e5c953;
  color: #ffffff;
}

.navbar-inverse .navbar-link {
  color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

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

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #e8d069;
  background-color: #fff;
  border: 1px solid transparent;
  margin-left: -1px;
}

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

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffcf00;
  background-color: #15b5c1;
  border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #15b5c1;
  border-color: transparent;
  cursor: default;
}

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

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

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

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

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

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

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

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

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

.label-primary {
  background-color: #d92432;
}

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

.label-success {
  background-color: #48ca3b;
}

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #d92432;
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #108a93;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e8d069;
}

.thumbnail .caption {
  padding: 9px;
  color: #ffffff;
}

.panel {
  margin-bottom: 20px;
  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.row {
  margin-right: 0;
  margin-left: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

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

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

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

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

.panel-default {
  border-color: #0d747c;
}

.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #18cbd8;
  border-color: #0d747c;
}

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

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

.panel-primary {
  border-color: #d92432;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #d92432;
  border-color: #d92432;
}

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

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

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

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

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.btn .caret {
  border-top-color: #fff;
}

.btn-default:hover {
  color: #444444;
}

.btn-default .caret {
  border-top-color: #444444;
}

.text-primary,
.text-primary:hover {
  color: #f0a6ac;
}

.text-success,
.text-success:hover {
  color: #93e08b;
}

.text-danger,
.text-danger:hover {
  color: #eda776;
}

.text-warning,
.text-warning:hover {
  color: #ecd77f;
}

.text-info,
.text-info:hover {
  color: #b8abd8;
}

.table-responsive > .table {
  background-color: transparent;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #ecd77f;
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #ecd77f;
}

.has-error .help-block,
.has-error .control-label {
  color: #f0a6ac;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #f0a6ac;
}

.has-success .help-block,
.has-success .control-label {
  color: #93e08b;
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #93e08b;
}

legend {
  color: #fff;
}

.input-group-addon {
  color: #444444;
}

.pagination a:hover {
  color: #fff;
}

.pager a:hover {
  color: #fff;
}

.list-group-item {
  background-color: #fff;
}

.popover {
  color: #444444;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

/* **************************************************
Elegant-font
************************************************** */
@font-face {
  font-family: "ElegantIcons";
  src: url("../../font/ElegantIcons.eot");
  src: url("../../font/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("../../font/ElegantIcons.woff") format("woff"),
    url("../../font/ElegantIcons.ttf") format("truetype"),
    url("../../font/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ElegantIcons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

.icon-arrow-down:before {
  content: "\22";
}
.icon-arrow-carrot-right:before {
  content: "\35";
}
.icon-arrow-carrot-2right:before {
  content: "\3pe9";
}
.icon-arrow-carrot-right-alt2:before {
  content: "\3d";
}
.icon-arrow-triangle-down:before {
  content: "\43";
}
.icon-check-alt2:before {
  content: "\52";
}
.icon-pencil-edit:before {
  content: "\6c";
}
.icon-gift-alt:before {
  content: "\e008";
}
.icon-calendar:before {
  content: "\e023";
}
.icon-star:before {
  content: "\e033";
}
.icon-arrow-carrot-2left-alt:before {
  content: "\e049";
}
.icon-arrow-carrot-2right-alt:before {
  content: "\e04a";
}
.icon-arrow-triangle-down-alt:before {
  content: "\e04c";
}
.icon-arrow-triangle-right-alt:before {
  content: "\e04e";
}
.icon-check-alt:before {
  content: "\e052";
}
.icon-documents:before {
  content: "\e059";
}
.icon-volume-high:before {
  content: "\e069";
}
.icon-gift:before {
  content: "\e073";
}
.icon-house:before {
  content: "\e074";
}
.icon-ribbon:before {
  content: "\e078";
}
.icon-pin:before {
  content: "\e081";
}
.icon-heart:before {
  content: "\e089";
}
.icon-profile:before {
  content: "\e08a";
}
.icon-phone:before {
  content: "\e090";
}
.icon-building-alt:before {
  content: "\e0fd";
}
.icon-id-alt:before {
  content: "\e0e0";
}
.icon-wallet-alt:before {
  content: "\e0d8";
}
.icon-link:before {
  content: "\e02c";
}

/* **************************************************
	common miscellaneous
************************************************** */
* {
  outline: none !important;
}

figure {
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  display: table;
  line-height: 0px;
  content: "";
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

.img-replace {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.img-replace-inline {
  display: inline-block;
  /* *display: inline;
  *zoom: 1; */
  text-indent: -9999px;
  overflow: hidden;
}

.inline-block {
  display: inline-block;
  /* *display: inline;
  *zoom: 1; */
}

/* **************************************************
	old ie design
************************************************** */
.ie {
  margin: 0;
  padding: 0;
  color: #3a87ad;
  font-size: 100%;
}

div.ie {
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #d9edf7;
  border: 1px solid #aadbe8;
}

div.ie > button {
  position: absolute;
  top: 5px;
  right: 5px;
}

dt.ie {
  padding-bottom: 10px;
  font-weight: bold;
}

b.ie {
  padding-right: 15px;
  padding-bottom: 5px;
}

a.ie {
  padding: 0px 5px;
  text-decoration: underline;
  color: #04405e;
  font-weight: bold;
}

a.ie:hover {
  color: #b3058d;
}

/* **************************************************
	common text
************************************************** */
.box-before:before,
.box-after:after {
  content: "";
  display: block;
  position: absolute;
}

.floatL { float: left; }
.floatR { float: right; }
.font-size-14 { font-size: 14px; }
.br2em { line-height: 2em; }
.br3em { line-height: 3em; }
.br30px { line-height: 30px; }
.br40px { line-height: 40px; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.ls-minus1 { letter-spacing: -1px; }
.ls-plus1 { letter-spacing: 1px; }
.ls-0 { letter-spacing: 0px; }
.white { color: #fff; }
.red { color: #cc0000; }
.blue { color: #2e6ce0; }
.yellow { color: #ffe256; }
.green { color: #39a359; }
.green { color: #39a359; }
.orange { color: #ff8c00; }

/* **************************************************
	fontsize
************************************************** */
.fw-normal {
  font-weight: normal;
  line-height: 1.1em;
}
.fw-bold { font-weight: bold; }
.fs80 { font-size: 80%; }
.fs90 { font-size: 90%; }
.fs120 { font-size: 120%; }
.fs130 { font-size: 130%; }
.fs140 { font-size: 140%; }
.fs150 { font-size: 150%; }
.fs12px { font-size: 12px; }
.fs14px { font-size: 14px; }
.fs16px { font-size: 16px; }
.fs18px { font-size: 18px; }
.fs20px { font-size: 20px; }
.va-middel { vertical-align: middle; }

/* **************************************************
	text bg border
************************************************** */
.table {
  display: table;
  margin-bottom: 0;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: top;
}
.mg0Auto {
  margin: 0 auto !important;
}
.mg0 { margin: 0 !important; }
.mgt0 { margin-top: 0px; }
.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgr0 { margin-right: 0px; }
.mgr5 { margin-right: 5px; }
.mgr10 { margin-right: 10px; }
.mgr15 { margin-right: 15px; }
.mgr20 { margin-right: 20px; }
.mgb0 { margin-bottom: 0px; }
.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgl0 { margin-left: 0px; }
.mgl5 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl15 { margin-left: 15px; }
.mgl20 { margin-left: 20px; }
.pd0 { padding: 0 !important; }
.pdt0 { padding-top: 0px; }
.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdr0 { padding-right: 0px; }
.pdr5 { padding-right: 5px; }
.pdr10 { padding-right: 10px; }
.pdr15 { padding-right: 15px; }
.pdr20 { padding-right: 20px; }
.pdb0 { padding-bottom: 0px; }
.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.pdb20 { padding-bottom: 20px; }
.pdl0 { padding-left: 0px; }
.pdl5 { padding-left: 5px; }
.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }

/* **************************************************
	layout
************************************************** */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* support iOS */
html{
height: -webkit-fill-available;
}
body{
min-height: 100vh;
}

.html {
  height: 100%;
}

.body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: inherit;
  background: #fff transparent;
  max-width:600px;
  margin: 0 auto;
}

*::selection {
  background: #ffcf00;
  color: #222222;
}

*::-moz-selection {
  background: #ffcf00;
  color: #222222;
}

.layout {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
  height: auto !important;
  z-index: 0;
}

.upper {
  position: relative;
  width: 100%;
}

.lower {
  width: 100%;
  z-index: 999;
}

a:link,
a:hover {
  text-decoration: none;
}

.link-thread {
  text-decoration: underline !important;
  color: #2e6ce0;
  font-weight: bold;
}

/* **************************************************
	header
************************************************** */
.header h1 {
  margin: 0;
  border: 1px solid red;
  background: #d92432;
  color: white;
  font-size: 96%;
  text-align: center;
  line-height: 2;
}
.header img {
  margin-top: 0;
}

.header-caption {
  position: relative;
  padding: 10px 8px;
  margin: 5px 5px 30px;
  border: 4px solid #d92432;
}

.header-caption:after,
.header-caption:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.header-caption:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f5;
  border-width: 10px;
  margin-left: -10px;
}

.header-caption:before {
  border-color: rgba(217, 36, 50, 0);
  border-top-color: #d92432;
  border-width: 16px;
  margin-left: -16px;
}

.section {
  margin: 0 5px 20px;
}

/* **************************************************
	index
************************************************** */
.iconmenu.section {
  margin: 0 0px 20px;
  width: 100%;
}
.iconmenu.section .iconmenu-ul {
  margin: 0 auto;
  width: 99%;
  padding-left: 1%;
}
.iconmenu.section .iconmenu-li {
  width: 33%;
  float: left;
}
.iconmenu.section .iconomenu-li a {
  display: block;
}

.mainmenu.section h3.panel-title {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  border: 2px solid #d92432;
  font-size: 105%;
  color: #d92432;
  font-weight: bold;
}
.mainmenu.section h3.panel-title a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04e";
  font-family: "ElegantIcons";
  font-size: 110%;
}
.mainmenu.section h3.panel-title.active {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  font-size: 105%;
  background: #d92432;
  color: white;
  font-weight: bold;
}
.mainmenu.section h3.panel-title.active a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04c";
  font-family: "ElegantIcons";
  font-size: 110%;
}
.mainmenu.section h3.panel-title > a {
  display: block;
  padding: 0 5px;
}
.mainmenu.section .accordion {
  position: relative;
}
.mainmenu.section .twoshotmenu-li a,
.mainmenu.section .generalmenu-li a,
.mainmenu.section .campaignmenu-li a {
  display: block;
  padding: 5px;
}
.mainmenu.section .twoshotmenu-li,
.mainmenu.section .generalmenu-li {
  border-right: 2px solid #d92432;
  border-bottom: 2px solid #d92432;
  border-left: 2px solid #d92432;
  font-size: 108%;
  font-weight: bold;
}
.mainmenu.section .twoshotmenu-li:first-child {
  border-top: 2px solid #d92432;
}
.mainmenu.section .campaignmenu-li {
  border-right: 2px solid #d92432;
  border-bottom: 2px solid #d92432;
  border-left: 2px solid #d92432;
  line-height: 2em;
}
.mainmenu.section .twoshotmenu-li span,
.mainmenu.section .generalmenu-li span,
.mainmenu.section .campaignmenu-li span {
  display: block;
  color: #d92432;
  font-weight: bold;
  font-size: 82%;
}
.mainmenu.section .twoshotmenu-li a:after,
.mainmenu.section .generalmenu-li a:after {
  display: block;
  content: "\39";
  font-family: "ElegantIcons";
  float: right;
  margin-top: -2em;
  color: #d92432;
}
.mainmenu.section .campaignmenu-li a:after {
  display: block;
  content: "\39";
  font-family: "ElegantIcons";
  float: right;
  color: #d92432;
}

.detail-h4 {
  font-size: 100%;
  padding: 0 5px;
}
.mainmenu.section .detail-div {
  border-right: 2px solid #d92432;
  border-bottom: 2px solid #d92432;
  border-left: 2px solid #d92432;
  font-size: 108%;
}
.mainmenu.section .detail-div p {
  display: block;
  padding: 5px;
}

.mainmenu.section .detail-div a {
  margin: 5px 0;
}

/* **************************************************
	area
************************************************** */
.area-div {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.area-div .area-div-left {
  padding-left: 5px;
  padding-right: 0px;
}
.area-div .area-div-right {
  padding-left: 0px;
}

/* **************************************************
	centerlist section
************************************************** */
.centerlist.section {
  position: relative;
}
.centerlist.section h2.title {
  width: 100%;
  border: 2px solid #d92432;
  font-size: 108%;
  font-weight: bold;
  margin: 0px 0 10px;
  padding: 5px;
  line-height: 1.4em;
}
.centerlist.section h2.title span {
  display: block;
  color: #d92432;
  font-weight: bold;
  font-size: 88%;
}
.centerlist.section h3.title {
  width: 100%;
  font-size: 100%;
  margin: 0px 0;
  padding: 5px;
  line-height: 1.4em;
  background: #d92432;
  color: white;
}
.centerlist.section .centerlist-div.first {
  position: relative;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.centerlist.section .centerlist-div.first .centerlist-div-left {
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: bold;
  border: 2px solid whitesmoke;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.centerlist.section .centerlist-div.first .centerlist-div-left:after,
.centerlist.section .centerlist-div.first .centerlist-div-left:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 25%;
  border: solid transparent;
}
.centerlist.section .centerlist-div.first .centerlist-div-left:after {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.centerlist.section .centerlist-div.first .centerlist-div-left:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: whitesmoke;
  border-width: 14px;
  margin-top: -14px;
}
.centerlist.section .centerlist-div.first .centerlist-div-right {
  padding-left: 3px;
  padding-right: 0px;
  z-index: -1;
}
.centerlist.section .centerlist-div.second {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.centerlist.section .centerlist-div.second .centerlist-div-center {
  display: table;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 10px;
  padding-left: 3px;
}
.centerlist.section .centerlist-div.second .centerlist-div-center > a {
  display: table-cell;
  vertical-align: middle;
  height: 7.5em;
  padding: 0 5px;
  color: #d92432;
  font-weight: bold;
  text-align: center;
  border: 2px solid #d92432;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.centerlist.section .centerlist-div.second .centerlist-div-center > span {
  display: block;
  font-size: 24px;
}
.centerlist.section .centerlist-div.second .centerlist-div-center a:hover {
  color: white;
  background-color: #d92432;
  border-color: #ad1d28;
}

/* **************************************************
	region
************************************************** */
.centerlist.section .map img {
  border: 1px solid #d92432;
}

.centerlist.section .dropdown-menu {
  width: 100%;
  height: auto;
  padding: 10px 5px;
}
.centerlist.section .dropdown-menu > a {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #48ca3b;
  border-color: #48ca3b;
}
.centerlist.section .dropdown-menu > a:hover,
.centerlist.section .dropdown-menu > a:focus {
  color: #ffffff;
  background-color: #3aad2f;
  border-color: #359d2b;
}

.centerlist.section .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 47%;
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  z-index: -1;
}

.centerlist.section .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 47%;
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.centerlist.section .region-p > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-color: #d1040d;
  white-space: nowrap;
  padding: 5px 8px;
  margin: 2px 3px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  background-color: #d1040d;
  border-color: #d1040d;
}
.centerlist.section .region-p > a:hover,
.centerlist.section .region-p > a:focus {
  color: #ffffff;
  background-color: #ad1d28;
  border-color: #79141c;
}

.centerlist.section .region-p > a:before {
  display: block;
  content: "\e02c";
  font-family: "ElegantIcons";
  margin-right: 3px;
  float: left;
  color: #fff;
}

/* **************************************************
	common section
************************************************** */
.common.section {
  position: relative;
  line-height: 1.4em;
}
.common.section h2.title {
  width: 100%;
  font-size: 110%;
  background: #d92432;
  margin: 0 0 10px;
  padding: 5px;
  line-height: 1.4em;
  color: white;
}
.common.section h3.title {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px;
  line-height: 1.4em;
  color: #d92432;
  font-size: 100%;
  font-weight: bold;
}
.common.section h4.title {
  font-size: 100%;
  color: #d92432;
  font-weight: bold;
}

/* **************************************************
	commonmenu
************************************************** */
.commonmenu-li {
  border-right: 2px solid #d92432;
  border-bottom: 2px solid #d92432;
  border-left: 2px solid #d92432;
  font-size: 108%;
  font-weight: bold;
  position: relative;
}

.commonmenu-li:first-child {
  border-top: 2px solid #d92432;
}

/*2行の場合*/
.commonmenu-li a {
  display: block;
  padding: 5px;
}

.commonmenu-li a:after {
  position: absolute;
  top: 30%;
  right: 5px;
  display: block;
  content: "\e04e";
  font-family: "ElegantIcons";
  color: #d92432;
}

.commonmenu-li a > span {
  display: block;
  color: #d92432;
  font-weight: bold;
  font-size: 88%;
}

/*1行の場合*/
.commonmenu-li.oneline a {
  display: block;
  line-height: 3em;
}

.commonmenu-li.oneline a:after {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  content: "\e04e";
  font-family: "ElegantIcons";
  color: #d92432;
}

.common.section .accordion h3.panel-title {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  border: 2px solid #d92432;
  font-size: 105%;
  color: #d92432;
  font-weight: bold;
  position: relative;
}
.common.section .accordion h3.panel-title a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04e";
  font-family: "ElegantIcons";
  font-size: 110%;
}
.common.section .accordion h3.panel-title.active {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  font-size: 105%;
  background: #d92432;
  color: white;
  font-weight: bold;
}
.common.section .accordion h3.panel-title.active a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04c";
  font-family: "ElegantIcons";
  font-size: 110%;
}
.common.section .accordion h3.panel-title > a {
  display: block;
  padding: 0 5px;
}

.common-dl {
  margin-top: 10px;
}

.common-dt {
  line-height: 2em;
  color: #d92432;
  margin-right: 5px;
  padding: 5px 0;
}

.common-dd {
  padding: 0 0 10px 0;
}

.common-dd-p {
  font-weight: bold;
}

.common-p {
  padding: 0 5px;
}

.privacy-dt {
  color: #d92432;
  padding-left: 5px;
  margin-bottom: 5px;
}

.privacy-ol,
.agreement-ol,
.common-ol {
  margin-left: -0.6em;
}

.register-ol {
  margin-left: -1.5em;
}

.register-ol > li:after {
  content: "\43";
  display: block;
  width: 80%;
  height: 1.5em;
  font-size: 120%;
  font-family: "ElegantIcons";
  color: #d92432;
  text-align: center;
}

/* **************************************************
	faq
************************************************** */
.h2-Qspan {
  display: inline-block;
  background: white;
  color: #d92432;
  width: 1.2em;
  height: 1.4em;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.faq-dl {
  position: relative;
}

.faq-dt {
  padding: 5px 0;
  margin-left: 1.5em;
}

.faq-dt:before {
  content: "Q";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin-left: -1.5em;
  text-align: center;
  background: #d92432;
  color: white;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.faq-dd {
  margin: 5px 0 5px 1.5em;
  line-height: 1.4em;
}

.faq-dt > span,
.faq-dd > span {
  display: block;
  margin-top: -1.3em;
  margin-left: 0.3em;
}

.faq-dd:before {
  content: "A";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin-left: -1.5em;
  text-align: center;
  background: white;
  color: #d92432;
  font-weight: normal;
  border: 1px solid #d92432;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/* **************************************************
	story
************************************************** */
.story-li {
  position: relative;
  background: whitesmoke;
  font-size: 108%;
  font-weight: bold;
  border-top: 1px solid #d92432;
  border-right: 1px solid #d92432;
  border-bottom: 1px solid #d92432;
  border-left: 10px solid #d92432;
}

.story-li a {
  display: block;
  padding-left: 5px;
  height: 3em;
  line-height: 3em;
}

.story-li:hover {
  background: #fafafa;
}

.story-li a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04e";
  font-family: "ElegantIcons";
  color: #d92432;
}

/* **************************************************
	badge tag balloon
************************************************** */
.tag-div {
  margin: 10px 0 20px;
  line-height: 2.2em;
}

.tag {
  border-left: 1px dotted #d92432;
  border-right: 1px dotted #d92432;
  border-bottom: 1px dotted #d92432;
  padding: 5px;
  line-height: 1.7em;
}

.label.label-tag {
  display: inline-block;
  border: 1px dotted #d92432;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  color: #222222;
}

.badge.luckycode {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 100%;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d92432;
  border-radius: 10px;
  letter-spacing: 1px;
}

/* 吹き出し */
.left-ballon {
  position: relative;
  padding: 5px;
  margin: 5px;
  border: 2px solid #d92432;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}

.left-ballon:after,
.left-ballon:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.left-ballon:after {
  border-color: rgba(245, 245, 245, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.left-ballon:before {
  border-color: rgba(217, 36, 50, 0);
  border-right-color: #d92432;
  border-width: 9px;
  margin-top: -9px;
}

/* **************************************************
	sitemap
************************************************** */

.category-li {
  margin: 0 0 0 0.5em;
  padding: 0;
  border-left: 1px dotted;
  border-color: #d92432;
  line-height: 1.7em;
}
.category-li:before {
  content: "";
  width: 1em;
  height: 0.75em;
  display: block;
  margin-right: 0.5em;
  border-bottom: 1px dotted;
  border-color: #d92432;
  float: left;
  overflow: hidden;
}

.category-li:last-child {
  border-bottom: none;
  height: 0.7em;
}

.page-ul {
  margin: 0 0 0 1.4em;
  padding-bottom: 1em;
}

.page-li {
  margin: 0 0 0 0.5em;
  border-left: 1px dotted;
  border-color: #d92432;
}
.page-li:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  margin-right: 0.5em;
  border-bottom: 1px dotted;
  border-color: #d92432;
  float: left;
  overflow: hidden;
}

.page-li:last-child {
  border-bottom: none;
  margin-bottom: 5px;
  height: 0.7em;
}

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

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 2px;
  background-color: #d92432;
  border: 1px solid transparent;
  border-radius: 15px;
  color: white;
  margin-bottom: 10px;
}

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

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

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

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

.pager .disabled {
  display: inline-block;
  padding: 5px 2px;
  background-color: #d92432;
  border: 1px solid transparent;
  border-radius: 15px;
  color: white;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* **************************************************
	breadcrumb
************************************************** */
.breadcrumb {
  padding: 5px 2px;
  list-style: none;
  background-color: #fff;
}

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

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #d92432;
  content: "\35";
  font-family: "ElegantIcons";
}

.breadcrumb > .active {
  color: #d92432;
  font-weight: bold;
}

.breadcrumb > li > a > i {
  color: #d92432;
  padding-left: 3px;
}

/* **************************************************
	btn-custom
************************************************** */
.btn-simple {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-simple:hover,
.btn-simple:focus,
.btn-simple:active,
.btn-simple.active,
.open .dropdown-toggle.btn-simple {
  color: white;
  background-color: #d1040d;
  border-color: #d1040d;
}

.btn-simple:active,
.btn-simple.active,
.open .dropdown-toggle.btn-simple {
  background-image: none;
}

.btn-simple.disabled,
.btn-simple[disabled],
fieldset[disabled] .btn-simple,
.btn-simple.disabled:hover,
.btn-simple[disabled]:hover,
fieldset[disabled] .btn-simple:hover,
.btn-simple.disabled:focus,
.btn-simple[disabled]:focus,
fieldset[disabled] .btn-simple:focus,
.btn-simple.disabled:active,
.btn-simple[disabled]:active,
fieldset[disabled] .btn-simple:active,
.btn-simple.disabled.active,
.btn-simple[disabled].active,
fieldset[disabled] .btn-simple.active {
  background-color: #fff;
  border-color: #d1040d;
}

.btn-simple .badge {
  color: #fff;
  background-color: #bd0a0e;
}

.btn-wrap {
  position: relative;
  height: auto;
  margin: 45px 0 20px;
}

.btn-tel-image {
  position: absolute;
  bottom: 0px;
  right: -1px;
}

@media screen and (min-width:480px) {
  .btn-tel-image {
    width:30%}

.btn-wrap {
  position: relative;
  height: auto;
  margin: 5.5vw 0 20px;
}


}

.btn-tel {
  color: #fff;
  background-color: #91db47;
  border-color: #99cc33;
  border-width: 1px;
  text-align: left;
  padding: 8px 20px;
  font-size: 16px;
  vertical-align: middle;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.7) inset;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.2, #98e74b),
    color-stop(0.5, #8ad93d),
    color-stop(0.5, #8ad93b),
    to(#75cf1a)
  );
  background-image: -webkit-linear-gradient(
    #98e74b 20%,
    #8ad93d 50%,
    #8ad93b 50%,
    #75cf1a 100%
  );
  background-image: -moz-linear-gradient(
    #98e74b 20%,
    #8ad93d 50%,
    #8ad93b 50%,
    #75cf1a 100%
  );
  background-image: -o-linear-gradient(
    #98e74b 20%,
    #8ad93d 50%,
    #8ad93b 50%,
    #75cf1a 100%
  );
  background-image: linear-gradient(
    #98e74b 20%,
    #8ad93d 50%,
    #8ad93b 50%,
    #75cf1a 100%
  );
  background-image: -ms-linear-gradient(#98e74b, #75cf1a);
  font-weight: bold;
  border-radius: 50px;
  z-index: 0;
  color: #fff;
  text-shadow: -2px -1px 0px rgba(153, 204, 51, 0.9);
}
.btn-tel:hover,
.btn-tel:focus,
.btn-tel:active,
.btn-tel.active,
.open .dropdown-toggle.btn-tel {
  color: #fff;
  background-color: #60b318;
  border-color: #5cc004;
}
.btn-tel:active,
.btn-tel.active,
.open .dropdown-toggle.btn-tel {
  background-image: none;
}

/* **************************************************
	footer
************************************************** */
.footer {
  margin: 10px 5px;
  padding-bottom: 9em;
}

.footermenu-div {
  width: 100%;
}

.footermenu-div > a {
  font-size: 96%;
  width: 33%;
  height: 54px;
}

.footermenu-div > a:hover {
  border-right: 1px solid white;
}

.footermenu-div > a.last {
  border-right: none;
}

.copy {
  background: #d92432;
  color: white;
  padding: 5px 0;
  font-size: 96%;
}

/* **************************************************
  2121.0119追加
************************************************** */
.twoshot-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0 2px;
}

.twoshot-flex > div{
  margin:0 auto 20px;
}

.twoshot-flex.center-tabs {
  margin: 5px 0 0;
}

.twoshot-flex .flex-li {
  flex: 0 1 32%;
  margin-bottom: 10px;
}

.twoshot-flex .flex-li a {
  min-height: 108px;
  padding: 0 5px;
  color: #d92432;
  font-weight: bold;
  text-align: center;
  border: 2px solid #d92432;
  border-radius: 20px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.twoshot-flex.area-tabs .flex-li a {
  padding: 15px 5px;
  justify-content: stretch;
}

.twoshot-flex.area-tabs .flex-li a:after {
  content: "\35";
  position: absolute;
  top: 40%;
  right: 0px;
  display: block;
  font-family: "ElegantIcons";
  color: #d92432;
}

.twoshot-flex.center-tabs .flex-li a {
  background-color: #fffafa;
  padding: 15px 5px;
}
.twoshot-flex.center-tabs .flex-li a:after {
  content: "\35";
  position: absolute;
  top: 40%;
  right: 0px;
  display: block;
  font-family: "ElegantIcons";
  color: #d92432;
}

.twoshot-flex.telnum-tabs .flex-li a {
  background-color: #f7f7f7;
}

.twoshot-flex .flex-li.mrseye a {
  border: 1px solid #6500e1;
  color: #6500e1;
}
.twoshot-flex.center-tabs .flex-li.mrseye a:after {
  color: #6500e1;
}

.twoshot-flex .flex-li.smtelsex a {
  border: 1px solid #1e2453;
  color: #1e2453;
}

.twoshot-flex.center-tabs .flex-li.smtelsex a:after {
  color: #1e2453;
}

.new-tabs-title {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  font-size: 105%;
  /* padding: 0 20px; */
  text-align: center;
  background: #d92432;
  color: #fff;
  font-weight: bold;
  /* margin: 0 -5px; */
}

.area-tabs h4 {
  background: #d92432;
  color: #fff;
  padding: 3px 3px;
  border-radius: 4px;
  display: block;
  width: 7rem;
  margin: 0 auto 10px;
}

.telnum-tabs h4 {
  font-size: 14px;
  color: #d92432;
  font-weight: bold;
  margin: 0 0 3px;
}

.telnum-tabs div {
  color: #000;
}

.telnum-tabs div.cate {
  /*padding-top:3px;*/
  color: #d92432;
}

.telnum-tabs .mrseye div.cate,
.telnum-tabs .mrseye h4 {
  color: #6500e1;
}

.telnum-tabs .smtelsex div.cate,
.telnum-tabs .smtelsex h4 {
  color: #1e2453;
}

.tabs {
  /*margin-top: 50px;*/
  padding: 20px 0px 20px;
  padding-bottom: 20px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

/*タブのスタイル*/
.tab_item {
  /*width: calc(100%/4);*/
  width: calc((100% - 20px) / 3);
  height: 30px;
  /*margin-right: 5px;*/
  /*border: 3px solid #5ab4bd;*/
  background-color: #d9d9d9;
  border-radius: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  /*float: left;*/
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

/*.tab_item:hover {
  opacity: 0.75;
}
*/
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#allarea:checked ~ #all_content,
#program:checked ~ #program_content,
#telnum:checked ~ #telnum_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #d92432;
  color: #fff;
}


/* floating Icon */

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.icon-pay-button {
  position: fixed;
  bottom: 1.5em;
  right: 5px;
  /* animation: animation-drift 3s linear infinite; */
  animation: animation-float 1.8s linear infinite alternate-reverse;
  transform-origin: 50% 50%;
  z-index: 9999;
}

/*
.pay-button{
  width:90px;
  height:90px;
  background: #fff100;
  border-radius: 50px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.pay-button:before {
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  margin:0 auto;
  position: absolute;
  top:5px;
  left:0;
  right:0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-point%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23181818%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M55.78%2C2.23H24.22A7.23%2C7.23%2C0%2C0%2C0%2C17%2C9.44V72.15a7.22%2C7.22%2C0%2C0%2C0%2C7.21%2C7.21H55.78A7.22%2C7.22%2C0%2C0%2C0%2C63%2C72.15V9.44A7.23%2C7.23%2C0%2C0%2C0%2C55.78%2C2.23Zm2.94%2C69.92a3%2C3%2C0%2C0%2C1-2.94%2C2.95H24.22a3%2C3%2C0%2C0%2C1-2.94-2.95V9.44A2.94%2C2.94%2C0%2C0%2C1%2C24.22%2C6.5h6.22v.62a2.66%2C2.66%2C0%2C0%2C0%2C2.67%2C2.67H46.89a2.66%2C2.66%2C0%2C0%2C0%2C2.67-2.67V6.5h6.22a2.94%2C2.94%2C0%2C0%2C1%2C2.94%2C2.94Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.39%2C24.19a1.77%2C1.77%2C0%2C0%2C0-.6-1.4%2C2.37%2C2.37%2C0%2C0%2C0-1.64-.54H38.31v3.86h2.84a2.41%2C2.41%2C0%2C0%2C0%2C1.64-.53A1.74%2C1.74%2C0%2C0%2C0%2C43.39%2C24.19Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40%2C14.26A12.58%2C12.58%2C0%2C1%2C0%2C52.58%2C26.84%2C12.58%2C12.58%2C0%2C0%2C0%2C40%2C14.26ZM38.31%2C28.58v5.3h-3V19.8h6a6.35%2C6.35%2C0%2C0%2C1%2C2.16.35%2C4.63%2C4.63%2C0%2C0%2C1%2C1.61.94%2C4.36%2C4.36%2C0%2C0%2C1%2C1%2C1.41%2C4.26%2C4.26%2C0%2C0%2C1%2C0%2C3.38%2C4.12%2C4.12%2C0%2C0%2C1-1%2C1.4%2C4.49%2C4.49%2C0%2C0%2C1-1.61.95%2C6.35%2C6.35%2C0%2C0%2C1-2.16.35Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.icon-pay-button_inner {
  position: absolute;
  width:6em;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  line-height: 1em;
  font-size: 1em;
  transform: scale(0.9);
  color: #000;
  padding:1px 0;
  background-color: rgba(255, 241, 0, 1);
}



@keyframes animation-drift {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
*/

/* **************************************************
  250612 floating icon 変更
************************************************** */

button.icon-login-bonus{
  width: 10em;
  height: 10em;
}

.icon-login-bonus img {
  width: 100%;
  height:auto;
}

.bonus_img{
  padding:0.5em 1em;
}

.bonus_img img{
  display: block;
}


@keyframes animation-float {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}


/* **************************************************
スライドバナー 追加 2021.9.9
************************************************** */
.swiper {
width: calc( 100% - 10px) ;
height: 100%;
position: relative;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.swiper h3{
  font-size:14px;
}

.swiper-slide{
padding-bottom:20px;
background:transparent!important;
}

.swiper-pagination{
bottom:-5px !important;
}


.bn-area{
  width: calc( 100% - 10px) ;
  margin:0 auto;
}

.bn-area a{
  display: block;
}

.bn-area img{
  width: 100%;
  height:auto;
}



/*
21/11/10追加
ASP用 ダイヤルモーダル
*/

.modal-dial {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.dial-tel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 45px 0 30px 0;
  min-height: 200px;
  max-width: 500px;
  background-color: #fff;
  border-radius: 10px;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.dial-tel-p {
  margin: 0;
  padding: 10px 0px;
  font-size: 14px;
  text-align: center;
  line-height: 1em;
}
/*
.dial-tel-h2 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  line-height: 1em;
  font-weight: 700 !important;
  font-size: 7vw;
}

.dial-tel-h2 > span {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  margin: 0 0 0 5px;
  background-color: #d00;
  letter-spacing: 2px;
  border-radius: 5px;
}

.dial-tel-div {
  padding: 10px 0 20px;
  text-align: center;
}

.dial-tel-btn {
  width: 90%;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 18px;
  background-color: #0c9c3c;
  white-space: nowrap;
  color:#fff;
  position: relative;
}
.dial-tel-btn:before {
  content:"";
  width:11rem;
  height: 11rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M30.8%2C23.3l-6.2-2.6c-0.5-0.2-1.2-0.1-1.5%2C0.4l-2.7%2C3.3c-4.3-2-7.7-5.5-9.8-9.8l3.3-2.7c0.5-0.4%2C0.6-1%2C0.4-1.5%20l-2.6-6.2c-0.3-0.6-0.9-0.9-1.5-0.8L4.4%2C4.8c-0.6%2C0.1-1%2C0.7-1%2C1.3c0%2C14.1%2C11.5%2C25.6%2C25.6%2C25.6c0.6%2C0%2C1.2-0.4%2C1.3-1l1.3-5.7%20C31.7%2C24.2%2C31.4%2C23.6%2C30.8%2C23.3L30.8%2C23.3z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
} */

.modal-dial-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000;
  padding: 8px 12px 8px 35px;
  border: none;
  /* viewport-fit: middle; */
 border-radius: 2rem;
  background-color: #ddd;
  font-size: 1.3rem;
  line-height: 1.2em;
}

.modal-dial-close > span {
  display: block;
  overflow: hidden;
  text-indent: -100px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  width: 20px;
  height: 20px;
}

.modal-dial-close > span:before,
.modal-dial-close > span:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.modal-dial-close > span:before {
  transform: rotate(45deg);
}

.modal-dial-close > span:after {
  transform: rotate(315deg);
}



.modal-dial .inner-p-text {
  line-height: 1.2em;
  /* margin-bottom: 10px; */
  padding:10px 20px;
  font-size: 1.4rem;
  text-align: left;
}



.modal-dial .modal-inner input[type="tel"] {
  width: 30rem;
  height: 2.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #aaa;
  margin-bottom: 5px;
  padding-left: 5px;
  outline: none !important;
  font-size: 1.8rem;
}

.modal-dial .modal-inner input[type="tel"]:focus {
  box-shadow: 0 0 5px #fff100;
  border: 1px solid #fff100;
  font-size: 1.8rem;
}

.modal-dial .modal-btn-send {
  color: #ffffff;
  background-color: #000;
  padding: 10px 50px;
  width: 16rem;
  height:auto;
  border-radius: 2rem;
  border: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
  line-height: 1.1em;
}

.modal-dial .modal-btn-send:hover {
  background-color: #e62701;
}


.btn-return {
  padding:0 12px;
  background-color: #ddd;
  border-radius: 2rem;
  font-size: 1.3rem;
}

.btn-return > i {
  font-weight: bold;
  font-size: 2rem;
}



/* footer スクエアバナー 取り付け */
.rectangle-bn-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.rectangle-bn-area > a {
  flex: 0 1 calc(50% - 10px);
  margin-bottom: 10px;
}


/* maxdial.tpl */
/* **************************************************
	commonmenu
************************************************** */

.horizonmenu-ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.horizonmenu-li {
  flex:0 1 50%;
  /* border-right: 1px solid #d92432; */
  border-top: 1px solid #d92432;
  border-bottom: 1px solid #d92432;
  border-left: 1px solid #d92432;
  font-size: 108%;
  font-weight: bold;
  position: relative;
}

.horizonmenu-li:first-child {
    flex:0 1 55%;
    margin-right:5px;
  }


.horizonmenu-li:last-child {
  border-right: 1px solid #d92432;
}


.horizonmenu-li:first-child a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.horizonmenu-li:last-child a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 3px;
  border-top: solid 2px #cf4d89;
  border-right: solid 2px #cf4d89;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.horizonmenu-li a {
  display: block;
  padding:5px;
}

.horizonmenu-li:last-child a {
  font-size: 1.3rem;
  font-weight: normal;
}
.horizonmenu-li a > span {
  /* display: block; */
  /* color: #d92432; */
  font-weight: bold;
  /* font-size: 88%; */
}

.horizonmenu-li:first-child {
  border:none;
}


.btn-dial {
  color: #ffffff;
  background-color: #48ca3b;
  border-color: #48ca3b;
  text-align: left;;
}

.btn-dial:hover,
.btn-dial:focus,
.btn-dial:active,
.btn-dial.active,
.open .dropdown-toggle.btn-dial {
  color: #ffffff;
  background-color: #3aad2f;
  border-color: #359d2b;
}

.btn-dial:active,
.btn-dial.active,
.open .dropdown-toggle.btn-dial {
  background-image: none;
}

/* .common.section .accordion h3.panel-title {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  border: 2px solid #d92432;
  font-size: 105%;
  color: #d92432;
  font-weight: bold;
  position: relative;
}
.common.section .accordion h3.panel-title a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04e";
  font-family: "ElegantIcons";
  font-size: 110%;
}
.common.section .accordion h3.panel-title.active {
  width: 100%;
  margin-top: 10px;
  line-height: 40px;
  font-size: 105%;
  background: #d92432;
  color: white;
  font-weight: bold;
}
.common.section .accordion h3.panel-title.active a:after {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  content: "\e04c";
  font-family: "ElegantIcons";
  font-size: 110%;
}
.common.section .accordion h3.panel-title > a {
  display: block;
  padding: 0 5px;
} */



/* ====================================================================================================
pc用に修正
==================================================================================================== */
.pc .wrapper {
  width: 600px;
  margin: 0 auto;
}

.pc .layout {
  width: 600px;
  margin: 0 auto;
}



.pc .wrapper.fixed {
  top: 0;
  left: 50%;
  margin: 0 0 0 -300px;
}

.pc .dial-tel {
  display: none;
  position: absolute;
  width: 400px;
  padding: 40px 0 30px 0;
  min-height: 200px;
  max-width: 500px;
  background-color: #fff;
  border-radius: 10px;
}

.pc .modal {
  width: 600px;
  margin: 0 auto;
  transition: 0s; }
