@charset "UTF-8";
/***reset***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4em 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
input[type="checkbox"] {
  display: none; }

header#glHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 8888; }
  header#glHeader::before {
    content: "";
    display: block;
    width: 100%;
    height: 4rem;
    background: #29312f; }

body {
  font-family: 'Noto Sans','Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

#glhWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 4rem;
  transition: 0.3s;
  overflow: hidden;
  z-index: 8889; }
  #glhWrapper #divMenuClose {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(41, 49, 47, 0.8);
    transition: 0.3s; }
    #glhWrapper #divMenuClose label {
      display: block;
      width: 100%;
      height: 100%; }
  #glhWrapper h1, #glhWrapper p {
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 4rem;
    background: #29312f;
    z-index: 8891; }
    #glhWrapper h1 a, #glhWrapper h1 label, #glhWrapper p a, #glhWrapper p label {
      display: block;
      width: 4rem;
      height: 100%;
      padding: 1.2rem 0;
      text-align: center;
      cursor: pointer; }
      #glhWrapper h1 a.dark, #glhWrapper h1 label.dark, #glhWrapper p a.dark, #glhWrapper p label.dark {
        display: block; }
      #glhWrapper h1 a.light, #glhWrapper h1 label.light, #glhWrapper p a.light, #glhWrapper p label.light {
        display: none; }
      #glhWrapper h1 a img, #glhWrapper h1 label img, #glhWrapper p a img, #glhWrapper p label img {
        margin: 0 auto;
        width: auto;
        height: 1.6rem; }
        #glhWrapper h1 a img.dark, #glhWrapper h1 label img.dark, #glhWrapper p a img.dark, #glhWrapper p label img.dark {
          display: block; }
        #glhWrapper h1 a img.light, #glhWrapper h1 label img.light, #glhWrapper p a img.light, #glhWrapper p label img.light {
          display: none; }
      #glhWrapper h1 a #imgGlhOpen, #glhWrapper h1 label #imgGlhOpen, #glhWrapper p a #imgGlhOpen, #glhWrapper p label #imgGlhOpen {
        display: block; }
      #glhWrapper h1 a #imgGlhClose, #glhWrapper h1 label #imgGlhClose, #glhWrapper p a #imgGlhClose, #glhWrapper p label #imgGlhClose {
        display: none; }
      #glhWrapper h1 a:hover, #glhWrapper h1 label:hover, #glhWrapper p a:hover, #glhWrapper p label:hover {
        background: rgba(255, 255, 255, 0.1); }
        #glhWrapper h1 a:hover img, #glhWrapper h1 label:hover img, #glhWrapper p a:hover img, #glhWrapper p label:hover img {
          opacity: 1; }
  #glhWrapper h1 {
    left: 0;
    text-align: left; }
  #glhWrapper p {
    right: 0; }
    #glhWrapper p label {
      float: right; }
  #glhWrapper dl {
    position: relative;
    width: 100%;
    transition: 0.2s;
    background: rgba(41, 49, 47, 0.9);
    overflow: hidden; }
    #glhWrapper dl dt {
      position: relative;
      display: flex;
      width: 100%;
      height: 0;
      font-size: 1.1rem;
      overflow: hidden; }
      #glhWrapper dl dt a {
        position: relative;
        padding: 0 1rem;
        width: 100%;
        color: white;
        line-height: 4rem;
        text-align: left;
        opacity: 1; }
        #glhWrapper dl dt a:hover {
          background: rgba(255, 255, 255, 0.1); }
        #glhWrapper dl dt a::before {
          content: "\f138";
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          display: inline-block;
          padding-right: 1em; }
      #glhWrapper dl dt label {
        width: 4rem;
        height: 4rem;
        color: white;
        transition: 0.2s;
        overflow: hidden;
        cursor: pointer; }
        #glhWrapper dl dt label:hover {
          background: rgba(255, 255, 255, 0.2); }
        #glhWrapper dl dt label figure {
          font-size: 1rem;
          line-height: 4rem; }
          #glhWrapper dl dt label figure.fig-ctg-open {
            display: block; }
          #glhWrapper dl dt label figure.fig-ctg-close {
            display: none; }
    #glhWrapper dl dd {
      width: 100%;
      overflow: hidden;
      background: rgba(41, 49, 47, 0.6); }
      #glhWrapper dl dd h2, #glhWrapper dl dd h3 {
        display: none;
        padding: 0 1rem;
        width: 100%;
        font-size: 1.6rem;
        font-weight: 300;
        opacity: 0; }
        #glhWrapper dl dd h2 a, #glhWrapper dl dd h2 span, #glhWrapper dl dd h3 a, #glhWrapper dl dd h3 span {
          display: block;
          width: 100%;
          color: #29312f;
          line-height: 4rem;
          border-radius: 0.8em;
          background: rgba(255, 255, 255, 0.6); }
        #glhWrapper dl dd h2 a:hover, #glhWrapper dl dd h3 a:hover {
          background: rgba(255, 255, 255, 0.9); }
      #glhWrapper dl dd ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 0.5rem;
        width: 100%; }
      #glhWrapper dl dd li {
        padding: 0 0.5rem;
        width: 50%;
        height: 0;
        font-size: 0.9rem;
        transition: 0.2s;
        opacity: 0;
        overflow: hidden; }
        #glhWrapper dl dd li a {
          position: relative;
          display: block;
          padding: 1.4rem 1.5rem 1.4rem 0.6rem;
          color: white;
          height: 100%;
          text-align: left;
          line-height: 1.2rem;
          border-radius: 1rem;
          border: 1px solid rgba(255, 255, 255, 0.7); }
          #glhWrapper dl dd li a:hover {
            background: rgba(255, 255, 255, 0.3); }
          #glhWrapper dl dd li a::after {
            display: block;
            content: "\f054";
            font-family: "Font Awesome 5 free";
            font-weight: 900;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1.5rem;
            height: 4rem;
            font-size: 0.8em;
            line-height: 4rem;
            text-align: center; }

#cbxGlhMenu:checked ~ header #glhWrapper {
  position: fixed;
  padding: 4rem 0 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999; }
  #cbxGlhMenu:checked ~ header #glhWrapper #divMenuClose {
    height: calc(100% - 24rem); }
  #cbxGlhMenu:checked ~ header #glhWrapper h1 a #imgGlhOpen, #cbxGlhMenu:checked ~ header #glhWrapper h1 label #imgGlhOpen, #cbxGlhMenu:checked ~ header #glhWrapper p a #imgGlhOpen, #cbxGlhMenu:checked ~ header #glhWrapper p label #imgGlhOpen {
    display: none; }
  #cbxGlhMenu:checked ~ header #glhWrapper h1 a #imgGlhClose, #cbxGlhMenu:checked ~ header #glhWrapper h1 label #imgGlhClose, #cbxGlhMenu:checked ~ header #glhWrapper p a #imgGlhClose, #cbxGlhMenu:checked ~ header #glhWrapper p label #imgGlhClose {
    display: block; }
  #cbxGlhMenu:checked ~ header #glhWrapper dt {
    height: 4rem;
    border-bottom: 1px solid rgba(41, 49, 47, 0.3); }

.dl-ctg-set dt label figure.fig-ctg-open, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dt label figure.fig-ctg-open,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dt label figure.fig-ctg-open,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dt label figure.fig-ctg-open,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dt label figure.fig-ctg-open,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dt label figure.fig-ctg-open,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dt label figure.fig-ctg-open {
  display: none; }
.dl-ctg-set dt label figure.fig-ctg-close, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dt label figure.fig-ctg-close,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dt label figure.fig-ctg-close,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dt label figure.fig-ctg-close,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dt label figure.fig-ctg-close,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dt label figure.fig-ctg-close,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dt label figure.fig-ctg-close {
  display: block; }
.dl-ctg-set dd h3, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dd h3,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dd h3,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dd h3,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dd h3,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dd h3,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dd h3 {
  margin: 1.5rem 0 0;
  display: inline-block;
  opacity: 1; }
.dl-ctg-set dd ul, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dd ul,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dd ul,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dd ul,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dd ul,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dd ul,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dd ul {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(41, 49, 47, 0.3); }
.dl-ctg-set dd li, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dd li,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dd li,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dd li,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dd li,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dd li,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dd li {
  padding: 0.5rem;
  height: 5rem;
  opacity: 1; }

main {
  padding: 4rem 0 0;
  min-height: 50vh;
  background: "#FFF"; }

.nav-light header#glHeader::before {
  background: white; }
.nav-light #glhWrapper {
  background: rgba(255, 255, 255, 0.1); }
  .nav-light #glhWrapper #divMenuClose {
    background: rgba(255, 255, 255, 0.7); }
  .nav-light #glhWrapper h1, .nav-light #glhWrapper p {
    background: white;
    border-bottom: 1px solid rgba(41, 49, 47, 0.2); }
    .nav-light #glhWrapper h1 a.dark, .nav-light #glhWrapper h1 label.dark, .nav-light #glhWrapper p a.dark, .nav-light #glhWrapper p label.dark {
      display: none; }
    .nav-light #glhWrapper h1 a.light, .nav-light #glhWrapper h1 label.light, .nav-light #glhWrapper p a.light, .nav-light #glhWrapper p label.light {
      display: block; }
    .nav-light #glhWrapper h1 a img.dark, .nav-light #glhWrapper h1 label img.dark, .nav-light #glhWrapper p a img.dark, .nav-light #glhWrapper p label img.dark {
      display: none; }
    .nav-light #glhWrapper h1 a img.light, .nav-light #glhWrapper h1 label img.light, .nav-light #glhWrapper p a img.light, .nav-light #glhWrapper p label img.light {
      display: block; }
  .nav-light #glhWrapper h1 a, .nav-light #glhWrapper h1 label {
    padding: 0.8rem 0; }
    .nav-light #glhWrapper h1 a img, .nav-light #glhWrapper h1 label img {
      height: 2.4rem; }
    .nav-light #glhWrapper h1 a:hover img, .nav-light #glhWrapper h1 label:hover img {
      opacity: 0.7; }
  .nav-light #glhWrapper p a:hover, .nav-light #glhWrapper p label:hover {
    background: #f7f8fa; }
  .nav-light #glhWrapper dl {
    background: rgba(255, 255, 255, 0.7); }
    .nav-light #glhWrapper dl dt {
      background: white; }
      .nav-light #glhWrapper dl dt a {
        color: #1d1d1f;
        font-weight: 500; }
        .nav-light #glhWrapper dl dt a::before {
          color: #004092; }
        .nav-light #glhWrapper dl dt a:hover {
          color: #004092;
          background: #f7f8fa; }
      .nav-light #glhWrapper dl dt label {
        color: #004092; }
        .nav-light #glhWrapper dl dt label:hover {
          background: #f7f8fa; }
    .nav-light #glhWrapper dl dd {
      background: #004092; }
      .nav-light #glhWrapper dl dd h2 a, .nav-light #glhWrapper dl dd h2 span, .nav-light #glhWrapper dl dd h3 a, .nav-light #glhWrapper dl dd h3 span {
        color: #004092;
        background: rgba(255, 255, 255, 0.7); }
      .nav-light #glhWrapper dl dd h2 a:hover, .nav-light #glhWrapper dl dd h3 a:hover {
        background: white; }
      .nav-light #glhWrapper dl dd li a {
        color: white;
        border: 1px solid white; }
        .nav-light #glhWrapper dl dd li a:hover {
          color: #004092;
          background: white; }

@media screen and (min-width: 600px) {
  #glhWrapper dl dd li {
    width: 33.33%;
    font-size: 1.1rem; }
    #glhWrapper dl dd li a {
      padding: 1.4rem 1.8rem 1.4rem 0.9rem; }
      #glhWrapper dl dd li a::after {
        width: 1.8rem; } }
@media screen and (min-width: 960px) {
  #glhWrapper {
    top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 4rem;
    height: 4rem;
    max-width: 1200px; }
    #glhWrapper #divMenuClose {
      display: none;
      top: 0;
      height: 0; }
    #glhWrapper h1, #glhWrapper p {
      top: 0;
      width: 4rem; }
      #glhWrapper h1 a #imgGlhOpen, #glhWrapper h1 label #imgGlhOpen, #glhWrapper p a #imgGlhOpen, #glhWrapper p label #imgGlhOpen {
        display: none; }
      #glhWrapper h1 a #imgGlhClose, #glhWrapper h1 label #imgGlhClose, #glhWrapper p a #imgGlhClose, #glhWrapper p label #imgGlhClose {
        display: none; }
    #glhWrapper h1 {
      position: absolute; }
    #glhWrapper p {
      display: none; }
    #glhWrapper dl {
      width: 16.66%;
      height: 4rem;
      background: rgba(41, 49, 47, 0); }
      #glhWrapper dl dt {
        height: 4rem;
        border-bottom: none;
        overflow: hidden; }
        #glhWrapper dl dt a {
          padding: 0;
          text-align: center; }
          #glhWrapper dl dt a::before {
            display: none; }
        #glhWrapper dl dt label {
          display: none; }
      #glhWrapper dl dd {
        position: fixed;
        top: 4rem;
        right: 0;
        left: 0;
        padding: 0 4rem;
        width: 100%;
        height: 0;
        background: rgba(41, 49, 47, 0.9);
        transition: 0.2s;
        z-index: 8890;
        opacity: 0; }
        #glhWrapper dl dd h2, #glhWrapper dl dd h3 {
          display: none;
          opacity: 1; }
        #glhWrapper dl dd ul {
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto;
          width: 100%;
          opacity: 0; }
        #glhWrapper dl dd li {
          width: 25%;
          height: 0;
          transition: .2s;
          overflow: hidden; }
      #glhWrapper dl:hover dd {
        padding: 3rem 4rem;
        height: 31rem;
        opacity: 1; }
        #glhWrapper dl:hover dd h2, #glhWrapper dl:hover dd h3 {
          display: inline-block;
          opacity: 1; }
        #glhWrapper dl:hover dd h3 {
          margin: 5rem 0 0; }
        #glhWrapper dl:hover dd h3:first-child {
          margin: 0; }
        #glhWrapper dl:hover dd ul {
          padding: 0.5rem;
          opacity: 1;
          border-bottom: none; }
        #glhWrapper dl:hover dd li {
          height: auto;
          min-height: 5rem;
          padding: 0.5rem;
          opacity: 1; }

  .nav-light #glhWrapper {
    max-width: 1200px; }
    .nav-light #glhWrapper h1, .nav-light #glhWrapper p {
      border-bottom: none; }
    .nav-light #glhWrapper dl {
      background: rgba(28, 80, 161, 0.7); }
      .nav-light #glhWrapper dl dt a:hover {
        background: #f7f8fa; }

  #cbxGlhMenu:checked ~ header #glhWrapper {
    padding: 0 0 0 4rem;
    height: 4rem; }
    #cbxGlhMenu:checked ~ header #glhWrapper #divMenuClose {
      height: 0;
      display: none; }
    #cbxGlhMenu:checked ~ header #glhWrapper dt {
      border-bottom: none; }

  #cbxGlhCtg01:checked ~ #glhWrapper #dlCtg01 dd h3:first-child,
  #cbxGlhCtg02:checked ~ #glhWrapper #dlCtg02 dd h3:first-child,
  #cbxGlhCtg03:checked ~ #glhWrapper #dlCtg03 dd h3:first-child,
  #cbxGlhCtg04:checked ~ #glhWrapper #dlCtg04 dd h3:first-child,
  #cbxGlhCtg05:checked ~ #glhWrapper #dlCtg05 dd h3:first-child,
  #cbxGlhCtg06:checked ~ #glhWrapper #dlCtg06 dd h3:first-child {
    margin: 0; }
  #cbxGlhCtg01:checked ~ #glhWrapper #dlCtg01 dd ul,
  #cbxGlhCtg02:checked ~ #glhWrapper #dlCtg02 dd ul,
  #cbxGlhCtg03:checked ~ #glhWrapper #dlCtg03 dd ul,
  #cbxGlhCtg04:checked ~ #glhWrapper #dlCtg04 dd ul,
  #cbxGlhCtg05:checked ~ #glhWrapper #dlCtg05 dd ul,
  #cbxGlhCtg06:checked ~ #glhWrapper #dlCtg06 dd ul {
    border-bottom: none; } }
/* breadcrumb
--------------------------- */
#breadcrumb {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  #breadcrumb ol {
    display: block;
    margin: 0 auto;
    padding: 0 1em;
    width: 100%;
    text-align: left; }
  #breadcrumb li {
    display: inline-block;
    padding: 2em 0;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5); }
    #breadcrumb li::before {
      content: ">";
      display: inline-block;
      padding: 0 0.5em; }
    #breadcrumb li:first-child::before {
      content: "";
      display: none;
      padding: 0; }
    #breadcrumb li span {
      padding: 2em 0; }
    #breadcrumb li a {
      color: rgba(0, 0, 0, 0.8); }

