@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");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&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; }

#prdTop {
  position: relative;
  color: white;
  z-index: 1111; }
  #prdTop::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1112; }
  #prdTop .panel {
    position: relative;
    width: 100%;
    max-width: 1000px;
    z-index: 1113; }

#accper #prdTop {
  border-top: 1.6rem solid #2f678d;
  background: url("/common/img/main_accper.jpg") center bottom/cover no-repeat fixed; }

#accstd #prdTop {
  border-top: 1.6rem solid #af2e3a;
  background: url("/common/img/main_accstd.jpg") center top/cover no-repeat fixed; }

#accnpo #prdTop {
  border-top: 1.6rem solid #a1312d;
  background: url("/common/img/main_accnpo.jpg") center bottom/cover no-repeat fixed; }

#accnet #prdTop {
  border-top: 1.6rem solid #70695e;
  background: url("/common/img/main_accnet.jpg") center bottom/cover no-repeat fixed; }

#psl #prdTop {
  border-top: 1.6rem solid #2683a3;
  background: url("/common/img/main_psl.jpg") center bottom/cover no-repeat fixed; }

#sal #prdTop {
  border-top: 1.6rem solid #8d9e3d;
  background: url("/common/img/main_sal.jpg") center bottom/cover no-repeat fixed; }

#spr #prdTop {
  border-top: 1.6rem solid #005a49;
  background: url("/common/img/main_spr.jpg") center bottom/cover no-repeat fixed; }

#nbk #prdTop {
  border-top: 1.6rem solid #009a59;
  background: url("/common/img/main_nbk.jpg") center top/cover no-repeat fixed; }

#topTitle {
  position: relative;
  margin: 0 auto;
  padding: 3rem 0 2rem;
  width: 90%;
  max-width: 520px;
  text-align: left; }
  #topTitle #prdNo1 {
    position: absolute;
    top: 3rem;
    right: 0; }
    #topTitle #prdNo1 a {
      display: block;
      width: 7rem;
      height: 7rem;
      text-align: center;
      background: #fad689;
      border-radius: 4rem;
      overflow: hidden; }
      #topTitle #prdNo1 a span {
        display: block;
        padding: 0.3rem 0 0;
        font-size: 0.8rem;
        line-height: 1em;
        font-weight: 500; }
      #topTitle #prdNo1 a strong {
        display: block;
        padding: 0;
        font-size: 1.8rem;
        line-height: 1em;
        font-weight: 500; }
      #topTitle #prdNo1 a::before {
        display: block;
        padding: 1rem 0 0;
        width: 100%;
        text-align: center;
        content: "\f521";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        font-size: 2rem;
        line-height: 1em; }
      #topTitle #prdNo1 a:hover {
        color: rgba(41, 49, 47, 0.7); }
    #topTitle #prdNo1 em {
      display: block;
      padding: 0;
      font-size: 0.7rem;
      line-height: 1.3em;
      font-style: normal;
      text-align: center;
      width: 100%; }
  #topTitle #prdJa {
    position: absolute;
    top: 3rem;
    right: 0; }
    #topTitle #prdJa figure {
      display: block;
      width: 7rem;
      height: 7rem;
      color: white;
      text-align: center;
      background: #009a59;
      border-radius: 4rem;
      overflow: hidden; }
      #topTitle #prdJa figure img {
        margin: 1rem auto 0;
        padding: 0;
        width: auto;
        height: 1.8rem; }
      #topTitle #prdJa figure figcaption {
        display: block;
        padding: 0.3rem 0 0;
        font-size: 1.4rem;
        line-height: 1em;
        font-weight: 500; }
      #topTitle #prdJa figure span {
        display: block;
        padding: 0.1rem 0 0;
        font-size: 0.8rem; }
  #topTitle h1 {
    padding: 0;
    width: 100%;
    font-size: 1rem; }
    #topTitle h1 figure {
      padding: 0 0 2rem; }
      #topTitle h1 figure img {
        width: auto;
        height: 5rem; }
    #topTitle h1 span {
      display: inline-block;
      margin: 0 0 1em;
      padding: 0.5em 0.5em;
      font-size: 1.4em;
      line-height: 1em;
      white-space: nowrap;
      border: 3px solid white;
      font-weight: 500; }
    #topTitle h1 strong {
      display: block;
      margin: 0;
      padding: 0 0 0.5em;
      font-size: 2.3em;
      line-height: 1.3em;
      text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
                                        /*
&::before {content: $h1temp;}*/ }
  #topTitle ol.tags {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    #topTitle ol.tags li {
      padding: 0 0.8rem 0.8rem 0; }
      #topTitle ol.tags li a, #topTitle ol.tags li span {
        display: block;
        padding: 0.8rem 1.2rem;
        color: #29312f;
        font-size: 1.4rem;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 0.4rem; }
  #topTitle p {
    width: 100%;
    padding: 1.5em 0 1.5em;
    font-size: 1.1rem;
    line-height: 1.4em;
    font-weight: 500; }
  #topTitle ul {
    padding: 0 0 1rem; }
    #topTitle ul li a {
      position: relative;
      display: block;
      margin: 0.2em 0 0;
      padding: 1.6rem 3.5rem 1.6rem 2.5rem;
      color: white;
      font-size: 1.6rem;
      background: #86ad43;
      border-radius: 3rem;
      font-weight: 500;
      box-shadow: 0 0 0 rgba(41, 49, 47, 0.7);
      transition: 0.3s all ease-in-out;
      text-align: left; }
      #topTitle ul li a:hover {
        margin: 0 0 0.2em;
        background: rgba(134, 173, 67, 0.7);
        text-shadow: 0 0.1em 0.2em rgba(41, 49, 47, 0.5);
        box-shadow: 0 0.2em 0 rgba(41, 49, 47, 0.7); }
      #topTitle ul li a:active {
        margin: 0 0 0.2em;
        background: #86ad43;
        text-shadow: 0 0.2em 0.1em #86ad43;
        box-shadow: 0 0.2em 0 rgba(41, 49, 47, 0.7); }
      #topTitle ul li a::after {
        content: "\f138";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0.5rem;
        bottom: 0;
        display: block;
        width: 5rem;
        height: 1em;
        color: rgba(41, 49, 47, 0.7);
        text-align: center;
        opacity: 0.5;
        transition: 0.6s all ease-in-out;
        text-shadow: 0 0 0 rgba(134, 173, 67, 0); }
      #topTitle ul li a:hover::after {
        opacity: 1;
        right: 0;
        color: white; }

#accper #topTitle h1 figure img {
  height: 6rem; }

#psl #topTitle h1 strong::before {
  content: none; }
#psl #topTitle h1 figure img {
  height: 3.6rem; }

#nbk #topTitle h1 strong::before {
  content: "通帳の転記が自動化できる"; }
#nbk #topTitle h1 figure img {
  height: 3.6rem; }

#topButtons {
  display: none; }

#prdIntro {
  background: white; }
  #prdIntro .panel {
    position: relative;
    padding: 6rem 1.6rem; }
  #prdIntro figure {
    position: relative;
    width: 100%;
    padding: 0 0 1.6rem; }
    #prdIntro figure img {
      margin: 0 auto;
      width: 75%;
      max-width: 260px;
      height: auto; }
  #prdIntro figcaption {
    position: relative;
    display: block;
    margin: -3rem auto 0;
    width: 14rem;
    color: #fad689;
    background: #29312f; }
    #prdIntro figcaption em {
      display: block;
      padding: 1rem 0 0.5rem;
      font-size: 0.9rem;
      font-style: normal;
      font-weight: 300; }
    #prdIntro figcaption strong {
      display: block;
      padding: 0;
      font-size: 2.6rem;
      font-family: 'Roboto', sans-serif;
      line-height: 1em;
      font-weight: 500; }
      #prdIntro figcaption strong::after {
        content: "円";
        font-size: 1.2rem;
        padding-left: 0.2em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    #prdIntro figcaption span {
      display: block;
      padding: 0 0 1rem;
      font-size: 0.6rem;
      font-style: normal;
      font-weight: 300; }
    #prdIntro figcaption::after {
      content: "";
      position: absolute;
      top: -2rem;
      left: 50%;
      margin-left: -1rem;
      border: 1rem solid transparent;
      border-bottom: 1rem solid #29312f; }
  #prdIntro h1 {
    padding: 0 0 1rem;
    font-size: 2.4rem;
    line-height: 1.4em;
    font-weight: 500;
    text-align: left; }
  #prdIntro h2 {
    padding: 1.5em 0 1rem;
    font-size: 2.2rem;
    line-height: 1.4em;
    text-align: left;
    font-weight: 500; }
    #prdIntro h2::before {
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      content: "\f559";
      padding-right: 0.3em;
      font-size: 2.4rem; }
  #prdIntro p {
    padding: 0 0 1em;
    font-size: 1.3rem;
    line-height: 1.8em;
    text-align: left; }
  #prdIntro #pslInfo {
    display: block;
    padding: 1.6rem 0; }
    #prdIntro #pslInfo img {
      width: 100%;
      height: auto; }
      #prdIntro #pslInfo img.pc {
        display: none; }
      #prdIntro #pslInfo img.smp {
        display: block; }

#bnrInfo {
  display: block;
  margin: 0;
  padding: 0 1.6rem 3.2rem;
  width: 100%;
  background: #FFF; }
  #bnrInfo a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 728px; }
    #bnrInfo a img {
      width: 100%;
      height: auto; }
      #bnrInfo a img.pc {
        display: none; }
      #bnrInfo a img.smp {
        display: block; }

