@charset "UTF-8";
@media screen and (min-width: 901px) {
  #_device {
    position: static;
    display: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  #_device {
    position: relative;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #_device {
    position: absolute;
    display: none;
  }
}

/*reset//////////////////////////////*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: Courier New, sans-serif,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
}

body {
  font-size: 1rem;
  margin: 0;
  word-wrap: break-word;
  color: #000;
  line-height: 1.5;

/*  background: linear-gradient(45deg, #ffffff, #666666, #tetete);
  background-size: 600% 600%;
  animation: AnimationName 10s ease infinite;
  }
   
  @keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

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

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p {
  margin-top: 0;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 0 40px 1em;
}

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*footer //////////////////////////////*/
/* st-footer */
.st-footer-utility {
 /* background: #fff;*/
  padding: 20px 0;
}

.st-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.st-footer-infoNav {
  margin: -10px -15px 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.st-footer-infoNav > li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px 0;
}

.st-footer-link{
  font-size: 0.8rem;
  color: #333;
  margin: 0;
  font-weight: normal;
  text-decoration: none;
}

.st-footer-link a{
  color: #333;
}

.st-footer-copyright {
  font-size: 0.71429rem;
  text-align: center;
  margin: 0;
  color: #666;
}

.inner{
display: flex;
  justify-content: center;
  align-items: center;
}

.coming{
  text-align: center;
  color: #9A9359;
}

.sns{
  text-align: center;
  color: #333;
  font-size: 14px
}

/*header //////////////////////////////*/
/* st-header */
.st-header {
  position: relative;
  z-index: 20;
  /*margin-bottom: 20px;*/
}

.st-header-content {
  background: #fff;
}

