@charset "UTF-8";
/*! Bootstrap Grid v4.0.0 (https://getbootstrap.com) Copyright 2011-2018 The Bootstrap Authors Copyright 2011-2018 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url("hotfix.min.css");
@-ms-viewport {
  width: device-width
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: "Roboto Slab", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d13639;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #666666;
}

h2 {
  font-size: 2.3rem;
}

.intro h2{
  margin-bottom: 2.5rem;
}

.league .top-banner h2 {
  font-size: 1.9rem;
}

.article.faqs h2 {
  font-size: 1.8rem;
}

@media (max-width:767.98px) {
  h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .article h2, .article.faqs h2 {
    font-size: 1.4rem;
  }
}

h2 span.white {
  color: #d8d8d8;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

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

dt {
  font-weight: 700
}

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

dd a {
  text-decoration: underline;
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #d13639;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #b2292b;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

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

table {
  border-collapse: collapse
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

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

@media (min-width:768px) {
  .container {
    max-width: 95%
  }
}

@media (min-width:1074px) {
  .container {
    max-width: 1020px
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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,
.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-auto,
.col-l,
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12,
.col-l-auto,
.col-m,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-m-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

@media (min-width:768px) {
  .col-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-m-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-m-2.sns {
    margin-top: 16px;
  }

  .col-m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-m-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-m-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-m-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-m-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-m-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-m-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-m-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-m-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-m-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-m-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-m-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-m-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-m-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-m-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-m-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-m-0 {
    margin-left: 0
  }
  .offset-m-1 {
    margin-left: 8.33333%
  }
  .offset-m-2 {
    margin-left: 16.66667%
  }
  .offset-m-3 {
    margin-left: 25%
  }
  .offset-m-4 {
    margin-left: 33.33333%
  }
  .offset-m-5 {
    margin-left: 41.66667%
  }
  .offset-m-6 {
    margin-left: 50%
  }
  .offset-m-7 {
    margin-left: 58.33333%
  }
  .offset-m-8 {
    margin-left: 66.66667%
  }
  .offset-m-9 {
    margin-left: 75%
  }
  .offset-m-10 {
    margin-left: 83.33333%
  }
  .offset-m-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1074px) {
  .col-l {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-l-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-l-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-l-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-l-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-l-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-l-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-l-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-l-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-l-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-l-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-l-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-l-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-l-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-l-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-l-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-l-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-l-0 {
    margin-left: 0
  }
  .offset-l-1 {
    margin-left: 8.33333%
  }
  .offset-l-2 {
    margin-left: 16.66667%
  }
  .offset-l-3 {
    margin-left: 25%
  }
  .offset-l-4 {
    margin-left: 33.33333%
  }
  .offset-l-5 {
    margin-left: 41.66667%
  }
  .offset-l-6 {
    margin-left: 50%
  }
  .offset-l-7 {
    margin-left: 58.33333%
  }
  .offset-l-8 {
    margin-left: 66.66667%
  }
  .offset-l-9 {
    margin-left: 75%
  }
  .offset-l-10 {
    margin-left: 83.33333%
  }
  .offset-l-11 {
    margin-left: 91.66667%
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5acaff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 148, 217, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 217, 0.25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: 0.25rem
}

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

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0fbd91
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(15, 189, 145, 0.8);
  border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #0fbd91
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #0fbd91;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 189, 145, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(15, 189, 145, 0.25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #0fbd91
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #0fbd91
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  background-color: #5af2cb
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  background-color: #13ecb5
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 189, 145, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 189, 145, 0.25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #0fbd91
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 189, 145, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(15, 189, 145, 0.25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

.form-inline label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0
}

.form-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0
}

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

.form-inline .form-control-plaintext {
  display: inline-block
}

.form-inline .input-group {
  width: auto
}

.form-inline .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding-left: 0
}

.form-inline .form-check-input {
  position: relative;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0
}

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

.form-inline .custom-control-label {
  margin-bottom: 0
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

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

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table .table {
  background-color: #fff
}

.table-sm td,
.table-sm th {
  padding: 0.3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8e1f4
}

.table-hover .table-primary:hover {
  background-color: #a2d8f1
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #a2d8f1
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #bcede0
}

.table-hover .table-success:hover {
  background-color: #a8e8d7
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #a8e8d7
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width:767.98px) {
  .table-responsive-m {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .table-responsive-m>.table-bordered {
    border: 0
  }
}

@media (max-width:1073.98px) {
  .table-responsive-l {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .table-responsive-l>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
  border: 0
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:768px) {
  .d-m-none {
    display: none !important
  }
  .d-m-inline {
    display: inline !important
  }
  .d-m-inline-block {
    display: inline-block !important
  }
  .d-m-block {
    display: block !important
  }
  .d-m-table {
    display: table !important
  }
  .d-m-table-row {
    display: table-row !important
  }
  .d-m-table-cell {
    display: table-cell !important
  }
  .d-m-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-m-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1074px) {
  .d-l-none {
    display: none !important
  }
  .d-l-inline {
    display: inline !important
  }
  .d-l-inline-block {
    display: inline-block !important
  }
  .d-l-block {
    display: block !important
  }
  .d-l-table {
    display: table !important
  }
  .d-l-table-row {
    display: table-row !important
  }
  .d-l-table-cell {
    display: table-cell !important
  }
  .d-l-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-l-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

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

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

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

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

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-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;
  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;
  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;
  align-self: stretch !important
}

@media (min-width:768px) {
  .flex-m-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-m-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-m-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-m-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-m-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-m-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-m-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-m-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-m-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-m-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-m-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-m-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-m-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-m-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-m-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-m-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-m-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-m-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-m-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-m-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-m-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-m-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-m-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-m-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-m-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-m-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-m-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-m-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-m-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1074px) {
  .flex-l-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-l-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-l-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-l-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-l-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-l-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-l-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-l-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-l-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-l-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-l-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-l-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-l-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-l-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-l-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-l-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-l-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-l-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-l-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-l-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-l-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-l-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-l-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-l-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-l-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-l-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-l-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-l-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-l-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: 0.25rem !important
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important
}

.m-2 {
  margin: 0.5rem !important
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 2rem !important
}

.mt-5,
.my-5 {
  margin-top: 2rem !important
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important
}

.m-6 {
  margin: 3rem !important
}

.mt-6,
.my-6 {
  margin-top: 3rem !important
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important
}

.m-7 {
  margin: 4rem !important
}

.mt-7,
.my-7 {
  margin-top: 4rem !important
}

.mr-7,
.mx-7 {
  margin-right: 4rem !important
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important
}

.m-8 {
  margin: 5rem !important
}

.mt-8,
.my-8 {
  margin-top: 5rem !important
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important
}

.m-9 {
  margin: 6rem !important
}

.mt-9,
.my-9 {
  margin-top: 6rem !important
}

.mr-9,
.mx-9 {
  margin-right: 6rem !important
}

.mb-9,
.my-9 {
  margin-bottom: 6rem !important
}

.ml-9,
.mx-9 {
  margin-left: 6rem !important
}

.m-10 {
  margin: 7rem !important
}

.mt-10,
.my-10 {
  margin-top: 7rem !important
}

.mr-10,
.mx-10 {
  margin-right: 7rem !important
}

.mb-10,
.my-10 {
  margin-bottom: 7rem !important
}

.ml-10,
.mx-10 {
  margin-left: 7rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: 0.25rem !important
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important
}

.p-2 {
  padding: 0.5rem !important
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 2rem !important
}

.pt-5,
.py-5 {
  padding-top: 2rem !important
}

.pr-5,
.px-5 {
  padding-right: 2rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important
}

.pl-5,
.px-5 {
  padding-left: 2rem !important
}

.p-6 {
  padding: 3rem !important
}

.pt-6,
.py-6 {
  padding-top: 3rem !important
}

.pr-6,
.px-6 {
  padding-right: 3rem !important
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
  padding-left: 3rem !important
}

.p-7 {
  padding: 4rem !important
}

.pt-7,
.py-7 {
  padding-top: 4rem !important
}

.pr-7,
.px-7 {
  padding-right: 4rem !important
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important
}

.pl-7,
.px-7 {
  padding-left: 4rem !important
}

.p-8 {
  padding: 5rem !important
}

.pt-8,
.py-8 {
  padding-top: 5rem !important
}

.pr-8,
.px-8 {
  padding-right: 5rem !important
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important
}

.pl-8,
.px-8 {
  padding-left: 5rem !important
}

.p-9 {
  padding: 6rem !important
}

.pt-9,
.py-9 {
  padding-top: 6rem !important
}

.pr-9,
.px-9 {
  padding-right: 6rem !important
}

.pb-9,
.py-9 {
  padding-bottom: 6rem !important
}

.pl-9,
.px-9 {
  padding-left: 6rem !important
}

.p-10 {
  padding: 7rem !important
}

.pt-10,
.py-10 {
  padding-top: 7rem !important
}

.pr-10,
.px-10 {
  padding-right: 7rem !important
}

.pb-10,
.py-10 {
  padding-bottom: 7rem !important
}

.pl-10,
.px-10 {
  padding-left: 7rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width:768px) {
  .m-m-0 {
    margin: 0 !important
  }
  .mt-m-0,
  .my-m-0 {
    margin-top: 0 !important
  }
  .mr-m-0,
  .mx-m-0 {
    margin-right: 0 !important
  }
  .mb-m-0,
  .my-m-0 {
    margin-bottom: 0 !important
  }
  .ml-m-0,
  .mx-m-0 {
    margin-left: 0 !important
  }
  .m-m-1 {
    margin: 0.25rem !important
  }
  .mt-m-1,
  .my-m-1 {
    margin-top: 0.25rem !important
  }
  .mr-m-1,
  .mx-m-1 {
    margin-right: 0.25rem !important
  }
  .mb-m-1,
  .my-m-1 {
    margin-bottom: 0.25rem !important
  }
  .ml-m-1,
  .mx-m-1 {
    margin-left: 0.25rem !important
  }
  .m-m-2 {
    margin: 0.5rem !important
  }
  .mt-m-2,
  .my-m-2 {
    margin-top: 0.5rem !important
  }
  .mr-m-2,
  .mx-m-2 {
    margin-right: 0.5rem !important
  }
  .mb-m-2,
  .my-m-2 {
    margin-bottom: 0.5rem !important
  }
  .ml-m-2,
  .mx-m-2 {
    margin-left: 0.5rem !important
  }
  .m-m-3 {
    margin: 1rem !important
  }
  .mt-m-3,
  .my-m-3 {
    margin-top: 1rem !important
  }
  .mr-m-3,
  .mx-m-3 {
    margin-right: 1rem !important
  }
  .mb-m-3,
  .my-m-3 {
    margin-bottom: 1rem !important
  }
  .ml-m-3,
  .mx-m-3 {
    margin-left: 1rem !important
  }
  .m-m-4 {
    margin: 1.5rem !important
  }
  .mt-m-4,
  .my-m-4 {
    margin-top: 1.5rem !important
  }
  .mr-m-4,
  .mx-m-4 {
    margin-right: 1.5rem !important
  }
  .mb-m-4,
  .my-m-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-m-4,
  .mx-m-4 {
    margin-left: 1.5rem !important
  }
  .m-m-5 {
    margin: 2rem !important
  }
  .mt-m-5,
  .my-m-5 {
    margin-top: 2rem !important
  }
  .mr-m-5,
  .mx-m-5 {
    margin-right: 2rem !important
  }
  .mb-m-5,
  .my-m-5 {
    margin-bottom: 2rem !important
  }
  .ml-m-5,
  .mx-m-5 {
    margin-left: 2rem !important
  }
  .m-m-6 {
    margin: 3rem !important
  }
  .mt-m-6,
  .my-m-6 {
    margin-top: 3rem !important
  }
  .mr-m-6,
  .mx-m-6 {
    margin-right: 3rem !important
  }
  .mb-m-6,
  .my-m-6 {
    margin-bottom: 3rem !important
  }
  .ml-m-6,
  .mx-m-6 {
    margin-left: 3rem !important
  }
  .m-m-7 {
    margin: 4rem !important
  }
  .mt-m-7,
  .my-m-7 {
    margin-top: 4rem !important
  }
  .mr-m-7,
  .mx-m-7 {
    margin-right: 4rem !important
  }
  .mb-m-7,
  .my-m-7 {
    margin-bottom: 4rem !important
  }
  .ml-m-7,
  .mx-m-7 {
    margin-left: 4rem !important
  }
  .m-m-8 {
    margin: 5rem !important
  }
  .mt-m-8,
  .my-m-8 {
    margin-top: 5rem !important
  }
  .mr-m-8,
  .mx-m-8 {
    margin-right: 5rem !important
  }
  .mb-m-8,
  .my-m-8 {
    margin-bottom: 5rem !important
  }
  .ml-m-8,
  .mx-m-8 {
    margin-left: 5rem !important
  }
  .m-m-9 {
    margin: 6rem !important
  }
  .mt-m-9,
  .my-m-9 {
    margin-top: 6rem !important
  }
  .mr-m-9,
  .mx-m-9 {
    margin-right: 6rem !important
  }
  .mb-m-9,
  .my-m-9 {
    margin-bottom: 6rem !important
  }
  .ml-m-9,
  .mx-m-9 {
    margin-left: 6rem !important
  }
  .m-m-10 {
    margin: 7rem !important
  }
  .mt-m-10,
  .my-m-10 {
    margin-top: 7rem !important
  }
  .mr-m-10,
  .mx-m-10 {
    margin-right: 7rem !important
  }
  .mb-m-10,
  .my-m-10 {
    margin-bottom: 7rem !important
  }
  .ml-m-10,
  .mx-m-10 {
    margin-left: 7rem !important
  }
  .p-m-0 {
    padding: 0 !important
  }
  .pt-m-0,
  .py-m-0 {
    padding-top: 0 !important
  }
  .pr-m-0,
  .px-m-0 {
    padding-right: 0 !important
  }
  .pb-m-0,
  .py-m-0 {
    padding-bottom: 0 !important
  }
  .pl-m-0,
  .px-m-0 {
    padding-left: 0 !important
  }
  .p-m-1 {
    padding: 0.25rem !important
  }
  .pt-m-1,
  .py-m-1 {
    padding-top: 0.25rem !important
  }
  .pr-m-1,
  .px-m-1 {
    padding-right: 0.25rem !important
  }
  .pb-m-1,
  .py-m-1 {
    padding-bottom: 0.25rem !important
  }
  .pl-m-1,
  .px-m-1 {
    padding-left: 0.25rem !important
  }
  .p-m-2 {
    padding: 0.5rem !important
  }
  .pt-m-2,
  .py-m-2 {
    padding-top: 0.5rem !important
  }
  .pr-m-2,
  .px-m-2 {
    padding-right: 0.5rem !important
  }
  .pb-m-2,
  .py-m-2 {
    padding-bottom: 0.5rem !important
  }
  .pl-m-2,
  .px-m-2 {
    padding-left: 0.5rem !important
  }
  .p-m-3 {
    padding: 1rem !important
  }
  .pt-m-3,
  .py-m-3 {
    padding-top: 1rem !important
  }
  .pr-m-3,
  .px-m-3 {
    padding-right: 1rem !important
  }
  .pb-m-3,
  .py-m-3 {
    padding-bottom: 1rem !important
  }
  .pl-m-3,
  .px-m-3 {
    padding-left: 1rem !important
  }
  .p-m-4 {
    padding: 1.5rem !important
  }
  .pt-m-4,
  .py-m-4 {
    padding-top: 1.5rem !important
  }
  .pr-m-4,
  .px-m-4 {
    padding-right: 1.5rem !important
  }
  .pb-m-4,
  .py-m-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-m-4,
  .px-m-4 {
    padding-left: 1.5rem !important
  }
  .p-m-5 {
    padding: 2rem !important
  }
  .pt-m-5,
  .py-m-5 {
    padding-top: 2rem !important
  }
  .pr-m-5,
  .px-m-5 {
    padding-right: 2rem !important
  }
  .pb-m-5,
  .py-m-5 {
    padding-bottom: 2rem !important
  }
  .pl-m-5,
  .px-m-5 {
    padding-left: 2rem !important
  }
  .p-m-6 {
    padding: 3rem !important
  }
  .pt-m-6,
  .py-m-6 {
    padding-top: 3rem !important
  }
  .pr-m-6,
  .px-m-6 {
    padding-right: 3rem !important
  }
  .pb-m-6,
  .py-m-6 {
    padding-bottom: 3rem !important
  }
  .pl-m-6,
  .px-m-6 {
    padding-left: 3rem !important
  }
  .p-m-7 {
    padding: 4rem !important
  }
  .pt-m-7,
  .py-m-7 {
    padding-top: 4rem !important
  }
  .pr-m-7,
  .px-m-7 {
    padding-right: 4rem !important
  }
  .pb-m-7,
  .py-m-7 {
    padding-bottom: 4rem !important
  }
  .pl-m-7,
  .px-m-7 {
    padding-left: 4rem !important
  }
  .p-m-8 {
    padding: 5rem !important
  }
  .pt-m-8,
  .py-m-8 {
    padding-top: 5rem !important
  }
  .pr-m-8,
  .px-m-8 {
    padding-right: 5rem !important
  }
  .pb-m-8,
  .py-m-8 {
    padding-bottom: 5rem !important
  }
  .pl-m-8,
  .px-m-8 {
    padding-left: 5rem !important
  }
  .p-m-9 {
    padding: 6rem !important
  }
  .pt-m-9,
  .py-m-9 {
    padding-top: 6rem !important
  }
  .pr-m-9,
  .px-m-9 {
    padding-right: 6rem !important
  }
  .pb-m-9,
  .py-m-9 {
    padding-bottom: 6rem !important
  }
  .pl-m-9,
  .px-m-9 {
    padding-left: 6rem !important
  }
  .p-m-10 {
    padding: 7rem !important
  }
  .pt-m-10,
  .py-m-10 {
    padding-top: 7rem !important
  }
  .pr-m-10,
  .px-m-10 {
    padding-right: 7rem !important
  }
  .pb-m-10,
  .py-m-10 {
    padding-bottom: 7rem !important
  }
  .pl-m-10,
  .px-m-10 {
    padding-left: 7rem !important
  }
  .m-m-auto {
    margin: auto !important
  }
  .mt-m-auto,
  .my-m-auto {
    margin-top: auto !important
  }
  .mr-m-auto,
  .mx-m-auto {
    margin-right: auto !important
  }
  .mb-m-auto,
  .my-m-auto {
    margin-bottom: auto !important
  }
  .ml-m-auto,
  .mx-m-auto {
    margin-left: auto !important
  }
}

@media (min-width:1074px) {
  .m-l-0 {
    margin: 0 !important
  }
  .mt-l-0,
  .my-l-0 {
    margin-top: 0 !important
  }
  .mr-l-0,
  .mx-l-0 {
    margin-right: 0 !important
  }
  .mb-l-0,
  .my-l-0 {
    margin-bottom: 0 !important
  }
  .ml-l-0,
  .mx-l-0 {
    margin-left: 0 !important
  }
  .m-l-1 {
    margin: 0.25rem !important
  }
  .mt-l-1,
  .my-l-1 {
    margin-top: 0.25rem !important
  }
  .mr-l-1,
  .mx-l-1 {
    margin-right: 0.25rem !important
  }
  .mb-l-1,
  .my-l-1 {
    margin-bottom: 0.25rem !important
  }
  .ml-l-1,
  .mx-l-1 {
    margin-left: 0.25rem !important
  }
  .m-l-2 {
    margin: 0.5rem !important
  }
  .mt-l-2,
  .my-l-2 {
    margin-top: 0.5rem !important
  }
  .mr-l-2,
  .mx-l-2 {
    margin-right: 0.5rem !important
  }
  .mb-l-2,
  .my-l-2 {
    margin-bottom: 0.5rem !important
  }
  .ml-l-2,
  .mx-l-2 {
    margin-left: 0.5rem !important
  }
  .m-l-3 {
    margin: 1rem !important
  }
  .mt-l-3,
  .my-l-3 {
    margin-top: 1rem !important
  }
  .mr-l-3,
  .mx-l-3 {
    margin-right: 1rem !important
  }
  .mb-l-3,
  .my-l-3 {
    margin-bottom: 1rem !important
  }
  .ml-l-3,
  .mx-l-3 {
    margin-left: 1rem !important
  }
  .m-l-4 {
    margin: 1.5rem !important
  }
  .mt-l-4,
  .my-l-4 {
    margin-top: 1.5rem !important
  }
  .mr-l-4,
  .mx-l-4 {
    margin-right: 1.5rem !important
  }
  .mb-l-4,
  .my-l-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-l-4,
  .mx-l-4 {
    margin-left: 1.5rem !important
  }
  .m-l-5 {
    margin: 2rem !important
  }
  .mt-l-5,
  .my-l-5 {
    margin-top: 2rem !important
  }
  .mr-l-5,
  .mx-l-5 {
    margin-right: 2rem !important
  }
  .mb-l-5,
  .my-l-5 {
    margin-bottom: 2rem !important
  }
  .ml-l-5,
  .mx-l-5 {
    margin-left: 2rem !important
  }
  .m-l-6 {
    margin: 3rem !important
  }
  .mt-l-6,
  .my-l-6 {
    margin-top: 3rem !important
  }
  .mr-l-6,
  .mx-l-6 {
    margin-right: 3rem !important
  }
  .mb-l-6,
  .my-l-6 {
    margin-bottom: 3rem !important
  }
  .ml-l-6,
  .mx-l-6 {
    margin-left: 3rem !important
  }
  .m-l-7 {
    margin: 4rem !important
  }
  .mt-l-7,
  .my-l-7 {
    margin-top: 4rem !important
  }
  .mr-l-7,
  .mx-l-7 {
    margin-right: 4rem !important
  }
  .mb-l-7,
  .my-l-7 {
    margin-bottom: 4rem !important
  }
  .ml-l-7,
  .mx-l-7 {
    margin-left: 4rem !important
  }
  .m-l-8 {
    margin: 5rem !important
  }
  .mt-l-8,
  .my-l-8 {
    margin-top: 5rem !important
  }
  .mr-l-8,
  .mx-l-8 {
    margin-right: 5rem !important
  }
  .mb-l-8,
  .my-l-8 {
    margin-bottom: 5rem !important
  }
  .ml-l-8,
  .mx-l-8 {
    margin-left: 5rem !important
  }
  .m-l-9 {
    margin: 6rem !important
  }
  .mt-l-9,
  .my-l-9 {
    margin-top: 6rem !important
  }
  .mr-l-9,
  .mx-l-9 {
    margin-right: 6rem !important
  }
  .mb-l-9,
  .my-l-9 {
    margin-bottom: 6rem !important
  }
  .ml-l-9,
  .mx-l-9 {
    margin-left: 6rem !important
  }
  .m-l-10 {
    margin: 7rem !important
  }
  .mt-l-10,
  .my-l-10 {
    margin-top: 7rem !important
  }
  .mr-l-10,
  .mx-l-10 {
    margin-right: 7rem !important
  }
  .mb-l-10,
  .my-l-10 {
    margin-bottom: 7rem !important
  }
  .ml-l-10,
  .mx-l-10 {
    margin-left: 7rem !important
  }
  .p-l-0 {
    padding: 0 !important
  }
  .pt-l-0,
  .py-l-0 {
    padding-top: 0 !important
  }
  .pr-l-0,
  .px-l-0 {
    padding-right: 0 !important
  }
  .pb-l-0,
  .py-l-0 {
    padding-bottom: 0 !important
  }
  .pl-l-0,
  .px-l-0 {
    padding-left: 0 !important
  }
  .p-l-1 {
    padding: 0.25rem !important
  }
  .pt-l-1,
  .py-l-1 {
    padding-top: 0.25rem !important
  }
  .pr-l-1,
  .px-l-1 {
    padding-right: 0.25rem !important
  }
  .pb-l-1,
  .py-l-1 {
    padding-bottom: 0.25rem !important
  }
  .pl-l-1,
  .px-l-1 {
    padding-left: 0.25rem !important
  }
  .p-l-2 {
    padding: 0.5rem !important
  }
  .pt-l-2,
  .py-l-2 {
    padding-top: 0.5rem !important
  }
  .pr-l-2,
  .px-l-2 {
    padding-right: 0.5rem !important
  }
  .pb-l-2,
  .py-l-2 {
    padding-bottom: 0.5rem !important
  }
  .pl-l-2,
  .px-l-2 {
    padding-left: 0.5rem !important
  }
  .p-l-3 {
    padding: 1rem !important
  }
  .pt-l-3,
  .py-l-3 {
    padding-top: 1rem !important
  }
  .pr-l-3,
  .px-l-3 {
    padding-right: 1rem !important
  }
  .pb-l-3,
  .py-l-3 {
    padding-bottom: 1rem !important
  }
  .pl-l-3,
  .px-l-3 {
    padding-left: 1rem !important
  }
  .p-l-4 {
    padding: 1.5rem !important
  }
  .pt-l-4,
  .py-l-4 {
    padding-top: 1.5rem !important
  }
  .pr-l-4,
  .px-l-4 {
    padding-right: 1.5rem !important
  }
  .pb-l-4,
  .py-l-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-l-4,
  .px-l-4 {
    padding-left: 1.5rem !important
  }
  .p-l-5 {
    padding: 2rem !important
  }
  .pt-l-5,
  .py-l-5 {
    padding-top: 2rem !important
  }
  .pr-l-5,
  .px-l-5 {
    padding-right: 2rem !important
  }
  .pb-l-5,
  .py-l-5 {
    padding-bottom: 2rem !important
  }
  .pl-l-5,
  .px-l-5 {
    padding-left: 2rem !important
  }
  .p-l-6 {
    padding: 3rem !important
  }
  .pt-l-6,
  .py-l-6 {
    padding-top: 3rem !important
  }
  .pr-l-6,
  .px-l-6 {
    padding-right: 3rem !important
  }
  .pb-l-6,
  .py-l-6 {
    padding-bottom: 3rem !important
  }
  .pl-l-6,
  .px-l-6 {
    padding-left: 3rem !important
  }
  .p-l-7 {
    padding: 4rem !important
  }
  .pt-l-7,
  .py-l-7 {
    padding-top: 4rem !important
  }
  .pr-l-7,
  .px-l-7 {
    padding-right: 4rem !important
  }
  .pb-l-7,
  .py-l-7 {
    padding-bottom: 4rem !important
  }
  .pl-l-7,
  .px-l-7 {
    padding-left: 4rem !important
  }
  .p-l-8 {
    padding: 5rem !important
  }
  .pt-l-8,
  .py-l-8 {
    padding-top: 5rem !important
  }
  .pr-l-8,
  .px-l-8 {
    padding-right: 5rem !important
  }
  .pb-l-8,
  .py-l-8 {
    padding-bottom: 5rem !important
  }
  .pl-l-8,
  .px-l-8 {
    padding-left: 5rem !important
  }
  .p-l-9 {
    padding: 6rem !important
  }
  .pt-l-9,
  .py-l-9 {
    padding-top: 6rem !important
  }
  .pr-l-9,
  .px-l-9 {
    padding-right: 6rem !important
  }
  .pb-l-9,
  .py-l-9 {
    padding-bottom: 6rem !important
  }
  .pl-l-9,
  .px-l-9 {
    padding-left: 6rem !important
  }
  .p-l-10 {
    padding: 7rem !important
  }
  .pt-l-10,
  .py-l-10 {
    padding-top: 7rem !important
  }
  .pr-l-10,
  .px-l-10 {
    padding-right: 7rem !important
  }
  .pb-l-10,
  .py-l-10 {
    padding-bottom: 7rem !important
  }
  .pl-l-10,
  .px-l-10 {
    padding-left: 7rem !important
  }
  .m-l-auto {
    margin: auto !important
  }
  .mt-l-auto,
  .my-l-auto {
    margin-top: auto !important
  }
  .mr-l-auto,
  .mx-l-auto {
    margin-right: auto !important
  }
  .mb-l-auto,
  .my-l-auto {
    margin-bottom: auto !important
  }
  .ml-l-auto,
  .mx-l-auto {
    margin-left: auto !important
  }
}

#riotbar-subbar {
  display: none
}

@media (max-width:1073.98px) {
  .wide {
    display: none !important
  }
}

@media (max-width:767.98px) {
  .pc {
    display: none !important
  }
}

@media (min-width:1074px) {
  .tab {
    display: none !important
  }
}

@media (max-width:767.98px) {
  .tab {
    display: none !important
  }
}

@media (min-width:768px) {
  .sp {
    display: none !important
  }
}

.nw {
  display: inline-block;
  white-space: nowrap
}

@media (min-width:1074px) {
  html {
    font-size: 20px
  }
}

@media (min-width:768px) and (max-width:1073.98px) {
  html {
    font-size: 18px
  }
}

@media (max-width:767.98px) {
  html {
    font-size: 18px
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

ul {
  list-style: none;
  padding: 0
}

img {
  max-width: 100%
}

section {
  overflow: hidden
}

.template {
  display: none !important
}

.disabled {
  pointer-events: none;
  opacity: .3;
  -webkit-filter: saturate(0%);
  filter: saturate(0%)
}

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

.row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.fs-2 {
  font-size: 2rem
}

.fs-15 {
  font-size: 1.5rem
}

.fs-1 {
  font-size: 1rem
}

.fs-9 {
  font-size: .9rem
}

.fs-8 {
  font-size: .8rem
}

.fs-7 {
  font-size: .7rem
}

.fs-6 {
  font-size: .6rem
}

.container {
  position: relative
}

.container .btn {
  min-width: 14em;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: .7rem;
  font-weight: 700;
  padding: .7rem 2rem;
  -webkit-transition: background .2s, color .2s;
  -o-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
  border-radius: 2px;
  color: #ffffff;
  background: #d13639;
  white-space: nowrap;
}

@media (max-width:767.98px) {
  .container .btn {
    font-size: .9rem;
  }
}

.container .btn:hover {
  text-decoration: none;
  background: #b2292b;
}

.container .btn.red {
  border: none;
  background: #d13639;
  color: #fff
}

.container .btn.red:hover {
  background: #b2292b;
  cursor: pointer;
}

.container .btn.small {
  font-weight: 400;
  min-width: unset;
  letter-spacing: 0;
  padding: .2rem .8rem;
  display: inline-block
}

.container .justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.container .window {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 10px
}

.container .window::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px
}

.container .window::-webkit-scrollbar-track-piece {
  background: #f4f4f2;
  border-radius: 3px;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s
}

.container .window::-webkit-scrollbar-thumb {
  background: #dbdbd8;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s
}

.container .window:hover::-webkit-scrollbar-track-piece {
  background: #f4f4f2
}

.container .window:hover::-webkit-scrollbar-thumb {
  background: #929288
}

.container ul.tabs.mobile {
  display: none;
}

@media (max-width:767.98px) {
  .container ul.tabs {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c3c3bd;
    border-radius: 8px 8px 0 0;
    overflow: hidden
  }
  .container ul.tabs.mobile {
    border-radius: 0;
    background: none;
    display: block;
  }
  .container ul.tabs>li {
    display: block;
    width: 100%;
    text-align: center;
    background: #c3c3bd;
    border-radius: 8px 8px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    line-height: 2;
    z-index: 1;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2)
  }
  .container ul.tabs.mobile>li{
    border-radius: 2px;
    background: #d13639;
  }

  .container ul.tabs>li.active {
    background: #f4f4f2;
    width: 97%;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    z-index: 2
  }

  .container ul.tabs.mobile>li.active {
    background: #d13639;
  }
  
  .container ul.tabs>li a {
    display: block;
    text-decoration: none;
    color: #343a40;
    cursor: pointer;
    padding: .4rem 0
  }
  .container ul.tabs.mobile>li a {
    color: #fff;
    font-weight: 700;
  }
}

@media (min-width:768px) {
  .container ul.tabs {
    margin: 0;
    height: 2rem;
    position: relative;
    padding-top: .2rem;
    overflow: hidden
  }
  .container ul.tabs>li {
    background: #c3c3bd;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: top .1s;
    -o-transition: top .1s;
    transition: top .1s;
    margin-right: .2rem
  }
  .container ul.tabs>li:hover {
    line-height: 2;
    top: -.2rem
  }
  .container ul.tabs>li:hover a {
    text-decoration: none
  }
  .container ul.tabs>li a {
    color: #343a40;
    padding: 0 2rem 1rem;
    display: block;
    line-height: 1.8rem
  }
  .container ul.tabs>li.active {
    background: #f4f4f2
  }
  .container ul.tabs>li.disabled {
    opacity: 1;
    background: #79796e;
    pointer-events: none
  }
  .container ul.tabs>li.disabled a {
    opacity: .5
  }
}

.article {
  background: #efefef url(/assets/img/stripe_pattern-grey2.png) repeat;
  padding: 80px 0 100px 0;
}

@media (max-width:767.98px) {
  .article {
    padding: 2rem 0 2rem
  }
}

.article h3 {
  margin-top: 3rem;
  font-size: 1rem
}

@media (max-width:767.98px) {
  .article h3 {
    margin-top: 3rem
  }
}

.article h1:first-of-type,
.article h2:first-of-type,
.article h3:first-of-type,
.article h4:first-of-type,
.article h5:first-of-type,
.article h6:first-of-type {
  margin-top: 0
}

.article p {
  font-size: .8rem
}

@media (min-width:768px) {
  .article>.container {
    padding: 0 2rem 0
  }
}

.article .note {
  font-size: .8em;
  padding-left: 1em
}

.article .note:before {
  content: '※';
  margin-left: -1em
}

.article .box {
  background: #ffffff;
}

/* Q & A Tab conent */
.article input { 
  display: none;
}