.bnrbox {
  display: block;
  padding: 2rem 1rem 1rem;
  width: 100%;
  text-align: center;
  background: #F3F3F3; }
  .bnrbox li {
    margin: 0 auto;
    padding: 0 0 1rem;
    width: 100%;
    max-width: 728px;
    text-align: center; }
    .bnrbox li a {
      display: block;
      width: 100%; }
      .bnrbox li a img {
        width: 100%;
        height: auto; }
        .bnrbox li a img.pc {
          display: none; }
        .bnrbox li a img.smp {
          display: block; }

#accper #prdIntro h1,
#accper #prdIntro h2::before {
  color: #2f678d; }

#accstd #prdIntro h1,
#accstd #prdIntro h2::before {
  color: #af2e3a; }

#accnpo #prdIntro h1,
#accnpo #prdIntro h2::before {
  color: #a1312d; }

#accnet #prdIntro h1,
#accnet #prdIntro h2::before {
  color: #70695e; }

#psl #prdIntro h1,
#psl #prdIntro h2::before {
  color: #2683a3; }

#psl
#prdIntro .panel {
  max-width: 1200px; }

#sal #prdIntro h1,
#sal #prdIntro h2::before {
  color: #8d9e3d; }

#spr #prdIntro h1,
#spr #prdIntro h2::before {
  color: #005a49; }

#nbk #prdIntro h1,
#nbk #prdIntro h2::before {
  color: #009a59; }

#funknew {
  padding: 0 0 6rem; }
  #funknew h2 {
    padding: 0 0 2em !important; }
    #funknew h2 span {
      white-space: nowrap; }
  #funknew p strong img {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
    height: auto; }
  #funknew p figure {
    display: block;
    width: 100%; }
    #funknew p figure span {
      display: block;
      margin: 0 auto;
      width: 18%;
      min-width: 10rem;
      max-width: 18rem;
      overflow: hidden;
      border-radius: 0.5em; }
      #funknew p figure span img {
        widows: 100%;
        height: auto; }
    #funknew p figure figcaption {
      display: block;
      padding: 1rem 0 0;
      color: #005a49;
      font-weight: 500; }

#funcmynum {
  padding: 0 0 6rem; }
  #funcmynum h1 em {
    display: block;
    margin: 0 auto 1rem;
    padding: 0 !important;
    width: 10%;
    height: auto;
    line-height: 1em;
    min-width: 6rem;
    max-width: 10rem;
    overflow: hidden;
    border-radius: 0.5em;
    background: white;
    box-shadow: 0 0.2em 0.5em rgba(41, 49, 47, 0.2); }
    #funcmynum h1 em img {
      width: 100%;
      height: auto; }
  #funcmynum h1 strong {
    color: #2683a3;
    font-weight: 500; }
  #funcmynum h1 span {
    white-space: nowrap; }
  #funcmynum h2 {
    padding: 0 0 2em !important; }
  #funcmynum p img {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
    height: auto; }

#pickupMlink {
  /*background:url(/common/images/prd_bg_ml.png) no-repeat center;
  background-size:cover;
	background-attachment: fixed;*/ }
  #pickupMlink h1 {
    padding: 3em 0 1em; }
    #pickupMlink h1 span {
      white-space: nowrap; }

#mlPromotion1 {
  padding: 4rem 0; }
  #mlPromotion1 h2 {
    padding: 0 0 1em;
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: 500;
    color: #e95532; }
  #mlPromotion1 p {
    position: relative;
    display: block;
    margin: 0 auto 3rem;
    padding: 1rem 0;
    text-align: left;
    width: 90%;
    font-size: 1.1rem;
    line-height: 1.8em;
    /*background: $white2;*/
    border-radius: 1rem; }
    #mlPromotion1 p span {
      display: block;
      padding: 0 0 1rem;
      width: 100%;
      text-align: center; }
    #mlPromotion1 p img {
      margin: 0 auto;
      width: auto;
      height: 3rem; }
  #mlPromotion1 .figurebox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 85%;
    max-width: 500px; }
    #mlPromotion1 .figurebox figure {
      width: 100%; }
      #mlPromotion1 .figurebox figure:first-child {
        padding: 0 0 1rem; }
      #mlPromotion1 .figurebox figure img {
        width: 100%;
        height: auto; }

#mlPromotion2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 3rem;
  max-width: 800px; }
  #mlPromotion2 h3 {
    width: 100%; }
    #mlPromotion2 h3 span {
      display: inline-block;
      margin: 0 auto;
      padding: 1.6rem 3.2rem;
      color: white;
      font-size: 1.4rem;
      line-height: 1.4em;
      font-weight: 300;
      border-radius: 6rem;
      background: #e95532; }
  #mlPromotion2 figure {
    display: block;
    padding: 2rem 0 1rem;
    width: 100%; }
    #mlPromotion2 figure img {
      margin: 0 auto;
      width: 90%;
      max-width: 600px;
      height: auto; }
  #mlPromotion2 dl {
    position: relative;
    width: 90%;
    max-width: 500px;
    min-height: 8rem;
    margin: 0 auto;
    padding: 0 0 1rem 7rem; }
    #mlPromotion2 dl::before {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      width: 6rem;
      height: 6rem;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 5rem;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      overflow: hidden; }
    #mlPromotion2 dl.img01::before {
      background-image: url("/common/img/img_pickupmlink04.jpg"); }
    #mlPromotion2 dl.img02::before {
      background-image: url("/common/img/img_pickupmlink05.jpg"); }
    #mlPromotion2 dl.img03::before {
      background-image: url("/common/img/img_pickupmlink06.jpg"); }
  #mlPromotion2 dt {
    padding: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #e95532;
    font-weight: 500;
    text-align: left; }
  #mlPromotion2 dd {
    padding: 0;
    line-height: 2em;
    text-align: left; }

#mlPromotion3 h2 {
  padding: 0 0 1em;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #e95532; }
  #mlPromotion3 h2 img {
    margin: 0 auto;
    width: auto;
    height: 4rem; }
  #mlPromotion3 h2 span {
    display: block;
    padding: 1rem 0 0; }
#mlPromotion3 figure {
  position: relative;
  margin: 0 auto;
  padding: 0 0 6rem;
  width: 90%; }
  #mlPromotion3 figure img {
    margin: 0 auto;
    width: 90%;
    height: auto; }
  #mlPromotion3 figure figcaption {
    position: relative;
    width: 100%;
    margin: -3.2rem 0 0;
    padding: 1.6rem;
    font-size: 1.1rem;
    text-align: left;
    line-height: 2em;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.8em;
    box-shadow: 0 0 1rem rgba(41, 49, 47, 0.2); }
    #mlPromotion3 figure figcaption em {
      color: #e95532;
      font-weight: 500;
      font-style: normal; }

#mlVoice {
  position: relative;
  margin: 0 auto 6rem;
  padding: 1rem 1.6rem;
  color: #29312f;
  width: 90%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.6rem;
  text-align: left; }
  #mlVoice h2 {
    padding: 1em 9rem 0.5em 0;
    font-size: 1.7rem;
    line-height: 1.6em; }
    #mlVoice h2 span {
      display: inline-block;
      margin: 0 0 0.5rem;
      padding: 0 2rem;
      color: white;
      background: #e95532;
      border-radius: 3rem; }
    #mlVoice h2 strong {
      display: block; }
  #mlVoice figure {
    position: absolute;
    top: 2.8rem;
    right: 1.6rem;
    left: auto;
    display: block;
    width: 8rem;
    min-height: 8rem; }
    #mlVoice figure img {
      width: 100%;
      height: auto; }
    #mlVoice figure figcaption {
      display: none;
      padding: 0.5rem 0 0;
      font-size: 0.8rem;
      line-height: 1.8em;
      font-weight: 500;
      text-align: left; }
  #mlVoice p {
    padding: 0 0 2rem;
    font-size: 1.2em;
    line-height: 2em;
    text-align: left; }

#accper #mlVoice figure figcaption span {
  display: none; }

#sctMovie {
  padding: 0; }
  #sctMovie video {
    width: 100%;
    height: auto; }

#invoice .panel {
  margin: 0 auto;
  width: 90%;
  max-width: 700px; }

#invoiceAcc p,
#invoiceSal p {
  margin: 0 auto;
  padding: 0 0 1em;
  font-size: 1.4rem;
  line-height: 2em;
  text-align: left; }

#invoiceAcc {
  display: none; }
  #invoiceAcc figure {
    margin: 0 auto;
    padding: 3rem 0;
    width: 75%;
    max-width: 500px; }
    #invoiceAcc figure img {
      width: 100%;
      height: auto; }

#invoiceSal {
  display: none; }

#invoiceSalBox {
  margin: 0 auto;
  padding: 0 0 1.6rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px; }
  #invoiceSalBox h2 {
    padding: 1em 0 1em;
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #8d9e3d;
    font-weight: 500;
    width: 100%; }
  #invoiceSalBox dl {
    position: relative;
    padding: 0 0 1.6rem 9.6rem;
    width: 100%;
    min-height: 11.2rem; }
    #invoiceSalBox dl::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 8rem;
      height: 8rem;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid #CCC; }
    #invoiceSalBox dl.img01::before {
      background-image: url("/common/img/img_invoice03.jpg"); }
    #invoiceSalBox dl.img02::before {
      background-image: url("/common/img/img_invoice04.jpg"); }
    #invoiceSalBox dl.img03::before {
      background-image: url("/common/img/img_invoice05.jpg"); }
  #invoiceSalBox dt {
    padding: 0 0 0.8rem;
    font-size: 1.3rem;
    line-height: 1.3em;
    font-weight: 500;
    text-align: left; }
  #invoiceSalBox dd {
    font-size: 1.2rem;
    line-height: 1.8em;
    text-align: left; }

