@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }

input {
  /*-webkit-border-radius: 0;*/ }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
/*
*,
:before,
:after {
	border-style: solid;
	border-width: 0;
}
*/
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select {
  /* -moz-appearance: none;     Firefox 40+ */
  /* -webkit-appearance: none  Chrome 45+ */ }

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  /*font: 100%/1.5 sans-serif;*/ }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  /*background-color: transparent;*/
  color: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical;
  width: 100%; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

@media print, screen and (min-width: 751px) {
  html {
    font-size: 62.5%;
    line-height: 1.8; }
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #000;
    overflow: hidden;
    min-width: 1000px;
    font-size: 14px;
    font-size: 1.4rem; }
  a {
    text-decoration: none;
    color: #555;
    word-wrap: break-word; }
    a:hover {
      color: #e67525; }
  ul {
    list-style: none; }
  img {
    vertical-align: bottom; }
  .alignC {
    text-align: center; }
  .alignR {
    text-align: right; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .forSP {
    display: none !important; }
  .inner {
    width: 1000px;
    margin: 0 auto; }
  header {
    background: #fff; }
    header .inner {
      height: 60px;
      overflow: hidden;
      position: relative; }
    header .h1 {
      width: 182px;
      padding: 15px 0 0 !important;
      float: left;
      border: none; }
      header .h1:after {
        content: none; }
      header .h1 img {
        width: 100%;
        vertical-align: top; }
    header .headNav1 {
      float: right;
      letter-spacing: -0.4em; }
      header .headNav1 li {
        display: inline-block;
        letter-spacing: normal;
        border-left: 1px solid #ccc; }
        header .headNav1 li:last-child {
          border: none; }
        header .headNav1 li:hover {
          opacity: 0.8; }
    header .headNav2 {
      float: right;
      letter-spacing: -0.4em;
      /*padding-right: 5px;*/ }
      header .headNav2 li {
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        letter-spacing: normal;
        width: 50px;
        height: 50px;
        vertical-align: top;
        margin-top: 5px; }
        header .headNav2 li:hover {
          opacity: 0.8; }
      header .headNav2 a {
        display: block;
        height: 50px; }
      header .headNav2 .fb {
        background: url(../images/common/ico_fb.png) no-repeat center; }
      header .headNav2 .twitter {
        background: url(../images/common/ico_twitter.png) no-repeat center; }
      header .headNav2 .access {
        background: url(../images/common/ico_access.png) no-repeat center; }
      header .headNav2 .en {
        background: url(../images/common/ico_english.gif) no-repeat center; }
      header .headNav2 .menu {
        display: none; }
    header .kensaku {
      position: absolute;
      top: 21px;
      width: 380px;
      height: 23px;
      overflow: hidden;
      left: 210px;
      letter-spacing: -0.4em;
      margin-right: 10px; }
      header .kensaku ul {
        letter-spacing: -0.4em;
        float: left; }
      header .kensaku li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.2rem; }
        header .kensaku li:after {
          content: "｜";
          padding: 0 5px; }
        header .kensaku li:last-child:after {
          content: none;
          padding: 0; }
      header .kensaku form {
        width: 210px;
        float: left;
        margin-left: 15px; }
      header .kensaku input {
        letter-spacing: normal; }
      header .kensaku input[type="text"] {
        border: 1px solid #d6d6d6;
        width: 165px;
        height: 23px;
        vertical-align: top;
        font-size: 1.2rem;
        padding-left: 5px; }
      header .kensaku input.btn {
        width: 45px;
        vertical-align: top;
        /*background: url(../images/common/ico_search.gif) no-repeat center top;*/
        height: 23px;
        font-size: 14px;
        background-size: contain;
        cursor: pointer; }
        header .kensaku input.btn:hover {
          opacity: 0.8; }
  nav {
    border-top: 1px solid #e67525;
    /*
  .nav1{
    .gSMenu{
      @if $type == pc{
        height: 575px;
      }
    }

    .wrap{
      @if $type == pc{
        left: 0;
        height: 575px;
      }
    }

    .gSub, .wrap{
      @if $type == pc{
        left: 0;
        height: 575px;
      }
    }
  }

  .nav2{
    .gSMenu{
      @if $type == pc{
        height: 400px;
      }
    }

    .wrap{
      @if $type == pc{
        left: -250px;
        height: 400px;
      }
    }

    .gSub{
      @if $type == pc{
        left: 0;
        height: 400px;
      }
    }
  }

  .nav3{
    .gSMenu{
      @if $type == pc{
        display: none;
      }
    }

    .wrap{
      @if $type == pc{
        left: -500px;
        height: 400px;
      }
    }

    .gSub{
      @if $type == pc{
        left: 0;
        height: 410px;
      }
    }
  }

  .nav4{
    .gSMenu{
      @if $type == pc{
        height: 620px;
      }
    }

    .wrap{
      @if $type == pc{
        left: -750px;
        height: 620px;
      }
    }

    .gSub{
      @if $type == pc{
        left: 0;
        height: 620px;
      }
    }
  }

  @if $type == pc{
    /*.gSMenu{
      border-left: none;
    }

    &> li > a.now:after,
    &> li > a:hover:after{
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background-color: $c_orange;
      transform: rotate(45deg);
      position: absolute;
      bottom: -7px;
      left: 118px;
      z-index: 999;
    }

    li .gSub{
      width: 250px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 990;
      display: none;
      background: #555;
      padding-top: 30px;
    }

    li .gSub > li{
      border-bottom: 1px solid #ccc;
      line-height: 1.4;
    }

    li .gSub > li > a{
      width: 250px;
      display: block;
      background: #555;
      color: #fff;
      padding: 12px 0 12px 35px;
      position: relative;
      text-align: left;
    }

    li .gSub > li > a:after{
      content: "";
      width: 8px;
      height: 8px;
      display: block;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 15px;
    }


    li .gSub > li > a.maintainHover{
      font-weight: bold;
      background: #e5e5e5;
      color: #000;
    }

    li .gSub > li > a.maintainHover:after{
      border-right: 2px solid $c_orange;
      border-bottom: 2px solid $c_orange;
    }

    .popover{
      width: 750px;
      overflow: hidden;
      z-index: 9999;
      background: #e5e5e5;
      padding: 30px 25px;
      position: absolute;
      display: none;
      top: 0;
      left: 250px;
    }

    .gSubSolo{
      padding: 30px 25px;
    }

    .first{
      display: block;
    }
  }

  @if $type == sp{
    .gMBtn{
      line-height: 1.8;
    }

    .gMBtn > a{
      display: block;
      position: relative;
      padding: 10px 15px 10px 35px;
      color: #fff;
      font-size: 1.4rem;
    }

    .gMBtn > a:after{
      content: "";
      display: block;
      background: url(../images/nav/gmbtn_bg.gif) no-repeat center top;
      width: 8px;
      height: 8px;
      background-size: cover;
      position: absolute;
      bottom: 3px;
      right: 3px;
    }

    .nav1 > a{
      background: url(../images/nav/ico_soudan.gif) no-repeat 10px center #666;
      background-size: 15px;
    }

    .nav2 > a{
      background: url(../images/nav/ico_manabu.gif) no-repeat 10px center #666;
      background-size: 15px;
    }

    .nav3 > a{
      background: url(../images/nav/ico_message.gif) no-repeat 10px center #666;
      background-size: 15px;
    }

    .nav4 > a{
      background: url(../images/nav/ico_siru.gif) no-repeat 12px center #666;
      background-size: 12px;
    }

    .gSub{
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
      background: #fff;
    }

    .gSub > li{
      border-bottom: 1px solid #ccc;
      width: 50%;
      font-size: 1.4rem;
      background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
      background-size: 4px;
      position: relative;
    }

    .gSub > li.last{
      border-bottom: none;
    }

    .gSub > li:after{
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 1px;
      height: 85%;
      background: #ccc;
      display: flex;
      align-items: center;
    }

    .gSub > li:nth-child(even):after{
      content: none;
    }

    .gSub > li > a{
      display: block;
      padding: 10px 10px 10px 20px;
      line-height: 1.4;
    }

    .popover{
      display: none;
    }
  }

  .txt{
    @if $type == pc{
      font-size: 1.6rem;
      color: #000;
      text-align: left;
      position: relative;
      background: #e5e5e5;
      margin-bottom: 10px;

      &:after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: $c_orange;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
      }
    }

    @if $type == sp{
      display: none;
    }

    span{
      @if $type == pc{
        display: inline-block;
        position: relative;
        background: #e5e5e5;
        padding-right: 20px;
        z-index: 2;
      }
    }
  }

  .listNav{
    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 700px;
        border: none;
        margin-bottom: 20px;

        &:after{
          content:"";
          display: block;
          width:170px;
        }
      }

      @if $type == sp{
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
      }
    }

    li{
      @if $type == pc{
        width: 170px;
        height: 50px;
        display: block;
        margin-bottom: 10px;
        font-size: 1.4rem;
      }

      @if $type == sp{
        border-bottom: 1px solid #ccc;
        width: 50%;
        font-size: 1.4rem;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
        background-size: 4px;
        position: relative;

        &:after{
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 1px;
          height: 85%;
          background: #ccc;
          display: flex;
          align-items: center;
        }
      }
    }

    li.last{
      border-bottom: none;
    }

    li:nth-child(even):after{
      content: none;
    }

    a{
      @if $type == pc{
        width: 100%;
        display: flex;
        border: 1px solid #c1c1c1;
        height: 50px;
        align-items: center;
        text-align: left;
        line-height: 1.2;
        padding: 10px 5px 10px 25px;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center #fff;

        &:hover{
          content: none;
          color: $c_orange;
          border: 1px solid $c_orange;
        }
      }

      @if $type == sp{
        display: block;
        padding: 10px 10px 10px 20px;
        line-height: 1.4;
      }
    }
  }

  .nav3 .listNav{
    ul{
      @if $type == pc{
        width: 100%;
      }
    }

    li{
      @if $type == pc{
        width: 233px;
      }
    }
  }

  .listNav.col3{
    ul{
      @if $type == pc{
        &:after{
          content:"";
          display: block;
          width:230px;
        }
      }
    }

    li{
      @if $type == pc{
        width: 230px;
      }
    }

    a{
      @if $type == pc{
        width: 230px;
      }
    }
  }
  .blockNav{
    @if $type == pc{
    }

    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 700px;
        border: none;
        margin-bottom: 20px;
      }
    }

    li{
      @if $type == pc{
        width: 345px;
        margin-bottom: 10px;

        &:hover img{
          opacity: 0.8;
        }
      }
    }

    a{
      @if $type == pc{
        display: block;
        border: 1px solid #ccc;
        background: #fff;
        overflow: hidden;

        &:hover{
          border: 1px solid $c_orange;
        }
      }
    }

    span{
      @if $type == pc{
        display: block;
        padding: 10px 10px 10px 25px;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
        font-size: 1.4rem;
        text-align: left;
      }
    }
  }

  .blockNav.col3{
    li{
      @if $type == pc{
        width: 230px;
      }
    }
  }

  .centerList{
    @if $type == pc{
      text-align: left;
      padding: 10px 0;
    }

    @if $type == sp{
      display: none;
    }

    p{
      @if $type == pc{
        font-size: 1.4rem;
        border-left: 3px solid $c_orange;
        padding-left: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
      }
    }

    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        width: 700px;
        margin: 0 auto;
      }
    }

    li{
      @if $type == pc{
        width: 225px;
      }
    }

    a{
      @if $type == pc{
        padding: 3px;
        display: block;
        background: #fff;
        border: 1px solid #ccc;

        &:hover{
          border: 1px solid $c_orange;
          background: #fff;
          color: $c_orange;

          img{
            opacity: 0.8;
          }
        }
      }
    }

    .thumb{
      @if $type == pc{
        width: 100%;
        height: 63px;
        line-height: 63px;
        overflow: hidden;
        margin-bottom: 5px;
      }
    }

    span{
      @if $type == pc{
        font-size: 1.3rem;
        padding-left: 5px;
      }
    }
  }

  .nav3 .centerList{
    ul{
      @if $type == pc{
        width: 100%;
      }
    }

    li{
      @if $type == pc{
        width: 307px;
      }
    }

    .thumb{
      @if $type == pc{

      }
    }
  }

  .supportList{
    @if $type == pc{
      text-align: left;
      padding: 10px 0;
    }

    p{
      @if $type == pc{
        font-size: 1.4rem;
        border-left: 3px solid $c_orange;
        padding-left: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
      }
    }

    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        width: 700px;
        margin: 0 auto;
      }
    }

    li{
      @if $type == pc{
        width: 340px;
        border: 1px solid #ccc;
        display: table;
        cursor: pointer;

        &:hover{
          border: 1px solid $c_orange;
          background: #fff;
          color: $c_orange;

          img{
            opacity: 0.8;
          }
        }
      }
    }

    a{
      @if $type == pc{
        background: #fff;
        display: table-row;
      }
    }

    .thumb{
      @if $type == pc{
        display: table-cell;
        vertical-align: middle;
        width: 180px;
      }
    }

    span{
      @if $type == pc{
        display: table-cell;
        vertical-align: middle;
        font-size: 1.3rem;
        padding-left: 5px;
        padding-left: 20px;
      }
    }
  }

  .bnrList{
    a{
      @if $type == pc{
        padding: 2px;
        display: block;
        border: 1px solid #ccc;
        background: #fff;
      }
    }

    li:hover img{
      @if $type == pc{
        opacity: 0.8;
      }
    }
  }

  .recommendList{
    @if $type == pc{
      text-align: left;
      overflow: hidden;
    }

    p{
      @if $type == pc{
        font-size: 1.4rem;
        border-left: 3px solid $c_orange;
        padding-left: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
      }
    }

    ul.col{
      @if $type == pc{
        width: 465px;
        display: flex;
        justify-content: space-between;
        float: left;
      }

      li{
        @if $type == pc{
          width: 224px;
          display: table;
          cursor: pointer;
          text-align: left;

          &:hover{
            background: #fff;
            color: $c_orange;

            img{
              opacity: 0.8;
            }
          }
        }
      }

      a{
        @if $type == pc{
          padding: 3px;
          display: block;
          background: #fff;
          border: 1px solid #ccc;

          &:hover{
            border: 1px solid $c_orange;
            background: #fff;
            color: $c_orange;

            img{
              opacity: 0.8;
            }
          }
        }
      }

      .thumb{
        @if $type == pc{
          width: 100%;
          height: 72px;
          line-height: 63px;
          overflow: hidden;
          margin-bottom: 5px;
        }
      }

      span{
        @if $type == pc{
          font-size: 1.3rem;
          padding-left: 5px;
        }
      }
    }

    ul.row{
      @if $type == pc{
        width: 228px;
        float: right;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }

      li{
        @if $type == pc{
          margin-bottom: 7px;
          font-size: 1.3rem;
        }
      }

      a{
        display: block;
        height: 50px;
        line-height: 50px;
        background: #fff;
        padding: 0 15px;
        border: 1px solid #ccc;

        &:hover{
          border: 1px solid $c_orange;
          background: #fff;
          color: $c_orange;
        }
      }

      img{
        @if $type == pc{
          vertical-align: middle;
          padding-right: 10px;
        }
      }
    }
  }

  .colMenu{
    @if $type == pc{
      margin-bottom: 20px;
    }

    li{
      @if $type == pc{
        background: #fff;
        text-align: left;
        font-size: 1.4rem;
      }
    }

    a{
      @if $type == pc{
        display: block;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
        padding: 15px 30px;
        border: 1px solid #ccc;

        &:hover{
          border: 1px solid $c_orange;
        }
      }
    }
  }*/ }
    nav .inner {
      height: auto; }
    nav > ul {
      width: 1000px;
      margin: 0 auto;
      display: table;
      table-layout: fixed;
      position: relative; }
    nav li.on > a {
      background: #e67525;
      color: #fff; }
    nav .gMBtn {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 1.6rem;
      position: relative; }
    nav .spToggle {
      display: none; }
    nav > ul > li > a, nav > ul > li > a.now {
      display: block;
      padding: 15px 0; }
      nav > ul > li > a:hover, nav > ul > li > a.now:hover {
        background: #e67525;
        color: #fff;
        position: relative; }
    nav a.now {
      position: relative;
      background: #e67525;
      color: #fff; }
      nav a.now:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-color: #e67525;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        bottom: -7px;
        left: 118px;
        z-index: 9999; }
    nav .wrap {
      background: #eeebe3;
      position: fixed;
      width: 100%;
      height: 345px;
      top: 119px;
      left: 0;
      display: none;
      padding-top: 40px;
      z-index: 999;
      box-shadow: inset 0px 3px 3px 0px rgba(204, 204, 204, 0.5); }
      nav .wrap:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        display: block;
        height: 20px; }
    nav .gSub:after {
      content: "";
      background: #000;
      display: block;
      width: 100%; }
    nav .gSub.open {
      display: block; }
    nav .nav1 .left {
      width: 200px;
      float: left; }
      nav .nav1 .left li {
        margin-bottom: 10px;
        box-shadow: 0px 2px 1px 0px rgba(204, 204, 204, 0.6); }
      nav .nav1 .left .icon {
        width: 200px;
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2px; }
      nav .nav1 .left span {
        background: #fff;
        display: block;
        padding: 5px 0;
        text-align: center;
        font-size: 1.5rem; }
    nav .nav1 .right {
      width: 780px;
      float: right;
      letter-spacing: -0.4em;
      text-align: left; }
      nav .nav1 .right li {
        width: 140px;
        margin: 0 20px 17px 0;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal; }
        nav .nav1 .right li:nth-child(5n) {
          margin-right: 0; }
      nav .nav1 .right .icon {
        height: 90px;
        box-shadow: 0px 2px 1px 0px rgba(204, 204, 204, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; }
      nav .nav1 .right span {
        font-size: 1.2rem;
        line-height: 1.4;
        display: block;
        text-align: center; }
    nav .nav1 .icon {
      background: #fff;
      text-align: center; }
    nav .nav2 .now:after {
      content: none; }
    nav .nav3 .left {
      width: 780px;
      float: left;
      letter-spacing: -0.4em;
      text-align: left; }
      nav .nav3 .left li {
        width: 140px;
        margin: 0 20px 17px 0;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal; }
        nav .nav3 .left li:nth-child(5n) {
          margin-right: 0; }
      nav .nav3 .left .icon {
        height: 90px;
        box-shadow: 0px 2px 1px 0px rgba(204, 204, 204, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        background: #fff; }
      nav .nav3 .left span {
        font-size: 1.2rem;
        line-height: 1.4;
        display: block;
        text-align: center; }
    nav .nav3 .right {
      float: right;
      width: 202px; }
      nav .nav3 .right:hover {
        opacity: 0.8; }
    nav .nav4 .wrap {
      height: 420px; }
    nav .nav4 .left {
      width: 490px;
      float: left;
      display: flex;
      justify-content: space-between; }
      nav .nav4 .left dl {
        width: 234px;
        text-align: left; }
      nav .nav4 .left dt {
        font-size: 1.5rem;
        margin-bottom: 2px;
        background: #fff;
        font-weight: bold; }
        nav .nav4 .left dt a span {
          padding: 15px 10px;
          background: #fff;
          display: block; }
      nav .nav4 .left dt:hover img {
        opacity: 0.8; }
      nav .nav4 .left dd {
        background: #fff; }
        nav .nav4 .left dd a {
          font-size: 1.3rem;
          margin-bottom: 2px;
          padding: 10px 10px 10px 30px;
          background: #fff;
          display: block;
          background: url(../images/common/ico_link.gif) no-repeat 15px center;
          background-size: 6px auto; }
    nav .nav4 .right {
      width: 490px;
      float: right; }
      nav .nav4 .right p {
        text-align: left;
        background: #fff;
        margin-bottom: 2px;
        font-size: 1.5rem;
        padding: 15px 0 15px 25px;
        line-height: 1.4; }
        nav .nav4 .right p span {
          font-size: 1.2rem;
          color: #999;
          padding-left: 15px;
          margin-left: 15px;
          border-left: 1px solid #999;
          display: inline-block; }
      nav .nav4 .right ul {
        display: inline-block;
        vertical-align: top;
        letter-spacing: -0.4em;
        padding: 25px 20px 17px 20px;
        background: #fff;
        margin-bottom: 10px; }
      nav .nav4 .right li {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        background: url(../images/common/ico_link.gif) no-repeat left 3px;
        background-size: 6px auto;
        font-size: 1.2rem;
        margin-bottom: 10px;
        width: 50%;
        padding: 0 10px 0 15px; }
      nav .nav4 .right ul + a {
        display: block;
        background: #fff;
        font-size: 1.3rem;
        padding: 10px 5px; }
    nav .spMenu {
      display: none; }
    nav .menuClose {
      display: none; }
  #menuScreen {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 119px;
    left: 0;
    z-index: 900;
    display: none; }
  .pageTop {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: url(../images/common/pagetop.gif) no-repeat center top;
    width: 48px;
    height: 48px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .pageTop a {
      display: block;
      width: 48px;
      height: 48px; }
  footer {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    background: #fff; }
    footer .inner {
      overflow: hidden; }
    footer .header {
      background: #fff;
      padding-bottom: 50px; }
      footer .header .inner {
        overflow: hidden;
        display: flex;
        justify-content: space-between; }
      footer .header dl {
        width: 170px;
        float: left;
        margin-left: 35px;
        font-size: 1.2rem; }
        footer .header dl:first-child {
          margin: 0; }
      footer .header dl:last-child {
        width: 190px;
        background: #eee;
        margin-left: 20px;
        padding: 25px 20px; }
        footer .header dl:last-child dt {
          border: none;
          margin-top: 15px; }
          footer .header dl:last-child dt:first-child {
            margin-top: 0; }
          footer .header dl:last-child dt:nth-child(3) {
            border-bottom: 1px dotted #555555; }
      footer .header dt {
        border-bottom: 1px dotted #555555;
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-weight: bold; }
      footer .header dd {
        margin-bottom: 12px;
        padding-left: 10px;
        text-indent: -11px;
        line-height: 1.3; }
        footer .header dd:before {
          content: "・"; }
    footer .footer {
      background: #eeebe3;
      padding: 40px 0 60px; }
      footer .footer .leftCol {
        width: 350px;
        float: left; }
        footer .footer .leftCol img {
          display: block;
          width: 175px;
          margin-bottom: 15px; }
        footer .footer .leftCol address {
          font-style: normal;
          font-size: 1.3rem; }
        footer .footer .leftCol .foot_btnList {
          display: none;
          margin: 0 10px; }
        footer .footer .leftCol .foot-sns {
          display: none; }
      footer .footer .rightCol {
        width: 420px;
        float: right; }
        footer .footer .rightCol ul.top {
          text-align: right;
          letter-spacing: -0.4em;
          margin-bottom: 40px; }
          footer .footer .rightCol ul.top li {
            display: inline-block;
            text-align: center;
            letter-spacing: normal;
            vertical-align: middle;
            margin-left: 10px;
            width: 130px;
            height: 25px;
            line-height: 25px;
            font-size: 1.2rem; }
          footer .footer .rightCol ul.top a {
            display: block;
            border: 1px solid #e5e5e5;
            background: #fff;
            position: relative; }
            footer .footer .rightCol ul.top a:after {
              content: "";
              border-bottom: 1px solid #e67525;
              border-right: 1px solid #e67525;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg);
              position: absolute;
              width: 6px;
              height: 6px;
              top: 50%;
              margin-top: -3px;
              left: 10px; }
            footer .footer .rightCol ul.top a:hover {
              border-color: #e67525; }
        footer .footer .rightCol ul.bottom {
          letter-spacing: -0.4em;
          text-align: right; }
          footer .footer .rightCol ul.bottom li {
            display: inline-block;
            letter-spacing: normal;
            font-size: 1.2rem; }
            footer .footer .rightCol ul.bottom li:after {
              content: "|";
              color: #ccc;
              padding: 0 10px; }
            footer .footer .rightCol ul.bottom li:last-child:after {
              content: none; }
    footer .copy {
      background: #555;
      text-align: center;
      color: #fff;
      height: 48px;
      height: 100%; }
      footer .copy small {
        display: block;
        height: 48px;
        line-height: 48px;
        vertical-align: bottom;
        font-size: 10px; }
  .en .headNav2 .access {
    /*
        background: url(../images/common/ico_access_en.gif) no-repeat center;
        */ }
  .en .headNav2 .en {
    /*
        background: url(../images/common/ico_japanese.gif) no-repeat center;
        */ }
  .en .headNav2 .menu {
    display: none; } }

@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
    line-height: 1.8; }
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #000;
    font-size: 1.3rem;
    min-width: 320px;
    color: #555;
    position: relative;
    overflow: hidden; }
  a {
    text-decoration: none;
    color: #555;
    word-wrap: break-word; }
  ul {
    list-style: none; }
  img {
    vertical-align: bottom;
    width: auto;
    max-width: 100%; }
  .alignC {
    text-align: center; }
  .alignR {
    text-align: right; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .forPC {
    display: none !important; }
  header {
    border-bottom: 1px solid #e67525;
    height: 60px;
    line-height: 60px;
    position: relative; }
    header .inner {
      overflow: hidden; }
    header .h1 {
      width: 130px;
      height: 60px;
      float: left;
      padding-left: 10px; }
      header .h1 img {
        vertical-align: middle; }
    header .headNav1 {
      display: none; }
    header .headNav2 {
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      float: right;
      letter-spacing: normal;
      overflow: hidden; }
      header .headNav2 li {
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        width: 60px;
        height: 59px;
        border-left: 1px solid #d6d6d6; }
        header .headNav2 li:last-child {
          border: none; }
      header .headNav2 a {
        display: block;
        color: #fff; }
      header .headNav2 .fb {
        display: none; }
      header .headNav2 .twitter {
        display: none; }
      header .headNav2 .access {
        background: url(../images/common/sp/ico_access.gif) no-repeat center top;
        background-size: 60px auto; }
      header .headNav2 .en {
        background: url(../images/common/sp/ico_english.gif) no-repeat center top;
        background-size: 60px auto; }
      header .headNav2 .menu {
        background: url(../images/common/sp/menu_off.gif) no-repeat center top;
        background-size: 60px auto; }
      header .headNav2 .menu.on {
        background: url(../images/common/sp/menu_on.gif) no-repeat center top;
        background-size: 60px auto; }
    header .kensaku {
      display: none; }
      header .kensaku ul {
        display: none; }
      header .kensaku input {
        letter-spacing: normal; }
  nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    display: none;
    background: #fff;
    width: 100%;
    /*
  .nav1{
    .gSMenu{
      @if $type == pc{
        height: 575px;
      }
    }

    .wrap{
      @if $type == pc{
        left: 0;
        height: 575px;
      }
    }

    .gSub, .wrap{
      @if $type == pc{
        left: 0;
        height: 575px;
      }
    }
  }

  .nav2{
    .gSMenu{
      @if $type == pc{
        height: 400px;
      }
    }

    .wrap{
      @if $type == pc{
        left: -250px;
        height: 400px;
      }
    }

    .gSub{
      @if $type == pc{
        left: 0;
        height: 400px;
      }
    }
  }

  .nav3{
    .gSMenu{
      @if $type == pc{
        display: none;
      }
    }

    .wrap{
      @if $type == pc{
        left: -500px;
        height: 400px;
      }
    }

    .gSub{
      @if $type == pc{
        left: 0;
        height: 410px;
      }
    }
  }

  .nav4{
    .gSMenu{
      @if $type == pc{
        height: 620px;
      }
    }

    .wrap{
      @if $type == pc{
        left: -750px;
        height: 620px;
      }
    }

    .gSub{
      @if $type == pc{
        left: 0;
        height: 620px;
      }
    }
  }

  @if $type == pc{
    /*.gSMenu{
      border-left: none;
    }

    &> li > a.now:after,
    &> li > a:hover:after{
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background-color: $c_orange;
      transform: rotate(45deg);
      position: absolute;
      bottom: -7px;
      left: 118px;
      z-index: 999;
    }

    li .gSub{
      width: 250px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 990;
      display: none;
      background: #555;
      padding-top: 30px;
    }

    li .gSub > li{
      border-bottom: 1px solid #ccc;
      line-height: 1.4;
    }

    li .gSub > li > a{
      width: 250px;
      display: block;
      background: #555;
      color: #fff;
      padding: 12px 0 12px 35px;
      position: relative;
      text-align: left;
    }

    li .gSub > li > a:after{
      content: "";
      width: 8px;
      height: 8px;
      display: block;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 15px;
    }


    li .gSub > li > a.maintainHover{
      font-weight: bold;
      background: #e5e5e5;
      color: #000;
    }

    li .gSub > li > a.maintainHover:after{
      border-right: 2px solid $c_orange;
      border-bottom: 2px solid $c_orange;
    }

    .popover{
      width: 750px;
      overflow: hidden;
      z-index: 9999;
      background: #e5e5e5;
      padding: 30px 25px;
      position: absolute;
      display: none;
      top: 0;
      left: 250px;
    }

    .gSubSolo{
      padding: 30px 25px;
    }

    .first{
      display: block;
    }
  }

  @if $type == sp{
    .gMBtn{
      line-height: 1.8;
    }

    .gMBtn > a{
      display: block;
      position: relative;
      padding: 10px 15px 10px 35px;
      color: #fff;
      font-size: 1.4rem;
    }

    .gMBtn > a:after{
      content: "";
      display: block;
      background: url(../images/nav/gmbtn_bg.gif) no-repeat center top;
      width: 8px;
      height: 8px;
      background-size: cover;
      position: absolute;
      bottom: 3px;
      right: 3px;
    }

    .nav1 > a{
      background: url(../images/nav/ico_soudan.gif) no-repeat 10px center #666;
      background-size: 15px;
    }

    .nav2 > a{
      background: url(../images/nav/ico_manabu.gif) no-repeat 10px center #666;
      background-size: 15px;
    }

    .nav3 > a{
      background: url(../images/nav/ico_message.gif) no-repeat 10px center #666;
      background-size: 15px;
    }

    .nav4 > a{
      background: url(../images/nav/ico_siru.gif) no-repeat 12px center #666;
      background-size: 12px;
    }

    .gSub{
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
      background: #fff;
    }

    .gSub > li{
      border-bottom: 1px solid #ccc;
      width: 50%;
      font-size: 1.4rem;
      background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
      background-size: 4px;
      position: relative;
    }

    .gSub > li.last{
      border-bottom: none;
    }

    .gSub > li:after{
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 1px;
      height: 85%;
      background: #ccc;
      display: flex;
      align-items: center;
    }

    .gSub > li:nth-child(even):after{
      content: none;
    }

    .gSub > li > a{
      display: block;
      padding: 10px 10px 10px 20px;
      line-height: 1.4;
    }

    .popover{
      display: none;
    }
  }

  .txt{
    @if $type == pc{
      font-size: 1.6rem;
      color: #000;
      text-align: left;
      position: relative;
      background: #e5e5e5;
      margin-bottom: 10px;

      &:after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: $c_orange;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
      }
    }

    @if $type == sp{
      display: none;
    }

    span{
      @if $type == pc{
        display: inline-block;
        position: relative;
        background: #e5e5e5;
        padding-right: 20px;
        z-index: 2;
      }
    }
  }

  .listNav{
    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 700px;
        border: none;
        margin-bottom: 20px;

        &:after{
          content:"";
          display: block;
          width:170px;
        }
      }

      @if $type == sp{
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
      }
    }

    li{
      @if $type == pc{
        width: 170px;
        height: 50px;
        display: block;
        margin-bottom: 10px;
        font-size: 1.4rem;
      }

      @if $type == sp{
        border-bottom: 1px solid #ccc;
        width: 50%;
        font-size: 1.4rem;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
        background-size: 4px;
        position: relative;

        &:after{
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 1px;
          height: 85%;
          background: #ccc;
          display: flex;
          align-items: center;
        }
      }
    }

    li.last{
      border-bottom: none;
    }

    li:nth-child(even):after{
      content: none;
    }

    a{
      @if $type == pc{
        width: 100%;
        display: flex;
        border: 1px solid #c1c1c1;
        height: 50px;
        align-items: center;
        text-align: left;
        line-height: 1.2;
        padding: 10px 5px 10px 25px;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center #fff;

        &:hover{
          content: none;
          color: $c_orange;
          border: 1px solid $c_orange;
        }
      }

      @if $type == sp{
        display: block;
        padding: 10px 10px 10px 20px;
        line-height: 1.4;
      }
    }
  }

  .nav3 .listNav{
    ul{
      @if $type == pc{
        width: 100%;
      }
    }

    li{
      @if $type == pc{
        width: 233px;
      }
    }
  }

  .listNav.col3{
    ul{
      @if $type == pc{
        &:after{
          content:"";
          display: block;
          width:230px;
        }
      }
    }

    li{
      @if $type == pc{
        width: 230px;
      }
    }

    a{
      @if $type == pc{
        width: 230px;
      }
    }
  }
  .blockNav{
    @if $type == pc{
    }

    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 700px;
        border: none;
        margin-bottom: 20px;
      }
    }

    li{
      @if $type == pc{
        width: 345px;
        margin-bottom: 10px;

        &:hover img{
          opacity: 0.8;
        }
      }
    }

    a{
      @if $type == pc{
        display: block;
        border: 1px solid #ccc;
        background: #fff;
        overflow: hidden;

        &:hover{
          border: 1px solid $c_orange;
        }
      }
    }

    span{
      @if $type == pc{
        display: block;
        padding: 10px 10px 10px 25px;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
        font-size: 1.4rem;
        text-align: left;
      }
    }
  }

  .blockNav.col3{
    li{
      @if $type == pc{
        width: 230px;
      }
    }
  }

  .centerList{
    @if $type == pc{
      text-align: left;
      padding: 10px 0;
    }

    @if $type == sp{
      display: none;
    }

    p{
      @if $type == pc{
        font-size: 1.4rem;
        border-left: 3px solid $c_orange;
        padding-left: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
      }
    }

    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        width: 700px;
        margin: 0 auto;
      }
    }

    li{
      @if $type == pc{
        width: 225px;
      }
    }

    a{
      @if $type == pc{
        padding: 3px;
        display: block;
        background: #fff;
        border: 1px solid #ccc;

        &:hover{
          border: 1px solid $c_orange;
          background: #fff;
          color: $c_orange;

          img{
            opacity: 0.8;
          }
        }
      }
    }

    .thumb{
      @if $type == pc{
        width: 100%;
        height: 63px;
        line-height: 63px;
        overflow: hidden;
        margin-bottom: 5px;
      }
    }

    span{
      @if $type == pc{
        font-size: 1.3rem;
        padding-left: 5px;
      }
    }
  }

  .nav3 .centerList{
    ul{
      @if $type == pc{
        width: 100%;
      }
    }

    li{
      @if $type == pc{
        width: 307px;
      }
    }

    .thumb{
      @if $type == pc{

      }
    }
  }

  .supportList{
    @if $type == pc{
      text-align: left;
      padding: 10px 0;
    }

    p{
      @if $type == pc{
        font-size: 1.4rem;
        border-left: 3px solid $c_orange;
        padding-left: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
      }
    }

    ul{
      @if $type == pc{
        display: flex;
        justify-content: space-between;
        width: 700px;
        margin: 0 auto;
      }
    }

    li{
      @if $type == pc{
        width: 340px;
        border: 1px solid #ccc;
        display: table;
        cursor: pointer;

        &:hover{
          border: 1px solid $c_orange;
          background: #fff;
          color: $c_orange;

          img{
            opacity: 0.8;
          }
        }
      }
    }

    a{
      @if $type == pc{
        background: #fff;
        display: table-row;
      }
    }

    .thumb{
      @if $type == pc{
        display: table-cell;
        vertical-align: middle;
        width: 180px;
      }
    }

    span{
      @if $type == pc{
        display: table-cell;
        vertical-align: middle;
        font-size: 1.3rem;
        padding-left: 5px;
        padding-left: 20px;
      }
    }
  }

  .bnrList{
    a{
      @if $type == pc{
        padding: 2px;
        display: block;
        border: 1px solid #ccc;
        background: #fff;
      }
    }

    li:hover img{
      @if $type == pc{
        opacity: 0.8;
      }
    }
  }

  .recommendList{
    @if $type == pc{
      text-align: left;
      overflow: hidden;
    }

    p{
      @if $type == pc{
        font-size: 1.4rem;
        border-left: 3px solid $c_orange;
        padding-left: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
      }
    }

    ul.col{
      @if $type == pc{
        width: 465px;
        display: flex;
        justify-content: space-between;
        float: left;
      }

      li{
        @if $type == pc{
          width: 224px;
          display: table;
          cursor: pointer;
          text-align: left;

          &:hover{
            background: #fff;
            color: $c_orange;

            img{
              opacity: 0.8;
            }
          }
        }
      }

      a{
        @if $type == pc{
          padding: 3px;
          display: block;
          background: #fff;
          border: 1px solid #ccc;

          &:hover{
            border: 1px solid $c_orange;
            background: #fff;
            color: $c_orange;

            img{
              opacity: 0.8;
            }
          }
        }
      }

      .thumb{
        @if $type == pc{
          width: 100%;
          height: 72px;
          line-height: 63px;
          overflow: hidden;
          margin-bottom: 5px;
        }
      }

      span{
        @if $type == pc{
          font-size: 1.3rem;
          padding-left: 5px;
        }
      }
    }

    ul.row{
      @if $type == pc{
        width: 228px;
        float: right;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }

      li{
        @if $type == pc{
          margin-bottom: 7px;
          font-size: 1.3rem;
        }
      }

      a{
        display: block;
        height: 50px;
        line-height: 50px;
        background: #fff;
        padding: 0 15px;
        border: 1px solid #ccc;

        &:hover{
          border: 1px solid $c_orange;
          background: #fff;
          color: $c_orange;
        }
      }

      img{
        @if $type == pc{
          vertical-align: middle;
          padding-right: 10px;
        }
      }
    }
  }

  .colMenu{
    @if $type == pc{
      margin-bottom: 20px;
    }

    li{
      @if $type == pc{
        background: #fff;
        text-align: left;
        font-size: 1.4rem;
      }
    }

    a{
      @if $type == pc{
        display: block;
        background: url(../images/nav/nav_arrow.gif) no-repeat 10px center;
        padding: 15px 30px;
        border: 1px solid #ccc;

        &:hover{
          border: 1px solid $c_orange;
        }
      }
    }
  }*/ }
    nav .inner {
      height: auto; }
    nav .gMBtn {
      position: relative;
      border-bottom: 1px solid #ccc; }
      nav .gMBtn > a {
        display: block;
        line-height: 1.4;
        width: 100%;
        background: #666;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 1.7rem; }
    nav .spToggle {
      position: absolute;
      width: 50px;
      line-height: 50px;
      height: 50px;
      color: #fff;
      text-align: center;
      top: 0;
      right: 0;
      font-size: 2rem;
      border-left: 1px solid #fff;
      background: url(../images/nav/plus.gif) no-repeat center #666;
      background-size: 15px; }
    nav .spToggle.on {
      background: url(../images/nav/minus.gif) no-repeat center #666;
      background-size: 15px; }
    nav .wrap {
      display: none; }
      nav .wrap li {
        border-bottom: 1px solid #ccc;
        line-height: 1.4; }
        nav .wrap li a {
          display: table;
          width: 100%;
          padding: 13px 0;
          background: url(../images/common/ico_link.gif) no-repeat 95% center;
          background-size: 6px auto; }
        nav .wrap li .icon {
          width: 50px;
          display: table-cell;
          vertical-align: middle;
          padding: 0 15px 0 10px; }
        nav .wrap li img {
          width: auto;
          height: 18px; }
        nav .wrap li span {
          display: table-cell;
          vertical-align: middle;
          padding-right: 30px; }
    nav .gSub:after {
      content: "";
      background: #000;
      display: block;
      width: 100%; }
    nav .icon {
      width: 50px;
      text-align: center; }
      nav .icon img {
        vertical-align: middle; }
    nav .nav3 .right {
      padding: 10px; }
      nav .nav3 .right img {
        vertical-align: middle; }
    nav .nav4 .left dl {
      display: none; }
    nav .nav4 .left dd {
      background: #fff; }
    nav .nav4 .right {
      display: none; }
    nav .spMenu {
      padding: 15px 15px 10px;
      display: flex;
      justify-content: space-between;
      background: #dddddd; }
      nav .spMenu li {
        width: 32%; }
      nav .spMenu li a {
        border: 1px solid #dddddd;
        display: flex;
        align-items: center; }
      nav .spMenu img {
        vertical-align: top; }
    nav .menuClose {
      padding: 0 15px 15px;
      background: #dddddd; }
      nav .menuClose span {
        display: block;
        background: #fff;
        margin: 0 auto;
        width: 80%;
        border: 1px solid #ccc;
        padding: 5px 10px;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.8; }
        nav .menuClose span:before {
          content: "×";
          vertical-align: middle;
          font-size: 2rem;
          padding-right: 10px; }
  #menuScreen {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1;
    display: none; }
  .pageTop {
    background: #e67525;
    font-size: 1.6rem;
    text-align: center; }
    .pageTop a {
      display: block;
      color: #fff;
      padding: 5px 0; }
    .pageTop span {
      position: relative;
      padding: 0 20px; }
      .pageTop span:before {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px; }
  footer .header {
    background: #fff;
    display: none; }
  footer .footer {
    background: #eeebe3; }
    footer .footer .leftCol {
      padding: 25px 10px;
      text-align: center; }
      footer .footer .leftCol img {
        display: block;
        width: 170px;
        margin: 0 auto 10px; }
      footer .footer .leftCol address {
        font-style: normal;
        font-size: 1.1rem;
        color: #000;
        margin-bottom: 20px; }
      footer .footer .leftCol .foot_btnList {
        display: flex;
        justify-content: space-between;
        margin: 0 10px; }
      footer .footer .leftCol .foot-sns {
        width: 100%; }
        footer .footer .leftCol .foot-sns ul {
          width: 100%;
          display: flex;
          justify-content: space-between; }
        footer .footer .leftCol .foot-sns li {
          width: 32%;
          flex-basis: 32%;
          text-align: center;
          font-size: 11px; }
          footer .footer .leftCol .foot-sns li a {
            display: block;
            background: #fff;
            border: 1px solid #d4d4d4;
            padding: 7px 10px;
            position: relative; }
            footer .footer .leftCol .foot-sns li a::after {
              content: "";
              background: url(../images/common/btn_bg.gif) no-repeat center top;
              background-size: 12px;
              display: block;
              bottom: 3px;
              right: 3px;
              width: 10px;
              height: 10px;
              position: absolute; }
          footer .footer .leftCol .foot-sns li span {
            display: inline-block;
            padding-left: 20px;
            padding-right: 5px; }
        footer .footer .leftCol .foot-sns .access span {
          padding-left: 15px;
          background: url(../images/common/sp/foot_access.gif) no-repeat left center;
          background-size: 10px auto; }
        footer .footer .leftCol .foot-sns .twitter span {
          background: url(../images/common/sp/foot_twitter.gif) no-repeat left center;
          background-size: 15px auto; }
        footer .footer .leftCol .foot-sns .fb span {
          background: url(../images/common/sp/foot_fb.png) no-repeat left center;
          background-size: 15px auto; }
      footer .footer .leftCol .twitter {
        flex-basis: 49%;
        text-align: center;
        position: relative; }
        footer .footer .leftCol .twitter a {
          border: 1px solid #d4d4d4;
          padding: 10px;
          display: block;
          position: relative;
          background-color: #fff; }
          footer .footer .leftCol .twitter a:after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            background-image: url(../images/common/btn_bg.gif);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 10px;
            position: absolute;
            right: 2px;
            bottom: 2px; }
        footer .footer .leftCol .twitter span {
          background: url(../images/common/sp/foot_twitter.gif) no-repeat left center;
          background-size: contain;
          padding: 0 0 0 20px; }
    footer .footer .rightCol ul.top {
      display: none; }
      footer .footer .rightCol ul.top li {
        display: inline-block;
        text-align: center;
        letter-spacing: normal; }
    footer .footer .rightCol ul.bottom {
      letter-spacing: -0.4em;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      background: #fff; }
      footer .footer .rightCol ul.bottom li {
        display: inline-block;
        letter-spacing: normal;
        font-size: 1.2rem;
        vertical-align: bottom;
        width: 50%;
        border-left: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4; }
        footer .footer .rightCol ul.bottom li:nth-child(odd) {
          border-left: none; }
      footer .footer .rightCol ul.bottom a {
        display: block;
        padding: 10px;
        position: relative; }
        footer .footer .rightCol ul.bottom a:after {
          content: "";
          border-bottom: 1px solid #e67525;
          border-right: 1px solid #e67525;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          width: 8px;
          height: 8px;
          top: 50%;
          margin-top: -4px;
          left: 10px; }
  footer .copy {
    background: #555;
    text-align: center;
    color: #fff;
    padding: 5px; }
  .en .headNav2 .access {
    /*
        background: url(../images/common/sp/ico_access_en.gif) no-repeat center top;
        */
    background-size: 60px auto; }
  .en .headNav2 .en {
    /*
        background: url(../images/common/sp/ico_japanese.gif) no-repeat center top;
        */
    background-size: 60px auto; }
  .en .headNav2 .menu {
    background: url(../images/common/sp/menu_off_en.gif) no-repeat center top;
    background-size: 60px auto; }
  .en .headNav2 .menu.on {
    background: url(../images/common/sp/menu_on_en.gif) no-repeat center top;
    background-size: 60px auto; }
  .en nav li {
    border-bottom: 1px solid #ccc; }
    .en nav li > a {
      display: block;
      line-height: 1.4;
      width: 100%;
      background: #666;
      padding: 0 10px;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-size: 1.7rem;
      position: relative; }
      .en nav li > a:after {
        content: "▶";
        position: absolute;
        color: #d6d6d6;
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 10px; }
  .en nav .menuClose {
    padding: 15px; } }

@media print {
  .pageTop {
    display: none !important; }
  body {
    overflow: visible !important; }
  body #rightCol {
    padding: 0 0 0 40px; }
  body #content {
    background: none; }
  body #content > .inner {
    display: block;
    flex-direction: inherit; }
  body,
  header,
  .catImg,
  #content {
    overflow: visible !important; } }

/*# sourceMappingURL=map/common.css.map */
