.page-for_pro .page-title > .secondary-title {
  margin: 16px auto 0;
  display: block;
  width: fit-content;
  padding: 0.4em 1em;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #1F8C63;
  color: #1F8C63;
}
.page-for_pro .local-nav {
  position: sticky;
  top: 10px;
  margin-top: 48px;
  background-color: #EBF0EE;
  border-radius: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media screen and (max-width: 590px) {
  .page-for_pro .local-nav {
    position: initial;
    top: initial;
    padding: 0px;
    background-color: initial;
    box-shadow: initial;
    z-index: inherit;
  }
}
.page-for_pro .local-nav .anchor-button-lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 8px;
}
@media screen and (max-width: 590px) {
  .page-for_pro .local-nav .anchor-button-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-for_pro .local-nav .anchor-button-lists li {
  width: 100%;
}
.page-for_pro .local-nav .anchor-button-lists a {
  display: block;
  padding: 0.8em 1em;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #1F8C63;
  background-color: #fff;
  border-radius: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .page-for_pro .local-nav .anchor-button-lists a {
    padding: 0.8em 0;
    font-size: 14px;
    color: #fff;
    background-color: #1F8C63;
  }
}
.page-for_pro .local-nav .anchor-button-lists a:hover {
  opacity: 0.4;
}
.page-for_pro .service-contents {
  padding-top: 56px;
}
@media screen and (max-width: 590px) {
  .page-for_pro .service-contents {
    margin-top: 48px;
    padding-top: 0px;
  }
}
.page-for_pro .service-contents h2 {
  padding-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (max-width: 590px) {
  .page-for_pro .service-contents h2 {
    padding-bottom: 1em;
    font-size: 18px;
    font-weight: 500;
  }
}
.page-for_pro .service-contents h2 span {
  display: flex;
  align-items: center;
}
.page-for_pro .service-contents h2 span::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background-size: cover;
}
.page-for_pro .service-contents#simulation h2 span::before {
  background-image: url("../img/common/h-nav-service_sim.png");
}
.page-for_pro .service-contents#system h2 span::before {
  background-image: url("../img/common/h-nav-service_sys.png");
}
.page-for_pro .service-contents#gallery h2 span::before {
  background-image: url("../img/common/h-nav-service_gallery.png");
}
.page-for_pro .service-contents#app h2 span::before {
  background-image: url("../img/common/h-nav-service_app.png");
}
.page-for_pro .service-contents#catalog h2 span::before {
  background-image: url("../img/common/h-nav-service_catlog.png");
}
.page-for_pro .service-contents#other h2 span::before {
  background-image: url("../img/common/h-nav-service_other.png");
}
.page-for_pro .service_btn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media screen and (max-width: 590px) {
  .page-for_pro .service_btn_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.page-for_pro .service_btn_list li {
  display: block;
}
.page-for_pro .service_btn_list .service_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
}
.page-for_pro .service_btn_list .service_link .thumb {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 5px;
  background-color: #efefef;
  overflow: hidden;
}
.page-for_pro .service_btn_list .service_link .thumb img {
  width: 100%;
  border-radius: 5px;
  transition: 0.4s ease;
}
.page-for_pro .service_btn_list .service_link .meta {
  margin-top: 18px;
  transition: 0.24s ease;
}
.page-for_pro .service_btn_list .service_link .meta h3 {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}
.page-for_pro .service_btn_list .service_link .meta h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 7px;
  height: calc(100% - 2px);
  background-color: #1F8C63;
}
.page-for_pro .service_btn_list .service_link .meta p {
  margin: 18px 0 24px;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-feature-settings: "pwid";
}
.page-for_pro .service_btn_list .service_link .btn {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 160px;
  padding: 0.8em 1em;
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
  background-color: #1F8C63;
}
@media screen and (max-width: 590px) {
  .page-for_pro .service_btn_list .service_link .btn {
    max-width: 200px;
    padding: 1em;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 600;
  }
}
.page-for_pro .service_btn_list .service_link:hover img {
  opacity: 0.8;
  transform: scale(1.04);
}
.page-for_pro .service_btn_list .service_link:hover .meta {
  color: #1F8C63;
}
.page-for_pro .service_btn_list .service_link:hover .btn {
  background-color: #fff;
  color: #1F8C63;
}
.page-for_pro #probanner > div {
  gap: 32px;
}
.page-for_pro #probanner > div a {
  display: block;
  transition: 0.24s ease;
}
.page-for_pro #probanner > div a:hover {
  opacity: 0.72;
}
@media screen and (max-width: 590px) {
  .page-for_pro #probanner > div {
    flex-wrap: wrap;
    gap: 16px;
  }
}

