<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
  background: #f9f4ff;
}

img, video {
  pointer-events: none;
}

/** Main Menu */
.main-menu &gt; li::before {
  color: #999;
}

.single .post-content {
  padding: 7.5% 6%;
}

/** Header */
.header .cover {
  background: rgba(255, 255, 255, .25);
}
.blog-title {
  line-height: 1.14;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
}
.blog-title a {
  color: #6c2463;
}
.blog-title a:hover {
  color: #13C4A5;
}
.blog-description {
  font-weight: bold;
  color: #001e43;
  text-shadow: 1px 2px 0px #bccddb;
}
.post-title {
  text-shadow: .08em .08em .15em #a69abd;
}
.header-search-block,
.navigation {
  background-color: #3f002c;
}
.post-content h2.headTitle,
.post-content h2.head-title {
  position: relative;
  padding: .75em;
  line-height: 1.3em;
  background-color: #e9dfe5;
  font-size: x-large;
  border-radius: .25em;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, .3);
  text-shadow: 2px 2px 3px #9d8e87;
  margin-bottom: 58px;
}
h2.headTitle p, h2.head-title p {
  font-weight: bold;
}
h2.headTitle::first-letter, h2.head-title::first-letter {
  font-size: 1.5em;
/*  color: #7172ac; */
/*  color: #6c2463; */
/*  color: #c71585; */
/*  color: #c4a3bf; */
  color: #c197ba;
  letter-spacing: 2px;
}
h2.headTitle::after, h2.head-title::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-width: 0 0 18px 18px;
  border-style: solid;
  border-color: #fff #fff #ddd;
  border-radius: 0 0 .25em 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}

.head-title *:nth-child(2) {
  margin-top: .6em;
}

/** Footer */
.footer .widget {
  border-top: 1px solid #444;
}

.hentry, .post {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
}

/** Breadcrumbs */
p#breadcrumbs span span {
  line-height: 1.2;
}

/* Table */
.post-content table {
  font-size: 1em;
  width: auto;
}
.post-content th,
.post-content td {
  padding: 0;
  border: none;
}

/** Post Header */
.post-header .post-title {
  line-height: 1.3em;
}
.post-header {
  border-bottom: 1px solid #f4dcf1;
  background-color: #f4dcf1;
  padding: 6%;
}
.post .post-header::before,
.post .post-header::after,
.page .post-header::before,
.page .post-header::after {
  border-top-color: #f4dcf1;
}

/** Post Excerpt */
.post-excerpt { padding: 6% 6% 5% 6%; }
.post-excerpt .more-link {
  margin-top: 0.8em;
  font-weight: bold;
}

/** Post Meta */
.posts .post-meta { padding: 0 6%; }
.posts .post-meta a { padding: 16px 0 16px 24px; }
.posts .post-meta a.post-edit-link {
  /* background-position: top; */
	/* padding: 12px 0 12px 24px; */
  height: 48px;
}

/** hr */
hr.default {
  width: 90%;
  height: 1px;
  background: #800000;
}

.enum-sharp { font-weight: bold; }
.enum-sharp::before {
  content: "#\02";
}

/** MoviePlayer area */
.movieplayer {
  min-height: 60px;
  margin-bottom: 20px;
}

.movie-notes {
  margin: 30px 0 40px 0;
  position: relative;
  background:#f8eeee;
  padding: 16px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.movie-notes::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 248, 248, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #f8eeee;
  bottom: 100%;
  left: 46px;
}

/** Checkmark in Feedback */
div.feedbackCheckmarkContainer, div.feedback-checkmark-container {
  /*margin: -16px 0 20px 24px;*/
  margin: 0 0 1.4em .6em;
}
div.feedbackCheckmarkFlex, div.feedback-checkmark-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
span.feedbackCheckmarkCheckmark, span.feedback-checkmark-checked {
  /*width: 30px;*/
  width: 28px;
  /*padding: 0 6px 0 0;*/
  line-height: 1.7em;
}
.feedback-score-100::after {
  content: "\02(100点)";
}
.feedback-score-75::after {
  content: "\02(75点)";
}
.feedback-score-50::after {
  content: "\02(50点)";
}
.feedback-score-25::after {
  content: "\02(25点)";
}
.feedback-score-0::after {
  content: "\02(0点)";
}

.text-question {
  line-height: 1.9em;
  font-weight: bold;
  /*font-style: oblique;
  margin: 30px 0 40px 0;
  position: relative;*/
  background:#f8eeee;
  padding: .6em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.text-question::before {
  content: "Q)\02";
}
p:has(&gt;.text-question) {
  margin-top: 2.4em;
}
.text-answer {
  /*margin-left: 1.3em;*/
  margin-left: 1.9em;
}
.text-answer-age {
  margin-left: 1.9em;
}
.text-answer-age::after {
  content: "\02歳";
}

/** Scroll to top button */
#ssttbutton {
  right: 0;
  bottom: 10px;
}

/** Comment form */
p.comment-notes,
p.comment-form-email,
p.comment-form-url,
p.comment-subscription-form {
  display: none;
}

/** Contact form */
.titleContactForm {
  font-weight: bold;
  font-style: normal;
}

.textRequiredContactForm {
  font-weight: normal;
  font-style: normal;
}

/** 記事一覧New!マーク */
figure.post_thumbnail {
  position: relative;
}

small.new_post::before {
  position: absolute;
  top: 0;
  left: 0;
	border-width: 56px 56px 0 0;
  border-style: solid;
  border-color: #dc143c transparent transparent transparent; 
  content: "";
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
}

span.label_new_post {
  position: absolute;
  top: 12px;
  left: 4px;
  color: #fff;
  letter-spacing: .04rem;
  font-weight: 600;
  font-size: .8rem;
  transform: rotate(-45deg);
}

select#archives-dropdown-2,
select#archives-dropdown-4,
select#wp-block-archives-2,
select#wp-block-archives-4 {
  padding: 10px 10px;
  font-size: 0.85rem;
  border: none;
  color: #333;
  border: 1px solid #eee;
  background: #fdfdfd;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}

/** reCAPTCHA保護マーク */
.grecaptcha-badge {
  bottom: 120px !important;
}

.aligncenter img {
  border: none;
}

div.wp-widget-group__inner-blocks &gt;
div.popular-posts {
  padding: 0;
}
</pre></body></html>