@charset "UTF-8";

#footer-conversion .conv-list > li > a::before,
#footer-conversion .conv-list > li > button::before,
#footer-conversion .conv-content .btn a::before,
#footer-conversion .conv-content .contact-list > li a::before,
.list-link-a.diff-anchor > li > a::after,
.list-error-a > li::before,
.list-contact-a a::before,
.lyt-contact-a .list-contact-a .contact-inner::before,
footer,
nav {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: underline;
  transition: color 0.2s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #57564f;
}

a:visited {
  text-decoration: underline;
}

button,
textarea {
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#footer-conversion {
  max-width: 1280px;
  margin: -40px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 200;
}

#footer-conversion.is-fixed {
  display: block;
  position: fixed;
  width: 100%;
  max-width: inherit;
  bottom: 0;
  right: 0;
  z-index: 2000;
}

@media only screen and (max-width: 480px) {
  #footer-conversion {
    margin-top: 0;
  }
}

#footer-conversion-inner {
  max-width: inherit;
}

@media only screen and (max-width: 767px) {
  #footer-conversion-inner {
    width: 100%;
  }
}

.is-fixed #footer-conversion-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .is-fixed #footer-conversion-inner {
    right: 0;
  }
}

.is-fixed #footer-conversion-inner .conv-list {
  position: absolute;
  right: 0;
  bottom: -1px;
}

#footer-conversion .conv-list {
  display: table;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 100%;
  table-layout: fixed;
}

[data-script-enabled="true"] #footer-conversion .conv-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-list {
    display: block;
  }

  [data-script-enabled="true"] #footer-conversion .conv-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

#footer-conversion .conv-list > li {
  padding-left: 8px;
  display: table-cell;
  vertical-align: bottom;
}

[data-script-enabled="true"] #footer-conversion .conv-list > li {
  display: block;
  margin-left: 8px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-list > li {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  [data-script-enabled="true"] #footer-conversion .conv-list > li {
    margin-left: 0;
  }
}

#footer-conversion .conv-list > li:first-child {
  padding-left: 0;
}

[data-script-enabled="true"] #footer-conversion .conv-list > li:first-child {
  margin-left: 0;
}

#footer-conversion .conv-list > li > a,
#footer-conversion .conv-list > li > button {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  /*  padding: 9px 22px 8px 54px;     */
  padding: 9px 38px 8px;
  line-height: 1.3;
  position: relative;
}

#footer-conversion .conv-list > li > a > .open-txt,
#footer-conversion .conv-list > li > button > .open-txt {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  z-index: -1;
  opacity: 0;
}

#footer-conversion li.conversion {
  text-align: right;
  position: relative;
  min-width: 168px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.conversion {
    text-align: left;
    position: static;
    min-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.conversion + li.conversion {
    border-left: 1px solid #fff;
  }
}

#footer-conversion li.conversion > a,
#footer-conversion li.conversion > button {
  background: #cf122e;
  display: none;
  text-align: center;
  transition: background 0.2s;
}

[data-script-enabled="true"] #footer-conversion li.conversion > a,
[data-script-enabled="true"] #footer-conversion li.conversion > button {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  [data-script-enabled="true"] #footer-conversion li.conversion > a,
  [data-script-enabled="true"] #footer-conversion li.conversion > button {
    height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] #footer-conversion li.conversion > a,
  [data-script-enabled="true"] #footer-conversion li.conversion > button {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.conversion > a,
  #footer-conversion li.conversion > button {
    max-width: inherit;
    font-size: 1.4rem;
  }
}

#footer-conversion li.conversion > a.register::before,
#footer-conversion li.conversion > button.register::before {
  background-position: -81px 0;
  width: 20px;
  height: 20px;
  left: 18px;
  top: 50%;
  margin-top: -10px;
}

#footer-conversion li.conversion > a.register:hover,
#footer-conversion li.conversion > a.register:active,
#footer-conversion li.conversion > a.register:focus,
#footer-conversion li.conversion > button.register:hover,
#footer-conversion li.conversion > button.register:active,
#footer-conversion li.conversion > button.register:focus {
  background: #e27182;
}

#footer-conversion li.conversion > a.contact,
#footer-conversion li.conversion > button.contact {
  min-width: 168px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.conversion > a.contact,
  #footer-conversion li.conversion > button.contact {
    min-width: inherit;
  }
}

#footer-conversion li.conversion > a.contact::before,
#footer-conversion li.conversion > button.contact::before {
  background-position: -25px -50px;
  width: 20px;
  height: 20px;
  left: 22px;
  top: 50%;
  margin-top: -10px;
}

#footer-conversion li.conversion > a.contact:hover,
#footer-conversion li.conversion > a.contact:active,
#footer-conversion li.conversion > a.contact:focus,
#footer-conversion li.conversion > button.contact:hover,
#footer-conversion li.conversion > button.contact:active,
#footer-conversion li.conversion > button.contact:focus {
  background: #e27182;
}

#footer-conversion li.conversion > a.support,
#footer-conversion li.conversion > button.support {
  min-width: 168px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.conversion > a.support,
  #footer-conversion li.conversion > button.support {
    min-width: inherit;
  }
}

#footer-conversion li.conversion > a.support::before,
#footer-conversion li.conversion > button.support::before {
  background-position: -81px -50px;
  width: 20px;
  height: 20px;
  left: 26px;
  top: 50%;
  margin-top: -10px;
}

#footer-conversion li.conversion > a.support:hover,
#footer-conversion li.conversion > a.support:active,
#footer-conversion li.conversion > a.support:focus,
#footer-conversion li.conversion > button.support:hover,
#footer-conversion li.conversion > button.support:active,
#footer-conversion li.conversion > button.support:focus {
  background: #e27182;
}

#footer-conversion li.conversion > a.download,
#footer-conversion li.conversion > button.download {
  min-width: 168px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.conversion > a.download,
  #footer-conversion li.conversion > button.download {
    min-width: inherit;
  }
}

#footer-conversion li.conversion > a.download::before,
#footer-conversion li.conversion > button.download::before {
  background-position: -25px -25px;
  width: 20px;
  height: 20px;
  left: 22px;
  top: 50%;
  margin-top: -10px;
}

#footer-conversion li.conversion > a.download:hover,
#footer-conversion li.conversion > a.download:active,
#footer-conversion li.conversion > a.download:focus,
#footer-conversion li.conversion > button.download:hover,
#footer-conversion li.conversion > button.download:active,
#footer-conversion li.conversion > button.download:focus {
  background: #e27182;
}

#footer-conversion li.conversion.is-open > a,
#footer-conversion li.conversion.is-open > button {
  display: none;
}

#footer-conversion li.login > a,
#footer-conversion li.login > button {
  background: #706f67;
  transition: background 0.2s;
}

