@charset "UTF-8";


/*!
 * PukiWiki - Yet another WikiWikiWeb clone.
 * Copyright
 *   2002-2020 PukiWiki Development Team
 *   2001-2002 Originally written by yu-ji
 * License: GPL v2 or (at your option) any later version
 *
 * Default CSS
 */

pre, dl, ol, p, blockquote {
  line-height:130%;
}
blockquote {
  margin-left:32px;
}
body,td {
  color:black;
  background-color:#1a1921;
  font-size:90%;
  font-family:Tahoma, arial, helvetica, Sans-Serif;
  background-image:url("../image/back336.png");
  background-repeat:no-repeat;
  background-size: contain;
  background-position: center top;
}
textarea {
  box-sizing:border-box;
  max-width:99.5%;
}

a:link {
  color:#215dc6;
  background-color:inherit;
  text-decoration:none;
}
a:active {
  color:#215dc6;
  background-color:#CCDDEE;
  text-decoration:none;
}
a:visited {
  color:#215dc6;
  background-color:inherit;
  text-decoration:none;
}
a:hover {
  color:#215dc6;
  background-color:#CCDDEE;
  text-decoration:underline;
}
a.external-link:not(.external-link-silent)::after {
  content:url(../image/external-link.png);
  margin:3px;
}

div#navigator a:link{
  color:#ffffff;
}
div#navigator a:active{
  color:#ffffff;
}
div#navigator a:visited{
  color:#ffffff;
}
div#navigator a:hover{
  color:#ffffff;
}

div#menubar a:link{
  color:#ffffff;
}
div#menubar a:active{
  color:#ffffff;
}
div#menubar a:visited{
  color:#ffffff;
}
div#menubar a:hover{
  color:#ffffff;
}

div#rightbar a:link{
  color:#ffffff;
}
div#rightbar a:active{
  color:#ffffff;
}
div#rightbar a:visited{
  color:#ffffff;
}
div#rightbar a:hover{
  color:#ffffff;
}

div#footer a:link{
  color:blue;
}
div#footer a:active{
  color:blue;
}
div#footer a:visited{
  color:blue;
}
div#footer a:hover{
  color:blue;
}

img.external_link{
         margin-right:.5em;
         margin-left:.2em;
}

h1:first-letter,
h2:first-letter {
  font-size: 150%;
  color: #eb6100;
}
h3 {
font-size: 1.2em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: .7em;
background-color: #7a7a7a;/* 背景色 */
border-radius:15px;/* 角丸 */
color: #ffffff;/* フォント色 */
}
h4 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}
h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}
h5 {
  position: relative;
  padding: 1rem .5rem;
  font-size: 130%;
}

h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
h6 {
  padding: 10px 20px;
  color: #fff;
  font-size: 130%;
  background: #a84600;
  -webkit-box-shadow: 5px 5px 0 #633000;
  box-shadow: 5px 5px 0 #633000;
}
h1.title {
  font-size:30px;
  font-weight:bold;
  background-color:transparent;
  padding:12px 0 0 0;
  border:0;
  margin:12px 0 0 0;
}
dt {
  font-weight:bold;
  margin-top:1em;
  margin-left:1em;
}

pre {
  border-top:#DDDDEE 1px solid;
  border-bottom:#888899 1px solid;
  border-left:#DDDDEE 1px solid;
  border-right:#888899 1px solid;
  padding:.5em;
  margin-left:1em;
  margin-right:2em;
  white-space:pre-wrap;
  word-wrap:break-word;
  color:black;
  background-color:#F0F8FF;
}

img {
  border:none;
  vertical-align:middle;
}

ul {
  margin-top:.5em;
  margin-bottom:.5em;
  line-height:130%;
}

em {
  font-style:italic;
}