.article input + label { 
  display: inline-block;
  color: #666666;
  font-weight: 700;
  margin-right: 20px;
  cursor: pointer;
  transition: .3s;
  padding-bottom: 5px;
  border-bottom: #efefef 2px solid;
}

.article input:checked + label {
  color: #d13639;
  border-bottom: #d13639 2px solid;
  transition: .3s;
}

.article input ~ .box .tabconent { 
  display: none; 
}
/* show contents only for selected tab */
.article #tab1:checked ~ .box .tabconent.content1,
.article #tab2:checked ~ .box .tabconent.content2 { 
  display: block; 
}

@media (min-width:768px) {
  .article .box {
    border: 1px solid #ced4da;
    padding: 2rem;
    border-radius: 4px;
    margin: 1.5rem 0 0;
  }
}

@media (max-width:767.98px) {
  .article .box {
    margin: 0 -15px;
    padding: 1rem 15px;
    background: #f8f9fa;
    position: relative;
    left: 0;
    right: 0
  }
}

nav+.article {
  padding-top: 6rem
}

@media (min-width:1074px) {
  section.hero {
    background-attachment: fixed !important
  }
}

@media (min-width:768px) {
  section.hero {
    position: relative;
    width: 100%;
    max-height: 80vh
  }
  section.hero:before {
    content: '';
    display: block;
    padding-top: 60%
  }
  section.hero>.container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
  }
}

