@charset "UTF-8";
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20260210
*/
/* Simplicity子テーマ用のスタイルを書く */
p {
  margin-bottom: 1em;
}
/*----------------------------------------
	Table Menu Layout
----------------------------------------*/
table.menu, table.c-menu {
  margin-bottom: 2em;
  width: 99.8%;
}
table.menu {}
table.menu caption {
  text-align: left;
  font-weight: bold;
}
table.menu th, table.c-menu th {
  text-align: left;
  background-color: #ffffff !important;
}
table.menu td {
  width: 10em;
  text-align: right;
  background-color: #ffffff !important;
}
table.c-menu td {
  width: 45%;
  text-align: right;
  background-color: #ffffff !important;
}
table.menu tr:nth-child(odd) th, table.menu tr:nth-child(odd) td {
  background-color: #f5f5f5 !important;
}
table.c-menu ul {
  margin-top: 0.5em !important;
  margin-bottom: 0.1em !important;
}
table.layout {
  margin: 0;
  padding: 0;
  border: none !important;
  border-collapse: collapse;
  background: #ffffff;
  vertical-align: middle;
  width: auto !important;
}
table.layout thead, table.layout tbody {
  margin: 0;
  padding: 0;
  border: none;
}
table.layout th {
  text-align: center;
  background: #ffffff !important;
  vertical-align: middle;
  padding: 5px;
  border: none !important;
}
table.layout td {
  text-align: left;
  background: #ffffff !important;
  vertical-align: middle;
  padding: 5px;
  border: none !important;
}
/*----------------------------------------
	Text-Design
----------------------------------------*/
h1#site-title {
  /*display: none!important;*/
}
h1.entry-title {
  background: #f1f1f1;
  line-height: 1;
  padding: 0.6em;
  text-align: center;
  font-size: 21px !important;
}
header h2, .entry-title, .entry-title-link {
  font-size: 18px !important;
}
.entry-content h3 {
  font-size: 21px !important;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 0.5em;
}
h3.sidebar_widget_title {
  background: #f1f1f1;
  padding: 0.5em;
}
.sidebar-widget h3 {
  font-size: 1.1em;
}
.sidebar-widget h3 span {
  font-size: 14px;
}
h4 {
  border-bottom: #fff !important;
  border-top: #fff !important;
}
h4.line {
  position: relative;
  padding: 0 45px;
  text-align: center;
}
h4.line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
h4.line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
h4.wline {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
h4.wline:before, h4.wline:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
h4.wline:before {
  left: 0;
}
h4.wline:after {
  right: 0;
}
@media all and (max-width: 640px) {
  h4.line {
    font-size: 1.1em !important;
  }
  h1.entry-title {
    font-size: 21px !important;
  }
  header h2, .entry-title, .entry-title-link {
    font-size: 18px !important;
  }
  .entry-content h3 {
    font-size: 18px !important;
    8
  }
  .sidebar-widget h3 {
    font-size: 1.1em;
  }
}
p.nomabo, div.nomabo {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.2em;
  font-weight: bold;
}
p.sub {
  font-size: 1em;
  font-weight: bold;
}
.L-pen, .large {
  font-size: 1.28em;
}
.M-pen, .big {
  font-size: 1.1em;
}
.S-pen, .small {
  font-size: 0.85em;
}
.small {
  font-size: 0.8em;
}
.blue-pen,
.text-blue,
.blue-text {
  color: #4169e1;
	font-weight: bold;
}
.sky-pen {
  color: #87cefa;
}
.red-pen,
.text-red,
.red-text {
  color: #dc143c;
	font-weight: bold;
}
.orange-pen,
.text-orange,
.orange-text {
  color: #ff8c00;
	font-weight: bold;
}
.yellow-pen,
.yellow-text {
  color: #ffff00;
}
.green-pen,
.text-green,
.green-text {
  color: #66cdaa;
	font-weight: bold;
}
.silver-pen {
  color: #9fa09e; /*ash-gray*/
}
/* 赤文字（太字） */
.bold-red {
    color: #ff1212;
    font-weight: bold;
}
.marker-yellow {
    background: linear-gradient(transparent 70%, #fff33f 70%);
    font-weight: bold; /* 任意：少し太字にするとより映えます */
}
.marker-under {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold; /* Cocoonのデフォルト設定では太字になります */
}
.marker {
    background: rgba(255, 255, 102, 0.5); /* 黄色の半透明 */
    font-weight: bold;
    border-radius: 0.2em; /* 角を少し丸めるのがCocoon流です */
    padding: 2px 0;
}
/*-----------------------------------
	Style
-----------------------------------*/
h3 span {
  font-size: 0.8em;
  margin-left: 1em;
  color: #999999;
}
dl.flex {
  display: flex;
  flex-wrap: wrap;
}
dl.flex dt {
  width: 20%;
}
dl.flex dd {
  width: 80%;
}
dl.float {
  border-bottom: 1px solid #dcdcdc;
}
dl.float dt {
  width: 5em;
  padding: 0.5em 1em;
  float: left;
  border-top: 1px solid #dcdcdc;
}
dl.float dd {
  margin-left: 7em;
  padding: 0.5em 1em;
  border-top: 1px solid #dcdcdc;
}
/*safari用 */
dl.float dt, dl.float dd {
  min-height: 24px;
  line-height: 24px;
}
dl.line {
  margin-top: 1em;
}
dl.line dt {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
dl.line dd {
  padding-left: 0em;
  display: block;
  /*border-top: 1px solid #dcdcdc;*/
}
@media all and (max-width: 640px) {
dl.float dt {
  width: 89%;
  padding: 0.5em 5%;
  float: none;
  border-top: 1px solid #dcdcdc;
}
dl.float dd {
  width: 89%;
  margin-left: 0px;
  padding: 0.5em 5%;
  border-top: 1px solid #dcdcdc;
}	
}
/*----------------------------------------
	HR
----------------------------------------*/
hr.grey {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
}
hr.space {
  clear: both;
  border-bottom: 0;
  border-top: 1px solid #fff;
  filter: alpha(opacity=0); /*ie100*/
  -moz-opacity: 0.0; /*fx1.0*/
  opacity: 0.0; /*wk1.0*/
  border-right: 0;
  border-left: 0;
  margin: 24px 0;
  min-height: 0px;
  height: 1px;
}
div.spacer {
  clear: both;
  height: 18px;
  display: block;
}
/*----------------------------------------
Radius-Box
----------------------------------------*/
.radi-box {
  padding: 12px 21px 10px 21px;
  border-radius: 12px;
  margin-bottom: 8px;
}
.radi-box.center {
  text-align: center;
}
.radi-blue {
  background: #00608d; /*madonna-blue*/
  color: #ffffff;
}
.radi-sky {
  background: #82cddd; /*horizon-blue*/
  color: #ffffff;
}
.radi-orange {
  background: #f3981d; /*mandarinorange*/
  color: #ffffff;
}
.radi-green {
  background: #25b7c0; /*cambridge-blue*/
  color: #ffffff;
}
.radi-yellow {
  background: #ffdc00; /*jaune-brillant*/
  color: #111111;
}
/*----------------------------------------
	OL-UL
----------------------------------------*/
.widget ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.widget li {
  margin: 0;
  padding: 0;
}
ul.list, ol.number {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  list-style-type: square;
  margin-left: 0.5rem;
}
ul.list {
  list-style-type: square !important;
  color: #00608d;
}
ul.list li, ol.number li {
  margin-bottom: 0.5rem;
  color: #555555;
}
/*黒丸リスト*/
ul.dot {
  list-style: none;
  list-style-image: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul.dot li {
  font-size: 1em;
  list-style: none;
  line-height: 1.37;
  margin: 0;
  position: relative;
  padding: 0 0 0.4em 1.3em;
}
ul.dot li::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.2em;
  content: " ";
  width: 8px;
  height: 8px;
  /*line-height: 18px;*/
  background-color: #1e50a2;
  border-radius: 100%;
  font-size: 0.9em;
}
/* --------------------------------------------------------------------------
	Layout Flexbox 
		and Grid 2col-4col MobileFirst
  -------------------------------------------------------------------------- */
.item {}
.item.box {
  padding: 12px;
  box-sizing: border-box; /* widthの中にpaddingを含める設定 */
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.item.center {
  text-align: center;
}
/* --------------------------------------------------------------------------
   MOBILE FIRST STYLES (Default: 1 Column)
-------- */
/* Flexbox Base (Mobile: 1 column) */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* アイテム間の隙間 */
}
.flex-container .item {
  width: 100%;
}
/* Grid Base */
.grid-container {
  display: grid;
  gap: 24px;
  /* Space between items */
  grid-template-columns: 1fr;
  /* 1 col on mobile */
}
/* --------------------------------------------------------------------------
   STYLES
-------- */
/* --- FLEXBOX PATTERNS --- */
/* 2 Columns: (100% - gap) / 2 */
.flex-2 .item {
  width: calc((100% - 24px) / 2);
}
/* 3 Columns: (100% - 2*gap) / 3 */
.flex-3 .item {
  width: calc((100% - 48px) / 3);
}
/* 4 Columns: (100% - 3*gap) / 4 */
.flex-4 .item {
  width: calc((100% - 72px) / 4);
}
/* --- GRID PATTERNS --- */
/* 2 Columns */
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
/* 3 Columns */
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
/* 4 Columns */
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
/*----------------------------------------
	記事一覧
----------------------------------------*/
/* 記事一つの枠組み */
.post-item {
  display: flex; /* 横並びの指定をここに変更 */
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  align-items: flex-start; /* 上揃え */
}
/* 左側：画像エリア */
.post-thumbnail {
  flex: 0 0 30%;
  max-width: 200px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
/* 右側：文章エリア */
.post-content {
  flex: 0 0 70%;
}
.post-content h3 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}
/* タイトルリンクのみに適用するスタイル */
.post-title-link {
  text-decoration: none;
  color: #333;
}
.post-title-link:hover {
  text-decoration: underline; /* ホバー時に下線を表示 */
  color: #0066cc; /* ホバー時の色を変える場合 */
}
.post-excerpt {
  margin: 0;
  line-height: 1.6;
  color: #666; /* 本文の色を少し薄くしてタイトルを強調 */
}
/* もっと見るボタン（前回と同じ） */
.more-button-container {
  text-align: center;
  margin: 40px 0;
}
.btn-more {
  display: inline-block;
  padding: 15px 50px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
/* スマホ対応 */
@media (max-width: 600px) {
  .post-item {
    flex-direction: column;
  }
  .post-thumbnail {
    flex: 0 0 100%;
    max-width: 80%;
    margin: 10px auto;
  }
  .post-content h3 {
    border-bottom: 1px solid #999999;
    padding-bottom: 8px;
  }
}
/*----------------------------------------
	ページネーション
----------------------------------------*/
/* 全体のコンテナ */
.pagination {
  display: flex; /* 横並びにする */
  justify-content: center; /* 中央寄せ */
  align-items: center; /* 垂直方向の中央（高さがズレないように） */
  gap: 8px; /* 各要素の間隔 */
  margin: 50px 0; /* 上下の余白 */
  flex-wrap: wrap; /* 画面が狭い時に折り返す */
}
/* 各数字・リンクの共通スタイル */
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px; /* 正方形に近い形を保つ */
  height: 40px;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
/* 現在のページのスタイル */
.pagination .page-numbers.current {
  background-color: #333; /* 背景を黒に */
  color: #fff; /* 文字を白に */
  border-color: #333;
  cursor: default; /* クリックできないカーソルに */
}
/* マウスホバー時のスタイル（現在のページ以外） */
.pagination a.page-numbers:hover {
  background-color: #f4f4f4;
  border-color: #999;
}
/* 「…」の部分のスタイル */
.pagination .dots {
  border: none; /* 枠線を消す */
  background: transparent; /* 背景を透明に */
}
/* 「次へ」「前へ」のリンク（少し幅を持たせる場合） */
.pagination .next, .pagination .prev {
  padding: 0 15px;
}
/*-----------------------------------
	Margin
-----------------------------------*/
.mato, .space-top {
  margin-top: 1.5em;
}
.male2 {
  margin-left: 2em;
}
.male3 {
  margin-left: 3em;
}
.male4 {
  margin-left: 4em;
}
.male5 {
  margin-left: 5em;
}
.mabo, .space-bottom {
  margin-bottom: 1.2em;
}
.matobo, .space-hight {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.allma {
  margin: 0.5em !important;
}
th.nowrap, td.nowrap {
  white-space: nowrap !important;
}
/*----------------------------------------
	Form
----------------------------------------*/
form {
  padding: 0;
  margin: 0;
}
fieldset {}
legend {}
label {
  font-weight: bold;
  margin: 1em 0;
}
input {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  margin: 0;
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 6px 0;
  text-indent: 5px;
  background: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder, input:-moz-placeholder, .placeholder {
  color: #bbb;
}
input::-moz-focus-inner {
  border: 0;
}
input[disabled="disabled"], input.disabled {
  color: #999;
  background: #f5f5f5;
}
/* Foucus */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, button:focus, a.button:focus, select:focus {
  border: 1px solid #50B1FE;
  outline: none;
}
/* Mobile setting */
input[type="number"] {
  width: 4em;
  padding: 6px 0;
}
input[type="date"] {
  width: 12em;
  padding: 6px 0;
}
input[type="tel"] {
  width: 12em;
}
input[type="text"], input[type="email"], input[type="password"] {
  max-width: 280px;
}
input.file, input[type="file"] {
  width: 240px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
textarea {
  width: 280px;
  height: 320px;
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  font-family: inherit;
  font-size: 0.9em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F4F8FB;
}
input[type="radio"], input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: -3px 5px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: middle;
}
input[type="radio"] {
  border-radius: 10px;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
  background-color: #F4F8FB;
}
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -5px 0 0 -5px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #007bbb; /*#778EA2;*/
}
input[type="radio"]:checked:before {
  border-radius: 5px;
}
select {
  min-width: 3em;
  height: 36px;
  line-height: 38px;
  font-size: 0.9rem;
  padding: 0 24px 0 11px;
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  text-overflow: clip;
  background: #e3e3e3 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.wpcf7-submit {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  color: #222222;
  background: #a0d8ef;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  padding: 0.55em 2.5em;
  width: 200px;
  margin: 1rem auto;
}
.wpcf7-radio span.wpcf7-list-item {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
/*----------------------------------------
	Buttons
----------------------------------------*/
input[type="submit"], input[type="button"], .line-btn, .btn, .sidebtn {
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  color: #ffffff;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  padding: 0.8em 2.1em;
  background: #111111;
}
.sidebtn {
  width: 80%;
  padding: 0.8em 0;
  margin-left: 10%;
}
.wid200 {
  width: 180px;
  padding: 0.8em 0;
}
.btn:hover, .sidebtn:hover {
  background: #1e50a2;
  color: #fafafa;
}
.line-btn {}
.line-btn:hover {}
input[type="submit"]:hover, input[type="button"]:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #b3b6b7;
}
.btn-big, input[type="submit"].btn-big {
  font-size: 18px;
}
.btn-small, input[type="submit"].btn-small {
  font-size: 12.75px;
}
.btn-round {
  border-radius: 15px;
}
input[type="submit"] {
  color: rgba(255, 255, 255, 0.9);
  background: #2ca9e1;
}
input[type="submit"]:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #007bbb;
}
a.btn {
  color: #fff !important;
}
.line-btn {
  border: 1px solid #acacac;
  background: #fff;
  font-size: 1em;
  font-weight: bold;
  color: #007bbb;
}
/*----------------------------------------
	Layout
----------------------------------------*/
.allclear {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  line-height: 0;
}
br.mobile {
  display: none;
}
hr.mobi-space {
  display: none;
}
.show {
  display: block;
}
.clear, .hide {
  display: none;
}
.mabo {
  margin-bottom: 1.5em !important;
}
p.mabo8 {
  margin-bottom: 0.5em !important;
}
.mabo05 {
  margin-bottom: 0.5em !important;
}
.pc-center, .text-center {
  text-align: center;
}
.m-center {
  text-align: left;
}
.text-right, .t-right {
  text-align: right !important;
}
@media all and (max-width: 640px) {
  br.mobile {
    display: block;
  }
  hr.mobi-space {
    display: block;
    clear: both;
    border-bottom: 0;
    border-top: 1px solid #fff;
    border-right: 0;
    border-left: 0;
    margin: 36px 0;
    min-height: 0px;
    height: 1px;
  }
  .pc-center {
    text-align: left;
  }
  .m-center {
    text-align: center;
  }
}
/*----------------------------------------
	Overwright
----------------------------------------*/
span.simcal-event-end-time, span.simcal-event-end {
  display: none !important;
}
ul.simcal-events a {
  display: none !important;
}
.simcal-events p {
  font-size: 16px;
}
.card-snippet {
  font-size: 16px !important;
}
.simcal-event-title {
  color: #1e50a2 !important;
}
.category-archive7 .off7 {
  display: none;
}
.main .main-widget-label {
  font-size: 1.4em;
  font-weight: bold;
}
/*
 .new-entry-card-thumb {
display: none!important;
width: 0px;
height: 0px;
}
.new-entry-card-content {
	margin-right: 0!important;;
}
*/
.entry-card-snippet {
  -webkit-line-clamp: 5 !important;
}
/*Plus2024/11/15*/
.post-meta, .footer-post-meta, #related-entries {
  display: none;
}
/*navi*/
.menu-global-container {
  background-color: #111111;
}
#navi ul li a {
  font-size: 14px;
  display: block;
  padding: .9em 1.5em;
}
#navi .sub-menu li, #navi .children li {
  position: relative;
  float: none;
  height: 45px;
}
#navi ul.sub-menu ul, #navi ul.children ul {
  top: -45px;
  position: relative;
}
/*frontpage*/
.onindex {
  display: none;
}
.home .onindex {
  display: block !important;
}
.home .offindex {
  display: none;
}
.content-top-in {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
/*footer*/
#footer {
  background-color: #111111;
  color: #fff;
}
/* TwitterアイコンをX仕様に変更 */
/* 1. 背景色の変更 */
.twitter-balloon-btn a {
  background-color: #000000 !important;
}
/* 2. ホバー時の色 */
.twitter-balloon-btn a:hover {
  background-color: #333333 !important;
}
/* 3. アイコンを「X」に書き換え */
/* Simplicity2が使用しているFont Awesome 4.7にはXのロゴがないため、テキストで代用 */
.icon-twitter {
  display: none;
}
.twitter-balloon-btn span.balloon-btn-set a.twitter-balloon-btn-link::before {
  content: "X" !important;
  font-family: Arial, sans-serif !important; /* ロゴに近いサンセリフ体 */
  line-height: 1;
  font-weight: bold;
  color: white;
}