/* footer
--------------------------- */
footer#glFooter {
  position: relative;
  padding: 1em 0 0;
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  footer#glFooter a {
    color: rgba(43, 45, 41, 0.7);
    text-decoration: none; }
    footer#glFooter a:hover {
      color: #ad9845; }

#glfWrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  max-width: 1100px; }
  #glfWrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 0;
    width: 100%; }
  #glfWrapper li {
    padding: 0.5rem 0 0;
    width: 3.5em; }
    #glfWrapper li img {
      margin: 0;
      padding: 0;
      width: auto; }
    #glfWrapper li:first-child {
      padding: 0 0.5em 0 0;
      width: calc(100% - 14em);
      text-align: left; }
      #glfWrapper li:first-child img {
        height: 4em;
        max-width: 150px; }
    #glfWrapper li button, #glfWrapper li label {
      display: block;
      margin: 0 0.5rem 0 0;
      padding: 0;
      width: 3rem;
      height: 3rem;
      border: none;
      color: #eae8dc;
      font-size: 1.6rem;
      line-height: 3rem;
      text-align: center;
      border-radius: 1.5rem;
                      /*
background: rgba(43,45,41,1);*/
      overflow: hidden;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      opacity: 1; }
      #glfWrapper li button img, #glfWrapper li label img {
        height: 100%; }
      #glfWrapper li button:hover, #glfWrapper li label:hover {
        opacity: 0.7; }
  #glfWrapper dl {
    display: none;
    width: 25%;
    min-height: 15em;
    text-align: left; }
  #glfWrapper dt {
    display: block;
    padding: 2em 0.5em 0.7em;
    font-size: 1.3rem;
    font-weight: 500; }
    #glfWrapper dt a {
      position: relative;
      display: block;
      padding: 0 0 0.5em;
      width: 100%;
      text-align: left;
      line-height: 1em; }
  #glfWrapper dd {
    display: none;
    padding: 0 0.5em 0.7em;
    font-size: 1rem; }
    #glfWrapper dd#ftBtns {
      display: block;
      padding: 0.5em 0 0; }

