@charset "utf-8";
/* CSS Document */

/*========================================================
変数
========================================================*/
:root {
  --cont-width: 1000px; /*コンテンツ幅*/
  --main-color: #39434f;
  --sub-color: #f58e59;
  --menu-gradation: linear-gradient(#fafafa, #eaeaea); /*gNaviのグラデ*/
  --top-bg: #fff; /*トップページの背景色*/
  /*以下は個人で自由に設定可*/
  --cont-bg: #f6f6f6;
  --under-line: #f4bfa4;
  --title-fontSize: 24px;
  --font-L: 20px;
  --font-M: 18px;
  --font-S: 12px;
}


/*-----------------------------------------共通(コピペ)-----------------------------------------*/
/*========================================================
全ページ共通設定
========================================================*/
/*body
============================*/
body {
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
  vertical-align:top;
}

/*初期デザインの削除とコンテンツ幅の設定
============================*/
#wrapper {
	background: #fff !important;
	padding: 0;
}
#g01 .indexCornerWrap01 {
	display: none;
}
.sectionWrap,
.h2WrapBtm,
.h2WrapTop,
.h2WrapMid,
.sectionBtm,
.section,
.sectionIn {
	background: none;
  padding: 0;
  margin: 0 auto;
}
.sectionWrap {
	z-index: auto;
}
#g01 #contents {
  width: 100%;
  /*トップページの背景色*/
  background-color: var(--top-bg);
}
#main {
  padding: 50px 0;
}
#g01 #main {
  padding: 50px 0 0 0;
}
#g04 .indexGalleryWrap01 {
	padding: 0;
}
#map_canvas {
	width: 880px !important;
	margin: 0 auto !important;
}
.accessSec01 {
	width: 880px;
}
#g01 a {
  text-decoration: none;
}

/*header
============================*/
#headerWrap {
	width: 100%;
	background: #fff;
}
#header {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 auto;
  width: auto;
  max-width: var(--cont-width);
}
#headerCategoryList, #headerBtm, .mt12 {
 	display: none;
}
#headerStoreWrap {
 	padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerStoreWrap::after {
  display: none;
}
#headerStore {
 	width: auto;
 	margin: 0;
}
#headerStore .kana {
  display: none;
}
#headerStore .name {
	font-size: var(--font-S);
	color: var(--main-color);
}
#headerStore .name a {
	color: var(--main-color);
}
#headerStoreContact img {
  display: none;
}
#headerStoreDialWrap {
  background: none;
}
#headerStoreDial {
	padding: 0;
	background: none;
}
#headerStoreDial .number {
  padding-left: 0;
  text-align: right;
  color: var(--main-color);
  background: none;
}
.header_mgn01 {
	display: none !important;
}
#headerIconList {
	margin-top: 0;
}

/*gNavi
============================*/
#gNaviWrap {
	margin: 0;
	clear: both;
}
#gNaviIn {
	width: auto;
	margin: 0px auto;
	background: var(--menu-gradation);
	padding: 0px 10px;
  border-bottom: solid 1px #ccc;
}
#gNavi ul {
	max-width: var(--cont-width);
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	display: flex;
  z-index: 99;
}
#gNavi li {
	padding-bottom: 0;
	width: auto;
	height: 50px;
	flex: 1 1 0px;
	justify-content: center;
	align-items: center;
	position: static;
  z-index: 99;
}
#g01 #gNavi li#gNav01 a, #g02 #gNavi li#gNav02 a, #g03 #gNavi li#gNav03 a, #g04 #gNavi li#gNav04 a,
#g05 #gNavi li#gNav05 a, #g06 #gNavi li#gNav06 a, #g07 #gNavi li#gNav07 a {
	background: var(--menu-gradation);
  color: #000;
}
#gNavi li a {
	width: auto;
	height: 50px;
	background: var(--menu-gradation);
	border-left: 1px solid #ccc;
  color: #000;
  font-weight: normal;
  padding: 0;
  line-height: 50px;
}
#gNavi li:last-child a {
	border-right: 1px solid #ccc;
}
#gNavi li a:hover {
  background: linear-gradient(#ededed, #dbdbdb);
	color: #000;
  font-weight: normal;
}

/*footer
============================*/
#footer {
  padding: 0 0 80px 0;
}
#footerTop {
  background: #fff;
  border-top: 2px solid var(--main-color);
  padding: 0;
}
#footerTopLink,
#footerCopy {
  font-weight: normal;
}
#footerTopIn {
  width: 100%;
  margin: 0 auto;
}
#footerTopLink {
  padding: 30px 0;
}
#footerTopLink ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
  float: none;
  left: unset;
}
#footerTopLink ul li {
  padding-right: 20px;
  margin-right: 0;
  float: none;
  left: unset;
}
#footerTopLink ul li.last {
  float: none;
  left: unset;
}
#footerTopLink ul li a {
  color: #333;
}
#footerCopy {
  font-size: 12px;
  padding: 15px 0;
  margin-top: 0;
  text-align: center;
  background-color: var(--main-color);
}
#footerBtm {
  background: #c2c2c2;
}
#footerBtmIn {
  padding: 20px 0;
}

/*オーナーからのメッセージ
============================*/
#g01 #main > .sectionWrap:nth-child(1) {
  width: var(--cont-width);
  margin: 0 auto 50px;
}
#g01 .h2WrapMid h2 {
  font-size: 16px;
  color: #333;
  background: #e7e7e7;
  padding: 0 0 0 10px;
}
.topMessageDetail, .topMessageSec01, .topMessageSec02 {
  margin: 0 auto;
  padding: 0;
}
.topMessageDetail {
  height: auto;
  padding: 10px;
  background-color: #fff;
}
.topMessageSec01 {
  font-size: var(--font-S);
}
.h3_basic01, .topMessageSec02 {
  text-align: left;
  padding: 0;
}
.h3_basic01 {
  font-size: 16px;
}
.topMessageDetail .detailAnchor {
  margin: 10px 0 0 0;
  padding: 0;
}
.topMessageDetail .detailAnchor a {
  color: var(--main-color);
  background: none;
}
.topMessageDetail .detailAnchor a::before {
  content: '▶︎';
}

/*メインビジュアル
============================*/
#mainimg {
    width: auto;
    height: 600px;
    margin: 0;
    position: relative;
    background-image: url(https://cms.locoplace.biz/storeimg/71/718841/20260306_1302381.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eefbfb;
}
#mainimgIn {
	background-image: url(../img/mv.png) !important;
  height: 600px;
  width: var(--cont-width);
}

/*indexCopy01
============================*/
.indexCopy01 {
  max-width: var(--cont-width);
  background-color: #fff;
  padding: 40px 50px;
  text-align: center;
  font-size: var(--font-L);
  margin: 0 auto;
}

