@charset 'utf-8';
a:link,
a:visited {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:link:hover,
a:visited:hover {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}
html {
  color: #000;
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
html {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}
body {
  background: #f8f8f8;
}
.inner {
  max-width: 1240px;
  margin: 0 auto;
}
.full {
  width: 100%;
}
.sw-Row {
  overflow: hidden;
}
.sw-Bg {
  background: #fff;
}
.sw-Section_Title {
  color: #bd0711;
  font-weight: bold;
  text-align: center;
}
/* header */
.st-Header .inner {
  position: relative;
}
/* main */
.tp-SDK {
  margin: 0 !important;
}
.tp-SDK .attention {
  color: #bd0711;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}
.tp-SDK .attention i {
  padding: 0 0.5em;
}
.tp-SDK .attention span {
  padding-right: 0.5em;
}
.tp-SDK_Nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tp-SDK_Nav ul li a {
  color: #bd0711;
  font-size: 2.2rem;
  font-weight: bold;
}
.tp-SDK_Nav ul li a img {
  vertical-align: 2px;
  margin-left: 6px;
}
.tp-Feature_Box {
  border: 1px solid #bd0711;
}
.tp-Feature_TxtArea h3 {
  color: #bd0711;
  font-weight: bold;
}
.tp-Feature_Link {
  text-decoration: underline;
}
.tp-Solution h3 {
  color: #bd0711;
}
.tp-Solution_Voices {
  border-radius: 8px;
  background: #eee;
}
.tp-Solution_Voices dl {
  margin: 0;
}
.tp-Solution_Voices dl dd {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin: 0;
}
.tp-Step_Catch {
  text-align: center;
}
.tp-Step_ListTitle {
  color: #bd0711;
  font-weight: bold;
  text-align: center;
}
.tp-Step_ListTitle em {
  display: block;
  font-style: normal;
}
.tp-Step_ListTxt {
  text-align: center;
}
.tp-Tech img {
  display: block;
  margin: 0 auto;
}
.tp-Case_Title {
  text-align: center;
}
.tp-Case_Txt {
  text-align: center;
}
.tp-Case_Bnr {
  text-align: center;
}
.tp-OtherLinks_Row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-OtherLinks_Box {
  border-radius: 8px;
  border: 1px solid #bd0711;
  background: #fff;
}
.fixed_aside {
  display: none;
  position: fixed;
  right: 0;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
#pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 20px;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.st-Footer {
  background: #bd0711;
}
.st-Footer nav ul li a,
.st-Footer nav ul li a:link,
.st-Footer nav ul li a:visited {
  color: #fff;
}
.st-Footer .copyright {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none !important;
  }
  .inner {
    padding: 0 4vw;
  }
  .sw-Bg {
    padding: 5.866666666666666vw 2.666666666666667vw;
  }
  .sw-Section_Title {
    font-size: 4.533333333333333vw;
    text-shadow: 0px 0px 1px #bd0711;
  }
  .sw-Section {
    margin-top: 6.666666666666667vw;
  }
  .st-Header_Logo {
    padding: 3.333333333333333vw 0;
  }
  .st-Header_Logo img {
    max-width: 58.8vw;
    width: 58.8vw;
  }
  .tp-SDK .attention {
    font-size: 2.8vw;
    text-shadow: 0 0 0 #bd0711;
  }
  .tp-SDK_Nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.2vw auto 8vw;
  }
  .tp-SDK_Nav ul li a {
    display: block;
    border-top: 1px solid #bd0711;
    border-bottom: 1px solid #bd0711;
    border-right: 1px solid #bd0711;
    background: #fff;
    font-size: 2.666666666666667vw;
    text-shadow: 0 0 0 #bd0711;
    text-align: center;
    max-width: 22.666666666666664vw;
    width: 22.666666666666664vw;
    padding: 4vw 0;
  }
  .tp-SDK_Nav ul li a img {
    max-width: 2.666666666666667vw;
    width: 2.666666666666667vw;
  }
  .tp-SDK_Nav ul li:first-child a {
    border-left: 1px solid #bd0711;
  }
  .tp-SDK_GraphArea {
    margin-top: 7.199999999999999vw;
  }
  .tp-SDK_GraphArea img {
    display: block;
    max-width: 85.46666666666667vw;
    width: 85.46666666666667vw;
    margin: 0 auto;
  }
  .tp-SDK_TxtArea {
    margin-top: 7.199999999999999vw;
  }
  .tp-SDK_Txt {
    font-size: 2.933333333333333vw;
    line-height: 2;
  }
  .tp-Feature_Box {
    padding: 4vw;
    margin-top: 3.733333333333334vw;
  }
  .tp-Feature_TxtArea {
    margin-top: 2.666666666666667vw;
  }
  .tp-Feature_TxtArea h3 {
    font-size: 3.2vw;
  }
  .tp-Feature_Txt {
    font-size: 2.666666666666667vw;
    margin-top: 4.8vw;
  }
  .tp-Feature_Box:nth-of-type(1) .tp-Feature_GraphArea img {
    display: block;
    max-width: 71.73333333333333vw;
    width: 71.73333333333333vw;
    margin: 0 auto;
  }
  .tp-Feature_Box:nth-of-type(2) .tp-Feature_GraphArea img {
    display: block;
    max-width: 68vw;
    width: 68vw;
    margin: 0 auto;
  }
  .tp-Feature_Box:nth-of-type(3) .tp-Feature_GraphArea img {
    display: block;
    max-width: 63.33333333333333vw;
    width: 63.33333333333333vw;
    margin: 0 auto;
  }
  .tp-Feature_Box:nth-of-type(4) .tp-Feature_GraphArea img {
    display: block;
    max-width: 59.599999999999994vw;
    width: 59.599999999999994vw;
    margin: 0 auto;
  }
  .tp-Solution h2 {
    margin-top: 2.666666666666667vw;
  }
  .tp-Solution_Box {
    margin-top: 13.333333333333334vw;
  }
  .tp-Solution_Box:nth-of-type(1) {
    margin-top: 7.199999999999999vw;
  }
  .tp-Solution_PicArea img {
    display: block;
    max-width: 44.13333333333333vw;
    width: 44.13333333333333vw;
    margin: 0 auto;
  }
  .tp-Solution h3 {
    font-size: 4vw;
    margin-top: 4.8vw;
  }
  .tp-Solution_Txt {
    font-size: 3.2vw;
    margin-top: 5.333333333333334vw;
  }
  .tp-Solution_Voices {
    padding: 2.4vw 4vw;
    margin-top: 2.666666666666667vw;
  }
  .tp-Solution_Voices dl dt {
    font-size: 2.666666666666667vw;
  }
  .tp-Solution_Voices dl dd {
    font-size: 2.666666666666667vw;
    margin-top: 1em;
  }
  .tp-Solution_Voices dl dd:first-of-type {
    margin-top: 0.5em;
  }
  .tp-Step_Catch {
    font-size: 3.466666666666666vw;
    margin-top: 4.8vw;
    margin-bottom: 8.799999999999999vw;
  }
  .tp-Step_List li {
    position: relative;
    margin-top: 4vw;
    padding-bottom: 10.666666666666668vw;
  }
  .tp-Step_List li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/icon_arrow_sp.png") no-repeat;
    background-size: 100%;
    height: 7.466666666666668vw;
    width: 8.799999999999999vw;
    margin: auto;
  }
  .tp-Step_List li:last-child {
    padding-bottom: 0;
  }
  .tp-Step_List li:last-child::after {
    display: none;
  }
  .tp-Step_ListTitle span {
    display: block;
    font-size: 3.2vw;
  }
  .tp-Step_ListTitle em {
    font-size: 4.333333333333334vw;
    margin-top: 1.6vw;
  }
  .tp-Step_ListTxt {
    position: relative;
    font-size: 2.333333333333333vw;
    margin-top: 2.666666666666667vw;
  }
  .tp-Tech img {
    margin-top: 8.799999999999999vw;
  }
  .tp-Case_Title {
    font-size: 3.2vw;
  }
  .tp-Case_Txt {
    font-size: 2.666666666666667vw;
    margin-top: 4.8vw;
  }
  .tp-Case_Bnr {
    margin-top: 6.4vw;
  }
  .tp-OtherLinks {
    margin-top: 12.8vw;
  }
  .tp-OtherLinks_Box {
    margin-top: 2.4vw;
  }
  .tp-OtherLinks_Box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7.733333333333333vw 5.066666666666666vw;
  }
  .tp-OtherLinks_IconArea {
    -webkit-flex-basis: 10.266666666666667vw;
        -ms-flex-preferred-size: 10.266666666666667vw;
            flex-basis: 10.266666666666667vw;
    margin-right: 5.333333333333334vw;
  }
  .tp-OtherLinks_Title {
    font-size: 4vw;
  }
  .tp-OtherLinks_Txt {
    font-size: 2.4vw;
    padding-top: 1em;
  }
  .tp-OtherLinks_Box:nth-of-type(3) .tp-OtherLinks_IconArea img {
    max-width: 8.666666666666668vw;
    width: 8.666666666666668vw;
    margin-left: 1.333333333333333vw;
  }
  .fixed_aside {
    bottom: 8.799999999999999vw;
  }
  .fixed_aside li {
    max-width: 24vw;
    width: 24vw;
    margin-bottom: 1.6vw;
  }
  #pagetop {
    max-width: 18vw;
    width: 18vw;
  }
  .st-Footer {
    padding: 6.666666666666667vw 0 3.2vw;
    margin-top: 22.666666666666664vw;
  }
  .st-Footer nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 54.93333333333334vw;
    width: 54.93333333333334vw;
    margin: 0 auto;
  }
  .st-Footer nav ul li a,
  .st-Footer nav ul li a:link,
  .st-Footer nav ul li a:visited {
    font-size: 2.933333333333333vw;
  }
  .st-Footer .copyright {
    font-size: 2.666666666666667vw;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .pc_hide {
    display: none !important;
  }
  a:link:hover:hover,
  a:visited:hover:hover {
    opacity: 0.6;
  }
  html {
    min-width: 1240px;
  }
  .inner {
    padding: 0 20px;
  }
  .sw-Flex-PC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sw-Bg {
    padding: 36px 30px;
  }
  .sw-Section_Title {
    font-size: 3.4rem;
  }
  .sw-Section {
    margin-top: 48px;
  }
  .st-Header_Logo {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .st-Header_Logo img {
    top: 0.9375vw;
    width: 19.875vw;
    min-width: 246px;
  }
  .st-Header_MV {
    background: #f8f8f8;
  }
  .st-Header_MVInner {
    max-width: 1600px;
    margin: 0 auto;
  }
  .tp-SDK .attention {
    font-size: 1.4rem;
  }
  .tp-SDK_Nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 36px 60px 76px;
  }
  .tp-SDK_Row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .tp-SDK_GraphArea {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 110px;
  }
  .tp-SDK_TxtArea {
    padding-right: 90px;
  }
  .tp-SDK_Txt {
    font-size: 1.8rem;
    line-height: 2;
  }
  .tp-Feature_Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 396px;
    padding: 30px;
    margin-top: 18px;
  }
  .tp-Feature_GraphArea {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-right: 50px;
  }
  .tp-Feature_TxtArea h3 {
    font-size: 2.2rem;
  }
  .tp-Feature_Txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 36px;
  }
  .tp-Solution_Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }
  .tp-Solution_Box:nth-of-type(1) {
    margin-top: 50px;
  }
  .tp-Solution_Box:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tp-Solution_PicArea {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .tp-Solution_Box:nth-of-type(2n+1) .tp-Solution_PicArea {
    margin-right: 30px;
  }
  .tp-Solution_Box:nth-of-type(2n) .tp-Solution_PicArea {
    margin-left: 30px;
  }
  .tp-Solution h3 {
    font-size: 2.6rem;
  }
  .tp-Solution_Txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 1em;
  }
  .tp-Solution_Voices {
    width: 812px;
    padding: 14px;
    margin-top: 30px;
  }
  .tp-Solution_Voices dl dt {
    font-size: 1.6rem;
  }
  .tp-Solution_Voices dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .tp-Step_Catch {
    font-size: 2.6rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .tp-Step_List {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
  .tp-Step_List li {
    border-radius: 100%;
    border: 8px solid #bd0711;
    background: #fff;
    text-align: center;
    height: 276px;
    width: 276px;
    padding-top: 48px;
  }
  .tp-Step_ListTitle span {
    font-size: 1.6rem;
  }
  .tp-Step_ListTitle em {
    font-size: 2.6rem;
    margin-top: 0.5empx;
  }
  .tp-Step_ListTxt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .tp-Tech img {
    margin-top: 40px;
  }
  .tp-Case_Title {
    font-size: 2.4rem;
  }
  .tp-Case_Txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .tp-Case_Bnr {
    margin-top: 50px;
  }
  .tp-OtherLinks {
    margin-top: 96px;
  }
  .tp-OtherLinks_Box {
    height: 368px;
    -webkit-flex-basis: 382px;
        -ms-flex-preferred-size: 382px;
            flex-basis: 382px;
    text-align: center;
  }
  .tp-OtherLinks_Box a {
    display: block;
    padding: 40px 0 0;
  }
  .tp-OtherLinks_IconArea {
    height: 82px;
  }
  .tp-OtherLinks_Title {
    font-size: 3rem;
    margin-top: 30px;
  }
  .tp-OtherLinks_Txt {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 48px;
  }
  .fixed_aside {
    bottom: calc(vwSP(66) + 12px);
    width: 104px;
  }
  .fixed_aside li {
    margin-bottom: 20px;
  }
  .st-Footer {
    padding: 24px 0;
    margin-top: 182px;
  }
  .st-Footer_Row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st-Footer nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .st-Footer nav ul li {
    margin-right: 80px;
  }
  .st-Footer nav ul li a,
  .st-Footer nav ul li a:link,
  .st-Footer nav ul li a:visited {
    font-size: 1.4rem;
  }
  .st-Footer .copyright {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .st-Header_Logo {
    top: 15px;
  }
  .st-Header_Logo img {
    min-width: none;
    width: auto;
  }
}