#invoiceBox {
  position: relative;
  margin: 3rem auto 0;
  padding: 3rem;
  border-radius: 1.6rem; }
  #invoiceBox h2 {
    position: absolute;
    top: -1rem;
    left: -1rem;
    padding: 0.9rem 0;
    width: 6rem;
    height: 6rem;
    line-height: 1.4rem;
    color: white;
    font-weight: 500;
    border-radius: 8rem;
    transform: rotate(-5deg);
    background: #96825c; }
  #invoiceBox h3 {
    padding: 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.3em;
    color: white; }
    #invoiceBox h3 strong {
      font-size: 2.8rem; }
  #invoiceBox figure {
    padding: 0 0 1.6rem;
    width: 100%; }
    #invoiceBox figure img {
      width: 75%;
      height: auto; }
    #invoiceBox figure a:hover img {
      opacity: 1; }
  #invoiceBox p {
    font-size: 1.2rem;
    line-height: 2em;
    text-align: left; }

#accper #invoiceBox {
  background: linear-gradient(to bottom, #2f678d 0%, #2f678d 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#accstd #invoiceBox {
  background: linear-gradient(to bottom, #af2e3a 0%, #af2e3a 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#accnpo #invoiceBox {
  background: linear-gradient(to bottom, #a1312d 0%, #a1312d 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#accnet #invoiceBox {
  background: linear-gradient(to bottom, #70695e 0%, #70695e 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#nbk #invoiceBox {
  background: linear-gradient(to bottom, #009a59 0%, #009a59 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#accper #invoiceAcc,
#accstd #invoiceAcc,
#accnpo #invoiceAcc,
#accnet #invoiceAcc,
#nbk #invoiceAcc {
  display: block; }

#sal #invoiceBox {
  background: linear-gradient(to bottom, #8d9e3d 0%, #8d9e3d 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#spr #invoiceBox {
  background: linear-gradient(to bottom, #005a49 0%, #005a49 40%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7)); }

#sal #invoiceSal,
#spr #invoiceSal {
  display: block; }

#eledger {
  margin: 0;
  padding: 3rem 0 0; }
  #eledger h1 {
    padding: 0 0 0.5em; }
    #eledger h1 figure {
      position: relative;
      display: block;
      margin: 0 auto 1.5em;
      padding: 1rem 2rem;
      width: 11em;
      font-size: 0.8em;
      color: white;
      background: #86ad43;
      border-radius: 1rem; }
      #eledger h1 figure::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -0.5em;
        border: 0.5em solid transparent;
        border-top: 1em solid #86ad43; }
  #eledger h2 {
    padding: 0 0 2em; }
  #eledger #eledgerText {
    margin: 0 auto;
    padding: 3rem 1.5rem;
    width: 90%;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1.5rem; }
  #eledger #eledgerBox {
    margin: 0 auto;
    padding: 3rem 0.8rem;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap; }
    #eledger #eledgerBox h1 {
      padding: 0 0 1.5em;
      width: 100%;
      font-size: 2.4rem;
      line-height: 1.2em;
      font-weight: 300 !important; }
    #eledger #eledgerBox dl {
      margin: 0 1.6rem 1.6rem;
      width: calc(100% - 3.2rem);
      background: rgba(255, 255, 255, 0.7);
      border-radius: 1.5rem; }
    #eledger #eledgerBox dt {
      padding: 2.4rem 0;
      font-size: 1.6rem;
      line-height: 1.4em;
      font-weight: 500; }
      #eledger #eledgerBox dt figure {
        position: relative;
        margin: 0 auto 0.5rem;
        width: 8rem;
        height: 8rem;
        border-radius: 7rem;
        overflow: hidden; }
        #eledger #eledgerBox dt figure img {
          position: absolute;
          top: -100%;
          right: -100%;
          bottom: -100%;
          left: -100%;
          margin: auto;
          width: auto;
          height: 100%; }
        #eledger #eledgerBox dt figure.double {
          width: 18rem;
          border-radius: 0; }
          #eledger #eledgerBox dt figure.double img {
            height: 8rem; }
    #eledger #eledgerBox dd {
      padding: 0 1.6em 2.4rem;
      font-size: 1.2rem;
      line-height: 1.8em;
      text-align: left; }
      #eledger #eledgerBox dd a {
        display: block;
        margin: 2.4rem 0 0;
        padding: 0.8em;
        font-size: 1.2rem;
        font-weight: 500;
        color: white;
        background: #86ad43;
        border-radius: 3em;
        text-align: center;
        transition: .2s all ease-in-out; }
        #eledger #eledgerBox dd a:hover {
          background: rgba(134, 173, 67, 0.7); }
  #eledger h3 {
    padding: 1em 0 0.5em;
    color: #0c377b;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center; }
    #eledger h3 figure {
      width: auto;
      height: 8rem; }
      #eledger h3 figure img {
        width: auto;
        height: 100%; }
  #eledger p {
    font-size: 1.1em;
    line-height: 1.8em; }
  #eledger h3 + p {
    font-size: 1em;
    line-height: 1.4em; }
  #eledger .dsp-min, #eledger .dsp-acc, #eledger .dsp-boki {
    display: none; }

#accper #eledger .dsp-min,
#accstd #eledger .dsp-acc,
#accnpo #eledger .dsp-acc,
#accnet #eledger .dsp-acc {
  display: inline-block; }

#accnpo #eledger .koujyo {
  display: none; }

#sal .dl1,
#spr .dl1 {
  display: none; }

#introNpo {
  padding: 0 0 8em;
  height: auto; }
  #introNpo h2 {
    padding: 0 0 2em;
    line-height: 1.5em;
    color: #a1312d; }
  #introNpo h3 {
    padding: 0 1em 3em;
    font-size: 1.2em;
    line-height: 1.5em; }
  #introNpo ul {
    margin: 0 auto;
    padding: 0 0 1em; }
  #introNpo li {
    display: block;
    margin: 0 auto;
    padding: 0.5em;
    width: 60%; }
    #introNpo li a {
      display: block;
      color: #FFF;
      font-size: 1.5em;
      padding: 1em 0;
      background: #a1312d;
      border-radius: 0.5em;
      transition: all .2s ease-in-out; }
      #introNpo li a:hover {
        background: rgba(161, 49, 45, 0.7); }
  #introNpo p {
    padding: 2em 5%;
    font-size: 1em;
    line-height: 1.5em; }
    #introNpo p.note {
      padding: 2em 5%;
      font-size: 0.8em;
      line-height: 1.2em; }

#funk2021 {
  padding: 0 0.8rem 1.6rem;
  height: auto;
  background: url("/products_gyou/psl/img/func2023.gif");
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position: center center; }
  #funk2021 h1 {
    padding: 2em 0 0.5em;
    font-size: 2.2rem; }
    #funk2021 h1 span {
      display: block;
      font-size: 1.6rem;
      font-weight: 400; }
  #funk2021 h2 {
    padding: 0 0.8em;
    font-size: 1.6rem;
    font-weight: 400;
    color: #2683a3; }
  #funk2021 figure {
    margin: 0 auto;
    padding: 2.4rem 0.8em;
    width: 100%;
    max-width: 800px;
    height: auto; }
    #funk2021 figure img {
      width: 100%;
      height: auto; }
  #funk2021 p {
    margin: 0 auto;
    padding: 0 0.8em 1em;
    max-width: 800px;
    font-size: 1.2rem;
    line-height: 2.4em;
    text-align: left; }
    #funk2021 p br {
      display: none; }

#denshiSupply {
  display: block;
  margin: 3rem auto;
  padding: 3rem 0 2rem;
  width: 90%;
  max-width: 800px;
  background: white;
  box-shadow: 0 0.3em 0.8em rgba(41, 49, 47, 0.2);
  border-radius: 1rem; }
  #denshiSupply h3 {
    padding: 0 0 1.6rem;
    font-size: 1.3rem;
    color: rgba(41, 49, 47, 0.7);
    font-weight: 300; }
    #denshiSupply h3 span {
      display: block;
      padding: 0 0 1.6rem;
      color: #2683a3;
      font-size: 2.4rem;
      line-height: 1em;
      font-weight: 500; }
  #denshiSupply p {
    font-size: 1.4rem !important;
    line-height: 1.5em; }
  #denshiSupply dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.6rem;
    padding: 0 1rem;
    color: white;
    background: #2683a3; }
  #denshiSupply dt {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    font-weight: 500; }
  #denshiSupply dd {
    width: 33.33%;
    padding: 0 0.5rem 1rem; }
    #denshiSupply dd figure {
      position: relative;
      padding: 100% 0 0;
      width: 100%;
      overflow: hidden;
      border-radius: 0.8rem; }
    #denshiSupply dd img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: auto; }
    #denshiSupply dd span {
      display: block;
      padding: 0.5em;
      font-size: 0.8rem;
      font-weight: 500; }

