#single_bl a {
    display: inline;
}

span.beta_relation-ink-box_ico {
    position: relative;
    padding-left: 20px;
}
span.beta_relation-ink-box_ico:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #009ADB;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
}
span.beta_relation-ink-box_ico:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 3px;
    bottom: 0;
    margin: auto;
}
#single_bl a.beta_relation-ink.external_link:after {
    content: none;
}

/* 大阪市24区一覧のli */
ul.beta_procedureArea_list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 10px;
    border: 2px solid #f1f1f1;
    padding: 15px;
  	margin: -25px 0 0;
}
ul.beta_procedureArea_list li {
    font-size: 14px;
}
ul.beta_procedureArea_list li::marker, #single_bl ul.beta_procedureArea_list li a:after {
    content: none;
}
ul.beta_procedureArea_list li:after {
    content: "|";
    color: #efefef;
    padding: 0 0 0 10px;
}

.header_categories_item {
    font-size: 15px;
}

.tab-list {
    overflow-x: scroll;
}
.tab-item {
    flex-shrink: 0;
}

#single_bl .article_cta01_alpha > div > a  {
    display: block;
	  width: 100%;
    margin: 0 auto;
}
#single_bl .article_cta01_alpha > div > a:after {
	content: none;
}
.article_cta01_alpha a img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
#single_bl .article_cta01_alpha .article_cv_btn {
    width: fit-content;
    margin: 20px auto 40px;
}

/* CTA table */
.pps-cta table tbody tr th {
    min-width: 85px;
}
.pps-cta table ul {
    margin: 0;
    line-height: 0;
}
.pps-cta small {
    font-size: 85%;
}

/* サイトポリシーボックス */
.custom-notice-box {
    background-color: #f0f7fd;
    border: 2px solid #1363b0;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.custom-notice-box .notice-heading {
    color: #1363b0;
    font-size: 16px;
    margin-bottom: 10px;
}

/* タブ切り替え(column) */
.tab01 {
  width: 100%;
  margin: 0 auto 50px;
}
.tab_menu {
  width: calc(100%/2);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #000;
  border-bottom: 3px solid #1f71b5;
  background-color: #eaeaea;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_menu:hover {
  opacity: 0.75;
}
input[name="tab_menu"] {
  display: none;
}
.tab_contents {
  display: none;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
}
#menu01:checked ~ #menu01,
#menu02:checked ~ #menu02,
#menu03:checked ~ #menu03 {
  display: block;
}
.tab01 input:checked + .tab_menu {
  background-color: #1f71b5;
  color: #fff;
}

.custom_ctaCont_txt.no-after span.ttl_marker
 {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 7px;
}
.custom_ctaCont_txt.no-after span.ttl_marker > b {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
}
.custom_ctaCont_ttl {
	font-size: 15px;
}

/* housecleaning */
.article_cta01.custom_cta01.hc_cta01 li.cta_combination01_cont01 {
    width: 60%;
}
.article_cta01.custom_cta01.hc_cta01 table.cta_table_cont {
    width: 100% !important;
}
.article_cta01.custom_cta01.hc_cta01 li.cta_combination01_img {
    width: 35%;
}
.article_cta01.custom_cta01.hc_cta01 li.cta_combination01_img img {
    object-fit: contain;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;
    border: 2px solid #efefef;
    border-radius: 3px;
    padding: 0 20px;
    box-sizing: border-box;
}
.hc_cta01_cp_bn {
    max-width: 500px;
    margin: -30px auto 5px;
}
@media screen and (max-width: 768px) {
	.article_cta01.custom_cta01.hc_cta01 li.cta_combination01_img, .article_cta01.custom_cta01.hc_cta01 li.cta_combination01_cont01 {
			width: 100%;
	}
.article_cta01.custom_cta01.hc_cta01 img {
			border: none;
	}
	.article_cta01.custom_cta01.hc_cta01 table.cta_table_cont {
    margin: 0;
}
	.article_cta01.custom_cta01.hc_cta01 table.cta_table_cont td {
    line-height: 0.8;
}
	.hc_cta01_cp_bn {
    margin: -10px auto 0;
}
}

/* 家電 */
.home_appliance_list {
    padding: 5px;
    justify-content: flex-start;
    gap: 5px 15px;
    margin: 0 !important;
}
ul.home_appliance_list li {
    width: fit-content;
    margin: 0;
}
ul.home_appliance_list li:before {
    content: "・";
    color: #1363b0;
}
ul.home_appliance_list li a {
    display: inline-block !important;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 14px;
    text-align: left;
    text-decoration: underline !important;
    padding: 0;
    margin: 0;
}
ul.home_appliance_list li a:hover {
    background: inherit;
    color: inherit !important;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.home_appliance_list {
			display: block;
	}
}

/* マイクロコピー */
p.cta_btn_microcopy {
    color: #e73131;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    margin: 0 auto 10px !important;
}
p.cta_btn_microcopy:before {
    content: "＼";
    font-size: 10px;
}
p.cta_btn_microcopy:after {
    content: "／";
    font-size: 10px;
}
@media screen and (max-width: 768px) {
	p.cta_btn_microcopy {
		font-size: 12px;
	}
}

