﻿progress,
sub,
sup {
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
*,
::after,
::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
button,
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
img {
  image-rendering: -webkit-optimize-contrast !important;
  vertical-align: bottom !important;
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
address {
  font-style: normal;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
input {
  border-radius: 0;
}
[aria-controls],
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[aria-disabled],
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/*-----*/
body {
  background-color: #f3f3f3;
}
#wrapper {
  background: #f3f3f3;
  padding-bottom: 50px;
}
#gl_header {
  background-color: #fff;
}
#gl_header .hd_lg a {
  display: block;
  width: 140px;
  height: 48px;
  background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Common/cmn_v1/img/gl_header/hd_logo.png) 0 0 no-repeat;
  text-indent: -9999px;
}
#gl_header .gl_hd .inner {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1008px;
}
#gl_header .hd_lg {
  display: table-cell;
  width: 140px;
  padding: 16px 0;
  vertical-align: middle;
}
#info {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  width: 1012px;
  margin: 0 auto;
  padding: 15px 6px;
  position: relative;
}
#info .detail {
  display: inline-block;
  vertical-align: top;
}
#info .subject {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 15px 3em;
  font-weight: bold;
  color: #414141;
  text-indent: -3em;
  width: 800px;
}
#info .subject span {
  display: inline-block;
  background: #fff;
  padding: 2px 20px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
  vertical-align: middle;
  text-indent: 0em;
  cursor: pointer;
}
#info h1 {
  font-size: 25px;
  color: #414141;
  width: 1000px;
}
.next_back {
  position: absolute;
  right: 0;
  display: flex;
}
#info .back_btn a {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  padding: 10px;
  background-color: #436dd1;
}

#info .back_btn a:focus {
  outline-offset: 3px;
}

#info .next_btn a {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  margin-left: 10px;
  color: #fff !important;
  font-size: 14px;
  padding: 10px;
  background-color: #d31d3e;
}

#info .next_btn a:focus {
  outline-offset: 3px;
}

.container {
  width: 1012px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.txt_box {
  width: 1012px;
  height: auto;
  margin: 15px auto 0;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  font-size: 20px;
}
.txt_box span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.red {
  color: #d31d3e;
}
.panel {
  width: 100%;
  margin: auto;
  position: relative;
}
.panel_img {
  max-width: 100%;
  height: auto;
}
.hover_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.panel_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.panel_btn img {
  max-width: 100%;
}
.panel_btn a {
  cursor: pointer;
  display: block !important;
  transition-duration: 0.3s;
  border: 3px solid #ff0303;
  outline-offset: -3px;
  animation: anime1 0.9s ease 0s infinite alternate;
  transform-origin: center;
}
.panel_btn a:hover {
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid #ff0303;
  /* outline-offset: -3px; */
}
#hover_btn:focus {
  outline-offset: 3px !important;
  /* outline-offset: -2px !important; */
  outline: 2px solid #433fd1 !important;
}
#hover_btn_2:focus {
  outline-offset: 3px !important;
  /* outline-offset: -2px !important; */
  outline: 2px solid #433fd1 !important;
}
#hover_btn_3:focus {
  outline-offset: 3px !important;
  /* outline-offset: -2px !important; */
  outline: 2px solid #433fd1 !important;
}
#hover_btn_4:focus {
  outline-offset: 3px !important;
  /* outline-offset: -2px !important; */
  outline: 2px solid #433fd1 !important;
}
#hover_btn_5:focus {
  outline-offset: 3px !important;
  /* outline-offset: -2px !important; */
  outline: 2px solid #433fd1 !important;
}
.under_txt {
  text-align: center;
  margin-top: 10px !important;
  font-size: 14px;
}
.panel_btn a:focus-visible {
  /* border: 3px solid #436dd1; */
  /* outline-offset: -6px; */
  outline-offset: 3px;
  outline: 3px solid #436dd1;;
}
.radio img,
.check img {
  max-width: 100%;
  height: auto;
  border: 2px solid #ff0303;
  animation: anime1 0.9s ease 0s infinite alternate;
  transform-origin: center;
}
.radio img:focus-visible,
.check img:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1;
  border: 2px solid #ff0303 !important;
}
.hukidashi {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  /* background: #fff; */
  line-height: 1.2;
}
.hukidashi.small {
  width: 138px;
  background: #fff;
  margin-top: 8px;
}
.hukidashi_top {
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
}
.hukidashi_right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto !important;
  text-align: center;
  width: 150px;
  height: 17px;
  font-size: 12px;
  line-height: 1.2;
}
@keyframes anime1 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
/*パネル0*/
#simplepagetitle {
  display: none;
}

