/* ==============================================================
    _myBootcss
 ================================================================*/
/* ======    clear   ====== */
@import url(animate.css);
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
  outline: 0;
}

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

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

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

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  position: relative;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* ======  end  clear   ====== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

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

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.3%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.col-2 {
  -ms-flex: 0 0 16.6%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.col-5 {
  -ms-flex: 0 0 41.5%;
  -webkit-box-flex: 0;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.2%;
  -webkit-box-flex: 0;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.col-8 {
  -ms-flex: 0 0 66.6%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.col-11 {
  -ms-flex: 0 0 91.6%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.min-sm-size .col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-sm-size .col-sm-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-sm-size .col-sm-1 {
  -ms-flex: 0 0 8.3%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-sm-size .col-sm-2 {
  -ms-flex: 0 0 16.6%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-sm-size .col-sm-3 {
  -ms-flex: 0 0 24.9%;
  -webkit-box-flex: 0;
  flex: 0 0 24.9%;
  max-width: 24.9%;
}

.min-sm-size .col-sm-4 {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-sm-size .col-sm-5 {
  -ms-flex: 0 0 41.5%;
  -webkit-box-flex: 0;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-sm-size .col-sm-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-sm-size .col-sm-7 {
  -ms-flex: 0 0 58.2%;
  -webkit-box-flex: 0;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-sm-size .col-sm-8 {
  -ms-flex: 0 0 66%;
  -webkit-box-flex: 0;
  flex: 0 0 66%;
  max-width: 66%;
}

.min-sm-size .col-sm-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-sm-size .col-sm-10 {
  -ms-flex: 0 0 83.3%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-sm-size .col-sm-11 {
  -ms-flex: 0 0 91.6%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-sm-size .col-sm-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-sm-size .order-sm-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.min-sm-size .order-sm-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.min-sm-size .order-sm-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.min-sm-size .order-sm-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.min-sm-size .order-sm-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.min-sm-size .order-sm-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.min-sm-size .order-sm-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.min-sm-size .order-sm-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.min-sm-size .order-sm-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.min-sm-size .order-sm-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.min-sm-size .order-sm-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.min-sm-size .order-sm-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.min-md-size .col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-md-size .col-md-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-md-size .col-md-1 {
  -ms-flex: 0 0 8.3%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-md-size .col-md-2 {
  -ms-flex: 0 0 16.6%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-md-size .col-md-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.min-md-size .col-md-4 {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-md-size .col-md-5 {
  -ms-flex: 0 0 41.5%;
  -webkit-box-flex: 0;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-md-size .col-md-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-md-size .col-md-7 {
  -ms-flex: 0 0 58.2%;
  -webkit-box-flex: 0;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-md-size .col-md-8 {
  -ms-flex: 0 0 66.6%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.min-md-size .col-md-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-md-size .col-md-10 {
  -ms-flex: 0 0 83.3%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-md-size .col-md-11 {
  -ms-flex: 0 0 91.6%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-md-size .col-md-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-md-size .order-md-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.min-md-size .order-md-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.min-md-size .order-md-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.min-md-size .order-md-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.min-md-size .order-md-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.min-md-size .order-md-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.min-md-size .order-md-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.min-md-size .order-md-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.min-md-size .order-md-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.min-md-size .order-md-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.min-md-size .order-md-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.min-md-size .order-md-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.min-lg-size .col-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-lg-size .col-lg-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-lg-size .col-lg-1 {
  -ms-flex: 0 0 8.3%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-lg-size .col-lg-2 {
  -ms-flex: 0 0 16.6%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-lg-size .col-lg-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.min-lg-size .col-lg-4 {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-lg-size .col-lg-5 {
  -ms-flex: 0 0 41.5%;
  -webkit-box-flex: 0;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-lg-size .col-lg-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-lg-size .col-lg-7 {
  -ms-flex: 0 0 58.2%;
  -webkit-box-flex: 0;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-lg-size .col-lg-8 {
  -ms-flex: 0 0 66.6%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.min-lg-size .col-lg-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-lg-size .col-lg-10 {
  -ms-flex: 0 0 83.3%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-lg-size .col-lg-11 {
  -ms-flex: 0 0 91.6%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-lg-size .col-lg-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-lg-size .order-lg-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.min-lg-size .order-lg-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.min-lg-size .order-lg-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.min-lg-size .order-lg-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.min-lg-size .order-lg-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.min-lg-size .order-lg-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.min-lg-size .order-lg-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.min-lg-size .order-lg-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.min-lg-size .order-lg-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.min-lg-size .order-lg-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.min-lg-size .order-lg-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.min-lg-size .order-lg-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.min-xl-size .col-xl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.min-xl-size .col-xl-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.min-xl-size .col-xl-1 {
  -ms-flex: 0 0 8.3%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3%;
  max-width: 8.3%;
}

.min-xl-size .col-xl-2 {
  -ms-flex: 0 0 16.6%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.min-xl-size .col-xl-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.min-xl-size .col-xl-4 {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.min-xl-size .col-xl-5 {
  -ms-flex: 0 0 41.5%;
  -webkit-box-flex: 0;
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.min-xl-size .col-xl-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.min-xl-size .col-xl-7 {
  -ms-flex: 0 0 58.2%;
  -webkit-box-flex: 0;
  flex: 0 0 58.2%;
  max-width: 58.3%;
}

.min-xl-size .col-xl-8 {
  -ms-flex: 0 0 66.6%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.min-xl-size .col-xl-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.min-xl-size .col-xl-10 {
  -ms-flex: 0 0 83.3%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

.min-xl-size .col-xl-11 {
  -ms-flex: 0 0 91.6%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6%;
  max-width: 91.6%;
}

.min-xl-size .col-xl-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.min-xl-size .order-xl-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.min-xl-size .order-xl-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.min-xl-size .order-xl-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.min-xl-size .order-xl-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.min-xl-size .order-xl-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.min-xl-size .order-xl-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.min-xl-size .order-xl-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.min-xl-size .order-xl-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.min-xl-size .order-xl-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.min-xl-size .order-xl-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.min-xl-size .order-xl-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.min-xl-size .order-xl-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.min-sm-size .flex-sm-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.min-sm-size .flex-sm-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.min-sm-size .flex-sm-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.min-sm-size .flex-sm-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.min-sm-size .flex-sm-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-sm-size .flex-sm-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-sm-size .flex-sm-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-sm-size .justify-content-sm-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.min-sm-size .justify-content-sm-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.min-sm-size .justify-content-sm-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.min-sm-size .justify-content-sm-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.min-sm-size .justify-content-sm-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-sm-size .align-items-sm-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.min-sm-size .align-items-sm-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.min-sm-size .align-items-sm-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.min-sm-size .align-items-sm-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.min-sm-size .align-items-sm-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.min-sm-size .align-content-sm-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-sm-size .align-content-sm-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-sm-size .align-content-sm-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-sm-size .align-content-sm-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-sm-size .align-content-sm-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-sm-size .align-content-sm-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-sm-size .align-self-sm-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.min-sm-size .align-self-sm-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-sm-size .align-self-sm-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-sm-size .align-self-sm-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.min-sm-size .align-self-sm-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-sm-size .align-self-sm-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.min-md-size .flex-md-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.min-md-size .flex-md-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.min-md-size .flex-md-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.min-md-size .flex-md-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.min-md-size .flex-md-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-md-size .flex-md-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-md-size .flex-md-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-md-size .justify-content-md-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.min-md-size .justify-content-md-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.min-md-size .justify-content-md-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.min-md-size .justify-content-md-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.min-md-size .justify-content-md-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-md-size .align-items-md-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.min-md-size .align-items-md-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.min-md-size .align-items-md-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.min-md-size .align-items-md-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.min-md-size .align-items-md-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.min-md-size .align-content-md-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-md-size .align-content-md-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-md-size .align-content-md-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-md-size .align-content-md-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-md-size .align-content-md-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-md-size .align-content-md-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-md-size .align-self-md-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.min-md-size .align-self-md-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-md-size .align-self-md-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-md-size .align-self-md-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.min-md-size .align-self-md-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-md-size .align-self-md-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.min-lg-size .flex-lg-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.min-lg-size .flex-lg-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.min-lg-size .flex-lg-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.min-lg-size .flex-lg-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.min-lg-size .flex-lg-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-lg-size .flex-lg-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-lg-size .flex-lg-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-lg-size .justify-content-lg-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.min-lg-size .justify-content-lg-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.min-lg-size .justify-content-lg-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.min-lg-size .justify-content-lg-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.min-lg-size .justify-content-lg-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-lg-size .align-items-lg-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.min-lg-size .align-items-lg-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.min-lg-size .align-items-lg-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.min-lg-size .align-items-lg-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.min-lg-size .align-items-lg-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.min-lg-size .align-content-lg-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-lg-size .align-content-lg-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-lg-size .align-content-lg-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-lg-size .align-content-lg-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-lg-size .align-content-lg-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-lg-size .align-content-lg-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-lg-size .align-self-lg-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.min-lg-size .align-self-lg-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-lg-size .align-self-lg-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-lg-size .align-self-lg-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.min-lg-size .align-self-lg-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-lg-size .align-self-lg-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.min-xl-size .flex-xl-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.min-xl-size .flex-xl-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.min-xl-size .flex-xl-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.min-xl-size .flex-xl-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.min-xl-size .flex-xl-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.min-xl-size .flex-xl-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.min-xl-size .flex-xl-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.min-xl-size .justify-content-xl-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.min-xl-size .justify-content-xl-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.min-xl-size .justify-content-xl-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.min-xl-size .justify-content-xl-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.min-xl-size .justify-content-xl-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.min-xl-size .align-items-xl-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.min-xl-size .align-items-xl-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.min-xl-size .align-items-xl-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.min-xl-size .align-items-xl-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.min-xl-size .align-items-xl-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.min-xl-size .align-content-xl-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.min-xl-size .align-content-xl-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.min-xl-size .align-content-xl-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.min-xl-size .align-content-xl-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.min-xl-size .align-content-xl-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.min-xl-size .align-content-xl-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.min-xl-size .align-self-xl-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.min-xl-size .align-self-xl-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.min-xl-size .align-self-xl-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.min-xl-size .align-self-xl-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.min-xl-size .align-self-xl-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.min-xl-size .align-self-xl-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

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

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

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd: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;
}

.overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}

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

img {
  vertical-align: middle;
}

/* ==============================================================
    Basic
 ================================================================*/
.color-coffee {
  color: #59493f;
}

.color-pink {
  color: #dc7878 !important;
}

.color-pink02 {
  color: #dcaaaa !important;
}

.color-red {
  color: #c70f09 !important;
}

.color-white {
  color: #fff !important;
}

.linkStyle {
  color: #539ed3;
}

.linkStyle:hover, .linkStyle:focus {
  text-decoration: underline;
}

.bg-f0e6d7 {
  background: #f0e6d7;
}

.bg-fff {
  background: #fff;
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

.font-big {
  font-size: 1.3em;
  font-weight: normal;
}

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

.f70 {
  font-size: 4.375rem !important;
}

.max-bg-size .f70 {
  font-size: 3.75rem !important;
}

.max-lg-size .f70 {
  font-size: 3.125rem !important;
}

.max-sm-size .f70 {
  font-size: 2.5rem !important;
}

.f60 {
  font-size: 3.75rem !important;
  line-height: 5.625rem;
}

.max-bg-size .f60 {
  font-size: 3.125rem !important;
}

.max-lg-size .f60 {
  font-size: 2.813rem !important;
}

.max-sm-size .f60 {
  font-size: 1.938rem !important;
  line-height: 50px;
}

.f55 {
  font-size: 3.438rem !important;
  line-height: 4.375rem;
}

.max-bg-size .f55 {
  font-size: 3.125rem !important;
}

.max-lg-size .f55 {
  font-size: 2.5rem !important;
  line-height: 4.063rem;
}

.max-sm-size .f55 {
  font-size: 1.875rem !important;
  line-height: 2.813rem;
}

.f50 {
  font-size: 3.125rem !important;
}

.max-bg-size .f50 {
  font-size: 2.5rem !important;
}

.max-sm-size .f50 {
  font-size: 1.875rem !important;
}

.f48 {
  font-size: 3rem !important;
}

.max-bg-size .f48 {
  font-size: 2.5rem !important;
}

.max-sm-size .f48 {
  font-size: 1.875rem !important;
}

.f45 {
  font-size: 2.813rem !important;
  line-height: 65px;
}

.max-sm-size .f45 {
  font-size: 1.688rem !important;
  line-height: 40px;
}

.t40, .f40 {
  font-size: 2.813rem !important;
}

.max-sm-size .t40, .max-sm-size .f40 {
  font-size: 1.688rem !important;
}

.f36 {
  font-size: 2.25rem !important;
  line-height: 3.125rem;
}

.max-bg-size .f36 {
  font-size: 1.875rem !important;
  line-height: 2.188rem;
}

.max-sm-size .f36 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f35 {
  font-size: 2.188rem !important;
  line-height: 3.125rem;
}

.max-sm-size .f35 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f33 {
  font-size: 2.063rem !important;
  line-height: 3rem;
}

.max-sm-size .f33 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f30 {
  font-size: 1.875rem !important;
  line-height: 2.813rem;
}

.max-sm-size .f30 {
  font-size: 1.563rem !important;
  line-height: 1.875rem;
}

.f28 {
  font-size: 1.75rem !important;
}

.max-xs-size .f28 {
  font-size: 1.375rem !important;
}

.f25 {
  font-size: 1.563rem !important;
  line-height: 2.5rem;
}

.max-xs-size .f25 {
  font-size: 1.375rem !important;
  line-height: 2.063rem;
}

.f24 {
  font-size: 1.5rem !important;
}

.max-xs-size .f24 {
  font-size: 1.125rem !important;
}

.f22 {
  font-size: 1.375rem !important;
}

.max-xs-size .f22 {
  font-size: 1.125rem !important;
}

.f20 {
  font-size: 1.25rem !important;
  line-height: 30px;
}

.max-sm-size .f20 {
  font-size: 1.125rem !important;
}

.f19 {
  font-size: 1.188rem !important;
}

.max-sm-size .f19 {
  font-size: 1.125rem !important;
}

.f18 {
  font-size: 1.125rem !important;
}

.max-md-size .f18 {
  font-size: 1rem !important;
}

.f17 {
  font-size: 1.063rem !important;
  line-height: 1.688rem;
}

.max-md-size .f17 {
  font-size: 0.938rem !important;
  line-height: 1.688rem;
}

.f16 {
  font-size: 1rem !important;
}

.max-sm-size .f16 {
  font-size: 0.938rem !important;
}

.f15 {
  font-size: 0.938rem !important;
}

.max-sm-size .f15 {
  font-size: 0.875rem !important;
}

.f14 {
  font-size: 0.875rem !important;
}

.max-sm-size .f14 {
  font-size: 0.813rem !important;
}

.f13 {
  font-size: 0.813rem !important;
}

.f12 {
  font-size: 0.75rem !important;
}

.m0 {
  margin: 0 !important;
}

.mTB100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.max-lg-size .mTB100 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.max-sm-size .mTB100 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mTB60, .m60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.max-sm-size .mTB60, .max-sm-size .m60 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.max-sm-size .mTB60.sT10, .max-sm-size .m60.sT10 {
  margin-top: 10px !important;
}

.mTB50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.max-sm-size .mTB50 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.max-sm-size .mTB50.sT10 {
  margin-top: 10px !important;
}

.mTB45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.max-sm-size .mTB45 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mTB35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.max-md-size .mTB35.s15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.max-sm-size .mTB35 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mTB30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.max-md-size .mTB30 {
  margin-top: 1.563rem !important;
  margin-bottom: 1.563rem !important;
}

.max-sm-size .mTB30 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mTB25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.max-sm-size .mTB25.s0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mT110 {
  margin-top: 110px !important;
}

.max-md-size .mT110 {
  margin-top: 60px !important;
}

.max-md-size .mT110.s0 {
  margin-top: 0 !important;
}

.mT100 {
  margin-top: 100px !important;
}

.max-bg-size .mT100 {
  margin-top: 60px !important;
}

.max-md-size .mT100 {
  margin-top: 40px !important;
}

.max-sm-size .mT100.s0 {
  margin-top: 0px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.max-md-size .mT80 {
  margin-top: 30px !important;
}

.max-md-size .mT80.s0 {
  margin-top: 0 !important;
}

.max-md-size .mT80.s50 {
  margin-top: 50px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.max-sm-size .mT70 {
  margin-top: 30px !important;
}

.max-lg-size .mT70.l0 {
  margin-top: 0px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.max-sm-size .mT60 {
  margin-top: 30px !important;
}

.max-sm-size .mT60.s0 {
  margin-top: 0 !important;
}

.mT50 {
  margin-top: 50px !important;
}

.max-sm-size .mT50 {
  margin-top: 25px !important;
}

.max-sm-size .mT50.s0 {
  margin-top: 0;
}

.mT45 {
  margin-top: 45px !important;
}

.max-sm-size .mT45 {
  margin-top: 25px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.max-sm-size .mT40 {
  margin-top: 20px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.max-sm-size .mT35 {
  margin-top: 20px !important;
}

.max-sm-size .mT35.sm0, .max-sm-size .mT35.s0 {
  margin-top: 0px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.max-sm-size .mT30 {
  margin-top: 20px !important;
}

.max-sm-size .mT30.s30 {
  margin-top: 30px !important;
}

.max-sm-size .mT30.sm0, .max-sm-size .mT30.s0 {
  margin-top: 0px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.max-sm-size .mT25.sm0 {
  margin-top: 0 !important;
}

.mT20 {
  margin-top: 20px !important;
}

.max-sm-size .mT20.sm0 {
  margin-top: 0 !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.max-sm-size .smT0 {
  margin-top: 0px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.max-lg-size .mB100 {
  margin-bottom: 50px !important;
}

.max-sm-size .mB100 {
  margin-bottom: 35px !important;
}

.max-sm-size .mB100.s50 {
  margin-bottom: 50px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.max-sm-size .mB90 {
  margin-bottom: 30px !important;
}

.max-sm-size .mB90.s50 {
  margin-bottom: 50px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.max-sm-size .mB80 {
  margin-bottom: 30px !important;
}

.max-sm-size .mB80.s50 {
  margin-bottom: 50px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.max-sm-size .mB70 {
  margin-bottom: 30px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.max-sm-size .mB60 {
  margin-bottom: 30px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.max-sm-size .mB50 {
  margin-bottom: 25px !important;
}

.max-sm-size .mB50.s10 {
  margin-bottom: 10px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.max-sm-size .mB40 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.max-sm-size .mB35 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.max-sm-size .mB30.s20 {
  margin-bottom: 25px !important;
}

.max-sm-size .mB30.s10 {
  margin-bottom: 10px !important;
}

.max-sm-size .mB30.s0 {
  margin-bottom: 0 !important;
}

.max-sm-size .mB30.sm {
  margin-bottom: 30px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB9 {
  margin-bottom: 9px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.max-sm-size .smB0 {
  margin-bottom: 0;
}

.mL10 {
  margin-left: 10px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mLR0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pTB100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.max-sm-size .pTB100 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pTB70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.max-sm-size .pTB70 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pTB60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.max-sm-size .pTB60 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pTB50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.max-sm-size .pTB50 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pTB40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.max-sm-size .pTB40 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.max-sm-size .p30 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p10 {
  padding: 10px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.max-sm-size .pT80 {
  padding-top: 40px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.max-sm-size .pT70 {
  padding-top: 40px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.max-sm-size .pT60 {
  padding-top: 30px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.max-sm-size .pT50 {
  padding-top: 25px !important;
}

.max-sm-size .pT50.s0 {
  padding-top: 0 !important;
}

.pT40 {
  padding-top: 40px !important;
}

.max-sm-size .pT40 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.max-sm-size .pT30 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.max-sm-size .pT20 {
  padding-top: 15px !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.max-sm-size .pB100 {
  padding-bottom: 40px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.max-sm-size .pB60 {
  padding-bottom: 30px !important;
}

.pB50 {
  padding-bottom: 3.125rem !important;
}

.max-sm-size .pB50 {
  padding-bottom: 1.25rem !important;
}

.pB40 {
  padding-bottom: 2.5rem !important;
}

.max-sm-size .pB40 {
  padding-bottom: 1.25rem !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.max-sm-size .pB30 {
  padding-bottom: 15px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.max-sm-size .pB110 {
  padding-bottom: 50px !important;
}

.max-sm-size .pB110.s0 {
  padding-bottom: 0 !important;
}

.pL30 {
  padding-left: 30px !important;
}

.max-sm-size .pL30.s0 {
  padding-left: 0 !important;
}

.bT {
  border-top: 1px solid #dedede;
}

.p15 {
  padding: 0.938rem !important;
}

.p0 {
  padding: 0  !important;
}

.max-sm-size .ps0 {
  padding: 0  !important;
}

.min-sm-size .hidden-sm-pL0 {
  padding-left: 0  !important;
}

.min-sm-size .hidden-sm-pR0 {
  padding-right: 0  !important;
}

.pL0 {
  padding-left: 0  !important;
}

.pl5 {
  padding-left: 5px;
}

.pR0 {
  padding-right: 0  !important;
}

.pRL100 {
  padding-left: 100px  !important;
  padding-right: 100px  !important;
}

.max-bl-size .pRL100 {
  padding-left: 50px  !important;
  padding-right: 50px  !important;
}

.max-sm-size .pRL100 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.max-sm-size .pRL100.sm35 {
  padding-left: 35px  !important;
  padding-right: 35px  !important;
}

.pRL60 {
  padding-left: 60px  !important;
  padding-right: 60px  !important;
}

.max-lg-size .pRL60 {
  padding-left: 40px  !important;
  padding-right: 40px  !important;
}

.max-sm-size .pRL60 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.pRL45 {
  padding-left: 45px  !important;
  padding-right: 45px  !important;
}

.max-sm-size .pRL45 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.pRL25 {
  padding-left: 25px  !important;
  padding-right: 25px  !important;
}

.pRL20 {
  padding-left: 20px  !important;
  padding-right: 20px  !important;
}

.pRL0 {
  padding-left: 0px  !important;
  padding-right: 0px  !important;
}

.pR45 {
  padding-right: 45px  !important;
}

.max-sm-size .pR45 {
  padding-right: 20px  !important;
}

.pL45 {
  padding-left: 45px  !important;
}

.max-sm-size .pL45 {
  padding-left: 20px  !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.textLine {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

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

.fwN {
  font-weight: normal !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

.max-sm-size .sm-tl {
  text-align: left !important;
}

.italic {
  font-style: italic;
}

.tUpper {
  text-transform: uppercase;
}

.ls0 {
  letter-spacing: 0px;
}

.ls1 {
  letter-spacing: 0px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.max-sm-size .ls5.s1 {
  letter-spacing: 1px;
}

.ls8 {
  letter-spacing: 8px;
}

.t4 {
  top: 4px;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/* ==============================================================
       _default
 ================================================================*/
/* ==============================
   html
=============================== */
.html img {
  max-width: 100%;
}

/* ==============================
    public
=============================== */
html, body {
  -webkit-overflow-scrolling: touch;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
}

body {
  padding: 0;
  margin: 0;
  color: #323232;
  -webkit-text-size-adjust: none;
}

@media all and (max-width: 300px) {
  body, html, #header {
    width: 300px !important;
  }
}

.wp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.noP {
  padding-left: 0px;
  padding-right: 0px;
}

.col {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.w100 {
  width: 100% !important;
}

.max-sm-size .w-sm {
  width: auto;
}

hr {
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  clear: both;
  border-right-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding-top: 20px;
  display: block;
  margin-bottom: 25px;
}

a {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.max-lg-size .hidden-lg,
.max-md-size .hidden-md,
.max-sm-size .hidden-sm,
.max-xs-size .hidden-xs,
.min-lg-size .hidden-min-lg,
.min-md-size .hidden-min-md,
.min-sm-size .hidden-min-sm,
.min-xs-size .hidden-min-xs {
  display: none !important;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  width: 15px;
  height: 15px;
}

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

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

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

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

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

input[type="radio"] {
  margin: 7px 0 0;
}

input[type="checkbox"] {
  margin: 10px 0 0;
  top: 2px;
  position: relative;
}

.max-sm-size input[type="checkbox"] {
  margin: 7px 0 0;
}

/* ==============================
   Rows
=============================== */
.rows,
ul.rows,
ol.rows,
dl.rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.rows > li,
ol.rows > li,
dl.rows > dt,
dl.rows > dd {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}

/* ==============================
   Columns [float]
=============================== */
.columns,
ul.columns,
ol.columns,
dl.columns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.columns:after,
ul.columns:after,
ol.columns:after,
dl.columns:after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.columns .list-item,
ul.columns > li,
ol.columns > li,
dl.columns > dt,
dl.columns > dd {
  margin: 0;
  padding: 0;
  float: left;
}

/* ==============================
   Columns [inline]
=============================== */
.columns.inline,
ul.columns.inline,
ol.columns.inline,
dl.columns.inline {
  letter-spacing: -0.31em;
}

opera-hack:-o-prefocus,
ul.columns.inline,
ol.columns.inline,
dl.columns.inline {
  *word-spacing: -0.43em;
}

ul.columns.inline > li,
ol.columns.inline > li,
dl.columns.inline > dt,
dl.columns.inline > dd {
  float: none;
  display: inline-block;
  vertical-align: initial;
  letter-spacing: normal;
}

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

dt,
dd {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

.min-sm-size .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

/* ==============================
    text
=============================== */
a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

a img {
  border: 0;
}

/*select*/
/*centert*/
.centert {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
}

.max-sm-size .centert.no-sm {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
  text-align: center;
  position: relative;
}

.max-md-size .centert.no-md {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
  text-align: center;
  display: block;
  position: relative;
}

.centert02 {
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}

.centert_h {
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.centert04 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.centert05 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

.hr-center::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.flex-center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print {
  .print-hid {
    display: none;
  }
  .header,
  .footer,
  .shareLink {
    display: none !important;
  }
  .section {
    background-image: none !important;
    background-color: #FFFFFF !important;
  }
  body {
    background-image: none !important;
  }
  .page-coupon .list {
    width: 632px !important;
    border: 3px solid #E3E3E3;
  }
  .page-coupon .list .txt p {
    width: 100% !important;
    display: iblock !important;
  }
}

a, a:focus, a:active {
  text-decoration: none;
}

a, a:focus, a:active,
button, button:focus, button:active {
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  outline: 0 !important;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  behavior: expression(this.onFocus=this.blur());
}

.clear {
  clear: both;
}

.min-sm-size .hidden-xs {
  display: block !important;
}

.min-sm-size .hidden-xs.inline {
  display: inline-block !important;
}

.max-sm-size .hidden-xs {
  display: none !important;
}

.max-sm-size .hidden-xs.inline {
  display: none !important;
}

.min-lg-size .hidden-lg {
  display: block !important;
}

.max-lg-size .hidden-lg {
  display: none  !important;
}

.min-lg-size .hidden-lg.inline {
  display: inline-block !important;
}

.min-md-size .hidden-md {
  display: block !important;
}

.min-md-size .hidden-md.inline {
  display: inline-block !important;
}

.max-md-size .hidden-md {
  display: none  !important;
}

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

.max-sm-size .visible-xs {
  display: block !important;
}

.max-sm-size .visible-xs.inline {
  display: inline-block !important;
}

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

.max-md-size .visible-md {
  display: block !important;
}

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

.max-lg-size .visible-lg {
  display: block !important;
}

.min-bg-size .visible-bg {
  display: none !important;
}

.max-bg-size .visible-bg {
  display: block !important;
}

.max-lg-size .visible-lg.inline {
  display: inline-block !important;
}

.max-sm-size .display-sm {
  display: block !important;
}

.imgCenter {
  text-align: center;
}

.imgCenter img {
  margin-left: auto;
  margin-right: auto;
}

.inlineBlock {
  display: inline-block !important;
}

.cursor {
  cursor: pointer;
}

.cover-a, .block-a {
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.01);
  background-size: cover;
}

/* ==============================================================
    Basic
 ================================================================*/
body {
  line-height: 1.7rem;
  font-size: 1rem;
  background-color: #eaeaea;
  color: #323232;
  font-family: Arial, Verdana , sans-serif , "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: auto;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

body.is-start {
  opacity: 1;
}

body.overflow {
  overflow: hidden !important;
}

html.is-active, body.is-active {
  height: 100vh;
  overflow: hidden !important;
}

.eng {
  font-family: 'Quicksand', sans-serif;
}

.pc img {
  width: 100%;
  height: auto;
}

.wp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.vh100 {
  height: 100vh;
}

.font-Lora {
  font-family: 'Lora',"Microsoft JhengHei", serif;
}

/* ============================================================
    common
 ==============================================================*/
/* ========  .btnGroup   =======*/
.trans-btn {
  font-size: 1rem;
  color: #dc7878;
  background: transparent;
  padding: 9px 20px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica , Verdana, Arial,  sans-serif , "Microsoft JhengHei";
  border: 2px solid #dc7878;
  -webkit-transition: color 0.3s, background 0.3s ease-out;
  -o-transition: color 0.3s, background 0.3s ease-out;
  transition: color 0.3s, background 0.3s ease-out;
}

.max-sm-size .trans-btn {
  padding: 10px 20px 10px 20px;
}

.trans-btn:hover, .trans-btn:focus {
  background: #e08888;
  color: #fff;
  -webkit-transition: color 0.3s, background 0.3s ease-out;
  -o-transition: color 0.3s, background 0.3s ease-out;
  transition: color 0.3s, background 0.3s ease-out;
}

.btn-group {
  display: inline-block;
  text-align: center;
  margin: 25px auto;
}

.btn-group .btn {
  min-width: 115px;
  margin: 0 5px;
}

.max-sm-size .btn-group {
  margin: 15px auto;
}

.max-sm-size .btn-group .btn {
  max-width: 100%;
  width: 100% !important;
  margin: 8px 0;
}

.cover, .cover-a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9;
}

.cover-a {
  min-height: 100%;
  z-index: 99;
  background-size: cover;
}

.icon, .project-item .cover:before {
  font-family: 'icomoon' !important;
}

.Line {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  background: #dcaaaa;
}

.btn-group, .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}

.link {
  color: #323232;
  display: inline-block;
  text-decoration: none;
}

.link:hover, .link:focus {
  color: #6c6e71;
  text-decoration: underline;
}

/* ===========================================================
   [ set  ]
 =============================================================*/
.main {
  background: #fff;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 90px;
  z-index: 5;
}

.max-sm-size .main {
  margin-top: 60px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1300px;
  z-index: 2;
}

.max-lg-size .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.max-sm-size .container.sp {
  padding: 0;
}

.maxW-s {
  max-width: 1300px;
}

.maxW-xs {
  max-width: 1100px;
}

article {
  position: relative;
}

section {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#header {
  width: 100%;
  height: auto;
  position: fixed;
  display: block;
  background: transparent;
  padding: 18px 45px 12px 45px;
  z-index: 999;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: background 0.4s, opacity 0.35s, -webkit-transform 0.4s ease-out;
  transition: background 0.4s, opacity 0.35s, -webkit-transform 0.4s ease-out;
  -o-transition: background 0.4s, opacity 0.35s, transform 0.4s ease-out;
  transition: background 0.4s, opacity 0.35s, transform 0.4s ease-out;
  transition: background 0.4s, opacity 0.35s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#header .logo {
  display: inline-block;
}

#header .logo a {
  font-size: 1rem;
  color: #f5f5f5;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 99em;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: 2px solid #f5f5f5;
}

#header.is-start {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#header.is-scrolled {
  background: rgba(0, 0, 0, 0.88);
}

#header .nav {
  float: right;
  text-align: right;
  top: 9px;
}

#header .nav ul {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .nav li {
  margin: 0 5px;
  color: #fff;
}

#header .nav li a {
  font-size: 1.125rem;
  color: inherit;
  padding-bottom: 3px;
  position: relative;
}

#header .nav li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#header .nav li a:hover:after, #header .nav li a.mPS2id-highlight:after {
  width: 100%;
  left: 0;
}

#header .nav li:after {
  content: "/";
  display: inline-block;
  margin-left: 8px;
}

#header .nav li:last-child:after {
  display: none;
}

.max-sm-size #header {
  padding-left: 20px;
  padding-right: 20px;
}

.max-sm-size #header .nav {
  text-align: center;
}

.max-sm-size #header .nav ul {
  display: inline-block;
  text-align: center;
}

.max-sm-size #header .nav ul li {
  display: inline-block;
}

.footer {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer p {
  font-size: 0.938rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0 20px;
}

h2 {
  font-size: 1.875rem;
  font-family: 'Lora',"Microsoft JhengHei", serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
  letter-spacing: 3px;
}

h2.dark {
  color: #232323;
  text-shadow: none;
}

.max-sm-size h2 {
  font-size: 1.563rem;
  margin-bottom: 20px;
}

.subTitle {
  font-family: 'Lora',"Microsoft JhengHei", serif;
  text-transform: uppercase;
}

.section {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.section h2 {
  letter-spacing: 1px;
}

.max-xl-size .section {
  padding: 80px 0;
}

.max-sm-size .section {
  padding: 50px 0;
}

#home {
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
}

#home .home-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

#home .personal-photo {
  width: 130px;
  height: auto;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#home .personal-photo img {
  border: 1px solid #ddd;
  border-radius: 99em;
  -webkit-box-shadow: 1px 1px 5px #444;
  box-shadow: 1px 1px 5px #444;
  width: 100%;
  height: auto;
}

#home .personal-photo p {
  margin-top: 15px;
  color: #fff;
  text-shadow: none;
}

#home h2 {
  font-size: 43px;
  line-height: 63px;
  line-height: 66px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: absolute;
  bottom: 35%;
  left: 100px;
}

#home p {
  font-size: 41px;
  letter-spacing: 1px;
  text-shadow: -1px 1px 8px rgba(0, 0, 0, 0.8);
}

#home .container {
  height: inherit;
}

.max-md-size #home h2 {
  font-size: 2.5rem;
  line-height: 3.438rem;
  width: 100%;
  left: 0;
  padding: 0 30px;
  text-align: center;
}

.max-sm-size #home h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  bottom: 80px;
  text-shadow: 0 0 5px rgba(85, 85, 85, 0.6);
}

.max-sm-size #home .personal-photo {
  margin-top: 120px;
  top: 0;
  position: relative;
}

#about {
  background: #fff;
}

#about h2, #about p {
  color: #222;
}

#about h2 {
  text-shadow: none;
}

.skills-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.skills-bg .pc {
  height: 100vh;
  background-attachment: fixed;
}

.max-sm-size .skills-bg {
  height: 860px;
}

.max-sm-size .skills-bg .pc {
  height: 860px;
}

.skill-item {
  padding: 30px 35px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.85);
}

.skill-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  top: 15px;
  left: 15px;
}

.skill-item h3 {
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.max-sm-size .skill-item {
  margin: 25px 14px 25px 0px;
}

#projects {
  background-color: #eaeaea;
  height: auto !important;
  padding: 70px 0;
}

.project-item {
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
}

.project-item .pc {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 1px 4px rgba(51, 51, 51, 0.3);
  box-shadow: 0 1px 4px rgba(51, 51, 51, 0.3);
}

.project-item .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.project-item .cover:before {
  content: "+";
  font-size: 1.875rem;
  color: #f5f5f5;
  z-index: 9;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
}

.project-item .figcaption {
  font-size: 18px;
  color: #323232;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin-top: 0.938rem;
}

.project-item:hover .cover:after, .project-item:focus .cover:after {
  background: rgba(0, 0, 0, 0.6);
}

.project-item:hover .cover:before, .project-item:focus .cover:before {
  opacity: 1;
}

.Top {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 99em;
  background-color: #000;
  display: block;
  text-align: center;
  text-align: center;
  position: fixed;
  right: 1.875rem;
  bottom: 3.125rem;
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  transition: opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -o-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -ms-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -moz-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0, 0.4, 0.4, 1), opacity 0.5s cubic-bezier(0, 0.4, 0.4, 1);
}

.Top span {
  font-size: 1.375rem;
  color: #c8c8c8;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  top: -3px;
  line-height: 3.125rem;
}

.Top span:before {
  display: block;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.Top.not-top {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.Top:hover span:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.max-lg-size .Top {
  position: fixed;
  right: 1.563rem;
}

.max-sm-size .Top {
  bottom: 60px;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
