@charset "UTF-8";
html, body, header, section, nav, div, ul, li, p, a, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

div, ul, li, p, a, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

div, section, aside {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 680px) {
  .container {
    width: 660px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 1030px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-ms-1, .col-sm-1, .col-md-1, .col-xs-2, .col-ms-2, .col-sm-2, .col-md-2, .col-xs-3, .col-ms-3, .col-sm-3, .col-md-3, .col-xs-4, .col-ms-4, .col-sm-4, .col-md-4, .col-xs-5, .col-ms-5, .col-sm-5, .col-md-5, .col-xs-6, .col-ms-6, .col-sm-6, .col-md-6, .col-xs-7, .col-ms-7, .col-sm-7, .col-md-7, .col-xs-8, .col-ms-8, .col-sm-8, .col-md-8, .col-xs-9, .col-ms-9, .col-sm-9, .col-md-9, .col-xs-10, .col-ms-10, .col-sm-10, .col-md-10, .col-xs-11, .col-ms-11, .col-sm-11, .col-md-11, .col-xs-12, .col-ms-12, .col-sm-12, .col-md-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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 680px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-1 {
    width: 8.3333333333%;
  }
  .col-ms-2 {
    width: 16.6666666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.3333333333%;
  }
  .col-ms-5 {
    width: 41.6666666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.3333333333%;
  }
  .col-ms-8 {
    width: 66.6666666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.3333333333%;
  }
  .col-ms-11 {
    width: 91.6666666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1050px) {
  .col-ml-1, .col-ml-2, .col-ml-3, .col-ml-4, .col-ml-5, .col-ml-6, .col-ml-7, .col-ml-8, .col-ml-9, .col-ml-10, .col-ml-11, .col-ml-12 {
    float: left;
  }
  .col-ml-1 {
    width: 8.3333333333%;
  }
  .col-ml-2 {
    width: 16.6666666667%;
  }
  .col-ml-3 {
    width: 25%;
  }
  .col-ml-4 {
    width: 33.3333333333%;
  }
  .col-ml-5 {
    width: 41.6666666667%;
  }
  .col-ml-6 {
    width: 50%;
  }
  .col-ml-7 {
    width: 58.3333333333%;
  }
  .col-ml-8 {
    width: 66.6666666667%;
  }
  .col-ml-9 {
    width: 75%;
  }
  .col-ml-10 {
    width: 83.3333333333%;
  }
  .col-ml-11 {
    width: 91.6666666667%;
  }
  .col-ml-12 {
    width: 100%;
  }
  .col-ml-pull-0 {
    right: auto;
  }
  .col-ml-pull-1 {
    right: 8.3333333333%;
  }
  .col-ml-pull-2 {
    right: 16.6666666667%;
  }
  .col-ml-pull-3 {
    right: 25%;
  }
  .col-ml-pull-4 {
    right: 33.3333333333%;
  }
  .col-ml-pull-5 {
    right: 41.6666666667%;
  }
  .col-ml-pull-6 {
    right: 50%;
  }
  .col-ml-pull-7 {
    right: 58.3333333333%;
  }
  .col-ml-pull-8 {
    right: 66.6666666667%;
  }
  .col-ml-pull-9 {
    right: 75%;
  }
  .col-ml-pull-10 {
    right: 83.3333333333%;
  }
  .col-ml-pull-11 {
    right: 91.6666666667%;
  }
  .col-ml-pull-12 {
    right: 100%;
  }
  .col-ml-push-0 {
    left: auto;
  }
  .col-ml-push-1 {
    left: 8.3333333333%;
  }
  .col-ml-push-2 {
    left: 16.6666666667%;
  }
  .col-ml-push-3 {
    left: 25%;
  }
  .col-ml-push-4 {
    left: 33.3333333333%;
  }
  .col-ml-push-5 {
    left: 41.6666666667%;
  }
  .col-ml-push-6 {
    left: 50%;
  }
  .col-ml-push-7 {
    left: 58.3333333333%;
  }
  .col-ml-push-8 {
    left: 66.6666666667%;
  }
  .col-ml-push-9 {
    left: 75%;
  }
  .col-ml-push-10 {
    left: 83.3333333333%;
  }
  .col-ml-push-11 {
    left: 91.6666666667%;
  }
  .col-ml-push-12 {
    left: 100%;
  }
  .col-ml-offset-0 {
    margin-left: 0%;
  }
  .col-ml-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ml-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ml-offset-3 {
    margin-left: 25%;
  }
  .col-ml-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ml-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ml-offset-6 {
    margin-left: 50%;
  }
  .col-ml-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ml-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ml-offset-9 {
    margin-left: 75%;
  }
  .col-ml-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ml-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ml-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 679px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

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

@media (max-width: 679px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*** フォント ***/
/*** パス ***/
/*** 基本function ***/
/*** 基本mixin ***/
/*** Bootstrap mixin ***/
/*** 共通クラス ***/
.bold {
  font-weight: bold;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #f00;
}

.opacity:hover img {
  opacity: 0.8;
}

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

/*** 汎用カラー設定 ***/
/*** 各種パーツ カスタマイズ用カラー設定 ***/
/*** 基本・レイアウト ***/
body {
  font: 14px "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0d0d0d;
  min-height: 100vh;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: auto;
  background-color: #e5d1ff;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 680px) {
  body {
    padding-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*** リンクカラー ***/
a, a:visited {
  color: #6268dc;
  text-decoration: underline;
}
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  color: #f64972;
  text-decoration: none;
}
a:hover .opa, a:active .opa, a:focus .opa, a:visited:hover .opa, a:visited:active .opa, a:visited:focus .opa {
  opacity: 0.8;
}

a img, a * {
  outline: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
img.bb {
  border: 1px solid #989898;
}

/*** ヘッダー ***/
#header {
  width: 100%;
  padding: 5px 3%;
}
@media (min-width: 680px) {
  #header {
    position: relative;
  }
}
#header .header_box {
  width: 100%;
  max-width: 700px;
}
#header .header_box ul.sns {
  display: inline-block;
  width: 100%;
  float: right;
}
#header .header_box ul.sns li {
  width: 40px;
  height: 100%;
  float: right;
  margin-left: 5px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
}
#header .header_box ul.sns li.share {
  cursor: pointer;
  background-color: white;
}
#header #share_box {
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  width: auto;
  background: white;
  padding: 10px 15px 10px;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 20;
  color: #180e00;
}
#header #share_box p {
  border-bottom: 2px solid #180e00;
  font-weight: bold;
  line-height: 1.1em;
}
#header #share_box b {
  cursor: pointer;
}
#header #share_box #share_btn {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
#header #share_box #share_btn li {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#header #share_box #share_btn li:last-child {
  margin-right: 0;
}
#header #share_box #share_btn li #copy {
  cursor: pointer;
}
#header #share_box .success-msg {
  display: none;
  position: absolute;
  width: 400px;
  height: 30px;
  line-height: 30px;
  color: white;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  z-index: 20;
}
@media (min-width: 680px) {
  #header #share_box .success-msg {
    font-size: 0.8em;
  }
}
#header div.bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#header #mainv {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
#header h1 {
  color: #0d0d0d;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 680px) {
  #header h1 {
    padding-top: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  #header h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#header h1 a, #header h1 a:visited, #header h1 a:hover, #header h1 a:active, #header h1 a:focus {
  color: #0d0d0d;
}