#denshiLayout {
  display: block;
  position: relative;
  margin: 3rem auto 0;
  padding: 2rem 0;
  width: 90%;
  max-width: 800px; }
  #denshiLayout h3 {
    padding: 1em;
    color: white;
    background: #2683a3;
    font-size: 1.4rem;
    line-height: 1.2em;
    border-radius: 0.5em;
    overflow: hidden; }
    #denshiLayout h3 span {
      display: inline; }
  #denshiLayout p {
    padding: 1em 0 3em;
    line-height: 1.6em; }
  #denshiLayout ul {
    position: relative;
    padding: 2rem 0 0;
    width: 100%; }
    #denshiLayout ul::before {
      position: absolute;
      margin: auto;
      top: -1em;
      right: 0;
      left: 0;
      content: "\f078";
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      width: 1em;
      height: 1em;
      font-size: 3rem;
      line-height: 1em;
      color: white;
      text-shadow: 0 0 0.5em rgba(41, 49, 47, 0.2); }
  #denshiLayout li {
    font-size: 1.3rem;
    line-height: 1.2em;
    font-weight: normal; }
    #denshiLayout li a {
      color: #00a2e2; }
      #denshiLayout li a::before {
        display: inline-block;
        padding-right: 0.5em;
        content: "\f15c";
        font-family: "Font Awesome 5 free";
        font-weight: 900; }

#prdValue {
  display: block;
  margin: 0;
  padding: 0 0 1rem;
  color: rgba(255, 255, 255, 0.7);
  background: #96825c; }
  #prdValue h1 {
    padding: 2em 1.5rem 0.5em;
    font-size: 2rem;
    color: #FFF; }
  #prdValue h2 {
    padding: 0 1.5rem 1.5em;
    font-size: 1.2rem;
    line-height: 1.5em; }
    #prdValue h2 span {
      display: inline; }
  #prdValue ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 3rem;
    padding: 3rem 2rem 1.5rem;
    width: 90%;
    color: #96825c;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2rem; }
    #prdValue ol li {
      position: relative;
      padding: 11rem 0 3rem;
      width: 100%;
      font-size: 1.2rem;
      line-height: 1.5em;
      text-align: center; }
      #prdValue ol li figure {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 8rem;
        text-align: center; }
        #prdValue ol li figure figcaption {
          padding: 0.5rem 0;
          font-size: 1.5rem;
          color: #a37e39;
          font-weight: 400; }
        #prdValue ol li figure img {
          margin: 0 auto;
          width: auto;
          height: 8rem; }

#funk {
  height: auto;
  background: #FFF; }
  #funk .dlbox {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    padding: 0 0 0 1%; }
    #funk .dlbox dl,
    #funk .dlbox ul {
      display: block;
      float: left; }
    #funk .dlbox dl {
      padding: 0 0 1em;
      width: 100%; }
    #funk .dlbox dt,
    #funk .dlbox dd {
      display: block;
      margin: 0 auto;
      width: 100%;
      border-left: 1px solid rgba(156, 121, 56, 0.8);
      border-right: 1px solid rgba(156, 121, 56, 0.8); }
    #funk .dlbox dt {
      position: relative;
      padding: 160px 0 30px;
      color: #9c7938;
      font-size: 30px;
      line-height: 1.1em;
      border-top: 1px solid rgba(156, 121, 56, 0.8); }
      #funk .dlbox dt img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 150px; }
    #funk .dlbox dd {
      clear: both;
      padding: 1em 0 0;
      font-size: 14px;
      line-height: 1.1em;
      background: rgba(156, 121, 56, 0.2); }
      #funk .dlbox dd:last-child {
        padding: 1em 0;
        border-bottom: 1px solid rgba(156, 121, 56, 0.8); }
    #funk .dlbox ul {
      display: none; }

#support {
  height: auto; }
  #support h2 {
    padding: 0 0 1em; }
    #support h2 sup {
      font-size: 0.7rem; }
    #support h2 span {
      display: block;
      font-size: 0.8rem; }
  #support h3 {
    margin: 0;
    padding: 0 0 0.1em;
    font-size: 4em;
    color: #9c7938; }
  #support .dlbox {
    margin: 0 auto;
    padding: 2em 0 2em;
    width: 96%; }
    #support .dlbox dl {
      display: block;
      float: left;
      padding: 0 0 1em;
      width: 100%; }
    #support .dlbox dt,
    #support .dlbox dd {
      margin: 0 auto;
      width: 96%;
      background: #9c7938; }
    #support .dlbox dt {
      padding: 0;
      border-radius: 1.5em 1.5em 0 0;
      border: none;
      overflow: hidden; }
      #support .dlbox dt img {
        margin: 0 auto;
        width: 70%;
        height: auto; }
    #support .dlbox dd {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.1em;
      line-height: 1.4em;
      padding: 0 2em 2em;
      border-radius: 0 0 1.5em 1.5em;
      text-align: left;
      border: none; }
  #support p {
    clear: both;
    display: block;
    position: relative;
    margin: 0 auto 4em;
    padding: 10em 2em 2em 2em;
    width: 92.16%;
    font-size: 0.9em;
    line-height: 2em;
    border-radius: 1.5em;
    text-align: left;
    border: 1px solid #9c7938; }
    #support p img {
      display: block;
      position: absolute;
      margin: auto;
      top: 2em;
      right: 0;
      left: 0;
      width: 6em;
      height: auto; }
    #support p span {
      display: block;
      padding: 1rem 0;
      font-weight: 400;
      font-size: 0.8em;
      line-height: 1.2em; }

#accnet #support p {
  display: none; }

#accper #support p span,
#psl #support p span {
  display: none; }

#voice {
  height: auto;
  background: #FFF; }
  #voice .dlbox {
    margin: 0 auto;
    padding: 10% 0;
    width: 90%;
    padding: 0 0 2% 1%; }
    #voice .dlbox dl {
      display: block;
      float: left;
      padding: 0 1.5% 5em;
      width: 97%; }
    #voice .dlbox dt,
    #voice .dlbox dd {
      display: block;
      width: 100%; }
    #voice .dlbox dt {
      padding: 0 0 20px;
      width: 100%; }
      #voice .dlbox dt img {
        margin: 0 auto;
        border-radius: 50%;
        width: 15em;
        height: 15em;
        overflow: hidden; }
    #voice .dlbox dd {
      padding: 20px;
      font-size: 1em;
      font-weight: 400;
      position: relative;
      color: rgba(41, 49, 47, 0.7);
      background: rgba(156, 121, 56, 0.2);
      border-radius: 20px;
      text-align: center; }
      #voice .dlbox dd span {
        display: block;
        padding: 20px 0;
        width: 100%;
        font-size: 1.2em;
        line-height: 1.4em;
        font-weight: 300;
        text-align: left; }
      #voice .dlbox dd:before {
        content: "";
        position: absolute;
        margin: 0 auto;
        width: 1em;
        top: -1em;
        left: 46%;
        border-right: 1em solid transparent;
        border-left: 1em solid transparent;
        border-bottom: 1em solid rgba(156, 121, 56, 0.2); }

#service {
  height: auto;
  background: #FFF; }
  #service .dlbox {
    margin: 0 auto;
    padding: 0 2%;
    width: 100%; }
    #service .dlbox dl {
      display: block;
      float: left;
      width: 100%;
      margin: 0;
      padding: 0 2% 4%; }
    #service .dlbox dt,
    #service .dlbox dd {
      display: block;
      margin: 0 auto;
      width: 100%;
      border-left: 1px solid rgba(156, 121, 56, 0.8);
      border-right: 1px solid rgba(156, 121, 56, 0.8); }
    #service .dlbox dt {
      padding: 8% 7% 0 7%;
      font-size: 1.5em;
      line-height: 1.1em;
      border-top: 1px solid rgba(156, 121, 56, 0.8);
      border-radius: 20px 20px 0 0; }
    #service .dlbox dd {
      padding: 3% 7%;
      font-size: 1em;
      line-height: 1.5em;
      color: rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(156, 121, 56, 0.8);
      border-radius: 0 0 20px 20px;
      text-align: left; }
      #service .dlbox dd a {
        display: block;
        padding: 1em 0 0;
        width: 100%;
        text-align: right; }