#panel {
  background: url(/-/Media/Ricoh/Sites/co_jp/simulator/ricoh-contract-workflow-service-legal-consultation/img/bg_image.png) no-repeat center / cover;
}
#panel h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #436dd1;
}
#panel .txt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
#panel .txt span {
  font-size: 14px;
  display: block;
  color: #333;
  margin-top: 20px;
}
#panel .seen {
  border: 2px solid #565656;
  width: 80%;
  margin: 0 auto 20px;
}
#panel .seen h3 {
  text-align: center;
  font-size: 24px;
  background: #565656;
  color: #fff;
  padding: 5px;
}
#panel .seen p {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
/*パネル1*/
#panel_1 .panel_btn {
  top: 250px;
  left: 476px;
  width: 200px;
}
/*パネル2*/
#panel_2 .panel_btn {
  top: 126px;
  left: 184px;
  width: 291px;
}

#panel_2 .panel_btn a:focus-visible {
  outline-offset: 3px !important;
  outline: 3px solid #ccc !important
  /* border: 2px solid #ff0303 !important; */
}

/*パネル3*/
#panel_3 .panel_btn {
  top: 204px;
  left: 182px;
  width: 245px;
}
#panel_3 .panel_btn a:focus-visible {
  outline-offset: 3px !important;
  outline: 3px solid #ccc !important
  /* border: 2px solid #ff0303 !important; */
}
#panel_3 .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 550px;
  left: 580px;
  margin: auto;
  border: 2px solid #ff0303;
  outline-offset: -3px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 460px;
  background-color: #ffffff;
  display: block;
}
/*パネル4*/
#panel_4 .panel_btn {
  display: none;
  top: 84px;
  left: 389px;
  width: 47px;
}
#panel_4 .radio {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 344px;
  left: 82px;
  width: 17px;
  height: 17px;
}
/*パネル5*/
#panel_5 .panel_btn {
  top: 69px;
  left: 913px;
  width: 65px;
}
#panel_5 #hover_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 487px;
  left: 114px;
  width: 100px;
  height: 25px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}
#panel_5 #hover_txt {
  display: none;
  position: absolute;
  top: 50px;
  left: 150px;
  background: #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  z-index: 5;
}
#panel_5 #hover_btn_2 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 520px;
  left: 562px;
  width: 30px;
  height: 25px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}

#panel_5 #hover_txt_2 {
  display: none;
  position: absolute;
  top: 50px;
  left: 450px;
  background-color: #fff;
  border: 3px solid #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  width: 400px;
  z-index: 5;
}
#panel_5 #hover_txt_2 img {
  max-width: 100%;
}
#panel_5 #hover_btn_3 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 886px;
  left: 345px;
  width: 26px;
  height: 25px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}
#panel_5 #hover_txt_3 {
  display: none;
  position: absolute;
  top: 550px;
  left: 650px;
  background-color: #fff;
  border: 3px solid #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  width: 400px;
  z-index: 5;
}
#panel_5 #hover_txt_3 img {
  max-width: 100%;
}
#panel_5 #hover_btn_4 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 911px;
  left: 179px;
  width: 31px;
  height: 21px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}
#panel_5 #hover_txt_4 {
  display: none;
  position: absolute;
  top: 550px;
  left: 150px;
  background: #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  z-index: 5;
}
#panel_5 #hover_btn_5 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 905px;
  left: 172px;
  width: 35px;
  height: 25px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}
#panel_5 #hover_txt_5 {
  display: none;
  position: absolute;
  top: 580px;
  left: 150px;
  background: #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  z-index: 5;
}
#panel_5 .click_txt,
#panel_5 .click_txt_2,
#panel_5 .click_txt_3,
#panel_5 .click_txt_4,
#panel_5 .click_txt_5 {
  font-size: 11px;
  padding: 2px 5px;
}