#footer-conversion li.login > a::before,
#footer-conversion li.login > button::before {
  background-position: -28px 0;
  width: 23px;
  height: 20px;
  left: 18px;
  top: 50%;
  margin-top: -10px;
}

#footer-conversion li.login > a:hover,
#footer-conversion li.login > a:active,
#footer-conversion li.login > a:focus,
#footer-conversion li.login > button:hover,
#footer-conversion li.login > button:active,
#footer-conversion li.login > button:focus {
  background: #57564f;
}

[data-script-enabled="true"] #footer-conversion .conv-content-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] #footer-conversion .conv-content-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-list > li + li > .conv-content-wrapper {
    text-align: right;
  }
}

#footer-conversion .conv-content {
  text-align: left;
  background: rgba(255, 255, 255, 0.96);
  max-width: 600px;
  padding: 24px 32px 26px;
  position: static;
  box-shadow: 0 -5px 40px -5px rgba(0, 0, 0, 0.26);
  z-index: 1;
}

[data-script-enabled="true"] #footer-conversion .conv-content {
  width: 600px;
}

@media only screen and (max-width: 1000px) {
  [data-script-enabled="true"] #footer-conversion .conv-content {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] #footer-conversion .conv-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-content {
    padding: 24px 16px 26px;
    width: 100%;
    max-width: inherit;
  }
}

#footer-conversion .conv-content > *:last-child {
  margin-bottom: 0;
}

#footer-conversion .conv-content .desc-list {
  line-height: 1.5;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-content .desc-list {
    margin-bottom: 32px;
  }
}

#footer-conversion .conv-content .desc-list dt {
  font-size: 2.4rem;
  margin-bottom: 8px;
  font-weight: 700;
}

:lang(en) #footer-conversion .conv-content .desc-list dt {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-content .desc-list dt {
    font-size: 2rem;
  }
}

#footer-conversion .conv-content .btn {
  margin: 0 auto 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-content .btn {
    max-width: inherit;
  }
}

#footer-conversion .conv-content .btn a {
  background: #cf122e;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: background 0.2s;
}

#footer-conversion .conv-content .btn a:hover,
#footer-conversion .conv-content .btn a:active,
#footer-conversion .conv-content .btn a:focus {
  background: #d11124;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-content .btn a {
    font-size: 1.8rem;
  }
}

#footer-conversion .conv-content .btn a::before {
  display: inline-block;
  content: "";
  background-position: -81px 0;
  width: 20px;
  height: 20px;
  margin: 0 15px -3px 0;
}

#footer-conversion .conv-content .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
  margin: -10px 0 10px -30px;
}

#footer-conversion .conv-content .links > li {
  margin: 10px 0 0 30px;
}

#footer-conversion .conv-content .links > li a {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}

#footer-conversion .conv-content .links > li a:hover,
#footer-conversion .conv-content .links > li a:active,
#footer-conversion .conv-content .links > li a:focus {
  text-decoration: underline;
}

#footer-conversion .conv-content .links > li a::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cf122e;
  border-right: 2px solid #cf122e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-content .links > li a::before {
    top: 0.5em;
  }
}

#footer-conversion .conv-content .contact-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px 0 24px -30px;
}

#footer-conversion .conv-content .contact-list > li {
  line-height: 1.3;
  margin: 10px 0 0 30px;
}

#footer-conversion .conv-content .contact-list > li a {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}

#footer-conversion .conv-content .contact-list > li a::before {
  display: block;
  position: absolute;
  content: "";
}

#footer-conversion .conv-content .contact-list > li a:hover,
#footer-conversion .conv-content .contact-list > li a:active,
#footer-conversion .conv-content .contact-list > li a:focus {
  text-decoration: none;
}

#footer-conversion .conv-content .contact-list > li.contact a::before {
  background-position: -50px -50px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

#footer-conversion .conv-content .contact-list > li.mail a::before {
  background-position: -69px -75px;
  width: 20px;
  height: 16px;
  left: 0;
  top: 2px;
}

#footer-conversion .conv-content .contact-list > li.tel a {
  text-decoration: none;
}

#footer-conversion .conv-content .contact-list > li.tel a::before {
  background-position: -56px -25px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}

#footer-conversion .conv-list .close-btn {
  text-decoration: none;
  display: none;
  padding: 10px 22px 7px 46px;
  line-height: 1.3;
  max-width: 173px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.26);
  width: 173px;
}

[data-script-enabled="true"] #footer-conversion .conv-list .close-btn {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-list .close-btn {
    width: 50%;
    max-width: inherit;
    font-size: 1.6rem;
  }
}

#footer-conversion .conv-list .close-btn span {
  position: relative;
}

#footer-conversion .conv-list .close-btn span::before {
  display: block;
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #706f67;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

#footer-conversion .conv-list .close-btn span::after {
  display: block;
  position: absolute;
  content: "";
  left: -21px;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #706f67;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -10px;
}

#footer-conversion .conv-list > li > .contact + * > .close-btn {
  max-width: 168px;
  width: 168px;
}

@media only screen and (max-width: 767px) {
  #footer-conversion .conv-list > li > .contact + * > .close-btn {
    width: 50%;
    max-width: inherit;
  }
}

#footer {
  /*  background: #3c3c35; --- Ricoh ---  */
  /*   background: #303233; */
  border-bottom: 4px solid #cf142b;
  /* --- Ricoh ---  */
}

#footerinner {
  color: #fff;
}

#footer-content {
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  #footer-content {
    padding: 0;
  }
}

#footer-group-nav {
  /*  background: #eee --- Ricoh ---  */
  background: #f3f3f3;
}

#footer-group-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
}

#footer-nav-a {
  padding: 24px 0 34px;
  border-bottom: 1px solid #c6c6c0;
}

@media only screen and (max-width: 1280px) {
  #footer-nav-a {
    padding: 24px 8px 34px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  #footer-nav-a {
    display: none;
  }
}

#footer-nav-a.diff-col5 > ul > li {
  width: 20%;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a.diff-col5 > ul > li {
    width: 100%;
  }
}

#footer-nav-a > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-bottom: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul {
    margin-bottom: 0;
    margin-left: 0;
  }
}

#footer-nav-a > ul > li {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 25%;
  line-height: 1.4;
  font-size: 2rem;
}

:lang(en) #footer-nav-a > ul > li {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li {
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
    padding-left: 0;
  }

  #footer-nav-a > ul > li:last-child {
    padding-bottom: 0;
  }
}

#footer-nav-a > ul > li > a {
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li > a {
    padding-left: 0;
  }
}

#footer-nav-a > ul > li > a:hover,
#footer-nav-a > ul > li > a:active,
#footer-nav-a > ul > li > a:focus {
  text-decoration: underline;
}

#footer-nav-a > ul > li > a::before {
  display: block;
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cf122e;
  border-right: 2px solid #cf122e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li > a::before {
    display: none;
  }
}