/* 引用 */
blockquote {
    position: relative;
    display: block;
    box-sizing: border-box;
    background: #efefef;
    padding: 35px 20px 20px;
    margin: 0 0 2em;
}
blockquote:before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
    content: "“";
    color: #cfcfcf;
    font-size: 50px;
    line-height: 1;
}
.article_bl .article_editor_cont blockquote p {
    font-size: 14px;
    margin: 0;
}
blockquote p small {
    font-size: 90%;
    display: block;
    text-align: right;
    margin: 5px 0 0;
}

.cta_btn_btncopy {
    position: relative;
}
.cta_btn_btncopy span {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 150px;
    background: #fff;
    border: 1px solid #ed7038;
    border-radius: 20px;
    color: #ef7744;
    font-size: 12px;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}
p.cta_btn_microcopy.netflix {
    font-size: 18px;
}

/* EF CTA */
.article-cta-ef {
    max-width: 400px;
    border: 2px solid #206fbc;
    border-radius: 24px;
    margin: 0 auto;
}
p.article-cta-ef-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #206fbc url(/lp/enefarm/lp01/assets/img/campaign_bg_ttl.png) no-repeat top center / cover;
    text-align: center;
    padding: 5px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 !important;
}
.article-cta-ef-kv {
    padding: 15px;
}
.article-cta-ef-copy {
    padding: 0 15px 15px;
}
.article-cta-ef-imgbtnlink {
    padding: 0 15px 30px;
}
.article-cta-ef a:after {
		content: none !important;
}
.cta_combination01_btn.ef {
    padding: 30px;
}


/* コレック追加分ここから */
/* 編集者コンテンツ調整 */
div.creator_name_wrap .creator_spec {
    width: 60px;
    text-align: center;
}
div.creator_name_wrap .creator_name {
    width: 100%;
}


/* トップページスライダーサイズ調整 */
.slider_thumbnail img {
    height: 25vw;
}
@media screen and (max-width: 768px) {
.slider_thumbnail img {
    height: 187px;
}
}


/* トップページテーマで探すサムネイル調整 */
.top_page_wrap .main-container .post-thumbnail img {
    aspect-ratio: 1.9 / 1;
  	height: auto;
}


/* サイドバーサムネイル調整 */
.side_post_item .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.9 / 1;
    margin-top: 4px;
}
@media screen and (max-width: 768px) {
.side_post_item .post-thumbnail img {
    margin: 13px 0;
}
}


/* カテゴリページサムネイル調整 */
.main-container .post-thumbnail img {
    height: auto;
    aspect-ratio: 1.9 / 1;
}
.grandchild_page_list>div:first-of-type .post-thumbnail img {
    height: auto;
    aspect-ratio: 1.9 / 1;
}


/* 〇〇コラムページサムネイル調整 */
.cat_bl .post-thumbnail img {
    height: auto;
    aspect-ratio: 1.9 / 1;
}


/* ブログカードサムネイル調整 */
.lkc-title {
-webkit-line-clamp: 3;
}
img.lkc-thumbnail-img {
    height: auto !important;
    aspect-ratio: 1.9 / 1;
}
.lkc-content {
    height: 80px;
}
@media screen and (max-width: 768px) {
.article_bl .lkc-thumbnail {
    width: 100px !important;
}
.article_bl .lkc-thumbnail-img {
    margin-top: 10px !important;
}
}

#single_bl a.lkc-link {
    display: block;
    width: 100%;
}

/* コレック追加分ここまで */


/* 調整 */
.manual_links {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
	  margin: 0 0 20px !important;
}
.manual_links h3 {
	background: #fff !important;
color: #1363b0 !important;
    border-bottom: 1px solid #efefef !important;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
}
.nav-list {
    padding: 5px 15px;
}
.nav-link {
    padding: 10px 3px;
    font-size: 14px;
}
.nav-item {
    border-bottom: 1px dotted #ededed !important;
}
.nav-link:before {
    content: "・" !important;
    color: #1363b0 !important;
}
.nav-item:hover {
    background-color: #fffafa !important;
}

/* サイドバータイトルの調整 */
.side_title h2 {
    font-size: 16px;
    width: 100% !important;
    margin: 0 !important;
}


@media screen and (max-width: 768px) {
    .header_categories>ul>li:nth-child(7) {
			display:block;
    }
}

.point_list_bl {
    max-width: 100% !important;
    border-radius: 7px !important;
}


