@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
audio,
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial,
    sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}
code {
  color: #ff3860;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0.25em 0.5em;
}
code,
hr {
  background-color: #f5f5f5;
}
hr {
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: #363636;
  font-weight: 700;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
table td,
table th {
  text-align: left;
  vertical-align: top;
}
table th {
  color: #363636;
}
.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.is-pulled-left {
  float: left !important;
}
.is-pulled-right {
  float: right !important;
}
.is-clipped {
  overflow: hidden !important;
}
.is-size-1 {
  font-size: 3rem !important;
}
.is-size-2 {
  font-size: 2.5rem !important;
}
.is-size-3 {
  font-size: 2rem !important;
}
.is-size-4 {
  font-size: 1.5rem !important;
}
.is-size-5 {
  font-size: 1.25rem !important;
}
.is-size-6 {
  font-size: 1rem !important;
}
.is-size-7 {
  font-size: 0.75rem !important;
}
@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 979px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 980px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}
.has-text-justified {
  text-align: justify !important;
}
.has-text-left {
  text-align: left !important;
}
.has-text-right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 979px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 980px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 979px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 980px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 979px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 980px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 979px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 980px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}
.is-lowercase {
  text-transform: lowercase !important;
}
.is-uppercase {
  text-transform: uppercase !important;
}
.is-italic {
  font-style: italic !important;
}
.has-text-white {
  color: #fff !important;
}
a.has-text-white:focus,
a.has-text-white:hover {
  color: #e6e5e5 !important;
}
.has-background-white {
  background-color: #fff !important;
}
.has-text-black {
  color: #0a0a0a !important;
}
a.has-text-black:focus,
a.has-text-black:hover {
  color: #000 !important;
}
.has-background-black {
  background-color: #0a0a0a !important;
}
.has-text-light {
  color: #f5f5f5 !important;
}
a.has-text-light:focus,
a.has-text-light:hover {
  color: #dbdbdb !important;
}
.has-background-light {
  background-color: #f5f5f5 !important;
}
.has-text-dark {
  color: #363636 !important;
}
a.has-text-dark:focus,
a.has-text-dark:hover {
  color: #1c1c1c !important;
}
.has-background-dark {
  background-color: #363636 !important;
}
.has-text-primary {
  color: #00d1b2 !important;
}
a.has-text-primary:focus,
a.has-text-primary:hover {
  color: #009e86 !important;
}
.has-background-primary {
  background-color: #00d1b2 !important;
}
.has-text-link {
  color: #3273dc !important;
}
a.has-text-link:focus,
a.has-text-link:hover {
  color: #205bbc !important;
}
.has-background-link {
  background-color: #3273dc !important;
}
.has-text-info {
  color: #209cee !important;
}
a.has-text-info:focus,
a.has-text-info:hover {
  color: #0f81cc !important;
}
.has-background-info {
  background-color: #209cee !important;
}
.has-text-success {
  color: #23d160 !important;
}
a.has-text-success:focus,
a.has-text-success:hover {
  color: #1ca64c !important;
}
.has-background-success {
  background-color: #23d160 !important;
}
.has-text-warning {
  color: #ffdd57 !important;
}
a.has-text-warning:focus,
a.has-text-warning:hover {
  color: #ffd324 !important;
}
.has-background-warning {
  background-color: #ffdd57 !important;
}
.has-text-danger {
  color: #ff3860 !important;
}
a.has-text-danger:focus,
a.has-text-danger:hover {
  color: #ff0537 !important;
}
.has-background-danger {
  background-color: #ff3860 !important;
}
.has-text-black-bis {
  color: #121212 !important;
}
.has-background-black-bis {
  background-color: #121212 !important;
}
.has-text-black-ter {
  color: #242424 !important;
}
.has-background-black-ter {
  background-color: #242424 !important;
}
.has-text-grey-darker {
  color: #363636 !important;
}
.has-background-grey-darker {
  background-color: #363636 !important;
}
.has-text-grey-dark {
  color: #4a4a4a !important;
}
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}
.has-text-grey {
  color: #7a7a7a !important;
}
.has-background-grey {
  background-color: #7a7a7a !important;
}
.has-text-grey-light {
  color: #b5b5b5 !important;
}
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}
.has-text-grey-lighter {
  color: #dbdbdb !important;
}
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}
.has-text-white-ter {
  color: #f5f5f5 !important;
}
.has-background-white-ter {
  background-color: #f5f5f5 !important;
}
.has-text-white-bis {
  color: #fafafa !important;
}
.has-background-white-bis {
  background-color: #fafafa !important;
}
.has-text-weight-light {
  font-weight: 300 !important;
}
.has-text-weight-normal {
  font-weight: 400 !important;
}
.has-text-weight-semibold {
  font-weight: 600 !important;
}
.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 979px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 979px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 980px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 979px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 980px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 979px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 980px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 979px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 980px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}
@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 979px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 980px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.is-radiusless {
  border-radius: 0 !important;
}
.is-shadowless {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
img {
  vertical-align: top;
}
html {
  height: 100%;
}
.contact,
.openflow .row-head,
.yugo {
  font-family: YuGothic, sans-serif;
}
body {
  background: #003e9d;
  color: #000;
  font-family: Hiragino Kaku Gothic Pro, \\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,
    \\30e1\30a4\30ea\30aa, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",
    sans-serif;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    padding-top: 50px;
  }
}
.container {
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .container {
    width: auto;
  }
}
.container .wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .container .wrapper {
    width: auto;
  }
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 15px;
  }
  .pagetop img {
    width: 70px;
  }
}
.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .header-left {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 100px;
  }
}
.header-lead {
  padding-left: 15px;
}
.header-nav {
  height: inherit;
  margin-left: auto;
  border-left: 1px solid #bcc1c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-nav {
    border-left: none;
  }
}
.header-sns {
  padding: 0 10px;
}
.header-sns,
.header-sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-sns-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
}
.header-sns-item svg {
  fill: #bcc1c6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-sns-item:hover .facebook {
  fill: #3c5a99;
}
.header-sns-item:hover .twitter {
  fill: #439cd6;
}
.header .burger {
  background: #000;
  height: inherit;
  width: 50px;
  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;
}
.header .burger.is-active .close {
  display: block;
}
.header .burger .close,
.header .burger.is-active .line {
  display: none;
}
.sp-menu {
  position: fixed;
  top: 50px;
  left: 100%;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sp-menu.is-active {
  left: 0;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 979px) {
  .menu {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    height: auto;
    display: block;
  }
}
.menu-btn {
  position: relative;
  height: 40px;
  line-height: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.menu-btn:hover a {
  font-weight: 700;
  color: #003e9d;
}
.menu-btn:hover a:after {
  opacity: 1;
}
.menu-btn a {
  position: relative;
  display: inline-block;
  color: #000;
}
.menu-btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #003e9d;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .menu-btn {
    height: 45px;
    line-height: 45px;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .menu a {
    color: #fff !important;
  }
}
.footer-safe {
  height: 110px;
  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;
}
@media screen and (max-width: 768px) {
  .footer-safe {
    height: 55px;
  }
  .footer-safe img {
    width: 100px;
  }
}
.footer {
  background: #003e9d;
  color: #fff;
  padding: 50px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 25px 30px 0;
    font-size: 13px;
  }
}
.footer-head {
  position: relative;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}
