html body {
    min-width: 320px;
    font-family: Noto Sans JP,sans-serif;
    font-size: 16px;
    color: #303030;
    word-break: break-all
}
/* Reset and Base Styles */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
p {
    display: block;
    margin: 1em 0;
}
.mb4rem{
margin-bottom:4rem;
}
.text-center {
    text-align: center;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}
/*sakimori_lp*/
/* 外側：左右ボーダー用（中央揃えのまま） */
p.top_title, h2.top_title {
  font-size: 2.5rem !important;
  font-family: 'Cinzel', serif !important;
  display: flex;
  align-items: center;      /* ← 擬似要素の線を中央に */
  gap: 0;                   /* 必要なら調整 */
  margin-bottom: 1.5rem;
}
p.top_title span.jp{
    font-size: 3.8rem !important;
    font-family: "Zen Old Mincho", serif !important;
line-height: 1;
vertical-align: -0.5em;
margin-right:1rem;
}
p.top_title_normal span.jp-normal{
    font-size: 2rem !important;
    font-family: "Zen Old Mincho", serif !important;
line-height: 1;
vertical-align: -0.5em;
  display: block;
margin-bottom:4rem;
}



.dubble_border:before {
    margin-right: 2rem;
}
/* 左右のボーダー線 */
.dubble_border::before,
.dubble_border::after {
  content: "";
  height: 1px;
  flex: 1 1 0;
  background-color: #666;
}
.dubble_border::before { margin-right: 2rem; }
.dubble_border::after  { margin-left:  2rem; }
/* 内側：テキストだけ “下端” 揃え */
.top_title .tt {
  display: inline-flex;     /* 行内に収めつつフレックス */
  align-items: flex-end;    /* ← 下端を揃える（ベースライン風） */
  gap: 0.6rem;              /* 和英の間隔はお好みで */
  line-height: 1;           /* 余白を消して下端が決まりやすく */
}

/* フォント指定・サイズ */
.top_title .jp {
  font-size: 3.8rem !important;
  font-family: "Zen Old Mincho", serif !important;
  line-height: 1;
}
.top_title .en {
  font-size: 2.5rem !important;   /* 親と合わせるなら省略可 */
  font-family: 'Cinzel', serif !important;
  line-height: 1;
  /* 微妙な視覚調整が必要なら下を少し下げる（例） */
  /* transform: translateY(0.03em); */
}
.top_desc {
    margin-top: -1.5rem;
    margin-bottom: 4rem;
}
@media (min-width: 991.98px) {
    p.top_title, h2.top_title {
        font-size: 4rem !important;
        font-family: 'Cinzel', serif !important;
        display: flex;
        align-items: baseline;
        width: 70%;
        margin: 50px auto;
    }
p.top_title_normal span.jp-normal{
    font-size: 2rem !important;
    font-family: "Zen Old Mincho", serif !important;
line-height: 1;
vertical-align: -0.5em;
  display: block;
margin-bottom:4rem;
}
}


/*pr*/

.pr-box{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 45px; margin-bottom: 100px; }
.pr-box_item{ border-right: 1px solid #ddd; padding-left: 27px; padding-right: 27px; flex: 1; }
.pr-box_item:last-child { border-right: 0; }
.pr-box_item_title{ font-size: 18px; line-height: 1.6; margin-bottom: 25px; text-align: center; font-weight: 700; display: flex; align-items: center;  justify-content: center;}
.pr-box_item_desc{ font-size: 14px; line-height: 2.4; margin-bottom: 30px; }
.pr-box_item_img{
display: block;
}
/*showcase*/

.favor-showcase {
		background: transparent;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 580px;
margin-top:4rem;
margin-bottom:4rem;
}
.favor-showcase::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  background: rgba(0,0,0,.70); /* 濃さは 0〜1 で調整 */
  z-index: 1;
  pointer-events: none;        /* クリック妨げない */
}
.favor-showcase > *{
  position: relative;
  z-index: 2;
}
.favor-showcase__inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 88.28125%;
    max-width: 1200px;
