/** ----------------------------------------------
 * 
 * pc : spkyujin_sf-list_style.scss
 * 
 * -------------------------------------------- */
/** ----------------------------------------------
 * 
 * _spkyujin_wp_class.scss
 * 
 * -------------------------------------------- */
.wordpress-post-content .--comment { /* wordpress block editor class */ }
.wordpress-post-content strong {
  font-weight: bolder;
  font-size: 1.025em;
  letter-spacing: 0.1rem;
  margin: 0 0.25rem;
  color: #333;
}
.wordpress-post-content mark:not(.has-inline-color) {
  background: linear-gradient(to bottom, transparent 50%, #FFF33F 50%, #FFF33F 80%, transparent 80%);
}
.wordpress-post-content .--comment { /* text layout */ }
.wordpress-post-content .has-text-align-left {
  text-align: left;
}
.wordpress-post-content .has-text-align-center {
  text-align: center;
}
.wordpress-post-content .has-text-align-right {
  text-align: right;
}
.wordpress-post-content .--comment { /* text color */ }
.wordpress-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
.wordpress-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.wordpress-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.wordpress-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
.wordpress-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
.wordpress-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.wordpress-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.wordpress-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
.wordpress-post-content .has-black-color {
  color: #000000;
}
.wordpress-post-content .has-white-color {
  color: #ffffff;
}

/** ----------------------------------------------
 * 
 * _spkyujin-list_style.scss
 * 
 * -------------------------------------------- */
.wordpress-post-content {
  box-sizing: border-box;
}
.wordpress-post-content * {
  box-sizing: border-box;
}
.wordpress-post-content p {
  line-height: 2;
}
.wordpress-post-content ul {
  list-style: none;
}
.wordpress-post-content .grid4 {
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid var(--theme-color);
  border-radius: 6px;
  padding: 1rem;
}
.wordpress-post-content .grid4 p {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
}
.wordpress-post-content .grid4 p i {
  color: var(--theme-color);
  margin-right: 1rem;
  font-size: 1.5rem;
}
.wordpress-post-content .grid4 ul li {
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  border-bottom: 1px dashed var(--theme-color-light5);
  position: relative;
}
.wordpress-post-content .grid4 ul li:first-child {
  border-top: 1px dashed var(--theme-color-light5);
}
.wordpress-post-content .grid4 ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 1.0125rem;
  color: var(--theme-color);
}

/** ----------------------------------------------
 * 
 * shufu-pita-list : _index.scss
 * 
 * -------------------------------------------- */
:root {
  --base-color-bg-white: radial-gradient(snow, ghostwhite);
  --base-color-bg-gray: radial-gradient(rgba(204, 204, 204, 0), rgba(204, 204, 204, .125) 80%, rgba(204, 204, 204, .25));
  --base-color-border: rgba(#ccc, .25);
  --theme-color-light1: rgb(237.8181818182, 247.4545454545, 252.2727272727);
  --theme-color-light2: rgb(220.6363636364, 239.9090909091, 249.5454545455);
  --theme-color-light3: rgb(203.4545454545, 232.3636363636, 246.8181818182);
  --theme-color-light4: rgb(186.2727272727, 224.8181818182, 244.0909090909);
  --theme-color-light5: rgb(169.0909090909, 217.2727272727, 241.3636363636);
  --theme-color-light6: rgb(151.9090909091, 209.7272727273, 238.6363636364);
  --theme-color-light7: rgb(134.7272727273, 202.1818181818, 235.9090909091);
  --theme-color-light8: rgb(117.5454545455, 194.6363636364, 233.1818181818);
  --theme-color-light9: rgb(100.3636363636, 187.0909090909, 230.4545454545);
  --theme-color-light10: rgb(83.1818181818, 179.5454545455, 227.7272727273);
  --theme-color: #42ace1;
  --theme-color-dark1: rgb(60, 156.3636363636, 204.5454545455);
  --theme-color-dark2: rgb(54, 140.7272727273, 184.0909090909);
  --theme-color-dark3: rgb(48, 125.0909090909, 163.6363636364);
  --theme-color-dark4: rgb(42, 109.4545454545, 143.1818181818);
  --theme-color-dark5: rgb(36, 93.8181818182, 122.7272727273);
  --theme-color-dark6: rgb(30, 78.1818181818, 102.2727272727);
  --theme-color-dark7: rgb(24, 62.5454545455, 81.8181818182);
  --theme-color-dark8: rgb(18, 46.9090909091, 61.3636363636);
  --theme-color-dark9: rgb(12, 31.2727272727, 40.9090909091);
  --theme-color-dark10: rgb(6, 15.6363636364, 20.4545454545);
  --theme-color-bg-light1: rgb(253, 239.1818181818, 242.6363636364);
  --theme-color-bg-light2: rgb(251, 223.3636363636, 230.2727272727);
  --theme-color-bg-light3: rgb(249, 207.5454545455, 217.9090909091);
  --theme-color-bg-light4: rgb(247, 191.7272727273, 205.5454545455);
  --theme-color-bg-light5: rgb(245, 175.9090909091, 193.1818181818);
  --theme-color-bg-light6: rgb(243, 160.0909090909, 180.8181818182);
  --theme-color-bg-light7: rgb(241, 144.2727272727, 168.4545454545);
  --theme-color-bg-light8: rgb(239, 128.4545454545, 156.0909090909);
  --theme-color-bg-light9: rgb(237, 112.6363636364, 143.7272727273);
  --theme-color-bg-light10: rgb(235, 96.8181818182, 131.3636363636);
  --theme-color-bg: #E95177;
  --theme-color-bg-dark1: rgb(211.8181818182, 73.6363636364, 108.1818181818);
  --theme-color-bg-dark2: rgb(190.6363636364, 66.2727272727, 97.3636363636);
  --theme-color-bg-dark3: rgb(169.4545454545, 58.9090909091, 86.5454545455);
  --theme-color-bg-dark4: rgb(148.2727272727, 51.5454545455, 75.7272727273);
  --theme-color-bg-dark5: rgb(127.0909090909, 44.1818181818, 64.9090909091);
  --theme-color-bg-dark6: rgb(105.9090909091, 36.8181818182, 54.0909090909);
  --theme-color-bg-dark7: rgb(84.7272727273, 29.4545454545, 43.2727272727);
  --theme-color-bg-dark8: rgb(63.5454545455, 22.0909090909, 32.4545454545);
  --theme-color-bg-dark9: rgb(42.3636363636, 14.7272727273, 21.6363636364);
  --theme-color-bg-dark10: rgb(21.1818181818, 7.3636363636, 10.8181818182);
  --theme-color-bg1: radial-gradient(white 10%, var(--theme-color-bg-light1) 97.5%, var(--theme-color-bg-light2));
}

.wordpress-post-content {
  background: url("/img/spkyujin_sf_bg1.png"), var(--theme-color-bg1);
  padding: 16px;
}