/*スマホに適用するスタイルを書く*/
@media screen and (min-width: 600px) {
  #nbk #topTitle h1 figure img {
    height: 4.2rem; }

  #prdIntro .panel {
    padding: 3rem; }
  #prdIntro h1 {
    font-size: 2.8rem;
    text-align: center; }
  #prdIntro h2 {
    font-size: 2.2rem;
    text-align: center; }
  #prdIntro #pslInfo {
    display: block;
    padding: 1.6rem 0; }
    #prdIntro #pslInfo img.pc {
      display: block; }
    #prdIntro #pslInfo img.smp {
      display: none; }

  #bnrInfo a img.pc {
    display: block; }
  #bnrInfo a img.smp {
    display: none; }

  .bnrbox li a img.pc {
    display: block; }
  .bnrbox li a img.smp {
    display: none; }

  #mlPromotion2 h3 span {
    font-size: 1.4rem;
    line-height: 1.4em;
    border-radius: 3rem; }
    #mlPromotion2 h3 span br {
      display: none; }

  #mlVoice {
    margin: 0 auto 6rem;
    padding: 2rem 1.6rem 1rem 12rem;
    border-radius: 1.6rem; }
    #mlVoice h2 {
      padding: 1em 0 0.5em;
      font-size: 1.8rem; }
    #mlVoice figure {
      top: 3.8rem;
      right: auto;
      left: 1.6rem;
      display: block;
      width: 8rem;
      min-height: 8rem; }
      #mlVoice figure figcaption {
        display: block; }
    #mlVoice p {
      padding: 0 0 2rem;
      font-size: 1.2em;
      line-height: 2em;
      text-align: left; }

  #invoiceBox h2 {
    top: -1rem;
    left: -1rem;
    padding: 1.6rem 0;
    width: 8rem;
    height: 8rem;
    line-height: 1.6rem; }
  #invoiceBox h3 br {
    display: none; }
  #invoiceBox figure {
    padding: 0 0 1.6rem;
    width: 100%; }
    #invoiceBox figure img {
      width: 75%;
      height: auto; }
  #invoiceBox p {
    font: 1.1rem !important; }

  #eledger {
    padding: 5rem 0 0; }
    #eledger #eledgerText {
      margin: 0 auto;
      padding: 4rem 3rem;
      width: 90%; }
    #eledger h3 {
      position: relative;
      padding: 2em 0 0.5em 9rem;
      text-align: left; }
      #eledger h3 figure {
        position: absolute;
        top: 1.2em;
        left: 0; }
    #eledger h3 + p {
      padding: 0 0 1em 9rem; }
    #eledger #eledgerBox h1 {
      font-size: 3.4rem; }
    #eledger #eledgerBox dt {
      font-size: 1.8rem; }
      #eledger #eledgerBox dt figure {
        width: 10rem;
        height: 10rem; }

  #introNpo p {
    padding: 2em 10%;
    font-size: 1.3em; }
    #introNpo p.note {
      padding: 2em 10%; }

  #prdValue h1 {
    padding: 2em 1.5rem 0.5em;
    font-size: 3rem; }
  #prdValue h2 {
    padding: 0 1.5rem 1.5em;
    font-size: 1.6rem;
    line-height: 1.5em; }
    #prdValue h2 span {
      display: block; }
  #prdValue ol li {
    padding: 11rem 1.5rem 3rem;
    width: 50%;
    font-size: 1.2rem;
    text-align: left; }

  #funk2021 {
    padding: 0 0 1.6rem; }
    #funk2021 h1 {
      font-size: 3rem; }
      #funk2021 h1 span {
        font-size: 2rem; }
    #funk2021 h2 {
      font-size: 1.8rem; }
    #funk2021 figure {
      margin: 0 auto;
      padding: 2.4rem 0.8em;
      width: 80%; }
    #funk2021 p {
      width: 90%;
      font-size: 1.4rem; }

  #denshiSupply h3 {
    font-size: 1.6rem; }
    #denshiSupply h3 span {
      font-size: 3rem; }
  #denshiSupply p {
    font-size: 1.6rem !important;
    line-height: 1.5em; }
  #denshiSupply dd {
    width: 20%; }

  #denshiLayout {
    display: block;
    position: relative;
    margin: 3rem auto 0;
    padding: 2rem 0;
    width: 90%;
    max-width: 800px; }
    #denshiLayout h3 {
      position: absolute;
      top: 0;
      left: 0;
      padding: 2em 0;
      color: white;
      background: #00a2e2;
      font-size: 1.4rem;
      line-height: 1.2em;
      border-radius: 50%;
      width: 7.6em;
      height: 7.6em;
      overflow: hidden; }
      #denshiLayout h3 span {
        display: block; }
    #denshiLayout p {
      padding: 0 0 3em 10rem;
      text-align: left !important; }
    #denshiLayout ul {
      position: relative;
      padding: 2rem 0 0;
      width: 100%; }
      #denshiLayout ul::before {
        position: absolute;
        margin: auto;
        top: -1em;
        right: 0;
        left: 0;
        content: "\f078";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        width: 1em;
        height: 1em;
        font-size: 3rem;
        line-height: 1em;
        color: white;
        text-shadow: 0 0 0.5em rgba(41, 49, 47, 0.2); }
    #denshiLayout li {
      font-size: 1.3rem;
      line-height: 1.2em;
      font-weight: normal; }
      #denshiLayout li a {
        color: #00a2e2; }
        #denshiLayout li a::before {
          display: inline-block;
          padding-right: 0.5em;
          content: "\f15c";
          font-family: "Font Awesome 5 free";
          font-weight: 900; }

  #funk .dlbox {
    margin: 0 auto;
    width: calc(100% - 1.6rem); }
    #funk .dlbox dl {
      margin: 0 0.8rem 0.8rem;
      width: calc(50% - 1.6rem); }

  #support .dlbox dl {
    display: block;
    float: left;
    padding: 0 1.5% 3em;
    width: 50%; }

  #support p {
    min-height: 10em;
    padding: 2em 2em 2em 10em; }
    #support p img {
      left: 2em;
      right: auto; }

  #voice .dlbox {
    width: 100%; }
    #voice .dlbox dl {
      padding: 0 1.5% 4%;
      width: 33.3%; }
    #voice .dlbox dt img {
      width: 12em;
      height: 12em; }

  #service .dlbox dl {
    width: 50%;
    margin: 0;
    padding: 0 2% 4%; }
  #service .dlbox dt {
    font-size: 1.3em; }
  #service .dlbox dd {
    font-size: 1em;
    min-height: 12em; }

  /*タブレットに適用したいスタイル*/ }