#footer-nav-a > ul > li > ul {
  padding-left: 18px;
  margin-top: 18px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #c6c6c0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
  }

  #footer-nav-a > ul > li > ul::before,
  #footer-nav-a > ul > li > ul::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
  }

  #footer-nav-a > ul > li > ul::after {
    bottom: 0;
    background: #c6c6c0;
  }
}

#footer-nav-a > ul > li > ul > li {
  line-height: 1.6;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Arial, sans-serif;
}

:lang(en) #footer-nav-a > ul > li > ul > li {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li > ul > li {
    width: 50%;
    border-bottom: 1px solid #c6c6c0;
    padding-bottom: 0;
    text-align: left;
  }

  #footer-nav-a > ul > li > ul > li:nth-child(odd) {
    border-right: 1px solid #c6c6c0;
  }
}

#footer-nav-a > ul > li > ul > li > a {
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

#footer-nav-a > ul > li > ul > li > a:hover,
#footer-nav-a > ul > li > ul > li > a:active,
#footer-nav-a > ul > li > ul > li > a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li > ul > li > a {
    display: block;
    padding: 12px 16px;
  }
}

#footer-nav-a > ul > li > ul > li > a::before {
  display: block;
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cf122e;
  border-right: 2px solid #cf122e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

:lang(en) #footer-nav-a > ul > li > ul > li > a::before {
  top: 0.5em;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-a > ul > li > ul > li > a::before {
    display: none;
  }
}

#footer-nav-b {
  padding: 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  #footer-nav-b {
    padding: 16px 8px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer-nav-b {
    padding: 0;
    display: block;
  }
}

#footer-nav-b .utility {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -8px -24px;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-b .utility {
    display: block;
    margin: 0;
    border-top: 1px solid #c6c6c0;
  }
}

#footer-nav-b .utility > li {
  margin: 0 0 8px 24px;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-b .utility > li {
    border-bottom: 1px solid #c6c6c0;
    margin: 0;
  }

  #footer-nav-b .utility > li:last-child {
    border-bottom: 0;
  }
}

#footer-nav-b .utility a {
  text-decoration: none;
}

#footer-nav-b .utility a:hover,
#footer-nav-b .utility a:active,
#footer-nav-b .utility a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-b .utility a {
    display: block;
    padding: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer-nav-b .utility.diff-relation {
    padding: 10px 0;
  }
}

#footer-nav-b .utility.diff-relation > li {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1000px) {
  #footer-nav-b .utility.diff-relation > li {
    border: 0;
  }

  #footer-nav-b .utility.diff-relation > li a {
    padding: 10px 16px;
  }
}

#footer-group-utility {
  /*    max-width: 1280px;    */
  margin: 0 auto;
  padding: 20px 0 16px;
  background: #303233;
}

#footer-group-utility > *:last-child {
  margin-bottom: 0;
}

#footer-group-utility .social-content > dt {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 16px;
}

:lang(en) #footer-group-utility .social-content > dt {
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
}

#footer-group-utility .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 -8px -24px;
}

#footer-group-utility .social > li {
  margin: 0 0 8px 24px;
}

#footer-group-utility .social a {
  color: #fff;
  text-decoration: none;
}

#footer-group-bylaw {
  position: relative;
  /*  max-width: 1280px;  */
  margin: -1px auto 0;
  padding-bottom: 15px;
  background: #303233;
  overflow: hidden;
}

#footer-group-bylaw .copyright {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1000px) {
  #footer-group-bylaw .copyright {
    margin-top: 8px;
  }
}

#footer-group-bylaw .copyright a {
  color: inherit;
  text-decoration: none;
}

#footer-group-bylaw .legal-info {
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 15px;
}

@media only screen and (max-width: 1280px) {
  #footer-group-bylaw .legal-info {
    right: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer-group-bylaw .legal-info {
    position: static;
    text-align: center;
  }
}

#footer-group-bylaw .legal-info a {
  color: inherit;
  text-decoration: none;
}

.list-a,
.list-order-a,
.list-notes-a,
.list-link-a,
.list-error-a {
  padding-left: 20px;
}

.list-a.diff-indent,
.list-order-a.diff-indent,
.list-notes-a.diff-indent,
.list-link-a.diff-indent,
.list-error-a.diff-indent {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .list-a,
  .list-order-a,
  .list-notes-a,
  .list-link-a,
  .list-error-a {
    padding-left: 0;
  }
}

.list-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
.list-order-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
.list-notes-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
.list-link-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
.list-error-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
  .list-order-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
  .list-notes-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
  .list-link-a + *:not([class^="hdg-"]):not([class*=" hdg-"]),
  .list-error-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-a + p,
.list-a + [class^="list-"],
.list-a + [class*=" list-"],
.list-order-a + p,
.list-order-a + [class^="list-"],
.list-order-a + [class*=" list-"],
.list-notes-a + p,
.list-notes-a + [class^="list-"],
.list-notes-a + [class*=" list-"],
.list-link-a + p,
.list-link-a + [class^="list-"],
.list-link-a + [class*=" list-"],
.list-error-a + p,
.list-error-a + [class^="list-"],
.list-error-a + [class*=" list-"] {
  margin-top: 28px !important;
}

.list-a > li + li,
.list-order-a > li + li,
.list-notes-a > li + li,
.list-link-a > li + li,
.list-error-a > li + li {
  margin-top: 12px;
}

.list-a > li > ul,
.list-a > li > ol,
.list-a > li > .item > ul,
.list-a > li > .item > ol,
.list-a > li > p + *,
.list-a > li > p + [class^="list-"],
.list-a > li > p + [class*=" list-"],
.list-order-a > li > ul,
.list-order-a > li > ol,
.list-order-a > li > .item > ul,
.list-order-a > li > .item > ol,
.list-order-a > li > p + *,
.list-order-a > li > p + [class^="list-"],
.list-order-a > li > p + [class*=" list-"],
.list-notes-a > li > ul,
.list-notes-a > li > ol,
.list-notes-a > li > .item > ul,
.list-notes-a > li > .item > ol,
.list-notes-a > li > p + *,
.list-notes-a > li > p + [class^="list-"],
.list-notes-a > li > p + [class*=" list-"],
.list-link-a > li > ul,
.list-link-a > li > ol,
.list-link-a > li > .item > ul,
.list-link-a > li > .item > ol,
.list-link-a > li > p + *,
.list-link-a > li > p + [class^="list-"],
.list-link-a > li > p + [class*=" list-"],
.list-error-a > li > ul,
.list-error-a > li > ol,
.list-error-a > li > .item > ul,
.list-error-a > li > .item > ol,
.list-error-a > li > p + *,
.list-error-a > li > p + [class^="list-"],
.list-error-a > li > p + [class*=" list-"] {
  margin-top: 12px !important;
}