@media (max-width:767.98px) {
  section.hero {
    height: 100%;
    height: calc( 100vh - 52px);
    position: relative
  }
}

nav.global {
  width: 100%;
  height: 45px;
  line-height: 0;
  position: absolute;
  z-index: 101
}

@media (max-width:767.98px) {
  nav.global {
    background: rgba(19, 23, 32, 0.98);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}

nav.global.fix {
  position: fixed;
  top: 0;
  background: rgba(19, 23, 32, 0.98);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

nav.global .logo {
  position: absolute;
  z-index: 2
}

nav.global .logo a {
  display: block
}

nav.global .logo img {
  width: 60px;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2))
}

@media (max-width:767.98px) {
  nav.global .logo img {
    width: 55px
  }
}

nav.global .menu #navTgl {
  display: none
}

@media (max-width:767.98px) {
  nav.global .menu {
    text-align: center;
    line-height: 45px;
    margin-top: 45px;
    font-size: 1rem
  }
  nav.global .menu .current {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #d13639;
  }
  nav.global .menu .current:after {
    content: '▾';
    margin-left: .5rem
  }
  nav.global .menu #navTgl:checked~.current:after {
    content: '▴'
  }
  nav.global .menu #navTgl:checked~ul {
    display: block
  }
  nav.global .menu ul {
    display: none;
    width: 80%;
    margin: -2px auto 0;
    background: #131720;
    z-index: 100;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 0 .5rem;
    border: 1px solid #111;
  }
  nav.global .menu ul li {
    display: block;
  }
  nav.global .menu ul li+li {
    border-top: 1px solid #111;
  }
  nav.global .menu ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 1.5em;
    color:#fff;
  }
  nav.global .menu ul li a:hover {
    text-decoration: none;
    color: #d13639;
  }

  nav.global .menu ul li.disabled {
    opacity: 1
  }
  nav.global .menu ul li.disabled a {
    color: #dee2e6
  }
}

