@charset "UTF-8";
/***reset***/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Roboto:wght@500&display=swap");
*, *: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: 4rem 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: white; }

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;
  background: rgba(0, 62, 146, 0.5);
  transition: 0.3s;
  overflow: hidden;
  z-index: 8889; }
  #glhWrapper #divMenuClose {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 62, 146, 0.05);
    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: white;
    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 img, #glhWrapper h1 label img, #glhWrapper p a img, #glhWrapper p label img {
        margin: 0 auto;
        width: auto;
        height: 1.6rem; }
      #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(0, 62, 146, 0.05); }
        #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 h1 a, #glhWrapper h1 label {
      padding: 0.8rem 0; }
      #glhWrapper h1 a img, #glhWrapper h1 label img {
        height: 2.4rem; }
  #glhWrapper p {
    right: 0; }
    #glhWrapper p label {
      float: right; }
  #glhWrapper dl {
    position: relative;
    width: 100%;
    transition: 0.2s;
    background: #003e92;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #glhWrapper dl dt {
      position: relative;
      display: flex;
      width: 100%;
      height: 0;
      font-size: 1.1rem;
      font-weight: 500;
      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.2); }
        #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;
          text-align: center; }
          #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%;
      height: 0;
      overflow: hidden;
      background: rgba(0, 62, 146, 0.9); }
      #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: #003e92;
          line-height: 4rem;
          border-radius: 0.8em;
          background: rgba(255, 255, 255, 0.7); }
        #glhWrapper dl dd h2 a:hover, #glhWrapper dl dd h3 a:hover {
          background: white; }
      #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.2); }
          #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 ~ body {
  overflow: hidden; }

#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; }
  #cbxGlhMenu:checked ~ header #glhWrapper dd {
    height: 100%; }

.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(0, 62, 146, 0.2); }
.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"; }

@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;
    background: white; }
    #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(0, 62, 146, 0);
      border-top: none; }
      #glhWrapper dl dt {
        height: 4rem;
        border-bottom: none;
        overflow: hidden; }
        #glhWrapper dl dt a {
          padding: 0;
          color: #29312f;
          text-align: center; }
          #glhWrapper dl dt a::before {
            display: none; }
          #glhWrapper dl dt a:hover {
            background: rgba(0, 62, 146, 0.05); }
        #glhWrapper dl dt label {
          display: none; }
      #glhWrapper dl dd {
        position: fixed;
        top: 4rem;
        right: 0;
        left: 0;
        padding: 0 4rem;
        width: 100%;
        background: #003e92;
        transition: 0.2s;
        z-index: 8890;
        opacity: 0; }
        #glhWrapper dl dd h2, #glhWrapper dl dd h3 {
          display: none;
          opacity: 1; }
          #glhWrapper dl dd h2 a, #glhWrapper dl dd h2 span, #glhWrapper dl dd h3 a, #glhWrapper dl dd h3 span {
            text-align: center; }
        #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; }

  #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 6em; }
  #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 li:last-child a {
      border-bottom: 1px solid rgba(43, 45, 41, 0.2); }
  #footerEnd p {
    padding: 3em 0 2em;
    font-size: 1rem;
    white-space: nowrap;
    color: rgba(43, 45, 41, 0.7); }

