.bd_subtitle3 {
    margin: 60px 0 30px 0;
}

.content_area{
    width: 85%;
    margin: 0 auto;
}
.content_area p{
    font-size: 16px;
}
.reason{
    background-color: #dfe9f1;
    border-radius: 30px;
    margin: 0;
}
.reason h3 {
    padding-top: 30px;
    margin-bottom: 0;
}
.feature_area{
  padding: 25px;
  display: flex;
  justify-content: center;
}
.feature_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 100%;
  }
  
  .feature {
    background-color: white;
    border: 1px solid #807e7e;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  .feature img {
    width: 90px;
    height: 80px;
    margin-bottom: 25px;
  }
  
  .feature h4 {
    font-size: 1.1em;
    margin: 10px 0 20px;
    color: #0085ca;
  }
  
  .feature p {
    font-size: 0.95em;
    color: #333;
    line-height: 1.5;
    text-align: start;
  }
  .overview_btn{
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 30px;
}
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;
}
.price_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.price_card {
  background: #f1faff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.price_card-header {
  padding: 15px;
  color: #fff;
  text-align: center;
}

.price_card-header.blue {
  background-color: #005bac;
}
.price_card-header h2 {
  font-weight: bold;
}
.price_card-image {
  width: 100%;
  height: auto;
  display: block;
}

.price_card-content {
  padding: 15px;
  display: flex;
  flex-direction: column; 
  height: 40vh; 
}

.price_card-content h3 {
  color: #005bac;
  font-size: 1.1em;
  margin-bottom: 10px;
  text-align: center;
}

.price_card-content p {
  font-size: 0.95em;
  line-height: 1.6;
}

.price_notes {
  font-size: 0.85em;
  color: #666;
  margin-top: 30px;
  flex-grow: 1;
  overflow: auto;
}
.price_notes span {
  color: red;
}

.price {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 25px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.red {
  color: #e53935;
  font-size: 30px;
  font-weight: bold;
}
.system_img{
  margin-bottom: 15px;
}

.flow-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  overflow: hidden;
}

.flow-row {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ddd;
}

.flow-row:first-child {
  border-top: none;
}

.flow-step {
  flex: 0 0 230px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.step1 { background: #00b7a2; }
.step2 { background: #00a1b7; }
.step3 { background: #007bb7; }
.step4 { background: #0069ca; }
.step5 { background: #003fca; }
.step6 { background: #1600ca; }

.point1 { color: #00b7a2; font-size: 10px; margin-right: 5px;}
.point2 { color: #00a1b7; font-size: 10px; margin-right: 5px;}
.point3 { color: #007bb7; font-size: 10px; margin-right: 5px;}
.point4 { color: #0069ca; font-size: 10px; margin-right: 5px;}
.point5 { color: #003fca; font-size: 10px; margin-right: 5px;}
.point6 { color: #1600ca; font-size: 10px; margin-right: 5px;}

.form_link{
  margin-right: 60px;
}
.tel {
  display: none;
 }

.flow-desc {
  flex: 1;
  background: #fff;
  padding: 15px;
  font-size: 16px;
  line-height: 2.3;
  margin: auto 0;
}

.flow-desc a {
  color: #005bac;
  font-weight: bold;
  text-decoration: none;
}

.team-comments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  padding: 2rem;
  margin-top: 50px;
}

.comment-card1 {
  width: 300px;
  text-align: center;
  margin-top: -30px;
}
.comment-card2 {
  width: 300px;
  text-align: center;
  margin-top: 30px;
}

.comment-card1 img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50% 50% 0 50%;
}
.comment-card2 img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50% 50% 0 50%;
}

.comment {
  color: #1e90ff;
  font-weight: bold;
  margin: 0.8rem 0 0.4rem;
  text-align: start;
}

.info {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: start;
}


.case_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.case_box {
  border: 1px solid #ddd;
  border-radius: 15px;
  width: 100%;
  max-width: 495px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

.case_box-header {
  background: #fff8f0;
  border: 2px solid #f39c12;
  border-radius: 15px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  margin: 10px;
  line-height: 1.5;
}

.case_box-body {
  background: #fceaea;
  padding: 15px;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  font-size: 0.95rem;
  height: 40vh;
  display: flex;
  overflow: auto;
}

.case_box-footer {
  border-radius: 10px;
  padding: 10px 15px;
  margin: 0 10px 10px 10px;
  font-size: 0.9rem;
}
.over_item{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.under_item{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.case_label {
  background: #00aaff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case_value {
  display: flex;
  align-items: center;
  width: 70%;
}

.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;
}

.correspondence_area{
  max-width: 100%;
  background-color: #fff1f7;
}
.correspondence_area h3 {
  padding-top: 30px;
}
.mp10{
  padding-bottom: 30px;
}

.color_form{
  color: blue;
  font-weight: bold;
}

.bd_subtitle4::after{
  background-color:#0085ca;
}

@media (max-width: 768px) {
  .feature_container {
    grid-template-columns: repeat(1,1fr);
  }
  .content_area{
    width: 100%;
}
  .price_container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .price_card {
  flex: none;
  }
  .price_card-content {
    height: 70vh;
}
.flow-row {
  flex-direction: column;
}

.flow-step {
  flex: 1;
}
.tel {
  display: block;
 }
 .team-comments {
  flex-direction: column;
  align-items: center;
}
.comment-card1 {
  margin-top: 0;
}
.comment-card2 {
  margin-top: 0;
}
.faq_area {
  width: 100%;
}
}