@media (min-width:768px) {
  nav.global .menu {
    text-align: center
  }
  nav.global .menu .current {
    display: none
  }
  nav.global .menu ul {
    display: inline-block;
    width: 75%;
  }
  nav.global .menu ul li {
    display: inline-block;
    font-size: .8rem;
    min-width: 8em
  }
  nav.global .menu ul li.active {
    font-weight: 700;
    color: #d13639;
  }
  nav.global .menu ul li:after {
    content: '';
    width: 100%;
    display: block;
    position: relative;
    height: 3px;
    bottom: 3px;
    background: #d13639;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0
  }
  nav.global .menu ul li:hover:after {
    opacity: .5
  }
  nav.global .menu ul li.active:after {
    opacity: 1
  }
  nav.global .menu ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    padding: 0 1.5em;
    color: #ffffff;
  }

  nav.global .menu ul li.active a {
    color: #d13639;
    font-weight: 700;
  }

  nav.global .menu ul li a:hover {
    text-decoration: none;
    color: #d13639;
  }
}

nav.global .share {
  position: absolute;
  z-index: 2;
  right: 0;
  text-align: right;
  font-size: .6rem;
  line-height: 45px
}

nav.global .share span {
  pointer-events: none;
  color: #ffffff;
}

nav.global .share a {
  margin-left: .3rem;
  display: inline-block
}