#footerGroup {
  margin: 0 auto;
  color: white;
  font-size: calc(16vw / 1200 * 100);
  text-align: center;
  background: #003e92; }
  #footerGroup .panel {
    padding: 18em 3em 4em; }
    #footerGroup .panel::before {
      display: block;
      margin: auto;
      position: absolute;
      top: 6em;
      right: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 10em;
      background-image: url("/common/img/logo_group.svg");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: 50% 50%; }
    #footerGroup .panel a {
      color: white !important;
      font-weight: 500;
      transition: 0.2s opacity ease-in-out; }
      #footerGroup .panel a:hover {
        opacity: 0.6; }
  #footerGroup li {
    line-height: 1.2em;
    text-align: left; }
    #footerGroup li a, #footerGroup li span {
      padding: 0 1em 0 2em;
      position: relative; }
      #footerGroup li a::before, #footerGroup li span::before {
        display: block;
        content: "";
        position: absolute;
        top: 0.3em;
        left: 0.5em;
        width: 1em;
        height: 1em;
        opacity: 0.6;
        background-image: url("/common/img/lh_new.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto; }
  #footerGroup ol {
    display: flex;
    margin: 0 auto 2em;
    width: 100%;
    border-bottom: 1px solid white; }
    #footerGroup ol li {
      padding: 1em 0.25em;
      width: 50%;
      font-size: 2.4em; }
      #footerGroup ol li:first-child a {
        padding: 0; }
        #footerGroup ol li:first-child a::before {
          display: none; }
      #footerGroup ol li:last-child {
        text-align: right;
        opacity: 0.6; }
  #footerGroup dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.8em; }
  #footerGroup dt {
    position: relative;
    padding: 1em;
    width: 18em;
    background: rgba(255, 255, 255, 0.1); }
    #footerGroup dt span {
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1em;
      font-family: roboto, "Noto Sans JP", sans-serif;
      font-size: 2em;
      font-weight: bold;
      line-height: 1em;
      letter-spacing: 0.1em; }
  #footerGroup dd {
    width: calc(100% - 18em); }
  #footerGroup ul {
    padding: 0 0 0 1em; }
    #footerGroup ul li {
      padding: 0.5em 0;
      font-size: 2em; }

#footerCopy {
  margin: 0 auto;
  text-align: center;
  background: #003e92; }
  #footerCopy p {
    padding: 3em 0 2em;
    font-size: 1rem;
    white-space: nowrap;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

/* 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; }
.nav-light #footerCopy p {
  padding: 3em 0 6em; }

@media screen and (min-width: 610px) {
  #footerEnd ul li:last-child a {
    border-bottom: none; }
  #footerEnd p {
    padding: 3em 0 2em; }

  .nav-light #footerEnd p {
    padding: 3em 0 2em; }
  .nav-light #footerCopy 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 {
    padding: 3em 0 1em;
    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; }

  #footerGroup {
    font-size: 0.6rem; }
    #footerGroup .panel {
      padding: 8em 0 6em 36em;
      width: 98%;
      max-width: 1200px; }
      #footerGroup .panel::before {
        top: 10em;
        right: auto;
        width: 29em;
        height: 10em;
        background-size: 29em auto;
        background-position: 0 0; }
    #footerGroup ul {
      display: flex;
      flex-wrap: wrap; }

  #footerCopy p {
    margin: 0 !important;
    padding: 2em;
    text-align: center; } }
/***layout***/
/*rgba(62,58,52,1)*/
body {
  position: relative;
  text-align: center;
  color: #29312f;
  font-family: 'Noto Sans JP', sans-serif;
  background: #dad6ce url(../images/bg-base.gif) center; }

#glHeader {
  position: absolute !important; }

section h1 {
  margin: 0;
  padding: 3em 0 0.5em;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 300; }
section h2 {
  margin: 0;
  padding: 0 0 4em;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 300; }
  section h2 span.layout-btn {
    display: block;
    margin: 0 auto;
    padding: 2em 0 0; }
    section 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; }
      section h2 span.layout-btn a:hover {
        background: #9c7938; }

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

#prbox {
  display: none; }

