.samples,
.samples-reports{
	display:flex;
	gap:20px;
	justify-content:center;
	flex-wrap:wrap;
}

.samples{
	margin:100px 0;
}

.samples-block{
	margin-top:100px;
}
.samples-block p{
	font-size: larger;
	margin-bottom:20px;
}

.sample-pdf{
	position:relative;
	display:flex;
	width:120px;
	aspect-ratio:1/1;
	align-items:center;
	justify-content:center;
	border:1px solid #ddd;
	border-radius:12px;
	background:#fff;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	transition:all 0.2s ease;
	overflow:hidden;
}

/* hover */
.sample-pdf:hover{
	background-color:#5BC8AC;
	border-color:#5BC8AC;
	color:#fff;
}

/* PDFラベル */
.sample-pdf::after{
	content:"PDF";
	position:absolute;
	bottom:6px;
	right:6px;
	font-size:10px;
	font-weight:bold;
	padding:2px 4px;
	background:#e53935;
	color:#fff;
	border-radius:3px;
}


.address-table{
	margin:0 auto;       /* 横中央 */
	text-align:center;   /* テキスト中央 */
}

.address-table td{
	font-weight:bold;
	font-size:18px;
}

.address-table td:first-child{
	text-align:right;
	padding-right:12px;
}

.address-table td:last-child{
	text-align:left;
}

.sections{
	margin-top:100px;
}


.section-disaster{
	text-align:center;
}

.total-score{
	display:inline-block;
	text-align:center;
	font-size:120px;
}

.total-number{
	font-weight:bold;
}


/* クロス */

.cross-wrap{
	position:relative;
	width:260px;
	height:260px;
	margin:0px auto;
	margin-bottom:300px;
}

/* 十字 */
.cross{
	position:absolute;
	top:50%;
	left:50%;
	width:200px;
	height:200px;
	transform:translate(-50%, -50%);
}

.cross::before,
.cross::after{
	content:"";
	position:absolute;
	background:rgba(0,0,0,1);
}

.cross::before{
	top:50%;
	left:0;
	width:100%;
	height:1px;
	transform:translateY(-50%);
}

.cross::after{
	left:50%;
	top:0;
	width:1px;
	height:100%;
	transform:translateX(-50%);
}

/* 共通 */
.q{
	position:absolute;
	text-align:center;
	width:200px;
}

.q-mark{
	font-size:120px;
	font-weight:bold;
	margin-bottom:4px;
}

.q-text{
	font-size:14px;
	font-weight:bold;
}

/* 配置 */
.left{
	top:50%;
	left:-20px;
	transform:translate(-100%, -50%);
}

.right{
	top:50%;
	right:-20px;
	transform:translate(100%, -50%);
}

.bottom{
	bottom:-20px;
	left:50%;
	transform:translate(-50%, 100%);
}





.section-ctr {
    padding: 80px 20px;
    background-color: #f8f9fa; /* 非常に薄いグレーで清潔感を */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}

.ctr-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.ctr-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #1a1a1a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ctr-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin-bottom: 20px;
}

.ctr-main {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
}

.ctr-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.card-caption {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 24px;
    text-align: center;
}

.ctr-list {
    list-style: none;
    padding: 0;
}

.ctr-list li {
    display: flex;
    align-items: baseline;
    padding: 15px 0;
    border-bottom: 1px dotted #eee;
}

.list-label {
    font-weight: 700;
    color: #c5a059; /* ゴールド系の落ち着いた色 */
    min-width: 80px;
    font-size: 0.9rem;
}

.list-desc {
    font-size: 1rem;
    color: #333;
    padding-left:10px;
}

.ctr-button {
	display: flex;
	margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: #1a365d; /* 信頼を感じさせるネイビー */
    color: #fff;
    padding: 20px 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    gap: 10px;
}

.ctr-button:hover {
	display: flex;
	margin: 0 auto;
    background: #2a4a7d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.payment-note {
    font-size: 0.8rem;
    margin-top: 15px;
}


// thanksページ
.ctr-container{
	background:blue;
}

.thanks-main{
	width:70%;
	margin:50px auto;
	text-align:left;
	font-size:16px;
	
}

/* 近隣エリアセクション全体 */
.thanks-nearby {
	background-color: #f8f9fa;
	padding: 40px 20px;
	border-radius: 12px;
	margin-top: 40px;
}

.ctr-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 10px;
	text-align: center;
}

.ctr-description {
	font-size: 0.95rem;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6;
}

/* リスト構造の初期化 */
.nearby-lists {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 15px;
}

/* カードのデザイン */
.nearby-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #e0e6ed;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}

/* ホバー時の挙動：少し浮き上がり、枠線に色をつける */
.nearby-card:hover {
	transform: translateY(-4px);
	border-color: #0056b3;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	background-color: #f0f7ff;
}

/* 市町村名 */
.label-left {
	font-size: 0.85rem;
	color: #7f8c8d;
	font-weight: 500;
	display: block;
}

/* 丁目名 */
.label-center {
	font-size: 1.1rem;
	font-weight: 700;
	color: #2c3e50;
	display: block;
	margin-top: 2px;
}

/* スコア表示エリア */
.label-right {
	text-align: right;
	border-left: 2px solid #eee;
	padding-left: 15px;
	min-width: 80px;
}

.label-right small {
	display: block;
	font-size: 0.7rem;
	color: #95a5a6;
	margin-bottom: -2px;
}

.label-right strong {
	font-size: 1.6rem;
	font-weight: 800;
	color: #d9534f; /* 注意を引く赤系。安全なら青系に変えるのもあり */
	font-family: 'Inter', sans-serif; /* 数値が見やすいフォントを推奨 */
}

/* スマホ対応：1列表示へ */
@media (max-width: 600px) {
	.nearby-lists {
		grid-template-columns: 1fr;
	}
	
	.label-right {
		min-width: 60px;
	}
}