strong {
  font-weight:bold;
}
thead td.style_td,
tfoot td.style_td {
  color:#ffffff;
  text-align:center;
  background: linear-gradient(#ffffff,#dddddd);
}
thead th.style_th,
tfoot th.style_th {
  color:#ffffff;
  background-color:#E0E8F0;
}
.style_table{
  padding:0px;
  border-spacing:1px!important;
  text-align:left;
  display:table-cell;
  vertical-align:middle;
  color:inherit;
  background-color:#111111;
  background-image: none;
}
.style_th {
  padding:5px;
  margin:5px;
  color:inherit;
  background-image: none;
}
.style_td {
  padding:5px;
  margin:5px;
  color:inherit;
  display:table-cell;
  vertical-align:middle;
  background-image: none;
}
thead td.style_td1,
tfoot td.style_td1 {
  color:#ffffff;
  text-align:center;
  background: linear-gradient(#647691,#91a8cf);
}
thead td.style_td2,
  color:#ffffff;
  text-align:center;
  background: linear-gradient(#647691,#91a8cf);
}
thead th.style_th1,
tfoot th.style_th1 {
	background-color:#cccccc;
}
thead th.style_th2,
tfoot th.style_th2 {
	background-color:#cccccc;
}
.style_th1{
  padding:5px;
  margin:5px;
  color:inherit;
  display:table-cell;
  vertical-align:middle;
  background-color:green;
  background-image: none;
}
.style_th2{
  padding:5px;
  margin:5px;
  color:inherit;
  display:table-cell;
  vertical-align:middle;
  background-color:green;
  background-image: none;
}
.style_td1{
  padding:5px;
  margin:5px;
  color:inherit;
  display:table-cell;
  vertical-align:middle;
  background-color:#ffffff;
  background-image: none;
}
.style_td2{
  padding:5px;
  margin:5px;
  color:inherit;
  display:table-cell;
  vertical-align:middle;
  background-color:#f1f1f1;
  background-image: none;
}
thead td.style_td1 a:link{
  color:white;
}
thead td.style_td1 a:active{
  color:white;
}
thead td.style_td1 a:visited{
  color:white;
}
thead td.style_td1 a:hover{
  color:white;
}
ul.list1 {
  list-style-type:disc;
}
ul.list2 {
  list-style-type:circle;
}
ul.list3 {
  list-style-type:square;
}
ol.list1 {
  list-style-type:decimal;
}
ol.list2 {
  list-style-type:lower-roman;
}
ol.list3 {
  list-style-type:lower-alpha;
}

.list-indent1 {
  padding-left:16px;
  margin-left:16px;
}
/* list-indent2,3,4 are used for leaping list level indentation */
.list-indent2 {
  padding-left:32px;
  margin-left:32px;
}
.list-indent3 {
  padding-left:48px;
  margin-left:48px;
}
.list-indent4 {
  padding-left:64px;
  margin-left:64px;
}
div.ie5 {
  text-align:left;
}
span.noexists {
  color:inherit;
  background-color:#FFFACC;
}

.small {
  font-size:80%;
}

.super_index {
  color:#DD3333;
  background-color:inherit;
  font-weight:bold;
  font-size:60%;
  vertical-align:super;
}

a.note_super {
  color:#DD3333;
  background-color:inherit;
  font-weight:bold;
  font-size:60%;
  vertical-align:super;
}

div.jumpmenu {
  font-size:60%;
  text-align:right;
  user-select:none;
}

hr.full_hr {
  border-style:ridge;
  border-color:#333333;
  border-width:1px 0;
}
hr.note_hr {
  width:90%;
  border-style:ridge;
  border-color:#333333;
  border-width:1px 0;
  text-align:center;
  margin:1em auto 0em auto;
}

span.size1 {
  font-size:xx-small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size2 {
  font-size:x-small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size3 {
  font-size:small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size4 {
  font-size:medium;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size5 {
  font-size:large;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size6 {
  font-size:x-large;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size7 {
  font-size:xx-large;
  line-height:130%;
  text-indent:0;
  display:inline;
}

/* html.php/catbody() */
strong.word0 {
  background-color:#FFFF66;
  color:black;
}
strong.word1 {
  background-color:#A0FFFF;
  color:black;
}
strong.word2 {
  background-color:#99FF99;
  color:black;
}
strong.word3 {
  background-color:#FF9999;
  color:black;
}
strong.word4 {
  background-color:#FF66FF;
  color:black;
}
strong.word5 {
  background-color:#880000;
  color:white;
}
strong.word6 {
  background-color:#00AA00;
  color:white;
}
strong.word7 {
  background-color:#886800;
  color:white;
}
strong.word8 {
  background-color:#004699;
  color:white;
}
strong.word9 {
  background-color:#990099;
  color:white;
}

/* html.php/edit_form() */
.edit_form {
  clear:both;
}
.edit_form textarea,.edit_form select {
  width:95%;
}

/* pukiwiki.skin.php */
div#header {
  padding:0;
  margin:0;
  word-break:break-all;
}
div#navigator {
  clear:both;
  background-color:#2b2b2b;
}

div#contents {
  display:flex;
  flex-flow:row nowrap;
  word-break:break-all;
  overflow-wrap:break-word;
  word-wrap:break-word;
}

div#menubar {
  min-width:11em;
  max-width:11em;
  padding:15px;
  font-size:100%;
  order:1;
  flex-grow:0;
  background-color:#2b2b2b;
}

div#menubar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
div#menubar ul li {
  line-height:110%;
}
div#menubar h4 {
  font-size:110%;
}

div#rightbar {
  min-width:13em;
  max-width:13em;
  padding:15px;
  font-size:90%;
  order:3;
  flex-grow:0;
  background-color:#2b2b2b;
}
#rightbar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
#rightbar ul li {
  line-height:110%;
}
#rightbar h4 {
  font-size:110%;
}

