/* ===== contents utils ===== */
.cnt-center { text-align: center; }
.cnt-center img { margin: 0 auto; }
.cnt-right  { text-align: right; }
.cnt-spacer { margin: 1.2em 0; }
.orange { color: #ee5519; }
.blue   { color: #1a5fa8; }
.red    { color: #c0392b; }

/* ===== tb3 : 罫線テーブル（スケジュール・比較表） ===== */
.tb3 {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
	font-size: 0.95em;
}
.tb3 th,
.tb3 td {
	border: 1px solid #bbb;
	padding: 8px 12px;
	vertical-align: top;
	line-height: 1.7;
}
.tb3 thead th,
.tb3 tr th:first-child {
	background: #e8f0f8;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}
.tb3 tr:nth-child(even) td {
	background: #fafafa;
}

/* ===== tb4 : 写真グリッドテーブル ===== */
.tb4 {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}
.tb4 td,
.tb4 th {
	border: 1px solid #ddd;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}
.tb4 td img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.tb4 th {
	background: #f5f5f5;
	font-size: 0.85em;
	font-weight: normal;
}

/* ===== tb5 : 画像＋テキスト横並び ===== */
.tb5 td p {
	font-size: 1.15em;
    color: #125baa;
	line-height: 1.7;
    font-weight: bold;
}
.tb5 {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}
.tb5 td {
	padding: 8px;
	vertical-align: top;
}
.tb5 td:first-child {
	width: 90px;
}

/* ===== tb6 : box2内 画像＋見出し横並び ===== */
.tb6 {
	border-collapse: collapse;
	width: 100%;
}
.tb6 td,
.tb6 th {
	padding: 8px 12px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.tb6 td:first-child {
	width: 120px;
}
.tb6 th {
	font-weight: normal;
	text-align: left;
}
.box2{
    margin-bottom: 15px;
}
.box1 {
    border: 1px solid #bbb;
    padding: 14px 18px;
    margin: 1em 0;
    background: #fff;
}

/* ===== plan-section ===== */
.plan-section {
    margin-bottom: 2em;
}
.plan-img {
    max-width: 100%;
    margin: 0.8em auto;
}
.plan-desc {
    margin: 0.8em 0;
}
.plan-note {
    font-size: 0.9em;
    color: #555;
    margin: 0.5em 0;
}
.plan-summary {
    margin: 0.8em 0;
    line-height: 1.7;
}
.plan-table {
    margin-top: 0.8em;
}

/* ===== box-list ===== */
.box-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-list li::marker {
    content: none;
}
.box-list li {
    padding: 4px 0 4px 1.2em;
    border-bottom: 1px dotted #ccc;
    line-height: 1.6;
}
.box-list li::before {
    content: "■";
    color: #1a5fa8;
    margin-left: -1.2em;
    margin-right: 0.3em;
    font-size: 0.8em;
}
.box-list li:last-child {
    border-bottom: none;
}

/* ===== check-list ===== */
.check-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 1em 0;
    gap: 6px 2%;
}
.check-list li {
    width: 49%;
    padding: 6px 8px 6px 1.8em;
    background: #eef4fb;
    border-left: 3px solid #1a5fa8;
    box-sizing: border-box;
    position: relative;
    line-height: 1.5;
}
.check-list li::marker {
    content: none;
}
.check-list li::before {
    content: "✔";
    color: #1a5fa8;
    position: absolute;
    left: 6px;
    font-size: 0.85em;
}

/* ===== merit-list ===== */
.merit-list {
    padding-left: 1.5em;
    margin: 1em 0;
    line-height: 1.8;
}
.merit-list li {
    margin-bottom: 0.5em;
}

/* ===== box-list-num ===== */
.box-list-num {
    padding-left: 1.8em;
    margin: 0.8em 0;
    line-height: 1.7;
}
.box-list-num li {
    margin-bottom: 0.4em;
}

/* ===== renew-section / renew-list ===== */
.renew-section {
    margin-bottom: 0.5em;
}
.renew-list {
    list-style: none;
    padding: 0;
    margin: 0.8em 0 0;
}
.renew-list li {
    padding: 8px 0 8px 0;
    border-bottom: 1px dotted #ccc;
    line-height: 1.7;
}
.renew-list li:last-child {
    border-bottom: none;
}

/* ===== company-table ===== */
.company-table th {
    white-space: nowrap;
    width: 12em;
}
.company-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.company-list li {
    padding: 4px 0 4px 1em;
    border-bottom: 1px dotted #ddd;
    line-height: 1.7;
}
.company-list li::marker {
    content: none;
}
.company-list li::before {
    content: "・";
    margin-left: -1em;
}
.company-list li:last-child {
    border-bottom: none;
}
.company-note {
    margin-top: 8px;
    font-size: 0.9em;
    color: #555;
}

/* ===== btn-contact ===== */
.btn-contact {
    display: inline-block;
    background: #709fd3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 40px;
    border-radius: 4px;
    text-decoration: none;
    margin: 1em 0;
}
.btn-contact:hover {
    background: #1a5fa8;
    color: #fff;
}

/* ===== img size（共通） ===== */
.img-sm { max-width: 360px; display: block; margin: 0 auto; }
.img-md { max-width: 75%; display: block; margin: 0 auto; }

/* ===== cs ページ 個別画像調整 ===== */
.cs-hero {
    width: 80%;
}
.cs-img1 {}
.cs-img2 {}
.cs-img3 {}

/* ===== minpaku ページ 個別画像調整 ===== */
.minpaku-hero {
    width: 100%;
    margin-bottom: 20px;
}
.minpaku-img1 {}
.minpaku-img2 {max-width: 95%;}
.minpaku-img3 {}
.minpaku-img4 {}

/* ===== lead-text ===== */
.lead-text {
    font-size: 1.1em;
    line-height: 1.8;
    margin: 15px 0;
}
.lead-text.lead-strong {
    font-weight: bold;
    line-height: 1.5;
    color: #1a5fa8;
}

/* ===== web-plan-list ===== */
.web-plan-list,
.web-plan-list ul {
    list-style: none;
}
.web-plan-list {
    padding: 0;
    margin: 0.8em 0;
}
.web-plan-list li::marker {
    content: none;
}
.web-plan-list > li.web-plan-head {
    font-weight: bold;
    padding: 6px 0 4px 0;
    border-bottom: 1px solid #bbb;
    margin-bottom: 4px;
}
.web-plan-list > li.web-plan-head::before {
    content: none;
}
.web-plan-list ul {
    list-style: none;
    padding: 0 0 0 1.2em;
    margin: 4px 0 8px;
}
.web-plan-list ul li {
    padding: 2px 0;
    line-height: 1.6;
}
.web-plan-list ul li::before {
    content: "・";
    color: #555;
}

/* ===== target-list ===== */
.target-list {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}
.target-list li {
    padding: 6px 8px 6px 1.6em;
    border-bottom: 1px dotted #ccc;
    line-height: 1.6;
    position: relative;
}
.target-list li::marker { content: none; }
.target-list li::before {
    content: "・";
    position: absolute;
    left: 4px;
    color: #1a5fa8;
}
.target-list li:last-child { border-bottom: none; }

/* ===== property-card ===== */
.property-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px 14px;
}
.property-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
}
.property-info li {
    width: 50%;
    box-sizing: border-box;
    padding: 3px 0;
    font-size: 0.95em;
    line-height: 1.5;
}
.property-info li::marker { content: none; }
.property-label {
    display: inline-block;
    background: #1a5fa8;
    color: #fff;
    font-size: 0.8em;
    padding: 1px 6px;
    margin-right: 6px;
    border-radius: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 767.98px) {
    .property-info li { width: 100%; }
}

/* ===== flow-list ===== */
.flow-list {
    margin: 1em 0;
}
.flow-step {
    padding: 15px 14px;
    background: #eef4fb;
    border-left: 4px solid #1a5fa8;
    margin: 0;
    line-height: 1.6;
}
.flow-arrow {
    margin: 7px 0;
}

/* ===== qa-list ===== */
.qa-list {
    margin: 1em 0;
}
.qa-item {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}
.qa-item:last-child {
    border-bottom: none;
}
.qa-q,
.qa-a {
    margin: 0 0 0.6em;
    line-height: 1.8;
    display: flex;
    gap: 0.6em;
    align-items: flex-start;
}
.qa-q {
    font-weight: bold;
}
.qa-a {
    margin-bottom: 0;
    color: #333;
}
.qa-label {
    display: inline-block;
    min-width: 1.6em;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 3px;
    padding: 0 4px;
    flex-shrink: 0;
    line-height: 1.6;
}
.q-label {
    background: #1a5fa8;
    color: #fff;
}
.a-label {
    background: #f0f0f0;
    color: #333;
}

/* ===== project page ===== */
.proj-region {
    margin-bottom: 2em;
}
.proj-region-title {
    font-weight: bold;
    color: #1a5fa8;
    border-left: 4px solid #1a5fa8;
}
.proj-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    line-height: 1.7;
}
.proj-table tr {
    border-bottom: 1px dotted #ddd;
}
.proj-table tr:last-child {
    border-bottom: none;
}
.proj-table td {
    padding: 5px 8px;
    vertical-align: top;
}
.proj-location {
    white-space: nowrap;
    width: 10em;
    color: #444;
}

@media screen and (max-width: 767.98px) {
    .proj-table,
    .proj-table tbody,
    .proj-table tr,
    .proj-table td {
        display: block;
    }
    .proj-table tr {
        padding: 5px 0;
    }
    .proj-location {
        font-weight: bold;
        width: auto;
        white-space: normal;
        padding-bottom: 0;
    }
    .proj-table td:not(.proj-location) {
        padding-top: 0;
    }
}

/* ===== SP対応 ===== */
@media screen and (max-width: 767.98px) {
	.tb5 td p {
		font-size: 0.95em;
		line-height: 1.5;
	}
	.tb3 {
		font-size: 0.85em;
	}
	.tb3 th,
	.tb3 td {
		padding: 6px 8px;
	}
	.tb4 td img {
		width: 100%;
		height: auto;
	}
	.tb5 td:first-child {
		width: 80px;
	}
	.tb6 td:first-child {
		width: 80px;
	}
}
