@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*見出しデザイン
.post_content h2 {
  background-color: #99b080;
  position: relative;
  z-index: auto !important;
  padding: 0.6em 0.8em;
  max-width: calc(100% - 4.5px);
  margin-left: 0;
}
.post_content h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7px;
  right: -7px;
  background-image: repeating-linear-gradient(325deg, #333, #f7f7f7 3px, transparent 3px, transparent 6px);
  z-index: -1;
}*/

.post_content h2 {
  background-color: #99b080;
  position: relative;
  z-index: auto !important;
  padding: 0.6em 0.8em;
  max-width: calc(100% - 4.5px);
  margin-left: 0;
}
.post_content h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7px;
  right: -7px;
  background-image: repeating-linear-gradient(325deg, #ded6c4, #ded6c4 3px, transparent 3px, transparent 6px);
  z-index: -1;
}

.post_content h3 {
  border-bottom: dotted 4.5px #99b080;
  padding-bottom: 0.3em;
}

/*マーカーの動き*/

.swl-marker {
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: inline;
}

.swl-marker.animate {
  animation-name: marker-fill;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes marker-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

/*背景のドット*/
body{
  background-image: radial-gradient(circle, #dbdbdb 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 6px 6px;
}