#catareno .image {
  position: relative;
  margin-bottom: 48px;
}
#catareno .image a {
  display: block;
  transition: 0.24s ease;
}
#catareno .image a:hover {
  opacity: 0.7;
}
#catareno #dl_link {
  text-align: right;
  width: 100%;
  max-width: 440px;
  margin: -100px 0 0 auto;
}
#catareno #dl_link tr {
  vertical-align: bottom;
}
#catareno #dl_link td {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  color: #FFF;
  vertical-align: middle;
}
#catareno #dl_link span {
  display: block;
}
#catareno #dl_link a {
  color: #FFF;
  text-decoration: underline;
}
#catareno #dl_link a:hover {
  text-decoration: none;
}

#rikcad_deck .caption {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-feature-settings: "pwid";
}
#rikcad_deck .main-image {
  width: 100%;
  margin-top: 40px;
}
#rikcad_deck .movie {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  margin-top: 30px;
  gap: 32px;
}
#rikcad_deck .movie .movie01,
#rikcad_deck .movie .movie02 {
  width: calc(50% - 16px);
}
#rikcad_deck .movie .movie01 h2 {
  background-color: #EA5514;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 6px;
  border-radius: 5px;
}
#rikcad_deck .movie .movie01 p {
  text-align: left;
  font-size: 16px;
  margin-top: 1em;
}
#rikcad_deck .movie .movie01 p span {
  display: block;
  margin-top: 1em;
}
#rikcad_deck .movie .movie02 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid #ccc;
}
#rikcad_deck .how2use {
  margin-top: 56px;
}
#rikcad_deck .how2use h2 {
  border-bottom: 2px solid #006934;
}
#rikcad_deck .how2use h2 span {
  display: inline-block;
  padding: 0.6em 2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  background-color: #006934;
}
#rikcad_deck .how2use h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
}
#rikcad_deck .how2use p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
#rikcad_deck .how2use p .color {
  color: #EA5514;
}
#rikcad_deck .how2use .register {
  margin-bottom: 56px;
}
#rikcad_deck .how2use .register .button {
  display: inline-block;
  padding: 0.6em 1em;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #EA5514;
  border-radius: 6px;
}
#rikcad_deck .how2use h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  border-left: 6px solid #006934;
  padding: 9px 0 7px 7px;
  line-height: 1.5;
}
#rikcad_deck .how2use .dl {
  display: flex;
  align-items: stretch;
  justify-content: left;
  gap: 24px;
}
#rikcad_deck .how2use .dl li {
  width: 20%;
}
#rikcad_deck .how2use .dl li span {
  margin-bottom: 12px;
}
#rikcad_deck .how2use .dl li a {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-direction: column;
}
#rikcad_deck .how2use .dl li p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