/*最下部基本情報
============================*/
#dlpoC_D .indexBasicInfoL01 {
  margin-top: 30px;
}
#dlpoC_D .section {
  width: var(--cont-width);
  margin: 0 auto 100px;
}
#dlpoC_D .sns {
  background-color: transparent !important;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 !important;
}
#dlpoC_D .sns::before {
  content: 'シェアする';
  font-size: 6px;
}
#dlpoC_D .sns p.flL {
  display: none !important;
}
#dlpoC_D .indexBasicInfoL01 table td {
  background-color: #fff;
}
/*pageTop
============================*/
.pageTop {
  right: 15px;
  z-index: 100;
  position: fixed;
  bottom: 100px;
  top: auto;
  border-width: 30px;
  border-style: solid;
  border-radius: 50% !important;
  border-color: var(--main-color);
  width: 0px !important;
  height: 0px !important;
}
.pageTop img {
  visibility: hidden;
  margin-top: 0px !important;
  width: 60px !important;
  height: 60px !important;
}
.pageTop a {
  display: block;
  width: 60px;
  height: 60px !important;
  margin-top: -30px;
  margin-left: -30px !important;
}
.pageTop:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 55%;
  left: -6px;
  margin-top:-5px;
}

/*-----------------------------------------共通(コピペ)ここまで-----------------------------------------*/


/*-----------------------------------------html記述部分-----------------------------------------*/
/*========================================================
KIREIYU LP (CMS friendly: single class per element)
========================================================*/

/* KIREIYU CV-LP (B) CSS*/
.kyb-lp {
  color: #0b2e4f;
  line-height: 1.75;
  padding-bottom: 86px;
  font-size: 16px;
}
.kyb-container {
    width: 1000px ! important;
    margin: 0 auto ! important;
}
.kyb-menuGrid {
    width: 1000px ! important;
    margin: 0 auto ! important;
}
/* top block: slightly overlaps FV for “connected” feel */
.kyb-top {
    padding: 15px 0 56px;
    background: #fafafa;
    margin-top: -26px;
    position: relative;
    z-index: 2;
}
/* CV CTA band (first thing under FV) */
.kyb-ctaBand {
  margin: 0 0 18px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  border: 1px solid #dbeafe;
  box-shadow: 0 10px 30px rgba(11,46,79,.08);
}

.kyb-ctaBandHead {
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.kyb-ctaBandBody {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kyb-ctaBandNote {
  margin-top: 10px;
  font-size: 12px;
  color: #355a74;
}

.kyb-section {
  padding: 56px 0;
  background: #ffffff;
}

.kyb-h2 {
    margin: 0 0 16px;
    font-size: 22px;
    letter-spacing: .02em;
    position: relative;
    padding-left: 12px;
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: solid #c1d1e7 3px;
}
.kyb-h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 3px;
  height: 1.95em;
  border-radius: 999px;
  background: #2f80ed;
}

.kyb-problems {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.kyb-problem {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 2px 14px rgba(11,46,79,.06);
  font-weight: 700;
  font-size: 16px;
}

.kyb-lead {
  margin: 16px 0 0;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}

.kyb-copy { margin-top: 14px; }

.kyb-text {
  margin: 0 0 12px;
  color: #1f3f58;
}

/* contact module */
.kyb-contact {
  margin-top: 45px;
  padding: 14px;
  border-radius: 12px;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  box-shadow: 0 2px 18px rgba(11,46,79,.08);
}


.kyb-contactHead {
  font-weight: 900;
  margin-bottom: 10px;
}

.kyb-contactBody {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kyb-contactNote {
  margin-top: 10px;
  font-size: 12px;
  color: #527189;
}

/* CTA buttons (site-like, high-contrast) */
.kyb-btnTel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-width:240px;
  padding:14px 18px 12px 56px;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#f6fffb);
  border:1px solid rgba(191,234,214,.95);
  color:#063b24;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 38px rgba(6,59,36,.12);
  position:relative;
}

.kyb-btnTel:before{
  content:"☎";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#ffffff;
  background:linear-gradient(180deg,#18a36b,#0a7a4a);
  box-shadow:0 12px 22px rgba(6,59,36,.18);
  font-size:14px;
  line-height:1;
}

.kyb-btnTel:after{
  content:"タップで発信（通話料無料）";
  font-size:14px;
  font-weight:700;
  color:#2b6b52;
}

.kyb-btnForm{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-width:240px;
  padding:14px 18px 12px 56px;
  border-radius:16px;
  background:linear-gradient(180deg,#ff2d55,#e60023);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 18px 44px rgba(230,0,35,.30);
  position:relative;
  overflow:hidden;
}

.kyb-btnForm:before{
  content:"✉";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#ffffff;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 12px 22px rgba(0,0,0,.14);
  font-size:14px;
  line-height:1;
}

/* shine overlay */
.kyb-btnForm:after{
  content:"24時間受付・最短当日";
  font-size:14px;
  font-weight:800;
  color:rgba(255,255,255,.92);
}

.kyb-btnForm{
  background-image:
    radial-gradient(260px 140px at 20% 10%, rgba(255,255,255,.24), rgba(255,255,255,0) 65%),
    linear-gradient(180deg,#ff2d55,#e60023);
}

.kyb-btnForm{ animation: kybPulse 2.8s infinite; }

.kyb-btnForm:hover{ filter:brightness(1.03); transform:translateY(-1px); }
.kyb-btnTel:hover{ filter:brightness(0.99); transform:translateY(-1px); }

/* Sticky CTA (mobile-first) */
.kyb-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px 12px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92);
  border-top: 1px solid #dbeafe;
  box-shadow: 0 -14px 30px rgba(11,46,79,.12);
  backdrop-filter: blur(8px);
}

.kyb-stickyInner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.kyb-stickyTel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f7fffb);
  border: 1px solid #bfead6;
  color: #063b24;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(6,59,36,.10);
}

.kyb-stickyTel:before { content: "☎"; }

.kyb-stickyForm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff2d55, #e60023);
  border: 1px solid #e60023;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(230,0,35,.26);
}

.kyb-stickyForm:before { content: "✉"; }

.kyb-stickyForm:hover { filter: brightness(1.03); }
.kyb-stickyTel:hover { filter: brightness(0.99); }