@media all and (-ms-high-contrast: none) {
  #glfWrapper li:first-child img {
    height: 4em;
    width: 15.68em; } }
#footerEnd {
  margin: 0 auto;
  text-align: center; }
  #footerEnd ul {
    padding: 3em 0 0;
    border-bottom: 1px solid rgba(43, 45, 41, 0.2); }
  #footerEnd li {
    display: block;
    font-size: 1.1rem;
    list-style: none;
    text-align: left; }
    #footerEnd li a {
      position: relative;
      display: block;
      padding: 1.5em 2em 1.5em 1em;
      width: 100%;
      line-height: 1em;
      border-top: 1px solid rgba(43, 45, 41, 0.2); }
      #footerEnd li a::after {
        content: "\f054";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        width: 3em;
        height: 3em;
        line-height: 3em;
        font-size: 0.8em;
        text-align: center; }
  #footerEnd p {
    padding: 3em 0 2em;
    font-size: 1rem;
    white-space: nowrap;
    color: rgba(43, 45, 41, 0.7); }

/* search
--------------------------- */
#disp-search {
  display: none; }

#searchPanel {
  display: block;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  z-index: 9999; }
  #searchPanel #lblSearchClose {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 6rem);
    cursor: pointer; }
    #searchPanel #lblSearchClose figure {
      display: block;
      margin: 3rem 20%;
      padding: 1rem;
      border: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 1.4rem;
      border-radius: 0.5rem; }

.gcse-search {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90% !important;
  height: 6rem !important;
  opacity: 0;
  transition: 0.2s all ease-in-out; }

#disp-search:checked ~ #searchPanel {
  height: 100%; }

#disp-search:checked ~ #searchPanel .gcse-search {
  opacity: 1; }

/* footer
--------------------------- */
#glFooter {
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  #glFooter a {
    color: rgba(43, 45, 41, 0.7); }

#footerEnd ul {
  border-bottom: 1px solid rgba(43, 45, 41, 0.2); }
#footerEnd li {
  display: block;
  font-size: 1.1rem;
  list-style: none;
  text-align: left; }
  #footerEnd li a {
    position: relative;
    display: block;
    padding: 1.5em 2em 1.5em 1em;
    width: 100%;
    line-height: 1em;
    border-top: 1px solid rgba(43, 45, 41, 0.2); }
    #footerEnd li a::after {
      content: "\f054";
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      width: 3em;
      height: 3em;
      line-height: 3em;
      font-size: 0.8em;
      text-align: center; }

.nav-light #breadcrumb, .nav-light #glFooter {
  background: transparent; }
  .nav-light #breadcrumb a, .nav-light #glFooter a {
    color: #29312f; }
    .nav-light #breadcrumb a:hover, .nav-light #glFooter a:hover {
      color: #004092; }
.nav-light #glfWrapper li {
  width: auto; }
  .nav-light #glfWrapper li:first-child {
    padding: 0 0.5rem 0 0;
    width: calc(100% - 14rem); }
    .nav-light #glfWrapper li:first-child img {
      height: 4rem; }
.nav-light #footerEnd p {
  padding: 3em 0 6em; }

@media screen and (min-width: 610px) {
  .nav-light #footerEnd p {
    padding: 3em 0 2em; } }
@media screen and (min-width: 960px) {
  /* breadcrumb
  --------------------------- */
  #breadcrumb {
    display: block; }

  /* footer
  --------------------------- */
  #glfWrapper {
    margin: 0 auto; }
    #glfWrapper dl, #glfWrapper dd {
      display: block; }

  #footerEnd ul {
    border-bottom: none; }
  #footerEnd li {
    display: inline-block;
    text-align: center; }
    #footerEnd li a {
      padding: 1.5em;
      font-size: 0.9rem;
      border-top: none; }
      #footerEnd li a::after {
        display: none; }
  #footerEnd p {
    padding: 2em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center; } }
/***layout***/
body {
  position: relative;
  text-align: center;
  color: #29312f;
  background: #dad6ce url(../images/bg-base.gif) center; }
  body.nav-light {
    background: white; }

#gheader, #gnav {
  position: absolute; }

.stage h1 {
  margin: 0;
  padding: 3em 0 0.5em;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 300; }

.stage h2 {
  margin: 0;
  padding: 0 0 4em;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 300; }

.stext {
  font-size: 13px;
  line-height: 1.2em; }

.stage h2 span.layout-btn {
  display: block;
  margin: 0 auto;
  padding: 2em 0 0; }

.stage h2 span.layout-btn a {
  display: inline-block;
  padding: 1em 2em;
  color: #FFF;
  font-size: 0.9em;
  background: rgba(156, 121, 56, 0.7);
  border-radius: 0.5em;
  transition: all .2s ease-in-out; }

.stage h2 span.layout-btn a:hover {
  background: #9c7938; }

/* prbox
--------------------------- */
#prbox {
  display: none; }

/* gnv
--------------------------- */
#gnv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 1em rgba(41, 49, 47, 0.3);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all .6s ease-in-out;
  z-index: 8889; }

#cbxGlhMenu:checked ~ #wrapper #gnv {
  z-index: 8887; }

.start #gnv {
  position: absolute;
  box-shadow: 0 0 0 rgba(41, 49, 47, 0);
  z-index: 8887; }

#gnv ul {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  transition: all .6s ease-in-out; }

#gnv ul.nav-open {
  background: white; }

#gnv li {
  margin: 0 auto;
  width: 90%;
  padding: 0;
  transition: all .2s ease-in-out;
  overflow: hidden; }

.nav-open li {
  display: block;
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.nav-close li {
  display: block;
  height: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1); }

#gnv li:first-child,
#gnv li:last-child {
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
  width: 50%;
  height: 60px;
  border: none; }

#gnv li:first-child {
  left: 0; }

#gnv li:last-child {
  right: 0;
  text-align: right; }

#gnv li a {
  position: relative;
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  color: rgba(41, 49, 47, 0.6);
  font-size: 1em;
  line-height: 60px; }

#gnv li a:after {
  content: url(/common/img/ic_next2.svg);
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0.5em;
  bottom: 0;
  width: 1em;
  height: auto; }

#btnProductMenu {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 4em;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer; }

#btnProductMenu img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2em;
  width: auto; }

.nav-open #btnProductMenu img.btn-product-open {
  display: block; }

.nav-close #btnProductMenu img.btn-product-open {
  display: none; }

.nav-open #btnProductMenu img.btn-product-close {
  display: none; }

.nav-close #btnProductMenu img.btn-product-close {
  display: block; }

#gnv li:first-child a:after {
  content: none; }

#gnv li:first-child img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1em;
  width: auto;
  height: 2em; }