.list-a[class*="diff-col"],
.list-order-a[class*="diff-col"],
.list-notes-a[class*="diff-col"],
.list-link-a[class*="diff-col"],
.list-error-a[class*="diff-col"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -12px;
  padding-left: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .list-a[class*="diff-col"],
  .list-order-a[class*="diff-col"],
  .list-notes-a[class*="diff-col"],
  .list-link-a[class*="diff-col"],
  .list-error-a[class*="diff-col"] {
    display: block;
    margin-left: 0;
  }
}

.list-a[class*="diff-col"] > li,
.list-order-a[class*="diff-col"] > li,
.list-notes-a[class*="diff-col"] > li,
.list-link-a[class*="diff-col"] > li,
.list-error-a[class*="diff-col"] > li {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .list-a[class*="diff-col"] > li,
  .list-order-a[class*="diff-col"] > li,
  .list-notes-a[class*="diff-col"] > li,
  .list-link-a[class*="diff-col"] > li,
  .list-error-a[class*="diff-col"] > li {
    padding-left: 0;
  }
}

.list-a.diff-col2 > li,
.list-order-a.diff-col2 > li,
.list-notes-a.diff-col2 > li,
.list-link-a.diff-col2 > li,
.list-error-a.diff-col2 > li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .list-a.diff-col2 > li,
  .list-order-a.diff-col2 > li,
  .list-notes-a.diff-col2 > li,
  .list-link-a.diff-col2 > li,
  .list-error-a.diff-col2 > li {
    width: 100%;
  }
}

.list-a.diff-col3 > li,
.list-order-a.diff-col3 > li,
.list-notes-a.diff-col3 > li,
.list-link-a.diff-col3 > li,
.list-error-a.diff-col3 > li {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .list-a.diff-col3 > li,
  .list-order-a.diff-col3 > li,
  .list-notes-a.diff-col3 > li,
  .list-link-a.diff-col3 > li,
  .list-error-a.diff-col3 > li {
    width: 100%;
  }
}

.list-a.diff-col4 > li,
.list-order-a.diff-col4 > li,
.list-notes-a.diff-col4 > li,
.list-link-a.diff-col4 > li,
.list-error-a.diff-col4 > li {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .list-a.diff-col4 > li,
  .list-order-a.diff-col4 > li,
  .list-notes-a.diff-col4 > li,
  .list-link-a.diff-col4 > li,
  .list-error-a.diff-col4 > li {
    width: 100%;
  }
}

.list-desc-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-desc-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-desc-a + p,
.list-desc-a + [class^="list-"],
.list-desc-a + [class*=" list-"] {
  margin-top: 28px !important;
}

.list-desc-a > dt {
  margin-bottom: 4px;
}

.list-desc-a > dd + dt {
  margin-top: 20px;
}

.list-a > li {
  position: relative;
  padding-left: 17px;
}

.list-a > li:before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #87867e;
  left: 0;
  top: 0.65em;
}

@media only screen and (max-width: 480px) {
  .list-a > li:before {
    top: 0.5em;
  }
}

.list-a[class*="diff-col"] > li {
  padding-left: 57px;
}

@media only screen and (max-width: 767px) {
  .list-a[class*="diff-col"] > li {
    padding-left: 17px;
  }
}

.list-a[class*="diff-col"] > li:before {
  left: 40px;
}

@media only screen and (max-width: 767px) {
  .list-a[class*="diff-col"] > li:before {
    left: 0;
  }
}

.list-order-a {
  counter-reset: num;
}

.list-order-a > li {
  counter-increment: num;
  display: table;
  width: 100%;
}

.list-order-a > li > .item {
  display: table-cell;
  width: 100%;
  padding-left: 12px;
}

.list-order-a > li::before {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  content: counter(num, decimal) ".";
}

.list-order-a.diff-upper-roman > li:before {
  content: counter(num, upper-roman);
}

.list-notes-a > li {
  display: table;
  width: 100%;
  font-size: 1.4rem;
}

:lang(en) .list-notes-a > li {
  font-size: 1.6rem;
}

.list-notes-a > li > .mark {
  display: table-cell;
  white-space: nowrap;
  padding-right: 12px;
  vertical-align: top;
}