@media (min-width: 901px) {
  .kyb-sticky {
    padding: 12px;
    padding-bottom: 12px;
  }
  .kyb-stickyInner {
    grid-template-columns: 320px 320px;
    justify-content: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kyb-btnForm { animation: none; }
  .kyb-btnForm:after { animation: none; }
}

/* reasons grid */
.kyb-reasons {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kyb-reason {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 2px 18px rgba(11,46,79,.06);
  background: radial-gradient(900px 420px at 22% 12%, rgb(114 235 244 / 22%), transparent 58%), radial-gradient(820px 420px at 88% 18%, rgb(55 105 129 / 20%), transparent 58%), linear-gradient(180deg, #fff, #11111100)
}

.kyb-reasonTitle {
  font-weight: 900;
  margin-bottom: 6px;
  text-align: center;
}
.kyb-reasonTitle h3 {
    font-weight: bold;
    font-size: 18px;
}
.kyb-reasonText { color: #1f3f58; }

/* cases */
.kyb-cases {
  display: grid;
  gap: 12px;
}

.kyb-case {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 2px 18px rgba(11,46,79,.06);
}

.kyb-caseTitle {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #08243d !important;
    padding-left: 12px !important;
    border-bottom: solid 2px #ff2d55;
    line-height: 40px;
}
.kyb-caseTitle h3 {
    font-weight: bold;
    font-size: 18px;
}
.kyb-caseRow {
  display: flex;
  gap: 10px;
  margin: 0 0 8px;
}

.kyb-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  font-weight: 900;
  font-size: 12px;
}

.kyb-caseText { color: #1f3f58; }

/* menu (matched to https://www.kireiyu.com/menu/) */
.kyb-menuLead {
  margin: 0 0 14px;
  color: #3a556a;
}

.kyb-menuGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kyb-menuCard {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 2px 18px rgba(11,46,79,.06);
  display: grid;
  gap: 8px;
}

.kyb-menuTitle {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}

.kyb-menuDesc { color: #1f3f58; }

.kyb-menuImg {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6f0ff;
}

.kyb-menuPrice {
  font-weight: 900;
  font-size: 18px;
}

.kyb-menuSub {
  font-size: 12px;
  color: #527189;
}

.kyb-menuBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: #2f80ed;
  border: 1px solid #2f80ed;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  width: fit-content;
}

.kyb-menuSplit {
    margin-top: 18px;
    width: 1000px;
    margin: 20px auto;
}

.kyb-menuSplitTitle {
  font-weight: 900;
  margin-bottom: 10px;
}

.kyb-menuGrid2 {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kyb-menuCard2 {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 2px 18px rgba(11,46,79,.06);
  display: grid;
  gap: 8px;
}

.kyb-menuImg2 {
    width: 43%;
    height: 192px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}

.kyb-menuTitle2 { font-weight: 900; }
.kyb-menuDesc2 { color: #1f3f58; }
.kyb-menuTitle2 h4 {
    font-weight: bold;
    font-size: 17px;
}
.kyb-menuBtn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cfe1ff;
  color: #0b2e4f;
  font-weight: 900;
  text-decoration: none;
  width: fit-content;
}

.kyb-menuSet {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
}

.kyb-menuSetTitle {
  font-weight: 900;
  margin-bottom: 6px;
}

.kyb-menuSetText {
  color: #1f3f58;
  margin-bottom: 10px;
}

.kyb-menuSetBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: #2f80ed;
  border: 1px solid #2f80ed;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

/* steps */
.kyb-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.kyb-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 2px 18px rgba(11,46,79,.06);
}

.kyb-stepNo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 12px;
  background: #0b2e4f;
  color: #ffffff;
  font-weight: 900;
}

.kyb-stepTitle { font-weight: 900; margin-bottom: 4px; }
.kyb-stepText { color: #1f3f58; }
.kyb-stepTitle h3 {
    font-weight: bold;
    font-size: 18px;
}
/* faq */
.kyb-faq {
  border: 1px solid #d6e8ff;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 18px rgba(11,46,79,.06);
  overflow: hidden;
  margin: 0 0 10px;
}

.kyb-faqQ {
  padding: 14px 42px 14px 14px;
  font-weight: 900;
  background: #f3f8ff;
  list-style: none;
  position: relative;
  font-size: 18px;
}

.kyb-faqQ::-webkit-details-marker { display: none; }

.kyb-faqQ:after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  color: #2f80ed;
}

.kyb-faq[open] .kyb-faqQ:after { content: "－"; }

.kyb-faqA {
  padding: 14px;
  color: #1f3f58;
}

/* responsive */
@media (max-width: 900px) {
  .kyb-section { padding: 44px 0; }
  .kyb-reasons { grid-template-columns: 1fr; }
  .kyb-step { grid-template-columns: 1fr; }
  .kyb-stepNo { width: fit-content; padding: 0 12px; }
  .kyb-menuGrid { grid-template-columns: 1fr; }
  .kyb-menuGrid2 { grid-template-columns: 1fr; }
  .kyb-menuImg { height: 180px; }
}


/* ===== FINAL polish overrides (single-class HTML) ===== */

/* section rhythm */
.kyb-section{
  border-top: 1px solid rgba(219,234,254,.85);
}

/* Problems: check icon cards (CV-friendly) */
.kyb-problems{ gap: 12px; margin: 0 0 18px; }
.kyb-problem{
  position: relative;
  padding: 14px 16px 14px 46px;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(8,36,61,.06);
  border: 1px solid rgba(18,74,166,.14);
  color: #08243d;
}
.kyb-problem:before{
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #2f80ed, #124aa6);
  box-shadow: 0 6px 14px rgba(18,74,166,.25);
}
.kyb-problem:after{
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 8px;
  height: 4px;
  border-left: 2px solid rgba(255,255,255,.95);
  border-bottom: 2px solid rgba(255,255,255,.95);
  transform: translateY(-55%) rotate(-45deg);
}

/* Lead: red accent bar */
.kyb-lead {
    position: relative;
    padding-left: 10px;
    margin: 18px 0 14px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    text-align: center;
}
p.kyb-lead::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ee1034;
    border-radius: 2px;
}
/* Copy block: readable panel */
.kyb-copy{
  margin-top: 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgb(255 255 255);
  border: 1px solid #ffffffeb;
}
.kyb-text{ line-height: 1.85; font-size: 16px; }

/* Contact module: centered + premium like top */
.kyb-contact{
  text-align: center;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(8,36,61,.10);
}
.kyb-contactBody{
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}

/* Make CTA buttons same size and centered */
.kyb-btnTel,
.kyb-btnForm{
  width: 340px;
  min-width: 340px;
  min-height: 78px;
  text-align: left;
}

/* Subtext wording: required */
.kyb-btnTel:after{ content: "通話無料｜タップで発信"; }
.kyb-btnForm:after{ content: "入力約30秒｜24時間受付・最短当日"; }

/* Reduce icon drift risk */
.kyb-btnTel:before,
.kyb-btnForm:before{ top: 50%; }

/* sticky CTA: labels already include benefits */
.kyb-stickyInner{ justify-content: center; }

/* responsive for CTA widths */
@media (max-width: 900px){
  .kyb-btnTel,
  .kyb-btnForm{
    width: 100%;
    min-width: 0;
    max-width: 420px;
  }
}

/* ===== Set menu with image (site style) ===== */

.kyb-setGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 20px !important;
}

.kyb-setCard{
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(18,74,166,.14);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(8,36,61,.08);
  padding-bottom: 16px;
}

/* 画像 */
.kyb-setImage{
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* 価格バッジ */
.kyb-setPrice{
  position: absolute;
  top: 12px;
  right: 12px;
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2d55, #e60023);
  box-shadow: 0 6px 16px rgba(230,0,35,.25);
}

/* テキスト */
.kyb-setBody{
  font-size: 14px;
  line-height: 1.7;
  color: #153a55;
  margin: 0 16px;
}

/* SP */
@media (max-width:768px){
  .kyb-setGrid{
    grid-template-columns: 1fr;
  }
  .kyb-setImage{
    height: 180px;
  }
}
/* ===== Set menu: image overlay text + hover zoom ===== */

.kyb-setCard{
  position: relative;
  overflow: hidden;
}

/* 画像をズームさせるためにtransition */
.kyb-setImage{
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transform: scale(1);
  transition: transform .35s ease;
}

/* 画像の上に薄いグラデを被せる */
.kyb-setCard::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 180px; /* 画像の高さと合わせる */
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.10) 0%,
    rgba(0,0,0,.10) 45%,
    rgba(0,0,0,.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* 価格バッジは最前面 */
.kyb-setPrice{
  z-index: 3;
}

/* 画像下の余白（テキストが画像上になったのでカードの高さを確保） */
.kyb-setCard{
  padding-bottom: 12px;
}

/* ホバーでズーム（PC） */
@media (hover:hover){
  .kyb-setCard:hover .kyb-setImage{
    transform: scale(1.06);
  }
}

/* SP時：文字が窮屈なら画像高さを少し上げる */
@media (max-width:768px){
  .kyb-setImage{
    height: 200px;
  }
  .kyb-setCard::before{
    height: 200px;
  }
  .kyb-setTitle{
    top: 132px;
  }
  .kyb-setBody{
    top: 162px;
  }
}
/* ===== Set menu: overlay stable 2 lines ===== */

/* 画像高さ固定 */
.kyb-setImage{
  height: 200px;
  object-fit: cover;
}

/* グラデも高さ合わせる */
.kyb-setCard::before{
  height: 200px;
}

/* 画像ズーム */
@media (hover:hover){
  .kyb-setCard:hover .kyb-setImage{
    transform: scale(1.06);
    transition: transform .35s ease;
  }
}
/* ===== FIX: set menu card layout (force) ===== */

.kyb-setGrid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 16px !important;
  margin-top: 16px !important;
  align-items: stretch !important;
}

.kyb-setCard{
  position: relative !important;
  display: block !important;
  background: #ffffff !important;
  border: 1px solid rgba(18,74,166,.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 30px rgba(8,36,61,.08) !important;
  overflow: hidden !important;
}

/* 画像（アイコン）が上段に来る想定：高さ固定して整える */
.kyb-setImage{
  display: block !important;
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
}

/* 画像にグラデ被せ（テキスト重ね用） */
.kyb-setCard::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 200px !important;
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,.58) 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}


