@charset "UTF-8";

/*----------------------------------------
法人・個人事業主のお客様ページは以下を挿入
----------------------------------------*/ 
/*下層ヘッダー背景グラデ*/
.pages_head { background: #41D6C5;
background: linear-gradient(90deg,rgba(65, 214, 197, 1) 0%, rgba(43, 198, 150, 1) 100%); }

/*サイドメニュー色変*/
.side_nav .side_nav_box { background: #C7F7EE; }
.side_nav a { color: #232323; }
.side_nav a:hover { color: #232323; background: #bae8df; }
.side_nav a.is-active { color: #232323; background: #a5e8db; font-weight: 700; font-weight: 700; }

/*----------------------------------------
END 法人・個人事業主のお客様ページは以下を挿入 END
----------------------------------------*/ 

.contents_area { min-width: 0; overflow-x: hidden; }
.intro h2.c_a { color: var(--blue-color); }
.intro_txt { font-size: clamp(14px, 3vw, 16px); font-weight: 700; text-align: center; margin-bottom: 55px; letter-spacing: .06em; }

h2.c_a { margin-bottom: 18px; }
h3.leftline_ttl { position: relative; margin: 0 0 18px; padding-left: clamp(16px,2.2vw,22px); }
h3.leftline_ttl::before { content: ""; position: absolute; left: 0; top: .1em; bottom: .1em; width: 3px; background: linear-gradient(180deg,#5ad4c9 0%,#0f3a8d 100%); }
h3.leftline_ttl .ttl-note { display: block; margin: 0 0 6px; color: #cf2e3a; font-weight: 500; font-size: clamp(15px,3.2vw,24px); line-height: 1.3; }
h3.leftline_ttl .ttl-main { display: block; color: var(--blue-color); font-weight: 500; font-size: clamp(17px,3.2vw,24px); line-height: 1.25; }

/* 上段ボックス */
.efcard { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: clamp(16px, 3vw, 28px); background: #E5F9F9; border-radius: 15px; padding: clamp(20px, 3vw, 30px); box-sizing: border-box; }
/*.efcard__thumb img { display: block; width: 100%; height: auto; border-radius: 8px; border: 1px solid #dfe8f1; background: #fff; }*/
.efcard__name { margin: 0 0 10px; font-weight: 700; color: var(--blue-color); font-size: clamp(16px, 2.2vw, 18px); }
.efcard__name span { font-size: 80%; }
.efcard__list { margin: 0; padding: 0; list-style: none; display: grid; gap: .5em; font-size: clamp(14px, 2.2vw, 16px); font-weight: 500; line-height: 1.4; }
.efcard__list li { position: relative; padding-left: 1.15em; }
.efcard__list li::before { content: "•"; position: absolute; left: 0; top: 0; color: var(--blue-color); }

/* 下段ボックス */
.vendor { margin-top: clamp(26px, 4vw, 38px); background: #f4fbff; box-sizing: border-box; border-radius: 16px; padding: clamp(16px, 3vw, 35px); margin-bottom: clamp(20px, 3vw, 50px); }
.vendor__lead { margin: 0 0 clamp(12px, 2.2vw, 16px); text-align: center; font-weight: 700; color: var(--blue-color); font-size: clamp(14px, 2.2vw, 20px); letter-spacing: .05em; }
.vendor__grid_wrapper { background: #fff; border: 1px solid var(--blue-color); border-radius: 10px; padding: clamp(20px, 2.4vw, 40px); }
.vendor__grid { display: flex; gap: clamp(14px, 2.6vw, 22px); }
.vcard__thumb img { display: block; width: 100%; height: auto; border-radius: 6px; border: 1px solid #eef3f7; background: #fff; }
.vcard__name { margin: .6em 0 .3em; font-weight: 700; color: var(--blue-color); font-size: clamp(15px, 2.4vw, 16px); text-align: center; }
.vcard__txt { margin: 0; color: #334455; font-size: clamp(13px, 2.2vw, 14px); line-height: 1.7; }
.vendor__more { margin: clamp(10px, 2.4vw, 16px) 0 0; color: #516272; font-size: clamp(12px, 2.2vw, 14px); }
.vendor__more a { color: var(--blue-color); text-decoration: underline; transition: .5s;}
@media (hover: hover) and (pointer: fine) {
  .vendor__more a:hover { opacity: .5; }
}

.inner_flex {display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(20px, 5vw, 40px);}
.inner_flex .txt_area { flex: 1 1 40%; }
.inner_flex .img_area { flex: 1 1 25%; }
section.about article:not(:last-of-type) { margin-bottom: clamp(30px , 5vw , 50px); }

/*----------------------------------------
merit-content 
----------------------------------------*/ 
.merit-item{ display: flex; align-items: center; justify-content: space-between; background: #f5fbff; border-radius: 16px; padding: 32px 40px; gap: 32px; position: relative; }
.merit-item:not(:last-of-type) { margin-bottom: 40px; }
.merit-label{ background: #41bbb9; color: #fff; border-radius: 10px 0; text-align: center; line-height: 1.4; padding: 10px; font-size: clamp(12px, 1vw, 14px); min-width: 50px; position: absolute; top: 0; left: 0; }
.merit-label span { display: block; font-size: clamp(14px, 2vw, 20px); font-weight: 500; line-height: 1.2; }
.merit-item .merit-label + .merit-content { margin-left: 20%; }
.merit-content h3 { color: var(--blue-color); font-size: clamp(16px, 2vw, 20px); font-weight: 500; }
.merit-content p, .merit-content li { font-size: clamp(14px, 2vw, 16px); line-height: 1.7; color: #333; }
.merit-content ul { list-style: none; padding: 0; margin: 0; }
.merit-item { display:grid; grid-template-columns: 1fr 1fr 2fr; align-items:center; gap:clamp(16px,3vw,40px); background:#f5fbff; border-radius:16px; padding:32px 40px; }
.merit-item .merit-content--left { grid-column:1; }
.merit-item .merit-image { grid-column:2; justify-self:center; }
.merit-item .merit-content--right { grid-column:3; }
.merit-image img { display:block; width:100%; max-width:225px; height:auto; }

/*----------------------------------------
trouble-content 
----------------------------------------*/ 
.trouble { margin-top: clamp(40px,6vw,70px); }
.trouble .c_a { text-align: center; margin-bottom: clamp(16px,3vw,22px); color: var(--blue-color); }

.trouble__bubbles { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(12px,2.6vw,22px); margin: clamp(10px,2vw,16px) auto clamp(18px,3vw,26px); width: min(1100px,100%); }
.bubble { position: relative; background: #fff; border: 1px solid #00C8C8; border-radius: 50px; padding: clamp(12px,2.6vw,20px) clamp(10px,2.4vw,18px); text-align: center; display: flex; align-items: center; justify-content: center; }
.bubble p { margin: 0; color: #21324a; font-size: clamp(13px,2.1vw,16px); font-weight: 500; line-height: 1.6; letter-spacing: .04em; }
.bubble::after { content: ""; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); width: 14px; height: 14px; background: #fff; border-left: 1px solid #00C8C8; border-bottom: 1px solid #00C8C8; transform-origin: center; transform: translateX(-50%) rotate(-45deg); }

/* 中央イラスト */
.trouble__center { text-align: center; margin-bottom: 60px; }
.trouble__center img { max-width: 200px; width: 100%; }

/* エネフリなら（グラデ背景） */
.benefit { background: url("../img/business/benefit_bg.jpg")no-repeat;background-size: cover; margin-bottom: 10px; padding: clamp(18px,3.2vw,28px); color: #fff; overflow: hidden; }
.benefit__heading { margin: 0 0 clamp(10px,2.6vw,20px); letter-spacing: .06em; font-family: var(--font-Mincho-B1); font-size: clamp(18px,5vw,32px); display: block; text-align: center; }

.benefit__grid { display: grid; grid-template-columns: repeat(2, minmax(280px,1fr)); gap: clamp(12px,2.6vw,20px); }
.bcard { background: #fff; color: #1b2a45; border-radius: 12px; padding: clamp(16px,2.8vw,22px); box-shadow: 0 6px 14px rgba(0,0,0,.08); display: grid; align-content: start; gap: clamp(10px,2vw,14px); }
.bcard.cards .bcard__lead .bcard__em { margin-bottom: clamp(10px, 5vw, 15px); }
.bcard.cards .bcard__thumb img { max-width: 70%; }
.bcard.eneflenet .bcard__thumb img { max-width: 60%; }
.bcard__lead { font-weight: 500; line-height: 1.8; text-align: center; }
.bcard__lead .bcard__em { font-size: clamp(14px, 5vw, 24px); font-weight: 500; color: var(--blue-color); line-height: 1.4; }
.bcard__lead .red { color: #cf2e3a; }
.bcard__lead .blue { color: var(--blue-color);; }
.bcard__lead .sub_txt { font-size: clamp(14px, 5vw, 16px); }
.bcard__thumb { margin: 0 auto; text-align: center; }
.bcard__thumb img { max-width: 100%; height: auto; display: inline-block; }
.bcard__note { margin: 0; text-align: center; font-size: clamp(13px,2vw,16px); font-weight: 700; }

.bnr_img { max-width: 650px; width: 90%; margin: 0 auto; transition: .5s; }

.kind article:not(:last-child) { margin-bottom: 40px; }

/* セクション見出し（既存のトーンに合わせて） */
.cards-scope { margin: 30px 0 100px; }
.cards-feature__ttl { font-weight:800; color:#0f3a93; font-size: clamp(18px,3.2vw,28px); margin: 0 0 8px; }
.cards-feature__ttl::before { content:""; display:block; width:46px; height:3px; background: linear-gradient(90deg,#41bbb9 0%, var(--blue-color) 65%); border-radius:2px; margin: 14px 0; }
.cards-feature__lead { color:#333; font-size: clamp(14px,2.2vw,16px); margin: 0 0 14px; }

.c-table-wrap { overflow-x:auto; background:#fff; }
.c-table { width:100%; border-collapse:collapse; min-width: 640px; }
.c-table th, .c-table td { border:1px solid #e6eff5; padding: 14px 16px; text-align:left; vertical-align:top; font-size: clamp(14px,2.2vw,16px); }
.c-table thead th { background:#eaf5f7; font-weight:700; color:#234; }
.c-table tbody th[scope="row"] { background:#fff; font-weight:700; white-space:nowrap; }

.c-badge { display:inline-block; font-size: 12px; line-height:1; padding:.35em .6em .45em; margin-left:.5em; }
.c-badge--recommend { background: var(--blue-color); color:#fff; }

.c-notes { margin: 25px 0 40px; font-size: clamp(13px,2vw,16px); line-height:1.9; }
.c-notes li { counter-increment: item; position: relative; padding-left: 1.6em; }
.c-notes li::before { content: counter(item) "."; position: absolute; left: 0; top: 0; }
.c-notes__foot { font-size: clamp(13px,2vw,16px); }
.c-notes__foot a { color: var(--blue-color); text-decoration: underline; }

.c_a_subtxt { font-size: clamp(15px,2vw,18px); color: var(--blue-color); }

/* ブロック */
.table-scroll { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-scroll::after { content: ""; position: sticky; right: 0; bottom: 0; width: 28px; height: 100%; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 80%); display: block; }

/* テーブル */
.card-compare .table-scroll { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 100%; }
.compare-table { width: 100%; min-width: 960px; table-layout: fixed; border-collapse: separate; border-spacing: 0; font-size: clamp(13px, 3.5vw, 15px) !important; }
.compare-table th, .compare-table td { border: 1px solid #dbe6ef; padding: clamp(10px,1.4vw,14px); text-align: center; vertical-align: middle; background: #fff; font-size: clamp(13px, 3.5vw, 15px)!important; word-break: break-word; white-space: normal; line-height: 1.4; vertical-align: middle; overflow-wrap: anywhere; box-sizing: border-box; }
.compare-table th a, .compare-table td a { color: var(--blue-color); text-decoration: underline; }
.compare-table th.mizuiro { background: #E5F9F9; }
.compare-table td.osusume { position: relative; }
.compare-table thead th { position: sticky; top: 0; background: #F7F7F7; font-weight: 400; }
.compare-table small { display: inline-block; font-size: clamp(11px, 5vw, 12px); line-height: 1.4; margin-top: 3px; }
.compare-table .is-sticky-col { position: sticky; left: 0; z-index: 3; background: #f8fbff; text-align: left; min-width: 140px; font-weight: 600; text-align: center; box-shadow: 6px 0 8px -6px rgba(0,0,0,.15); }
.compare-table thead .is-sticky-col { z-index: 4; background: #eaf3ff; }
.compare-table th.is-sticky-col, .compare-table td.is-sticky-col { min-width: 140px; width: 140px; }
.compare-table img { display: block; max-width: 100%; height: auto; margin: 20px auto 10px; }
@media (min-width: 1080px) {
  .table-scroll {
    overflow-x: visible;
  }
}
/* おすすめタグ */
.tag { display: inline-block; margin-bottom: 6px; padding: 2px 6px 4px; font-size: 11px; font-weight: 500; color: #fff; background: var(--blue-color); position: absolute; left: 0; top: 0; }

/* 微調整 */
.compare-table .br { display: inline-block; }

@supports (-webkit-touch-callout: none) {
  .compare-table,
  .compare-table th,
  .compare-table td { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  .compare-table td[colspan] { font-size: clamp(13px,3.5vw,15px); }
}

/* 備考（番号付き・青丸） */
.c-notes { counter-reset: note; list-style: none; margin: 20px 0 30px; }
.c-notes li { position: relative; counter-increment: note; line-height: 1.8; }
.c-notes li::before { content:counter(note) "."; position: absolute; left: 0; }

/* スマホ操作性補助 */
.table-scroll::-webkit-scrollbar { height: 10px; }
.table-scroll::-webkit-scrollbar-thumb { background: #cfe0f4; border-radius: 999px; }
.table-scroll::-webkit-scrollbar-track { background: #f5f9ff; border-radius: 999px; }

/* TELリンク（SPでタップしやすく） */
.tel-link { color: var(--blue-color); font-weight: 700; text-decoration: none!important; }
.tel-link:hover { opacity: .8; }

/*----------------------------------------
faq-content 
----------------------------------------*/ 
.faq dl { font-size: clamp(15px,2vw,18px); padding-bottom: 1.5em; border-bottom: 1px solid #B2B2B2; }
.faq dl dt { color: var(--blue-color); font-weight: 500; }
.faq dl dd { margin-top: 0.75em; font-weight: 400; }
.faq dl dt::before, .faq dl dd::before { position: absolute; top: 0; left: 0; }
.faq dl dt::before { content: 'Q.'; }
.faq dl > * { padding-left: 2em; position: relative; white-space: pre-wrap; line-height: 1.75em; } 
.faq dl dd::before { content: 'A.'; }
.faq dl + dl { margin-top: 1.5em; }

/*----------------------------------------
step-content 
----------------------------------------*/ 
.step { counter-reset: step; }
.step article:first-of-type { margin-top: 40px; }
.step article { counter-increment: step; }
.step article:not(:last-child) { margin-bottom: 40px; }
.step .txt_area h4 { position: relative; padding-left: 55px; font-weight: 700; color: var(--blue-color); font-size: clamp(18px,2vw,24px); margin-bottom: 30px; letter-spacing: .08em; }
.step .txt_area h4::before { content: counter(step, decimal-leading-zero); display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 45px; height: 45px; border-radius: 50%; color: #fff; font-size: clamp(13px,5vw,18px); font-weight: 500; background: linear-gradient(180deg,#4dc3b6 0%,#013396 100%); }
.step h3.c_a .red { font-size: clamp(25px,5vw,32px); color: #D3142E; }
.step h3.c_a { font-size: clamp(18px,2vw,26px); }
.step .c-button-more { margin-top: 30px; }


/*----------------------------------------
howto-list-content 
----------------------------------------*/ 
.howto-list { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(24px,4vw,40px); }
.howto-title { position: relative; font-weight: 700; font-size: clamp(16px,2vw,18px); margin-bottom: 10px; display: inline-block; border-bottom: 2px solid #bae8df; padding-bottom: 3px; }
.howto-image { margin-bottom: 18px; }
.howto-image img { width: 100%; height: auto; max-width: 260px; }
.link-enefle { color: var(--blue-color); text-decoration: underline; font-weight: 600; transition: opacity .3s ease; }

.recommend {
	display: flex; justify-content: space-between; gap:36px; flex-wrap: wrap;
}
.recommend-item {
	display: flex; max-width:47.5%;
	align-items: center;
	justify-content: space-between;
	background: #f5fbff;
	border-radius: 16px;
	padding: 26px 32px;
	gap: 32px;
	position: relative;
	box-sizing: border-box;
}

.recommend-label {
	position: absolute; top: 0; left: 0;
	width:67px; height:56px;
	display: flex; justify-content: center; align-items: center;
	border-radius: 10px 0px;
	background: #41bbb9;
}
.recommend-label span { position: relative; width:46px; height: 46px;}
.recommend-item:nth-child(2) .recommend-label span { position: relative; width:33px; height: 38px;}
.recommend-item:nth-child(3) .recommend-label span { position: relative; width:29px; height: 37px;}
.recommend-item:nth-child(4) .recommend-label span { position: relative; width:33px; height: 33px;}

.recommend-content {}
.recommend-content h3 {
	color: #013396;
	font-size: clamp(16px, 2vw, 20px);
	margin-bottom: 12px;
	font-weight: 500;
	text-align: center;
}
.recommend-content p {
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.7;
	color: #333;
}

.link_btn { margin: 20px auto 0; text-align: center; }

/* hover（PC） */
@media (hover:hover) and (pointer:fine) {
  
  .link-enefle:hover { opacity: .7; }
  .bnr_img:hover { opacity: .5; }
  .bnr_img { margin: 0 auto; }
}


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media only screen and (max-width: 980px){
  .efcard__thumb { max-width: 340px; width: 80%; margin: 0 auto; }
  
  .merit-item .merit-label + .merit-content { margin-left: 0; }
  .merit-item { display: flex; flex-direction: column; gap:16px; padding:55px 25px 25px; }
  .merit-item .merit-content--left { order:1; }
  .merit-item .merit-image { order:2; }
  .merit-item .merit-content--right { order:3; }
  .trouble__bubbles { grid-template-columns: 1fr; width: min(720px,96%); }
  .benefit__grid { grid-template-columns: 1fr; }
  .compare-table { table-layout: initial; }
  .compare-table img { width: 80px; height: auto; object-fit: contain; margin-inline: auto; }
/*  .compare-table th, .compare-table td {word-break: auto-phrase;}*/
}

@media only screen and (max-width: 600px){
  section.about article:not(:last-child) , .kind article:not(:last-child) { margin-bottom: 30px; }
  h3.leftline_ttl { margin-bottom: 10px; }
  .inner_flex { display: block; }
  .inner_flex .img_area { margin: 15px 0; }
  .trouble__center { margin-bottom: 30px; }
  .efcard { grid-template-columns: 1fr; }
  .vendor__grid { display: block; }
  .vcard:not(:last-child) { margin-bottom: 20px; }
  .vendor__more { text-align: left; }
  .bubble { padding: 14px 14px; }
  .benefit { padding: 16px; border-radius: 12px; }
  .c-notes { margin: 15px 0 30px; }
  .cards-scope { margin: 20px 0 40px; }
  .c-table { min-width: 0; border: none; }
  .c-table thead { display: none; }
  .c-table tbody tr { display:block; border:1px solid #e6eff5; margin-bottom:10px; overflow:hidden; background:#fff; }
  .c-table tbody th[scope="row"], .c-table tbody td { display:block; border:none; border-bottom:1px solid #eef4f7; padding:12px 14px; line-height: 1.4; }
  .c-table tbody th[scope="row"]{ background:#f6fbff; color:#0f3a93; font-weight:800; }
  .c-table tbody td:last-child { border-bottom:none; }
  .c-table tbody td::before { content: attr(data-th); display:block; font-size: 12px; color:#6b7a8a; margin-bottom: 6px; letter-spacing:.04em; }
  .compare-table .br { display: block; }
  .compare-table { min-width: 720px; }
  .compare-table th, .compare-table td { padding: 10px; }
  .step .txt_area h4 { padding-left: 50px; margin-bottom: 10px; }
  .step .txt_area h4::before { width: 38px; height: 38px; font-size: 15px; }
  .step .c-button-more { margin-top: 20px; }
  .step article:not(:last-child) { margin-bottom: 30px; }
  .howto-list { grid-template-columns: 1fr; gap: clamp(32px,6vw,48px); }
  .howto-image { margin-inline: auto; max-width: 480px; text-align: center; margin-bottom: 10px;}
}
