@charset "UTF-8";


/*page
----------------------------*/
.page_main{
  max-width:700px;
  margin:0 auto 60px auto;
}

.page_main img{
  width:100%;
  max-width:700px;
  height:auto;
  display:block;
  margin:0 auto;
}


ul#page_col3_image{margin:0 auto 0 auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
ul#page_col3_image li{max-width:240px;margin:0 auto 0 auto;}
ul#page_col3_image li img{width:100%;}

.center_bnr{text-align:center;margin:0 auto;display:block;}
#bnr_chirashi{max-width:360px;}

.thumbnail_image{max-width:470px;}



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



/*#branch_map{max-width:700px;margin:70px auto 0 auto;position:relative;z-index:1;}*/
#branch_map{max-width:588px;margin:70px auto 0 auto;position:relative;z-index:1;}
#branch_map_sp{display:none;}
.branch_map_display{display:block;}	
ul.branch_area_list{font-size:14px;font-weight:700;}
ul.branch_area_list li{line-height:1;margin:0 auto 7px auto;}

ul.branch_area_list_col2{font-size:14px;font-weight:700;max-width:240px;display:flex;flex-direction:row;flex-flow:wrap;}
ul.branch_area_list_col2 li{width:50%;line-height:1;margin:0 auto 7px 0;}

@media screen and (max-width:700px){
#branch_map{display:flex;flex-direction:column;}
#branch_map img{display:none;}
/*#branch_map_sp{max-width:700px;margin:30px auto;display:block;}*/
#branch_map_sp{max-width:575px;margin:30px auto;display:block;}
.branch_map_display{display:none;}	
ul.branch_area_list{font-size:16px;margin:0 auto 30px auto;display:flex;flex-wrap:wrap;}
ul.branch_area_list li{margin:0 5% 1em 0;}
ul.branch_area_list_col2{font-size:16px;max-width:100%;margin:0 auto 30px auto;}
ul.branch_area_list_col2 li{width:auto;margin:0 5% 1em 0;}
}

/* ===== 比較表 全体 ===== */
.compare-table-wrap {
  margin: 40px 0;
  overflow-x: auto;
}

/* ===== PC表示 ===== */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* ← 超重要 */
}

.compare-table th,
.compare-table td {
  border: 1px solid #ddd;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
}

/* 列幅を明示 */
.compare-table .item-col {
  width: 30%;
  text-align: left;
  background: #fafafa;
}

.compare-table .value-col {
  width: 35%;
}

.compare-table thead th {
  background: #f0f5f3;
  font-weight: bold;
}

/* ===== スマホ表示 ===== */
@media screen and (max-width: 768px) {

  .compare-table thead {
    display: none;
  }

  .compare-table,
  .compare-table tbody,
  .compare-table tr {
    display: block;
    width: 100%;
  }

  .compare-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #fff;
  }

  .compare-table th {
    background: #f5f5f5;
    font-weight: bold;
    padding: 12px;
    text-align: left;
  }

  .compare-table td {
    display: block;
    padding: 12px;
    text-align: left;
    border: none;
    border-top: 1px solid #eee;
  }

  .compare-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: 4px;
  }
}

.conclusion-box {
  background: #e8eeee;
  padding: 40px 30px;
  margin: 40px 0;
}

.conclusion-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

.conclusion-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.conclusion-list li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
}

.conclusion-cta {
  text-align: center;
}

.cta-btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #333;
  text-decoration: none;
  font-weight: bold;
  color: #d64b00;
  background: #fff;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #333;
  color: #fff;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

#page_main {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ===== 強い結論ボックス ===== */
.strong-conclusion{
  background: linear-gradient(135deg,#f6fbf9,#e6f2ee);
  border: 1px solid #cfded8;
  padding: 40px 30px;
  margin: 50px 0;
  text-align: center;
}

.conclusion-main{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.conclusion-text{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.conclusion-check{
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.conclusion-check li{
  margin-bottom: 8px;
  font-weight: 500;
}

.conclusion-cta .cta-btn{
  font-size: 16px;
  padding: 14px 28px;
  border: 1px solid #333;
  background: #fff;
  transition: .3s;
}

.conclusion-cta .cta-btn:hover{
  background:#333;
  color:#fff;
}

/* スマホ微調整 */
@media screen and (max-width:768px){
  .strong-conclusion{
    padding: 30px 20px;
  }

  .conclusion-main{
    font-size: 20px;
  }
}

/* 上部の結論（読みやすさ重視） */
.conclusion-summary {
  background: #f4f7f6;
}

/* 比較表直後の結論（CV重視） */
.conclusion-strong {
  background: #e8f0ee;
  border: 2px solid #cfdedd;
}

.conclusion-strong .conclusion-main {
  font-size: 24px;
  font-weight: bold;
}

.water_page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page_title span {
  font-size: 20px;
  color: #c79a2b;
}

.main_img {
  width: 100%;
  border-radius: 12px;
}

.lead_box {
  margin: 40px 0;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.section_box {
  margin: 60px 0;
}

.section_box.gray {
  background: #f7f6f3;
  padding: 30px;
  border-radius: 10px;
}

.section_box h2 {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 4px solid #c79a2b;
  padding-left: 10px;
}

.section_box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.check_list li,
.dot_list li {
  margin-bottom: 10px;
}

.cta_box {
  text-align: center;
  margin: 60px 0;
}

.cta_button {
  display: inline-block;
  background: #c79a2b;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta_button:hover {
  opacity: 0.8;
}.water_page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page_title span {
  font-size: 20px;
  color: #c79a2b;
}

.main_img {
  width: 100%;
  border-radius: 12px;
}

.lead_box {
  margin: 40px 0;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.section_box {
  margin: 60px 0;
}

.section_box.gray {
  background: #f7f6f3;
  padding: 30px;
  border-radius: 10px;
}

.section_box h2 {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 4px solid #c79a2b;
  padding-left: 10px;
}

.section_box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.check_list li,
.dot_list li {
  margin-bottom: 10px;
}

.cta_box {
  text-align: center;
  margin: 60px 0;
}

.cta_button {
  display: inline-block;
  background: #c79a2b;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta_button:hover {
  opacity: 0.8;
}

/* ===== 読みやすさ重視CTA ===== */

.cta_area {
  text-align: center;
  margin: 80px 0;
  padding: 40px 20px;
  background: #f5f5f5;
  border-radius: 12px;
}

.cta_lead {
  font-size: 18px;
  margin-bottom: 18px;
  color: #333;
  font-weight: 600;
}

.cta_button_strong {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  background: #1f3a5f; /* 濃ネイビー */
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

.cta_button_strong:hover {
  background: #162c47;
}

.cta_small {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.9;
}

.cta_note {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}
.cta-button {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 20px auto;
  padding: 18px 20px;
  background-color: #1f3a2f;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}
font-size: 12px;
color: #777;

.cta-button {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 25px auto 10px;
  padding: 18px 20px;
  background-color: #1f3a2f; /* 深緑 */
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.6;
  transition: 0.3s ease;
}

.cta-button:hover {
  opacity: 0.9;
}

.cta-sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.85;
}

.cta-note {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
}

.cta-button-belt-outline {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 25px auto 10px;
  padding: 18px 20px;
  background-color: #ffffff;
  color: #7a2e3a;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.6;
  border: 2px solid #7a2e3a;
  transition: 0.3s ease;
}

.cta-button-belt-outline:hover {
  background-color: #7a2e3a;
  color: #ffffff;
}

.cta-button-belt-outline .cta-sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}