.st-header-inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* トップページのヘッダー */
.st-header-inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* モデル一覧ページのヘッダー */
.c-container .models ~ .st-header .st-header-inner,
.c-container .models .st-header-inner,
.models .st-header-inner {
  max-width: none;
  width: calc(100vw - 96px);
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* トップページのロゴ */
.st-header-logo {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* モデル一覧ページのロゴ */
.c-container .models ~ .st-header .st-header-logo,
.c-container .models .st-header-logo,
.models .st-header-logo {
  padding-left: 0;
}

.st-header-logo__img {
  display: block;
  width: 300px;
}

.st-header-logo-top img {
  display: block;
  width: 100%;
}


.st-header-navBtn {
  display: none;
}

.st-header-nav {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.st-header-contact::before {
  content: '';
  display: inline-block;
  width: 1.85714rem;
  height: 1.85714rem;
  background-image: url("../img/structures/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.14509rem -0.14509rem;
  background-size: 2.14732rem 4.29464rem;
  margin-right: 5px;
  vertical-align: middle;
}

.st-header-globalNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.st-header-globalNav > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.st-header-globalNav > li {
  padding: 10px;
}

.st-header-globalNav > li:hover {
  background-color: #e4e4e4;
}

.st-header-globalNav__link {
  height: 5rem;
  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;
  color: #000;
  text-decoration: none;
/*  font-weight: bold;*/
}

/*header //////////////////////////////*/

.c-button, .c-button--submit, .c-button--back, .c-button--fb {
  padding: 0.71429rem 1.07143rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.c-button--submit {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  cursor: pointer;
}

.c-button, .c-button--submit, .c-button--back {
  background-color: #c00;
}

.c-button:hover, .c-button--submit:hover, .c-button--back:hover {
  background-color: #a00;
}

.c-button--fb {
  background-color: #3b5998;
}

.c-button--fb:hover {
  background-color: #284685;
}

.c-button__icon::before, .c-button__iconBack::before {
  content: '';
  display: inline-block;
  width: 0.59487rem;
  height: 0.92857rem;
  background-image: url("../img/contents/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.07254rem -2.21987rem;
  background-size: 1.3058rem 6.44196rem;
  top: -0.07143rem;
  position: relative;
  vertical-align: middle;
}

.c-button__iconFacebook::before {
  content: '';
  display: inline-block;
  width: 0.8471rem;
  height: 1.64286rem;
  background-image: url("../img/contents/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.12835rem -9.62612rem;
  background-size: 2.31027rem 11.39732rem;
  top: -0.07143rem;
  position: relative;
  vertical-align: middle;
}

[data-button-external].c-button .c-button__txt::after {
  content: '';
  display: inline-block;
  width: 1.16071rem;
  height: 0.92857rem;
  background-image: url("../img/contents/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.07254rem -4.36719rem;
  background-size: 1.3058rem 6.44196rem;
  top: -0.07143rem;
  position: relative;
  vertical-align: middle;
}

.is-disabled.c-button, .is-disabled.c-button--submit, .is-disabled.c-button--back, .is-disabled.c-button--fb {
  background-color: #777;
  pointer-events: none;
}

.is-disabled.c-button [class^="c-button__icon"], .is-disabled.c-button--submit [class^="c-button__icon"], .is-disabled.c-button--back [class^="c-button__icon"], .is-disabled.c-button--fb [class^="c-button__icon"] {
  display: none;
}

[data-button-external].is-disabled.c-button .c-button__txt::after {
  display: none;
}

[data-button-external].c-button .c-button__txt::after {
  margin-left: 0.71429rem;
}

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

.c-button__txt {
  word-wrap: break-word;
  word-break: break-all;
  color: #fff;
}

.c-button__icon::before {
  margin-right: 0.71429rem;
}

.c-button__iconBack {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-button__iconBack::before {
  margin-left: 0.71429rem;
}

.c-button__iconFacebook::before {
  margin-right: 0.71429rem;
}

[data-card-direction="column"].c-card, [data-card-direction="column"].c-card--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-card-direction="column-reverse"].c-card, [data-card-direction="column-reverse"].c-card--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

[data-card-direction="row"].c-card, [data-card-direction="row"].c-card--link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

[data-card-direction="row-reverse"].c-card, [data-card-direction="row-reverse"].c-card--link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[data-card-bgcolor="transparent"].c-card, [data-card-bgcolor="transparent"].c-card--link {
  background-color: transparent;
}

[data-card-align="center"].c-card, [data-card-align="center"].c-card--link, [data-card-align="center"].c-card__section {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


[data-card-justify="center"].c-card__section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-card-justify="end"].c-card__section {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[data-card-slide="true"].c-card, [data-card-slide="true"].c-card--link, [data-card-slide="true"].c-card-group {
  padding-top: 60px;
}

[data-card-slide="true"].c-card [data-card-slide-offset], [data-card-slide="true"].c-card--link [data-card-slide-offset], [data-card-slide="true"].c-card-group [data-card-slide-offset] {
  position: relative;
  top: -60px;
}

.c-card {
  min-width: 0%;
  min-height: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.c-card--link {
  min-width: 0%;
  min-height: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-decoration: none;
}

.c-card--link:hover .c-card__title {
  color: #c00;
}

.c-card__section {
  min-width: 0%;
  min-height: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.c-card__section > :first-child {
  min-width: 0%;
  min-height: 0%;
}

.c-card__img img,
.c-card__img source {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.c-card__block {
  padding: 30px;
  box-sizing: border-box;
}

.c-card__block > :last-child {
  margin-bottom: 0;
}

.c-card__title {
  font-size: 1.42857rem;
}

.c-card__text {
  font-size: 1.07143rem;
}

.c-card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-card-group__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.st-main {
  width: 100%;
  /*background: #CCC;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-container {
  width: 100%;
  /* background: #fff; */
  /*background: #efefef;*/
/*  padding-bottom: 120px;*/
}

.c-container > :last-child {
  /*background: #c00;*/
  margin-bottom: 0;
}

.c-container__inner {
  padding-top: 75px;
}

.c-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px -15px 30px;
}

.c-grid[data-grid-justify="center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-grid__col {
  margin-top: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}

.c-grid__col > :last-child {
  margin-bottom: 0;
}

.c-grid__col[data-grid-col-flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-grid-fluid {
  overflow: hidden;
  margin-bottom: 30px;
}

.c-grid-fluid > :last-child {
  margin-bottom: 0;
}

.c-heading-l1 {
  margin-bottom: 50px;
}

.c-heading-l1 > :last-child {
  margin-bottom: 0;
}

.c-heading-categoryTitle {
  font-size: 2.14286rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.c-heading-lead {
  font-size: 1.07143rem;
  text-align: center;
  margin-bottom: 30px;
}

.c-heading-l1-articleTitle {
  font-size: 1.71429rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
}

.c-heading-l2 {
  font-size: 1.71429rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.c-heading-l2[data-heading-align="left"] {
  text-align: left;
}

.c-link-icon::before {
  content: '';
  display: inline-block;
  width: 0.45759rem;
  height: 0.71429rem;
  background-image: url("../img/contents/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.0558rem -0.8817rem;
  background-size: 1.00446rem 4.95536rem;
  top: -0.07143rem;
  position: relative;
  vertical-align: middle;
}

.c-link-iconEmphasis::before {
  content: '';
  display: inline-block;
  width: 1.42857rem;
  height: 1.42857rem;
  background-image: url("../img/contents/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.11161rem -0.11161rem;
  background-size: 2.00893rem 9.91071rem;
  top: -0.07143rem;
  position: relative;
  vertical-align: middle;
}

[data-link-external].c-link-icon::after, [data-link-external].c-link-iconEmphasis::after {
  content: '';
  display: inline-block;
  width: 1.16071rem;
  height: 0.92857rem;
  background-image: url("../img/contents/sprite.svg");
  background-repeat: no-repeat;
  background-position: -0.07254rem -3.29353rem;
  background-size: 1.3058rem 6.44196rem;
  top: -0.07143rem;
  position: relative;
  vertical-align: middle;
}

[data-link-external].c-link-icon::after, [data-link-external].c-link-iconEmphasis::after {
  margin-left: 0.71429rem;
}

.c-link-icon {
  word-wrap: break-word;
  word-break: break-all;
  padding-left: 1.21429rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.c-link-icon:hover {
  color: #c00;
}

.c-link-icon::before {
  margin-left: -1.21429rem;
  margin-right: 0.71429rem;
}

.c-link-iconEmphasis {
  word-wrap: break-word;
  word-break: break-all;
  padding-left: 2.14286rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.c-link-iconEmphasis:hover {
  color: #c00;
}

.c-link-iconEmphasis::before {
  margin-left: -2.14286rem;
  margin-right: 0.71429rem;
}

.c-section__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

[data-section-level="1"].c-section {
  margin-bottom: 85px;
}

[data-section-level="2"].c-section {
/*  margin-bottom: 75px;*/
}

.profile {
  text-align: center;
}

.composite{
  text-align: center;
  width: 200px;

}

.composite a{
  background-color: #333;
  padding: 5px 10px;
  color: #fff;
}

.center{
  text-align: center;
}

.txt-bold{
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .st-header-inner {
    height: 3.57143rem;
  }

.st-header-infoNav {
  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;
  position: absolute;
  top: -2.78571rem;
  right: 15px;
  height: 2.78571rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

  .st-header-logo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .st-header-logo__img {
    width: 270px;
    height: auto;
  }


.coming{
  text-align: center;
  color: #9A9359;
  font-size: 16px;
}

.sns{
  text-align: center;
  color: #333;
  font-size: 24px;
}

  .st-header-navBtn {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    display: block;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    border: none;
    padding: 0;
    background: none;
  }

  .st-header-navBtn__icon {
    position: relative;
    display: block;
    width: 17px;
    height: 2px;
    background-color: #000;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
  }
  .st-header-navBtn__icon::before, .st-header-navBtn__icon::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 17px;
    height: 2px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .st-header-navBtn__icon::before {
    top: -5px;
  }
  .st-header-navBtn__icon::after {
    top: 5px;
  }
  .st-header-navBtn__icon.is-nav-open {
    background-color: transparent;
  }
  .st-header-navBtn__icon.is-nav-open::before {
    top: 50%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .st-header-navBtn__icon.is-nav-open::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .st-header-nav {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: none;
    position: absolute;
    top: 3.64286rem;
    left: 0;
    width: 100%;
  }

  .st-header-contact::before {
    display: none;
  }

  .st-header-globalNav {
    display: block;
  }
  .st-header-globalNav > li {
    display: block;
  }

  .st-header-globalNav__link {
    font-size: 1.07143rem;
    height: 3.85714rem;
    background: #efefef;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
  }
}

.model-status > span:first-child::after {
  content: ' / ';
}

.model-status {
  text-align: center;
  color: #ccc;
}

.center {
  text-align: center;
}

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

/*smartphone size//////////////////////////////*/
@media screen and (max-width: 600px) {
  [data-card-direction-sm="column"].c-card, [data-card-direction-sm="column"].c-card--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-card-direction-sm="column-reverse"].c-card, [data-card-direction-sm="column-reverse"].c-card--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [data-card-direction-sm="row"].c-card, [data-card-direction-sm="row"].c-card--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [data-card-direction-sm="row-reverse"].c-card, [data-card-direction-sm="row-reverse"].c-card--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  [data-card-align-sm="stretch"].c-card, [data-card-align-sm="stretch"].c-card--link, [data-card-align-sm="stretch"].c-card__section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  [data-card-align-sm="center"].c-card, [data-card-align-sm="center"].c-card--link, [data-card-align-sm="center"].c-card__section {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  [data-card-slide-sm="false"].c-card, [data-card-slide-sm="false"].c-card--link, [data-card-slide-sm="false"].c-card-group {
    padding-top: 0;
  }
  [data-card-slide-sm="false"].c-card [data-card-slide-offset], [data-card-slide-sm="false"].c-card--link [data-card-slide-offset], [data-card-slide-sm="false"].c-card-group [data-card-slide-offset] {
    top: auto;
  }

  .c-card__block {
    padding: 15px;
  }

  .c-card__title {
    font-size: 1.28571rem;
    margin-bottom: 10px;
  }

  .c-card__text {
    font-size: 0.92857rem;
  }

  .c-container {
    /*padding-bottom: 35px;*/
  }

  .c-heading-l1 {
    margin-bottom: 40px;
  }

  .c-heading-categoryTitle {
    font-size: 1.42857rem;
    margin-bottom: 20px;
  }

  .c-heading-lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .c-heading-l1-articleTitle {
    font-size: 1.28571rem;
    margin-bottom: 20px;
  }

  .c-heading-l2 {
    font-size: 1.28571rem;
    margin-bottom: 20px;
  }

  [data-section-level="1"].c-section {
    margin-bottom: 35px;
  }
/*
  [data-section-level="2"].c-section {
    margin-bottom: 35px;
  }
*/
}

/*Layout set //////////////////////////////*/
.c-section > :last-child {
  margin-bottom: 0;
}

.c-section > :last-child.c-section__inner > :last-child {
  margin-bottom: 0;
}

[data-u-col="1"] {
  width: 8.33333%;
}

[data-u-col="2"] {
  width: 16.66667%;
}

[data-u-col="3"] {
  width: 25%;
}

[data-u-col="4"] {
  width: 33.33333%;
}

[data-u-col="5"] {
  width: 41.66667%;
}

[data-u-col="6"] {
  width: 50%;
}

[data-u-col="7"] {
  width: 58.33333%;
}

[data-u-col="8"] {
  width: 66.66667%;
}

[data-u-col="9"] {
  width: 75%;
}

[data-u-col="10"] {
  width: 83.33333%;
}

[data-u-col="11"] {
  width: 91.66667%;
}

[data-u-col="12"] {
  width: 100%;
}

@media screen and (max-width: 900px) {
.st-header-globalNav > li {
  padding: 0px;
}
  [data-u-col-mid="1"] {
    width: 8.33333%;
  }
  [data-u-col-mid="2"] {
    width: 16.66667%;
  }
  [data-u-col-mid="3"] {
    width: 25%;
  }
  [data-u-col-mid="4"] {
    width: 33.33333%;
  }
  [data-u-col-mid="5"] {
    width: 41.66667%;
  }
  [data-u-col-mid="6"] {
    width: 50%;
  }
  [data-u-col-mid="7"] {
    width: 58.33333%;
  }
  [data-u-col-mid="8"] {
    width: 66.66667%;
  }
  [data-u-col-mid="9"] {
    width: 75%;
  }
  [data-u-col-mid="10"] {
    width: 83.33333%;
  }
  [data-u-col-mid="11"] {
    width: 91.66667%;
  }
  [data-u-col-mid="12"] {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
.st-header-globalNav > li {
  padding: 0px;
}
  [data-u-col-sml="1"] {
    width: 8.33333%;
  }
  [data-u-col-sml="2"] {
    width: 16.66667%;
  }
  [data-u-col-sml="3"] {
    width: 25%;
  }
  [data-u-col-sml="4"] {
    width: 33.33333%;
  }
  [data-u-col-sml="5"] {
    width: 41.66667%;
  }
  [data-u-col-sml="6"] {
    width: 50%;
  }
  [data-u-col-sml="7"] {
    width: 58.33333%;
  }
  [data-u-col-sml="8"] {
    width: 66.66667%;
  }
  [data-u-col-sml="9"] {
    width: 75%;
  }
  [data-u-col-sml="10"] {
    width: 83.33333%;
  }
  [data-u-col-sml="11"] {
    width: 91.66667%;
  }
  [data-u-col-sml="12"] {
    width: 100%;
  }
}