.func #gnv li a.gnv-func,
.otpt #gnv li a.gnv-otpt,
.ntwk #gnv li a.gnv-ntwk,
.rqir #gnv li a.gnv-rqir {
  color: #29312f;
  cursor: default; }

/* header
--------------------------- */
#header {
  height: 100%;
  background: url(/common/images/bg-txcr.png) top center; }

.top #header,
.top-saag #header {
  height: 500px; }

.func #header,
.otpt #header,
.ntwk #header,
.rqir #header,
.srvc #header,
.etry #header,
.prvg #header {
  height: 450px; }

#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.func #header:before {
  background: url(/common/images/ic_prd05.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.otpt #header:before {
  background: url(/common/images/ic_prd04.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.ntwk #header:before {
  background: url(/common/images/ic_prd06.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.rqir #header:before {
  background: url(/common/images/ic_prd08.svg) 50% 145px no-repeat;
  background-size: 140px 440px; }

.srvc #header:before {
  background: url(/common/images/ic_prd07.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.etry #header:before {
  background: url(/common/images/ic_prd18.svg) 50% 160px no-repeat #232022;
  background-size: 250px 440px; }

.prvg #header:before {
  background: url(/common/images/ic_prd19.svg) 50% 160px no-repeat #232022;
  background-size: 300px 440px; }

#header h1 {
  position: relative;
  padding: 4.5em 0 0; }

#header h2,
#header h3 {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.2em;
  text-shadow: 0 0 0.5em #dad6ce; }

.etry #header h2,
.etry #header h3,
.prvg #header h2,
.prvg #header h3 {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2); }

#header h2 {
  padding: 0.5em 0 0;
  font-size: 1.6em; }

.top-saag #header h1 {
  margin: 0 auto;
  padding: 10rem 0 0;
  width: 80%;
  text-align: left; }

.top-saag #header h1 img {
  height: 5rem; }

.top-saag #header h2 {
  margin: 0 auto;
  width: 80%;
  padding: 2em 0 0;
  color: white;
  font-size: 1.2rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  line-height: 1.8em;
  text-align: left; }

.top-saag #header figure {
  margin: 0 auto;
  padding: 4rem 0 0;
  width: 80%; }

.top-saag #header figure img {
  width: 100%; }

#header h3 {
  padding: 0.3em 0 0;
  font-size: 1.2em; }

.top #header h3 {
  padding: 15em 0 0; }

#min.top #header:before {
  background: url(/common/img/bg_main_min_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#acc.top #header:before {
  background: url(/common/img/bg_main_acc_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#apr.top #header:before {
  background: url(/common/img/bg_main_apr_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#acn.top #header:before {
  background: url(/common/img/bg_main_acn_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#acccar.top #header:before {
  background: url(/common/img/bg_main_acccar_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#psl.top #header:before {
  background: url(/common/img/bg_main_psl_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#sal.top #header:before,
#spr.top #header:before {
  background: url(/common/img/bg_main_sal_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#scl.top #header:before {
  background: url(/common/img/bg_main_scl_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#saag.top-saag #header:before {
  background: url(/saag/images/bg_main.jpg) center center no-repeat #7699b8;
  background-size: auto 100%; }

/*#saag.top-saag #header:before {background:url(/saag/images/bg_main_mob.jpg) center 4.6rem no-repeat rgba(35,32,34,1); background-size: cover;}*/
#boki.top #header:before {
  background: url(/common/img/bg_main_boki_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#daichiImp.top #header:before {
  background: url(/products/daichi_imp/images/bg_main_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#daichiAc.top #header:before {
  background: url(/products/daichi_ac/images/bg_main_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

/* cvbox
--------------------------- */
.cvbox {
  height: auto;
  color: #FFF;
  overflow: hidden; }

.cvtgt p {
  font-size: 1.5em;
  padding: 1em 0; }

.cvtgt ul {
  display: none; }

.cvtgt,
.cvbtns {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%; }

.cvbtns button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  font-weight: 300;
  cursor: pointer;
  border: none;
  background: white;
  transition: all .2s ease-in-out; }

.cvbtns button:hover {
  background: rgba(255, 255, 255, 0.6); }

.cvbtns p {
  margin: 0;
  width: 100%;
  padding: 1em 0 0.5em;
  font-size: 1em; }
  .cvbtns p strong {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0.5em 0 1em; }
    .cvbtns p strong a {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0.5em 2.5em;
      font-size: 1.4em;
      line-height: 1em;
      width: 75%;
      max-width: 400px;
      text-align: left;
      font-weight: 400;
      white-space: nowrap;
      color: rgba(255, 255, 255, 0.7);
      background: #29312f;
      border-radius: 5rem;
      transition: 0.2s all ease-in-out; }
      .cvbtns p strong a::before, .cvbtns p strong a::after {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        line-height: 1em;
        width: 1.8em;
        text-align: center;
        height: 1em; }
      .cvbtns p strong a::before {
        left: 0.5em; }
      .cvbtns p strong a::after {
        right: 0.5em;
        content: "\f054";
        font-size: 0.7em;
        transition: 0.2s all ease-in-out; }
      .cvbtns p strong a:hover {
        color: white; }
        .cvbtns p strong a:hover::after {
          width: 1.5em; }
      .cvbtns p strong a.form::before {
        content: "\f0e0"; }
      .cvbtns p strong a.page::before {
        content: "\f15c"; }

.cvbtns dl {
  margin: 0;
  width: 100%;
  padding: 0 0 1.5em; }

.cvbtns dl:after {
  content: "";
  display: block;
  clear: both; }

.cvbtns dt,
.cvbtns dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  outline: none; }

.cvbtns dt {
  color: #FFF;
  font-size: 1.8em;
  padding-right: 0.3em;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden; }

.cvbtns dt a {
  color: #FFF; }

.cvbtns dd {
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: right; }

.cvbtns a.trial {
  display: none; }

/* colbox
--------------------------- */
.col2box,
.col3box,
.col4box {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%; }

.col2box dl,
.col3box dl,
.col4box dl {
  float: left;
  display: block; }

.col2box dl,
.col3box dl,
.col4box dl {
  width: 100%; }

.col2box dt,
.col3box dt {
  padding: 0 0 0;
  font-size: 20px; }

.col2box dt img,
.col3box dt img,
.col4box dt img {
  width: 100%;
  height: auto;
  padding: 0 0 0.5em; }

.col2box dd,
.col3box dd,
.col4box dd {
  padding: 0 0 1em;
  color: rgba(41, 49, 47, 0.6);
  font-size: 1em;
  line-height: 1.5em;
  text-align: left; }

/* linkarea
--------------------------- */
.linkarea {
  clear: both;
  margin: 0 auto;
  padding: 3em 0; }

.linkarea li {
  display: inline-block;
  padding: 0 1.2em 1em;
  font-size: 1.2rem; }

.linkarea li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.4em;
  color: rgba(41, 49, 47, 0.7);
  line-height: 1.1em; }

.linkarea li a:hover {
  color: #9c7938; }

.linkarea li a:before {
  content: url(/common/images/arrow24.svg);
  position: absolute;
  left: 0;
  width: 1.1em;
  height: auto;
  transition: all .2s ease-in-out; }

.linkarea li a:hover:before {
  left: 2px; }

.linkarea li.white a {
  color: white; }

.linkarea li.white a:hover {
  color: rgba(255, 255, 255, 0.7); }

.linkarea li.white a:before {
  content: url(/common/img/arrow24w.svg); }

/* moviebox
--------------------------- */
.moviebox {
  padding: 0 0 2em;
  margin: 0 auto;
  width: 96%; }

.moviebox iframe {
  width: 100%;
  height: 60vw;
  max-width: 854px;
  max-height: 480px; }

/* bland
--------------------------- */
#bland {
  height: auto; }

#bland h1 {
  padding: 3em 0 1em;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0.1em; }

#bland h2 {
  font-size: 1.4em;
  line-height: 1em;
  letter-spacing: 0.3em; }

#bland p {
  padding: 0 1em 5em;
  font-size: 0.7em;
  line-height: 1.5em; }

/* picup
--------------------------- */
.picup {
  padding: 0 0 7em; }

.picup .atl-wrap {
  padding: 3em 2em; }

.picup .atl-wrap article {
  display: block;
  float: left;
  width: 100%;
  padding: 1em 0.5em; }

.picup .atl-wrap article a {
  position: relative;
  display: block;
  width: 100%;
  background: white;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.3); }

.picup .atl-wrap article a::after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #646464;
  font-size: 1.5em;
  opacity: 0.3;
  transition: all .2s ease-in-out; }

.picup .atl-wrap article a.a-type01::after {
  content: "\f061"; }

.picup .atl-wrap article a.a-type02::after {
  content: "\f1c1"; }

.picup .atl-wrap article a:hover::after {
  font-size: 2em;
  bottom: 0.4em;
  right: 0.4em;
  opacity: 1; }

.picup .atl-wrap figure {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden; }

.picup .atl-wrap figure::before {
  content: "";
  display: block;
  padding-top: 75%; }

.picup .atl-wrap figure img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 100%;
  width: auto;
  text-align: center;
  transition: all .4s ease-in-out; }

.picup .atl-wrap article a:hover figure img {
  height: 105%;
  top: 2.5%;
  bottom: 2.5%;
  opacity: 1; }

.picup .detail {
  padding: 1em 2em;
  text-align: left;
  height: 15em; }

.picup .detail h3 {
  display: block;
  padding: 0 0 1em;
  font-size: 1.4em;
  line-height: 1.6em;
  height: 3.2em;
  font-weight: 300 !important;
  overflow: hidden; }

.picup .detail p {
  display: block;
  padding: 1em 2em 2em 0;
  height: 6.4em;
  line-height: 1.8em;
  color: #9b9b9b;
  overflow: hidden; }
  .picup .detail p br {
    display: none; }
  .picup .detail p li {
    display: inline !important; }

/* footer
--------------------------- */
#footer {
  height: auto;
  padding: 5em 0;
  background: #FFF; }

#footer #ft1,
#footer #ft2,
#footer #ft3 {
  display: block;
  padding: 0 0 4em;
  width: 100%; }

#footer h1 {
  margin: 0 auto;
  width: 80%;
  padding: 1em 0;
  font-size: 20px;
  text-align: left; }

