@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 3, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 8, ../sass/_normalize.scss */
body {
  margin: 0; }

/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 26, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 33, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 37, ../sass/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/* line 44, ../sass/_normalize.scss */
a {
  background-color: transparent; }

/* line 47, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/* line 54, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 57, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 61, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/* line 64, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 68, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 72, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/* line 75, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 82, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 85, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/* line 90, ../sass/_normalize.scss */
img {
  border: 0; }

/* line 93, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/* line 99, ../sass/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 102, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 107, ../sass/_normalize.scss */
pre {
  overflow: auto; }

/* line 110, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/* line 120, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 129, ../sass/_normalize.scss */
button {
  overflow: visible; }

/* line 132, ../sass/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 136, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 143, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 147, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 152, ../sass/_normalize.scss */
input {
  line-height: normal; }

/* line 155, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 160, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 164, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 170, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 174, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 179, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 183, ../sass/_normalize.scss */
textarea {
  overflow: auto; }

/* line 186, ../sass/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/* line 192, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 196, ../sass/_normalize.scss */
td,
th {
  padding: 0; }

/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
/*====================================================================

  html, body

====================================================================*/
/* line 25, ../sass/_common.scss */
* {
  box-sizing: border-box; }

/* line 29, ../sass/_common.scss */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

/* line 35, ../sass/_common.scss */
body {
  padding: 0;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 13px;
  *font-size: 100%;
  line-height: 1.4;
  word-spacing: 0;
  letter-spacing: 0.04em;
  background-color: #FFF; }

/*====================================================================

  アイコンフォント設定

====================================================================*/
/* line 53, ../sass/_common.scss */
/* .fa {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; } */

/*====================================================================

  アンカー

====================================================================*/
/* line 68, ../sass/_common.scss */
a {
  color: #333;
  text-decoration: none;
  cursor: pointer; }
  /* line 72, ../sass/_common.scss */
  a:link {
    color: #333;
    text-decoration: none; }
  /* line 76, ../sass/_common.scss */
  a:hover {
    text-decoration: none;
    color: #999; }

/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
/*====================================================================
  共通設定
====================================================================*/
/* line 104, ../sass/_common.scss */
p {
  margin: 0;
  padding: 0; }

/* line 107, ../sass/_common.scss */
img {
  vertical-align: bottom; }

/* line 111, ../sass/_common.scss */
.maxImg img {
  width: 100%; }

/* line 115, ../sass/_common.scss */
.row {
  overflow: hidden; }

/* line 118, ../sass/_common.scss */
p.appBtn {
  width: 100%;
  margin: 60px 0 0 0; }
  /* line 121, ../sass/_common.scss */
  p.appBtn a {
    font-size: 154%;
    display: block;
    padding: 20px 0;
    color: #FFF;
    background: #bc1e3d;
    text-align: center;
    position: relative; }
    /* line 129, ../sass/_common.scss */
    p.appBtn a:after {
      content: "\f054";
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      top: 20px;
      right: 14px; }
    /* line 135, ../sass/_common.scss */
    p.appBtn a:hover {
      background: #760d22; }

/* line 140, ../sass/_common.scss */
dl {
  margin: 0;
  padding: 0; }
  /* line 142, ../sass/_common.scss */
  dl dt {
    margin: 0;
    padding: 0; }
  /* line 145, ../sass/_common.scss */
  dl dd {
    margin: 0;
    padding: 0; }

/* line 150, ../sass/_common.scss */
.secWrap {
  padding: 150px 0 150px 0;
  /* 打ち消し用のパディング */
  background-image: url(../img/common/bg.jpg);
  border-top: 1px solid #DDD; }
  /* line 154, ../sass/_common.scss */
  .secWrap .secInner {
    width: 1100px;
    margin: 0 auto; }
    /* line 157, ../sass/_common.scss */
    .secWrap .secInner header.secHeader {
      width: 25%;
      float: left;
      border-left: 5px solid #0c1b3b;
      padding: 10px 0 10px 20px; }
      /* line 162, ../sass/_common.scss */
      .secWrap .secInner header.secHeader h2 {
        line-height: 1.4;
        margin: 0 0 15px 0;
        padding: 0;
        font-size: 200%;
        color: #0c1b3b; }
      /* line 169, ../sass/_common.scss */
      .secWrap .secInner header.secHeader p {
        font-size: 85%;
        color: #bc1e3d;
        padding: 0 0 0 2px;
        font-style: italic; }
    /* line 176, ../sass/_common.scss */
    .secWrap .secInner .cont {
      width: 75%;
      float: right; }

/* line 183, ../sass/_common.scss */
#about.secWrap {
  border-top: none; }

/* line 187, ../sass/_common.scss */
#snsWrap.secWrap {
  padding: 40px 0 0;
  background: none; }

/* line 192, ../sass/_common.scss */
.bgClr {
  background: #FFF;
  background-image: none; }

/*====================================================================
  ヘッダー
====================================================================*/
/* line 200, ../sass/_common.scss */
header#siteHead {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 110px;
  background: #FFF;
  border-bottom: 1px solid #DDD; }
  /* line 208, ../sass/_common.scss */
  header#siteHead h1 {
    width: 100%;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    background: #0c1b3b;
    font-size: 77%;
    color: #888;
    font-weight: normal; }
  /* line 218, ../sass/_common.scss */
  header#siteHead #headerInner {
    height: 85px;
    width: 1100px;
    margin: 0 auto;
    position: relative; }
    /* line 223, ../sass/_common.scss */
    header#siteHead #headerInner p#siteId {
      width: 130px;
      height: 85px;
      position: absolute;
      top: 0;
      left: 0;
      background: #FFF;
      text-align: left;
      padding: 13px 0 0; }
      /* line 232, ../sass/_common.scss */
      header#siteHead #headerInner p#siteId img {
        width: 130px; }
    /* line 236, ../sass/_common.scss */
    header#siteHead #headerInner ul#snsList {
      position: absolute;
      top: 0px;
      right: 10px;
      z-index: 9999; }
      /* line 241, ../sass/_common.scss */
      header#siteHead #headerInner ul#snsList li {
        text-align: center; }
        /* line 243, ../sass/_common.scss */
        header#siteHead #headerInner ul#snsList li.snsBtn {
          display: inline-block;
          height: 26px;
          margin: 0 0 0 8px;
          vertical-align: bottom; }
          /* line 248, ../sass/_common.scss */
          header#siteHead #headerInner ul#snsList li.snsBtn:first-of-type {
            margin: 0; }
        /* line 252, ../sass/_common.scss */
        header#siteHead #headerInner ul#snsList li.fb, header#siteHead #headerInner ul#snsList li.twitter,header#siteHead #headerInner ul#snsList li.youtube {
          width: 26px;
          height: 26px; }
          /* line 256, ../sass/_common.scss */
          header#siteHead #headerInner ul#snsList li.fb a, header#siteHead #headerInner ul#snsList li.twitter a, header#siteHead #headerInner ul#snsList li.youtube a {
            display: block;
            width: 26px;
            height: 26px;
            padding: 5px 0 0 0;
            border-radius: 3px;
            cursor: pointer; }
            /* line 263, ../sass/_common.scss */
            header#siteHead #headerInner ul#snsList li.fb a i, header#siteHead #headerInner ul#snsList li.twitter a i,header#siteHead #headerInner ul#snsList li.youtube a i {
              font-size: 124%;
              color: #FFF;
              text-align: center; }
        /* line 271, ../sass/_common.scss */
        header#siteHead #headerInner ul#snsList li.fb a {
          background: #3B5998; }
        /* line 276, ../sass/_common.scss */
        header#siteHead #headerInner ul#snsList li.twitter a {
          background: #1DA1F2; }
          header#siteHead #headerInner ul#snsList li.youtube a {
            background: red; }
      /* line 282, ../sass/_common.scss */
    header#siteHead #headerInner nav#globalNav {
      width: 100%;
      position: absolute;
      bottom: 10px;
      right: 0; }
      /* line 287, ../sass/_common.scss */
      header#siteHead #headerInner nav#globalNav span.menu-button {
        display: none; }
      /* line 290, ../sass/_common.scss */
      header#siteHead #headerInner nav#globalNav #listWrap {
        position: relative;
        height: 85px;
        width: 100%; }
        /* line 294, ../sass/_common.scss */
        header#siteHead #headerInner nav#globalNav #listWrap ul#navList {
          position: absolute;
          bottom: 0;
          right: 0;
          overflow: hidden;
          margin: 0; }
          /* line 300, ../sass/_common.scss */
          header#siteHead #headerInner nav#globalNav #listWrap ul#navList li {
            list-style: none;
            float: left;
            margin: 0 10px 0 0;
            padding: 0 10px 0 0;
            border-right: 1px solid #DDD; }
            /* line 306, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav #listWrap ul#navList li:first-child {
              border-left: 1px solid #DDD;
              padding: 0 15px; }
            /* line 310, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav #listWrap ul#navList li a {
              display: block;
              font-size: 116%;
              padding: 5px 0;
              height: 30px;
              color: #0c1b3b; }
              /* line 316, ../sass/_common.scss */
              header#siteHead #headerInner nav#globalNav #listWrap ul#navList li a:hover {
                color: #bc1e3d;
                border-bottom: 3px solid #bc1e3d; }

