.compare-section {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
}
.compare-section h2 {
  color: #002b5c;
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.6;
}
.compare-section h2 span {
  color: #0070c9;
  font-weight: 700;
}
.compare-table {
  width: 100%;
  max-width: 1000px;
  margin: 3rem auto 20px;
  border-collapse: collapse;
  font-size: 1rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}
.compare-table th, 
.compare-table td {
  border: 1px solid #e0e6ee;
  padding: 20px 15px;
  text-align: left;
  vertical-align: top;
    font-size: 1rem;
}
.compare-table thead th {
  background: #003366;
  color: #fff;
  text-align: center;
}
.compare-table thead th:first-child {
    width: 30%;
}
.compare-table td strong {
  color: #0070c9;
}
.compare-table tbody tr:nth-child(even) {
  background: #f3f6fa;
}
.compare-note {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}


/*CTAボタン*/
.sec-contact{ margin: 0 auto; background: url(../images/lp02/webp/contact-bg01.webp) #16254B no-repeat right bottom/auto 100%; position: relative; z-index: 1; padding: 90px 0; color: #fff; position: relative; z-index: 2; }
    .sec-contact .content {
        max-width: 960px;
        margin: 0 auto;
    }
.sec-contact .content img{margin-bottom: 5rem;}
.no-webp .sec-contact{ background-image: url(../images/lp02/contact-bg01.jpg); }
.sec-contact .item01{ position: absolute; top: 47px; right: 80px; }
.sec-contact .content{ max-width: 960px; }
.sec-contact h2{ font-size: 5rem; font-weight: 300; border-bottom: solid 1px; padding-bottom: 10px; display: table; margin-bottom: 34px; line-height: 1.3;font-weight: 600;}
.sec-contact h2 small{ display: block; font-size: 2.8rem; font-weight: 700; line-height: 1.4;}
.sec-contact h2 small span{ font-weight: 700; font-size: 1.4rem; line-height: 1.4; color: #35a1e2; background-color: #fff; padding: 6px 10px; border-radius: 5px; margin-right: 20px;}
.sec-contact h2 small + small{
    margin-top: 1rem;
}

.sec-contact h3{ font-size: 20px; margin-bottom: 14px; }
.sec-contact h3 + p{ max-width: 560px; line-height: 1.8; margin-bottom: 34px; text-align: justify;}
.sec-contact .content .left {width: 490px;}
.sec-contact .content .right {width: 370px;}
.sec-contact a[class*="btn"]{ width: 370px; height: 60px; border-radius: 30px; display: flex; justify-content: center; align-items: center; border: solid 1px; background: #fff; font-size: 1.8rem; position: relative; }
.sec-contact a[class*="btn"]:after{ width: 32px; height: 6px; top: 50%; transform: translateY(-50%); right: 13px; content: ''; position: absolute; transition: all .3s; background: url(https://www.senga-implant.com/wp-content/uploads/2025/11/arrow01.png) no-repeat right center / 32px; }
.no-webp .sec-contact a[class*="btn"]:after{ background-image: url(../images/common/arrow01.png); }
.sec-contact a[class*="btn"] + a{ margin-top: 20px; }
.sec-contact a[class*="btn"]:hover:after{ right: -27px; }
.sec-contact a.tel-btn:before{ content: ''; width: 20px; height: 17px; background: url(https://www.senga-implant.com/wp-content/uploads/2025/11/icon-tel01.png) no-repeat center/contain; position: absolute; top: 51%; left: 75px; transform: translateY(-50%); }
.sec-contact a.resv-btn:before{ content: ''; width: 17px; height: 17px; background: url(https://www.senga-implant.com/wp-content/uploads/2025/11/icon01.png) no-repeat center/contain; position: absolute; top: 51%; left: 75px; transform: translateY(-50%); }
.sec-contact a.clinic-btn{ background: #9ad0f0; }
.sec-contact a.clinic-btn:before{ content: ''; width: 17px; height: 17px; background: url(https://www.senga-implant.com/wp-content/uploads/2025/11/icon-home01.png) no-repeat center/contain; position: absolute; top: 51%; left: 75px; transform: translateY(-50%); }
.sec-contact .row {
    display: flex;
    justify-content: space-between;
}

/* --- 応用3：文字色を点滅 --- */
@keyframes color-blink {
  0%, 100% { color: #333; }
  50% { color:#FF0004; }
}
.color-blink {
  animation: color-blink 1.5s infinite;
}








            /* スマホ対応 */
@media (max-width: 768px) {
  .compare-table { font-size: 0.9rem; }
  .compare-section h2 { font-size: 1.5rem; }
    
    
/*CTAボタン*/    
	.sec-contact{ width:100%; padding: 35px 2.5rem 38px; background-image: url(../images/lp02/webp/contact-bg01-sp.webp); background-size: 208px; }	
	.sec-contact .item01{ width: 140px; top: -40px; right: -10px; }
	.sec-contact h2{ font-size: 3rem; display: block; padding-bottom: 16px; margin-bottom: 22px; }
	.sec-contact h2 small{ display: flex; font-size: 1.9rem; margin-bottom: 5px; justify-content: space-between;}
    
    .sec-contact h2 small span {
        margin: 5px 0;
       font-size: 3.4vw;
        width: 32%;
        letter-spacing: -0.04rem;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }
	.sec-contact h3{ font-size: 1.6rem; }
	.sec-contact h3 + p{ margin-bottom: 24px;}
	.sec-contact .content .left {width: 100%;}
	.sec-contact a[class*="btn"]{ width: 100%; }
	.sec-contact a.tel-btn:before,
	.sec-contact a.resv-btn:before,
	.sec-contact a.clinic-btn:before{ left: 30px; }
    .sec-contact .row{display: block;}
    .sec-contact .content .left p{margin-bottom: 2rem;}
    .sec-contact .content .right {width: 100%;}
    .sec-contact .content img {
        margin-bottom: 2rem;
    }
    
    .compare-table td{    padding: 20px 5px;}
    .compare-table thead th:nth-child(2),
    .compare-table td:nth-child(2){
        font-size: 1.3rem;
    }
}

		