.list-notes-a > li > .item {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.list-desc-a > dt {
  font-weight: 700;
}

:lang(en) .list-desc-a > dt {
  /*  font-weight: 400; --- Ricoh --- */
  font-family: Arial, sans-serif;
}

.list-desc-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.list-desc-b + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-desc-b + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-desc-b + p,
.list-desc-b + [class^="list-"],
.list-desc-b + [class*=" list-"] {
  margin-top: 28px !important;
}

.list-desc-b > dt {
  color: #57564f;
  font-weight: 700;
  margin-left: 16px;
}

:lang(en) .list-desc-b > dt {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.list-desc-b > dd {
  color: #57564f;
  margin-left: 16px;
}

.list-desc-c + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-desc-c + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-desc-c + p,
.list-desc-c + [class^="list-"],
.list-desc-c + [class*=" list-"] {
  margin-top: 28px !important;
}

.list-desc-c > dt {
  display: inline-block;
  border: 1px solid #57564f;
  min-width: 90px;
  padding: 5px 4px;
  text-align: center;
  color: #57564f;
  margin-bottom: 16px;
}

.list-desc-c > dd + dt {
  margin-top: 32px;
}

.list-link-a > li > a {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  text-decoration: none;
  color: #0000cc;
}

.list-link-a > li > a::before {
  display: inline-block;
  content: "";
  border-top: 2px solid #656766;
  border-right: 2px solid #656766;
  margin: -5px 14px 0 -23px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-link-a > li > a:hover,
.list-link-a > li > a:active,
.list-link-a > li > a:focus {
  text-decoration: underline;
}

.list-link-a > li > ul,
.list-link-a > li > ol,
.list-link-a > li > .item > ul,
.list-link-a > li > .item > ol,
.list-link-a > li > p + *,
.list-link-a > li > p + [class^="list-"],
.list-link-a > li > p + [class*=" list-"] {
  padding-left: 41px;
}

@media only screen and (max-width: 767px) {
  .list-link-a > li > ul,
  .list-link-a > li > ol,
  .list-link-a > li > .item > ul,
  .list-link-a > li > .item > ol,
  .list-link-a > li > p + *,
  .list-link-a > li > p + [class^="list-"],
  .list-link-a > li > p + [class*=" list-"] {
    padding-left: 21px;
  }
}

.list-link-a > li > ul.diff-indent,
.list-link-a > li > ol.diff-indent,
.list-link-a > li > .item > ul.diff-indent,
.list-link-a > li > .item > ol.diff-indent,
.list-link-a > li > p + *.diff-indent,
.list-link-a > li > p + [class^="list-"].diff-indent,
.list-link-a > li > p + [class*=" list-"].diff-indent {
  padding-left: 21px;
}

.list-link-a.diff-anchor {
  padding-left: 0;
}

.list-link-a.diff-anchor > li {
  padding-left: 3px;
}

.list-link-a.diff-anchor > li > a::before {
  margin-top: -8px;
  transform: rotate(135deg);
}

.list-link-a[class*="diff-col"] > li {
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .list-link-a[class*="diff-col"] > li {
    padding-left: 3px;
  }
}

.list-link-a.diff-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-left: -46px;
  padding-left: 0;
}

.list-link-a.diff-inline > li {
  margin-top: 0;
  padding-left: 49px;
  margin-bottom: 12px;
}

.list-link-b-wrapper {
  background: #fff;
  padding: 26px 20px 70px;
  position: relative;
}

.list-link-b-wrapper + .list-link-b-wrapper {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .list-link-b-wrapper + .list-link-b-wrapper {
    margin-top: 16px;
    background: none;
  }
}

.diff-sitemap .list-link-b-wrapper {
  padding: 0;
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .list-link-b-wrapper {
    height: auto !important;
    padding: 12px 15px 11px;
  }
}

.list-link-b-wrapper > *:last-child {
  margin-bottom: 0;
}

.list-link-b > li a {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  text-decoration: none;
}

.list-link-b > li a::before {
  display: inline-block;
  content: "";
  border-top: 2px solid #656766;
  border-right: 2px solid #656766;
  margin: -5px 14px 0 -23px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-link-b > li a:hover,
.list-link-b > li a:active,
.list-link-b > li a:focus {
  text-decoration: underline;
  color: #57564f;
}

.list-link-b > li .first-wrapper > a {
  font-size: 2rem;
  font-weight: 700;
}

:lang(ja) .diff-sitemap .list-link-b > li .first-wrapper > a {
  font-weight: 400;
}

:lang(en) .list-link-b > li .first-wrapper > a {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .list-link-b > li .first-wrapper > a {
    padding-left: 0;
    font-size: 1.6rem;
    text-decoration: underline;
  }

  .list-link-b > li .first-wrapper > a::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .list-link-b > li .first-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.list-link-b > li .toggle-hook {
  display: none;
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] .list-link-b > li .toggle-hook {
    display: block;
    position: relative;
    width: 26px;
    height: 24px;
    overflow: hidden;
    margin-left: 10px;
  }

  [data-script-enabled="true"] .list-link-b > li .toggle-hook::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 2px;
    border-top: 2px solid #a40e1c;
    border-right: 2px solid #a40e1c;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
  }
}

@media only screen and (max-width: 767px) {
  .list-link-b > li.is-open .toggle-hook::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
  }
}

.list-link-b > li .toggle-txt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  font-size: 1rem;
  opacity: 0;
}

.list-link-b > li ul:first-child {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid #c6c6c0;
}

.diff-sitemap .list-link-b > li ul:first-child {
  border-top: 0;
  margin-top: 0;
}

.diff-sitemap .list-link-b > li ul {
  padding-left: 18px;
  padding-top: 18px;
}

@media only screen and (max-width: 767px) {
  .diff-sitemap .list-link-b > li ul {
    padding-left: 0;
  }
}

.diff-sitemap .list-link-b > li ul ul {
  padding-top: 12px;
}

.diff-sitemap .list-link-b > li ul > li {
  font-size: 1.4rem;
}

:lang(en) .diff-sitemap .list-link-b > li ul > li {
  font-size: 1.6rem;
}

.list-link-b > li ul > li + li {
  margin-top: 12px;
}

.list-link-b > li .list-link-a.right {
  position: absolute;
  right: 20px;
  bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .list-link-b > li .list-link-a.right {
    position: static;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .list-error-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 21px;
  }
}

.list-error-a > li {
  color: #cf122e;
  position: relative;
  padding-left: 36px;
  font-weight: 700;
}

:lang(en) .list-error-a > li {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.list-error-a > li::before {
  display: block;
  position: absolute;
  content: "";
  background-position: -56px 0;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0.25em;
}

@media only screen and (max-width: 480px) {
  .list-error-a > li::before {
    top: 0.1em;
  }
}

.list-qa-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-qa-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-qa-a > dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  position: relative;
  padding-left: 50px;
  line-height: 1.4;
}

:lang(en) .list-qa-a > dt {
  /*  font-weight: 400; --- Ricoh --- */
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .list-qa-a > dt {
    font-size: 1.8rem;
    padding-left: 45px;
    margin-bottom: 24px;
  }
}

.list-qa-a > dt::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: #cf122e;
  color: #fff;
  content: "Q";
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 20px 3px -50px;
  font-size: 2rem;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .list-qa-a > dt::before {
    margin: 0 15px -5px -45px;
  }
}

.list-qa-a > dd {
  position: relative;
  padding-left: 50px;
  padding-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .list-qa-a > dd {
    padding-left: 45px;
    padding-bottom: 28px;
  }
}

.list-qa-a > dd:last-child {
  padding-bottom: 0;
}

.list-qa-a > dd::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  color: #cf122e;
  content: "A";
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 20px -7px -50px;
  vertical-align: middle;
  border: solid 2px #cf122e;
}

@media only screen and (max-width: 767px) {
  .list-qa-a > dd::before {
    margin: 0 15px -7px -45px;
  }
}

.list-qa-a > dd + dt {
  padding-top: 36px;
  border-top: 1px solid #c6c6c0;
}

@media only screen and (max-width: 767px) {
  .list-qa-a > dd + dt {
    padding-top: 28px;
  }
}

.list-label-a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -8px;
}

.list-label-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 14px;
}

.list-label-a > li {
  background: #eee;
  font-size: 1.4rem;
  color: #57564f;
  min-width: 90px;
  text-align: center;
  padding: 5px 14px;
  line-height: 1.2;
  margin-left: 8px;
  margin-bottom: 8px;
  font-weight: 700;
}

:lang(en) .list-label-a > li {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

:lang(ja) .diff-news-temp .list-label-a > li {
  font-size: 1.2rem;
}

.list-contact-a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}

.list-contact-a.diff-equality {
  margin-bottom: -24px;
}

.list-contact-a.diff-equality > li {
  width: 33.3333%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .list-contact-a.diff-equality > li {
    width: 100%;
  }
}

.list-contact-a > li {
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}

:lang(en) .list-contact-a > li {
  font-size: 1.8rem;
}

.lyt-contact-a .list-contact-a > li {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-contact-a > li {
    width: 100%;
  }
}