div#body {
  order:2;
  flex-grow:1;
  padding:15px;
  background-color:#ffffff;
}

div#note {
  clear:both;
  padding:0;
  margin:0;
  word-break:break-all;
}
div#attach {
  clear:both;
  padding:0;
  margin:0;
}
div#toolbar {
  clear:both;
  padding:0;
  margin:0;
  text-align:right;
}
div#lastmodified {
  font-size:80%;
  padding:0;
  margin:0;
  color:#ffffff;
}
div#related {
  font-size:80%;
  padding:0;
  margin:16px 0 0 0;
  color:#ffffff;
}
div#related .page_passage {
  font-size:60%;
}
div#footer {
  font-size:70%;
  padding:0;
  margin:16px 0 0 0;
  color:#ffffff;
}
div#banner {
  float:right;
  margin-top:24px;
}
div#preview {
  color:inherit;
  background-color:#F5F8FF;
}
img#logo {
  float:left;
  margin-left:5%;
}

/* aname.inc.php */
.anchor_super {
  font-size:xx-small;
  vertical-align:super;
}

/* list.inc.php */
.page_passage {
  font-size:small;
}

/* calendar*.inc.php */
.style_calendar {
  padding:0;
  border:0;
  margin:3px;
  color:inherit;
  background-color:#CCD5DD;
  text-align:center;
}
.style_td_caltop {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
  font-size:80%;
  text-align:center;
}
.style_td_today {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FFFFDD;
  text-align:center;
}
.style_td_sat {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#DDE5FF;
  text-align:center;
}
.style_td_sun {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#FFEEEE;
  text-align:center;
}
.style_td_blank {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
  text-align:center;
}
.style_td_day {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
  text-align:center;
}
.style_td_week {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#DDE5EE;
  font-size:80%;
  font-weight:bold;
  text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
  color:inherit;
  background-color:inherit;
  margin-top:20px;
  margin-bottom:10px;
  padding-bottom:10px;
}
span.calendar_viewer_left {
  color:inherit;
  background-color:inherit;
  float:left;
}
span.calendar_viewer_right {
  color:inherit;
  background-color:inherit;
  float:right;
}

/* clear.inc.php */
.clear {
  margin:0;
  clear:both;
}

/* counter.inc.php */
div.counter {
  font-size:70%;
}