#footer p {
  margin: 0 auto;
  width: 80%;
  padding: 0 0 1.5em;
  font-size: 14px;
  line-height: 24px;
  text-align: left; }

#footer button,
#footer a.button {
  margin: 0 auto;
  width: 80%;
  height: 80px;
  color: rgba(41, 49, 47, 0.7);
  font-size: 18px;
  background: white;
  border: 4px solid rgba(156, 121, 56, 0.8);
  box-shadow: 0 0 0 rgba(156, 121, 56, 0) inset;
  border-radius: 15px;
  overflow: hidden; }

#footer button:hover {
  box-shadow: 0 0 5px rgba(156, 121, 56, 0.5) inset; }

#footer ul {
  margin: 0 auto;
  width: 80%;
  padding: 0 0 1em;
  text-align: left; }

#footer li {
  display: block;
  padding: 0 0 0.5em 0; }

#footer li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.5em;
  color: rgba(41, 49, 47, 0.7);
  font-size: 16px;
  line-height: 22px; }

#footer li a:hover {
  color: #9c7938; }

#footer li a:before {
  position: absolute;
  content: url(/common/images/arrow24.svg);
  left: 0;
  width: 20px;
  height: auto; }

#footer #cpy {
  clear: both;
  margin: 0 auto;
  padding: 6em 0 2em;
  font-size: 12px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif; }

#daichiAc .disp-imp,
#daichiImp .disp-ac {
  display: none; }

/* min setting
--------------------------- */
#min .cvbox {
  background: #2f678d; }

#min .cvbtns button,
#min .trial {
  color: #2f678d; }

#min.top #header h3 {
  color: #2f678d; }

#min #footer button:hover {
  color: #2f678d;
  border: 4px solid #2f678d; }

/* acc setting
--------------------------- */
#acc .cvbox {
  background: #af2e3a; }

#acc .cvbtns button,
#acc .trial {
  color: #af2e3a; }

#acc.top #header h3 {
  color: rgba(175, 46, 58, 0.8); }

#acc #footer button:hover {
  color: #af2e3a;
  border: 4px solid #af2e3a; }

/* apr setting
--------------------------- */
#apr .cvbox {
  background: rgba(62, 58, 52, 0.8); }

#apr .cvbtns button,
#apr .trial {
  color: rgba(62, 58, 52, 0.8); }

#apr.top #header h3 {
  color: rgba(62, 58, 52, 0.8); }

#apr #footer button:hover {
  color: #3e3a34;
  border: 4px solid #3e3a34; }

/* acn setting
--------------------------- */
#acn .cvbox {
  background: #a1312d; }

#acn .cvbtns button,
#acn .trial {
  color: #a1312d; }

#acn.top #header h3 {
  color: rgba(161, 49, 45, 0.8); }

#acn #footer button:hover {
  color: #a1312d;
  border: 4px solid #a1312d; }

/* acccar setting
--------------------------- */
#acccar .cvbox {
  background: #749551; }

#acccar .cvbtns button,
#acccar .trial {
  color: #749551; }

#acccar.top #header h3 {
  color: rgba(116, 149, 81, 0.8); }

#acccar #footer button:hover {
  color: #749551;
  border: 4px solid #749551; }

/* psl setting
--------------------------- */
#psl .cvbox {
  background: #2683a3; }

#psl .cvbtns button,
#psl .trial {
  color: #2683a3; }

#psl.top #header h3 {
  color: rgba(38, 131, 163, 0.8); }

#psl #footer button:hover {
  color: #2683a3;
  border: 4px solid #2683a3; }

/* sal setting
--------------------------- */
#sal .cvbox {
  background: #8d9e3d; }

#sal .cvbtns button,
#sal .trial {
  color: #8d9e3d; }

#sal.top #header h3 {
  color: rgba(141, 158, 61, 0.8); }

#sal #footer button:hover {
  color: #8d9e3d;
  border: 4px solid #8d9e3d; }

/* spr setting
--------------------------- */
#spr .cvbox {
  background: rgba(0, 90, 73, 0.8); }

#spr .cvbtns button,
#spr .trial {
  color: rgba(0, 90, 73, 0.8); }

#spr.top #header h3 {
  color: rgba(0, 90, 73, 0.8); }

#spr #footer button:hover {
  color: #005a49;
  border: 4px solid #005a49; }

/* scl setting
--------------------------- */
#scl .cvbox {
  background: #e18100; }

#scl .cvbtns button,
#scl .trial {
  color: #e18100; }

#scl.top #header h3 {
  color: rgba(225, 129, 0, 0.8); }

#scl #footer button:hover {
  color: #e18100;
  border: 4px solid #e18100; }

/* saag setting
--------------------------- */
#saag .cvbox {
  background: #988b59; }

#saag .cvbtns button,
#saag .trial {
  color: #988b59; }

#saag.top #header h3 {
  color: rgba(152, 139, 89, 0.8); }

#saag #footer button:hover {
  color: #988b59;
  border: 4px solid #988b59; }

/* boki setting
--------------------------- */
#boki .cvbox {
  background: #3d936c; }

#boki .cvbtns button,
#boki .trial {
  color: #3d936c; }

#boki.top #header h3 {
  color: rgba(61, 147, 108, 0.8); }

#boki #footer button:hover {
  color: #3d936c;
  border: 4px solid #3d936c; }

/* daichi_imp setting
--------------------------- */
#daichiImp .cvbox {
  background: #008d41; }

#daichiImp .cvbtns button,
#daichiImp .trial {
  color: #008d41; }

#daichiImp.top #header h3 {
  color: rgba(0, 141, 65, 0.8); }

#daichiImp #footer button:hover {
  color: #008d41;
  border: 4px solid #008d41; }

/* daichi_ac setting
--------------------------- */
#daichiAc .cvbox {
  background: #e87f00; }

#daichiAc .cvbtns button,
#daichiAc .trial {
  color: #e87f00; }

#daichiAc.top #header h3 {
  color: rgba(232, 127, 0, 0.8); }

#daichiAc #footer button:hover {
  color: #e87f00;
  border: 4px solid #e87f00; }

/* mlink setting
--------------------------- */
#mlink .cvbox {
  background: #f35532; }

#mlink .cvbtns button,
#mlink .trial {
  color: #f35532; }

#mlink.top #header h3 {
  color: rgba(243, 85, 50, 0.8); }

#mlink #footer button:hover {
  color: #f35532;
  border: 4px solid #f35532; }