#faq {
  margin-top: 56px;
}
@media screen and (max-width: 590px) {
  #faq {
    margin-top: 32px;
  }
}
#faq input[type=radio] {
  display: none;
}
#faq .tab-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 590px) {
  #faq .tab-btns {
    gap: 8px;
  }
}
#faq .tab-label {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #555;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.16s ease;
}
@media screen and (max-width: 590px) {
  #faq .tab-label {
    padding: 8px 16px;
    font-size: 14px;
  }
}
#faq .tab-label:hover {
  background: #e9e9e9;
}
#faq #tab1:checked + .tab-label,
#faq #tab2:checked + .tab-label {
  color: #fff;
  border-color: #1F8C63;
  background: #1F8C63;
}
#faq .tab-contents {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 590px) {
  #faq .tab-contents {
    margin-top: 24px;
  }
}
#faq .tab-content {
  display: none;
}
#faq .tab-content .faqLists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 590px) {
  #faq .tab-content .faqLists {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#faq .tab-content .faqLists__item {
  flex: 1;
}
#faq .tab-content .faqLists__item a {
  display: block;
  padding: 1.5em;
  font-size: 16px;
  color: #333;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  #faq .tab-content .faqLists__item a {
    padding: 1.2em;
    font-size: 14px;
    font-weight: 500;
  }
}
#faq .tab-content .faqLists__item a:hover {
  border: 2px solid #1F8C63;
}
#faq .tab-content .faqLists__item a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 590px) {
  #faq .tab-content .faqLists__item a::before {
    width: 40px;
    height: 40px;
    margin-right: 1.2em;
  }
}
#faq .tab-content .faqLists__item.category1-1 a:before {
  background-image: url("../img/for_pro/faq-icon_category1-1.png");
}
#faq .tab-content .faqLists__item.category1-2 a:before {
  background-image: url("../img/for_pro/faq-icon_category1-2.png");
}
#faq .tab-content .faqLists__item.category1-3 a:before {
  background-image: url("../img/for_pro/faq-icon_category1-3.png");
}
#faq .tab-content .faqLists__item.category1-4 a:before {
  background-image: url("../img/for_pro/faq-icon_category1-4.png");
}
#faq .tab-content .faqLists__item.category1-5 a:before {
  background-image: url("../img/for_pro/faq-icon_category1-5.png");
}
#faq .tab-content .faqLists__item.category2-1 a:before {
  background-image: url("../img/for_pro/faq-icon_category2-1.png");
}
#faq .tab-content .faqLists__item.category2-2 a:before {
  background-image: url("../img/for_pro/faq-icon_category2-2.png");
}
#faq .tab-content .faqLists__item.category2-3 a:before {
  background-image: url("../img/for_pro/faq-icon_category2-3.png");
}
#faq .tab-content .faqLists__item.category2-4 a:before {
  background-image: url("../img/for_pro/faq-icon_category2-4.png");
}
#faq .tab-content .faqLists__item.category2-5 a:before {
  background-image: url("../img/for_pro/faq-icon_category2-5.png");
}
#faq .tab-btns:has(#tab1:checked) ~ .tab-contents .tab-content:nth-child(1),
#faq .tab-btns:has(#tab2:checked) ~ .tab-contents .tab-content:nth-child(2) {
  display: block;
}
#faq .btn {
  margin: 120px auto 0;
  border-radius: 8px;
}
@media screen and (max-width: 590px) {
  #faq .btn {
    margin: 60px auto 0;
  }
}
#faq .faq-contents h2 {
  margin: 80px 0 20px 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  border-bottom: 1px solid #1F8C63;
}
@media screen and (max-width: 590px) {
  #faq .faq-contents h2 {
    margin: 32px 0 20px 0;
    font-size: 22px;
  }
}
#faq .faq-contents h2::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#faq .faq-contents h2 span {
  font-weight: 500;
}
#faq .faq-contents#category1-1 h2::before {
  background-image: url("../img/for_pro/faq-icon_category1-1.png");
}
#faq .faq-contents#category1-2 h2::before {
  background-image: url("../img/for_pro/faq-icon_category1-2.png");
}
#faq .faq-contents#category1-3 h2::before {
  background-image: url("../img/for_pro/faq-icon_category1-3.png");
}
#faq .faq-contents#category1-4 h2::before {
  background-image: url("../img/for_pro/faq-icon_category1-4.png");
}
#faq .faq-contents#category1-5 h2::before {
  background-image: url("../img/for_pro/faq-icon_category1-5.png");
}
#faq .faq-contents#category2-1 h2::before {
  background-image: url("../img/for_pro/faq-icon_category2-1.png");
}
#faq .faq-contents#category2-2 h2::before {
  background-image: url("../img/for_pro/faq-icon_category2-2.png");
}
#faq .faq-contents#category2-3 h2::before {
  background-image: url("../img/for_pro/faq-icon_category2-3.png");
}
#faq .faq-contents#category2-4 h2::before {
  background-image: url("../img/for_pro/faq-icon_category2-4.png");
}
#faq .faq-contents#category2-5 h2::before {
  background-image: url("../img/for_pro/faq-icon_category2-5.png");
}
#faq .faq-contents {
  margin-bottom: 3rem;
}
@media screen and (max-width: 590px) {
  #faq .faq-contents {
    padding-top: 56px;
    margin-bottom: 24px;
  }
}
#faq .faq-contents .ac-menu {
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f9f9f9;
}
#faq .faq-contents .ac-menu input[type=checkbox] {
  display: none;
}
#faq .faq-contents .ac-menu input[type=checkbox]:checked ~ .ac-menu-inside {
  max-height: 1000px;
  padding: 1rem 1.2em;
}
#faq .faq-contents .ac-menu label {
  display: block;
  padding: 1em 1.2em;
  font-size: 16px;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: background-color 0.2s;
  position: relative;
}
#faq .faq-contents .ac-menu label p {
  margin: 0;
  font-weight: 500;
  color: #333;
  padding-left: 20px;
}
#faq .faq-contents .ac-menu label p:before {
  content: "Q.";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #1F8C63;
  line-height: 1.75;
  font-size: 16px;
}
#faq .faq-contents .ac-menu label:hover {
  background-color: #e6e6e6;
}
#faq .faq-contents .ac-menu .ac-menu-inside {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.2em;
}
#faq .faq-contents .ac-menu .ac-menu-inside div p {
  margin: 0 0 1em 0;
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  padding-left: 28px;
  position: relative;
}
#faq .faq-contents .ac-menu .ac-menu-inside div p:last-child {
  margin-bottom: 0px;
}
#faq .faq-contents .ac-menu .ac-menu-inside div p:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(0%);
  width: 1.2em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #28a745;
  line-height: 1.75;
  font-size: 16px;
}
#faq .faq-contents .ac-menu .ac-menu-inside div p a {
  color: #1F8C63;
  text-decoration: underline;
  transition: 0.24s ease;
}
#faq .faq-contents .ac-menu .ac-menu-inside div p a:hover {
  opacity: 0.7;
}