/* 価格：右上のガラスバッジを確実に前面へ */
.kyb-setPrice {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 5 !important;
    padding: 6px 12px !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    color: #ffffff !important;
    /* background: rgba(255, 255, 255, .18) !important; */
    /* backdrop-filter: blur(8px) !important; */
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
    background: linear-gradient(180deg, #ff2d55, #e60023) !important;
}
/* 画像ズーム（PC） */
@media (hover:hover){
  .kyb-setCard:hover .kyb-setImage{
    transform: scale(1.06) !important;
    transition: transform .35s ease !important;
  }
}

/* SP：1カラム */
@media (max-width: 768px){
  .kyb-setGrid{
    grid-template-columns: 1fr !important;
  }
  .kyb-setImage{
    height: 220px !important;
  }
  .kyb-setCard::before{
    height: 220px !important;
  }
}

/* ===== Case list (not card-unified) ===== */

.kyb-caseList{
  margin-top: 14px;
  border-top: 1px solid rgba(18,74,166,.12);
}

.kyb-caseItem{
  padding: 16px 0;
  border-bottom: 1px solid rgba(18,74,166,.12);
}

.kyb-caseHeader{
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.kyb-caseMark{
  font-weight: 900;
  font-size: 13px;
  color: #124aa6;
  background: rgba(47,128,237,.10);
  border: 1px solid rgba(18,74,166,.14);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.kyb-casePlace{
  font-weight: 900;
  color: #08243d;
  font-size: 14px;
  line-height: 1.4;
}
.kyb-casePlace h3 {
    font-weight: bold;
    font-size: 18px;
}
.kyb-caseMeta{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.kyb-caseMetaItem{
  font-size: 14px;
  font-weight: 800;
  color: #153a55;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(243,248,255,.9);
  border: 1px solid rgba(18,74,166,.10);
}

.kyb-caseBody{
  color: #153a55;
  font-size: 16px;
  line-height: 1.9;
}

/* ===== Voice list ===== */

.kyb-voiceList{
  margin-top: 14px;
}

.kyb-voiceItem{
  padding: 14px 0;
  border-bottom: 1px solid rgba(18,74,166,.12);
}

.kyb-voiceStars{
  color: #e60023;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 14px;
  margin-bottom: 6px;
}

.kyb-voiceText{
  color: #153a55;
  font-size: 16px;
  line-height: 1.9;
}

/* ===== Articles (readable) ===== */

.kyb-article{
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(243,248,255,.9);
  border: 1px solid rgba(18,74,166,.10);
  margin-bottom: 25px;
}

.kyb-articleLead{
  font-weight: 900;
  color: #08243d;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.kyb-articleLead h3 {
    font-weight: bold;
    font-size: 18px;
}
.kyb-articleBody{
  color: #153a55;
  font-size: 16px;
  line-height: 1.95;
}

.kyb-articleSub{
  font-weight: 900;
  color: #08243d;
  margin: 14px 0 6px;
}
.kyb-articleSub h4 {
    font-weight: bold;
    font-size: 17px;
}
/* ===== Links ===== */

.kyb-inlineLink{
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  text-decoration: none;
  font-weight: 900;
  color: #124aa6;
}

.kyb-inlineLink::after{
  content: "›";
  margin-left: 8px;
}

.kyb-inlineCta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(180deg, #ff2d55, #e60023);
  box-shadow: 0 14px 30px rgba(230,0,35,.28);
}

.kyb-inlineCta::after{
  content: "›";
  margin-left: 10px;
}

/* SP */
@media (max-width:768px){
  .kyb-article{
    padding: 14px;
  }
}

/* ===== FIX: menu split centering (set menu shift) ===== */

/* containerをセンター基準に統一（固定1000pxのズレを吸収） */
.kyb-container{
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

/* メニュー系の固定幅を「親に合わせる」に統一 */
.kyb-menuGrid{
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

/* ここが致命的：元CSSに `margin: 20px autokyb-lead;` の誤記があるので上書き */
.kyb-menuSplit{
  width: 100% !important;
  max-width: 1000px !important;
  margin: 20px auto !important;
}

/* セットメニューのグリッド自体もセンター固定 */
.kyb-setGrid{
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* SP時に横はみ出ししないように余白 */
@media (max-width: 900px){
  .kyb-container{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
/* ===== FIX: Set menu (icon cards) align & show text ===== */

.kyb-setGrid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 16px auto 0 !important;
  margin-bottom: 20px !important;
}
.kyb-setCard {
    position: relative !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 74, 166, .14) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 30px rgba(8, 36, 61, .08) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    min-height: 150px !important;
}

/* 以前の「画像オーバーレイ」(::before) を無効化 */
.kyb-setCard::before{
  content: none !important;
}

/* アイコン画像は“中央”に */
.kyb-setImage{
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: 54px !important;
  object-fit: contain !important;
  margin: 2px auto 12px !important;
  transform: none !important;
}

/* タイトル/本文は絶対配置を殺して通常表示に戻す */
.kyb-setTitle {
    /* position: absolute !important; */
    left: 14px !important;
    right: 14px !important;
    bottom: 46px !important;
    z-index: 2 !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-shadow: 0 8px 18px rgba(0, 0, 0, .25) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.kyb-setTitle p {
    color: #08243d !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-shadow: none !important;
}
.kyb-setBody {
    position: static !important;
    margin: 0 !important;
    color: #153a55 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-shadow: none !important;
}
/* 価格バッジ：右上固定（ガラス風） */
.kyb-setPrice {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 5 !important;
    padding: 6px 12px !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .18) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
    background: linear-gradient(180deg, #ff2d55, #e60023) !important;
}

/* ホバーズームは“アイコン”では不要なので無効（ズレ防止） */
@media (hover:hover){
  .kyb-setCard:hover .kyb-setImage{
    transform: none !important;
  }
}

/* SP：1カラム */
@media (max-width: 768px){
  .kyb-setGrid{
    grid-template-columns: 1fr !important;
  }
}
/* ===== Case section readability fix ===== */

/* セクション見出し（施工事例）を強化 */
.kyb-menuSplitTitle {
    margin-top: 26px !important;
    font-size: 18px;
    border-bottom: solid 2px #ff2d55;
}
.kyb-menuSplitTitle h3 {
    font-weight: bold;
}
/* 事例カード全体の余白と影を調整 */
.kyb-caseCard{
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(8,36,61,.06) !important;
  padding: 16px 16px 14px !important;
}

/* ケース名（見出し）を見出し化 */
.kyb-casePlace{
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  color: #08243d !important;
  margin-bottom: 10px !important;
  padding-left: 10px !important;
  position: relative !important;
}

.kyb-casePlace::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .35em !important;
  width: 3px !important;
  height: 1.1em !important;
  border-radius: 999px !important;
  background: #124aa6 !important;
}

/* メタ（作業内容/時間）をチップ化して読み分け */
.kyb-caseMeta{
  gap: 8px !important;
  margin-bottom: 12px !important;
}

.kyb-caseTag{
  font-size: 12px !important;
  font-weight: 900 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(47,128,237,.10) !important;
  border: 1px solid rgba(18,74,166,.14) !important;
  color: #124aa6 !important;
}

/* 本文全体（行間と色） */
.kyb-caseText{
  font-size: 13px !important;
  line-height: 1.9 !important;
  color: #153a55 !important;
}

/* 「お悩み/施工/結果」みたいな小ラベルがある想定で強制的に目立たせる
   ※ HTML側のラベルが .kyb-caseLabel なら効く／違う場合はクラス名教えて */
.kyb-caseLabel{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 22px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #2f80ed, #124aa6) !important;
  box-shadow: 0 8px 16px rgba(18,74,166,.18) !important;
}

/* ラベル+本文の並びが “密” なので、段落の余白を作る */
.kyb-caseText p{
  margin: 0 0 10px !important;
}
.kyb-caseText p:last-child{
  margin-bottom: 0 !important;
}

/* SP微調整 */
@media (max-width: 768px){
  .kyb-caseCard{
    padding: 14px !important;
  }
  .kyb-casePlace{
    font-size: 14px !important;
  }
}
/* ===== 施工事例（読みやすく・視線整理） ===== */

.kyb-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
  box-sizing: border-box;
}

/* 見出し強化（既存 .kyb-h2 を想定） */
.kyb-h2 {
  color: #08243d;
  margin: 8px 0 14px;
  padding-left: 16px;
  position: relative;
}
.kyb-h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  background: #124aa6;
  border-radius: 99px;
}

/* ケースリストの余白調整 */
.kyb-cases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 6px;
}

/* 各ケース：カード風にして読みやすく */
.kyb-case {
  background: #ffffff;
  border: 1px solid rgba(18,74,166,.10);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(8,36,61,.05);
  padding: 14px 16px;
  box-sizing: border-box;
}

/* タイトル（ケース名）を強調 */
.kyb-caseTitle {
  font-size: 15px;
  font-weight: 900;
  color: #08243d;
  margin-bottom: 10px;
  padding-left: 8px;
  position: relative;
  line-height: 1.4;
}

/* 行（タグ + テキスト）のレイアウト */
.kyb-caseRow {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* タグ（お悩み / 施工 / 結果）を強いチップに */
.kyb-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 64px;
  height: 85px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg,#f3f8ff,#ffffff);
  border: 1px solid rgba(18,74,166,.12);
  color: #124aa6;
  font-weight: 900;
  font-size: 12px;
  box-shadow: 0 6px 14px rgba(18,74,166,.06);
  white-space: nowrap;
}

/* テキストは可変幅で読みやすく */
.kyb-caseText {
  flex: 1 1 auto;
  color: #153a55;
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

/* 最後の行マージンを調整（カード内の余白感向上） */
.kyb-caseRow:last-child {
  margin-bottom: 0;
}

/* モバイル最適化 */
@media (max-width: 768px) {
  .kyb-case {
    padding: 12px 12px;
  }
  .kyb-caseRow {
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .kyb-tag {
    min-width: auto;
    width: fit-content;
    height: 26px;
    font-size: 12px;
    padding: 0 8px;
  }
  .kyb-caseText {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ===== 施工事例：完成版ブラッシュアップ ===== */

/* カードを少し立体的に */
.kyb-case{
  border-radius: 14px !important;
  border: 1px solid rgba(18,74,166,.10) !important;
  box-shadow: 0 18px 40px rgba(8,36,61,.08) !important;
  background: linear-gradient(180deg,#ffffff,#fafcff) !important;
  transition: all .25s ease !important;
}

@media (hover:hover){
  .kyb-case:hover{
    transform: translateY(-2px);
    box-shadow: 0 26px 60px rgba(8,36,61,.12);
  }
}

/* タイトル強化 */
.kyb-caseTitle{
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #08243d !important;
  padding-left: 12px !important;
  line-height: 2;
}

.kyb-caseTitle::before{
  width: 4px !important;
  height: 1.2em !important;
  background: linear-gradient(180deg,#ff2d55,#e60023) !important;
}

/* タグを“今風チップ”に */
.kyb-tag{
  height: 26px !important;
  font-size: 13px !important;
  letter-spacing: .05em !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(18,74,166,.18) !important;
  color: #124aa6 !important;
  box-shadow: 0 4px 10px rgba(18,74,166,.06) !important;
}

/* タグごとにほんのり色分け */
.kyb-caseRow:nth-child(2) .kyb-tag{   /* お悩み */
  background: rgba(47,128,237,.10) !important;
}

.kyb-caseRow:nth-child(3) .kyb-tag{   /* 施工 */
  background: rgba(18,74,166,.12) !important;
}

.kyb-caseRow:nth-child(4) .kyb-tag{   /* 結果 */
  background: rgba(230,0,35,.08) !important;
  color: #e60023 !important;
}

/* 本文の視認性アップ */
.kyb-caseText{
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: #143a5a !important;
}

/* ケース間の余白を少し広げる */
.kyb-cases{
  gap: 18px !important;
}
/* ===== 施工事例：結果だけ強調帯 ===== */

/* 4番目の行（＝結果）を帯に */
.kyb-caseRow:nth-child(4){
  background: linear-gradient(
    180deg,
    rgba(230,0,35,.06),
    rgba(230,0,35,.03)
  ) !important;

  border: 1px solid rgba(230,0,35,.18) !important;
  border-radius: 10px !important;

  padding: 10px 12px !important;
  margin-top: 8px !important;
}

/* 結果タグを赤寄りに */
.kyb-caseRow:nth-child(4) .kyb-tag{
  background: rgba(230,0,35,.15) !important;
  color: #e60023 !important;
  border: 1px solid rgba(230,0,35,.25) !important;
  box-shadow: none !important;
}

/* 結果本文を少し強めに */
.kyb-caseRow:nth-child(4) .kyb-caseText{
  font-weight: 600 !important;
  color: #8c0016 !important;
}
/* ===== 結果：完成演出版 ===== */

/* 結果帯ベース */
.kyb-caseRow:nth-child(4){
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(230,0,35,.08),
    rgba(230,0,35,.04)
  ) !important;

  border: 1px solid rgba(230,0,35,.25) !important;
  border-radius: 12px !important;

  padding: 12px 14px 12px !important; /* 左にアイコン分 */
  margin-top: 10px !important;

  box-shadow:
    0 8px 20px rgba(230,0,35,.12),
    inset 0 1px 0 rgba(255,255,255,.4) !important;
}


/* 結果タグをさらに強く */
.kyb-caseRow:nth-child(4) .kyb-tag{
  background: rgba(230,0,35,.18) !important;
  color: #e60023 !important;
  border: 1px solid rgba(230,0,35,.35) !important;
  font-weight: 900 !important;
}

/* 結果本文強調 */
.kyb-caseRow:nth-child(4) .kyb-caseText{
  font-weight: 700 !important;
  color: #8c0016 !important;
  line-height: 1.9 !important;
}

/* ホバーで少し光る */
@media (hover:hover){
  .kyb-caseRow:nth-child(4):hover{
    box-shadow:
      0 14px 32px rgba(230,0,35,.22),
      inset 0 1px 0 rgba(255,255,255,.5) !important;
    transition: all .25s ease;
  }
}
/* ===== Menu balance fix (for kyb-menuCard structure) ===== */

.kyb-menuGrid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

/* カードを縦フレックスにして「価格を下」に固定 */
.kyb-menuCard{
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;

  background: #ffffff !important;
  border: 1px solid rgba(18,74,166,.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(8,36,61,.08) !important;

  padding: 14px 14px 12px !important;
  overflow: hidden !important;
}

/* タイトル */
.kyb-menuTitle{
  margin: 0 0 10px !important;
}

.kyb-menuTitle h3{
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  color: #08243d !important;
}

/* 説明文：行数を揃えて高さを安定させる（PC） */
.kyb-menuDesc{
  margin: 0 0 10px !important;
}

.kyb-menuDesc p{
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #153a55 !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 8 !important; /* ←ここで揃える（長文カードでも暴れない） */
  overflow: hidden !important;
}

/* 画像：固定枠に入れて中央寄せ（見た目揃う） */
.kyb-menuImg{
  margin-top: auto !important;        /* 説明の下に余白があれば吸収して画像を下側へ */
  align-self: center !important;

  width: 100% !important;
  max-width: 260px !important;
  height: 130px !important;
  object-fit: contain !important;

  padding: 10px 12px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(18,74,166,.10) !important;
}

/* 価格：カード最下部に固定＆見やすく */
.kyb-menuPrice{
  margin-top: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(18,74,166,.12) !important;
}

.kyb-menuPrice p{
  margin: 0 !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  color: #08243d !important;
  line-height: 1.45 !important;
}

/* SP：縦積み */
@media (max-width: 900px){
  .kyb-menuGrid{
    grid-template-columns: 1fr !important;
  }
  .kyb-menuDesc p{
    -webkit-line-clamp: 12 !important; /* SPはもう少し読める */
  }
  .kyb-menuImg{
    max-width: 320px !important;
    height: 150px !important;
  }
}
/* ===== Menu: 1枚目だけ文章を短くして揃える ===== */

/* 全体：やや短めに（必要なら調整） */
.kyb-menuDesc p{
  -webkit-line-clamp: 7 !important;
}

/* 1つ目だけさらに短く（長文対策） */
.kyb-menuCard:nth-child(1) .kyb-menuDesc p{
  -webkit-line-clamp: 5 !important;
}
/* ===== 下段を完全固定（より揃う） ===== */

.kyb-menuImg{
  height: 120px !important;
}

.kyb-menuPrice{
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
}
/* ===== タイトル内サブ行・小文字スタイル ===== */
.kyb-menuTitle .kyb-sub{
  font-size: 12px;
  font-weight: 700;
  color: #124aa6;
  margin-top: 6px;
  line-height: 1.25;
}

/* ===== 説明の折りたたみ（初期） ===== */
.kyb-menuDesc {
  position: relative;
}
.kyb-menuDesc .kyb-collapse {
  max-height: 109px;            /* 初期表示高さ（カード高さ合わせの基準） */
  overflow: hidden;
  transition: max-height .32s ease;
}

/* クリック用の「続きを読む」リンク */
.kyb-menuDesc .kyb-toggleBtn{
  display: inline-block;
  margin-top: 8px;
  font-weight: 900;
  color: #124aa6;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
}

/* 展開状態 */
.kyb-menuDesc.expanded .kyb-collapse{
  max-height: 170px; /* 大きめに */
}

/* ===== 価格の改行（見た目） ===== */
.kyb-menuPrice p{ white-space: pre-line; }

/* 微調整：PC/SPで高さ変えたい場合はここを調整 */
@media (max-width:900px){
  .kyb-menuDesc .kyb-collapse{ max-height: 200px; }
}
#dlpoC_B > div > div > div > section:nth-child(5) {
    background: #fafafa;
}
img.setImage {
    width: 100%;
    margin: 0 auto;
}
/* 詳細エリア（説明＋画像など）を折りたたむ */
.kyb-details{
  max-height: 260px;     /* ←閉じたときの高さ：ここで揃う */
  overflow: hidden;
  transition: max-height .32s ease;
}

.kyb-menuCard.expanded .kyb-details{
  max-height: 2000px;
}

/* ボタン（価格直前に出る） */
.kyb-toggleBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,74,166,.18);
  background: #ffffff;
  font-weight: 900;
  color: #124aa6;
  cursor: pointer;
}

/* 価格は常に下側で安定させたいので、カードを縦フレックスに */
.kyb-menuCard{
  display: flex;
  flex-direction: column;
}

/* 価格の位置固定（常に最後） */
.kyb-menuPrice{
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(18,74,166,.12);
}
/* タイトルの括弧行（小さく＆改行） */
.kyb-sub{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #124aa6;
  margin-top: 6px;
  line-height: 1.25;
}

/* 続きを読む：折りたたみ対象（説明＋画像など） */
.kyb-details{
  max-height: 270px;  /* ←ここを増減して“閉じた時の高さ”を揃える */
  overflow: hidden;
  transition: max-height .32s ease;
}

.kyb-menuCard.expanded .kyb-details{
  max-height: 2000px;
}

/* ボタン */
.kyb-toggleBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,74,166,.18);
  background: #ffffff;
  font-weight: 900;
  color: #124aa6;
  cursor: pointer;
}

/* 価格は下端固定 */
.kyb-menuCard{
  display: flex;
  flex-direction: column;
}
.kyb-menuPrice{
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(18,74,166,.12);
}
/* ===== メニュー：続きを読むで他カードが動かない固定高版 ===== */

/* 説明エリアは常に同じ高さを確保（ここが肝） */
.kyb-menuDesc{
  height: 240px;          /* ←好みで調整（220〜280推奨） */
  margin-top: 10px;
  position: relative;
}


/*

/* 折りたたみ対象は常に100%の高さ */
.kyb-menuDesc .kyb-collapse{
  height: 100%;
  overflow: hidden;       /* 閉じてる時は隠す */
  padding-right: 6px;     /* スクロールバー分の余白（開いた時にガタつきにくい） */
}

/* 開いたら中だけスクロール（高さは変えない） */
.kyb-menuDesc.expanded .kyb-collapse{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* 下端フェード（閉じてる時に“続きがある感”） */
.kyb-menuDesc:not(.expanded)::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;           /* ボタンの分を避ける */
  height: 48px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* ボタンは常に同じ場所（下） */
.kyb-toggleBtn{
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,74,166,.18);
  background: #fff;
  font-weight: 900;
  color: #124aa6;
  cursor: pointer;
}

/* タイトル括弧のサブ行 */
.kyb-sub{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #124aa6;
  margin-top: 6px;
  line-height: 1.25;
}
/* ===== Menu: Final ReadMore (no layout shift, no overlap) ===== */

/* タイトルの括弧（改行＆小さく） */
.kyb-sub{
  display:block;
  font-size:12px;
  font-weight:700;
  color:#124aa6;
  margin-top:6px;
  line-height:1.25;
}

/* 説明エリア：固定高さで他カードが動かない */
.kyb-menuDesc{
  height: 240px;               /* ←好みで 220〜280 */
  margin-top: 10px;
  position: relative;
}

/* 説明本文（折りたたみ対象） */
.kyb-menuDesc .kyb-collapse{
  height: 100%;
  overflow: hidden;            /* 閉じてる時 */
  padding-right: 10px;         /* スクロールバー/余白 */
  /*padding-bottom: 54px; */       /* ★ボタン分の余白（被り防止） */
  box-sizing: border-box;
}

/* 開いたら本文だけスクロール（高さは変えない） */
.kyb-menuDesc.expanded .kyb-collapse{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* 下端フェード（閉じてる時だけ） */
.kyb-menuDesc:not(.expanded)::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom: 44px;                /* ボタンの分を避ける */
  height: 56px;
  pointer-events:none;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* ボタン（説明エリア内の下固定） */
.kyb-toggleBtn{
  position:absolute;
  left: 0;
  bottom: 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,74,166,.18);
  background: #fff;
  font-weight: 900;
  color: #124aa6;
  cursor: pointer;
}

/* 開いた時はフェード消す（任意） */
.kyb-menuDesc.expanded::after{
  display:none;
}
/* ===== ReadMore overlap FIX (force override) ===== */
.kyb-menuCard .kyb-menuDesc{
  position: relative !important;
  height: 240px !important; /* 好みで */
}

  /* ★ここが本丸：ボタン分の下余白を強制 */
  padding-bottom: 64px !important;

  /* スクロールバー分の余白 */
  padding-right: 12px !important;
}

/* ボタンを常に一番手前＆下に固定 */
.kyb-menuCard .kyb-menuDesc .kyb-toggleBtn{
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 5 !important;

  margin: 0 !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(18,74,166,.18) !important;
  background: #fff !important;
  font-weight: 900 !important;
  color: #124aa6 !important;
}

/* 閉じてる時のフェード（ボタンとかぶらない位置） */
.kyb-menuCard .kyb-menuDesc:not(.expanded)::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom: 48px !important; /* ボタンの上で止める */
  height: 56px !important;
  pointer-events:none !important;
  z-index: 4 !important;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1)) !important;
}

/* 開いたらフェード消す */
.kyb-menuCard .kyb-menuDesc.expanded::after{
  display:none !important;
}
/* タイトル括弧を改行＆小さく */
.kyb-sub{
  display:block;
  font-size:12px;
  font-weight:700;
  color:#124aa6;
  margin-top:6px;
  line-height:1.25;
}

/* 画像（上のアイコン枠）を統一 */
.kyb-menuImg{
  width: 100%;
  max-width: 260px;
  height: 130px;
  object-fit: contain;
  display: block;
  margin: 10px auto 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(18,74,166,.10);
  box-sizing: border-box;
}

/* 開いたら：全文表示（スクロールなし） */
.kyb-menuDesc.expanded .kyb-collapse{
  max-height: none;
  overflow: visible;
}

/* ボタン */
.kyb-toggleBtn{
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18,74,166,.18);
  background: #fff;
  font-weight: 900;
  color: #124aa6;
  cursor: pointer;
}
/* ===== MENU: image always above text (no DOM move) ===== */

