/* Contact Form 7 Confirm */
.wpcf7c-conf {
  background-color: #F5F5F5;
  color: black;
  border: 1px solid #AEAEAE;
}

input.wpcf7c-btn-back {
  margin-right: 1em;
}

/* Row2 タイトル */
.row2-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Row3 タイトル */
.row3-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Row4 タイトル */
.row4-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Row5 タイトル */
.row5-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* カラムタイトル（Row2〜4 共通） */
.row2-col-title,
.row3-col-title,
.row4-col-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Row5 カラムタイトル */
.row5-col-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* カラム本文（Row2〜4 共通） */
.row2-col-text,
.row3-col-text,
.row4-col-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
	text-align: center;
}

/* Row5 カラム本文 */
.row5-col-text {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  font-weight: 600;
	text-align: center;
}

/* カラム背景（共通） */
.so-panel.widget {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 6px;
}

/* スマホ対応（共通） */
@media (max-width: 768px) {
  .so-panel.widget {
    margin-bottom: 20px;
  }
}

/* Row6 タイトル */
.row6-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* 説明文 */
.row6-text {
  text-align: center;
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* CTAボタン */
.row6-button {
  display: inline-block;
  padding: 14px 40px;
  background: #005bac;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease;
}

.row6-button:hover {
  background: #004a90;
}

/* ボタン中央寄せ */
.row6-button {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

/* お問い合わせボタン（PC） */
.menu-contact > a {
  background: #005bac;          /* 青背景 */
  color: #fff !important;        /* 白文字 */
  padding: 12px 28px;            /* 余白を広めに */
  border-radius: 12px;           /* 大きめの角丸 */
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #004a90;     /* 濃いめの枠線 */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* 影で立体感 */
  transition: all 0.2s ease;
}

/* ホバー時 */
.menu-contact > a:hover {
  background: #004a90;
  border-color: #003d78;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  color: #fff !important;
}

/* スマホ時は幅100%にして押しやすくする */
@media (max-width: 768px) {
  .menu-contact > a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.footer-youtube {
  display: flex;
  align-items: center;
  gap: 12px; /* テキストとアイコンの間隔 */
}

.footer-youtube img {
  display: block;
}

.hero-overlay {
    position: relative;
    overflow: hidden;
}

.hero-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* ← 黒透明オーバーレイ */
    z-index: 1;
}

.hero-overlay .so-panel.widget {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.row5-product-link {
    display: block;
    text-align: center;
}

.row5-product-image {
    max-width: 300px;   /* 必要に応じて調整 */
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.row3-col-text ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.row3-col-text ul li {
    list-style-position: inside; /* 箇条書きの点を内側に */
}

.row5-product-image {
    display: block;
}

.row5-product-link {
    display: flex;
    align-items: flex-start;
}

.row5-product-image {
    height: 260px;
    object-fit: cover;
}

.pl600-section {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.pl600-image {
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
		width: 360px;
		height: 240px;
		object-fit: cover;
}

.pl600-lead {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.pl600-links a {
    color: #005bbb;
    text-decoration: none;
    font-weight: bold;
}

.pl600-links img {
    vertical-align: middle;
    margin-left: 6px;
}

.pl600-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

.pl600-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.pl600-table-wrapper td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    vertical-align: top;
}

.pl600-note {
    font-size: 0.9rem;
    color: #555;
    margin-top: 20px;
}