#container {
	padding-top:140px
}
.main_title {
	background: #0b3d70;
	background-image: url(img/feature_title_image.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.mainArea {
	width:90%;
}
h1 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}

.sub_title_4000 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_4000 {
	background: #0b3d70;
	background-image: url(img/feature_title_image.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}

.title {
	display: flex;
	align-items: center;
	width:90%;
	margin:0 auto;
	padding: 50px 0;
}
.accordion-002 {
    margin-top: 30px;
    border: 2px solid #2589d0;
    border-radius: 25px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%232589d0%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #2589d0;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
    word-break: break-all;
    padding:0;
}

.accordion-002 tr img {
	width:100%;
}

.anc {
	display: block;
	padding-top: 140px;
	margin-top: -140px;
}

/* ===== CTAセクション ===== */
.cta-section {
  margin: 120px 0;
  padding: 60px 40px;
  background: #fafafa;
  text-align: center;
  border: 1px solid #eee;
}

.cta-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cta-section p {
  color: #666;
  margin-bottom: 30px;
}

.cta-section button {
  background: #222;
  color: #fff;
  padding: 14px 32px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}


/* ===== 追従CTA ===== */
.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #f67a42;
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  line-height: 1.4;
  z-index: 1000;
  transition: 0.3s;
}

.floating-cta:hover {
  transform: translateY(-3px);
}


/* ===== モーダル ===== */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  position: relative;
  background: #fff;
  margin: 8% auto;
  padding: 40px;
  width: 90%;
  max-width: 520px;
  max-height: 70vh;
  overflow-y: auto;
  border-radius: 12px;
  text-align: center;
}

.modal-content h2 {
  margin-bottom: 20px;
}

.modal-content p {
  color: #666;
  margin-bottom: 20px;
}

.bownow-form {
  margin-top: 20px;
}


/* 閉じるボタン */
.close {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 20px;
  cursor: pointer;
}

.bownow-form iframe {
  width: 100%;
  max-width: 100%;
}


@media screen and (max-width: 767px) {
	#container {
		padding-top: 90px;
	}

	.sub_title_4000 h2 {
		padding:20px;
		font-size:20px;
	}
	
	.anc {
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
	.mainArea {
		width: 90%;
	}
	.modal-content {
        width: 85%;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 572px) {
	#container {
		padding-top: 79px;
	}
	h1,h2,h3 {
		font-size:4vw;
	}
	.sub_title_4000 h2 {
		font-size:4vw;
	}
	p {
		font-size:3.5vw;
	}
	p span {
		font-size: 3vw;
	}
	
	  .cta-section {
    padding: 40px 20px;
  }

  .floating-cta {
    right: 10px;
    bottom: 20px;
    font-size: 12px;
    padding: 12px 14px;
  }

  .modal-content {
    padding: 30px 20px;
  }

}