height: 100%;
}
.favor-showcase__catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.favor-showcase__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46%;
}
.favor-showcase__image {
    position: absolute;
    right: 0;
    width: 50%;
		bottom: 0;
}
.favor-showcase__image img {
width: 100%;
height: auto;
vertical-align: bottom;
}






/*reason*/
.reason-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.reason-container-item{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom:2rem;
}
.reason-container-item-img img{
width: 100%;
    height: auto;
    transform: scale(1) translate3d(0, 0, 0);
    transition: all 0.4s 0s ease;
    vertical-align: top;
    display: inline-block;
}


.reason-container-item-description{
    font-size: 14px;
    line-height: 1.8;
}
@media (min-width: 599.98px) {
.reason-container-item{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom:2rem;
}
}

@media (min-width: 991.98px) {
.reason-container-item{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom:4rem;
}
}



/* Utility Classes */
.text-indigo {
    color: #4f46e5;
}

.text-emerald {
    color: #059669;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.btn-primary {
    background-color: #4f46e5;
    color: white;
}

.btn-primary:hover {
    background-color: #4338ca;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);
}

.btn-secondary {
    background-color: white;
    color: #374151;
    border: 1px solid #d1d5db;
}

.btn-secondary:hover {
    background-color: #f9fafb;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-link {
    background: none;
    color: #4f46e5;
    border: none;
    padding: 0.75rem 0;
}

.btn-link:hover {
    color: #4338ca;
}

.btn-white {
    background-color: white;
    color: #4f46e5;
}

.btn-white:hover {
    background-color: #f9fafb;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.btn-outline {
    background: none;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-link-white {
    background: none;
    color: rgba(255, 255, 255, 0.8);
    border: none;
}

.btn-link-white:hover {
    color: white;
}

/* Header */
.header {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
}

.logo-text {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
}

.nav {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .nav {
        display: flex;
    }
}

.nav-link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #3b82f6;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #eff6ff 100%);
    padding: 5rem 0 8rem;
}

.hero-content {
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.75rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    color: #6b7280;
    margin-top: 1rem;
    display: block;
}

@media (min-width: 1024px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

.hero-description {
    font-size: 1.25rem;
    color: #374151;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .hero-buttons {
        justify-content: flex-start;
    }
}

.hero-visual {
    position: relative;
}

.dashboard-mockup {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    border: 1px solid #e5e7eb;
}

.dashboard-image {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.dashboard-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
}

.stat-indigo {
    color: #4f46e5;
}

.stat-emerald {
    color: #059669;
}

.status-badge {
    background-color: #ecfdf5;
    border: 1px solid #d1fae5;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #065f46;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge svg {
    color: #059669;
}

.shield-badge {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-color: #ecfdf5;
    border-radius: 50%;
    padding: 0.75rem;
    color: #059669;
}

/* Trusted By */
.trusted-by {
    background-color: white;
    padding: 4rem 0;
}

.trusted-content {
    text-align: center;
}

.trusted-label {
    color: #6b7280;
    font-size: 1.125rem;
    margin-bottom: 3rem;
}

.company-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .company-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .company-logos {
        grid-template-columns: repeat(6, 1fr);
    }
}

.company-logo {
    background-color: #f3f4f6;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.875rem;
}

/*feature*/

.post_row {
    line-height: 2.4;
    display: flex;
    flex-wrap: wrap;
}
.post_col {
    margin-bottom: 0 !important;
}
.post_col-2 {
    margin-right: 60px;
    width: calc(50% - 30px);
}
.post_col-2:nth-of-type(2n) {
    margin-right: 0;
}
.post-content h3 {
    font-size: 20px !important;
line-height: 1.6;
    font-weight: 600;
}
.post-content p {
    margin: 0 0 2em 0;
}
.grey {
    background-color: #f7f7f7;
}
/*pricetable*/
.price_table_wrapper{
margin-left:auto;
margin-right:auto;
text-align:center;
    display: flex;          /* フレックスボックスを適用 */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center;     /* 縦方向の中央揃え（必要なら） */
    flex-wrap: wrap;         /* 要素を折り返す（オプション） */
}
.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.price .grey {
    background-color: #eee;
    font-size: 20px;
}


