* {
  box-sizing: border-box;
}

section {
    width: 100% !important;
}

body {
  overflow-x: hidden;
}

.pro-container{
    width: 900px;
    margin:auto;
}

.pro-logo{
    width: 45px;    
    margin-left: 8px;
    box-shadow: 0 0 0 0 #fff;
}

.pro-logo-meruhai{
    height: 30px;
}

.flex{
    display: flex;
}

.items-center{
    align-items: center;
}

.justify-center{
    justify-content: center;
}

.font-bold{
    font-weight: bold;
}

.w-full{
    width: 100%;
}

.reviews-section__announcement{
    font-size:1.4rem;
}

.pro-pr-top-bg{
  padding: 40px 0 0px 0;
    background: #D0ECFF;
    background: linear-gradient(112deg, rgba(208, 236, 255, 1) 0%, rgba(124, 201, 252, 1) 95%, rgba(124, 201, 252, 1) 100%);
}

.reviews-section__wrapper{
    background-color: #f9f1db;
    color:#543401;
    font-family: serif;
    font-weight:bold;
    padding: 10px 0;
    margin-top: 50px;

}

.pro-reviews-section{
    width: 100%;
    padding-top: 20px;
    padding: 0 15px;
}


.pro-button1 svg,
.pro-button2 svg{
    width: 2rem;
}

.pro-button1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    flex: 1;
    background: #4a82e8;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 0 #3666bc;
    font-size: 1.1rem;
}

.pro-button2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;    
    flex: 1;
    border: 2px solid #4a82e8;
    color: #4a82e8;
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 0 #ddd;
    font-size: 1.1rem;
}

.pro-top-button-box{
    max-width: 600px;
    width: 80%;
    gap:2rem;
    margin:20px auto;
    position: relative;
    z-index: 599;
}

.harry1{
    max-width: 400px;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.main-visual-box{
  display: flex;
    padding: 40px 0 20px ;
    max-width: 1000px;
    width: 100%;
    margin:auto;
    position: relative;
    z-index: 599;
}

.img-catch{
    width: 600px;
}

.main{
    position: absolute;
    top: 5%;
    z-index:0;
    opacity: 0.4;
}

th.bg-pink,
td.bg-pink{
    background-color: rgb(255, 179, 192) !important;
}

h2.catch{
    font-size: 2rem; 
    color: #1d98e2; 
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.harry2{
    max-width: 400px;
    width: 90%;  
    margin-bottom: 20px;
}

.catch1-box{
  display: flex;
    width: 100%;
    max-width: 800px;
    margin:auto;
    gap:40px;
    text-align: justify;
}

.catch1-box-inner{
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 20px;
}

.catch1-box svg{
    width: 60px;
    margin:auto;
    stroke:#ff4040;
}

.catch1-title{
    font-weight: bold;
    font-size:1.2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color:#ff4040;
}

.triangle-down {
  width: 0;
  height: 0;
  /* 左右のボーダーを透明にする */
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  /* 上のボーダーに色をつけると、下向きの三角形になる */
  border-top: 30px solid #b8e6fe;
  margin:auto;
  margin-bottom: 20px;
}
span.br{
    display: block;
}

.catch2{
    text-align: center;
    width: 100%;
    font-size:2rem;
    font-weight: bold;
}

.round-blue-box{
    display: inline-block;
    margin:20px auto;
    border-radius: 999px;
    padding: 10px 20px;
    color:white;
    background-color: #3666bc;
}

.base-section{
    margin-top: 120px;
    margin-bottom: 50px;
}

.solution-box{
  display: flex;
    gap:50px;
    width: 100%;    
    margin:50px auto;
}

.text-xl{
    font-size: 1.5rem;
}

.day-round-box{
    background-color: #b8e5fe;
    text-align: center; 
    font-size: 1.1rem;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    font-weight: bold;
    color:#00529a;
}
.skyblue-box{
    border:4px solid #b8e5fe;
    padding: 20px;
    border-radius: 20px;
}

.function-list-section{
    padding: 80px 20px; 
    background: #f8fcff;
}

.function-list-section h3{
    color:#4b82e8;
    font-weight: bold;
    text-align: center;
}

.function-img-box{
    display: flex;
    margin: 70px 0;
    gap:30px;
}
.function-img{
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 10px;
    width: 100%;
}

.function-img-box .catch{
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.function-text{
    padding: 20px;
}

.flex-1{
    flex:1;
}

.function-list-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.harry_mail{
    width: 400px;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 2.2rem;
  color: #1d98e2;
  margin-bottom: 15px;
}

.section-heading p {
  color: #666;
  margin: 0;
}

.function-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.function-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e0e6ed;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.function-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.function-card.featured {
  background: #fff;
  border: 2px solid #1d98e2;
}

.feature-badge {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #1d98e2;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 4px;
}

.pro-function-icon {
  color: #1d98e2;
  fill:#1d98e2;
  font-size: 4rem;
  margin:auto;
  text-align: center;
}

h3.catch{
    width: 100%;
    color: #1d98e2; 
    
    text-align: center;
}

.function-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.function-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.headline h2{
    font-size: 2.2rem;
    line-height: 3.5rem;
}

.price-section {
  padding: 80px 0;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: white;
}

.price-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.price-heading {
  text-align: center;
  margin-bottom: 50px;
}

.price-heading h2 {
  font-size: 2.2rem;
  color: #1d98e2;
  margin-bottom: 10px;
}

.price-heading p {
  color: #666;
  margin: 0;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: end;
}

.price-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  letter-spacing: -0.1rem;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.price-card-inner {
  padding: 30px 20px;
  text-align: center;
}

.price-card h3 {
  margin: 0;
  font-size: 1.3rem;
  color: #333;
}

.price-amount {
  margin: 20px 0;
}

.price-number {
  font-size: 2rem;
  font-weight: bold;
  color: #4a82e8;
}

.price-unit {
  font-size: 0.9rem;
  color: #666;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0.85rem;
  color: #444;
  line-height: 2;
}

.price-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.price-features li:last-child {
  border-bottom: none;
}

.price-features i {
  color: #f39800;
  margin-right: 8px;
}

.price-btn {
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  margin-top: 25px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.price-btn-primary {
  background: #f39800;
  color: #fff;
}

.price-btn-primary:hover {
  opacity: 0.9;
}

.price-btn-outline {
  border: 1px solid #4a82e8;
  color: #4a82e8;
  background: #fff;
}

.price-btn-outline:hover {
  background: #4a82e8;
  color: #fff;
}

.price-card.featured {
  border: 3px solid #f39800;
  box-shadow: 0 10px 30px rgba(243, 152, 0, 0.2);
  transform: scale(1.05);
  position: relative;
  z-index: 10;
}

.price-card.featured:hover {
  transform: scale(1.05) translateY(-6px);
}

.price-card.featured .price-number {
  font-size: 2.5rem;
  color: #f39800;
}

.price-card.featured .price-unit {
  font-size: 1rem;
}

.price-card-label {
  background: #f39800;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}

.price-note {
  margin-top: 40px;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.price-note p {
  margin: 0;
}

.price-note p + p {
  margin-top: 5px;
}

/* 選ばれる理由セクション */
.reasons-section {
  padding: 100px 20px;
  background: #fff;
}

.reasons-section .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.reasons-heading {
  margin-bottom: 60px;
}

.reasons-label {
  display: block;
  margin-bottom: 10px;
  color: #4a82e8;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.reasons-heading h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}

.reasons-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.reason-card {
  flex: 1;
  min-width: 300px;
  background: #f8faff;
  padding: 50px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 5px solid #4a82e8;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.reason-card.accent-orange {
  border-bottom-color: #f39800;
}

.reason-icon-wrap {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.reason-icon-wrap i {
  font-size: 2.2rem;
  color: #4a82e8;
}

.reason-card.accent-orange .reason-icon-wrap i {
  color: #f39800;
}

.reason-card h3 {
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 20px;
}

.reason-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

.reason-image {
  margin-bottom: 15px;
}

.reason-image img {
  width: 70px;
  height: auto;
  display: block;
}

/* 価格訴求セクション */
.cta-price-section {
  padding: 60px 20px;
  background: #eef5ff;
  text-align: center;
}

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

.cta-price-lead {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.cta-price-main {
  font-size: 3rem;
  font-weight: bold;
  color: #4a82e8;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cta-price-main span {
  font-size: 4rem;
}

.cta-price-main small {
  font-size: 1.5rem;
  font-weight: normal;
}

.cta-price-note {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.cta-price-button-wrap {
  margin-top: 40px;
}

.cta-price-button {
  display: inline-block;
  background: #f39800;
  color: #fff;
  padding: 20px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  box-shadow: 0 10px 20px rgba(243, 152, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.cta-price-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(243, 152, 0, 0.35);
  opacity: 0.95;
}

/* 最終CTAセクション */
.final-cta-section {
  padding: 60px 20px;
  text-align: center;
  background: #4a82e8;
  color: #fff;
}

.final-cta-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.final-cta-section h2 {
  margin: 0 0 30px;
  font-size: 2rem;
}

.final-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.final-cta-btn {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 250px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-sizing: border-box;
}

.final-cta-btn:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

.final-cta-btn.primary {
  background: #f39800;
  color: #fff;
}

.final-cta-btn.secondary {
  background: #fff;
  color: #4a82e8;
}

.d_arrow_g{
        transform: translateX(-50%);
        border-left: 70px solid rgba(0, 0, 0, 0);
        border-right: 70px solid rgba(0, 0, 0, 0);
        border-top: 50px solid #ffffff;    
}

.feature-point-list li i.fa-circle-check{
   transform: scale(1.8);
}

.feature-point-list li strong{
    font-size: 1.2rem;
}
.reason-icon-wrap img{
    width: 100%;
}
.reason-icon-wrap{
    box-shadow: 0 0 0 0;
    background-color: rgba(0,0,0,0);
}

.reason-icon-wrap i{
    padding: 0;
    transform: scale(2);
}

.catch-hooter{
    margin-bottom: 5px;
    font-weight: bold;
}

#function_page table{
    border:1px solid #ddd;
}

.feature-text-block {
  flex: 1;
  min-width: 350px;
}

.feature-text-block h3 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.feature-text-block h3 span {
    color:#3798e2;

}

.feature-point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-point-list li {
  margin-bottom: 20px;
}

.feature-point-list li i {
  color: #4a82e8;
  margin-top: 5px;
  margin-left: 20px;
}

.feature-point-list li span {
  color: #333;
  line-height: 1.7;
}

.step-item{
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #f0f0fe;
  padding: 10px 0;
}

.meruhai-blue{
    color:#3798e2 !important;
}

.feature-point-list li strong {
  color: #3770d9;
}

.orange-box{
      background-color: #ff8000;
    text-align: center; 
    font-size: 1.1rem;
    padding: 20px 0;
    margin-bottom: 10px;
    border-radius: 20px;
    font-weight: bold;
    color:#fff;
}

.honkokyaku{
  width: 100%;
  max-width: 450px;
  margin:auto;
  display: block;
}

.yearContractFree{
  font-size: 1.3rem;
  font-weight: bold;
  width: 50%;
  text-align: center;
  background-color: rgb(254, 196, 205);
  color:rgb(110, 1, 50);
  padding: 20px;
  border-radius: 20px;
  margin: 20px auto;
  min-width:300px;
}

.header #menu_logo_area{
  display: flex;
  align-items: center;
}

.price-hidden{
  display: none;
}

.price-hidden.active{
  display: block;
}

.more-info{
  border-radius:10px;
  background-color:  #fff;
  text-align: center;
  padding: 5px 20px;
  width: 300px;
  margin:50px auto;
  border:1px solid #ccc;
}

@media (max-width: 768px) {
  .feature-text-block {
    min-width: 100%;
  }

  .feature-text-block h3 {
    font-size: 1.35rem;
  }

  .reasons-section {
    padding: 70px 15px;
  }

  .reasons-heading h2 {
    font-size: 1.8rem;
  }

  .reason-card {
    min-width: 100%;
    padding: 35px 24px;
  }

  .cta-price-section {
    padding: 50px 15px;
  }

  .cta-price-main {
    font-size: 2.2rem;
  }

  .cta-price-main span {
    font-size: 3rem;
  }

  .cta-price-main small {
    font-size: 1.1rem;
  }

  .cta-price-button {
    width: 100%;
    max-width: 420px;
    padding: 18px 24px;
    font-size: 1.1rem;
  }

  .final-cta-section {
    padding: 50px 15px;
  }

  .final-cta-section h2 {
    font-size: 1.6rem;
  }

  .final-cta-btn {
    width: 100%;
    max-width: 420px;
  }

  .price-section {
    padding: 60px 0;
  }

  .price-heading h2 {
    font-size: 1.8rem;
  }

  .price-card.featured {
    transform: scale(1);
  }

  .price-card.featured:hover {
    transform: translateY(-6px);
  }

  .function-list-section {
    padding: 60px 15px;
  }

  .section-heading h2 {
    font-size: 1.8rem;
  }

  .function-card {
    padding: 24px;
  }

  .reviews-section__header{
    display: block;
    padding: 15px;
    text-align: center;
  }

  .reviews-section__header img{
    max-width: 150px;
  }

  .reviews-section__announcement{
    font-size: 1.1rem;
    text-align: justify;
    text-align: center;
  }

  .solution-box{
    display: block;
  }
  .skyblue-box{
    text-align: center;
  }
  .ajust-customer{
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 1100px){

  .main-visual-box{
    display: block;
  }
  .harry1{
    margin:auto;
    display: block;
    max-width: 500px;
    width: 90%;
    margin-bottom: 20px;
  }  

  .img-catch{
    display: block;
    max-width: 500px;
    width: 90%;
    margin:auto;
    margin-bottom: 20px;
  }

  .pro-top-button-box{
    display: block;
  }

  .pro-button2{
    margin-bottom: 20px;
  }

  .pro-container{
    width: 90%;
    margin:auto;
  }

  .catch1-box{
    display: block;
  }

  .catch1-box-inner{
    margin-bottom: 15px;
  }

  span.br{
    display: inline;
  }

}

@media (max-width: 768px){

  .solution-box{
    display: block;
    gap:0;
  }



  .catch1-box{
    gap: 0;
  }
}

/* =============================================
   H1 SEO tag
   ============================================= */
.pro-h1-seo {
  text-align: center;
  font-size: 1.1rem;
  color: #1a5276;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 auto 10px;
  max-width: 800px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .pro-h1-seo {
    font-size: 0.95rem;
    padding: 0 15px;
  }
}

/* =============================================
   Comparison Section
   ============================================= */
.comparison-section {
  padding: 80px 20px;
  background: #f8fcff;
}

.comparison-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.comparison-heading {
  text-align: center;
  margin-bottom: 50px;
}

.comparison-heading p {
  color: #666;
  margin: 0;
}

.comparison-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 600px;
}

.comparison-table thead {
  position: static;
}

.comparison-table thead th {
  background: #3d85c6;
  color: #fff;
  padding: 16px 12px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #2d6ea6;
}

.comparison-table thead th.highlight-col {
  background: #f39800;
  border-color: #d48400;
  font-size: 1.05rem;
}

.comparison-table tbody td {
  padding: 14px 12px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
}

.comparison-table tbody td:first-child {
  font-weight: bold;
  text-align: left;
  background: #f8f8f8;
  min-width: 140px;
}

.comparison-table tbody td.highlight-col {
  background: #fff8ee;
  color: #d47800;
  font-weight: 600;
}

.comparison-table tbody tr:hover td {
  background: #f0f6ff;
}

.comparison-table tbody tr:hover td.highlight-col {
  background: #fff3dd;
}

.comparison-note {
  text-align: center;
  font-size: 0.85rem;
  color: #999;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .comparison-section {
    padding: 60px 15px;
  }

  .comparison-table {
    font-size: 0.85rem;
  }
}

/* =============================================
   FAQ Section
   ============================================= */
.faq-section {
  padding: 80px 20px;
  background: #fff;
}

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

.faq-heading {
  text-align: center;
  margin-bottom: 50px;
}

.faq-heading p {
  color: #666;
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item[open] {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.05rem;
  color: #333;
  background: #f8faff;
  list-style: none;
  transition: background 0.2s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  margin-left: auto;
  font-size: 1.5rem;
  color: #4a82e8;
  font-weight: 300;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-item[open] .faq-question::after {
  content: '\2212';
}

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

.faq-q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #4a82e8;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.faq-answer {
  display: flex;
  gap: 14px;
  padding: 20px 24px;
  background: #fff;
  border-top: 1px solid #e0e6ed;
}

.faq-a-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #f39800;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 15px;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 16px 18px;
  }

  .faq-answer {
    padding: 16px 18px;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }
}