/* 1カード内をflexにして並び順を強制 */
.kyb-menuCard{
  display: flex !important;
  flex-direction: column !important;
}

/* タイトル */
.kyb-menuTitle{ order: 1 !important; }
/* 上のアイコン画像（kyb-menuImg）は本文より上 */
.kyb-menuImg{ order: 2 !important; }
/* 説明 */
.kyb-menuDesc{ order: 3 !important; }
/* 価格 */
.kyb-menuPrice{ order: 4 !important; }
/* 下の写真（menuImg）は一番下 */
.menuImg{ order: 5 !important; }

/* ===== MENU ReadMore FINAL (no scrollbars / expand card / image above text) ===== */

/* 画像順を強制：タイトル→上アイコン(kyb-menuImg)→本文→価格→下写真(menuImg) */
.kyb-menuCard{
  display:flex !important;
  flex-direction:column !important;
}
.kyb-menuTitle{ order:1 !important; }
.kyb-menuImg{ order:2 !important; }
.kyb-menuDesc{ order:3 !important; }
.kyb-menuPrice{ order:4 !important; }
.menuImg{ order:5 !important; }

/* 上アイコン画像の見た目（任意） */
.kyb-menuImg{
  width:100% !important;
  height:160px !important;
  object-fit:contain !important;
  background:#fff !important;
  border:1px solid #e6f0ff !important;
  border-radius:10px !important;
  margin:10px 0 12px !important;
}

