/* ==========================================
   Reset & Base Styles
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6E6E6E;
    background-color: #fff;
font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================
   Container & Layout
   ========================================== */
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
}

.mb0{
margin-bottom:0;
}

    .forsp{
        display:none;
    }

/* ==========================================
   Typography Utilities
   ========================================== */
.highlight {
    background: linear-gradient(transparent 60%, #fcff80 60%);
    font-weight: 700;
}

/* ==========================================
   Hero Section
   ========================================== */


.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-text {
    flex: 1;
}

.hero-image {
    flex: 1;
}

.hero-title {
    background-color: #fff;
}

.worry-text {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #333;
    margin-bottom: 10px;
}

.subtitle {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
}

.hero-description {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.hero-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #20ac39;
    margin-bottom: 20px;
}

.hero-explanation {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    padding: 0 20px;
}

/* ==========================================
   CTA Section
   ========================================== */
.cta-section {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 0px;
    color: #000;
}
.cta-section.first {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.patent-badge {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
}

.cta-box {
    padding: 60px 50px;
    display: flex;
    align-items: center;
    gap: 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.cta-content {
    flex: 1;
}

.cta-image {
    flex: 1;
}

.cta-price {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.6;
}
.cta-price span, .cta-tyusyaku span {
    color: #20AC39;
}

.cta-description {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.cta-section.first .cta-description, .cta-section.last .cta-description, .cta-section .cta-description {
    font-size: 27px;
text-align: left;
font-family: "Shippori Mincho", serif;
font-weight: 600;
}
.cta-tyusyaku {
    margin-top: 30px;
    font-size: 13px;
}


.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #d99d02;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(246, 180, 3, 0.3);
}

.cta-button.large {
    font-size: 20px;
    padding: 25px 60px;
}

/* ==========================================
   Story Section
   ========================================== */
.story-section {
    padding: 60px 0 40px;
    background-color: #fff;
}


.bkicon{
position: absolute;
top: -105px;
left: 0;
right: 0;
width: 120px;
margin: 0 auto;
}

.section-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.section-title {
    font-size: 21px;
    margin-bottom: 1em;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #20ac39;
}

.story-section h3.leadmsg {
    font-family: "Shippori Mincho", serif;
font-size: 27px;
text-align: left;
    margin-bottom: 2rem;
}

.story-intro {
font-size: 30px;
text-align: center;
margin-bottom: 40px;
line-height: 1.5;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 500;
color: #6E6E6E;
margin-bottom: 1.8em;
font-size: 19px;
text-align: left;
}

.story-heading, .mechanism-text h4, .achievement-title, .flow-title {
font-size: 30px;
font-weight: 400;
text-align: center;
margin-bottom: 20px;
color: #20AC39;
border-bottom: 3px solid #20AC39;
width: fit-content;
margin: 0 auto 50px;
box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.3);
}

.story-text, .story-transition, .story-conclusion {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
}

.family-problems {
    display: flex;
    gap: 30px;
    margin-bottom: 2em;
}

.family-card {
    flex: 1;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 auto 10px;
}

.points-section .family-card {
    gap: 15px;
}

.family-icon {
    width: 75px;
    height: 75px;
}

.points-section .family-icon {
    width: 72px;
    height: 72px;
}

.family-problem {
    font-size: 21px;
    line-height: 1.4;
}

.story-transition {
    text-align: center;
    margin: 0px 0 50px;
}

.family-results {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.result-card {
    flex: 1;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #20ac39;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}

.result-card::before {
    content: "⇩";
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 40px;
    color: #20ac39;
}

.result-icon {
    background-color: #20ac39;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.result-title {
    font-size: 21px;
    font-weight: 700;
    color: #20ac39;
    text-align: center;
    margin-bottom: 15px;
}

.result-text {
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
}

.story-conclusion {
    margin-bottom: 0px;
}

.conclusion-text {
    text-align: center;
    line-height: 1.8;
}

.advisor-info {
    padding: 20px;
}

.advisor-profile {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.advisor-profile img {
max-width: 120px;
margin: 0 auto;
}

.advisor-title {
font-size: 17px;
margin: 1.2em 0 1.5em;
font-weight: bold;
text-align: center;
}

.advisor-name {
    font-size: 28px;
    font-weight: 900;
}

.advisor-story h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

p.advisor-story {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom:1rem;
    font-weight: 500;
}

/* ==========================================
   Points Section
   ========================================== */
.points-section {
    padding: 40px 0 10px;
    background-image: url('img/bk_dots.png');
    background-color: #f5f5f5;
    background-size: contain;
}

.points-intro {
    text-align: center;
    margin-bottom: 40px;
}

.points-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}

.points-list {
    margin-bottom: 60px;
    border-bottom: 3px solid #20AC39;
    box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.3);
    padding-bottom: 60px;
}

.point-item {
    margin-bottom: -20px;
    display: flex;
    gap:30px;
}

.point-item:last-child {
    margin-bottom: 0;
}

.pointno {
    max-width: 145px;
    max-height: 80px;
    margin-top: 53px;
}
img.pointtitle {
    width: calc(90% - 175px);
}

.point-detail {
    margin-bottom: 50px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    position: relative;
}

.point-detail.reverse {
    flex-direction: row-reverse;
}

.point-detail.noborder {
    border-bottom: none;
}

.point-detail.point6  {
    margin-bottom: 25px;
}


.point-content {
    flex: 1;
    padding: 40px 20px 20px;
background-color: rgba(255,255,255,1);
}

.point1 .point-content img {
    margin-bottom: 0px;
}

.point4 .point-content img {
    margin-top: 30px;
}

.point4 .point-content .family-icon img {
    margin-top: 0px;
}

.point-images {
    flex: 1;
}

.point4 .point-images {
background-color: rgba(255,255,255,0.66);
}

.point-title {
    font-size: 24px;
    font-weight: 900;
    color: #20ac39;
    margin-bottom: 10px;
}

.point-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
}

.point-text p {
margin-bottom: 30px;
font-size: 20px;
color: #6E6E6E;
font-weight: 500;
}
.point-text p.mb0{
margin-bottom: 0;
}
.point-text p.mb10{
margin-bottom: 10px;
}

.comparison-image {
    margin-bottom: 20px;
}

.image-caption {
    font-weight: 700;
    margin-bottom: 10px;
}

.image-note {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

.diagram-image {
    margin-bottom: 20px;
}

.point3 .body-diagram img {
max-height: 500px;
}

.research-image {
    position: relative;
}

.research-image img {
    margin: 0 auto;
}

.imgcaption {
    text-align: center;
}

.research-labels {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.label-sympathetic,
.label-parasympathetic {
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
}

.label-sympathetic {
    background-color: #ffe0e0;
    color: #d00;
}

.label-parasympathetic {
    background-color: #e0e0ff;
    color: #00d;
}

.research-note {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.note-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.note-disclaimer {
    font-size: 12px;
    color: #666;
}

.use-case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.use-case-item img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.use-case-label {
    font-size: 13px;
    color: #666;
    text-align: center;
}

/* ==========================================
   How it Works Section
   ========================================== */
.how-it-works-section {
    padding: 80px 0;
    background-color: #fff;
}

.mechanism-title {
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    margin-bottom: 2rem;
}

.mechanism-content {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.mechanism-image {
    flex: 1;
}

.mechanism-text {
    flex: 1;
}

.mechanism-text h4, .achievement-title, .flow-title{
text-align: left;
width: 100%;
margin: 0 0 15px;
font-size: 28px;
}

.mechanism-text p, .achievement-description, .achievement-text, .details-text, .flow-list li, .zero-cost-text , .support-note, .support-list li{
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 19px;
}

img.productimg {
    max-width: 940px;
    margin: 50px auto 0;
}

.feature-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 40px;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #20ac39;
    margin-bottom: 20px;
}

.feature-text {
    line-height: 1.8;
    margin-bottom: 15px;
}

.feature-note {
    font-size: 14px;
    color: #666;
}

.three-elements {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
}

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

.element-icon {
    background-color: #20ac39;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* ==========================================
   Target Audience Section
   ========================================== */

.target-grid {
    display: flex;
    gap: 20px;
}

.target-card {
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 2px solid #20ac39;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.target-title, .use-case-title {
    font-size: 24px;
    font-weight: 500;
    color: #20ac39;
    margin-bottom: 20px;
}
.use-case-title {
    font-size: 23px;
}

.target-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.8;
}

.target-description, .use-case-text {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
}

/* ==========================================
   Achievement Section
   ========================================== */
.achievement-section {
    padding: 80px 0;
    background-color: #fff;
}

.achievement-text {
    margin-bottom: 20px;
}
.achievement-text.tyusyaku {
        font-size: 13px;
}

.use-case-cards {
    display: flex;
    gap: 40px;
}

.use-case-card {
    flex: 1;
border-radius: 10px;
padding: 20px;
border: 2px solid #20ac39;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.use-case-image {
    margin-bottom: 20px;
}

.use-case-image img {
    border-radius: 10px;
}


/* ==========================================
   Trial Section
   ========================================== */
.trial-section {
    padding: 80px 0;
}

.trial-title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.trial-subtitle {
font-weight: 700;
text-align: center;
line-height: 1.6;
font-family: "Shippori Mincho", serif;
font-size: 40px;
margin-bottom: 1rem;
}

.price-box {
    max-width: 940px;
    margin: 50px auto 0;
}

.original-price {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.arrow {
    font-size: 24px;
    color: #20ac39;
    margin: 20px 0;
}

.plan-label {
    font-size: 20px;
    font-weight: 700;
    color: #20ac39;
    margin-bottom: 10px;
}

.plan-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.trial-price {
    font-size: 48px;
    font-weight: 900;
    color: #f6b403;
}

.trial-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 60px;
}

.details-title, .details-subtitle {
    font-size: 28px;
    margin-bottom: 10px;
    color: #20AC39;
}

.details-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

.details-text.important {
    font-weight: 700;
    color: #20ac39;
}

.trial-flow {
    display: flex;
    gap: 40px;
}

.flow-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    flex: 1;
}

.flow-list {
    list-style-position: inside;
    line-height: 2;
}

.flow-steps {
    display: flex;
    align-items: center;
    gap: 20px;
}

.step {
    flex: 1;
    text-align: center;
}

.step-number {
    background-color: #20ac39;
    color: #fff;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 18px;
}

.step-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-content p {
    font-size: 14px;
    line-height: 1.6;
}

.step-arrow {
    font-size: 24px;
    color: #20ac39;
}

.zero-cost-box {
    background-color: #f0faf2;
    border-left: 2px solid #20ac39;
    padding: 30px;
    margin-top: 40px;
    flex: 1;
}

.zero-cost-title {
    font-size: 20px;
    font-weight: 500;
    color: #20ac39;
    margin-bottom: 15px;
}

.support-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 40px 0;
}

.support-title {
    font-size: 20px;
    font-weight: 700;
    color: #20ac39;
    margin-bottom: 20px;
}

.support-list {
    list-style-position: inside;
    margin-bottom: 20px;
    line-height: 2;
}


/* ==========================================
   Final CTA Section
   ========================================== */
.cta-section.last {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 0px;
    padding-top: 0;
}

/* ==========================================
   Form Section
   ========================================== */
.form-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.form-title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #20ac39;
}

.form-textarea {
    resize: vertical;
}

.form-submit {
    text-align: center;
}

.submit-button {
    background-color: #f6b403;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #d99d02;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(246, 180, 3, 0.3);
}

/* ==========================================
   Footer
   ========================================== */
.footer {
    color: #000;
background: #158F34;
}

.footer-info{
max-width:800px;
margin:0 auto;
padding: 10px;
}

.flow-item.planinfo {
    max-width: 860px;
    margin: 0 auto;
}

.footer-item {
    display: flex;
    border-bottom: 1px #999 solid;
padding-top: 5px;
}

.footer-label {
    font-size: 19px;
    margin-bottom: 10px;
    width: 160px;
}

.footer-value {
    font-size: 19px;
}

.footer-links {
    margin-top: 20px;
}
footer .tyusyaku {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
}

.footer-link {
    font-size: 14px;
    color: #999;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #aaa;
}

.footer-copyright {
    text-align: center;
    font-size: 16px;
color: #fff;
padding: 12px 0 14px;
}
.footer-copyright p {
    line-height: 1.3;
}

    img.productimg {
    width: 100%;
    }
    
    .support-note.strong {
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #20ac39;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    
/* ==========================================
4/19　デザイン変更追加
   ========================================== */
   
.site-header {
    background: #158F34;
    padding: 15px 60px;
    position: sticky;
top: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
}

.header-brand {
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-cta {
    background: #b8922a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 2px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s;
}

.nayamilists {
    background-image: url('img/bk_dots.png');
    background-color: #f5f5f5;
    background-size: cover;
    padding: 30px 20px 25px;
}

.nayamilist {
    margin: 5px 0 22px;
}

.leadmsg {
    font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 1.4em;
    color: #000;
}


.plan_section .leadmsg {
    margin-bottom: 0.5em;
}

.about {
    background: #B8922A33;
    padding: 50px 0 10px;
}

.about img {
    margin-bottom: 1.8em;
}

.lounge-info {
    font-weight: 500;
    background: #DCBCF6;
    padding: 2px 60px 4px;
    color: #464646;
    font-size: 17px;
}

.about h3, .point-text h3, .finalmsg h3 {
    font-size: 22px;
    margin: 1rem 0 1.2rem;
    font-weight: 700;
    color: #158F34;
}

.about p {
    margin-bottom: 1.7rem;
    color: #6E6E6E;
    font-size: 19px;
    font-weight: 500;
}

.cta-section h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.8em;
}

.cta-section a img:hover {
    opacity: 0.6;
}

.cta-box.lplan {
    background: #DCBCF6;
}
.cta-box.hplan {
    background: #B8922A;
}

.story-section .section-title {
    color: #B8922A;
}

.family-problem strong, .story-intro strong {
    color: #464646;
}

.changes {
    padding-left: 15px;
    margin-bottom: 30px;
}

.story-note {
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}


.pointlabel {
    background: #158F34;
    color: #fff;
    font-weight: bold;
    padding: 4px 15px 5px;
    letter-spacing: 2px;
    position: absolute;
    border-radius: 2px;
}

.point-text p.comment {
    font-size: 19px;
}
.point-text p.comment.mb10 {
    margin-bottom: 10px;
}

.point-content img {
    margin-bottom: 40px;
    width: 100%;
}

.point3 img {
    width: 220px;
    margin: 0 auto 10px;
}

.point5 img, .point6 img {
    margin-bottom: 10px;
}

.point5 .point-text p.comment {
    font-size: 18px;
}

.plan_section {
    padding: 80px 0 30px;
    margin-top: -40px;
}

.plan_section p {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
}

img.planlabel {
    margin: 50px 0 20px;
}

.plan_section .section h3.mtitle {
    color: #B8922A;
    margin-bottom: 18px;
    font-size: 21px;
    font-weight: 700;
}

.flow-container {
    counter-reset: step-counter;
    margin-bottom: 20px;
}

.flow-step {
    padding-left: 42px;
    position: relative;
    margin-left: 9px;
}

.flow-step::before {
content: counter(step-counter);
counter-increment: step-counter;
position: absolute;
left: 0;
top: 7px;
width: 22px;
height: 22px;
background-color: #B8922A;
color: white;
border-radius: 50%;
text-align: center;
line-height: 20px;
font-size: 1.1rem;
font-weight: bold;
}

.step-title {
    color: #B8922A;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 19px;
letter-spacing: 2px;
}

.flow-step-text .btn {
    display: block;
    width: 100%;
    background-color: #2e8b57;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}

.flow-step-text {
    border-left: 1px solid #6E6E6E;
    margin-left: 18px;
    padding-left: 26px;
    margin-top: -5px;
    padding-bottom: 1px;
}

.plan_section p.note {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 15px;
    color: #000000;
}

strong {
    color: #464646;
}

.loungeinfo {
    border-left: 1px solid #6E6E6E;
    padding-left: 15px;
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 60px;
    line-height: 1.4;
}

.plan_section p.family-problem {
    font-size: 16px;
    padding-left: 7px;
}
.plan_section p.family-problem strong {
    font-size: 18px;
    letter-spacing: 9px;
}

.plan_section .step-title.formerit {
    letter-spacing: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.plan_section .step-title.formerit.mb10 {
    margin-bottom: 10px;
}

.plan_section ul {
    margin: 20px 0 20px 30px;
    font-size: 18px;
}



.plan_section p.mb0 {
    margin-bottom: 0;
}

.flow-step-text.formerit {
    margin-bottom: 20px;
}

.flow-container ul {
    list-style-type: none;
    margin: 15px 0 15px 15px;
}

.flow-container ul li {
    font-size: 18px;
}

  /* FAQ */
.faq-section {
    background: rgba(184, 146, 42, 0.2);
    padding: 20px 0;
}

  .faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .faq-q, .faq-a {
    display: flex;
    align-items: flex-start;
  }
  .faq-q {
    align-items: center;
    }
  .faq-a {
    margin-top: 25px;
    }
  .faq-icon {
    font-size: 30px;
color: #158F34;
font-family: 'Shippori Antique', sans-serif;
margin: 0 15px;
  }

.faq-section h2{
background-color: #158F34; color: white; display: inline-block; padding: 4px 10px 5px; margin-bottom: 30px;
font-size: 17px;
letter-spacing: 2px;
}

.faq-q p {
    color: #158F34;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
.faq-a p {
font-size: 20px;
font-weight: 500;
line-height: 1.4;
}

.faq-a p.faq-note {
font-size: 16px;
margin-top: 5px;
}

.finalmsg {
    padding: 30px 0 10px;
}

.finalmsg.application {
    padding: 55px 0 50px;
}

.finalmsg p, .finalmsg li {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.finalmsg img {
    margin-bottom: 20px;
}


.finalmsg p.finalmsg-note {
    font-size: 16px;
    border-left: 1px solid #6E6E6E;
    margin-left: 5px;
    padding-left: 20px;
}

.finalmsg h4 {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 1em;
    color: #888;
    margin-left: 80px;
    letter-spacing: 2px;
    line-height: 1.8;
}

.bg-footer {
    background-color: rgba(184, 146, 42, 0.2);
}

.cominfo .section {
    padding:25px 0 30px;
}
.cominfo.forsale .section {
    padding:55px 0 50px;
}
.cominfo h3 {
    color: #158F34;
    font-size: 1.1rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.cominfo table {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}

.cominfo table th {
    padding: 5px 0;
    width: 70px;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #6E6E6E;
}

.cominfo table td {
    padding: 5px 0 5px 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links li {
    font-size: 18px;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
}
.footer-links li::before {
    content: "ー ";
}

.points-section .story-note {
    margin-left: 0;
}

.points-section .story-note.outsides {
    margin-bottom: 50px;
}

.cominfo.forsale table tr {
    border-bottom: 1px solid #6E6E6E;
}

#kiyaku, #policy, #cancelinfo, .application h3{
    padding-top: 80px;
    margin-top: -40px;
}


@media screen and (min-width: 1279px) {
.cta-section, .cta-section.last {
    max-width: 1200px;
}
}

@media screen and (min-width: 768px) {
.nayamiliststitle {
    max-width: 700px;
    margin: 0 auto;
}
.nayamilistwrapper {
    display: flex;
    width: 1200px;
    margin: 10px auto 30px;
    gap: 70px;
}
.about .container, .story-section .container, .plan_section .container , .faq-section .container {
    max-width: 830px;
}
.points-section .container {
    max-width: 880px;
}
.finalmsg .container, .cominfo .container  {
    max-width: 780px;
}
.cominfo.forsale .container {
    max-width: 1024px;
}

.cominfo.forsale table th {
    width: auto;
    min-width: 235px;
}
.about_inner {
    display: flex;
    gap: 50px;
}
.about_imgs, .about_txts {
    width: 50%;
}
.cta-section {
    display: flex;
}
.cta-box {
    padding: 30px 50px;
    width: 50%;
}
.advisor-text {
    width: calc(100% - 220px);
    padding: 20px 0px 10px 30px;
    border-left: 3px solid #D9D9D9;
}
.story-section .family-card {
    flex-direction: column;
}
.story-note {
    margin-left: 0;
}
.points-section {
    background-size: 70%;
    padding: 50px 20px 25px;
}
.point-content {
    padding: 40px 70px 20px;
}
.flex-space {
    display: flex;
    gap: 30px;
    align-items: center;
}
.point5 .point-content .flex-space {
    align-items: start;
}
.flex-space .point-text, .flex-space img, .flex-space .imgwrapper {
    width: 50%;
}
.point5 .flex-space img, .point5 .flex-space .imgwrapper .point-text {
    width: 100%;
}
.point6 img {
    width: 100%;
}
.point6 .flex-space .point-text {
    width: 100%;
}
.flex-space.planinfo {
    flex-direction: row-reverse;
}
.flex-space.lplan {
    align-items: initial;
}
.flex-space.lplan .mtitle {
    min-width: 110px;
}
.loungeinfo {
    margin-bottom: 0px;
    margin-top: 40px;
    margin-left: 0;
}
.flow-step-text .btn {
    max-width: 305px;
}
.plan_section .lplan .family-card {
    flex-direction: column;
    min-width: 108px;
}
.plan_section .lplan .family-card .family-icon {
    width: 100px;
    height: 100px;
}
.plan_section .lplan .family-card .family-icon img {
    width: 100%;
}
.plan_section .lplan .family-card .family-problem {
    padding-left: 0;
}
.flex-space.otodoke img {
    width: 100%;
}
.faq-section {
    padding: 30px 0;
}
.faq-section h2 {
    margin-bottom: 15px;
}
.faq-icon {
    margin: 0 60px 0 30px;
}
.faq-a img {
    max-width: 330px;
}
.finalmsg p.finalmsg-note {
    width: 60%;
}
img.finalmsgimg {
    width: 100%;
}
.finalmsg h4 {
    margin: 0 auto 1em;
    width: 235px;
}
.cominfo .flex-space {
    align-items: initial;
    gap: 50px;
}
.footer-links {
    margin-top: 0px;
}
.cominfo table {
    width: 50%;
}
    .cominfo.forsale table {
        width: 100%;
    }
.about .leadmsg {
    text-align: center;
}
.about .about_txts h3 {
    margin-top: 0;
}
.family-icon {
    width: 85px;
    height: 85px;
}
.changes {
    padding-left: 30px;
    margin-bottom: 30px;
}
.point1 .point-content {
    padding-bottom: 50px;
}
.flow-step-text .btn {
    padding: 22px 0;
}
a:hover{
opacity:0.6;
}
.nayamilists {
    padding: 40px 20px 25px;
}

}

@media screen and (min-width: 700px) {
    .cominfo .flex-space {
        display: flex;
    }
}



/* ==========================================
   Responsive Styles - Tablet
   ========================================== */
@media screen and (max-width: 1279px) {
    /* Container padding */
    .container {
        padding: 0 30px;
    }

    /* Section spacing */
    .story-section,
    .how-it-works-section,
    .target-section,
    .achievement-section,
    .trial-section,
    .final-cta-section,
    .form-section {
        padding: 40px 0;
    }
    .hero{
        padding: 0px 0 20px;
    }
    /* Hero section */
    .hero-content {
        gap: 40px;
    }

    .worry-text {
        font-size: 28px;
    }

    .subtitle {
        font-size: 20px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    /* CTA section */
    .cta-box {
        padding: 30px;
        gap: 40px;
    }

    .cta-price {
        font-size: 38px;
    }

    /* Points section */
    .point-detail {
        padding: 40px 0;
        gap: 40px;
    }

    /* Target section */
    .target-grid {
        gap: 30px;
    }

    .target-card {
        padding: 20px;
    }

    /* Achievement section */
    .use-case-cards {
        gap: 30px;
    }
}

@media screen and (max-width: 900px) {
.hero-explanation {
    font-size: 20px;
}
    .cta-price {
        font-size: 32px;
    }
.family-problems, .target-grid {
    gap: 10px;
}
.family-card, .result-card, .target-card {
    padding: 10px;
}
.family-problem, .result-title, .result-text{
    font-size: 18px;
}
 .target-subtitle, .target-description, .use-case-text {
    font-size: 16px;
}
.cta-button {
    padding: 10px 20px;
}
.mechanism-text h4, .achievement-title, .flow-title {
    font-size: 26px;
}
.family-problem, .result-text {
    text-align: left;
}

.point-text p {
    margin-bottom: 27px;
    font-size: 18px;
}
.faq-a img {
    max-width: 300px;
}
    .finalmsg img {
        margin: 0 auto 40px;
    }
    img.planlabel {
    max-height: 150px;
    }
    .container {
        max-width: 600px;
    }
    .nayamilist img, img.nayamiliststitle {
    margin: 0 auto;
    }
    .cominfo .container {
    max-width: 100%;
    }
    .cominfo table {
    width: 50%;
    }
}



/* ==========================================
   Responsive Styles - Mobile
   ========================================== */
@media screen and (max-width: 767px) {
    /* Container padding */
    .container {
        padding: 0 20px;
    }
    .faq-section .container {
        padding: 0 40px 0 20px;
    }

    /* Section spacing */
    .story-section,
    .how-it-works-section,
    .target-section,
    .achievement-section,
    .trial-section,
    .final-cta-section,
    .form-section {
        padding: 20px 0;
    }
    .story-section {
    padding: 40px 0;
    }
    .hero{
        padding: 0 0 0px;
        margin-top: 15px;
    }
    
    /* Hero section */
    .hero-content {
        flex-direction: column;
        gap: 30px;
    }
    
.hero-title {
    margin-bottom: 0px;
}
    
.hero-explanation {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
}
    .worry-text {
        font-size: 24px;
    }

    .subtitle {
        font-size: 18px;
    }

    .hero-subtitle {
        font-size: 22px;
    }

    .hero-description {
        font-size: 16px;
    }

    /* CTA section */
    .cta-box {
        flex-direction: column;
        padding: 35px 25px 45px;
        gap: 30px;
    }

    .cta-price {
        font-size: 20px;
    }

    .cta-button {
        font-size: 16px;
        padding: 10px 15px;
    }
    
.cta-section {
    margin: 0 auto 0px;
}

.cta-section.first, .cta-section {
    max-width: 500px;
}

.patent-badge {
    font-size: 14px;
}

.cta-description {
    font-size: 16px;
}

    /* Story section */
    

.bkicon {
    top: -65px;
    width: 80px;
}
    .section-title {
        font-size: 19px;
    }
    
    .story-intro {
    margin-bottom: 1.8em;
font-size: 20px;
text-align: left;
    }
    
.story-section h3.leadmsg {
    font-size: 27px;
text-align: left;
}

.story-heading, .mechanism-text h4, .achievement-title, .flow-title {
    font-size: 18px;
    margin: 0 auto 20px;
}

.story-text, .story-transition, .story-conclusion {
    margin-bottom: 20px;
    font-size: 14px;
}

    .family-problems {
        flex-direction: column;
        gap: 20px;
    }
    
    .family-card {
    padding: 5px 0px;
    }
    
    
    .family-problem, .result-text {
   font-size: 19px;
font-weight: 500;
color: #6E6E6E;
width: calc(100% - 80px);
    }
    
    .plan_section .family-problem{
width: calc(100% - 100px);
margin-bottom: 0px;
    }
    
    .result-text {
    text-align: left;
    }
    
    .story-transition {
    margin-bottom: 25px;
    }

    .family-results {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .result-card {
    padding: 10px;
    }
    
    .result-title {
    font-size: 16px;
    }
    
    .advisor-info {
    padding: 25px 0;
    }

    .advisor-profile {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0px;
        gap: 0;
    }
    
    .advisor-profile img {
    max-width: 120px;
    }
    
    .advisor-title {
    font-size: 18px;
    margin-bottom: 1.5em;
    color: #6E6E6E;
    }
    
    .advisor-name {
    font-size: 18px;
    }
    
    p.advisor-story {
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
border-left: 3px solid #D9D9D9;
margin-left: 5px;
    }

    /* Points section */
    .point-detail {
        flex-direction: column;
        padding: 0px 0 45px;
        gap: 30px;
        margin-bottom: 0px;
    }

    .point-detail.reverse {
        flex-direction: column;
    }
    
    .point-detail.point6 {
    margin-bottom: 0;
    padding: 0px 0 26px;
    }
    
    .points-section .story-note.outsides {
    margin-bottom: 30px;
    }

    .point-title {
        font-size: 20px;
    }

    .point-heading {
        font-size: 18px;
    }

    .use-case-grid {
        grid-template-columns: 1fr;
    }
    
    .points-list {
    margin-bottom: 0px;
    padding-bottom: 30px;
    }
    
    .point-item {
    gap: 0px;
    flex-direction: column;
    }
    
    
    img.pointtitle {
    width: 100%;
    height: initial;
    margin-top: -18px;
    }
    
    .points-section .section-header {
        margin-bottom: 0px;
    }
    
    .point-text p {
    margin-bottom: 27px;
    font-size: 20px;
    }

    /* How it works section */
    .mechanism-content {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .three-elements {
        flex-direction: column;
        gap: 20px;
    }
    
    .mechanism-title {
    font-size: 17px;
    margin-bottom: 1rem;
    }
    
    .mechanism-text p, .achievement-description, .achievement-text, .details-text, .flow-list li, .zero-cost-text, .support-note, .support-list li {
    font-size: 14px;
    }


    /* Target section */
    .target-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .target-card {
        padding: 20px 10px;
    }
    
    .target-title, .use-case-title {
    margin-bottom: 10px;
    font-size: 16px;
    }
    
    .target-subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    }
    
    .target-description, .use-case-text {
    font-size: 14px;
    line-height: 1.4;
    }

    /* Achievement section */
    .achievement-title {
        font-size: 18px;
    }

    .use-case-cards {
        flex-direction: column;
        gap: 30px;
    }

    /* Trial section */
    .trial-title {
        font-size: 24px;
    }
    
    .trial-subtitle {
    font-size: 20px;
    }
    
    .price-box {
    margin: 0px auto 0;
    }
    
    .trial-details {
    padding: 0px;
    margin-bottom: 20px;
    }
    
    .details-title, .details-subtitle {
    font-size: 18px;
    }

    .trial-price {
        font-size: 36px;
    }

    .flow-steps {
        flex-direction: column;
    }

    .step-arrow {
        transform: rotate(90deg);
    }
    
    .trial-flow {
    gap: 0px;
    flex-direction: column;
    }
    
    .flow-item {
    padding: 20px 0;
    }
    
    .zero-cost-box {
    padding: 10px;
    margin-top: 0px;
    }
    
    .zero-cost-title {
    font-size: 16px;
    margin-bottom: 10px;
    }
    
    .support-info {
    padding: 0;
    }

    /* Final CTA section */
    .final-cta-text {
        font-size: 24px;
    }

    .final-cta-description {
        font-size: 16px;
    }

    .cta-button.large {
        font-size: 18px;
        padding: 20px 40px;
    }

    /* Form section */
    .form-title {
        font-size: 24px;
    }

    .contact-form {
        padding: 30px;
    }

    /* Footer */
    .footer-info {
        gap: 30px;
        padding: 0;
    }
    
    .footer-label {
    font-size: 14px;
    width: 80px;
    }
    .footer-value {
    font-size: 14px;
    }

    .forpc{
        display:none;
    }
    .forsp{
        display:block;
    }
    
    .point-images {
    margin: 0 auto;
    }
    
    .imgcaption {
    font-size: 15px;
    }
    
    .header-brand {
font-size: 17px;
padding-top: 5px;
    }
    
    .nayamilast {
    margin: 58px auto 35px;
    width: 300px;
    }
    
    .leadmsg {
    font-size: 27px;
    font-weight: 700;
    }
    
    .plan_section .family-card {
    width: 270px;
    margin: 0 auto 30px;
    }
    .plan_section .family-icon {
    width: 100px;
    height: 100px;
    }
    .nayamilists {
    background-size: 180%;
    }
    
    .points-section {
    background-size: 200%;
    }
    
    .site-header {
    padding: 15px;
    }
    
    .lounge-info {
    text-align: center;
    padding: 2px 0 4px;
    }
    
    .flow-step-text .btn {
    padding: 22px 0;
    border-radius: 2px;
    }
    
    .finalmsg {
    padding: 15px 0 10px;
    }
    
    .finalmsg p {
    font-size: 20px;
    }
    
    .finalmsg img {
    margin-bottom: 40px;
    }
    
    .finalmsg {
    padding: 30px 0 30px;
    }
    
    .cta-section.first .cta-description, .cta-section.last .cta-description, .cta-section .cta-description {
font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
font-weight: 700;
}

    
}


@media screen and (max-width: 600px) {
    .pointno {
    max-width: 60px;
    margin-top: 30px;
    }
    img.productimg {
    margin: 0;
    }
    .result-card::before {
    content: none;
    }
        .cominfo table {
    width: 100%;
    }
    .faq-a img {
        width: 100%;
    }
    .cominfo.forsale table th {
    width: 100%;
    border-right: none;
    display: block;
    }
    .cominfo.forsale table td {
    display: block;
    }
}
