.bd_subtitle3{
    margin: 60px 0 30px 0;
}
.bd_sub2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 60px;
    padding-top: 30px;
}

.bd_subtitle4::after{
    background-color:#ff0af5;
}
.content_area{
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
}
.content_area p{
    font-size: 16px;
}
.lp_link {
    display: flex;
    justify-content: space-evenly;
}
.new_lp{
    padding: 15px;
}
.old_lp{
    padding: 15px;
}
.service_area{
    display: flex;
    justify-content: space-around;
    font-size: 1.5rem;
}
.service_cover {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.service_type {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.service_card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s;
    margin-bottom: 20px;
}
.service_card img {
    width: 100%;
    height: auto;
    display: block;
}
.service_card:hover {
    transform: translateY(-10px);
}
.service_card a {
    text-decoration: none;
    color: inherit;
}
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(151, 151, 151, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    transition: opacity 0.3s;
}
.s_title{
    color: white;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    font-weight: bold;
}
.s_item {
    color: white;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}
.s_price{
    color: red;
    font-size: clamp(1.4rem, calc(1.2rem + 0.625vw), 2rem);
    font-weight: bold;
    text-shadow: 1px 2px 3px #ffffff;
}
.overview{
    max-width: 100%;
    background-color: #fff1f7;
    padding-bottom: 5px;
}
.overview h3 {
    color: black;
    padding-top: 40px;
}
.overview_inner{
    display: flex;
    justify-content: space-around;
}
.overview_left{
    width: 45%;
    text-align: center;
}
.overview_left p {
    color: black;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    font-weight: bolder;
}
.reason{
    background-color: #dfe9f1;
    border-radius: 30px;
    margin: 0;
}
.reason h3 {
    padding-top: 30px;
    margin-bottom: 0;
}
.feature_area{
  padding: 20px;
  display: flex;
  justify-content: center;
}
.reason_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  }
  
  .feature {
    background-color: white;
    border: 1px solid #807e7e;
    padding: 20px;
    width: 350px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  .feature img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  
  .feature h4 {
    font-size: 1.1em;
    margin: 10px 0;
    color: #003366;
  }
  
  .feature p {
    font-size: 0.95em;
    color: #333;
    line-height: 1.5;
    text-align: start;
  }

.achieve{
    color: black;
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 15px;
}
.achieve img {
    width: 50%;
}
.overview_right{
    width: 45%;
    color: black;
    font-size: clamp(1rem, calc(0.7rem + 0.625vw), 1.2rem);
    display: flex;
    align-items: center;
}
.overview_right p {
    font-weight: bold;
}
.overview_btn {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
a.o_btn {
    display: block;
	text-align: center;
	text-decoration: none;
	width: 350px;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #18a36e;
	background: #18a36e;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
    font-size: clamp(0.9rem, calc(1rem + 0.625vw), 1.2rem);
}
a.o_btn:hover {
	color: #18a36e;
	background: #fff;
}

.table-container {
    overflow-x: auto;
  }
  
  table {
    border-collapse: collapse;
    min-width: 800px; /* 横スクロールのしきい値 */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
  
  th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
  }
  
  th {
    background-color: #f2f2f2;
    font-weight: bold;
  }
  @media (max-width: 600px) {
    th, td {
      font-size: 14px;
      padding: 10px;
    }
  }

  .flow_subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.flow_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.flow_step {
    flex: 1;
    text-align: center;
    padding: 10px;
}

.flow_step-text {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.flow_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.flow_arrow {
    width: 30px;
    height: 30px;
    background-color: #005bac;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: 0 10px;
    flex-shrink: 0;
}
.point_highlight {
    background-color: #f1f8ff;
    padding: 15px;
    border: 1px solid #0081cc;
    border-radius: 5px;
    max-width: 1000px;
    margin: 20px auto;
    text-align: start;
}
.point_highlight ul {
    padding-left: 20px;
    list-style: disc;
    text-align: start;
}
.point_highlight li::marker{
    color: #eb7d7e;
    font-size:large;
    font-weight: bold;
}

.flow_area {
    margin: 0 auto;
}
.flow_img {
    font-weight: bold;
}



/* Responsive Design */
@media (max-width: 1000px) {
.reason_container {
    grid-template-columns: 1fr;
    padding: 20px;
}
}

.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}



.merit_section {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.merit {
    background-color: #A8D5BA;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}
.demerit{
    background-color: #F7C6C7;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}
.merit_card {
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-top: 20px;
}

.merit_card .merit_header {
    font-weight: bold;
    margin-bottom: 10px;
}

.merit_card .merit_content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.merit_card .merit_content ul li {
    margin-bottom: 10px;
}

/* レスポンシブデザイン */
@media (max-width: 480px) {
    .merit_card {
        margin-top: 15px;
        padding-top: 15px;
    }

    .merit_card .merit_content ul {
        padding-left: 15px;
    }
    .merit_container{
        width: 100%;
        padding: 0;
    }
    .flow_steps {
        flex-direction: column;
    }
    
}

.item {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    transition: transform 0.3s;
}

.item img {
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.item p {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

.item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.column_area {
    background-image: url("/dcms_media/css/back_column.png");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0;
}
.column_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
}
.column_item {
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}
.column_item img {
    width: 100%;
    height: 140px;
}
.column_title {
    font-size: 1em;
    margin: 10px 0;
    height: 80px;
}
.column_description {
    font-size: 0.9em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviews {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

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

.title span {
    display: block;
    font-size: 14px;
    color: #555;
}

.bd_subtitle5{
    font-weight: bold;
}
.flex_part {
    display: flex;
    align-items: center;
}
.inspection-list li{
    padding-bottom: 10px;
}
.part_item {
    width: 50%;
    margin: 0 20px;
}
.flex_part_old {
    display: flex;
    align-items: center;
}
.inspection-list_old li{
    padding-bottom: 30px;
}
.note {
    margin: 15px 0;
}
.note a {
    color: blue;
    font-weight: bold;
}

.review-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 48%;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.rating {
    font-size: 14px;
    color: #ffb400;
    margin-bottom: 10px;
}

.review-text {
    font-weight: bold;
    margin-bottom: 10px;
}

.description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.link_area{
    margin-top: 20px;
}
.osusume {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
  }
  
  .columns {
    display: flex;
    justify-content: space-between;
  }
  
  .columns ul {
    list-style-type: none;
    padding: 0;
  }
  
  .columns li {
    margin-bottom: 10px;
  }
  .columns a {
    color: #0066cc;
  }


/* Responsive Design */
@media (max-width: 768px) {
    .review-card {
        width: 100%;
    }

    .review-cards {
        flex-direction: column;
        align-items: center;
    }
    .feature {
        width: 100%;
      }
      .feature_area{
          padding: 0;
      }
      .flex_part {
        flex-direction: column-reverse;
        align-items: center;
    }
    .flex_part_old{
        flex-direction: column-reverse;
        align-items: center;
    }
    .part_item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 20px;
    }

    .title span {
        font-size: 12px;
    }

    .review-card {
        padding: 15px;
    }
}

.faq_area {
    margin: 0 auto;
    width: 100%;
}
.qa-006 {
    margin-bottom: 5px;
    border-bottom: 2px solid #cbd7e1;
    max-width:100%;
}
.qa-006 summary
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #5c5c5c;
    font-weight: 600;
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    .content_area{
        width:100%;
    }
    .lp_link{
        flex-direction: column;
    }
    .new_lp{
        padding: 0;
        padding-bottom: 20px;
    }
    .old_lp{
        padding: 0;
    }
    .faq_area {
        width: 100%;
    }
    .s_title{
        font-size: 1.5em;
    }
    .s_item {
        font-size: 1.5em;
    }
    .s_price{
        font-size: 1.5em;
    }
    .column_container {
        grid-template-columns: repeat(2, 1fr);
    }
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .service_cover {
        grid-template-columns: 1fr;
    }
    a.o_btn {
        padding: 1rem 0.5rem;
        font-size: 16px;
        width: 200px;
    }
}

@media only screen and (max-width:480px) {
    .service_area{
        flex-direction: column;
    }
    .service_left{
        width: 100%;
    }
    .service_right{
        width: 100%;
    }
    .s_price{
        font-size: (1.4em, calc(1.2rem + 0.625vw), 1.8rem);
    }
    .overview_inner{
        flex-direction: column;
    }
    .overview_left{
        width: 100%;
    }
    .overview_right{
        width: 100%;
        padding-top: 20px;
    }
    .overview_btn{
        flex-direction: column;
        padding-top: 10px;
    }
    a.o_btn {
        width: 265px;
        padding: 1rem 1rem;
        margin-top: 20px;
    }
    .flow_area {
        width: 100%;
    }
    .s_title{
        font-size: 1.2em;
    }
    .s_item {
        font-size: 1.2em;
    }
    .s_price{
        font-size: 1.2em;
    }
    .column_container {
        grid-template-columns: 1fr;
    }
    .container {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:480px) {
    .s_title{
        font-size: 1em;
    }
    .s_item {
        font-size: 1em;
    }
    .column_description {
        font-size: 0.8rem;
    }
}

.Quote_area {
    max-width: 700px;
    display: flex;
    margin: 15px;
    margin-left: 0px;
    border: #5c5c5c 1px solid;
    padding: 25px 24px 10px 24px;
    position: relative;
  }
  .quote_area_more {
    position: absolute;
    top: -14px;
    background-color: #fff;
  }
  .thumbnail_box {
    width: 45%;
    height: auto;
    margin-right: 20px;
  }
  .thumbnail_box img {
    width: 100%;
  }
  .quote_title {
    margin-top: 5px;
  }
  .quote_title p {
    font-weight: bolder;
  }
  .qupte_inner {
    margin-top: 5px;
    font-size: 14px;
  }
  @media only screen and (max-width: 600px){
    .Quote_area {
      padding: 20px 10px 10px 10px;
    }
    .thumbnail_box {
      width: 65%;
      margin-right: 10px;
    }
    .quote_contents {
      display: flex;
      align-items: center;
    }
    .quote_title {
      margin-top: 0;
      font-size: 10px;
    }
    .qupte_inner {
      display: none;
    }
    .columns {
        flex-direction: column;
    }
      .osusume {
        font-size: 20px;
      }
  }

.other_link_area {
    display: flex;
    justify-content: center;
}

.other_link {
  max-width: 800px;
  width: 100%;
  padding: 20px;
}

.card {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.image-other_link {
    flex: 1;
    padding: 10px 10px 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-other_link img {
    max-width: 225px;
    height: auto;
}

.content {
    flex: 2;
    padding: 20px;
}

.link_title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .image-other_link {
        flex: 1;
        padding: 10px;
    }    

    .card {
        flex-direction: column;
    }

    .image-other_link {
        text-align: center;
    }

    .image-other_link img {
        max-width: 225px;
    }

    h2 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }
}