nav.global .share a img {
  width: 26px;
  -webkit-filter: saturate(0%) brightness(300%);
  filter: saturate(0%) brightness(300%);
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
}

nav.global .share a img:hover {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
}

footer.global {
  background: #131720;
  padding: 60px 0 50px 0;
}

@media (max-width:767.98px) {
  footer.global {
    padding: 1.5rem 0;
  }
}

footer.global .row {
  justify-content: center;
  text-align: center;
}

footer.global .container {
  padding-top: 1rem;
  padding-bottom: 1rem
}

footer.global .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:1074px) {
  footer.global .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px
  }
}

@media (min-width:768px) and (max-width:1073.98px) {
  footer.global .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
  }
}

@media (max-width:767.98px) {
  footer.global .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
  }
}

footer.global .logo a {
  margin: auto
}

footer.global .logo.riot img {
  width: 120px;
  height: 80px;
}

footer.global .logo img {
  width: 60px;
  height: 60px;
}

footer.global ul {
  margin: 1.5rem 0 0 0;
}

footer.global ul li {
  display: inline-block;
  padding: 0 .5rem;
}

@media (max-width:767.98px) {
  footer.global ul li {
    display: block;
  }
}

footer.global ul a {
  color: #d9d7d4;
  font-size: .7rem;
  padding: .2rem 0 .2rem 1.0rem;
  -webkit-transition: margin .2s, color .2s;
  -o-transition: margin .2s, color .2s;
  transition: margin .2s, color .2s;
  display: block;
}