/* ★重要：スクロールバーの原因を潰す（固定height/overflow:auto を無効化） */
.kyb-menuDesc{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

/* 折りたたみ本体 */
.kyb-menuDesc .kyb-collapse{
  max-height: 110px !important;   /* 閉じた時の高さ（好みで90〜140） */
  overflow: hidden !important;
  transition: max-height .25s ease !important;
}

/* 開いたら全文表示（カードが縦に伸びる） */
.kyb-menuDesc.expanded .kyb-collapse{
  max-height: 9999px !important;
  overflow: visible !important;
}

/* ボタン（被らないように通常フローで下に置く） */
.kyb-toggleBtn{
  margin-top:10px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(18,74,166,.18) !important;
  background:#fff !important;
  font-weight:900 !important;
  color:#124aa6 !important;
  cursor:pointer !important;
}

/* タイトル括弧の改行用 */
.kyb-sub{
  display:block !important;
  font-size:12px !important;
  font-weight:700 !important;
  color:#124aa6 !important;
  margin-top:6px !important;
  line-height:1.25 !important;
}
/* ===== MENU ReadMore OVERRIDE (paste at VERY END) ===== */

/* 並び順を強制：タイトル→上アイコン→本文→価格→下画像 */
.kyb-menuCard{ display:flex !important; flex-direction:column !important; }
.kyb-menuTitle{ order:1 !important; }
.kyb-menuImg{ order:2 !important; }
.kyb-menuDesc{ order:3 !important; }
.kyb-menuPrice{ order:4 !important; }
.menuImg{ order:5 !important; }

/* 上アイコン画像を見やすく */
.kyb-menuImg{
  width:100% !important;
  height:160px !important;
  object-fit:contain !important;
  background:#fff !important;
  border:1px solid #e6f0ff !important;
  border-radius:10px !important;
  margin:10px 0 12px !important;
}

/* ★スクロールバーが出る原因を潰す（CMS側のheight/overflow上書きを無効化） */
.kyb-menuDesc{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

/* 開いたら全文表示（カードが縦に伸びる） */
.kyb-menuDesc.expanded .kyb-collapse{
  max-height:9999px !important;
  overflow:visible !important;
}

/* ボタン */
.kyb-toggleBtn{
  margin-top:10px !important;
  display:inline-flex !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(18,74,166,.18) !important;
  background:#fff !important;
  font-weight:900 !important;
  color:#124aa6 !important;
  cursor:pointer !important;
}

/* タイトル括弧を改行して小さく */
.kyb-sub{
  display:block !important;
  font-size:12px !important;
  font-weight:700 !important;
  color:#124aa6 !important;
  margin-top:6px !important;
  line-height:1.25 !important;
}

*/


/* ===== MENU 安定版（シンプル） ===== */

/* カードを縦構造に */
.kyb-menuCard{
  display:flex;
  flex-direction:column;
}

/* 画像は常にタイトル直下 */
.kyb-menuTitle{ order:1; }
.kyb-menuImg{ order:2; }
.kyb-menuDesc{ order:3; }
.kyb-menuPrice{ order:4; }
.menuImg{ order:5; }

/* 上のアイコン画像 */
.kyb-menuImg{
  width:100%;
  max-width:260px;
  height:150px;
  object-fit:contain;
  margin:10px auto 12px;
  background:#fff;
  border:1px solid #e6f0ff;
  border-radius:10px;
}



.kyb-menuDesc.expanded .kyb-collapse{
  max-height:1000px;
}

/* ボタン */
.kyb-toggleBtn{
  margin-top:8px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid #cfdff5;
  background:#fff;
  font-weight:700;
  color:#124aa6;
  cursor:pointer;
}

/* タイトル括弧 */
.kyb-sub{
  display:block;
  font-size:12px;
  font-weight:700;
  color:#124aa6;
  margin-top:6px;
}
/* ===== ReadMore overlap fix: keep bottom image in normal flow ===== */

/* カード内で重なりが起きないようにする */
.kyb-menuCard{
  position: relative;
  overflow: visible;
}

/* 下の写真（menuImg）を“浮かせない” */
.kyb-menuCard img.menuImg{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-top: 12px !important;   /* 本文との間隔 */
  z-index: 0 !important;         /* 念のため */
}

/* 本文側は必ず上に積まれる（被らない） */
.kyb-menuDesc{
  position: relative;
  z-index: 1;
}

/* もし下画像に transform が入っていても重なりにくくする */
.kyb-menuCard img.menuImg{
  transform: none !important;
}
.kyb-menuCard img.menuImg{
  float: none !important;
  clear: both !important;
}



/* ===== FIX: 続きを読むで下の画像まで押し下がる（狙い撃ち）===== */

/* 1) カードが伸びられるように（固定高・hiddenを無効化） */
.kyb-menuGrid .kyb-menuCard{
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* 2) 説明エリアの固定高/スクロールを殺す（ここが残ってると永遠に直らない） */
.kyb-menuGrid .kyb-menuCard .kyb-menuDesc{
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* 3) 続きを読むの折りたたみ（文章だけ） */
.kyb-menuGrid .kyb-menuCard .kyb-menuDesc .kyb-collapse{
  max-height: 110px !important;   /* 閉じた高さ（好みで） */
  overflow: hidden !important;
  transition: max-height .25s ease !important;
}
.kyb-menuGrid .kyb-menuCard .kyb-menuDesc.expanded .kyb-collapse{
  max-height: 9999px !important;
  overflow: visible !important;
}

/* 4) ★本丸：下の画像(menuImg)が浮いてるのを強制解除して“通常フロー”に戻す */
.kyb-menuGrid .kyb-menuCard > img.menuImg{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  inset: auto !important;

  transform: none !important;
  float: none !important;
  clear: both !important;

  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin-top: 12px !important;
  z-index: auto !important;
}

/* 5) ボタンは通常フロー（被り防止） */
.kyb-toggleBtn{
  margin-top: 10px !important;
  display: inline-flex !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  border: 1px solid #cfdff5 !important;
  background: #fff !important;
  font-weight: 700 !important;
  color: #124aa6 !important;
  cursor: pointer !important;
}
.kyb-menuTitle h3 span {
    font-size: 13px;
    color: #124aa6;
}
.kyb-menuDesc {
    padding-bottom: 60px;
}
.point {
  background: linear-gradient(transparent 60%, #ffe082 60%);
  font-weight: 700;
}