.lyt-contact-a .list-contact-a > li.type-tel .contact-inner::before {
  background-position: -56px -25px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.list-contact-a > li.type-tel a::before {
  background-position: -56px -25px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.list-contact-a > li.type-mail {
  word-break: break-all;
}

.lyt-contact-a .list-contact-a > li.type-mail .contact-inner::before {
  background-position: -69px -75px;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}

.list-contact-a > li.type-mail a::before {
  background-position: -69px -75px;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}

.lyt-contact-a .list-contact-a > li.type-inquiry .contact-inner::before {
  background-position: -50px -50px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.list-contact-a > li.type-inquiry a::before {
  background-position: -50px -50px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.list-contact-a > li:not([class*="type-"]) a {
  border: 1px solid #cf122e;
  padding: 14px 24px;
  color: #cf122e;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-contact-a > li:not([class*="type-"]) a::before {
  top: 50%;
  left: inherit;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cf122e;
  border-right: 2px solid #cf122e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

.list-contact-a a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  padding: 14px 24px 14px 58px;
  text-decoration: none;
}

:lang(en) .list-contact-a a {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.lyt-contact-a .list-contact-a a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 24px 24px 58px;
}

@media only screen and (max-width: 767px) {
  .lyt-contact-a .list-contact-a a {
    padding-left: 34px;
  }
}

.lyt-contact-a .list-contact-a a::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .list-contact-a a {
    height: auto !important;
  }
}

.list-contact-a a::before {
  display: block;
  position: absolute;
  content: "";
  left: 24px;
  top: 50%;
}

.lyt-contact-a .list-contact-a .contact-inner {
  font-size: 2.8rem;
  position: relative;
  padding-left: 32px;
  margin-left: -32px;
}

@media only screen and (max-width: 767px) {
  .lyt-contact-a .list-contact-a .contact-inner {
    font-size: 2rem;
  }
}

.lyt-contact-a .list-contact-a .contact-inner::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
}

.list-contact-a .supple-a {
  font-size: 1.4rem;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .lyt-contact-a .list-contact-a .supple-a {
    display: block;
    text-align: center;
  }
}

.list-contact-a .supple-b {
  font-size: 1.2rem;
  margin-top: 6px;
}

.list-contact-a .notes-a {
  font-size: 1.2rem;
  margin-top: 12px;
  line-height: 1.6;
}

.list-case-a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

@media only screen and (max-width: 767px) {
  .list-case-a {
    display: block;
    margin: 0;
  }
}

.list-case-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-case-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-case-a > li {
  padding-left: 40px;
  margin-bottom: 40px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .list-case-a > li {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .list-case-a > li + li {
    margin-top: 52px;
  }
}

.list-case-a > li:nth-child(odd) {
  position: relative;
}

.list-case-a > li:nth-child(odd)::before {
  display: block;
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-top: 4px solid #706f67;
  border-right: 4px solid #706f67;
  right: -26px;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .list-case-a > li:nth-child(odd)::before {
    right: 50%;
    bottom: -31px;
    top: inherit;
    margin-right: -14px;
    margin-top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.list-case-a .before,
.list-case-a .after {
  padding: 24px 40px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .list-case-a .before,
  .list-case-a .after {
    padding: 16px 24px;
    height: auto;
  }
}

.list-case-a .before > dt,
.list-case-a .after > dt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

:lang(en) .list-case-a .before > dt,
:lang(en) .list-case-a .after > dt {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .list-case-a .before > dt,
  .list-case-a .after > dt {
    font-size: 2rem;
  }
}

.list-case-a .before {
  background: #eee;
}

.list-case-a .after {
  background: #fff3f4;
}

.list-news-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-news-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-news-a > li {
  border-bottom: 1px solid #c6c6c0;
}

.list-news-a .news-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 18px;
}

@media only screen and (max-width: 767px) {
  .list-news-a .news-content {
    display: block;
    padding: 20px 10px;
  }
}

.list-news-a .news-content > * + * {
  margin-left: 38px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .list-news-a .news-content > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
}

.list-news-a .news-content .date {
  white-space: nowrap;
}

.list-news-a .news-content .icon-area {
  max-width: 123px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .list-news-a .news-content .icon-area {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: inherit;
    margin-bottom: -4px;
    margin-left: -4px;
  }
}

.list-news-a .news-content .icon-area > * {
  display: block;
  /*  margin-top: 2px --- Ricoh --- */
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .list-news-a .news-content .icon-area > * {
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 4px;
  }
}

.list-news-a .news-content .icon-area > * + * {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .list-news-a .news-content .icon-area > * + * {
    margin-top: 0;
  }
}

.list-news-a .news-content .news {
  width: 100%;
}

.list-news-a a {
  text-decoration: none;
}

.list-news-a a:hover,
.list-news-a a:active,
.list-news-a a:focus {
  color: #000;
}

.list-news-a a:hover .news > li,
.list-news-a a:active .news > li,
.list-news-a a:focus .news > li {
  text-decoration: underline;
}

.list-news-a.diff-hover a {
  transition: background 0.2s;
}

.list-news-a.diff-hover a:hover,
.list-news-a.diff-hover a:active,
.list-news-a.diff-hover a:focus {
  background: #eee;
}

.list-step-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}

@media only screen and (max-width: 480px) {
  .list-step-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
    margin-top: 28px;
  }
}

.list-step-a > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .list-step-a > li {
    display: block;
    margin-bottom: 28px;
    padding-bottom: 0;
  }
}

.list-step-a > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-step-a > li:last-child::before {
  display: none;
}

.list-step-a .step-txt {
  color: #cf122e;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
  min-width: 86px;
  border-right: solid 2px #cf122e;
}

@media only screen and (max-width: 767px) {
  .list-step-a .step-txt {
    border: 0;
  }
}

:lang(en) .list-step-a .step-txt {
  /*  font-weight: 400; --- Ricoh --- */
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .list-step-a .step-txt {
    text-align: center;
  }
}

.list-step-a .step-txt-inner {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .list-step-a .step-txt-inner {
    display: inline-block;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .list-step-a .step-txt-inner::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -15px;
    bottom: -14px;
    width: 30px;
    height: 3px;
    background: #cf122e;
  }
}

.list-step-a .step-content {
  padding-left: 20px;
}

.list-step-a .step-content > dt {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 8px;
  padding-top: 2px;
}

:lang(en) .list-step-a .step-content > dt {
  /*  font-weight: 400; --- Ricoh --- */
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .list-step-a .step-content > dt {
    font-size: 1.8rem;
  }
}

.list-accordion-a > li {
  border-bottom: 1px solid #c6c6c0;
  padding: 17px 0;
}

.list-accordion-a > li > *:first-child {
  color: #57564f;
  font-weight: 700;
}

:lang(en) .list-accordion-a > li > *:first-child {
  /*  font-weight: 400; --- Ricoh --- */
  font-family: Arial, sans-serif;
}

.list-accordion-a > li > .toggle-hook {
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.list-accordion-a > li > .toggle-content {
  margin-top: 14px;
  padding-left: 34px;
}

@media only screen and (max-width: 767px) {
  .list-accordion-a > li > .toggle-content {
    padding-left: 0;
  }
}

[data-script-enabled="true"] [data-script-enabled="true"] .list-accordion-a > li.is-open > .toggle-content {
  display: block;
}

[data-script-enabled="true"] .list-accordion-a > li.is-open > .toggle-hook::after {
  display: none;
}

[data-script-enabled="true"] .list-accordion-a > li.is-close > .toggle-hook::after {
  width: 2px;
  height: 20px;
  margin-top: -9px;
  left: 9px;
}

[data-script-enabled="true"] .list-accordion-a > li > .toggle-hook {
  padding: 0 0 0 34px;
  position: relative;
}

[data-script-enabled="true"] .list-accordion-a > li > .toggle-hook::before,
[data-script-enabled="true"] .list-accordion-a > li > .toggle-hook::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0.6em;
  background: #706f67;
  width: 20px;
  height: 2px;
}

[data-script-enabled="true"] .list-accordion-a > li .toggle-txt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  font-size: 1rem;
  opacity: 0;
}