.cvarea {
  padding: 1.6rem 0;
  color: white; }
  .cvarea .panel {
    display: flex;
    flex-wrap: wrap;
    width: 90%; }
  .cvarea dl {
    display: none; }
  .cvarea ul {
    width: 100%; }
    .cvarea ul a, .cvarea ul button {
      display: block;
      transition: 0.2s all ease-in-out; }
      .cvarea ul a:hover, .cvarea ul button:hover {
        cursor: pointer; }
    .cvarea ul button {
      font-size: 1.4rem;
      line-height: 1.4em;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #fad689;
      background: #29312f;
      border: none;
      border-radius: 1rem; }
      .cvarea ul button:hover {
        background: rgba(41, 49, 47, 0.7); }
  .cvarea li.trialnew,
  .cvarea li.catalog {
    display: none; }
  .cvarea li.zoom,
  .cvarea li.zoom-nbk,
  .cvarea li.purchase,
  .cvarea li.vup {
    position: relative;
    padding: 0;
    width: 100%; }
    .cvarea li.zoom h2,
    .cvarea li.zoom-nbk h2,
    .cvarea li.purchase h2,
    .cvarea li.vup h2 {
      position: relative;
      padding: 0;
      text-align: center; }
      .cvarea li.zoom h2 em,
      .cvarea li.zoom-nbk h2 em,
      .cvarea li.purchase h2 em,
      .cvarea li.vup h2 em {
        display: block;
        padding: 0 0 0.5rem;
        font-size: 1.6rem;
        line-height: 1em;
        font-style: normal; }
      .cvarea li.zoom h2 strong,
      .cvarea li.zoom-nbk h2 strong,
      .cvarea li.purchase h2 strong,
      .cvarea li.vup h2 strong {
        display: block;
        padding: 0 0 0.6rem;
        font-size: 2.5rem;
        line-height: 1em; }
    .cvarea li.zoom p,
    .cvarea li.zoom-nbk p,
    .cvarea li.purchase p,
    .cvarea li.vup p {
      padding: 0 0 1rem;
      font-size: 1.1rem;
      line-height: 1em; }
    .cvarea li.zoom button,
    .cvarea li.zoom-nbk button,
    .cvarea li.purchase button,
    .cvarea li.vup button {
      margin: 0 auto;
      padding: 0.8rem;
      width: 100%;
      max-width: 400px;
      font-size: 1.6rem;
      line-height: 1.2em; }
      .cvarea li.zoom button span,
      .cvarea li.zoom-nbk button span,
      .cvarea li.purchase button span,
      .cvarea li.vup button span {
        display: block;
        padding: 0 0 0.2rem;
        color: white;
        font-size: 1.1rem;
        line-height: 1em; }
  .cvarea li.purchase {
    padding: 0.5rem 0 0; }
    .cvarea li.purchase br {
      display: none; }

#accper .cvarea {
  background: #2f678d; }

#accstd .cvarea {
  background: #af2e3a; }

#accnpo .cvarea {
  background: #a1312d; }

#accnet .cvarea {
  background: #70695e; }

#psl .cvarea {
  background: #2683a3; }

#sal .cvarea {
  background: #8d9e3d; }

#spr .cvarea {
  background: #005a49; }

#nbk .cvarea {
  background: #009a59; }

.moviebox {
  padding: 0 0 2em;
  margin: 0 auto;
  width: 96%; }
  .moviebox iframe {
    width: 100%;
    height: 60vw;
    max-width: 854px;
    max-height: 480px; }

.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::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 {
        color: #9c7938; }
      .linkarea li a:hover:before {
        left: 2px; }
    .linkarea li.white a {
      color: white; }
      .linkarea li.white a:before {
        content: url(/common/img/arrow24w.svg); }
      .linkarea li.white a:hover {
        color: rgba(255, 255, 255, 0.7); }

#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 {
  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 article a figure {
          display: block;
          position: relative;
          width: 100%;
          margin: auto;
          text-align: center;
          overflow: hidden; }
          .picup .atl-wrap article a figure::before {
            content: "";
            display: block;
            padding-top: 75%; }
          .picup .atl-wrap article a 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;
      overflow: hidden; }
    .picup .detail p {
      display: block;
      padding: 1em 2em 2em 0;
      height: 6.4em;
      line-height: 1.8em;
      color: #9b9b9b;
      overflow: hidden; }

#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,
    #footer a.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 #cpy {
    clear: both;
    margin: 0 auto;
    padding: 6em 0 2em;
    font-size: 12px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif; }

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

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

#accnet #footer button:hover {
  color: #70695e;
  border: 4px solid #70695e; }

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

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

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

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

#nbk #footer button:hover {
  color: #009a59;
  border: 4px solid #009a59; }

@media screen and (min-width: 600px) {
  section h1 {
    font-size: 2.4em; }
  section h2 {
    font-size: 1.2em; }

  #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 .atl-wrap article {
    width: 50%;
    padding: 1em 1em 4em; }

  #footer {
    padding: 6em 0; }
    #footer .panel {
      display: flex; }
    #footer #ft1,
    #footer #ft2,
    #footer #ft3 {
      padding: 0;
      width: 33%;
      overflow: hidden; }
    #footer #ft2,
    #footer #ft3 {
      border-left: 1px solid rgba(41, 49, 47, 0.3); }
    #footer h1 {
      font-size: 1.4rem; }
    #footer p {
      font-size: 1rem;
      line-height: 2em; }
    #footer button,
    #footer a.button {
      height: 5em;
      font-size: 1.2rem;
      border-radius: 1rem;
      cursor: pointer; }
    #footer li a {
      padding: 0 0 0 1.5em;
      font-size: 16px;
      padding: 0 0 0 2em;
      font-size: 0.9em; }
      #footer li a::before {
        position: absolute;
        content: url(/common/images/arrow24.svg);
        left: 0;
        width: 20px;
        height: auto; } }
