@charset "UTF-8";
#pageCustom .basic__fullWidth {
  padding-inline: 2rem;
}
@media only screen and (min-width: 768px) {
  #pageCustom .basic__fullWidth {
    padding-inline: 24.6rem;
  }
}
#pageCustom .basic__fullWidth .page_content {
  padding: 6rem 0 10.9rem;
}
@media only screen and (min-width: 768px) {
  #pageCustom .basic__fullWidth .page_content {
    padding: 6.4rem 5.4rem 15.5rem;
  }
}
#pageCustom .basic__fullWidth .page_content .thumbnail {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  #pageCustom .basic__fullWidth .page_content .thumbnail {
    margin-bottom: 4rem;
  }
}
#pageCustom .basic__fullWidth .page_content .page-entry-content img[loading=lazy] {
  opacity: 1;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content {
  /* SiteOriginのパネルやウィジェット内をターゲットにする */
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) {
  /* 1. 主要なタグを「ブラウザ標準」スタイルに戻す */
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, table, th, td, blockquote) {
  all: revert;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) {
  /* 2. リストの余白調整（all: revertだけでは不十分な場合への保険） */
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) :where(ul, ol) {
  padding-left: 2em; /* 点や数字のためのスペース確保 */
  margin: 1em 0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) {
  /* 3. リストアイテムのスタイル継承 */
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) li {
  list-style: inherit;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) .widget-title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) .widget-title {
    font-size: 3.2rem;
  }
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) p {
  line-height: 1.8;
  text-align: justify;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content :where(.panel-grid-cell, .textwidget) a {
  color: #303030;
  text-decoration: underline;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget:not(.widget_text) .widget-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  position: relative;
  line-height: 1.4;
  border-bottom: none;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget:not(.widget_text) .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #D7282F;
  border-radius: 2px;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar {
  margin-bottom: 4rem;
  width: 100%;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar .calendar_wrap {
  position: relative;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar caption {
  font-weight: bold;
  padding: 10px 0;
  color: #333333;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar thead th {
  background-color: #f9f9f9;
  color: #666;
  font-size: 0.85rem;
  font-weight: normal;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar tbody td {
  text-align: center;
  padding: 10px 4px;
  border-bottom: 1px solid #e0e0e0;
  color: #ccc;
  transition: background-color 0.2s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar tbody td.pad {
  background-color: transparent;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar tbody td#today {
  color: #D7282F;
  font-weight: bold;
  position: relative;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar tbody td#today::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #D7282F;
  border-radius: 50%;
  margin: 2px auto 0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar tbody td a {
  display: block;
  color: #D7282F;
  font-weight: bold;
  text-decoration: none;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar #wp-calendar tbody td a:hover {
  background-color: rgba(215, 40, 47, 0.03);
  border-radius: 4px;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar .wp-calendar-nav a {
  text-decoration: none;
  color: #333333;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_calendar .wp-calendar-nav a:hover {
  color: #D7282F;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu {
  margin-bottom: 4rem;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin: 0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li:last-child {
  border-bottom: none;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li a,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li a,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li a,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li a,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li a,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5px 12px 20px;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li a::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li a::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li a::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li a::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li a::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
  transition: border-color 0.2s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li a:hover,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li a:hover,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li a:hover,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li a:hover,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li a:hover,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li a:hover {
  color: #D7282F;
  padding-left: 24px;
  background-color: rgba(215, 40, 47, 0.03);
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li a:hover::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li a:hover::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li a:hover::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li a:hover::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li a:hover::before,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li a:hover::before {
  border-color: #D7282F;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li .post-date,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li .post-date,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li .post-date,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li .post-date,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li .post-date,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li .post-date {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  margin-top: 4px;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li ul.children, #pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li ul.sub-menu,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li ul.children,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li ul.sub-menu,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li ul.children,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li ul.sub-menu,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li ul.children,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li ul.sub-menu,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li ul.children,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li ul.sub-menu,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li ul.children,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li ul.sub-menu {
  margin-left: 1rem;
  border-top: 1px solid #e0e0e0;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li ul.children li:last-child, #pageCustom .basic__fullWidth .page_content .page-entry-content .widget_recent_entries ul li ul.sub-menu li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li ul.children li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_categories ul li ul.sub-menu li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li ul.children li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_archive ul li ul.sub-menu li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li ul.children li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_meta ul li ul.sub-menu li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li ul.children li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_pages ul li ul.sub-menu li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li ul.children li:last-child,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_nav_menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .count {
  background-color: #eee;
  color: #666;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 8px;
}
li:hover #pageCustom .basic__fullWidth .page_content .page-entry-content .count {
  background-color: #D7282F;
  color: #fff;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget {
  margin-bottom: 4rem;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li:last-child {
  border-bottom: none;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a {
  display: block;
  padding: 12px 0 12px 20px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
  transition: border-color 0.2s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a .monsterinsights-widget-popular-posts-text {
  margin: 0 !important;
  padding: 0 !important;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a .monsterinsights-widget-popular-posts-title {
  color: #333333 !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  transition: color 0.2s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a:hover {
  background-color: rgba(215, 40, 47, 0.03) !important;
  padding-left: 24px;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a:hover::before {
  border-color: #D7282F;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a:hover .monsterinsights-widget-popular-posts-title {
  color: #D7282F !important;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search {
  margin-bottom: 4rem;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search form {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search form:focus-within {
  border-color: #D7282F;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search input[type=text] {
  border: 1px solid #e0e0e0;
  flex: 1;
  padding: 5px 12px;
  color: #333333;
  outline: none;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search button[type=submit],
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search input[type=submit] {
  background-color: #D7282F;
  color: #fff;
  border: none;
  padding: 5px 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search button[type=submit]:hover,
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_search input[type=submit]:hover {
  background-color: rgb(172, 32, 37.6);
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_tag_cloud {
  margin-bottom: 4rem;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 0.85rem !important;
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_tag_cloud .tagcloud a::before {
  content: "#";
  margin-right: 2px;
  color: #bbb;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_tag_cloud .tagcloud a:hover {
  background-color: #D7282F;
  border-color: #D7282F;
  color: #fff;
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_tag_cloud .tagcloud a:hover::before {
  color: rgba(255, 255, 255, 0.7);
}
#pageCustom .basic__fullWidth .page_content .page-entry-content .widget_media_gallery {
  margin-bottom: 4rem;
}

/*# sourceMappingURL=prtc-custom-style.css.map */