/*SMP*/
@media screen and (min-width: 600px) {
  .stage h1 {
    font-size: 2.4em; }

  .stage h2 {
    font-size: 1.2em; }

  #header h1,
  #header h2,
  #header h3 {
    width: 100%;
    text-align: left; }

  .lp19 #header h1,
  .lp19 #header h2,
  .lp19 #header h3 {
    width: 100%;
    text-align: center; }

  #header h1 {
    padding: 4em 0 0 10%; }

  #header h2 {
    padding: 0.5em 0 0 10%;
    font-size: 2em; }

  #header h3 {
    padding: 1em 0 0 10%;
    font-size: 1.2em; }

  .top #header h1 {
    padding: 150px 0 0 5%; }

  .top #header h2 {
    padding: 0.5em 0 0 5%;
    font-size: 2em; }

  .top #header h3 {
    padding: 1em 0 0 5%;
    font-size: 1.4em; }

  .top-saag #header h1 {
    padding: 9rem 0 0;
    width: 72%; }

  .top-saag #header h1 img {
    height: 6rem; }

  .top-saag #header h2 {
    width: 72%; }

  .top-saag #header figure {
    padding: 2rem 0 0;
    width: 72%; }

  .func #header,
  .otpt #header,
  .ntwk #header,
  .rqir #header,
  .srvc #header,
  .etry #header,
  .prvg #header {
    height: 350px; }

  .lp19 #header {
    height: 300px; }

  .func #header:before {
    background: url(/common/images/ic_prd05.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .otpt #header:before {
    background: url(/common/images/ic_prd04.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .ntwk #header:before {
    background: url(/common/images/ic_prd06.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .rqir #header:before {
    background: url(/common/images/ic_prd08.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .srvc #header:before {
    background: url(/common/images/ic_prd07.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .etry #header:before {
    background: url(/common/images/ic_prd18.svg) 90% 20px no-repeat #232022;
    background-size: 250px 480px; }

  .prvg #header:before {
    background: url(/common/images/ic_prd19.svg) 90% 20px no-repeat #232022;
    background-size: 300px 440px; }

  .top #header,
  .top-saag #header {
    height: 440px; }

  #min.top #header:before {
    background: url(/common/img/bg_main_min.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #acc.top #header:before {
    background: url(/common/img/bg_main_acc.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #apr.top #header:before {
    background: url(/common/img/bg_main_apr.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #acn.top #header:before {
    background: url(/common/img/bg_main_acn.png) right 4em no-repeat; }

  #acccar.top #header:before {
    background: url(/common/img/bg_main_acccar.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #psl.top #header:before {
    background: url(/common/img/bg_main_psl.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #sal.top #header:before,
  #spr.top #header:before {
    background: url(/common/img/bg_main_sal.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #scl.top #header:before {
    background: url("/common/img/bg_main_scl.png") 60% 60px no-repeat;
    background-size: auto 380px; }

  /*#saag.top-saag #header:before {background:url(/saag/images/bg_main.jpg) center 60px no-repeat rgba(35,32,34,1); background-size: auto 440px;}*/
  #boki.top #header:before {
    background: url(/common/img/bg_main_boki.png) 60% 60px no-repeat;
    background-size: auto 420px; }

  #daichiImp.top #header:before {
    background: url(/products/daichi_imp/images/bg_main.png) 60% 60px no-repeat;
    background-size: auto 420px; }

  #daichiAc.top #header:before {
    background: url(/products/daichi_ac/images/bg_main.png) 60% 60px no-repeat;
    background-size: auto 420px; }

  .col2box dl {
    width: 50%; }

  .col3box dl {
    width: 50%; }

  .col4box dl {
    width: 50%; }

  /* bland
  --------------------------- */
  #bland h1 {
    padding: 3em 0 1em;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.1em; }

  #bland h2 {
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0.3em; }

  #bland p {
    font-size: 1em; }

  /* picup
  --------------------------- */
  .picup .atl-wrap article {
    width: 50%;
    padding: 1em 1em 4em; }

  /* footer
  --------------------------- */
  #footer {
    height: auto;
    padding: 6em 0;
    background: #FFF; }

  #footer #ft1,
  #footer #ft2,
  #footer #ft3 {
    display: block;
    float: left;
    padding: 0;
    width: 33%;
    height: 100%;
    overflow: hidden; }

  #footer #ft2,
  #footer #ft3 {
    border-left: 1px solid rgba(41, 49, 47, 0.3); }

  #footer h1 {
    margin: 0 auto;
    width: 80%;
    padding: 1em 0;
    font-size: 1.4em;
    text-align: left; }

  #footer p {
    margin: 0 auto;
    width: 80%;
    padding: 0 0 1.5em;
    font-size: 14px;
    line-height: 24px;
    text-align: left; }

  #footer button,
  #footer a.button {
    margin: 0 auto;
    width: 80%;
    height: 5em;
    color: rgba(41, 49, 47, 0.7);
    font-size: 1.2em;
    background: white;
    border: 4px solid rgba(156, 121, 56, 0.8);
    box-shadow: 0 0 0 rgba(156, 121, 56, 0) inset;
    border-radius: 1em;
    cursor: pointer;
    overflow: hidden; }

  #footer button:hover {
    box-shadow: 0 0 5px rgba(156, 121, 56, 0.5) inset; }

  #footer ul {
    margin: 0 auto;
    width: 80%;
    padding: 0 0 1em;
    text-align: left; }

  #footer li {
    display: block;
    padding: 0 0 0.5em 0; }

  #footer li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2em;
    color: rgba(41, 49, 47, 0.7);
    font-size: 0.9em;
    line-height: 22px; }

  #footer li a:hover {
    color: #9c7938; }

  #footer li a:before {
    position: absolute;
    content: url(/common/images/arrow24.svg);
    left: 0;
    width: 20px;
    height: auto; }

  #footer #cpy {
    clear: both;
    margin: 0 auto;
    padding: 6em 0 2em;
    font-size: 12px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif; }

  /*tablet*/ }