[data-script-enabled="true"] .list-accordion-a > li > .toggle-content {
  display: none;
}

.nav-a {
  background: #dbdbdb;
  opacity: 0.9;
  position: relative;
  z-index: 0;
  top: inherit;
  transition: top 0.2s;
}

@media only screen and (max-width: 1000px) {
  .nav-a {
    display: none;
  }
}

.nav-a::before {
  display: block;
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: -1;
  pointer-events: none;
}

.is-fixed .nav-a {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 201;
  width: 100%;
}

.is-fixed .nav-a::before {
  background: linear-gradient(rgba(0, 0, 0, 0.16), transparent);
}

.nav-a .nav-a-inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .nav-a .nav-a-inner {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-a .nav-a-inner {
    padding: 0 16px;
  }
}

.nav-a ul {
  display: table;
  width: 100%;
}

.nav-a ul > li {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  text-align: center;
  display: table-cell;
}

.nav-a ul > li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 32px;
  margin-top: -16px;
  background: #b1b1ac;
}

.nav-a ul > li::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: -1px;
  width: 1px;
  height: 32px;
  margin-top: -16px;
  background: #b1b1ac;
}

.nav-a ul > li.is-current a {
  font-weight: 700;
  color: #cf122e;
}

:lang(en) .nav-a ul > li.is-current a {
  /*  font-weight: 400; --- Ricoh --- */
  font-family: Arial, sans-serif;
}

.nav-a ul a {
  text-decoration: none;
  padding: 21px 34px;
  display: table;
  width: 100%;
}

.nav-a ul a:hover,
.nav-a ul a:active,
.nav-a ul a:focus {
  color: #cf122e;
}

.nav-a ul a span {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1000px) {
  .js-nav-fixed.diff-style-a {
    display: block;
  }
}

.nav-b {
  position: relative;
  z-index: 0;
  top: inherit;
  transition: top 0.2s;
}

.nav-b::before {
  display: block;
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: -1;
  pointer-events: none;
}

.is-fixed .nav-b {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 201;
  width: 100%;
}

.is-fixed .nav-b::before {
  background: linear-gradient(rgba(0, 0, 0, 0.16), transparent);
}

.nav-b .nav-b-inner {
  max-width: 1280px;
  margin: 0 auto;
  background: #dbdbdb;
  opacity: 0.9;
  padding: 20px 0;
}

@media only screen and (max-width: 1000px) {
  .nav-b .nav-b-inner {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.is-fixed .nav-b .nav-b-inner {
  max-width: inherit;
  margin: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.nav-b ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

@media only screen and (max-width: 767px) {
  .nav-b ul {
    display: block;
    margin-bottom: 0;
  }
}

.is-fixed .nav-b ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.is-fixed .nav-b ul > li {
  white-space: nowrap;
  border-bottom: 0;
  padding: 0 30px;
  margin: 0;
}

.is-fixed .nav-b ul > li::before {
  display: block;
}

.is-fixed .nav-b ul > li:last-child::before {
  display: none;
}

.nav-b ul > li {
  line-height: 1.4;
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .nav-b ul > li {
    border-bottom: 1px solid #b1b1ac;
    padding: 0 4px 12px;
    margin: 0 16px 12px;
    text-align: left;
  }

  .nav-b ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.nav-b ul > li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 32px;
  margin-top: -16px;
  background: #b1b1ac;
}

@media only screen and (max-width: 767px) {
  .nav-b ul > li::before {
    display: none;
  }
}

.nav-b ul a {
  text-decoration: none;
  position: relative;
  padding-left: 21px;
  display: inline-block;
}

.nav-b ul a::before {
  display: inline-block;
  content: "";
  border-top: 2px solid #656766;
  border-right: 2px solid #656766;
  margin: -5px 10px 0 -23px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
}

:lang(en) .nav-b ul a::before {
  top: 0.4em;
}

@media only screen and (max-width: 480px) {
  :lang(en) .nav-b ul a::before {
    top: 0.3em;
  }
}

.nav-structure-a {
  display: none;
  position: relative;
  text-align: right;
  max-width: 1280px;
  margin: 0 auto;
}

[data-script-enabled="true"] .nav-structure-a {
  display: block;
  z-index: 100;
}

@media only screen and (max-width: 1280px) {
  .nav-structure-a {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-structure-a {
    padding: 0 16px;
  }
}

.nav-structure-a .toggle-txt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  font-size: 1rem;
  opacity: 0;
}

.nav-structure-a > .menu-btn {
  padding: 8px 46px 8px 22px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  transition: background 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  color: #cf122e !important;
  background: #fff;
  border: 1px solid #cf122e;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .nav-structure-a > .menu-btn {
    width: 100%;
    padding: 11px 46px;
  }
}

.nav-structure-a > .menu-btn:hover,
.nav-structure-a > .menu-btn:active,
.nav-structure-a > .menu-btn:focus {
  opacity: 0.6;
}

.nav-structure-a.is-close > .menu-btn::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  width: 20px;
  height: 14px;
  margin-top: -7px;
  background: linear-gradient(#cf122e, #cf122e 2px, transparent 2px, transparent 6px, #cf122e 6px, #cf122e 8px, transparent 8px, transparent 12px, #cf122e 12px);
}

[data-script-enabled="true"] .nav-structure-a.is-open > ul.toggle-content {
  display: block;
}

.nav-structure-a.is-open > .menu-btn::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 2px;
  height: 23px;
  margin-top: -11px;
  background: #cf122e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-structure-a.is-open > .menu-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 2px;
  height: 23px;
  background: #cf122e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -11px;
}

.nav-structure-a > ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 340px;
  position: absolute;
  right: 0;
  z-index: 1;
  text-align: left;
  margin-top: 16px;
}