#panel_5 #click_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 156px;
  left: 314px;
  height: 25px;
  outline-offset: -3px;
  width: 220px;
  background-color: #e9efff;
  display: block;
}
#panel_5 #click_btn:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1 !important;
}
#panel_5 #click_btn_2 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 520px;
  left: 267px;
  height: 25px;
  outline-offset: -3px;
  width: 142px;
  background-color: #fff;
  display: block;
}
#panel_5 #click_btn_2:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1 !important;
}
#panel_5 #click_btn_3 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 520px;
  left: 492px;
  height: 25px;
  outline-offset: -3px;
  width: 129px;
  background-color: #fff;
  display: block;
}
#panel_5 #click_btn_3:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1 !important;
}
#panel_5 #click_btn_4 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 886px;
  left: 266px;
  height: 25px;
  outline-offset: -3px;
  background-color: #fff;
  width: 125px;
  display: block;
}
#panel_5 #click_btn_4:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1 !important;
}
#panel_5 #click_btn_5 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 970px;
  left: 545px;
  height: 27px;
  outline-offset: -3px;
  width: 655px;
  background-color: #fff;
  display: block;
}
#panel_5 #click_btn_5:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1 !important;
}
/*パネル6*/
#panel_6 .panel_btn {
  top: 220px;
  left: 517px;
  width: 63px;
}
/*パネル7*/
#panel_7 .panel_btn {
  top: 66px;
  left: 459px;
  width: 42px;
}
#panel_7 #hover_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 168px;
  left: 254px;
  width: 465px;
  height: 80px;
  /* outline: 3px solid #433fd1; */
  border: 3px solid #433fd1;
  /* outline-offset: -3px !important; */
}
#panel_7 #hover_btn:focus-visible {
  /* outline: 3px solid #433fd1 !important; */
  outline: 3px solid #ff0303 !important;
  outline-offset: 3px;
}
#panel_7 #hover_txt {
  display: none;
  position: absolute;
  top: 50px;
  left: 500px;
  background-color: #fff;
  border: 3px solid #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  width: 450px;
  z-index: 5;
}
#panel_7 #hover_txt img {
  max-width: 100%;
}
/*パネル8*/
#panel_8 .panel_btn {
  top: 250px;
  left: 476px;
  width: 200px;
}
/*パネル9*/
#panel_9 .panel_btn {
  top: 239px;
  left: 576px;
  width: 705px;
}
#panel_9 .panel_btn a {
  display: flex;
  padding: 5px;
  background: #fff;
}
/*パネル10*/
#panel_10 .panel_btn {
  top: 85px;
  left: 708px;
  width: 70px;
}
/*パネル11*/
#panel_11 .panel_btn {
  display: none;
  top: 178px;
  left: 226px;
  width: 46px;
}
#panel_11 .radio {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 147px;
  left: 262px;
  width: 17px;
  height: 17px;
}
/*パネル12*/
#panel_12 .panel_btn {
  display: none;
  top: 386px;
  left: 508px;
  width: 57px;
}
#panel_12 .check {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 202px;
  left: 244px;
  width: 14px;
  height: 14px;
}
#panel_12 #click_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 266px;
  left: 459px;
  height: 30px;
  /* border: 3px solid #ff0303; */
  outline: 3px solid #ff0303;
  outline-offset: -3px;
  border-radius: 2px;
  width: 40px;
  display: none;
  animation: anime1 0.9s ease 0s infinite alternate;
  transform-origin: center;
}
#panel_12 #click_btn img {
  max-width: 100%;
}
#panel_12 #click_btn:focus-visible {
  outline-offset: 1px !important;
  outline: 3px solid #436dd1;
  border: 2px solid #ff0303 !important;
}
#panel_12 #click_btn_2 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 316px;
  left: 286px;
  height: 30px;
  width: 84px;
  display: none;
}
#panel_12 #click_btn_2 img {
  max-width: 100%;
}
/*パネル13*/
#panel_13 .panel_btn {
  top: 71px;
  left: 450px;
  width: 75px;
}
#panel_13 #click_btn:focus-visible {
  outline-offset: 1px !important;
  outline: 3px solid #436dd1;
  border: 2px solid #ff0303 !important;
}
#panel_13 .click_txt {
  font-size: 11px;
  padding: 2px 5px;
}
#panel_13 #click_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 308px;
  left: 336px;
  height: 43px;
  outline-offset: -3px;
  width: 249px;
  background-color: #ffffff;
  display: block;
}
#panel_13 #click_btn:focus-visible {
  outline-offset: 0px !important;
  outline: 2px solid #436dd1 !important;
}
/*パネル14*/
#panel_14 .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 664px;
  left: 722px;
  margin: auto;
  border: 2px solid #ff0303;
  outline-offset: -3px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 460px;
  background-color: #ffffff;
  display: block;
}
/*パネル15*/
#panel_15 .panel_btn {
  top: 250px;
  left: 476px;
  width: 200px;
}
/*パネル16*/
#panel_16 .panel_btn {
  top: 239px;
  left: 576px;
  width: 705px;
}
#panel_16 .panel_btn a {
  display: flex;
  padding: 5px;
  background: #fff;
}
/*パネル17*/
#panel_17 .panel_btn {
  top: 51px;
  left: 919px;
  width: 38px;
}
/*パネル18*/
#panel_18 .panel_btn {
  top: 50px;
  left: 458px;
  width: 65px;
}
#panel_18 .click_txt {
  font-size: 6px;
  padding: 5px;
}