footer.global ul a:hover {
  color: #d13639;
  text-decoration: none
}

footer.global .sns img {
  height: 1.5rem;
  margin: .4rem 0 0 .4rem;
  -webkit-filter: saturate(0%) brightness(230%);
  filter: saturate(0%) brightness(230%);
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s
}

footer.global .sns img:hover {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%)
}

footer.global .copyrights {
  font-size: 12px;
  color: #5e5d64;
  background: #131720;
  font-family: "Roboto Slab", serif;
  text-align: center;
  padding: 5px 15px
}

.pagetop {
  position: fixed;
  pointer-events: none;
  width: 100%;
  max-width: 1130px;
  height: 100px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.pagetop a {
  pointer-events: auto
}

.pagetop img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  right: 0;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s
}

.pagetop.show img {
  top: 0
}

body.top section.hero {
  background: #000 url(/assets/img/top_hero_bg.jpg) 50% 100%/cover no-repeat;
  overflow: hidden;
}

body.top section .hero:after {
  background: transparent url(/assets/img/stripe_pattern.png) repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

body.top section.hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.top section.hero .leagueu {
  width: 270px;
  height: 315px;
  display: block;
}

body.top section.hero .riot {
  width: 200px;
  height: 70px;
  margin-top: 70px;
  -webkit-filter: saturate(0%) brightness(300%);
  filter: saturate(0%) brightness(300%);
}

body.top section.hero .txt {
  width: 90px;
  position: relative;
  left: 150%;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (max-width:767.98px) {
  body.top section.hero .container {
    padding-top: 100px;
  }

  body.top section.hero .leagueu {
    width: 180px;
    height: auto;
  }
  
  body.top section.hero .riot {
    width: 160px;
    height: auto;
    margin-top: 50px;
  }

  body.top section.hero .txt {
    width: 70px;
    left: 50%;
  }
}

body section.about {
  padding: 55px 0 80px 0;
  background: #131720 url(/assets/img/top_about_bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
  color: #e4e4e4;
  font-size: .8rem;
}

@media (max-width:1600px) {
  body section.about {
    background: #131720 url(/assets/img/top_about_bg.jpg) 70% 100% no-repeat;
    background-size: auto 100%;
  }
}

@media (max-width:1074px) {
  body section.about {
    background: #131720 url(/assets/img/top_about_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

body section.about .container {
  padding: 1.5rem 15px;
}

body section.about .container .txt {
  line-height: 1.7;
}

body section.about .container div {
  text-align: justify;
  text-justify: inter-ideograph
}

body section.about .container .btn,
body.top section.league .container .btn {
  width: 70%;
  padding: .8rem 1rem;
  margin: 30px 0 0 0;
}

body.top section.league .row {
  justify-content: space-evenly;
}

body.top section.league .container .btn {
  padding: .5rem .8rem;
  margin: 2rem auto 0 auto;
}

@media (max-width:767.98px) {
  body section.about {
    padding: 1.5rem 0
  }

  body section.about .container .btn,
  body.top section.league .container .btn {
    width: 100%;
  }
}

body section.top-banner {
  background: #131720 url(/assets/img/stripe_pattern-grey.png) repeat;
}

body section.top-banner .bg {
  background: url(/assets/img/top_community_bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
  color: #e4e4e4;
  font-size: .8rem;
  line-height: 1.7;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width:768px) {
  body section.top-banner .bg {
    font-size: .9rem;
    max-width: 100%;
  }
}

body.league section.top-banner .bg {
  background: url(/assets/img/top_schedule_bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
}

body.community section.top-banner .bg {
  background: url(/assets/img/top_community_bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
}

body.inquiry section.top-banner .bg {
  background: url(/assets/img/top_contact_bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
}

body section.top-banner .overlay {
  padding: 100px 0 80px 0;
}

body.league section.top-banner .overlay {
  padding: 100px 0 50px 0;
}

@media (max-width:1074px) {
  body section.top-banner .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}

body section.top-banner .container {
  padding: 1.5rem 15px;
}

body section.top-banner .container div {
  text-align: justify;
  text-justify: inter-ideograph;
}

body section.top-banner .container p.small-note {
  font-size: .7rem;
}

body section.top-banner .container p.small-note a {
  text-decoration: underline;
}

body.top section.news {
  padding: 100px 0px 100px 0px;
  text-align: center;
  color: #fff;
  background: #d5d5d5 url(/assets/img/top_news_bg.jpg) 50% 100% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width:767.98px) {
  body.top section.news {
    padding: 3rem 0
  }
}

body.top section.news .row {
  justify-content: space-evenly;
}

body.top section.news p {
  color: #4c4b4b;
  text-align: justify;
  font-size: .8rem;
  padding: 0 10px 10px 10px;
}

body.top section.news .newss p {
  padding: 0 10px 22px 10px;
}

body.top section.news .container h3 {
  margin: 1.5rem 0 1.3rem;
  font-size: 1.8rem;
}

body.top section.news .container .window {
  max-height: 369px;
  margin-bottom: 2rem
}

body.top section.news .container .newss .twitch-embed {
  margin-bottom: 33px;
}

body.top section.news .container .btn {
  margin-bottom: 2rem;
  width: 68%;
  padding: .5rem 1rem;
}

body.top section.news .container .btn img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

body.top section.news .container .newss .btn {
  background: #6440a5;
}

body.top section.news .container .newss .btn:hover {
  background: #523587;
}

body.top section.news .container .twitter .btn {
  background: #1da1f2;
}

body.top section.news .container .twitter .btn:hover {
  background: #0b7cc1;
}

body.top section.news .container .newss,
body.top section.news .container .twitter {
  background: #ffffff;
  border-radius: 4px;
}

@media (max-width:767.98px) {
  body.top section.news .container .newss {
    margin-bottom: 40px;
  }
}

body.top section.news .container .newss .news {
  display: block;
  padding: .2rem 1rem .2rem 0;
  border-bottom: 1px dotted #a6e3ff;
}

body.top section.news .container .newss .news a {
  background: #fff;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  padding: .5rem;
  margin: .1rem 0
}

body.top section.news .container .newss .news a:hover {
  text-decoration: none;
  background: #d9f3ff
}

body.top section.news .container .newss .news .date {
  color: #d13639;
  font-size: .6rem
}

body.top section.news .container .newss .news .ttl {
  font-weight: 700;
  font-size: .9rem;
  margin: -.1em 0 .1rem 0;
  line-height: 1.4
}

body.top section.news .container .newss .news .desc {
  color: #6c757d;
  font-size: .8rem
}

body.top section.intro {
  padding: 80px 0 100px 0;
  text-align: center;
  color: #fff;
  background:#242831 url(/assets/img/top_league_bg.jpg) 50% 100% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden
}

body.top section.intro .description {
  background: #383e4c;
  border-radius: 4px;
  padding: 100px 40px 50px 40px;
  color: #cccad8;
  font-size: .8rem;
  margin-top: -70px;
}

@media (max-width:767.98px) {
  body.top section.intro {
    padding: 1rem 0;
  }

  body.top section.intro.league {
    padding: 2rem 0 1rem 0;
  }

  body.top section.intro .description {
    padding: 80px 20px 40px 20px;
    margin-top: -90px;
    margin-bottom: 40px;
  }
}

body section.intro .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1
}

body section.intro .container h4 {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #d13639;
  text-align: center;
}

body section.intro .container .ttl {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: .8rem;
  color:#ffffff;
}

body section.intro .container .text {
  min-height: 250px;
}

@media (max-width:767.98px) {
  body section.intro .container .text {
    min-height: auto;
    font-size: .9rem;
  }
}

body section.intro .container ul li::before {
  content: "━━━━";
  display:block;
  color: #6b6b70;
  padding: .5rem 0;
}

body section.intro .container ul li:first-child::before {
  content: "";
}

@media (min-width:768px) {
  body section.intro .container .logos img {
    width: 240px
  }
  body section.intro .container .logos img+img {
    margin-left: 30px
  }
}

@media (max-width:767.98px) {
  body section.intro .container .logos img {
    width: 160px
  }
}

@media (max-width:767.98px) {
  body section.intro .container .ttl {
    font-size: 1.3rem
  }
  body section.intro .container .logos,
  body section.intro .container .txt,
  body section.intro .container h4 {
    margin-bottom: 40px;
  }
}

body section.intro.sponsors {
  background: #242831 url(/assets/img/stripe_pattern.png) repeat;
  padding: 70px 0 70px 0;
  text-align: center;
}

body section.intro.sponsors .logo {
 margin: 40px 0;
}

@media (max-width:767.98px) {
  body section.intro.sponsors {
    padding: 2rem 0;
  }

  body section.intro.sponsors .logo {
    margin: 10px 0;
  }
}

body section.intro.sponsors .container .btn {
  width: 18em;
}

@media (max-width:767.98px) {
  body section.intro.sponsors .container .btn {
    margin-top: 40px;
  }
}

body section.intro.sponsors+section.resist {
  background: #232042;
  text-align: center;
  margin-top: -1rem;
  line-height: 1
}

@media (min-width:1074px) {
  body section.intro.sponsors+section.resist {
    line-height: 1.5
  }
}

body section.intro.sponsors+section.resist a {
  display: inline-block;
  color: #0fbd91;
  padding: .8rem 0 1rem;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s
}

body section.intro.sponsors+section.resist a .ttl {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
  margin-right: .5rem
}

body section.intro.sponsors+section.resist a .txt {
  font-size: .7rem;
  margin-right: .5rem
}

body section.intro.sponsors+section.resist a img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s
}

body section.intro.sponsors+section.resist a:hover {
  text-decoration: none;
  color: #fff
}

body section.intro.sponsors+section.resist a:hover img {
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%)
}

@media (max-width:1073.98px) {
  body section.intro.sponsors+section.resist a {
    padding-right: 1.5em
  }
  body section.intro.sponsors+section.resist a .ttl {
    margin: 0 0 5px;
    display: block
  }
  body section.intro.sponsors+section.resist a .txt {
    margin: 0
  }
  body section.intro.sponsors+section.resist a br {
    display: none
  }
  body section.intro.sponsors+section.resist a img {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: .2em;
    margin-top: -.75em
  }
}

body section.social {
  padding: 80px 0 80px 0;
  background: #131720 url(/assets/img/sns_bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
  color: #e4e4e4;
  text-align: center;
}

@media (max-width:767.98px) {
  body section.social {
    padding: 2rem 0 2rem 0;
  }
}

body section.social .btn {
  margin-top: 2rem;
  width: 18em;
  padding: .5rem 1rem;
  background: #1da1f2;
}

body section.social .btn:hover {
  background: #0b7cc1;
}

body section.social .btn img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

body.league .schedule {
  background: #efefef url(/assets/img/stripe_pattern-grey2.png) repeat;
  padding: 80px 0 100px 0;
}

@media (max-width:767.98px) {
  body.league .schedule {
    padding: 2rem 0 2rem;
  }
}

.schedule table {
  width: 100%;
  background: #e1e8ed;
  text-align: center;
  color: #ffffff;
  border-bottom: #aab8c2 1px solid;
  border-right: #aab8c2 1px solid;
}

.schedule table td {
  height: 50px;
  border-left: #aab8c2 2px solid;
}

@media (max-width:767.98px) {
  .schedule table td {
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem;
  }
}

.schedule table th {
  background: #39424a;
  border-right: #666666 2px solid;
  padding: 16px 0;
  white-space: nowrap;
  font-weight: 500;
}

.schedule table .vertical-text {
  transform: rotate(-90deg);
  letter-spacing: 3px;
}

.schedule table tr {
  border: none;
}

.schedule table td.grey {
  background: #c9d6e0;
  width: 42%;
}

.schedule table td.red {
  background: #d13639;
  vertical-align: text-top;
}

.schedule table td.blue {
  background: #0072bc;
}

.schedule table td.planned {
  background: #999999;
}

.schedule table th.year,
.schedule table td.year {
  background: #14171a;
  border: none;
  width: 5%;
}

.schedule table td.year.next {
  background: #000000;
}

.schedule table td.year.next.top {
  padding-top: 25px;
}

@media (max-width:767.98px) {
  .schedule table th.year,
  .schedule table td.year {
    padding:0;
    font-size: .8rem;
  }
}

.schedule table th.month,
.schedule table td.month {
  background: #2b3238;
  border: none;
  width: 10%;
  padding: 10px 20px;
  white-space: nowrap;
}

.schedule table td.month.next {
  background: #1a1f24;
}

@media (max-width:767.98px) {
  .schedule table th.month,
  .schedule table td.month {
    background: #2b3238;
    padding: 8px 8px;
    font-size: .8rem;
  }
}

body.community .article.search {
  background: #131720 url(/assets/img/stripe_pattern-grey.png) repeat;
  padding-bottom: 1.5rem;
}

body.community .article.search #form {
  background: #eee;
  padding: 1rem 1rem .1rem;
  border-radius: .5rem
}

body.community .article.list {
  margin-top: -1.5rem
}

body.community .circle {
  position: relative;
  margin-bottom: 2em;
  font-size: 1rem
}

body.community .circle>div {
  margin-bottom: .4em;
  line-height: 1.3;
  font-size: .9em;
  overflow: hidden
}

body.community .circle .thumb {
  background: #f0f0f0 url(/assets/img/logo_u-wh.svg) 50% 50% no-repeat;
  background-size: 40%;
  border: 1px solid #eee;
  width: 150px;
  height: 150px;
  float: right;
  margin: 0 0 2em 2em
}

@media (max-width:767.98px) {
  body.community .circle .thumb {
    width: 20vw;
    height: 20vw;
    margin-bottom: 0
  }
}

body.community .circle .thumb .logo {
  background-size: contain;
  width: 100%;
  height: 100%
}

body.community .circle .title {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.7em
}

body.community .circle .title .name {
  font-size: 1.3em;
  font-weight: bold
}

body.community .circle .title img {
  width: auto;
  height: 1.5em;
  margin-left: .3em;
  vertical-align: top
}

body.community .circle .area,
body.community .circle .coll,
body.community .circle .intro,
body.community .circle .links,
body.community .circle .summoner,
body.community .circle .way {
  padding-left: 4em
}

body.community .circle .area:before,
body.community .circle .coll:before,
body.community .circle .intro:before,
body.community .circle .links:before,
body.community .circle .summoner:before,
body.community .circle .way:before {
  font-size: .6em;
  line-height: 1.66667;
  color: #888;
  width: 5em;
  text-align: center;
  display: inline-block;
  border: 1px solid #aaa;
  position: absolute;
  left: 0;
  margin-top: .2em
}

body.community .circle .coll:before {
  content: '大学名'
}

body.community .circle .area:before {
  content: '都道府県'
}

body.community .circle .summoner:before {
  content: '代表者'
}

body.community .circle .way:before {
  content: '参加方法'
}

body.community .circle .intro:before {
  content: '紹介'
}

body.community .circle .links:before {
  content: 'リンク'
}

body.community .circle .links:before {
  margin-top: .7em
}

body.community .circle .links img {
  width: auto;
  height: 2em;
  margin-right: .3em
}

body.community .circle .links span {
  margin-left: .3em
}

body.community .circle .coll .inter-college {
  font-size: .8em
}

body.community .circle .coll img {
  width: auto;
  height: 1em;
  margin: 0 .2em;
  vertical-align: middle
}

body.community .map-container {
  position: relative;
}

body.community .container.button-links {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  width: auto;
}

body.community .container.button-links a {
  margin-left: 30px;
}

@media (max-width:768px) {
  body.community .container.button-links {
    flex-direction: column;
  }

  body.community .container.button-links a {
    margin-bottom: 20px;
  }
}

body.community .mapL {
  position: relative;
  width: 100%;
  height: 500px;
  max-height: 50vh;
}

body.community #mapL .circle {
  margin: .5em 0 .5em;
  font-size: .8rem
}

body.community #mapL .circle .links,
body.community #mapL .circle .popup-map,
body.community #mapL .circle .summoner,
body.community #mapL .circle .thumb,
body.community #mapL .circle .way {
  display: none
}

body.community #mapL .circle .name:before {
  content: '‣';
  font-weight: normal
}

body.community .list .circle .name {
  color: inherit;
  text-decoration: none
}

body.community .list .circle .intro.omit {
  overflow: hidden;
  position: relative;
  height: 1.3em;
  cursor: pointer
}

body.community .list .circle .intro.omit .introduction {
  padding-right: 2.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

body.community .list .circle .intro.omit br {
  display: none
}

body.community .list .circle .intro.omit:after {
  content: 'MORE';
  top: 0;
  right: 0;
  position: absolute;
  font-size: .5em;
  line-height: 2.3;
  padding: 0 .5em;
  background: #bbb;
  border-radius: 3px;
  color: #fff
}

body.community #popup {
  display: none
}

body.community #mapS {
  width: 80vw;
  height: 80vh
}