@media screen and (min-width: 960px) {
  section h1 {
    font-size: 2.8em; }
  section h2 {
    font-size: 1.4em; }

  #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 ul {
      display: inline-block;
      overflow: hidden; }
      #pr ul::after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden; }
    #pr li {
      width: 301px;
      float: left;
      display: inline; }
      #pr li a {
        position: relative;
        display: block;
        width: 300px;
        height: 100px;
        overflow: hidden;
        text-align: center; }
        #pr 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 li a:hover img {
          left: -5%;
          width: 110%; }

  #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; }

  .cvarea {
    padding: 2.4rem 2rem;
    color: white;
   /*
  li.purchase {
  	width: calc(50% - 5rem);
  	width: 50%;
  	height: 7rem;
  }*/ }
    .cvarea .panel {
      width: 100%; }
    .cvarea dl {
      display: inline-block;
      padding: 0.5rem 2rem 0.5rem 0;
      width: 20rem;
      text-align: left;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .cvarea dt {
      display: inline-block;
      width: 100%;
      padding: 0 0 3.5rem;
      font-size: 1.5rem;
      line-height: 1em;
      font-weight: 500; }
    .cvarea dd {
      display: inline-block;
      width: 100%;
      font-size: 1.1rem; }
      .cvarea dd a {
        position: relative;
        display: block;
        padding: 0.8rem 0.8rem 0.8rem 2rem;
        color: rgba(255, 255, 255, 0.7);
        text-align: right;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.7); }
        .cvarea dd a::before {
          content: "\f35a";
          position: absolute;
          margin: auto;
          top: 0;
          left: 0;
          bottom: 0;
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          position: absolute;
          width: 1.6em;
          height: 1em;
          transition: 0.2s all ease-in-out;
          opacity: 0.7; }
        .cvarea dd a:hover {
          color: white; }
          .cvarea dd a:hover::before {
            left: 0.1rem;
            opacity: 1; }
    .cvarea ul {
      width: calc(100% - 20rem);
      padding: 0.5rem 0 0.5rem 2rem;
      display: flex;
      flex-wrap: wrap; }
      .cvarea ul button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 1.4rem;
        line-height: 1.4em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        height: 100%;
        color: #fad689;
        background: #29312f;
        border: none;
        border-radius: 1rem; }
        .cvarea ul button:hover {
          background: rgba(41, 49, 47, 0.7); }
    .cvarea li.zoom,
    .cvarea li.zoom-nbk,
    .cvarea li.purchase,
    .cvarea li.vup {
      position: relative; }
      .cvarea li.zoom button,
      .cvarea li.zoom-nbk button,
      .cvarea li.purchase button,
      .cvarea li.vup button {
        font-size: 1.6rem;
        line-height: 1.2em; }
        .cvarea li.zoom button span,
        .cvarea li.zoom-nbk button span,
        .cvarea li.purchase button span,
        .cvarea li.vup button span {
          display: block;
          padding: 0 0 0.4rem;
          color: white;
          font-size: 1.1rem;
          line-height: 1em; }
    .cvarea li.zoom,
    .cvarea li.zoom-nbk {
      padding: 0 9rem 0 0;
      width: calc(100% - 10rem); }
      .cvarea li.zoom h2,
      .cvarea li.zoom-nbk h2 {
        position: relative;
        padding: 0 8rem 0 0;
        text-align: left; }
        .cvarea li.zoom h2 em,
        .cvarea li.zoom-nbk h2 em {
          display: block;
          padding: 0 0 0.5rem;
          font-size: 1.6rem;
          line-height: 1em;
          font-style: normal;
          text-align: left; }
        .cvarea li.zoom h2 strong,
        .cvarea li.zoom-nbk h2 strong {
          display: block;
          padding: 0 0 0.6rem;
          font-size: 2.5rem;
          line-height: 1em;
          text-align: left; }
      .cvarea li.zoom p,
      .cvarea li.zoom-nbk p {
        padding: 0 8rem 0 0;
        text-align: left;
        font-size: 1.1rem;
        line-height: 1em; }
      .cvarea li.zoom button,
      .cvarea li.zoom-nbk button {
        width: 16rem; }
    .cvarea li.vup {
      margin: 0 0 0 1rem;
                   /*
width: calc(50% - 6rem);*/
      width: calc(50% - 1rem); }
    .cvarea li.catalog, .cvarea li.purchase {
      display: inline-block;
      position: relative;
      width: 10rem; }
      .cvarea li.catalog button, .cvarea li.purchase button {
        width: 9rem;
        font-size: 1.2rem;
        line-height: 1.2em; }
    .cvarea li.trialnew {
      display: inline-block;
      padding: 0 0 1.6rem;
      width: 100%; }
      .cvarea li.trialnew a {
        padding: 1.6rem;
        font-size: 2.4rem;
        line-height: 1em;
        background: white;
        text-align: center;
        border-radius: 1rem;
        font-weight: 500; }
        .cvarea li.trialnew a:hover {
          background: rgba(255, 255, 255, 0.7); }
    .cvarea li.purchase {
      padding: 0 0 1rem; }
      .cvarea li.purchase br {
        display: block; }

  #accper li.trialnew a {
    color: #2f678d; }

  #accstd li.trialnew a {
    color: #af2e3a; }

  #accnpo li.trialnew a {
    color: #a1312d; }

  #accnet li.trialnew a {
    color: #70695e; }

  #psl li.trialnew a {
    color: #2683a3; }

  #sal li.trialnew a {
    color: #8d9e3d; }

  #spr li.trialnew a {
    color: #005a49; }

  #nbk li.trialnew {
    padding: 0 0 1rem; }
    #nbk li.trialnew a {
      color: #009a59; }

  .col2box,
  .col3box,
  .col4box {
    margin: 0 auto;
    padding: 0 5%;
    width: 100%; }
    .col2box dl,
    .col3box dl,
    .col4box dl {
      float: left;
      display: block;
      width: 100%; }
    .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; }

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

  .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; }

  #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 .atl-wrap {
    padding: 3em 0; }
    .picup .atl-wrap article {
      width: 33.33%; }

  /* min setting
  --------------------------- */
  #accper .cvbtns button,
  #accstd .cvbtns button,
  #accnet .cvbtns button,
  #accnpo .cvbtns button,
  #psl .cvbtns button,
  #sal .cvbtns button,
  #spr .cvbtns button,
  #nbk .cvbtns button {
    color: white; } }
