/** ページ共通 **/
.textArea .h2{font-size: 30px !important;}

.suitable_05 ol.merit li dl dd{
  background: #fff;
  border-radius: 0 20px 20px 0;
  height: 75px;
  font-size: 16px;
  border-top: 1px solid #003366;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
  padding: 20px;
}

.suitable_05 ol.merit li dl dt{
  border-radius: 20px 0 0 20px;
  width: 100px;
  font-size: 16px;
}

.suitable_05 ol.merit li dl{
  grid-template-columns: 100px 1fr !important;
}

#caseInfo{
  padding: 30px;
  border-radius: 20px;
  margin: 30px 0 0px;
}

#caseInfo h3{font-size: 20px;}
#caseInfo dl{font-size: 16px;}

.comparison_area .comparison_table{
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

.choose_area .txt_box_wrap .txt_box{
      border-radius: 20px;
}

.choose_area .txt_box_wrap .txt_box .con_ttl{
      font-size: 20px;
}

.choose_area .txt_box_wrap .txt_box p:not(.con_ttl){
  font-size: 16px;
}

.demolition-page .txt_c{font-size: 30px !important;}

#sub dl.exampleTitle{height: auto;}
#sub dl.exampleTitle dt{
    font-size: 16px;
    height: 20px;
    padding: 20px 0;
    font-weight: bold;

  }
#sub dl.exampleTitle dd{
padding: 15px 20px;
    width: 535px;
    font-size: 16px;
    height: 20px;}

#sub .example p:first-child{font-size: 16px;}

@media screen and (max-width: 767px) {
  #sub dl.exampleTitle dd {width: 100%;
          height: auto;}

}

/** 251113 追記 **/

.comparison_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}

#sub .example {
  border: none;
}

#sub .exampleCard {
  border: 1px solid #003366;
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0;
  background: #fff;
}

#sub .exampleCard .example {
  padding: 20px 25px;
}

#sub .exampleCard .example p:first-child {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#sub .exampleCard .caseBox2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#sub .exampleCard .caseBox2 dd {
  flex: 1;
}

#sub .exampleCard .before {
  background: #ebecee;
  padding: 10px 15px;
  border-radius: 10px;
}

#sub .exampleCard .after {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

#sub .exampleCard .after p {
  color: #003366 !important;
}

#sub .exampleCard .after li {
  font-weight: bold;
}

#sub .exampleCard .after .big {
  font-size: 16px !important;
}

#sub .exampleCard .exampleTitle {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #003366;
  border-radius: 20px 20px 0 0;
}

#sub .exampleCard .exampleTitle h3 {
  background: #003366;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 15px;
}

#sub .exampleCard .exampleTitle p {
  flex: 1;
  background: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  color: #333;
}

.arror img {
  width: auto !important;
  height: auto;
}

  .process-box {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .process-title {
    background: #003366;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
  }

  .process-content {
    background: #fff;
    padding: 20px 30px;
    line-height: 1.8;
    font-size: 16px;
  }

  .process-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
  }

  .process-content ul ul {
    list-style-type: circle;
    margin-left: 1.5em;
  }



.btn-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-main-text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.btn-sub-text {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  margin-top: 3px;
}

.btn-sub-text.time {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  background: #fff;
  border-radius: 100px;
  padding: 5px 10px;
  margin-top: 4px;
}


.cta-section {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #094079;
  color: #fff;
  text-align: center;
  padding: 20px 12px;
  box-sizing: border-box;
}

.cta-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cta-main {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFC354;
}

.cta-sub {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 18px;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
}

.mail-btn {
  background-color: #eb4c2b;
  color: #fff;
}

.tel-btn {
  background-color: #ffa500;
  color: #fff;
}

.btn-icon {
  height: 40px!important;
  display: inline-block;
  width: auto !important;
  height: auto;
}



.cta-bubble {
  display: inline-block;
  position: relative;
  background: #fff;
  color: #eb4c2b;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.cta-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/** 251113 追記 end **/

/** 251114 追記 **/
#sub .exampleCard {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#sub .example {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}

#sub .example img {
  max-width: 100%;
}

#sub .example dl.caseBox2 dd div.before, #sub .example dl.caseBox2 dd div.after {
  padding: 5px 10px 14px;
}

#sub .example dl.caseBox2 dd div.before ul li.big {
  padding-top: 15px;
}

#sub .example dl.caseBox2 dd div.before p, #sub .example dl.caseBox2 dd div.after p {
  height: 23px;
}

.TopVoice {
    gap: 20px;
}

.number {
    font-size: 16px;
}

.voice_area .TopVoice dl {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}

.voice_area .TopVoice dl dd > div {
    font-weight: bold;
    color: #003366;
    font-size: 17px;
    margin-bottom: 10px;
}


.faq_area {
  border-radius: 30px;
  margin-bottom: 20px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: left;
  outline: none;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f9f9f9;
}

.q-label {
  color: #d9534f;
  font-weight: 700;
  margin-right: 10px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f6f6f6;
  border-left: 4px solid #7bbf6a;
  margin-bottom: 15px;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}






@media (max-width: 600px) {
  .cta-bubble {
    font-size: 1rem;
    padding: 6px 16px;
  }

  .cta-main {
    font-size: 1.4rem;
  }

  .cta-sub {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .cta-btn {
    max-width: 320px;
  }

  .btn-main-text {
    font-size: 19px;
  }

  .btn-sub-text, .btn-sub-text .time {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
    .process-content {
      padding: 15px;
    }
}

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

  #sub .exampleCard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

  #sub .exampleCard .example {
    width: 100%;
}

  #sub .example .caseBox2 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 20px;

    display: flex;
    flex-direction: column;
  }

  #sub .exampleCard .exampleTitle {
    display: flex;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
    padding: 0 15px 15px;
  }

  #sub .exampleCard .exampleTitle h3 {
    width: 100%;
    text-align: left;
    padding: 12px 15px;
    border-radius: 20px 20px 0 0;
  }

  #sub .exampleCard .exampleTitle p {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }
}



@media screen and (max-width: 768px) {
  .comparison_area .table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison_area .comparison_table {
    min-width: 600px;
  }

  .voice_area .TopVoice dl {
    width: 88%;
  }

  .demolition-page .txt_c {
    font-size: 24px !important;
  }
  
  .demolition-page .suitable {
    padding-bottom: 20px;
  }
}

/** 251114 追記 end **/