body.community section.intro .article.links {
  background: #efefef url(/assets/img/stripe_pattern-grey2.png) repeat;
}

body.community section.intro .article.links .row>div {
  position: relative;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
}

body.community section.intro .article.links .row>div h4 {
  font-size: .8rem;
  background: #383e4c;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  padding: 15px 15px;
  line-height: 1;
  margin-bottom: 0;
}

body.community section.intro .article.links .row>div h4 img {
  max-width: 16%;
  height: auto;
  margin-right: 15px;
}

body.community section.intro .article.links .row>div p {
  padding: 40px 30px 30px 30px;
  margin-bottom: 0;
  min-height: 240px;
}

body.community section.intro .article.links .row>div a.btn {
  width: 18em;
  margin: 0 auto 40px auto;
}

@media (max-width:768px) {
  body.community section.intro .article.links .row>div h4 img {
    max-width: 10%;
    margin-right: 10px;
  }

  body.community section.intro .article.links {
    padding: 3rem 0 0 0;
  }
  body.community section.intro .article.links .row>div {
    margin-bottom: 3rem;
  }

  body.community section.intro .article.links .row>div p {
    min-height: auto;
  }
}

body.community section.intro .article.support {
  background: #131720 url(/assets/img/support_bg.jpg) 50% 100% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
}