#panel_18 #click_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 156px;
  left: 226px;
  height: 18px;
  outline-offset: -3px;
  width: 68px;
  background-color: #fff;
  display: block;
}
#panel_18 #click_btn:focus-visible {
  outline-offset: 0px !important;
  outline: 2px solid #436dd1 !important;
}
#panel_18 #hover_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 156px;
  left: 272px;
  width: 22px;
  height: 25px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}
#panel_18 #hover_txt {
  display: none;
  position: absolute;
  top: 50px;
  left: 650px;
  background-color: #fff;
  border: 3px solid #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  width: 400px;
  z-index: 5;
}
#panel_18 #hover_txt img {
  max-width: 100%;
}
#panel_18 #hover_btn_2 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 244px;
  left: 309px;
  width: 328px;
  height: 117px;
  border: 3px solid #433fd1;
  border-radius: 2px;
}
#panel_18 #hover_txt_2 {
  display: none;
  position: absolute;
  top: 350px;
  left: 150px;
  background: #433fd1;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  z-index: 5;
}
/*パネル19*/
#panel_19 .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 664px;
  left: 720px;
  margin: auto;
  border: 2px solid #ff0303;
  outline-offset: -3px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 460px;
  background-color: #ffffff;
  display: block;
}
/*パネル20*/
#panel_20 .panel_btn {
  top: 239px;
  left: 576px;
  width: 705px;
}
#panel_20 .panel_btn a {
  display: flex;
  padding: 5px;
  background: #fff;
}
/*パネル21*/
#panel_21 .panel_btn {
  top: 50px;
  left: 918px;
  width: 56px;
}
/*パネル22*/
#panel_22 .panel_btn {
  top: 52px;
  left: 454px;
  width: 55px;
}
#panel_22 .click_txt {
  font-size: 11px;
  padding: 2px 5px;
}
#panel_22 #click_btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 221px;
  left: 309px;
  height: 45px;
  outline-offset: -3px;
  background-color: #fff;
  width: 313px;
  display: block;
}
#panel_22 #click_btn:focus-visible {
  outline-offset: 1px !important;
  outline: 2px solid #436dd1 !important;
}
/*パネル23*/
#panel_23 .panel_btn {
  top: 149px;
  left: 508px;
  width: 55px;
}
/*パネル24*/
#panel_24 .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 664px;
  left: 720px;
  margin: auto;
  border: 2px solid #ff0303;
  outline-offset: -3px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 460px;
  background-color: #ffffff;
  display: block;
}
/*パネル25*/
#panel_25 .panel_btn {
  top: 250px;
  left: 476px;
  width: 200px;
}
/*パネル26*/
#panel_26 .panel_btn {
  top: 239px;
  left: 576px;
  width: 705px;
}
#panel_26 .panel_btn a {
  display: flex;
  padding: 5px;
  background: #fff;
}
/*パネル27*/
#panel_27 .panel_btn {
  top: 51px;
  left: 879px;
  width: 38px;
}
/*パネル28*/
#panel_28 .panel_btn {
  top: 150px;
  left: 508px;
  width: 53px;
}
/*パネル29*/
#panel_29 .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 364px;
  left: 520px;
  margin: auto;
  border: 2px solid #ff0303;
  outline-offset: -3px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 460px;
  background-color: #ffffff;
  display: block;
}
/*パネル30*/
#panel_30 {
  background: url(/-/Media/Ricoh/Sites/co_jp/simulator/ricoh-contract-workflow-service-legal-consultation/img/bg_image.png) no-repeat center / cover;
}
#panel_30 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #436dd1;
}
#panel_30 .txt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.end_btn {
  text-align: center;
}
.end_btn a {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  margin-left: 10px;
  color: #fff !important;
  margin: 30px auto 0;
  font-size: 14px;
  padding: 10px;
  background-color: #d31d3e;
}

.bnr_btn:hover {
  opacity: 0.8;
}
.bnr_btn {
  width: 75%;
  border: 3px solid #ff7e00;
  margin: auto;
}
.bnr_btn img {
  max-width: 100%;
}
