@charset "UTF-8";
.editor-visual-editor, .single .single-content {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .editor-visual-editor, .single .single-content {
    width: 100%;
  }
}
.editor-visual-editor #ez-toc-container, .single .single-content #ez-toc-container {
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 0.9rem;
}
.editor-visual-editor #ez-toc-container .ez-toc-title, .single .single-content #ez-toc-container .ez-toc-title {
  display: inline-block;
  color: #3AA27B;
  font-weight: bold;
  background-color: #3AA27B;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 0.25rem 0;
}
.editor-visual-editor #ez-toc-container ul, .single .single-content #ez-toc-container ul {
  margin-top: 0.5rem;
}
.editor-visual-editor #ez-toc-container ul li, .single .single-content #ez-toc-container ul li {
  margin-bottom: 0.5rem;
}
.editor-visual-editor h2, .single .single-content h2 {
  color: #3AA27B;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem 0;
}
.editor-visual-editor h3, .single .single-content h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #3AA27B;
  margin: 2rem 0;
  padding: 10px;
}
.editor-visual-editor h4, .single .single-content h4 {
  color: #21272F;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  margin: 2rem 0;
  border-left: 4px solid #3AA27B;
}
.editor-visual-editor h5, .single .single-content h5 {
  display: inline-block;
  color: #fff;
  background-color: #737572;
  padding: 5px 10px;
  margin: 2rem 0;
  font-size: 1rem;
}
.editor-visual-editor ul, .single .single-content ul, .editor-visual-editor ol, .single .single-content ol {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 10px 10px 30px;
  margin: 2rem 0;
}
.editor-visual-editor ul li, .single .single-content ul li, .editor-visual-editor ol li, .single .single-content ol li {
  margin: 10px 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
}
.editor-visual-editor ul li::marker, .single .single-content ul li::marker, .editor-visual-editor ol li::marker, .single .single-content ol li::marker {
  color: #84A68C;
  font-weight: bold;
}
.editor-visual-editor ul li, .single .single-content ul li {
  list-style-type: disc;
}
.editor-visual-editor ol li, .single .single-content ol li {
  list-style-type: decimal;
}
.editor-visual-editor p, .single .single-content p {
  margin: 0 0 2rem 0;
  line-height: 1.5;
}
.editor-visual-editor a, .single .single-content a {
  color: #3AA27B;
  text-decoration: underline;
  font-weight: bold;
}
.editor-visual-editor figure, .single .single-content figure {
  margin: 0 0 2rem 0;
}
.editor-visual-editor figure img, .single .single-content figure img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.editor-visual-editor figure iframe, .single .single-content figure iframe {
  max-width: 100%;
}
.editor-visual-editor figure figcaption, .single .single-content figure figcaption {
  margin: 0.25rem 0 0 0;
  font-size: 0.7rem;
  text-align: right;
  color: #bbb;
}
.editor-visual-editor figure figcaption a, .single .single-content figure figcaption a {
  color: #bbb;
  text-decoration: none;
  font-weight: normal;
}
.editor-visual-editor .wp-block-details, .single .single-content .wp-block-details {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 0.85rem;
}
.editor-visual-editor .wp-block-details summary, .single .single-content .wp-block-details summary {
  font-weight: bold;
}
.editor-visual-editor .wp-block-details summary:after, .single .single-content .wp-block-details summary:after {
  content: "(開く)";
  margin-left: 0.5rem;
  font-size: 0.7rem;
  font-weight: normal;
}
.editor-visual-editor .wp-block-details p, .single .single-content .wp-block-details p {
  margin: 1rem 0 !important;
}
.editor-visual-editor .wp-block-button__link, .single .single-content .wp-block-button__link {
  display: block;
  background-color: #21272F;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}
.editor-visual-editor .wp-block-button__link:hover, .single .single-content .wp-block-button__link:hover {
  background-color: #737572;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translateY(5px);
}
.editor-visual-editor .twitter-tweet, .single .single-content .twitter-tweet {
  margin: 0 0 2rem 0 !important;
}
.editor-visual-editor blockquote, .single .single-content blockquote {
  border-left: 4px solid #737572;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1rem;
  margin: 2rem 0;
}
.editor-visual-editor blockquote p, .single .single-content blockquote p {
  margin: 0;
  font-size: 0.9rem;
}
.editor-visual-editor blockquote cite, .single .single-content blockquote cite {
  margin: 0.5rem 0 0 0;
  font-size: 0.7rem;
  color: #bbb;
  font-style: normal;
}
.editor-visual-editor blockquote cite a, .single .single-content blockquote cite a {
  color: #bbb;
  text-decoration: none;
  font-weight: normal;
}
.editor-visual-editor .wp-block-table, .single .single-content .wp-block-table {
  overflow-x: auto;
}
.editor-visual-editor .wp-block-table table, .single .single-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.editor-visual-editor .wp-block-table th, .single .single-content .wp-block-table th {
  background-color: rgba(0, 0, 0, 0.05);
}
.editor-visual-editor .wp-block-table th, .single .single-content .wp-block-table th, .editor-visual-editor .wp-block-table td, .single .single-content .wp-block-table td {
  white-space: pre;
  font-size: 0.8rem;
  border: 1px solid #ddd;
  padding: 10px;
}
.editor-visual-editor .speech-bubble-container, .single .single-content .speech-bubble-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.editor-visual-editor .speech-bubble-icon, .single .single-content .speech-bubble-icon {
  width: 40px;
  height: 40px;
}
.editor-visual-editor .speech-bubble-icon svg, .single .single-content .speech-bubble-icon svg {
  margin-top: -0.5rem;
}
.editor-visual-editor .speech-bubble-icon path, .single .single-content .speech-bubble-icon path {
  fill: #3AA27B;
}
.editor-visual-editor .speech-bubble, .single .single-content .speech-bubble {
  flex: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.editor-visual-editor .speech-bubble::after, .single .single-content .speech-bubble::after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
}
.editor-visual-editor .speech-bubble-left, .single .single-content .speech-bubble-left {
  order: 2;
}
.editor-visual-editor .speech-bubble-left::after, .single .single-content .speech-bubble-left::after {
  border-right-color: rgba(0, 0, 0, 0.05);
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
}
.editor-visual-editor .speech-bubble-left + .speech-bubble-icon, .single .single-content .speech-bubble-left + .speech-bubble-icon {
  order: 1;
}
.editor-visual-editor .speech-bubble-right, .single .single-content .speech-bubble-right {
  order: 1;
}
.editor-visual-editor .speech-bubble-right::after, .single .single-content .speech-bubble-right::after {
  border-left-color: rgba(0, 0, 0, 0.05);
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
}
.editor-visual-editor .speech-bubble-right + .speech-bubble-icon, .single .single-content .speech-bubble-right + .speech-bubble-icon {
  order: 2;
  margin-right: 0;
  margin-left: 10px;
}

.single .single-title {
  color: #21272F;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.single .single-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #3AA27B;
  margin: 20px auto;
}
@media screen and (max-width: 600px) {
  .single .single-title {
    font-size: 1.2rem;
  }
}
.single .single-thumbnail {
  width: 700px;
  margin: 20px auto;
}
.single .single-thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .single .single-thumbnail {
    width: 100%;
  }
}
.single .single-pickup-top,
.single .single-pickup-bottom {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  padding: 1rem;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.single-pickup-top::before,
.single-pickup-bottom::before {
  content: "要注目";
  position: absolute;
  top: 10px;
  left: -40px;
  background: #e22f28;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .single .single-pickup-top::before,
  .single .single-pickup-bottom::before {
    left: -25px;
    top: 10px;
    font-size: 0.7rem;
    padding: 2.5px 30px;
  }
}
.single .single-pickup-top p,
.single .single-pickup-bottom p {
  margin: 0;
}
.single .single-pickup-top .single-pickup-img,
.single .single-pickup-bottom .single-pickup-img {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .single .single-pickup-top .single-pickup-img,
  .single .single-pickup-bottom .single-pickup-img {
    width: 50%;
  }
}
.single .single-pickup-top .single-pickup-text,
.single .single-pickup-bottom .single-pickup-text {
  width: 70%;
  font-weight: bold;
  color: #21272F;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .single .single-pickup-top .single-pickup-text,
  .single .single-pickup-bottom .single-pickup-text {
    width: 50%;
  }
}
.single .single-pickup-top .single-pickup-text .single-pickup-title,
.single .single-pickup-bottom .single-pickup-text .single-pickup-title {
  font-size: 1.2rem;
}
.single .single-pickup-top .single-pickup-text .single-pickup-title:nth-of-type(1),
.single .single-pickup-bottom .single-pickup-text .single-pickup-title:nth-of-type(1) {
  color: #3AA27B;
}
@media screen and (max-width: 600px) {
  .single .single-pickup-top .single-pickup-text .single-pickup-title,
  .single .single-pickup-bottom .single-pickup-text .single-pickup-title {
    font-size: 0.8rem;
  }
}
.single .single-site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  gap: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.01);
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .single .single-site-info {
    display: block;
  }
}
.single .single-site-info .single-site-image {
  flex: 0 0 auto;
  width: 20%;
}
@media screen and (max-width: 600px) {
  .single .single-site-info .single-site-image {
    display: none;
  }
}
.single .single-site-info .single-site-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
}
.single .single-site-info .single-site-table {
  font-size: 0.8rem;
  border-collapse: collapse;
  width: 100%;
  flex: 1;
}
.single .single-site-info .single-site-table th {
  width: 10%;
  text-align: right;
  font-weight: normal;
  white-space: nowrap;
}
.single .single-site-info .single-site-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single .single-site-info .single-site-table tr:last-of-type {
  border-bottom: none;
}
.single .single-site-info .single-site-table th, .single .single-site-info .single-site-table td {
  font-size: 0.7rem;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .single .single-site-info .single-site-table th, .single .single-site-info .single-site-table td {
    padding: 5px;
  }
}
.single .single-site-info .single-site-table a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.single .single-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.single .single-author .author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .single .single-author .author-img {
    width: 50px;
    height: 50px;
  }
}
.single .single-author .author-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 600px) {
  .single .single-author .author-name {
    font-size: 0.8rem;
    margin-bottom: 0.1rem;
  }
}
.single .single-author .author-description {
  font-size: 0.8rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .single .single-author .author-description {
    font-size: 0.7rem;
  }
}
.single .single-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0 0 0;
  text-align: right;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .single .single-meta {
    width: 100%;
  }
}
.single .single-meta span,
.single .single-meta time {
  display: block;
  font-size: 0.8rem;
  margin: 5px 0;
  text-align: right;
}
.single .single-meta span a,
.single .single-meta time a {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: #3AA27B;
  color: #fff;
}
.single .share {
  margin: 1rem auto;
}
.single .share .share-buttons {
  display: flex;
  justify-content: space-between;
}
.single .share .share-buttons a {
  width: 100%;
  display: block;
  padding: 10px;
  text-decoration: none;
  background-color: #21272F;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single .share .share-buttons a svg {
  fill: #fff;
}
.single .share .share-buttons .share-btn-x {
  background-color: #000;
}
.single .share .share-buttons .share-btn-fb {
  background-color: #3b5998;
}
.single .share .share-buttons .share-btn-line {
  background-color: #00c300;
}