/* Guarantee Section */
.guarantee {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    padding: 4rem 0;
    border-left: 4px solid #059669;
margin-bottom:4rem;
}

.guarantee-content {
    text-align: center;
}

.guarantee-icon {
    background-color: #ecfdf5;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #059669;
}

.guarantee-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
}

.guarantee-description {
    font-size: 1.25rem;
    color: #374151;
    max-width: 4xl;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.guarantee-note {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 2xl;
    margin: 0 auto;
}

.guarantee-note p {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Problems Section */
.problems {
    background-color: #f9fafb;
    padding: 5rem 0;
}

.problems-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.problems-image {
    max-width: 3xl;
    margin: 0 auto 3rem;
}

.section-image {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.problems-grid {
    display: grid;
    gap: 2rem;
    max-width: 5xl;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.problem-card {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s ease;
}

.problem-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.problem-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.problem-icon {
    color: #f59e0b;
}

.problem-text {
    font-size: 1.125rem;
    color: #1f2937;
    line-height: 1.6;
}

/* Solution Section */
.solution {
    --tw-bg-opacity: 1;
    background-color: rgb(82 104 182 / var(--tw-bg-opacity));
    color: white;
    padding: 5rem 0;
}

.solution-content {
    text-align: center;
    max-width: 4xl;
    margin: 0 auto;
}

.solution-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.solution-description {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Features Section */
.features {
    background-color: white;
    padding: 5rem 0;
}

.features-header {
    text-align: center;
    margin-bottom: 4rem;
}

.features-image {
    max-width: 4xl;
    margin: 0 auto 3rem;
}

.features-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    background-color: #f9fafb;
    padding: 2rem;
    border-radius: 0.75rem;
    transition: box-shadow 0.2s ease;
}

.feature-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    color: #4f46e5;
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.feature-description {
    color: #6b7280;
    line-height: 1.6;
}

/* Stats Section */
.stats {
    background-color: #f9fafb;
    padding: 5rem 0;
}

.stats-header {
    text-align: center;
    margin-bottom: 4rem;
}

.stats-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.stat-card {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #4f46e5;
    margin-bottom: 0.5rem;
}

.stat-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.stat-description {
    color: #6b7280;
}

.stats-note {
    text-align: center;
    margin-top: 2rem;
}

.stats-note p {
    color: #6b7280;
}

/* Why SME Section */
.why-sme {
    background-color: white;
    padding: 5rem 0;
}

.why-sme-header {
    text-align: center;
    margin-bottom: 4rem;
}

.why-sme-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .why-sme-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.why-sme-item {
    text-align: center;
}

.why-sme-icon {
    background-color: #eef2ff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #4f46e5;
}

.why-sme-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.why-sme-description {
    color: #6b7280;
}

/* Agencies Section */
.agencies {
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    padding: 5rem 0;
}

.agencies-content {
    text-align: center;
    max-width: 4xl;
    margin: 0 auto;
}

.agencies-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.agencies-description {
    font-size: 1.25rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* How to Use Section */
.how-to-use {
    background-color: white;
    padding: 5rem 0;
}

.how-to-use-header {
    text-align: center;
    margin-bottom: 4rem;
}

.how-to-use-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .how-to-use-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.step-item {
    text-align: center;
}

.step-number {
    background-color: #4f46e5;
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.step-description {
    color: #6b7280;
}

.sakimori-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    position: relative;
}

.sakimori-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
}

.sakimori-badge.save {
    background: #ecfdf5;
    color: #065f46;
}

.sakimori-ribbon {
    position: absolute;
    left: -8px;
    top: 18px;
    transform: rotate(-6deg);
}

.sakimori-ribbon span {
    background: #111827;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.sakimori-price {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 8px 0 2px;
}

.sakimori-per {
    font-size: 14px;
    color: #6b7280;
}

.sakimori-ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.sakimori-ul li {
    padding-left: 1.4em;
    position: relative;
    margin: 8px 0;
    color: #111827;
}

.sakimori-ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.sakimori-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #111827;
}

.sakimori-btn.primary {
    background: #111827;
    color: #fff;
}

.sakimori-btn.secondary {
    background: #fff;
    color: #111827;
}

/* FAQ Section */
.faq {
    background-color: white;
    padding: 5rem 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-list {
    max-width: 4xl;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-item {
    background-color: #f9fafb;
    padding: 2rem;
    border-radius: 0.75rem;
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.faq-answer {
    color: #374151;
    line-height: 1.6;
}

/*form*/

-------------
CF7 Form
-------------

/*form*/

.candc-form-item-label{
vertical-align: baseline;
}
.candc-form-wrapper p{
margin-bottom:3px;
} 

.candc-form-item-label-required, .candc-form-item-label-free {
  border-radius: 6px;
  margin-left: 8px;
  /*padding-top: 1.5px;
  padding-bottom: 1.5px;*/
  width: 45px;
  display: inline-block;
  text-align: center;
  background: #f9a88f;
  color: #fff;
  font-size: 0.7rem;
  vertical-align: text-top;
}
.candc-form-item-label-free {
  background: #545454;
}
.candc-form-item-input {
  margin-left: 0;
  margin-bottom: 18px;
  height: 40px;
  flex: inherit;
  font-size: 15px;
  width: 300px;
  min-width: 300px;
}

.candc-form-item-textarea {
  margin-bottom: 18px;
  margin-left: 0;
  height: 200px;
  flex: inherit;
  font-size: 15px;
  width: 340px;
}

textarea.candc-form-item-input{
	height: 200px;
}

.candc-form-wrapper .candc-form-item-input{
  border: 1px solid #ccc;
  width: 300px;
  padding: 5px;
}
.candc-form-item-textarea {
  width: 300px;
}
.candc-submit-btn{
  border-radius: 0;
  margin-left: 8px;
  padding-top: 2px;
  padding-bottom: 1.5px;
  width: 120px;
  display: inline-block;
  text-align: center;
  background: #5268b6;
  color: #fff;
  font-size: 1rem;
  margin-top: 18px;
}
.candc-form-wrapper .wpcf7-acceptance{
margin-right: 5px;
}
.candc-form h3.form-heading{
font-size: 1.4rem !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}
@media screen and (min-width:768px) {
	/*form*/
	.callus-section form{
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 2rem;
 }
.candc-form-item{
  display: flex;
  border-bottom: solid 1px #abb8c3;
}
.candc-form-item-label{
padding-top: 12px;
}
.no-border{
border: none;
}
.candc-form-item-input {
margin-top:12px;
margin-bottom:12px;
margin-left: 15px;
}
.candc-form-item p:first-child{
width: 45%;
}
.candc-form-radio {
padding-top: 12px;
}
.candc-form-radio .candc-form-item-label{
padding-top: 0;
}
.candc-form-wrapper textarea.candc-form-item-input{
	width:480px !important;
}
}


.is-style-favor-heading-04{
border-bottom: 1px solid #000!important;
}
.wpcf7 a{
text-decoration:underline!important;
color:#1a0dab;
}

/* Final CTA Section */
.final-cta {
    --tw-bg-opacity: 1;
    background-color: rgb(82 104 182 / var(--tw-bg-opacity));
    padding: 5rem 0;
}

.final-cta-content {
    text-align: center;
    max-width: 4xl;
    margin: 0 auto;
}

.final-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.final-cta-description {
    font-size: 1.25rem;
    color: #c7d2fe;
    margin-bottom: 2rem;
}

.final-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 640px) {
    .final-cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

/* Footer */
.footer {
    background-color: #111827;
    color: white;
    padding: 4rem 0;
}

.footer-content {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr 3fr;
    }
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo-icon {
    background-color: #4f46e5;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
}

.footer-logo-text {
    font-size: 2rem;
    font-weight: 700;
}

.footer-description {
    color: #9ca3af;
}

.footer-links {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #374151;
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
    color: #9ca3af;
}

/* Responsive Design */
@media (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .guarantee-title {
        font-size: 2rem;
    }
    
    .solution-title,
    .agencies-title,
    .final-cta-title {
        font-size: 2rem;
    }
}


/*/sakimori_lp*/