.footer .footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-nav-wrap > ul {
  margin-right: 30px;
}
.footer .footer-nav-wrap > ul:last-child {
  margin-right: 0;
}
.footer .footer-nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav-ul {
    display: block;
  }
}
.footer .footer-nav-li {
  margin-right: 30px;
}
.footer .footer-nav-li strong {
  color: #fff;
  font-weight: 700;
}
.footer .footer-nav-li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav-li {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer .footer-nav-li:last-child {
    margin-bottom: 0;
  }
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 20px;
}
.contact {
  background: #f8f84e;
  height: 70px;
  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;
  color: #000;
  width: 180px;
  font-weight: 700;
}
.contact.large {
  width: 280px;
}
.contact.is-disabled {
  pointer-events: none;
  background-color: #ccc !important;
}
@media screen and (max-width: 768px) {
  .contact.large {
    width: 140px;
  }
}
.contact.is-head:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact.is-head:hover .icon {
  fill: #fff;
}
.contact.is-flow {
  position: relative;
}
.contact.is-flow:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 5px solid #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact.is-flow:hover:before {
  opacity: 1;
}
.contact .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 8px;
  width: 22px;
}
@media screen and (max-width: 768px) {
  .contact {
    height: 50px;
    width: 120px;
    font-size: 12px;
  }
  .contact .icon {
    width: 18px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  span.br {
    display: block;
  }
}
span.bold {
  font-weight: 700;
}
.main {
  position: relative;
  opacity: 0;
}
.notice-close {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .notice-close {
    padding-top: 5px;
  }
}
.notice-close-wrapper {
  margin: 20px;
  padding: 20px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .notice-close-wrapper {
    margin: 10px;
  }
}
.main-message {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 150px;
}
.main-message .wrapper {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .main-message {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-message {
    padding: 0;
  }
}
.main-head-sub {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0 3px 6px #000;
  width: 280px;
  height: 40px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -40px;
  left: 50%;
  font-weight: 700;
  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;
}
@media screen and (max-width: 768px) {
  .main-head-sub {
    width: 210px;
    font-size: 12px;
    height: 30px;
    top: -30px;
  }
}
.main-head {
  position: relative;
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 3px 20px #000;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .main-head {
    font-size: 30px;
  }
}
.main-lead {
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 15px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-lead p {
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  line-height: 1.8;
}
@media screen and (max-width: 979px) {
  .main-lead {
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main-lead {
    left: 15px;
    bottom: 15px;
    font-size: 10px;
  }
  .main-lead span {
    display: block;
  }
}
.vision {
  position: relative;
  background: #f2f5fa;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .vision {
    padding: 0 15px 100px;
  }
}
.vision-title {
  padding: 40px 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .vision-title {
    padding: 30px 0;
    font-size: 14px;
  }
}
.vision-main {
  position: relative;
  text-align: center;
}
.vision-main-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.vision-head {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-weight: 700;
}
.vision-head:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .vision-head {
    font-size: 18px;
    line-height: 24px;
  }
}
.vision-bg {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}
.vision-bg,
.vision-message {
  position: absolute;
  background: #003e9d;
}
.vision-message {
  bottom: -10px;
  right: 380px;
  width: 650px;
  padding: 60px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vision-message-body {
  position: relative;
  z-index: 1;
}
.vision-message p:first-child {
  padding-bottom: 5px;
}
@media screen and (max-width: 979px) {
  .vision-message {
    padding: 30px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .vision-message {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
  }
}
.section {
  padding: 90px 0;
}
.section.non-pb {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 45px 0;
  }
}
.section:nth-child(2n) {
  background: #f2f6fa;
}
.section .head {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.section .head.is-line {
  position: relative;
  margin-bottom: 20px;
}
.section .head.is-line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section .head {
    font-size: 17px;
  }
}
.section .head-sub {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.section .head-sub.bottom {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .section .head-sub {
    font-size: 12px;
  }
}
.section .lead {
  padding: 0 0 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .section .lead {
    padding: 0 15px;
    padding-bottom: 20px;
  }
}
.about {
  position: relative;
}
.about-title {
  position: absolute;
  z-index: 2;
  top: -25px;
}
@media screen and (max-width: 768px) {
  .about-title {
    width: 150px;
    top: -50px;
    left: 30px;
  }
}
.about-visual {
  position: relative;
  height: 560px;
  background: url(../img/about.jpg) 50% no-repeat;
  background-size: cover;
  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;
}
.about-visual:before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.2);
}
.about-visual img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .about-visual {
    width: 100%;
    height: 350px;
  }
  .about-visual img {
    width: 280px;
  }
}
.about-button {
  position: relative;
  width: auto;
  height: 145px;
  padding-top: 5px;
}
.about-button img {
  width: 100%;
}
.about-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.about-graph-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
.about-graph-row.right {
  padding-left: 20px;
  padding-right: 0;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about-graph {
    display: block;
  }
  .about-graph-row {
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .about-graph img {
    width: 100%;
  }
}
.point {
  border-bottom: 1px solid #ecedef;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 0 15px;
    width: auto;
  }
}
.point .t-plus {
  margin: 10px 0 5px;
  display: inline-block;
}
.point .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point .wrapper:first-child {
  margin: 0 0 20px;
}
.point-wrapper {
  margin-bottom: 60px;
  border-bottom: 1px solid #ecedef;
}
@media screen and (max-width: 768px) {
  .point-wrapper {
    border-bottom: none;
  }
}
.point-left {
  width: 130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .point-left {
    width: 55px;
    margin: 0 10px 0 0;
  }
}
.point .is-sp-flex {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .point .is-sp-flex {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point .is-sp-flex > * {
    width: 50%;
  }
  .point .is-sp-flex .t-info {
    padding-right: 20px;
  }
}
.point-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .point-right img {
    width: 100%;
  }
}
.point-right a {
  color: #000 !important;
  text-decoration: underline;
}
.point-right .desc {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: left;
}
.point-right .desc.simple {
  padding-right: 20px;
}
.point-right .desc.simple > p {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .point-right .desc.simple {
    padding-right: 0;
  }
}
.point-right .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point-right .rows > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .point-right .rows {
    display: block;
    text-align: center;
  }
  .point-right .rows .row.first {
    margin-bottom: 35px;
  }
}
.point-right .tplus-info {
  position: relative;
  width: 330px;
}
.point-right .tplus-info-txt {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}
.point-right .tplus-info-wrap {
  position: relative;
  height: inherit;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px;
}
.point-right .tplus-info .ihead {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
}
.point-right .tplus-info .dt {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .point-right .tplus-info {
    width: 100%;
  }
}
.point-right .notice {
  position: relative;
  margin-left: 20px;
  width: 290px;
  height: 110px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  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;
}
@media screen and (max-width: 768px) {
  .point-right .notice {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
    height: 80px;
    font-size: 12px;
  }
}
.point-recommend {
  position: relative;
  background: url(../img/osusume.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  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;
  font-size: 18px;
  line-height: 33px;
}
.point-recommend .recommend-title {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .point-recommend .recommend-title img {
    width: 170px;
  }
}
.point-recommend .recommend-visual {
  min-width: 1280px;
  width: 100%;
}
.point-recommend .wrapper {
  position: absolute;
  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;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-recommend {
    height: 290px;
    font-size: 14px;
    line-height: 1.5;
  }
  .point-recommend p {
    padding: 0 30px;
    padding-bottom: 8px;
  }
}
.point-head {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
}
.point-head-sub {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .point-head {
    font-size: 19px;
    line-height: 22px;
  }
  .point-head-sub {
    font-size: 12px;
  }
}
.support .supports {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support .supports {
    padding-bottom: 0;
  }
}
.support-row {
  position: relative;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .support-row {
    text-align: center;
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
    height: auto;
  }
}
.support-visual {
  position: absolute;
}
.support-visual.right {
  right: 0;
}
@media screen and (max-width: 768px) {
  .support-visual {
    position: relative;
  }
}
.support-desc {
  position: absolute;
  width: 50%;
  font-size: 14px;
  height: 100%;
  padding: 0 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-desc-wrapper {
  width: 380px;
}
.support-desc.right {
  right: 0;
}
@media screen and (max-width: 768px) {
  .support-desc {
    position: relative;
    width: auto;
    padding: 0;
    font-size: 13px;
  }
  .support-desc-wrapper {
    width: auto;
  }
}
.support-head {
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .support-head {
    text-align: center;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .support-example {
    background: #fff;
  }
}
.support-example h4 {
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.support-example .rows,
.support-example h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .support-example .rows {
    display: block;
    padding: 0 15px;
  }
}
.support-example .row {
  padding: 40px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .support-example .row {
    padding: 15px !important;
    margin: auto !important;
    width: 100% !important;
  }
}
.support-example .row.first {
  background: #e4ebf2;
  padding-right: 50px;
}
.support-example .row.first .wrap {
  width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .support-example .row.first .wrap {
    width: auto;
  }
}
.support-example .row.second {
  background: #dbe6f0;
  padding-left: 50px;
}
.support-example .row.second .wrap {
  width: 460px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .support-example .row.second .wrap {
    width: auto;
  }
}
.support-example .rhead,
.support-example h4 {
  text-align: center;
  font-weight: 700;
}
.support-example .rhead {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .support-example .rhead {
    font-size: 12px;
  }
}
.support-example .ul {
  overflow: hidden;
}
.support-example .ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .support-example .ul li {
    font-size: 11px;
  }
}
.openflow,
.openflow-body {
  position: relative;
}
.openflow-body-visual {
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  .openflow-body {
    height: auto;
    background: url(../img/flow_main.jpg) top no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
}
.openflow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
}
@media screen and (max-width: 768px) {
  .openflow-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 40px;
    padding-top: 20px;
  }
}
.openflow-wrapper-body {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .openflow-wrapper-body {
    width: auto;
  }
}
.openflow .rows {
  padding: 40px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .openflow .rows {
    padding: 30px 0;
  }
}
.openflow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 60px;
}
.openflow .row:last-child {
  margin-bottom: 0;
}
.openflow .row a {
  color: #000;
  text-decoration: underline;
}
.openflow .row-head {
  font-weight: 700;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .openflow .row-head {
    width: auto;
  }
}
.openflow .row-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .openflow .row-desc {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .openflow .row {
    display: block;
    font-size: 11px;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
.openflow .at {
  background: #003d9a;
  color: #fff;
  text-align: center;
  padding: 20px 20px 30px;
  font-size: 12px;
  font-weight: 700;
}
.openflow .at h4 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .openflow .at {
    padding: 10px 30px;
  }
  .openflow .at h4 {
    font-size: 14px;
  }
}
.openflow-footer {
  position: relative;
  text-align: center;
  padding: 50px 0 0;
}
.openflow-footer-txt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .openflow-footer {
    padding-top: 30px;
  }
}
.openflow-contact {
  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: 20px;
}
.cost .wrapper {
  position: relative;
  width: 980px;
}
.cost .wrapper:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #000;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cost .wrapper {
    width: auto;
  }
}
.cost .rows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  background: #f2f6fa;
}
@media screen and (max-width: 979px) {
  .cost .rows {
    margin: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cost .rows {
    margin: 15px;
    padding: 15px;
    display: block;
  }
}
.cost .row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.cost h4 {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cost h4 {
    padding: 20px 0;
  }
}
.cost .estimate {
  padding: 40px 0 0;
  width: 330px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cost .estimate {
    padding: 0;
    width: 100%;
  }
}
.cost .estimate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d8e2f0;
  font-size: 14px;
  padding: 5px 0;
}
.cost .estimate-wrapper:nth-child(2n) {
  background: #fff;
}
.cost .estimate .left {
  width: 100px;
  padding: 0 0 0 10px;
}
.cost .estimate .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cost .notice {
  text-align: center;
  font-size: 12px;
  padding: 10px 15px 0;
}
.owner .slider-arrow {
  fill: none;
  stroke: #9ea2a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.owner .slider-arrow:hover {
  stroke-width: 3px;
}
.owner .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .owner .arrow-left {
    left: 15px;
    top: 25%;
  }
  .owner .arrow-left .slider-arrow {
    width: 15px;
  }
}
.owner .arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .owner .arrow-right {
    right: 15px;
    top: 25%;
  }
  .owner .arrow-right .slider-arrow {
    width: 15px;
  }
}
.owner .cnt {
  position: relative;
  display: block;
  width: 100%;
  outline: none;
}
@media screen and (max-width: 768px) {
  .owner .cnt {
    padding: 0 15px;
  }
}
.owner .cnt-title {
  position: relative;
  width: 780px;
  margin: 0 auto;
  font-weight: 700;
  border: 3px solid #000;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 20px;
  background: #fff;
  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;
}
.owner .cnt-title:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #000;
}
@media screen and (max-width: 768px) {
  .owner .cnt-title {
    width: auto;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.owner .cnt-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.owner .cnt-body .left {
  width: 360px;
}
.owner .cnt-body .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0;
}
.owner .cnt-body .right .desc {
  width: 500px;
  font-size: 14px;
}
.owner .cnt-body .right p {
  margin-bottom: 20px;
}
.owner .cnt-body .right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .owner .cnt-body {
    display: block;
    padding: 0;
  }
  .owner .cnt-body .left {
    width: 180px;
    margin: 0 auto;
    text-align: center;
  }
  .owner .cnt-body .right .desc {
    width: auto;
    font-size: 13px;
  }
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