.related-posts {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .related-posts {
    width: 100%;
  }
}
.related-posts .related-posts-title {
  background-color: #737572;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0 0;
  padding: 10px;
  text-align: center;
}
.related-posts .related-post {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.related-posts .related-post:hover {
  background-color: rgba(58, 162, 123, 0.05);
}
.related-posts .related-post img {
  width: 25%;
}
.related-posts .related-post .related-post-title {
  width: 100%;
  color: #21272F;
  font-weight: bold;
}

#comments {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #comments {
    width: 100%;
  }
}
#comments .inner {
  padding: 2rem 0;
}
#comments h2.comments-title {
  background-color: #84A68C;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 10px;
  text-align: center;
}
#comments .comment-respond {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #comments .comment-respond {
    width: 100%;
  }
}
#comments .comment-reply-title,
#comments .comments-list-title {
  font-size: 1.5rem;
  color: #84A68C;
  margin-bottom: 2rem;
  position: relative;
}
#comments .comment-reply-title::before,
#comments .comments-list-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 4rem;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  #comments .comment-reply-title,
  #comments .comments-list-title {
    font-size: 1rem;
  }
}
#comments .comment-form {
  margin-bottom: 2rem;
}
#comments .comment-form-content label,
#comments .comment-form-author label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#comments .comment-form-content textarea,
#comments .comment-form-content input,
#comments .comment-form-author textarea,
#comments .comment-form-author input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
}
#comments .submit {
  margin-top: 1rem;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #21272F;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#comments .comments-list {
  width: 700px;
  margin: 0 auto;
}
#comments .comments-list .comments-list-description {
  font-size: 0.8rem;
}
@media screen and (max-width: 600px) {
  #comments .comments-list {
    width: 100%;
  }
}
#comments .comments-list .comments-list-items {
  list-style: none;
}
#comments .comments-list .comments-list-items .comments-list-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#comments .comments-list .comments-list-items .comments-list-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}
#comments .comments-list .comments-list-items .comments-list-item .comments-list-item-author,
#comments .comments-list .comments-list-items .comments-list-item .comments-list-item-date {
  font-size: 0.8rem;
  text-align: right;
  color: #aaa;
}
#comments .comments-list .comments-list-items .comments-list-item .comments-list-item-content {
  display: flex;
  align-items: top;
  gap: 1rem;
}
#comments .comments-list .comments-list-items .comments-list-item .comments-list-item-content-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #84A68C;
  flex-shrink: 0;
  padding: 10px;
}
#comments .comments-pagination {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  gap: 0.5rem;
  margin: 2rem 0;
}
#comments .comments-pagination a, #comments .comments-pagination span {
  display: block;
  padding: 5px 10px;
  background-color: #84A68C;
  color: #fff;
  text-decoration: none;
}
#comments .comments-pagination a.current, #comments .comments-pagination span.current {
  background-color: #21272F;
}