#prdMenu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  width: 100%;
  min-height: 4rem;
  text-align: center;
  transition: all .6s ease-in-out;
  z-index: 6666 !important; }
  #prdMenu .panel {
    position: relative;
    max-width: 1100px !important; }
  #prdMenu ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 4rem 0 0;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: all .6s ease-in-out; }
    #prdMenu ul li {
      margin: 0 auto;
      width: 100%;
      padding: 0;
      transition: all .2s ease-in-out;
      overflow: hidden; }
      #prdMenu ul li a {
        position: relative;
        display: block;
        padding: 0 2em 0 1em;
        width: 100%;
        height: 100%;
        color: white;
        font-size: 1em;
        line-height: 4rem; }
        #prdMenu ul li a::after {
          content: url(/common/img/ic_next.svg);
          position: absolute;
          display: block;
          margin: auto;
          top: 0;
          right: 0.5em;
          bottom: 0;
          width: 1em;
          height: auto; }
        #prdMenu ul li a:hover {
          background: rgba(41, 49, 47, 0.2); }
      #prdMenu ul li.menu-logo, #prdMenu ul li.menu-btn {
        display: block;
        position: absolute;
        padding: 0;
        top: 0;
        width: 50%;
        height: 4rem !important;
        border: none;
        opacity: 1 !important; }
      #prdMenu ul li.menu-logo {
        left: 0;
        text-align: left; }
        #prdMenu ul li.menu-logo a:hover {
          background: transparent !important; }
          #prdMenu ul li.menu-logo a:hover img {
            opacity: 0.7; }
        #prdMenu ul li.menu-logo a::after {
          content: none; }
        #prdMenu ul li.menu-logo img {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 1em;
          width: auto;
          height: 2em; }
      #prdMenu ul li.menu-btn {
        right: 0;
        text-align: right; }
      #prdMenu ul li.menu-sub {
        text-align: right; }
    #prdMenu ul.nav-open li {
      opacity: 1;
      height: 4rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    #prdMenu ul.nav-close li {
      opacity: 0;
      height: 0;
      border-bottom: 0px solid rgba(255, 255, 255, 0.7); }