/* diff.inc.php */
span.diff_added {
  color:blue;
  background-color:inherit;
}
span.diff_removed {
  color:red;
  background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
  text-align:center;
  width:80%;
  border-style:solid;
  border-color:#333333;
  border-width:1px 0;
}

/* include.inc.php */
h5.side_label {
  text-align:center;
}

/* navi.inc.php */
ul.navi {
  margin:0;
  padding:0;
  text-align:center;
}
li.navi_none {
  display:block;
  float:none;
}
li.navi_left {
  display:block;
  float:left;
  text-align:left;
}
li.navi_right {
  display:block;
  float:right;
  text-align:right;
}

/* new.inc.php */
span.comment_date {
  font-size:x-small;
}
span.new1 {
  color:red;
  background-color:transparent;
  font-size:x-small;
}
span.new5 {
  color:green;
  background-color:transparent;
  font-size:xx-small;
}

/* comment.inc.php */
._p_comment_form input[name="msg"] {
  max-width:90%;
}

/* pcomment.inc.php */
._p_pcomment_form input[name="msg"] {
  max-width:90%;
}

/* article.inc.php */
._p_article_form input[name="subject"] {
  max-width:82%;
}

/* popular.inc.php */
span.counter {
  font-size:70%;
}

/* ref.inc.php */
div.img_margin {
  margin-left:32px;
  margin-right:32px;
}

/* vote.inc.php */
td.vote_label {
  color:inherit;
  background-color:#FFCCCC;
}
td.vote_td1 {
  color:inherit;
  background-color:#DDE5FF;
}
td.vote_td2 {
  color:inherit;
  background-color:#EEF5FF;
}

/* topicpath.inc.php */
span.topicpath-slash {
  margin:0 0.2em;
}
span.topicpath-top {
  user-select:none;
}

/* bugtrack.inc.php */
tr.bugtrack_list_header th {
  background-color:#ffffcc;
}
tr.bugtrack_list_header th:nth-child(1) {
  min-width: 7em;
}
tr.bugtrack_list_header th:nth-child(2) {
  min-width: 2em;
}
tr.bugtrack_list_header th:nth-child(3) {
  min-width: 4em;
}
tr.bugtrack_list_header th:nth-child(4) {
  min-width: 4em;
}
tr.bugtrack_list_header th:nth-child(5) {
  min-width: 3em;
}
tr.bugtrack_state_proposal td {
  background-color:#ccccff;
}
tr.bugtrack_state_accept td {
  background-color:#ffcc99;
}
tr.bugrack_state_resolved td {
  background-color:#ccffcc;
}
tr.bugtrack_state_pending td {
  background-color:#ffccff;
}
tr.bugtrack_state_cancel td {
  background-color:#cccccc;
}
tr.bugtrack_state_undef td {
  background-color:#ff3333;
}
._p_bugtrack_form input[name="summary"],
._p_bugtrack_form textarea {
  box-sizing:border-box;
  width:35em;
  max-width:99.5%;
}

/* tracker.inc.php */
._p_tracker_form th {
  min-width:5em;
}

/* search2.inc.php  */
.search-result-page-summary {
  font-size:70%;
  color:gray;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Mobile-friendly Responsive layout */
@media (max-width:767px) {
  div#contents {
    flex-flow:row nowrap;
  }
  div#menubar {
    width:auto;
    max-width:none;
    font-size:100%;
    order:1;
  }
  div#rightbar {
    width:auto;
    max-width:none;
    font-size:100%;
    order:3;
  }
  div#body {
  }
  div#body img {
    max-width:95%;
    height:auto;
    order:2;
  }

  ._p_tracker_form th,._p_tracker_form td {
    display:block;
    text-align:left !important;
    width:auto !important;
    margin:0;
  }
  ._p_tracker_form td input[type=text],
  ._p_tracker_form td textarea {
    box-sizing:border-box;
    width:99.5%;
  }

  tr.bugtrack_list_header th:nth-child(1) {
    min-width: 4em;
  }
  tr.bugtrack_list_header th:nth-child(2) {
    min-width: 1em;
  }
  tr.bugtrack_list_header th:nth-child(3) {
    min-width: 1em;
  }
  tr.bugtrack_list_header th:nth-child(4) {
    min-width: 3em;
  }
  tr.bugtrack_list_header th:nth-child(5) {
    min-width: 3em;
  }
  ._p_bugtrack_form th,._p_bugtrack_form td {
    display:block;
    text-align:left !important;
    margin:0;
  }
  ._p_bugtrack_form input[name="summary"],
  ._p_bugtrack_form textarea {
    box-sizing:border-box;
    width:99.5%;
  }
}