body.community section.intro .article.support .description {
  background: #383e4c;
  border-radius: 4px;
  padding: 100px 25px 20px 25px;
  color: #cccad8;
  font-size: .7rem;
  margin-top: -70px;
  min-height: 330px;
}

@media (max-width:767.98px) {
  body.community section.intro .article.support .description {
    padding: 80px 25px 20px 25px;
    margin-top: -50px;
    margin-bottom: 40px;
    min-height: auto;
    background: none;
  }
}

body.community section.intro .article.support .row>div h4 {
  font-size: 1rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

body.community section.intro .article.support .row>div p {
  font-size: .7rem;
  text-align: justify;
}

body.community section.intro .article.support .row>div img {
  max-width: 75%;
}

body.community section.intro .article.support .btn {
  width: 18em;
  font-size: .8rem;
  margin-top: 60px;
}

@media (min-width:768px) {
  body.community section.intro .article.support .row>div img {
    width: 240px;
    border-radius: 4px;
  }
}

@media (max-width:767.98px) {
  body.community section.intro .article.support .row>div p {
    font-size: .8rem;
  }

  body.community section.intro .article.support .row>div img {
    width: 220px;
    border-radius: 4px;
  }

  body.community section.intro .article.support .btn {
    margin: .5rem auto 1rem auto;
  }
}

body.inquiry section.contact-form {
  padding: 80px 0 100px 0;
  color: #fff;
  background: #d5d5d5 url(/assets/img/form_bg.jpg) 100% 100% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

body.inquiry .article h2, body.inquiry .contact-form h2 {
  text-align: center;
  margin: 0 auto 2.5rem auto;
}

@media (max-width:767.98px) {
  body.inquiry section.contact-form {
    padding: 2rem 0 2rem 0;
  }

  body.inquiry .article h2, body.inquiry .contact-form h2 {
    margin-bottom: 1.5rem;
  }
}

body.inquiry section.contact-form .box {
  background: #ffffff url(/assets/img/stripe_pattern-grey2.png) repeat;
  padding: 40px 50px 30px 50px;
  border-radius: 4px;
  border: #ced4da 1px solid;
}

body.inquiry .box h4 {
  margin: 0 0 1.5rem;
  font-size: 1.2rem
}

body.inquiry .box dl {
  line-height: 1.7;
  padding: 0
}

body.inquiry .box dl dt {
  margin-bottom: .3rem;
  color: #000000;
  font-size: .8rem;
  border-bottom: 1px solid #b23736;
  letter-spacing: 1px;
  padding: 0 0 .2rem;
  text-align: left
}

body.inquiry .box dl dt span,
body.inquiry .box dl dd span {
  color: #ffffff;
  background: #000000;
  padding: 0px 5px 1px 5px;
  margin-right: 10px;
  font-size: .7rem;
  border: #000000 1px solid;
}

body.inquiry .box dl dd span {
  color: #343a40;
  background: #ffffff;
  border: #343a40 1px solid;
}

body.inquiry .box dl dd {
  margin-bottom: 2rem;
  font-size: .9rem;
  text-align: justify;
  text-justify: inter-ideograph
}

body.inquiry .box dl dd:last-of-type {
  margin-bottom: 0
}

body.inquiry .box dl+h4 {
  margin-top: 3rem
}

@media (max-width:767.98px) {
  body.inquiry .box h4 {
    font-size: .9rem;
    width: 80%;
    margin: 2rem auto 1.5rem
  }
  body.inquiry .box dl {
    padding: 0
  }
  body.inquiry .box dl dd br {
    display: none
  }
}

body.inquiry .box.form label {
  font-size: .8rem;
  color: #131720;
  text-align: left;
}

body.inquiry .box.form label span {
  color: #d13639;
  padding: 0 8px;
}

body.inquiry .box.form .captcha {
  text-align: center;
  margin-top: 2rem
}

body.inquiry .box.form .captcha .g-recaptcha {
  display: inline-block;
  margin-bottom: 1rem
}

#submitResult {
  font-size: .8rem;
  color: #131720;
}
body.inquiry .box.form #submitResult.hidden,
body.inquiry .box.form #submitInquiry.hidden,
body.inquiry .box.form .captcha .g-recaptcha.hidden {
  display: none;
}

/*# sourceMappingURL=common.css.map */