@media screen and (min-width: 960px) {
  #prdTop {
    position: relative;
    padding: 6rem 0;
    min-height: 20rem;
    color: white;
    z-index: 1111; }
    #prdTop .panel {
      display: flex;
      flex-wrap: wrap;
      width: 90%; }

  #topTitle {
    padding: 0; }
    #topTitle #prdNo1 {
      position: absolute;
      top: 0;
      right: 0; }
      #topTitle #prdNo1 a {
        background: rgba(250, 214, 137, 0.8); }
        #topTitle #prdNo1 a::before {
          padding: 1rem 0.4rem 0 0; }
    #topTitle #prdJa {
      position: absolute;
      top: 0;
      right: 0; }
    #topTitle h1 {
      width: 100%;
      padding: 0; }
      #topTitle h1 figure {
        display: none; }
      #topTitle h1 strong {
        font-size: 2.8rem; }
    #topTitle ul {
      display: none; }
    #topTitle p {
      padding: 1.5em 0 0; }

  #topButtons {
    display: inline-block;
    position: relative;
    padding: 1.6rem 1.6rem 0.8rem;
    width: 35%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.6rem;
    /*border: 8px solid $white1;*/ }
    #topButtons figure {
      margin: 0 auto;
      padding: 4rem 0 1.6rem;
      width: 100%; }
      #topButtons figure img {
        margin: 0 auto;
        width: auto;
        height: 5rem; }
    #topButtons ul {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
    #topButtons li {
      padding: 0 1.6rem 2.4rem; }
      #topButtons li a {
        position: relative;
        display: block;
        margin: 0.2em 0 0;
        padding: 1.6rem 3.5rem 1.6rem 2.5rem;
        color: white;
        font-size: 1.6rem;
        background: #86ad43;
        border-radius: 3rem;
        font-weight: 500;
        box-shadow: 0 0 0 rgba(41, 49, 47, 0.7);
        transition: 0.3s all ease-in-out;
        text-align: left; }
        #topButtons li a:hover {
          margin: 0 0 0.2em;
          background: rgba(134, 173, 67, 0.7);
          text-shadow: 0 0.1em 0.2em rgba(41, 49, 47, 0.5);
          box-shadow: 0 0.2em 0 rgba(41, 49, 47, 0.7); }
        #topButtons li a:active {
          margin: 0 0 0.2em;
          background: #86ad43;
          text-shadow: 0 0.2em 0.1em #86ad43;
          box-shadow: 0 0.2em 0 rgba(41, 49, 47, 0.7); }
        #topButtons li a::after {
          content: "\f138";
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          position: absolute;
          margin: auto;
          top: 0;
          right: 0.5rem;
          bottom: 0;
          display: block;
          width: 5rem;
          height: 1em;
          color: rgba(41, 49, 47, 0.7);
          text-align: center;
          opacity: 0.5;
          transition: 0.6s all ease-in-out;
          text-shadow: 0 0 0 rgba(134, 173, 67, 0); }
        #topButtons li a:hover::after {
          opacity: 1;
          right: 0;
          color: white; }

  #accper #topButtons figure img {
    height: 6rem; }

  #nbk #topButtons figure img {
    height: 3.6rem; }

  #prdIntro .panel {
    position: relative;
    padding: 6rem 30rem 6rem 3rem; }
  #prdIntro figure {
    position: absolute;
    margin: auto;
    top: 6rem;
    right: 0;
    width: 30rem; }
    #prdIntro figure img {
      width: 24rem;
      max-width: none;
      height: auto; }
  #prdIntro figcaption {
    position: relative;
    display: block;
    margin: -3rem auto 0;
    width: 18rem;
    color: #fad689;
    background: #29312f; }
    #prdIntro figcaption em {
      display: block;
      padding: 1rem 0 0.5rem;
      font-size: 0.9rem;
      font-style: normal;
      font-weight: 300; }
    #prdIntro figcaption strong {
      display: block;
      padding: 0;
      font-size: 2.6rem;
      font-family: 'Roboto', sans-serif;
      line-height: 1em;
      font-weight: 500; }
      #prdIntro figcaption strong::after {
        content: "円";
        font-size: 1.2rem;
        padding-left: 0.2em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    #prdIntro figcaption span {
      display: block;
      padding: 0 0 1rem;
      font-size: 0.6rem;
      font-style: normal;
      font-weight: 300; }
    #prdIntro figcaption::after {
      content: "";
      position: absolute;
      top: -2rem;
      left: 50%;
      margin-left: -1rem;
      border: 1rem solid transparent;
      border-bottom: 1rem solid #29312f; }
  #prdIntro h1 {
    padding: 0 0 1rem;
    font-size: 2.8rem;
    line-height: 1.4em;
    font-weight: 500;
    text-align: left; }
  #prdIntro h2 {
    padding: 1.5em 0 1rem;
    font-size: 2.2rem;
    line-height: 1.4em;
    text-align: left;
    font-weight: 500; }
    #prdIntro h2::before {
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      content: "\f559";
      padding-right: 0.3em;
      font-size: 2.4rem; }
  #prdIntro p {
    padding: 0 0 1em;
    font-size: 1.3rem;
    line-height: 1.8em;
    text-align: left; }

  #psl #prdIntro .panel {
    padding: 6rem 32rem 6rem 3rem; }
  #psl #prdIntro figure {
    top: 8rem; }

  #pickupMlink h1 span {
    display: block; }

  #mlPromotion1 p {
    margin: 0 auto;
    padding: 0 0 0 24rem;
    max-width: 800px; }
    #mlPromotion1 p span {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      width: 23rem;
      height: 4rem;
      text-align: left; }
    #mlPromotion1 p img {
      width: auto;
      height: 4rem; }
  #mlPromotion1 .figurebox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.6rem 0 0;
    width: 90%;
    max-width: 800px; }
    #mlPromotion1 .figurebox figure {
      width: 50%; }
      #mlPromotion1 .figurebox figure:first-child {
        padding: 1rem 0 1rem; }
      #mlPromotion1 .figurebox figure img {
        width: 100%;
        height: auto; }

  #mlPromotion2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 3rem; }
    #mlPromotion2 h3 {
      width: 100%; }
      #mlPromotion2 h3 span {
        display: inline-block;
        margin: 0 auto;
        padding: 1.6rem 3.2rem;
        color: white;
        font-size: 1.4rem;
        line-height: 1.4em;
        font-weight: 300;
        border-radius: 6rem;
        background: #e95532; }
    #mlPromotion2 figure {
      display: block;
      padding: 2rem 0　0;
      width: 100%; }
      #mlPromotion2 figure img {
        margin: 0 auto;
        width: 90%;
        max-width: 600px;
        height: auto; }
    #mlPromotion2 dl {
      position: relative;
      width: 33.33%;
      max-width: 500px;
      min-height: 8rem;
      margin: 0 auto;
      padding: 8rem 1rem 1.6rem; }
      #mlPromotion2 dl::before {
        top: 0;
        right: 0;
        left: 0;
        width: 7rem;
        height: 7rem; }
    #mlPromotion2 dt {
      padding: 0.5rem;
      font-size: 1.2rem;
      line-height: 1.4em;
      color: white;
      font-weight: 500;
      text-align: center;
      background: #e95532; }
      #mlPromotion2 dt::before {
        content: "";
        position: absolute;
        top: 7rem;
        left: 50%;
        margin-left: -0.5rem;
        border: 0.5rem solid transparent;
        border-bottom: 0.5rem solid #e95532; }
    #mlPromotion2 dd {
      padding: 0.5rem 0.8rem;
      line-height: 2em;
      text-align: left;
      background: rgba(255, 255, 255, 0.7); }

  #mlPromotion3 h2 {
    padding: 0 0 1em;
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: 500;
    color: #e95532; }
    #mlPromotion3 h2 img {
      margin: 0 auto;
      width: auto;
      height: 6rem; }
    #mlPromotion3 h2 span {
      display: block;
      padding: 1rem 0 0; }
  #mlPromotion3 figure {
    position: relative;
    margin: 0 auto;
    padding: 0 0 6rem;
    width: 80%; }
    #mlPromotion3 figure img {
      margin: 0 auto;
      width: 90%;
      height: auto; }
    #mlPromotion3 figure figcaption {
      position: absolute;
      margin: auto;
      right: 0;
      bottom: 3rem;
      width: 65%;
      padding: 2.4rem;
      font-size: 1.4rem;
      text-align: left;
      line-height: 2em;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 0.8em;
      box-shadow: 0 0 1rem rgba(41, 49, 47, 0.5); }
      #mlPromotion3 figure figcaption em {
        color: #e95532;
        font-weight: 500;
        font-style: normal; }

  #invoiceSalBox dl {
    padding: 11.6rem 0.8rem 1.6rem;
    width: 33.33%;
    min-height: none; }
    #invoiceSalBox dl::before {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 10rem;
      background-size: auto 100%;
      background-position: 50% 50%;
      border: none; }
  #invoiceSalBox dt {
    padding: 0.8rem;
    color: white;
    background: #8d9e3d;
    min-height: 5.3rem; }
    #invoiceSalBox dt::before {
      content: "";
      position: absolute;
      top: 10rem;
      left: 50%;
      margin-left: -1rem;
      border: 1rem solid transparent;
      border-bottom: 1rem solid #8d9e3d; }
  #invoiceSalBox dd {
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.7);
    min-height: 8.2rem; }

  #eledger #eledgerBox {
    max-width: none; }
    #eledger #eledgerBox h1 {
      font-size: 3.4rem; }
  #eledger h3 {
    position: relative;
    padding: 2em 0 0.5em 9rem;
    text-align: left; }
    #eledger h3 figure {
      position: absolute;
      top: 1.2em;
      left: 0; }
  #eledger h3 + p {
    padding: 0 0 1em 9rem; }

  #accper #eledgerBox dl,
  #accstd #eledgerBox dl,
  #accnpo #eledgerBox dl,
  #accnet #eledgerBox dl,
  #nbk #eledgerBox dl {
    margin: 0 1rem;
    width: calc(50% - 2rem); }

  #sal #eledgerBox dl,
  #spr #eledgerBox dl {
    margin: 0 auto;
    max-width: 600px; }

  #introNpo li a {
    padding: 2em 0; }
  #introNpo p {
    padding: 2em 20%;
    font-size: 1.2em;
    line-height: 2em; }
    #introNpo p.note {
      padding: 2em 25%;
      font-size: 0.9em;
      line-height: 1.5em; }

  #funk2021 {
    padding: 0 0 1.6rem; }
    #funk2021 h1 {
      font-size: 3.6rem; }
      #funk2021 h1 span {
        font-size: 2rem; }
    #funk2021 h2 {
      font-size: 1.8rem; }
    #funk2021 p {
      font-size: 1.4rem;
      text-align: center; }
      #funk2021 p br {
        display: inline; }

  #funk {
    height: auto;
    background: #FFF; }
    #funk .dlbox {
      padding: 0;
      width: 100%;
      padding: 0 0 0 1%; }
      #funk .dlbox dl,
      #funk .dlbox ul {
        display: block;
        float: left; }
      #funk .dlbox dl {
        margin: 0;
        padding: 0 1.5% 4%;
        width: 33%; }
      #funk .dlbox dt,
      #funk .dlbox dd {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-left: 1px solid rgba(156, 121, 56, 0.8);
        border-right: 1px solid rgba(156, 121, 56, 0.8); }
      #funk .dlbox dt {
        position: relative;
        padding: 160px 0 30px;
        color: #9c7938;
        font-size: 30px;
        line-height: 1.1em;
        border-top: 1px solid rgba(156, 121, 56, 0.8); }
        #funk .dlbox dt img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 150px; }
      #funk .dlbox dd {
        clear: both;
        padding: 1em 0 0;
        font-size: 14px;
        line-height: 1.1em;
        background: rgba(156, 121, 56, 0.2); }
        #funk .dlbox dd:last-child {
          padding: 1em 0;
          border-bottom: 1px solid rgba(156, 121, 56, 0.8); }
      #funk .dlbox ul {
        display: block;
        padding: 0 1.5% 4%;
        width: 66%; }
      #funk .dlbox li {
        display: inline-block;
        width: 32%;
        padding: 10% 1% 10% 0; }
        #funk .dlbox li a {
          position: relative;
          display: block;
          width: 100%;
          height: 225px;
          padding: 1px 1px 30px 1px;
          color: #29312f;
          background: rgba(41, 49, 47, 0.1);
          overflow: hidden;
          text-align: center; }
          #funk .dlbox li a:after {
            content: url(/common/images/prd_winopen.svg);
            position: absolute;
            width: 60px;
            height: 60px;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0.8;
            transition: all .2s ease-in-out; }
          #funk .dlbox li a:hover:after {
            width: 66px;
            height: 66px;
            opacity: 1; }
          #funk .dlbox li a img {
            width: 100%;
            height: auto; }
          #funk .dlbox li a span {
            display: block;
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 30px;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            overflow: hidden; }

  #support {
    height: auto; }
    #support h2 {
      padding: 0 0 1em; }
    #support h3 {
      margin: 0;
      padding: 0 0 0.2em;
      font-size: 80px;
      color: #9c7938; }
    #support .dlbox {
      padding: 4em 0 4em;
      width: 100%; }
      #support .dlbox dl {
        display: block;
        float: left;
        padding: 0 0 3em;
        width: 50%; }
      #support .dlbox dt,
      #support .dlbox dd {
        margin: 0 auto;
        width: 92%;
        background: #9c7938; }
      #support .dlbox dt {
        color: white;
        padding: 0;
        font-size: 120px;
        border-radius: 20px 20px 0 0;
        border: none;
        overflow: hidden;
        margin-bottom: -1px; }
      #support .dlbox dd {
        color: rgba(255, 255, 255, 0.7);
        font-size: 16px;
        line-height: 1.5em;
        padding: 0 3em 3em;
        border-radius: 0 0 20px 20px;
        text-align: left;
        border: none; }
      #support .dlbox p {
        width: 96%;
        font-size: 1.2rem; }
        #support .dlbox p span {
          display: inline; }

  #voice {
    height: auto;
    background: #FFF; }
    #voice .dlbox {
      padding: 10% 0;
      width: 100%;
      padding: 0 0 2% 1%; }
      #voice .dlbox dl {
        display: block;
        float: left;
        padding: 0 1.5% 4%;
        width: 33%; }
      #voice .dlbox dt,
      #voice .dlbox dd {
        display: block;
        width: 100%; }
      #voice .dlbox dt {
        padding: 0 0 20px;
        width: 100%; }
        #voice .dlbox dt img {
          margin: 0 auto;
          border-radius: 50%;
          width: 180px;
          height: 180px;
          overflow: hidden; }
      #voice .dlbox dd {
        padding: 20px;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        color: rgba(41, 49, 47, 0.7);
        background: rgba(156, 121, 56, 0.2);
        border-radius: 20px;
        text-align: center; }
        #voice .dlbox dd span {
          display: block;
          padding: 20px 0;
          width: 100%;
          font-size: 18px;
          font-weight: 300;
          text-align: left; }
        #voice .dlbox dd:before {
          content: "";
          position: absolute;
          margin: 0 auto;
          width: 12px;
          top: -12px;
          left: 46%;
          border-right: 12px solid transparent;
          border-left: 12px solid transparent;
          border-bottom: 12px solid rgba(156, 121, 56, 0.2); }

  #service {
    height: auto;
    background: #FFF; }
    #service .dlbox dl {
      display: block;
      float: left;
      width: 50%;
      margin: 0;
      padding: 0 2% 4%; }
    #service .dlbox dt,
    #service .dlbox dd {
      display: block;
      margin: 0 auto;
      width: 100%;
      border-left: 1px solid rgba(156, 121, 56, 0.8);
      border-right: 1px solid rgba(156, 121, 56, 0.8); }
    #service .dlbox dt {
      padding: 8% 7% 0 7%;
      font-size: 20px;
      line-height: 1.1em;
      border-top: 1px solid rgba(156, 121, 56, 0.8);
      border-radius: 20px 20px 0 0; }
    #service .dlbox dd {
      padding: 3% 7% 3% 7%;
      font-size: 14px;
      line-height: 2em;
      border-bottom: 1px solid rgba(156, 121, 56, 0.8);
      border-radius: 0 0 20px 20px;
      text-align: left; }

  #prdValue {
    display: block;
    margin: 0;
    padding: 0 0 1rem;
    color: rgba(255, 255, 255, 0.7);
    background: #96825c; }
    #prdValue h1 {
      padding: 2em 0 0.5em;
      font-size: 4rem;
      color: #FFF; }
    #prdValue h2 {
      padding: 0 0 1.5em;
      font-size: 1.8rem;
      line-height: 1.5em; }
      #prdValue h2 span {
        display: block; }
    #prdValue ol {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto 3rem;
      padding: 5rem 3rem 3rem;
      width: 70%;
      color: #96825c;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 2rem; }
      #prdValue ol li {
        position: relative;
        padding: 11rem 2rem 3rem;
        width: 50%;
        font-size: 1.2rem;
        line-height: 1.5em;
        text-align: left; }
        #prdValue ol li figure {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 8rem;
          text-align: center; }
          #prdValue ol li figure figcaption {
            padding: 0.5rem 0;
            font-size: 1.5rem;
            color: #a37e39;
            font-weight: 400; }
          #prdValue ol li figure img {
            margin: 0 auto;
            width: auto;
            height: 8rem; }

  /*デスクトップに適用したいスタイル*/ }