#accper #prdMenu {
  background: #2f678d; }
  #accper #prdMenu li {
    background: #2f678d; }

#accstd #prdMenu {
  background: #af2e3a; }
  #accstd #prdMenu li {
    background: #af2e3a; }

#accnpo #prdMenu {
  background: #a1312d; }
  #accnpo #prdMenu li {
    background: #a1312d; }

#accnet #prdMenu {
  background: #70695e; }
  #accnet #prdMenu li {
    background: #70695e; }

#psl #prdMenu {
  background: #2683a3; }
  #psl #prdMenu li {
    background: #2683a3; }

#sal #prdMenu {
  background: #8d9e3d; }
  #sal #prdMenu li {
    background: #8d9e3d; }

#spr #prdMenu {
  background: #005a49; }
  #spr #prdMenu li {
    background: #005a49; }

#nbk #prdMenu {
  background: #009a59; }
  #nbk #prdMenu li {
    background: #009a59; }

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

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

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

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

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

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

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

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

#prdMenuSub {
  position: sticky;
  top: 4rem;
  right: 0;
  left: 0;
  width: 100%;
  background: #9c7938;
  z-index: 6665; }
  #prdMenuSub ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: auto;
    max-width: 1000px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  #prdMenuSub li {
    border-right: 1px solid rgba(41, 49, 47, 0.2); }
    #prdMenuSub li a, #prdMenuSub li label, #prdMenuSub li button, #prdMenuSub li span {
      position: relative;
      display: block;
      padding: 1.2rem 1.6rem 1.6rem;
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.2rem;
      line-height: 1em;
      min-width: 8rem;
      white-space: nowrap;
      cursor: pointer; }
      #prdMenuSub li a:hover, #prdMenuSub li label:hover, #prdMenuSub li button:hover, #prdMenuSub li span:hover {
        background: rgba(41, 49, 47, 0.2); }
      #prdMenuSub li a::after, #prdMenuSub li label::after, #prdMenuSub li button::after, #prdMenuSub li span::after {
        content: "\f0dd";
        display: block;
        font-family: 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
        font-weight: 900;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 0.8em;
        line-height: 1.6rem; }
    #prdMenuSub li span {
      background: rgba(41, 49, 47, 0.2); }

@media screen and (min-width: 960px) {
  #prdMenu {
    min-height: 5rem; }
    #prdMenu ul {
      justify-content: flex-end;
      width: 100%;
      padding: 0;
      max-width: 1100px !important;
      height: 5rem;
      text-align: left;
      overflow: hidden; }
      #prdMenu ul li {
        margin: 0;
        width: auto;
        padding: 0;
        transition: all .2s ease-in-out;
        overflow: hidden; }
        #prdMenu ul li a {
          padding: 0 2rem 0 2rem;
          width: auto;
          height: 5rem;
          color: white;
          font-size: 1.2rem;
          line-height: 5rem;
          text-align: left; }
          #prdMenu ul li a::after {
            margin: auto;
            top: 0;
            right: auto;
            bottom: 0;
            left: 0.5em; }
        #prdMenu ul li.menu-logo, #prdMenu ul li.menu-btn {
          display: block;
          position: absolute;
          padding: 0;
          top: 0;
          height: 5rem !important;
          border: none; }
        #prdMenu ul li.menu-logo {
          width: 16rem;
          height: 5rem;
          left: 0; }
          #prdMenu ul li.menu-logo img {
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 1em;
            width: auto;
            height: 2em; }
        #prdMenu ul li.menu-btn {
          display: none; }
        #prdMenu ul li.menu-sub {
          display: none; }
      #prdMenu ul.nav-open li, #prdMenu ul.nav-close li {
        opacity: 1;
        height: 5rem;
        border-bottom: 0px solid rgba(255, 255, 255, 0.7); }

  #accper #prdMenu li,
  #accstd #prdMenu li,
  #accnet #prdMenu li,
  #accnpo #prdMenu li,
  #psl #prdMenu li,
  #sal #prdMenu li,
  #spr #prdMenu li,
  #nbk #prdMenu li {
    background: transparent; }

  #prdMenuSub {
    top: 5rem; }
    #prdMenuSub ul {
      border-left: 1px solid rgba(41, 49, 47, 0.2);
      overflow-x: inherit; } }
