/*------------------------------------------------------*/
/*------------------------------------------------------*/
body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  color: #003a38;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
h2,
.h2 {
  font-size: 20px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
h5,
h6 {
  font-size: 16px;
}
.breaker.first h1,
.breaker.first .h1 {
  font-size: 28px;
}
.breaker.first h2,
.breaker.first .h2 {
  font-size: 24px;
}
.ufilm h2 {
  font-weight: 400;
}
/*------------------------------------------------------*/
a {
  color: #003a38;
  transition: color ease-in-out 0.25s;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
/*------------------------------------------------------*/
p,
ul,
table {
  margin-bottom: 1.42857em;
}
p,
td,
li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
p.last {
  margin-bottom: 0;
}
/*------------------------------------------------------*/
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.42857em;
}
ol li {
  counter-increment: steps;
}
ol li ul li {
  counter-increment: none;
}
ol li:before {
  content: counter(steps, decimal-leading-zero) ".";
  margin-right: 5px;
  font-size: inherit;
  font-weight: 700;
  display: inline-block;
  width: 25px;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li ol li:before {
  content: counter(steps, lower-alpha) ")";
  margin-right: 5px;
  font-size: inherit;
  font-weight: 700;
  display: inline-block;
  width: 23px;
}
ol li ul li:before {
  content: "¥";
  width: auto;
}
ol li ul {
  padding-left: 28px;
}
figcaption {
  font-size: 14px;
  margin-top: 5px;
}
.button {
  display: inline-block;
  width: auto;
  padding: 5px;
  margin: 11.42857px 0 11.42857px;
  transition: background ease-in-out 0.25s;
}
/*------------------------------------------------------*/
.breaker-primary h1,
.breaker-primary h2,
.breaker-primary h3,
.breaker-primary h4,
.breaker-primary li,
.breaker-primary p,
.breaker-primary a,
.breaker-primary address,
.breaker-primary table,
.breaker-primary i,
.breaker-primary figcaption {
  color: #ffffff;
  font-weight: 400;
}
.breaker-primary h1,
.breaker-primary h2 {
  text-transform: uppercase;
}
.breaker-white h1,
.breaker-white h2,
.breaker-white h3,
.breaker-white h4,
.breaker-white li,
.breaker-white p,
.breaker-white a,
.breaker-white address,
.breaker-white table,
.breaker-white i {
  color: #444444;
}
.box h1,
.box h2,
.box h3 {
  font-weight: 300;
}
/*------------------------------------------------------*/
#footer {
  color: #ffffff;
}
#footer a {
  color: #2deee6;
}
#footer a:hover {
  color: #ffffff;
}
/*XS*/
@media screen and (max-width: 767px) {
  .col-xs-text-center {
    text-align: center;
  }
}
/*SM*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-text-center {
    text-align: center;
  }
}
/* MD */
/*LG */
/*------------------------------------------------------*/