#allCloud {
  background-color: linear-gradient(to bottom, #d6ecea, rgba(214, 236, 234, 0));
  background-image: url("/common/img/bg_tool_dx.png");
  background-repeat: repeat-x; }
  #allCloud p {
    color: #00466f; }

#sctCloudTitle {
  position: relative;
  margin: 0 auto;
  padding: 0 1.6rem 3rem;
  width: 96%;
  max-width: 1100px; }
  #sctCloudTitle h1 {
    color: #ea5532;
    font-size: 2.8rem;
    line-height: 1.3em;
    font-weight: 500; }
    #sctCloudTitle h1 span {
      white-space: nowrap; }
  #sctCloudTitle figure {
    margin: 0 auto;
    width: 75%;
    max-width: 400px;
    height: auto; }
    #sctCloudTitle figure img {
      width: 100%;
      height: auto; }
  #sctCloudTitle p {
    padding: 1.6em 1.6em 0;
    font-size: 1.3rem;
    line-height: 2em;
    text-align: left; }
    #sctCloudTitle p em {
      font-style: normal;
      font-weight: 500; }

.cloud3box {
  margin: 0 auto;
  padding: 3rem 0;
  width: 96%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap; }
  .cloud3box dl {
    margin: 0.8rem;
    width: 100%;
    background: #fffbc7;
    border-radius: 1rem; }
  .cloud3box dt span {
    display: inline-block;
    margin: 1.6rem auto 0.8rem;
    padding: 0 2em;
    color: white;
    font-size: 1.6rem;
    line-height: 2em;
    font-weight: 500;
    background: #ea5532;
    border-radius: 5rem;
    white-space: nowrap; }
  .cloud3box dt figure {
    position: relative;
    display: block;
    width: 100%;
    height: 8rem; }
  .cloud3box dt img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .cloud3box dt strong {
    color: #ea5532;
    font-size: 1.4rem;
    line-height: 1.6em; }
  .cloud3box dd {
    padding: 0.8rem 1.6rem 3.2rem;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: left; }
    .cloud3box dd figure {
      padding: 0;
      width: 100%;
      text-align: center;
      max-width: 400px; }
      .cloud3box dd figure img {
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .cloud3box dd p {
      padding: 0 0 1.6em;
      font-size: 1.3rem;
      line-height: 2em;
      text-align: left; }

.logo-moneylink-s {
  width: auto;
  height: 3rem; }

.logo-dencyoubox-s {
  width: auto;
  height: 2rem; }

.logo-invoiceoh-s {
  width: auto;
  height: 3.8rem; }

.logo-anshin-s {
  width: auto;
  height: 4.4rem; }

#aiMenu {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.6rem;
  width: calc(100% - 3.2rem);
  max-width: 960px;
  min-height: 18rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1rem; }
  #aiMenu h2 {
    padding: 0 0 0.8em;
    color: #ea5532;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 500; }
    #aiMenu h2 span {
      display: block;
      padding: 0;
      font-size: 0.8em; }
  #aiMenu figure {
    display: block;
    margin: 0 auto 2rem;
    width: 80%;
    max-width: 400px;
    height: auto;
    border: 1px solid rgba(41, 49, 47, 0.5); }
    #aiMenu figure img {
      width: 100%;
      height: auto; }
  #aiMenu p {
    padding: 0 0 1.6em;
    font-size: 1.2rem;
    line-height: 2.4em;
    text-align: left; }

#prdValue {
  display: block;
  margin: 2.4rem auto 3.2rem;
  padding: 0 0 1rem;
  width: 90%;
  color: rgba(41, 49, 47, 0.7);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2rem; }
  #prdValue h1 {
    padding: 0.8em 1.5rem 0.4em; }
    #prdValue h1 strong {
      display: inline-block;
      margin: 0 auto;
      padding: 0.5em 2em;
      font-size: 2rem;
      color: white;
      background: #96825c;
      border-radius: 5em; }
      #prdValue h1 strong span {
        white-space: nowrap; }
  #prdValue h2 {
    padding: 0 1.5em 1.5em;
    line-height: 1.5em; }
    #prdValue h2 strong {
      font-size: 80%;
      font-weight: 500; }
  #prdValue ol {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
    color: #96825c;
    background: rgba(255, 255, 255, 0) !important; }
    #prdValue ol li {
      position: relative;
      padding: 11.5rem 0 3rem;
      width: 100%;
      font-size: 1.2rem;
      line-height: 1.5em;
      text-align: center; }
      #prdValue ol li figure {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 8rem;
        text-align: center; }
        #prdValue ol li figure figcaption {
          padding: 0.5rem 0 1rem;
          font-size: 1.5rem;
          color: #a37e39;
          font-weight: 400; }
        #prdValue ol li figure img {
          margin: 0 auto;
          width: auto;
          height: 8rem; }

@media screen and (min-width: 600px) {
  #sctCloudTitle h1 {
    font-size: 3.2rem; }
  #sctCloudTitle p {
    font-size: 1.5rem; }

  .cloud3box {
    padding: 0 0 3rem; }
    .cloud3box dl {
      display: flex;
      flex-wrap: wrap;
      padding: 1.6rem 0 0; }
    .cloud3box dt {
      width: 26rem; }
      .cloud3box dt span {
        display: inline-block;
        margin: 2.4rem auto 0.8rem;
        padding: 0 2em;
        color: white;
        font-size: 1.6rem;
        line-height: 2em;
        font-weight: 500;
        background: #ea5532;
        border-radius: 5rem;
        white-space: nowrap; }
      .cloud3box dt figure {
        position: relative;
        display: block;
        width: 100%;
        height: 8rem; }
      .cloud3box dt img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .cloud3box dt strong {
        color: #ea5532;
        font-size: 1.4rem;
        line-height: 1.6em; }
    .cloud3box dd {
      width: calc(100% - 26rem);
      padding: 0.8rem 2.4rem 0.8rem 0;
      font-size: 1.2rem;
      line-height: 2em;
      text-align: left; }
      .cloud3box dd figure {
        padding: 0; }
        .cloud3box dd figure img {
          width: 100%;
          height: auto; }
      .cloud3box dd p {
        padding: 0 0 1.6em;
        font-size: 1.3rem;
        line-height: 2em;
        text-align: left; }

  #prdValue h1 {
    font-size: 3rem; }
  #prdValue h2 {
    font-size: 1.6rem; }
  #prdValue ol li {
    padding: 11rem 1.5rem 3rem;
    width: 50%; } }