/* Preload images */
body:after {
  content: url(/common/img/close.png) url(/common/img/loading.gif) url(/common/img/prev.png) url(/common/img/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 6px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 10px; }

.lb-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  width: 36px;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/common/img/loading.gif) no-repeat;
  background-size: cover; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/common/img/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/common/img/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 10px;
  *zoom: 1;
  width: 100%;
  border-radius: 0 0 9px 9px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/common/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

header#glHeader {
  position: absolute; }

/* output
--------------------------- */
#output {
  height: auto;
  background: #FFF; }
  #output .panel {
    text-align: center; }
  #output .col2box dl,
  #output .col3box dl {
    padding: 0 0 2em; }
  #output dt {
    display: block;
    font-size: 13px;
    padding: 0 0 0.5em; }
    #output dt span {
      font-size: 0.8em; }
  #output dd {
    text-align: center; }
  #output span.stext {
    font-size: 13px; }
  #output .col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0 1em 2em;
    width: 100%;
    max-width: 300px; }
    #output .col3 dl {
      padding: 0 0 2em;
      width: 100%; }
    #output .col3 dd img {
      width: 100%;
      height: auto; }

/* listbox
--------------------------- */
#listbox {
  clear: both;
  height: auto;
  background: #FFF; }
  #listbox .panel {
    margin: 0 auto;
    padding: 0 0 5rem;
    text-align: center; }
  #listbox h1 {
    margin: 0 3%;
    padding: 3em 0 0.5em;
    font-size: 1.6em;
    border-bottom: 1px solid #9c7938; }
  #listbox dl {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    padding: 3em 5% 0; }
  #listbox dt {
    padding: 1em 3% 1em 0;
    width: 28%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: left;
    color: rgba(41, 49, 47, 0.7); }
    #listbox dt strong {
      font-size: 1.2em;
      white-space: nowrap; }
  #listbox dd {
    padding: 1em 0 1em 3%;
    width: 72%;
    color: rgba(41, 49, 47, 0.6);
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: left;
    border-left: 1px solid rgba(41, 49, 47, 0.2); }
    #listbox dd strong {
      font-size: 1.2em; }
      #listbox dd strong::after {
        content: " / "; }
    #listbox dd span {
      display: block;
      line-height: 1.2em;
      padding: 0 0 1em; }
      #listbox dd span.stext {
        display: block;
        padding: 1em 0 0 0;
        font-size: 0.9em;
        line-height: 1.1em; }
    #listbox dd ruby {
      font-size: 0.6em;
      font-weight: 400; }
  #listbox table {
    margin: 4em auto;
    width: 90%;
    border-top: 1px solid rgba(41, 49, 47, 0.1); }
  #listbox th {
    padding: 1em;
    width: 13rem;
    white-space: nowrap;
    color: rgba(41, 49, 47, 0.7);
    text-align: left;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.4rem;
    background: rgba(41, 49, 47, 0.1);
    border-bottom: 1px solid white; }
  #listbox td {
    padding: 1em;
    color: rgba(41, 49, 47, 0.6);
    font-size: 1em;
    line-height: 1.8rem;
    text-align: left;
    border-bottom: 1px solid rgba(41, 49, 47, 0.1);
    border-right: 1px solid rgba(41, 49, 47, 0.1); }

/* pdfBox
--------------------------- */
#pdfBox {
  clear: both;
  margin: 0 auto;
  padding: 0 0 8rem;
  background: #FFF; }

#pdfBox h1 {
  margin: 0 3% 3rem;
  padding: 3em 0 0.5em;
  font-size: 1.6em;
  border-bottom: 1px solid #9c7938; }

