@charset "UTF-8";
/* These styles are used in the backend editor AND in the Theme (frontend) */
/* Most themes nowadays provide an extra stylesheet of classes which WordPress itself then */
/* applies to the backend editor TinyMCE. However, custom CSS - set in Plugins, in the WP  */
/* Customizer or in Theme options, will normally not be reflected to TinyMCE. So better to */
/* put such styles all here, where they will apply to TinyMCE *and* the frontend.          */
/* The goal is not only to make the visual editor display look as much like the frontend as    */
/* possible, but also to make sure that all important CSS classes are available for convenient */
/* selection in TinyMCEs "Formats" dropdown - so do not forget to configure the TinyMCE styles */
/* dropdown with elements to match those here.                                                 */
/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */
/* Suggested general non-tag-specific visual styles */
.list {
  margin: 0.35rem 0;
}

.topless {
  margin-top: 0 !important;
}

.bottomless {
  margin-bottom: 0 !important;
}

.beforelist {
  margin-bottom: 0.5rem;
}

.lastitemem {
  margin-bottom: 0;
  padding-bottom: 1.3rem;
}

strong {
  font-weight: bold;
}

/* Revert to normal text within strong */
.notstrong {
  font-weight: normal;
}

.smaller {
  font-size: 0.95rem;
  line-height: 1.25;
}

.small {
  font-size: 0.89rem;
  line-height: 1.2;
}

.screen-reader-text, .dispnone {
  display: none;
}

/* Append your site-specific styles here */
/* 追加はここから */
.editor-style .size-auto,
.editor-style .size-full,
.editor-style .size-large,
.editor-style .size-medium,
.editor-style .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.editor-style .alignleft {
  float: left;
  margin: 0 1.5em 0.8em 0;
}
.editor-style .alignright {
  float: right;
  margin: 0 0 0.8em 1.5em;
}
.editor-style .aligncenter {
  display: block;
  margin: 2em auto;
}
.editor-style .more-link {
  display: inline-block;
  margin-top: 0.8em;
}
.editor-style .clear-float {
  clear: both;
}
.editor-style .wp-caption {
  max-width: 100%;
}
.editor-style .wp-caption .wp-caption-text {
  max-width: 100%;
}
.editor-style h1 {
  font-feature-settings: "palt";
}
.editor-style h2 {
  position: relative;
  padding-left: 18px;
  font-size: clamp(22px, 3vw, 24px);
  font-weight: 600;
  margin-bottom: 24px;
  font-feature-settings: "palt";
}
.editor-style h2:before {
  content: "";
  position: absolute;
  margin-right: 10px;
  width: 8px;
  height: 100%;
  border-radius: 2px;
  left: 0;
  background-color: #08b671;
}
.editor-style h3 {
  font-feature-settings: "palt";
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
  margin-bottom: 21px;
}
.editor-style h4 {
  font-feature-settings: "palt";
}
.editor-style p, .editor-style li {
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
.editor-style a {
  color: black;
  background: linear-gradient(transparent 50%, rgba(8, 182, 113, 0.2) 50%);
}
.editor-style img {
  width: 100%;
  height: 60%;
  object-fit: contain;
}
.editor-style ol, .editor-style ul {
  position: relative;
}
.editor-style ol li, .editor-style ul li {
  font-feature-settings: "palt";
}
.editor-style ol {
  padding-left: 1.25rem;
}
.editor-style ul li {
  padding-left: 18px;
  font-size: clamp(16px, 1.5vw, 18px);
}
.editor-style ul li:before {
  content: "・";
  position: absolute;
  padding-right: 10px;
  width: 16px;
  height: 100%;
  border-radius: 2px;
  left: 0;
}
.editor-style blockquote {
  background-color: #f2f2f2;
  padding: 24px;
  border-radius: 8px;
}
.editor-style .table, .editor-style .js-scrollable table, .editor-style table {
  width: 100%;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.editor-style .table tr, .editor-style .js-scrollable table tr, .editor-style table tr {
  border: 1px solid #c2c2c2;
}
.editor-style .table tr th, .editor-style .js-scrollable table tr th, .editor-style table tr th {
  font-feature-settings: "palt";
  padding: 8px 24px;
  white-space: nowrap;
  background-color: rgb(242, 242, 242);
  border-left: 1px solid #c2c2c2;
}
.editor-style .table tr td, .editor-style .js-scrollable table tr td, .editor-style table tr td {
  font-feature-settings: "palt";
  padding: 8px 24px;
  border-left: 1px solid #c2c2c2;
}
.editor-style .scroll-hint-icon-wrap {
  background-color: rgba(0, 0, 0, 0.45);
}
.editor-style .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}
.editor-style .post-panel__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}
.editor-style .post-panel__list__item {
  position: relative;
}
.editor-style .post-panel .tags {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  right: 8px;
  line-height: 1.4;
  text-align: end;
  padding-left: 7vw;
}
.editor-style .post-panel .tags.no-current {
  padding-left: initial;
}
.editor-style .post-panel .tags .tagitem {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.editor-style .post-panel .tags .tagitem a {
  color: white;
  background-color: transparent;
}
.editor-style .post-panel .tags .tag-area {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.editor-style .post-panel .tags .tag-area.pink {
  background-color: #ff7bd0;
}
.editor-style .post-panel .tags .tag-area.blue {
  background-color: #00a9f4;
}
.editor-style .post-panel .tags .tag-area.green {
  background-color: #08b671;
}
.editor-style .post-panel .tags .tag-area.yellow {
  background-color: #f2bc2b;
}
.editor-style .post-panel .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  padding: 4px 8px;
  color: white;
}
.editor-style .post-panel .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.editor-style .post-panel .image_area:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.editor-style .post-panel .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.editor-style .post-panel .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