@media screen and (min-width: 960px) {
  #sctCloudTitle {
    position: relative;
    margin: 0 auto;
    padding: 3rem 32rem 6rem 0;
    width: 90%;
    max-width: 1100px; }
    #sctCloudTitle h1 {
      color: #ea5532;
      font-size: 4rem;
      line-height: 1.3em;
      font-weight: 500;
      text-align: left; }
      #sctCloudTitle h1 span {
        white-space: nowrap; }
    #sctCloudTitle figure {
      position: absolute;
      top: 12rem;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 32rem;
      height: 32rem; }
      #sctCloudTitle figure img {
        width: 100%;
        height: auto; }
    #sctCloudTitle p {
      padding: 1.6em 0 0;
      font-size: 1.6rem;
      line-height: 2em;
      text-align: left; }
      #sctCloudTitle p em {
        font-style: normal;
        font-weight: 500; }

  .cloud3box {
    margin: 0 auto;
    padding: 0 0 6rem;
    width: 96%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap; }
    .cloud3box dl {
      padding: 0;
      width: calc(33.33% - 1.6rem); }
    .cloud3box dt {
      width: 100%; }
      .cloud3box dt span {
        display: inline-block;
        margin: 1.6rem auto 0.8rem;
        padding: 0 2em;
        color: white;
        font-size: 1.6rem;
        line-height: 2em;
        font-weight: 500;
        background: #ea5532;
        border-radius: 5rem;
        white-space: nowrap; }
      .cloud3box dt figure {
        position: relative;
        display: block;
        width: 100%;
        height: 8rem; }
      .cloud3box dt img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .cloud3box dt strong {
        color: #ea5532;
        font-size: 1.4rem;
        line-height: 1.6em; }
    .cloud3box dd {
      width: 100%;
      padding: 0.8rem 1.6rem 3.2rem;
      font-size: 1.2rem;
      line-height: 2em;
      text-align: left; }
      .cloud3box dd figure {
        padding: 0; }
        .cloud3box dd figure img {
          width: 100%;
          height: auto; }
      .cloud3box dd p {
        padding: 0 0 1.6em;
        font-size: 1.3rem;
        line-height: 2em;
        text-align: left; }

  #aiMenu {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1.6rem 2.4rem 1.6rem 32rem;
    width: 75%;
    max-width: 960px;
    min-height: 18rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1rem; }
    #aiMenu h2 {
      padding: 0 0 0.8em;
      color: #ea5532;
      font-size: 2.4rem;
      line-height: 1.4em;
      font-weight: 500; }
      #aiMenu h2 span {
        display: block;
        padding: 0;
        font-size: 0.6em; }
    #aiMenu figure {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 2.4rem;
      margin: auto;
      width: 28rem;
      height: 16rem;
      border: 1px solid rgba(41, 49, 47, 0.5); }
      #aiMenu figure img {
        width: 100%;
        height: auto; }
      #aiMenu figure.ill01 {
        border: none;
        height: 14rem; }
      #aiMenu figure.ill02 {
        border: none;
        height: 14rem; }
    #aiMenu p {
      padding: 0 0 1.6em;
      font-size: 1.2rem;
      line-height: 2.4em;
      text-align: left; }

  #prdValue h1 {
    font-size: 4rem; }
  #prdValue h2 {
    padding: 0 0 1.5em;
    font-size: 1.8rem; }
  #prdValue ol {
    padding: 3rem 0 0;
    width: 90%; }
    #prdValue ol li {
      padding: 11.5rem 3rem 4rem;
      width: 50%; } }
#fqaBefore {
  background: #fcd65a;
  overflow: hidden; }
  #fqaBefore h1 {
    font-family: 'Kaisei Decol';
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-weight: 400; }

.box-QA {
  margin: 0 auto;
  width: 96%;
  max-width: 800px; }
  .box-QA dl {
    position: relative;
    margin: 2rem 1rem 6rem;
    padding: 4rem 0 16rem;
    background: white;
    border-top: 0.5rem solid #29312f;
    border-right: 0.5rem solid #29312f;
    border-bottom: 1.5rem solid #29312f;
    border-left: 0.5rem solid #29312f;
    z-index: 1111; }
    .box-QA dl::before, .box-QA dl::after {
      display: block;
      position: absolute;
      bottom: -3rem;
      content: "";
      background-repeat: no-repeat;
      background-size: auto 100%;
      width: 14rem;
      height: 16rem;
      z-index: 1; }
    .box-QA dl::before {
      left: -1rem;
      background-image: url("/common/img/mascot_faq1.svg"); }
    .box-QA dl::after {
      right: -1rem;
      background-image: url("/common/img/mascot_faq2.svg"); }
  .box-QA dt {
    position: relative;
    padding: 4.5rem 3rem 3rem;
    color: #0e84a8;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 500; }
    .box-QA dt::before {
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      content: "Q.";
      font-family: 'Kaisei Decol';
      font-size: 2em;
      font-weight: 400;
      text-align: center; }
  .box-QA dd {
    padding: 0 3rem;
    font-size: 1.2rem;
    line-height: 2em;
    color: #29312f;
    text-align: left; }
    .box-QA dd::before {
      content: "A.";
      font-family: 'Kaisei Decol';
      font-size: 1.2em;
      padding-right: 0.5em;
      color: #0e84a8; }
    .box-QA dd a {
      display: block;
      margin: 1em 0 0;
      color: #0e84a8; }
      .box-QA dd a::before {
        content: "\f0a9";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        padding-right: 0.5em;
        transition: all 0.2s ease-in-out; }
      .box-QA dd a:hover::before {
        padding-right: 0.7em; }
  .box-QA ul {
    margin: 0 auto;
    width: 90%;
    max-width: 600px; }
  .box-QA li {
    position: relative;
    width: 100%;
    padding: 0 1rem 1rem; }
    .box-QA li a {
      position: relative;
      display: block;
      padding: 1.5em 1.5em 3.5em 3em;
      width: 100%;
      height: 100%;
      font-size: 1.2rem;
      line-height: 1.5em;
      text-align: left;
      background: white;
      border-radius: 1em;
      overflow: hidden;
      z-index: 1;
      transition: all 0.2s ease-in-out; }
      .box-QA li a::before {
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 3rem;
        font-family: 'Kaisei Decol', serif;
        content: "？";
        color: rgba(41, 49, 47, 0.2);
        font-size: 3rem;
        line-height: 1em;
        width: 4rem;
        height: 1em;
        z-index: 2;
        text-align: center; }
      .box-QA li a span {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0.8em;
        width: 100%;
        color: white;
        font-size: 1.1rem;
        line-height: 1em;
        background: #0e84a8;
        text-align: center;
        font-family: 'Kaisei Decol'; }
        .box-QA li a span::after {
          padding-left: 0.5em;
          content: "\f054";
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          transition: all 0.2s ease-in-out; }
      .box-QA li a:hover {
        color: white;
        background: #0e84a8; }
        .box-QA li a:hover::before {
          color: rgba(255, 255, 255, 0.7); }
        .box-QA li a:hover span::after {
          padding-left: 0.7em; }
  .box-QA p {
    padding: 3rem 0 6rem;
    text-align: center; }
    .box-QA p span {
      display: block;
      padding: 0 0 1em;
      font-size: 1.1rem;
      letter-spacing: 0.1em; }
      .box-QA p span::before {
        content: "\\ みんな気になるあんなコトやこんなコト /"; }
    .box-QA p a {
      display: block;
      margin: 0 auto;
      padding: 1em 0;
      color: white;
      width: 80%;
      font-size: 1.6rem;
      line-height: 1em;
      background: #29312f;
      border-radius: 0.5em;
      transition: all 0.2s ease-in-out; }
      .box-QA p a:hover {
        background: #0e84a8; }
      .box-QA p a::before {
        content: "その他の質問をチェック"; }

@media screen and (min-width: 600px) {
  #fqaBefore h1 {
    font-size: 3.2rem; }

  .box-QA dl {
    margin: 2rem 2rem 6rem;
    padding: 3rem 0 7rem; }
    .box-QA dl::before {
      left: -4rem; }
    .box-QA dl::after {
      right: -4rem; }
  .box-QA dt {
    margin: 0 0 2rem;
    padding: 3rem 5rem 3rem 10rem;
    color: white;
    background: #0e84a8;
    font-size: 1.9rem;
    text-align: left; }
    .box-QA dt::before {
      top: 3rem;
      right: auto;
      left: 4.8rem; }
  .box-QA dd {
    padding: 0 5rem;
    font-size: 1.3rem; }
    .box-QA dd a {
      margin: 1em 0 0; }
  .box-QA ul {
    width: 80%; }
  .box-QA li a {
    padding: 1.5em 1.5em 3.5em 3.5em;
    font-size: 1.4rem; }
    .box-QA li a::before {
      font-size: 3.5rem;
      width: 4.5rem; }
  .box-QA p {
    padding: 3rem 0 6rem; }
    .box-QA p span {
      font-size: 1.4rem; }
    .box-QA p a {
      width: 75%;
      font-size: 1.7rem; } }
@media screen and (min-width: 960px) {
  #fqaBefore h1 {
    font-size: 3.6rem; }

  .box-QA dt {
    padding: 3rem 10rem 3rem 16rem;
    font-size: 2rem; }
    .box-QA dt::before {
      left: 9.8rem; }
  .box-QA dd {
    padding: 0 10rem;
    font-size: 1.4rem; }
    .box-QA dd a {
      margin: 1em 0 0; }
  .box-QA ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none; }
  .box-QA li {
    width: 50%;
    padding: 0 1rem 2rem; }
    .box-QA li a::before {
      font-size: 4rem;
      width: 5rem; }
  .box-QA p {
    padding: 3rem 0 6rem; }
    .box-QA p a {
      font-size: 1.8rem; } }