/*** 本文用パーツ ***/
#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#wrapper section {
  width: 100%;
  max-width: 700px;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}
#wrapper div {
  display: inline-block;
}
#wrapper h2 {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d0d0d;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 5px;
}
@media (min-width: 680px) {
  #wrapper h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #wrapper h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#wrapper h2 span {
  font-size: 0.8em;
}
#wrapper .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  color: #0d0d0d;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #ffc2e2;
  transition: all 0.2s ease-out;
  min-height: 56px;
  line-height: 1.1em;
  border: 2px solid #0d0d0d;
  box-shadow: 5px 5px 5px -5px #bc85c4;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 680px) {
  #wrapper .btn {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 3px;
    min-height: 60px;
    padding: 5px;
  }
}
#wrapper .btn b {
  width: 100%;
  padding: 0 30px 0 30px;
}
#wrapper .btn b span {
  font-size: 0.8em;
  letter-spacing: 0;
}
@media (min-width: 680px) {
  #wrapper .btn b span {
    font-size: 0.7em;
  }
}
#wrapper .btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  border-bottom: 3px solid #0d0d0d;
  border-right: 3px solid #0d0d0d;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
#wrapper .btn.round {
  border-radius: 26px;
}
@media (min-width: 680px) {
  #wrapper .btn.round {
    border-radius: 31px;
  }
}
#wrapper .btn:hover:after, #wrapper .btn:focus:after {
  transform: translate(-20%, -50%) rotate(-45deg);
}
#wrapper .btn.thum .thumbnail {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
#wrapper .btn.thum.round .thumbnail {
  border-radius: 20px;
}
@media (min-width: 680px) {
  #wrapper .btn.thum.round .thumbnail {
    border-radius: 25px;
  }
}
#wrapper .btn.thum b {
  width: calc(100% - 90px);
  padding: 0;
}
#wrapper .btn.youtube {
  justify-content: center;
}
#wrapper .btn.youtube img {
  height: 25px;
  margin-right: 30px;
  width: auto;
}
#wrapper .inner {
  width: 100%;
  padding: 30px 4%;
}
@media (min-width: 680px) {
  #wrapper .inner {
    padding: 40px 4%;
  }
}
@media (min-width: 992px) {
  #wrapper .inner {
    padding: 50px 50px;
    max-width: 700px;
  }
}
#wrapper .full_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
#wrapper ul.atten {
  list-style: disc;
}
#wrapper ul.atten li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
  text-align: left;
  font-size: 0.9em;
}
#wrapper ul.atten li:before {
  content: "※ ";
}