/* ツールチップの対象に下線を引く*/
.plugin-tooltip {
    border-bottom: 1px dashed gray;
}
/* ツールチップ内のリンクに下線を引く (noteプラグインと共通) */
[data-tippy-root] a {
    text-decoration: underline whitesmoke solid 1px;
}
/* ツールチップ内のリンク色を通常の文章と同じにする (noteプラグインと共通) */
[data-tippy-root] a:link, [data-tippy-root] a:visited {
    color: unset;
}


@media print {
  a:link,
  a:visited {
    text-decoration:underline;
  }
  img#logo,
  div#navigator,
  div#menubar,
  div#rightbar,
  div#related,
  div#attach,
  div#toolbar {
    display:none;
  }
}

.plugin-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 15px 5px;
}

.tab-label {
  font-weight: bold;
  max-width: 200px;
  min-width: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(98, 98, 98, 0.3);
  border-bottom-color: rgba(98, 98, 98, 1);
  border-radius: 4px 4px 0 0;
  padding: 10px 5px;
  margin-bottom: 10px;
  order: -1;
  flex: 1;
  text-align: center;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch {
  display: none;
}
.tab-switch:checked + .tab-label {
  background: transparent;
  border: 1px solid rgba(98, 98, 98, 1);
  border-bottom: none;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

@charset "UTF-8";
.plugin-ac-header {
  position: relative;
  padding-left: calc(1em + 5px) !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.plugin-ac-header:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.plugin-ac-header .ac-icon {
  font-style: normal;
}
.plugin-ac-header .ac-icon::before, .plugin-ac-header .ac-icon::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plugin-ac-header .ac-icon::before {
  opacity: 1;
  content: "\f0fe";
}
.plugin-ac-header .ac-icon::after {
  opacity: 0;
  content: "\f146";
}
.plugin-ac-header.open .ac-icon::before {
  opacity: 0;
}
.plugin-ac-header.open .ac-icon::after {
  opacity: 1;
}
.plugin-ac-header.open + .plugin-ac + .plugin-ac-altmsg {
  opacity: 0;
}

.plugin-ac {
  overflow: hidden;
  border-left: 1px ridge silver;
  padding: 0 10px;
  margin-left: 10px;
}

.plugin-ac-altmsg {
  opacity: 1;
}

.plugin-ac-ctrl {
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.plugin-ac-ctrl span {
  pointer-events: none;
}

/*# sourceMappingURL=ac.css.map */

/*gallery.inc.php*/
.plugin-gallery {
  --color-smoke: #cecece;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  place-items: center;
}

.gallery-items {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  width: 100%;
}
.gallery-items[data-break=true] {
  flex-wrap: wrap;
}
.gallery-items[data-break=false] {
  overflow: auto;
}
.gallery-items[data-break=false] .gallery-item {
  flex: 0 0 fit-content;
  max-width: unset;
}
.gallery-items[data-crop] .gallery-item {
  aspect-ratio: 1;
}
.gallery-items[data-crop] .gallery-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-items[data-crop=circle] .gallery-item {
  border-radius: 50%;
}
.gallery-items[data-crop=circle] .gallery-item::after {
  display: none;
}
.gallery-items[data-wrap=true] .gallery-item {
  background: #4e4e4e;
  border: 4px solid #4e4e4e;
}

.gallery-item {
  border-radius: 4px;
  filter: drop-shadow(2px 2px 4px rgba(20, 20, 20, 0.6));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery-item[data-cap]::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent);
  bottom: 0;
  color: var(--color-smoke);
  content: attr(data-cap);
  font-size: 13px;
  left: 0;
  overflow: hidden;
  padding: 12px 8px 4px 8px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 3px #333;
  white-space: nowrap;
  width: 100%;
}
.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}
.gallery-item a:link,
.gallery-item a:hover,
.gallery-item a:visited {
  background-color: transparent;
  text-decoration: none;
}

.gallery-image {
  transition: transform 0.15s ease-out;
}

a.gallery-add {
  background: #56b372;
  border-radius: 40px;
  box-shadow: 0 4px 8px -4px rgba(20, 20, 20, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
a.gallery-add:hover {
  filter: brightness(1.1);
  text-decoration: none;
}

.pswp__custom-caption {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(80, 80, 80, 0.65);
  border-radius: 4px;
  bottom: 24px;
  color: #cecece;
  left: 50%;
  padding: 8px 16px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: clamp(320px, 40vw, 768px);
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.pswp-caption-content {
  display: none;
}

/* step.inc.php */
.plugin-step {
    --main-color: #5c5c5c;
    --light-color: #8f8f8f;
    --lighter-color: #c2c2c2;
    --bg-color: #ffffff;
    position: relative;
    margin: 16px 8px;
    padding: 0 8px 0 16px;
    border-left: 4px solid var(--lighter-color);
  }
  .plugin-step::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -8px;
    border: 6px solid var(--lighter-color);
    border-radius: 100%;
  }

  .step-flow {
    list-style: none;
  }
  .step-flow:not(:last-of-type) {
    border-bottom: 2px dotted var(--light-color);
  }

  .step-marker[data-marker-style] {
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid var(--main-color);
    border-radius: 100%;
    box-shadow: 0 0 0 4px var(--bg-color);
  }
  .step-marker[data-marker-style=border] {
    background-color: var(--bg-color);
  }
  .step-marker[data-marker-style=double] {
    background-color: var(--main-color);
    box-shadow: 0 0 0 4px var(--bg-color), inset 0 0 0 3px var(--bg-color);
  }
  .step-marker[data-marker-style=solid] {
    background-color: var(--main-color);
  }

  .step-label {
    position: relative;
    font-weight: bold;
    color: var(--light-color);
  }
  .step-label .step-label-num {
    padding-left: 4px;
  }

  .step-title {
    font-weight: bold;
    font-size: 1.2em;
  }

.card-cols-1 {
  grid-template-columns: repeat(auto-fill, minmax(auto, 720px));
}
.card-cols-1 .card-box {
  width: 720px;
}

.card-cols-2 {
  grid-template-columns: repeat(auto-fill, minmax(auto, 355px));
}
.card-cols-2 .card-box {
  width: 355px;
}

.card-cols-3 {
  grid-template-columns: repeat(auto-fill, minmax(auto, 233.3333333333px));
}
.card-cols-3 .card-box {
  width: 233.3333333333px;
}

.card-cols-4 {
  grid-template-columns: repeat(auto-fill, minmax(auto, 172.5px));
}
.card-cols-4 .card-box {
  width: 172.5px;
}
.card-cols-4 .card-description {
  height: 3em;
  -webkit-line-clamp: 2;
}
.card-cols-4 .card-date.long {
  display: none;
}
.card-cols-4 .card-date {
  display: block;
}

.card-cols-5 {
  grid-template-columns: repeat(auto-fill, minmax(auto, 136px));
}
.card-cols-5 .card-box {
  width: 136px;
}
.card-cols-5 .card-description {
  height: 2.5em;
  -webkit-line-clamp: 2;
}
.card-cols-5 .card-date.long {
  display: none;
}
.card-cols-5 .card-date {
  display: block;
}

.card-cols-6 {
  grid-template-columns: repeat(auto-fill, minmax(auto, 111.6666666667px));
}
.card-cols-6 .card-box {
  width: 111.6666666667px;
}
.card-cols-6 .card-description {
  height: 2.5em;
  -webkit-line-clamp: 2;
}
.card-cols-6 .card-date.long {
  display: none;
}
.card-cols-6 .card-date {
  display: block;
}

.plugin-card {
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  max-width: 720px;
  margin: 0 auto;
}
.plugin-card.minimal .card-description {
  display: none;
}
.plugin-card.minimal .card-title {
  -webkit-line-clamp: 2;
  height: 2.3em;
}
.plugin-card:not(.vertical) .card-box {
  display: grid;
  grid-template: "image title      " auto "image description" auto "image date       " auto/150px 1fr;
  height: 150px;
}
.plugin-card:not(.vertical) .card-image {
  grid-area: image;
  align-self: center;
}
.plugin-card:not(.vertical) .card-title {
  grid-area: title;
  align-self: center;
}
.plugin-card:not(.vertical) .card-description {
  grid-area: description;
  align-self: center;
}
.plugin-card:not(.vertical) .card-date {
  grid-area: date;
  align-self: center;
}
.plugin-card.vertical .card-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.card-box {
  position: relative;
  max-width: 100%;
  border: 1px solid rgba(155, 155, 155, 0.5);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-box:hover {
  -webkit-transform: translate(2px, -5px);
          transform: translate(2px, -5px);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.card-title, .card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-title {
  -webkit-line-clamp: 1;
  font-size: 1em;
  padding: 5px 5px 0 5px;
}

.card-description {
  font-size: 0.9em;
  height: 4.3em;
  opacity: 0.9;
  -webkit-line-clamp: 3;
  padding: 5px 5px 0 5px;
}

.card-date {
  display: none;
  text-align: right;
  font-size: 0.9em;
  padding: 5px;
}

.card-date.long {
  display: block;
}

.card-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.card-image.img-tall img {
  -o-object-position: top;
     object-position: top;
}
.card-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-link:link, .card-link:visited, .card-link:hover {
  text-decoration: unset;
  color: unset;
  background-color: unset;
}

.bold {
  font-weight: bold;
}
/*# sourceMappingURL=card.css.map */

.plugin-figure {
  padding: 5px;
  font-size: 12px;
  margin: 0 auto 10px auto;
  text-align: center;
  position: relative;
}
.plugin-figure[data-theme=dark] {
  background: #333;
  color: #ececec;
}
.plugin-figure[data-theme=light] {
  background: #fafafe;
  color: dimgray;
  border: 1px solid silver;
}
.plugin-figure[data-wrap=nowrap] {
  background: none;
  color: inherit;
  border: none;
}
.plugin-figure[data-position=left] {
  float: left;
  margin-right: 20px;
}
.plugin-figure[data-position=right] {
  float: right;
  margin-left: 20px;
}
.plugin-figure[data-float=nofloat] {
  float: none;
}
.plugin-figure[data-float=nofloat][data-position=left] {
  margin: 0 auto 10px 0;
}
.plugin-figure[data-float=nofloat][data-position=right] {
  margin: 0 0 10px auto;
}
.plugin-figure figcaption {
  padding: 0 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.plugin-figure[data-style$=left] figcaption {
  text-align: left;
}
.plugin-figure[data-style$=center] figcaption {
  text-align: center;
}
.plugin-figure[data-style$=right] figcaption {
  text-align: right;
}
.plugin-figure[data-style^=overlay] figcaption {
  position: absolute;
  bottom: 5px;
  padding-top: 10px;
  width: calc(100% - 20px);
  max-height: 40%;
  min-height: 18px;
  color: #efefef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent);
  pointer-events: none;
  text-shadow: 1px 1px 3px #333;
}

.plugin-figure-inline {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.plugin-figure-inline[data-cap]::after {
  content: attr(data-cap);
  display: block;
  position: absolute;
  text-align: left;
  bottom: 0;
  padding: 10px 5px 0 5px;
  width: calc(100% - 10px);
  max-height: 40%;
  min-height: 18px;
  color: #efefef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent);
  pointer-events: none;
  text-shadow: 1px 1px 3px #333;
}
/*# sourceMappingURL=fig.css.map */