/* タブコンテナ */
.tab-container2 {
	max-width: 600px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.tab-content2 > .article_table {
    overflow-x: inherit !important;
    overflow-y: inherit !important;
    width: 100% !important;
    scrollbar-width: inherit;
}

/* ラジオボタンを非表示 */
.tab-container2 input[type="radio"] {
	display: none;
}

/* タブボタンエリア */
.tab-buttons2 {
	display: flex;
	gap: 10px;
	margin-bottom: 0;
}

/* タブボタン（ラベル） */
.tab-buttons2 label {
	flex: 1;
	padding: 16px 20px;
	border: none;
	border-radius: 12px 12px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease;
	opacity: 0.7;
}
/* 青パターン - マンションタブ */
.blue-pattern label[for="blue-mansion-tab"] {
	background-color: #0077cc;
}
/* 青パターン - 戸建てタブ */
.blue-pattern label[for="blue-house-tab"] {
	background-color: #0077cc;
}
/* 緑パターン - マンションタブ */
.green-pattern label[for="green-mansion-tab"] {
	background-color: #0077cc;
}
/* 緑パターン - 戸建てタブ */
.green-pattern label[for="green-house-tab"] {
	background-color: #0077cc;
}
/* 赤パターン - マンションタブ */
.red-pattern label[for="red-mansion-tab"] {
	background-color: #0077cc;
}
/* 赤パターン - 戸建てタブ */
.red-pattern label[for="red-house-tab"] {
	background-color: #0077cc;
}

/* アクティブなタブ */
#blue-mansion-tab:checked ~ .tab-buttons2 label[for="blue-mansion-tab"],
#blue-house-tab:checked ~ .tab-buttons2 label[for="blue-house-tab"],
#green-mansion-tab:checked ~ .tab-buttons2 label[for="green-mansion-tab"],
#green-house-tab:checked ~ .tab-buttons2 label[for="green-house-tab"],
#red-mansion-tab:checked ~ .tab-buttons2 label[for="red-mansion-tab"],
#red-house-tab:checked ~ .tab-buttons2 label[for="red-house-tab"] {
	opacity: 1;
}

/* 非アクティブなタブのホバー */
.tab-buttons label:hover {
	opacity: 0.85;
}

#blue-mansion-tab:checked ~ .tab-buttons2 label[for="blue-mansion-tab"]:hover,
#blue-house-tab:checked ~ .tab-buttons2 label[for="blue-house-tab"]:hover,
#green-mansion-tab:checked ~ .tab-buttons2 label[for="green-mansion-tab"]:hover,
#green-house-tab:checked ~ .tab-buttons2 label[for="green-house-tab"]:hover,
#red-mansion-tab:checked ~ .tab-buttons2 label[for="red-mansion-tab"]:hover,
#red-house-tab:checked ~ .tab-buttons2 label[for="red-house-tab"]:hover {
	opacity: 1;
}

/* タブコンテンツエリア */
.tab-content2 {
	display: none;
}

/* アクティブなコンテンツを表示 */
#blue-mansion-tab:checked ~ .tab-contents2 #blue-mansion-content,
#blue-house-tab:checked ~ .tab-contents2 #blue-house-content,
#green-mansion-tab:checked ~ .tab-contents2 #green-mansion-content,
#green-house-tab:checked ~ .tab-contents2 #green-house-content,
#red-mansion-tab:checked ~ .tab-contents2 #red-mansion-content,
#red-house-tab:checked ~ .tab-contents2 #red-house-content {
	display: block;
	animation: fadeIn 0.3s ease;
}

/* タブコンテンツエリア */
.tab-content2 {
	display: none;
	padding: 0;
	border: none;
}

/* アクティブなコンテンツを表示 */
#mansion-tab:checked ~ .tab-contents2 #mansion-content,
#house-tab:checked ~ .tab-contents2 #house-content {
	display: block;
	animation: fadeIn 0.3s ease;
}

/* フェードインアニメーション */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 料金表 */
.price-table {
	width: 100% !important;
	border-collapse: collapse;
	background: white;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.price-table tr {
	border-bottom: 1px solid #e0e0e0;
}

.price-table tr:last-child {
	border-bottom: none;
}

/* ラベル列 */
.price-table td:first-child {
	background-color: #f5f5f5;
	padding: 16px 20px;
	font-weight: bold;
	color: #003d7a;
	width: 40%;
}

/* 価格列 */
.price-table td:last-child {
	padding: 16px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #003d7a;
}

/* 割引の価格（赤文字） */
.price-discount {
	color: #e91e63;
	font-size: 18px;
}

/* 注釈 */
.note {
	font-size: 14px;
	display: block;
	margin-top: 4px;
}

/* 合計支払額 */
.total-row td {
	background-color: #ffd700 !important;
	color: #333;
	font-size: 18px;
	padding: 20px !important;
}

.total-row td:last-child {
	font-size: 24px;
	color: #003d7a;
}

/* アイコン */
.icon {
	font-size: 24px;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
	.tab-buttons2 label {
		font-size: 16px;
		padding: 12px 16px;
	}

	.tab-content2 .price-table {
		width: 100% !important;
	}
	.article_bl .article_editor_cont table.price-table {
		width: 100% !important;
	}
	
	.price-table td {
		font-size: 14px;
		padding: 12px 16px;
	}

	.price-table td:last-child {
		font-size: 20px;
	}

	.total-row td:last-child {
		font-size: 24px;
	}
}

div#table-njs table {
    width: 100% !important;
}