/** ----------------------------------------------
 * 
 * pc : spkyujin_jw-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: 0.5rem 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);
}

/** ----------------------------------------------
 * 
 * jwarm-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(255, 244.5454545455, 231.8181818182);
  --theme-color-light2: rgb(255, 234.0909090909, 208.6363636364);
  --theme-color-light3: rgb(255, 223.6363636364, 185.4545454545);
  --theme-color-light4: rgb(255, 213.1818181818, 162.2727272727);
  --theme-color-light5: rgb(255, 202.7272727273, 139.0909090909);
  --theme-color-light6: rgb(255, 192.2727272727, 115.9090909091);
  --theme-color-light7: rgb(255, 181.8181818182, 92.7272727273);
  --theme-color-light8: rgb(255, 171.3636363636, 69.5454545455);
  --theme-color-light9: rgb(255, 160.9090909091, 46.3636363636);
  --theme-color-light10: rgb(255, 150.4545454545, 23.1818181818);
  --theme-color: darkorange;
  --theme-color-dark1: rgb(231.8181818182, 127.2727272727, 0);
  --theme-color-dark2: rgb(208.6363636364, 114.5454545455, 0);
  --theme-color-dark3: rgb(185.4545454545, 101.8181818182, 0);
  --theme-color-dark4: rgb(162.2727272727, 89.0909090909, 0);
  --theme-color-dark5: rgb(139.0909090909, 76.3636363636, 0);
  --theme-color-dark6: rgb(115.9090909091, 63.6363636364, 0);
  --theme-color-dark7: rgb(92.7272727273, 50.9090909091, 0);
  --theme-color-dark8: rgb(69.5454545455, 38.1818181818, 0);
  --theme-color-dark9: rgb(46.3636363636, 25.4545454545, 0);
  --theme-color-dark10: rgb(23.1818181818, 12.7272727273, 0);
  --theme-color-bg: darkorange;
  --theme-color-bg1: radial-gradient(rgba(255, 255, 255, 0.75) 10%, var(--theme-color-light1) 97.5%, var(--theme-color-light2));
}

.wordpress-post-content {
  background: var(--theme-color-bg1), url("/img/spkyujin_jw_bg1.png");
  background-position: center center;
  background-size: contain;
  padding: 10px 10px;
}
.wordpress-post-content .grid4 ul li::before {
  top: 0.375rem;
}

#spkyujin {
  float: right;
  width: 50%;
}

.wordpress-post-content {
  padding-left: 20px;
  padding-right: 20px;
}
.wordpress-post-content .is-sp {
  display: none !important;
}