/*** SNS ***/
aside#sns {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 480px) {
  aside#sns {
    margin-bottom: 80px;
  }
}
aside#sns a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 0.5s ease;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/icon_x_b.png) left top no-repeat;
  background-size: 100% auto;
}
aside#sns a:hover {
  opacity: 0.8;
}
@media (min-width: 480px) {
  aside#sns a {
    width: 50px;
    height: 50px;
  }
}

/*** フッター ***/
#footer {
  position: absolute;
  width: 100%;
  padding: 5px 3%;
  left: 0;
  bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
#footer a, #footer a:hover, #footer a:active, #footer a:focus {
  color: #0d0d0d;
}
@media (min-width: 680px) {
  #footer {
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*** 汎用スタイル ***/
.letter_s {
  letter-spacing: -0.5px;
}

.gray {
  color: #989898;
  cursor: default;
}

.soon {
  color: #c0bfbf;
}

.white {
  color: white;
}

.theme {
  color: #180e00;
}

.font_s {
  line-height: 1em;
  font-size: 0.85em;
}

.font_m {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3em;
}
@media (min-width: 480px) {
  .font_m {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .font_m {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.font_ml {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3em;
}
@media (min-width: 480px) {
  .font_ml {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .font_ml {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.font_l {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  .font_l {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .font_l {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.font_ll {
  line-height: 1.4em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 480px) {
  .font_ll {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .font_ll {
    font-size: 30px;
    font-size: 3rem;
  }
}

.font_xl {
  font-size: 25px;
  font-size: 2.5rem;
}
@media (min-width: 480px) {
  .font_xl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .font_xl {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.mt5 {
  display: inline-block;
  margin-top: 5px;
}

.mt10 {
  display: inline-block;
  margin-top: 10px;
}

.mt20 {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt30 {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .mt50 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb5 {
  display: inline-block;
  margin-bottom: 5px;
}

.mb10 {
  display: inline-block;
  margin-bottom: 10px;
}

.mb20 {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb30 {
  display: inline-block;
  margin-bottom: 15px;
}
@media (min-width: 680px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb50 {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.pc {
  display: none;
}
@media (min-width: 680px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 680px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media (min-width: 480px) {
  .tab {
    display: block;
  }
}
@media (min-width: 768px) {
  .tab {
    display: none;
  }
}

.spo {
  display: block;
}
@media (min-width: 480px) {
  .spo {
    display: none;
  }
}

.pctab {
  display: none;
}
@media (min-width: 480px) {
  .pctab {
    display: inline-block;
  }
}

.pco {
  display: none;
}
@media (min-width: 992px) {
  .pco {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */