body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.s-cms>.body>.body__body h3 {
font-size: 19px;
margin-bottom: 15px;
line-height: 33px;
border-bottom: none;
margin-top: 0px;
display: flex;
align-items: center;

}
.s-cms>.body>.body__body ul {
  list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 21px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.intro {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 21px;
  padding: 0 20px;
}
.hero-section {
  background: linear-gradient(135deg, #c2e0e7 0%, #1c61e2 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
.hero-section h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.hero-section .subtitle {
  font-size: 1.4rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.hero-section .launch-date {
  background: rgba(255,255,255,0.2);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
}
.section {
  padding: 2px 0 50px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.feature-card {
  background: #F4F4F4;
  padding: 0 27px 20px 0;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
  transition: transform 0.3s ease;
}
.features-section .feature-card ul {
  margin-left: 70px !important;
  margin-bottom: 21px;
}

.features-section .feature-card ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 21px;
}
.features-section .feature-card h3 {
  color: #548ADB;
  font-size: 19px;
  line-height: 52px !important;
  font-weight: bold;
  margin-top: 31px;
  display: flex !important;
  align-items: flex-end !important;
}
@media (max-width: 768px) {
  .features-section .feature-card h3 {
    line-height: 24px !important;
    display: flex !important;
  align-items: center !important;
  }
}

.feature-card.option1 {
  background-image: url(/images/custom/option1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  border-left: 4px solid #548ADB;
  min-height: 379px;
  padding: 65px 32px 50px 16px;
}
.feature-card.option2 {
  background-image: url(/images/custom/option2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  border-left: 4px solid #548ADB;
  min-height: 379px;
  padding: 65px 32px 50px 16px;
  border-left: 4px solid #548ADB;
}
.feature-card.option3 {
  background-image: url(/images/custom/option3.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  border-left: 4px solid #548ADB;
  min-height: 379px;
  padding: 65px 32px 50px 16px;
}
.feature-card.option4 {
  background-image: url(/images/custom/option4.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  border-left: 4px solid #548ADB;
  min-height: 379px;
  padding: 65px 32px 50px 16px;
}
.feature-card.option5 {
  background-image: url(/images/custom/option5.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  border-left: 4px solid #548ADB;
  min-height: 379px;
  padding: 65px 32px 50px 16px;
}
.feature-card.option6 {
  background-image: url(/images/custom/option6.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333333;
  border-left: 4px solid #548ADB;
  min-height: 379px;
  padding: 65px 32px 50px 16px;
}
/* .feature-card:hover {
  transform: translateY(-5px);
} */
.feature-card h3 {
  color: #2c5aa0;
  font-size: 1.5rem;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.feature-card .icon {
  width: 48px;
  height: 64px;
  background: #548ADB;
  /* border-radius: 50%; */
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: white;
  font-weight: bold;
}
.feature-card .icon .num {
  position: relative;
  top: 1px; /* ←数字だけを下にずらす */
  left: 10px;
  font-size: 36px !important;
}
.plans-section {
  background: none;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.plan-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 40px;
}
.plan-card.recommended {
  border: 3px solid #548ADB;
  transform: scale(1.05);
}
.plan-card.recommended::before {
  content: "推奨";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #548ADB;
  color: white;
  padding: 3px 32px;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: bold;
}
.plan-name {
  font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    color: #548ADB;
    margin-bottom: 3px;
}
.plan-price {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 3px;
  line-height: 41px;
}
.plan-price .currency {
  font-size: 1rem;
  color: #666;
}
.plan-features {
  list-style: none;
  padding: 0;
}
.plan-features li {
  padding: 3px 0;
  border-bottom: none;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.plan-features li:before {
  content: url(/images/custom/check.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.plan-features p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.plans-section .plan-text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 21px;
  padding: 0 20px;
}
.options-section .features-grid{
  gap: 24px;
}
.options-section .plan-name{
  margin-bottom: 91px;
}
@media screen and (max-width: 768px) {
  .options-section .plan-name{
    margin-bottom: 41px;
  }
}
.options-section .plan-name-small{
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
  color: #548ADB;
  margin-bottom: 0px !important;
}
.options-section .option3 p{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 91px;
}
.options-section .option4 p{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 91px;
}
.options-section li{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 4px;
}
.options-section .option-text{
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 21px;
  /* padding: 0 20px; */
}
.service-section .option-text{
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 21px;
  /* padding: 0 20px; */
}
.service-section h4{
  font-size: 20px !important;
  line-height: 34px;
  font-weight: bold;
  margin-left: 22px;
}
.service-section p{
  font-size: 14px;
  line-height: 24px;
  color: #717171;
  margin-left: 27px;
  margin-bottom: 0px;
  margin-top: 4px;
  /* padding: 0 20px; */
}
@media (max-width: 768px) {
  .service-section h4{
    font-size: 18px !important;
    line-height: 30px;
    margin-left: 5px;
  }
  .service-section p{
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
  }
}


.options-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  background: white;
  padding: 0 20px;
}
.options-table th,
.options-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.options-table th {
  background: #548ADB;
  color: white;
  font-weight: bold;
}
.options-table tr:hover {
  background: #f8f9fa;
}

.integration-section .integration-text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 21px;
  /* padding: 0 20px; */
}
.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .integration-grid {
    grid-template-columns: 1fr;
  }
}
.integration-card {
  background-color: #548ADB !important;
  color: white;
  padding: 16px 63px 0 36px;
  backdrop-filter: blur(10px);
}
.integration-card h4 {
  font-size: 19px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.integration-card p {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.contact-section {
  background: #2c5aa0;
  color: white;
  text-align: center;
}
.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.contact-item h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  background: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 20px;
}
.btn:hover {
  background: #218838;
}
.service-flow {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  gap: 27px;
  margin-top: 40px;
}
.flow-step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 11px;
  background: #F4F4F4;
  position: relative;
  width: 69.4%;
  margin: auto;
}
@media (max-width: 768px) {
  .flow-step {
    width: 100%;
  }
}
.flow-step::before {
  content: url(/images/custom/arrow_down.svg);
  position: absolute;
  left: 20px;
  top: 114%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.flow-step:last-child::before {
  display: none;
}
.step-number {
  min-width: 40px;
  min-height: 40px;
  flex: 0 0 40px;
  background: #548ADB;
  color: #F4F4F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  /* margin: 0 auto 15px; */
}
@media (max-width: 768px) {
  .hero-section h1 {
      font-size: 2.5rem;
  }
  .plans-grid {
      grid-template-columns: 1fr;
  }
  .plan-card.recommended {
      transform: none;
  }
  
}
.qa-title {
  color: #548ADB !important;
  font-size: 19px !important;
  font-weight: bold;
  margin-bottom: 15px !important;
  line-height: 1.6em !important;
  border-bottom: none !important;
  display: flex;
  align-items: flex-start !important;
  /* margin-top: 40px; */
}
.qa-answer {
  display: flex;
  align-items: flex-start !important;
  font-size: 14px !important;
  line-height: 24px !important;
  margin-bottom: 34px !important;
}
.qa-indent {
  display: inline-block;
  width: 30px;
  margin-left: 0px;
}
.qa-answer .qa-indent {
  font-size: 19px !important;
  color: #ACACAC !important;
}

.qa-text {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 0px;
  word-break: break-all;
  max-width: 76ch;
}