#pdfBox h2 {
  position: relative;
  padding: 10rem 0 1em;
  font-size: 1.8rem; }

.saag-privilege h2::before {
  content: url(/common/images/ic_prd19.svg);
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  width: 100%; }

#pdfBox h2 + figure {
  margin: 0 auto;
  width: 75%;
  max-width: 500px; }

#pdfBox h2 + figure.img-pkg {
  widows: 40%;
  max-width: 250px; }

#pdfBox h2 + figure img {
  width: 100%;
  height: auto; }

#pdfBox h3 {
  padding: 3em 0 1em;
  font-size: 1.4rem;
  font-weight: 400; }

#pdfBox p {
  padding: 0 1.5rem 2rem;
  font-size: 1rem;
  line-height: 2em;
  text-align: left; }

#pdfBox dl {
  margin: 0 auto;
  padding: 3rem 0;
  width: 90%; }

#pdfBox dt {
  color: #FFF;
  background: #988b59;
  font-size: 1.5rem;
  padding: 0.5rem 0; }

#pdfBox dd:last-child {
  padding: 3rem 0; }

#pdfBox dd iframe {
  width: 100%;
  border: 1px solid #988b59; }

#pdfBox dd button {
  padding: 0.5em 1.5em;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: -1px 0 0.5rem #76704c;
  border: 1px solid #76704c;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #76704c; }

#pdfBox dd button:hover {
  color: white;
  background: #988b59; }

#pdfBox dd button span {
  display: block;
  padding: 0 0 0.5rem;
  font-size: 1rem; }

.fgr-entrypack {
  display: flex;
  margin: 0 auto;
  padding: 2rem 0;
  width: 80%; }

.fgr-entrypack figure img {
  width: 100%; }

/*スマホに適用したいスタイル*/
@media screen and (min-width: 600px) {
  /* output
  --------------------------- */
  #output .col3 {
    max-width: 600px; }
    #output .col3 dl {
      padding: 0 1em 4em;
      width: 50%; }

  /* listbox
  --------------------------- */
  #listbox h1 {
    font-size: 2.2em; }
  #listbox dl {
    padding: 3em 10% 0; }
  #listbox dt {
    padding: 1em 3% 1em 0;
    width: 24%;
    font-size: 1.2em; }
    #listbox dt strong {
      font-size: 1.4em; }
  #listbox dd {
    padding: 1em 0 1em 3%;
    width: 76%;
    color: rgba(41, 49, 47, 0.6);
    font-size: 1em;
    text-align: left;
    border-left: 1px solid rgba(41, 49, 47, 0.2); }
    #listbox dd strong {
      display: block;
      font-size: 1.4em; }
  #listbox table {
    width: 80%; }
  #listbox th {
    font-size: 1.2rem; }
  #listbox td {
    font-size: 1.1rem; }

  /* pdfBox
  --------------------------- */
  #pdfBox h1 {
    font-size: 2.2em; }

  #pdfBox p {
    font-size: 1.2rem;
    text-align: center; }

  #pdfBox p span {
    display: block; }

  #pdfBox dl {
    width: 70%; }

  /*タブレットに適用したいスタイル*/ }
@media screen and (min-width: 960px) {
  /* output
  --------------------------- */
  #output .col3 {
    max-width: 900px; }
    #output .col3 dl {
      width: 33.33%; }

  /* 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; }

  #listbox h1 {
    font-size: 30px; }
  #listbox dl {
    padding: 3em 15% 0; }
  #listbox dt {
    padding: 1em 3% 1em 0;
    width: 24%; }
  #listbox dd {
    padding: 1em 0 1em 3%;
    width: 76%;
    color: rgba(41, 49, 47, 0.6);
    line-height: 1.5em;
    text-align: left;
    border-left: 1px solid rgba(41, 49, 47, 0.2); }
  #listbox table {
    width: 80%; }
  #listbox th {
    width: 18rem; }
  #listbox td {
    font-size: 1.2rem; }

  #pdfBox h1 {
    font-size: 30px; }

  /*デスクトップに適用したいスタイル*/ }
@media screen and (min-width: 1281px) {
  /*横馬場の広いデスクトップに適用したいスタイル*/ }