/*====================================================================
  フッター
====================================================================*/
/* line 332, ../sass/_common.scss */
footer .footInner {
  background: #0e2536; }
  /* line 334, ../sass/_common.scss */
  footer .footInner .inner {
    width: 1100px;
    margin: 0 auto; }
    /* line 337, ../sass/_common.scss */
    footer .footInner .inner .col-2 {
      width: 50%;
      float: left;
      padding: 60px 20px; }
      /* line 341, ../sass/_common.scss */
      footer .footInner .inner .col-2 h3 {
        color: #FFF;
        margin: 0 0 10px 0;
        padding: 0 0 8px 0;
        border-bottom: 1px solid #FFF; }
      /* line 347, ../sass/_common.scss */
      footer .footInner .inner .col-2 p {
        color: #FFF;
        line-height: 1.8;
        font-size: 108%; }
        /* line 351, ../sass/_common.scss */
        footer .footInner .inner .col-2 p a {
          color: #FFF;
          text-decoration: underline; }
      /* line 356, ../sass/_common.scss */
      footer .footInner .inner .col-2 ul {
        margin: 0;
        padding: 0 0 0 1.7em; }
        /* line 359, ../sass/_common.scss */
        footer .footInner .inner .col-2 ul li {
          color: #FFF;
          margin: 0 0 5px 0;
          font-size: 85%; }
/* line 368, ../sass/_common.scss */
footer .footInner2 {
  background: #081926; }
  /* line 370, ../sass/_common.scss */
  footer .footInner2 .inner {
    width: 1100px;
    margin: 0 auto; }
    /* line 373, ../sass/_common.scss */
    footer .footInner2 .inner p {
      color: #FFF;
      font-size: 85%;
      line-height: 1.6;
      color: #899ca3;
      padding: 60px 0; }
/* line 382, ../sass/_common.scss */
footer #copyrightWrap {
  background: #03151c;
  padding: 15px 0; }
  /* line 385, ../sass/_common.scss */
  footer #copyrightWrap p#copyright {
    color: #FFF;
    text-align: center;
    font-size: 77%; }

/* line 393, ../sass/_common.scss */
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0; }