#order_sheet .anchor-button-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 590px) {
  #order_sheet .anchor-button-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#order_sheet .anchor-button-list li {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
#order_sheet .anchor-button-list a {
  display: block;
  padding: 0.5em 1.5em;
  position: relative;
  color: #fff;
  background-color: #1F8C63;
  transition: 0.24s ease;
}
#order_sheet .anchor-button-list a::after {
  content: "";
  position: absolute;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translate(-50%, calc(-50% - 1px)) rotate(135deg);
  right: 1em;
  top: 50%;
  position: absolute;
}
#order_sheet .anchor-button-list a:hover {
  color: #1F8C63;
  background-color: rgba(31, 140, 99, 0.3);
}
@media screen and (max-width: 590px) {
  #order_sheet .anchor-button-list a {
    padding: 0.5em 0.5em;
  }
  #order_sheet .anchor-button-list a:after {
    content: none;
  }
}
#order_sheet .os_contents {
  margin-top: 80px;
}
@media screen and (max-width: 590px) {
  #order_sheet .os_contents {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px dashed #ccc;
  }
}
#order_sheet .os_contents h2 > span {
  display: block;
}
#order_sheet .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media screen and (max-width: 590px) {
  #order_sheet .lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
#order_sheet .lists .image {
  width: fit-content;
  margin: 0 auto;
}
#order_sheet .lists .image a {
  width: auto;
  height: 250px;
  display: inline-block;
  transition: 0.24s all;
}
#order_sheet .lists .image a img {
  width: auto;
  height: 100%;
  outline: 1px solid #ececec;
}
#order_sheet .lists .image a:hover {
  opacity: 0.6;
}
#order_sheet .lists .btn {
  width: 90%;
  margin: 32px auto 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
}

#link_banner > .btn {
  margin: 48px auto 0;
  font-size: 14px;
  border-radius: 8px;
}
#link_banner .about {
  margin-top: 48px;
}
#link_banner .about h2 {
  padding: 0.6em 1em;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (max-width: 590px) {
  #link_banner .about h2 {
    font-size: 18px;
  }
}
#link_banner .about .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 590px) {
  #link_banner .about .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
#link_banner .about .list li {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
#link_banner .about .list li h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}
#link_banner .about .list li p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  #link_banner .about .list li img {
    width: 50%;
  }
}
#link_banner .about .btn {
  font-size: 13px;
  border-radius: 6px;
}
#link_banner .banner-container {
  margin-top: 80px;
}
#link_banner .banner-container .heading {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 72px;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  background-color: #04baac;
}
#link_banner .banner-container .heading::before {
  position: absolute;
  bottom: -20px;
  left: 48.5%;
  width: 0;
  height: 0;
  content: "";
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #04baac transparent transparent transparent;
}
#link_banner .banner-container .heading h2 {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
}
#link_banner .banner-container .heading p {
  display: block;
  width: fit-content;
  margin: 1em auto 0;
  font-size: 14px;
  line-height: 1.75;
}
#link_banner .banner-container#sr .heading {
  background-color: #c6ba9a;
}
#link_banner .banner-container#sr .heading::before {
  border-color: #c6ba9a transparent transparent transparent;
}
#link_banner .banner-container .code {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ccc;
}
#link_banner .banner-container .code:last-child {
  border: 0px solid;
}
#link_banner .banner-container .code h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
#link_banner .banner-container .code img {
  outline: 1px solid #ececec;
}
#link_banner .banner-container .code .code-block {
  position: relative;
  margin-bottom: 2em;
  margin-top: 2em;
}
#link_banner .banner-container .code .code-block .copy-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0.3em 0.4em;
  cursor: pointer;
  color: #B6B6B6;
  border: 1px #ccc solid;
  font-size: 12px;
  border-radius: 4px;
}
#link_banner .banner-container .code pre {
  background: #f5f5f5;
  padding: 2.2em 1em;
  overflow-x: auto;
  border: 1px solid #ececec;
  font-size: 12px;
  line-height: 1.75;
}
#link_banner #guide {
  margin-top: 64px;
  padding: 32px 24px;
  border: 1px solid #ccc;
}
#link_banner #guide h3 {
  width: fit-content;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-image: linear-gradient(transparent 60%, #04baac 60%, #04baac 100%);
}
#link_banner #guide ul {
  width: fit-content;
  margin: 0 auto;
  list-style: circle;
  padding-left: 2em;
}
#link_banner #guide li {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
}
#link_banner #guide li:last-child {
  margin-bottom: 0;
}