[data-script-enabled="true"] .nav-structure-a > ul {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .nav-structure-a > ul {
    right: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-structure-a > ul {
    right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-structure-a > ul {
    width: 100%;
    position: static;
    box-shadow: none;
  }
}

.nav-structure-a > ul > li a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 11px 32px 11px 16px;
  border-bottom: 1px solid #c6c6c0;
  background: #f3f3f3;
}

.nav-structure-a > ul > li a:hover {
  background: #dedede;
}

.nav-structure-a > ul > li a::before {
  display: block;
  position: absolute;
  content: "";
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 2px solid #656766;
  border-right: 2px solid #656766;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-structure-a > ul > li.is-open > a {
  color: #fff;
  background: #cf122e;
}

.nav-structure-a > ul > li.is-open > a::before {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}

.nav-structure-a > ul > li.is-close > a::before {
  margin-top: -9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-structure-a > ul > li > ul > li {
  font-size: 1.4rem;
}

.nav-structure-a > ul > li > ul > li a {
  padding: 13px 32px 12px 38px;
}

.nav-structure-a > ul > li > ul > li a::before {
  width: 8px;
  height: 8px;
}

.nav-structure-a > ul > li > ul > li.is-open > a {
  color: #fff;
  background: #706f67;
}

.nav-structure-a > ul > li > ul > li.is-open > a::before {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}

.nav-structure-a > ul > li > ul > li.is-close > a::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-structure-a > ul > li > ul > li > ul > li > a {
  background: rgba(255, 255, 255, 0.96);
}

.nav-pager-a {
  position: relative;
  padding: 0 100px;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a {
    padding: 0;
  }
}

.nav-pager-a > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ul {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}

.nav-pager-a > ul > li {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ul > li {
    position: static;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.nav-pager-a > ul .prev {
  left: 0;
  top: 0;
}

.nav-pager-a > ul .prev a {
  padding: 10px 22px 10px 34px;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ul .prev a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.nav-pager-a > ul .prev a:before {
  right: inherit;
  left: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-pager-a > ul .next {
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ul .next {
    text-align: right;
  }
}

.nav-pager-a > ul .next a {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ul .next a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.nav-pager-a > ol {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
  margin-bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ol {
    margin-left: -13px;
    margin-bottom: -15px;
  }
}

.nav-pager-a > ol > li {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ol > li {
    padding-left: 13px;
    padding-bottom: 15px;
  }
}

.nav-pager-a > ol > li > a,
.nav-pager-a > ol > li > em {
  padding: 10px 0;
  display: block;
  background: #eee;
  color: #666;
  text-decoration: none;
  width: 44px;
  height: 44px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .nav-pager-a > ol > li > a,
  .nav-pager-a > ol > li > em {
    width: 37px;
    height: 37px;
    line-height: 1.4;
  }
}

.nav-pager-a > ol > li > em {
  background: #706f67;
  color: #fff;
}

.btn-a,
.btn-b {
  padding: 8px 34px 8px 22px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  transition: background 0.2s;
}

@media only screen and (max-width: 480px) {
  .btn-a,
  .btn-b {
    padding: 12px 34px 12px 22px;
  }
}

.btn-a::before,
.btn-b::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cf122e;
  border-right: 2px solid #cf122e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

.btn-a .icon-a,
.btn-b .icon-a {
  display: none;
}

.btn-a[href$=".pdf"]::before,
.btn-a[target="_blank"]::before,
.btn-a[formtarget="_blank"]::before,
.btn-b[href$=".pdf"]::before,
.btn-b[target="_blank"]::before,
.btn-b[formtarget="_blank"]::before {
  display: none;
}

.btn-a[href$=".pdf"] .icon-a,
.btn-a[target="_blank"] .icon-a,
.btn-a[formtarget="_blank"] .icon-a,
.btn-b[href$=".pdf"] .icon-a,
.btn-b[target="_blank"] .icon-a,
.btn-b[formtarget="_blank"] .icon-a {
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -5px 0 0;
  display: inline-block;
}

.btn-a[href$=".pdf"] .icon-a,
.btn-b[href$=".pdf"] .icon-a {
  margin-top: -8px;
}

.btn-a {
  color: #cf122e !important;
  background: #fff;
  border: 1px solid #cf122e;
}

.btn-a::before {
  border-color: #cf122e;
}

.btn-a:hover,
.btn-a:active,
.btn-a:focus {
  opacity: 0.6;
}

.btn-a.is-disabled,
.btn-a:disabled {
  background: #dad9d6;
  color: #57564f !important;
  border: 1px solid #b1b1ac;
  box-shadow: none;
  pointer-events: none;
}

.btn-a.is-disabled::before,
.btn-a:disabled::before {
  border-color: #706f67;
}

.btn-b {
  color: #fff !important;
  background: #cf122e;
  border: 1px solid #cf122e;
}

.btn-b::before {
  border-color: #fff;
}

.btn-b.diff-tel::before {
  background-position: -81px -50px;
  width: 20px;
  height: 20px;
}

.btn-b.diff-tel.is-disabled::before,
.btn-b.diff-tel:disabled::before {
  background-position: 0 -50px;
  width: 20px;
  height: 20px;
}

.btn-b.diff-mail::before {
  background-position: -106px 0;
  width: 20px;
  height: 16px;
}

.btn-b.diff-mail.is-disabled::before,
.btn-b.diff-mail:disabled::before {
  background-position: -44px -75px;
  width: 20px;
  height: 16px;
}

.btn-b.diff-login::before {
  background-position: -28px 0;
  width: 23px;
  height: 20px;
}

.btn-b.diff-login.is-disabled::before,
.btn-b.diff-login:disabled::before {
  background-position: 0 0;
  width: 23px;
  height: 20px;
}

.btn-b:hover,
.btn-b:active,
.btn-b:focus {
  opacity: 0.6;
}

.btn-b.is-disabled,
.btn-b:disabled {
  background: #dad9d6;
  color: #57564f !important;
  border: 1px solid #b1b1ac;
  box-shadow: none;
  pointer-events: none;
}

.btn-b.is-disabled::before,
.btn-b:disabled::before {
  border-color: #706f67;
}

#modalPrevWrap,
#modalNextWrap {
  display: none !important;
  position: absolute;
  top: 30px;
  z-index: 20000;
}

.tbl-scroll-a + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 34px;
}
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

#footer-nav-b .utility li {
  font-size: 0.875rem;
}

#footer #footer-group-utility .social-content > dt {
  font-size: 0.94rem;
}

#name-cookie-accept-bar p {
  font-size: 0.813rem;
}

#footer-content #footer-group-bylaw .copyright {
  font-size: 1.05rem;
}

body #name-cookie-accept-bar {
  overflow-wrap: normal;
}