/*====================================================================

  メディアクエリ

====================================================================*/
@media screen and (max-width: 1024px) {
  /* line 403, ../sass/_common.scss */
  body {
    padding: 0 0 52px 0; }

  /*====================================================================
    共通設定
  ====================================================================*/
  /* line 410, ../sass/_common.scss */
  .secWrap {
    margin: 0;
    padding: 0;
    background-image: none;
    border-top: none; }
    /* line 415, ../sass/_common.scss */
    .secWrap .secInner {
      background-image: url(../img/common/bg.jpg);
      background-size: 40%;
      width: 100%;
      padding: 0 0 70px 0;
      margin: 0; }
      /* line 421, ../sass/_common.scss */
      .secWrap .secInner header.secHeader {
        width: 100%;
        float: none;
        background: #0c1b3b;
        border-left: 5px solid #000;
        padding: 12px 0 12px 4%;
        margin: 0 0 20px 0; }
        /* line 428, ../sass/_common.scss */
        .secWrap .secInner header.secHeader h2 {
          line-height: 1.6;
          margin: 0;
          font-size: 154%;
          color: #FFF; }
          /* line 433, ../sass/_common.scss */
          .secWrap .secInner header.secHeader h2 br {
            display: none; }
        /* line 437, ../sass/_common.scss */
        .secWrap .secInner header.secHeader p {
          font-size: 85%;
          color: #bc1e3d;
          padding: 0 0 0 2px; }
      /* line 443, ../sass/_common.scss */
      .secWrap .secInner .cont {
        width: 100%;
        float: none;
        padding: 0 4%; }

  /* line 450, ../sass/_common.scss */
  #snsWrap.secWrap {
    margin: 0;
    padding: 15px 0 0 0; }
    /* line 453, ../sass/_common.scss */
    #snsWrap.secWrap .secInner {
      padding: 0;
      background-image: none; }

  /* line 458, ../sass/_common.scss */
  #team.secWrap {
    padding: 0; }

  /* line 461, ../sass/_common.scss */
  #qa.secWrap {
    padding: 0; }

  /* line 464, ../sass/_common.scss */
  .bgClr {
    background: #FFF;
    background-image: none; }

  /* line 468, ../sass/_common.scss */
  p.appBtn {
    width: 100%;
    margin: 30px auto 0; }
    /* line 471, ../sass/_common.scss */
    p.appBtn a {
      font-size: 108%;
      padding: 17px 0; }
      /* line 474, ../sass/_common.scss */
      p.appBtn a:after {
        top: 17px; }

  /*====================================================================
    ヘッダー
  ====================================================================*/
  /* line 484, ../sass/_common.scss */
  header#siteHead {
    height: 90px;
    border-bottom: 1px solid #CCC; }
    /* line 487, ../sass/_common.scss */
    header#siteHead h1 {
      position: static; }
    /* line 490, ../sass/_common.scss */
    header#siteHead #headerInner {
      width: 100%;
      margin: 0;
      height: auto; }
      /* line 494, ../sass/_common.scss */
      header#siteHead #headerInner p#siteId {
        width: 100px;
        height: 100%;
        bottom: 0;
        top: 9px;
        left: 4%;
        background: #FFF;
        text-align: center;
        padding: 0;
        margin: 0;
        z-index: 9999; }
        /* line 505, ../sass/_common.scss */
        header#siteHead #headerInner p#siteId img {
          width: 100px; }
      /* line 509, ../sass/_common.scss */
      header#siteHead #headerInner ul#snsList {
        position: absolute;
        right: 60px;
        top: 2px;
        margin: 0;
        padding: 15px 0;
        text-align: center; }
        /* line 516, ../sass/_common.scss */
        header#siteHead #headerInner ul#snsList li {
          text-align: center; }
          /* line 518, ../sass/_common.scss */
          header#siteHead #headerInner ul#snsList li.snsBtn {
            display: inline-block;
            height: auto;
            margin: 0 0 0 8px;
            vertical-align: bottom; }
            /* line 523, ../sass/_common.scss */
            header#siteHead #headerInner ul#snsList li.snsBtn:first-of-type {
              margin: 0; }
          /* line 527, ../sass/_common.scss */
          header#siteHead #headerInner ul#snsList li.fb, header#siteHead #headerInner ul#snsList li.twitter, header#siteHead #headerInner ul#snsList li.youtube {
            width: 30px;
            height: 30px; }
            /* line 531, ../sass/_common.scss */
            header#siteHead #headerInner ul#snsList li.fb a, header#siteHead #headerInner ul#snsList li.twitter a, header#siteHead #headerInner ul#snsList li.youtube a {
              width: 30px;
              height: 30px;
              padding: 6px 0 0 0; }
              /* line 535, ../sass/_common.scss */
              header#siteHead #headerInner ul#snsList li.fb a i, header#siteHead #headerInner ul#snsList li.twitter a i, header#siteHead #headerInner ul#snsList li.youtube a i {
                font-size: 131%; }
      /* line 542, ../sass/_common.scss */
      header#siteHead #headerInner nav#globalNav {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999; }
        /* line 548, ../sass/_common.scss */
        header#siteHead #headerInner nav#globalNav span.menu-button {
          width: 30px;
          height: 30px;
          display: block;
          position: absolute;
          right: 12px;
          top: 17px; }
          /* line 555, ../sass/_common.scss */
          header#siteHead #headerInner nav#globalNav span.menu-button i {
            display: block;
            width: 20px;
            height: 2px;
            border-radius: 3px;
            background: #333;
            transition: background 0.5s;
            position: relative;
            left: 5px;
            top: 14px; }
            /* line 565, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav span.menu-button i:before, header#siteHead #headerInner nav#globalNav span.menu-button i:after {
              content: "";
              display: block;
              width: 20px;
              height: 2px;
              border-radius: 3px;
              background: #333;
              position: absolute;
              transform: rotate(0deg);
              transition: all 0.3s !important; }
            /* line 577, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav span.menu-button i:before {
              transform: translateY(8px); }
            /* line 578, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav span.menu-button i:after {
              transform: translateY(-8px); }
          /* line 581, ../sass/_common.scss */
          header#siteHead #headerInner nav#globalNav span.menu-button.active i {
            background: #FFF; }
            /* line 583, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav span.menu-button.active i:after {
              transform: translateY(0px) rotate(-45deg); }
            /* line 584, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav span.menu-button.active i:before {
              transform: translateY(0px) rotate(45deg); }
        /* line 588, ../sass/_common.scss */
        header#siteHead #headerInner nav#globalNav #listWrap {
          display: none;
          position: absolute;
          top: 65px;
          height: auto; }
          /* line 593, ../sass/_common.scss */
          header#siteHead #headerInner nav#globalNav #listWrap ul#navList {
            overflow: auto;
            position: static;
            margin: 0;
            padding: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.95); }
            /* line 600, ../sass/_common.scss */
            header#siteHead #headerInner nav#globalNav #listWrap ul#navList li {
              float: none;
              margin: 0;
              padding: 0;
              border-right: none;
              border-bottom: 1px solid #333; }
              /* line 606, ../sass/_common.scss */
              header#siteHead #headerInner nav#globalNav #listWrap ul#navList li:first-child {
                border-left: none;
                padding: 0; }
              /* line 610, ../sass/_common.scss */
              header#siteHead #headerInner nav#globalNav #listWrap ul#navList li a {
                display: block;
                font-size: 108%;
                padding: 13px 4%;
                height: auto;
                color: #FFF;
                position: relative; }
                /* line 617, ../sass/_common.scss */
                header#siteHead #headerInner nav#globalNav #listWrap ul#navList li a:hover {
                  border-bottom: none; }
                /* line 620, ../sass/_common.scss */
                header#siteHead #headerInner nav#globalNav #listWrap ul#navList li a:after {
                  content: "\f054";
                  font-family: 'Font Awesome 5 Free';
                  font-weight: 700;
                  position: absolute;
                  top: 13px;
                  right: 13px;
                  color: #FFF; }

  /*====================================================================
    フッター
  ====================================================================*/
  /* line 640, ../sass/_common.scss */
  footer .footInner .inner {
    width: 100%;
    margin: 0; }
    /* line 643, ../sass/_common.scss */
    footer .footInner .inner .col-2 {
      width: 100%;
      float: none;
      padding: 30px 4%; }
      /* line 647, ../sass/_common.scss */
      footer .footInner .inner .col-2 h3 {
        margin: 0 0 8px 0;
        padding: 0 0 4px 0;
        font-size: 100%; }
      /* line 652, ../sass/_common.scss */
      footer .footInner .inner .col-2 p {
        font-size: 85%; }
      /* line 660, ../sass/_common.scss */
      footer .footInner .inner .col-2:first-of-type {
        padding: 30px 4% 0; }
  /* line 667, ../sass/_common.scss */
  footer .footInner2 .inner {
    width: 100%;
    margin: 0; }
    /* line 670, ../sass/_common.scss */
    footer .footInner2 .inner p {
      padding: 25px 4%; }
  /* line 675, ../sass/_common.scss */
  footer #copyrightWrap {
    padding: 10px 0; } }
/*
メディアクエリ
@media screen and (max-width: 1024px) {  1024pxまでの幅の場合に適応される　例）タブレット横まで　iPadPro縦  }
@media screen and (max-width: 768px) {  768pxまでの幅の場合に適応される　例）タブレット縦〜スマホ横  }
@media screen and (max-width: 480px) {  480pxまでの幅の場合に適応される　例）iPhone縦  }
@media screen and (max-width: 320px) {  320pxまでの幅の場合に適応される　例）iPhoneSEなど  }

@media screen and (max-width: 600px) and (min-width: 960px) {  特殊・Android Nexus7  }
*/
/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
