@charset "UTF-8";
html[data-browse-mode="P"] body .page_contents a {
  text-decoration: underline;
}
html[data-browse-mode="P"] body h3 {
  padding: 10px;
  font-weight: normal;
}
html[data-browse-mode="P"] .navi-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 20px;
}
html[data-browse-mode="P"] .navi-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 2px solid #e4e4e4;
  text-decoration: none;
  padding: 0 20px;
}
html[data-browse-mode="P"] .navi-list li a:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html[data-browse-mode="P"] .navi-list li span {
  line-height: 1.2;
}
html[data-browse-mode="P"] .page_contents_inner {
  margin-top: 80px;
}
html[data-browse-mode="S"] body .page_contents a {
  text-decoration: underline;
}
html[data-browse-mode="S"] body h3 {
  padding: 10px;
  font-weight: normal;
}
html[data-browse-mode="S"] .navi-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 2%;
}
html[data-browse-mode="S"] .navi-list li.close {
  display: none;
}
html[data-browse-mode="S"] .navi-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4em;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  padding: 0 10% 0 8%;
}
html[data-browse-mode="S"] .navi-list li a:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html[data-browse-mode="S"] .navi-list li span {
  font-size: 12px;
  line-height: 1.2;
}
.guide_content .navi .more {
  text-align: center;
  margin: 15px 0 0;
}
.guide_content .navi .more a {
  text-decoration: none;
}
.guide_content .navi .more a span {
  position: relative;
}
.guide_content .navi .more a span.arrow_open:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.guide_content .navi .more a span.arrow_close:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  bottom: 0;
  margin: auto;
  right: -18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