@media screen and (min-width: 960px) {
  .stage h1 {
    font-size: 2.8em; }

  .stage h2 {
    font-size: 1.4em; }

  /* prbox
  --------------------------- */
  #prbox {
    display: block;
    height: 140px;
    padding: 20px 0;
    background: rgba(41, 49, 47, 0.4);
    overflow: hidden; }

  #pr {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100px;
    text-align: left; }

  #pr_prev,
  #pr_next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 3%;
    color: white;
    text-align: center;
    font-size: 10px;
    line-height: 100px;
    font-weight: 400;
    background: rgba(41, 49, 47, 0.4);
    overflow: hidden;
    cursor: pointer; }

  #pr_prev {
    left: -3%;
    border-radius: 15px 0 0 15px; }

  #pr_next {
    right: -3%;
    border-radius: 0 15px 15px 0; }

  #pr ul li {
    width: 301px;
    float: left;
    display: inline; }

  #pr ul li a {
    position: relative;
    display: block;
    width: 300px;
    height: 100px;
    overflow: hidden;
    text-align: center; }

  #pr ul li a img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out; }

  #pr ul li a:hover img {
    left: -5%;
    width: 110%; }

  #pr ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden; }

  #pr ul {
    display: inline-block;
    overflow: hidden; }

  /* gnv
  --------------------------- */
  #gnv ul {
    padding: 0 1em 0 0;
    text-align: right;
    transition: all 0s; }

  #gnv ul.nav-open {
    background: white; }

  #gnv li {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 4em;
    transition: all 0s;
    border: none; }

  .nav-open li, .nav-close li {
    display: block;
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

  #gnv li:first-child {
    display: block;
    width: 20%;
    height: 4em; }

  #gnv li:last-child {
    display: none; }

  #gnv li a {
    line-height: 4em;
    text-align: left; }

  #gnv li a:after {
    content: none; }

  .nav-open #btnProductMenu img.btn-product-open,
  .nav-close #btnProductMenu img.btn-product-open,
  .nav-open #btnProductMenu img.btn-product-close,
  .nav-close #btnProductMenu img.btn-product-close {
    display: none; }

  /* gnv
  --------------------------- }*/
  /* header
  --------------------------- */
  #header h1 {
    padding: 3.5em 0 0 5%; }

  #header h2 {
    padding: 0.5em 0 0 5%;
    font-size: 3em; }

  #header h3 {
    padding: 1em 0 0 5%;
    font-size: 1.2em; }

  .top #header,
  .top-saag #header {
    height: 500px; }

  .top #header h1 {
    padding: 150px 0 0 5%; }

  .top #header h2 {
    padding: 0.5em 0 0 5%;
    font-size: 3em; }

  .top-saag #header h1 {
    padding: 11rem 0 0;
    width: 65%; }

  .top-saag #header h1 img {
    height: 6rem; }

  .top-saag #header h2 {
    width: 65%; }

  .top-saag #header figure {
    padding: 1rem 0 0;
    width: 65%; }

  /* cvbox
  --------------------------- */
  .cvbox {
    position: relative;
    margin: 0 auto;
    height: 240px;
    overflow: hidden; }

  .cvtgt {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 20%;
    height: 200px;
    text-align: left;
    border-right: 1px solid rgba(41, 49, 47, 0.3);
    z-index: 100; }

  .cvtgt p {
    padding: 1em 0 1em 15px;
    font-size: 16px;
    line-height: 1.4em; }

  .cvtgt ul {
    display: block;
    padding: 1em 0 1em 15px; }

  .cvtgt li {
    padding: 0 0 1em 1em;
    font-size: 13px;
    line-height: 1.1em; }

  .cvtgt li a {
    color: rgba(255, 255, 255, 0.7); }

  .cvtgt li a:before {
    content: "";
    position: absolute;
    left: 9%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(255, 255, 255, 0.7); }

  .cvtgt li a:hover {
    color: white; }

  .cvtgt li a:hover:before {
    border-left: 6px solid white; }

  .cvbtns {
    position: relative;
    padding: 0 0 0 25%;
    width: 100%;
    text-align: left; }

  .cvbtns p {
    padding: 42px 0 0 35%;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    white-space: nowrap; }
    .cvbtns p strong {
      display: block;
      margin: 0;
      width: 100%;
      padding: 0 0.5em 0 0; }
      .cvbtns p strong a {
        margin: 0 auto;
        padding: 0.5em 2em;
        font-size: 1.4em;
        line-height: 1em;
        width: 100%;
        max-width: none;
        text-align: left;
        font-weight: 400;
        white-space: nowrap;
        color: white;
        background: rgba(41, 49, 47, 0);
        border-radius: 0;
        border-bottom: 1px solid white; }
        .cvbtns p strong a::before, .cvbtns p strong a::after {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          line-height: 1em;
          width: 1.8em;
          text-align: center;
          height: 1em; }
        .cvbtns p strong a::before {
          left: 0;
          content: "\f0e0"; }
        .cvbtns p strong a::after {
          right: 0;
          content: "\f054";
          font-size: 0.7em;
          transition: 0.2s all ease-in-out; }
        .cvbtns p strong a:hover {
          color: rgba(255, 255, 255, 0.7); }
          .cvbtns p strong a:hover::after {
            width: 1.5em; }

  .cvbtns dl {
    padding: 0 0 0 35%;
    width: 100%; }

  .cvbtns dt,
  .cvbtns dd {
    display: block;
    float: left; }

  .cvbtns dt {
    padding: 0.1em 0.5em 0 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em; }

  .cvbtns dd {
    padding: 0.5em 0 0;
    font-size: 12px;
    line-height: 1.4em; }

  .cvbtns button,
  .cvbtns a.trial {
    display: block;
    position: absolute;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    color: white;
    height: 70px;
    line-height: 70px;
    font-weight: 400;
    overflow: hidden;
    text-align: center; }

  .cvbtns button {
    top: 40px;
    left: 23%;
    width: 26%;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(41, 49, 47, 0.3); }

  .cvbtns button:hover {
    background-color: rgba(41, 49, 47, 0.5); }

  .trial {
    top: 130px;
    left: 23%;
    width: 77%;
    font-size: 30px;
    background-color: white; }

  .trial:hover {
    background-color: rgba(255, 255, 255, 0.8); }

  #daichiImp .cvbox,
  #daichiAc .cvbox {
    height: 160px; }

  #daichiImp .cvtgt,
  #daichiAc .cvtgt {
    height: 120px; }

  #daichiImp .cvtgt ul,
  #daichiAc .cvtgt ul {
    padding: 0 0 1em 15px; }

  /* colbox
  --------------------------- */
  .col2box,
  .col3box,
  .col4box {
    margin: 0 auto;
    padding: 0 5%;
    width: 90%; }

  .col2box dl,
  .col3box dl,
  .col4box dl {
    float: left;
    display: block; }

  .col2box dl {
    width: 50%; }

  .col3box dl {
    width: 33%; }

  .col4box dl {
    width: 25%; }

  .col2box dt,
  .col3box dt,
  .col4box dt {
    padding: 0 10% 0;
    font-size: 20px; }

  .col2box dt img,
  .col3box dt img,
  .col4box dt img {
    width: 100%;
    height: auto;
    padding: 10px 0; }

  .col2box dd,
  .col3box dd,
  .col4box dd {
    padding: 0.5em 10% 1em;
    color: rgba(41, 49, 47, 0.6);
    font-size: 16px;
    line-height: 1.5em;
    text-align: left; }

  /* linkarea
  --------------------------- */
  .linkarea li {
    font-size: 18px; }

  .linkarea li a {
    padding: 0 0 0 1.7em;
    font-size: 18px;
    line-height: 24px; }

  .linkarea li a:before {
    width: 24px; }

  .func #header,
  .otpt #header,
  .ntwk #header,
  .rqir #header,
  .srvc #header,
  .etry #header,
  .prvg #header {
    height: 350px; }

  .lp19 #header {
    height: 300px; }

  .func #header:before {
    background: url(/common/images/ic_prd05.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .otpt #header:before {
    background: url(/common/images/ic_prd04.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .ntwk #header:before {
    background: url(/common/images/ic_prd06.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .rqir #header:before {
    background: url(/common/images/ic_prd08.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .srvc #header:before {
    background: url(/common/images/ic_prd07.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .etry #header:before {
    background: url(/common/images/ic_prd18.svg) 90% 40px no-repeat #232022;
    background-size: 300px 440px; }

  .prvg #header:before {
    background: url(/common/images/ic_prd19.svg) 90% 40px no-repeat #232022;
    background-size: 300px 440px; }

  /* bland
  --------------------------- */
  #bland {
    height: 520px; }

  #bland h1 {
    padding: 3em 0 1em;
    font-size: 36px;
    line-height: 1.3em;
    letter-spacing: 0.1em; }

  #bland h2 {
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.3em; }

  #bland p {
    font-size: 1.2em; }

  /* picup
  --------------------------- */
  .picup .atl-wrap {
    padding: 3em 0; }

  .picup .atl-wrap article {
    width: 33.33%; }

  /* min setting
  --------------------------- */
  #min .cvbtns button,
  #acc .cvbtns button,
  #apr .cvbtns button,
  #acn .cvbtns button,
  #acccar .cvbtns button,
  #psl .cvbtns button,
  #sal .cvbtns button,
  #spr .cvbtns button,
  #scl .cvbtns button,
  #saag .cvbtns button,
  #boki .cvbtns button,
  #daichiImp .cvbtns button,
  #daichiAc .cvbtns button,
  #mlink .cvbtns button {
    color: white; }

  #min.top #header:before {
    background: url(/common/img/bg_main_min.png) center 4em no-repeat; }

  #acc.top #header:before {
    background: url(/common/img/bg_main_acc.png) center 4em no-repeat; }

  #apr.top #header:before {
    background: url(/common/img/bg_main_apr.png) center 4em no-repeat; }

  #acn.top #header:before {
    background: url(/common/img/bg_main_acn.png) center 4em no-repeat; }

  #acccar.top #header:before {
    background: url(/common/img/bg_main_acccar.png) center 4em no-repeat; }

  #psl.top #header:before {
    background: url(/common/img/bg_main_psl.png) center 4em no-repeat; }

  #sal.top #header:before,
  #spr.top #header:before {
    background: url(/common/img/bg_main_sal.png) center 4em no-repeat; }

  #scl.top #header:before {
    background: url(/common/img/bg_main_scl.png) center 4em no-repeat; }

  /*#saag.top-saag #header:before {background:url(/saag/images/bg_main.jpg) center 4.1em no-repeat rgba(35,32,34,1); background-size: auto 450px;}*/
  #boki.top #header:before {
    background: url(/common/img/bg_main_boki.png) center 4em no-repeat; }

  #daichiImp.top #header:before {
    background: url(/products/daichi_imp/images/bg_main.png) center 4em no-repeat; }

  #daichiAc.top #header:before {
    background: url(/products/daichi_ac/images/bg_main.png) center 4em no-repeat; }

  /*PC*/ }
@media screen and (min-width: 1281px) {
  /*WPC*/ }
/* gheader
--------------------------- */
#gheader {
  position: fixed !important; }

/* bgshow
--------------------------- */
#bgshow {
  position: absolute;
  display: block;
  margin: auto;
  top: 4em;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: auto 400px;
  background-repeat: no-repeat;
  background-image: url(/common/img/mv_test00.jpg); }

/* mvHome
--------------------------- */
#mvHome {
  position: relative;
  width: 100%;
  min-height: 30vw;
  background: url(/common/images/bg-txcr.png) top center; }

#mvHome h1 {
  text-align: left;
  margin: 0 auto;
  padding: 5em 0 0;
  width: 85%;
  font-size: 1.4rem; }

#mvHome h1 img {
  width: auto;
  height: 1.8em; }

#mvHome h1 span {
  display: block;
  padding: 0.5em 0 6em;
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 0.5em white; }

#homeCvarea,
#homeLpSpport,
#homeBeforeFaq {
  display: none; }

/* mv-products
--------------------------- */
.mv-products {
  margin: 0 auto;
  padding: 0 1em 5em;
  width: 100%;
  max-width: 1500px; }

.mv-products .mv-pd1,
.mv-products .mv-pd2,
.mv-products .mv-pd3 {
  display: block;
  float: left;
  padding: 0 0.25em 1em;
  height: auto;
  text-align: center; }

.mv-products .mv-pd1 {
  width: 100%; }

.mv-products .mv-pd2 {
  width: 100%; }

.mv-products .mv-pd3 {
  width: 100%; }

.mv-products article {
  padding: 0 0 2em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); }

.mv-products h2,
.mv-products li {
  margin: 0 auto;
  width: 100%; }

.mv-products h2 {
  padding: 3em 0 1em;
  font-size: 1.5em;
  font-weight: 300; }

.mv-products h2 img {
  width: 100%; }

.mv-products h2 span {
  display: block;
  margin: 0 auto;
  padding: 0.5em 0 2em;
  width: 100%;
  font-size: 1.2em; }

.mv-products h2 a {
  color: rgba(0, 0, 0, 0.7); }

.mv-products li {
  padding: 0 0 0;
  text-align: right; }

.mv-products li.link {
  padding: 1em 0;
  text-align: center; }

.mv-products li a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 2em 0.5em 2em 0.5em;
  width: 90%;
  height: 6.5em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5); }

.mv-products li a::before {
  content: url(/common/img/ic_next2.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 0.2em;
  bottom: 0;
  margin: auto;
  width: 1.6em;
  height: 1.6em;
  transition: all .2s ease-in-out; }

.mv-products li a:hover::before {
  right: 0;
  width: 1.8em;
  height: 1.8em; }

.mv-products li img {
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  top: 0;
  right: 2em;
  bottom: 0;
  height: 2.5em;
  max-width: 42%; }
  .mv-products li img.invoice {
    height: 3.6em; }

.mv-products li span {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 2.5em; }

.mv-products article nav span {
  display: block;
  padding-bottom: 2em; }

/* covid19
--------------------------- */
#covid19 {
  background: #cb422a; }
  #covid19 ul {
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
    max-width: 900px; }
  #covid19 li {
    list-style: none; }
    #covid19 li a {
      display: block;
      width: 100%;
      padding: 3rem;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.1rem;
      line-height: 1.2em;
      border: 1px solid rgba(255, 255, 255, 0.8); }
      #covid19 li a:hover {
        color: white;
        border: 1px solid white;
        background: rgba(255, 255, 255, 0.1); }
      #covid19 li a::before {
        display: inline;
        padding-right: 0.5em;
        content: "\f138";
        font-family: "Font Awesome 5 free";
        font-weight: 900; }

/* news-field
--------------------------- */
.news-field {
  padding: 0 0 8em;
  width: 100%;
  background: white; }

.news-field ul {
  padding: 1em 0 0;
  text-align: left; }

.news-field li {
  position: relative;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

.news-field li a {
  display: block;
  padding: 1em 2em 1em 1em;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0);
  transition: all .2s ease-in-out; }

.news-field li a::after {
  content: url(/common/img/ic_next2.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 0.3em;
  bottom: 0;
  margin: auto;
  width: 1.2em;
  height: 1.2em;
  transition: all .2s ease-in-out; }

.news-field li a:hover {
  background: rgba(163, 126, 57, 0.1); }

.news-field li a:hover::after {
  right: 0;
  width: 1.4em;
  height: 1.4em; }

.news-field li span {
  display: inline-block; }

.news-field li span.list-date {
  width: 7em; }

.btn-link {
  padding: 1.5em 0 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center !important; }

.btn-link a,
.btn-link button {
  display: inline-block;
  margin: 0 auto;
  padding: 1em;
  width: auto;
  min-width: 12em;
  color: #FFF;
  font-size: 1.2em;
  background: #a37e39;
  transition: all .2s ease-in-out;
  border-radius: 0.5em;
  border: none;
  cursor: pointer; }

.btn-link a:hover,
.btn-link button:hover {
  background: #2ba3a3; }

/* picup
--------------------------- */
#puHome {
  background-image: url(/common/img/bg_home_sub.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*スマホに適用するスタイル*/
@media screen and (min-width: 600px) {
  #bgshow {
    background-size: auto 500px; }

  #mvHome h1 {
    padding: 3em 0 0;
    font-size: 1.4rem;
    width: 80%; }

  #mvHome h1 img {
    height: 3.4em; }

  #mvHome h1 span {
    padding: 0.7em 0 4.5em;
    font-size: 1.8em; }

  .mv-products {
    width: 96%; }

  .mv-products article ::after {
    content: "";
    display: block;
    clear: both; }

  .mv-products h2,
  .mv-products ul {
    display: block;
    float: left;
    width: 50%; }

  .mv-products h2 {
    width: 35%;
    min-height: 15em; }

  .mv-products ul {
    padding: 2em 0;
    width: 65%; }

  .mv-products h2 span {
    font-size: 1em;
    border-bottom: none; } }
/*タブレットに適用するスタイル*/
@media screen and (min-width: 960px) {
  #bgshow {
    background-size: auto 650px; }

  /* covid19
  --------------------------- */
  #covid19 li a {
    font-size: 1.3rem; }

  #mvHome h1 {
    padding: 3.5em 0 0;
    width: 90%;
    font-size: 1.6rem; }

  #mvHome h1 img {
    height: 3.6em; }

  #mvHome h1 span {
    padding: 0.7em 0 3.8em;
    font-size: 2.3em;
    line-height: 1.3em; }

  .mv-products .mv-pd1,
  .mv-products .mv-pd2,
  .mv-products .mv-pd3 {
    padding: 0 0.5em 1em; }

  .mv-products .mv-pd1 {
    width: 33.33%; }

  .mv-products .mv-pd2 {
    width: 33.33%; }

  .mv-products .mv-pd3 {
    width: 33.33%; }

  .mv-products h2,
  .mv-products ul {
    width: 100%; }

  .mv-products ul {
    padding: 0 0 2em; }

  #homeCvarea,
  #homeLpSpport,
  #homeBeforeFaq {
    display: block;
    position: fixed;
    right: 0;
    color: #FFF;
    border-radius: 1rem 0 0 1rem;
    z-index: 7777;
    overflow: hidden; }

  #homeCvarea {
    top: 9rem;
    width: 14rem;
    color: #FFF;
    background: rgba(163, 126, 57, 0.9); }

  #homeCvarea dl {
    padding: 0 0 0.5rem;
    text-align: center; }

  #homeCvarea dt {
    padding: 1.5rem 1rem 1rem;
    font-size: 1.2rem;
    font-weight: 400; }

  #homeCvarea dd {
    padding: 0 1rem 0.5rem; }

  #homeCvarea dd a {
    display: block;
    padding: 0 1rem;
    height: 3.2rem;
    color: #a37e39;
    font-size: 1.4rem;
    background: rgba(225, 225, 225, 0.8);
    line-height: 3.2rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out; }

  #homeCvarea dd a:hover {
    background: #FFF; }

  #homeLpSpport,
  #homeBeforeFaq {
    top: 22rem;
    overflow: hidden; }

  #homeLpSpport a,
  #homeBeforeFaq a {
    position: relative;
    display: block;
    width: 14rem;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
    transition: all 0.2s ease-in-out; }

  #homeBeforeFaq a::before {
    position: absolute;
    display: block;
    margin: auto;
    top: 0.8rem;
    right: 0;
    left: 0;
    content: "???";
    font-size: 4rem;
    width: 2em;
    height: 1em;
    line-height: 1em;
    font-weight: 500;
    opacity: 0.3;
    z-index: 0; }

  #homeLpSpport a {
    padding: 2rem;
    background: rgba(52, 104, 134, 0.9); }

  #homeLpSpport a:hover {
    background: #73a3b9; }

  #homeBeforeFaq a {
    padding: 5rem 1.6rem 0.8rem;
    text-align: center;
    background: rgba(40, 63, 131, 0.9); }

  #homeBeforeFaq a:hover {
    background: #283f83; } }
/*PCに適用するスタイル*/
@media screen and (min-width: 1200px) {
  #mvHome h1 {
    width: 100%; } }
