@charset "UTF-8";


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.mainvisual {

    text-align: center;
    overflow: hidden;
    
}
/* トップのコメント */
.komento {
    font-size: 38px;
    font-weight: bold;
    color: #39A869;
    margin-top: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.mainvisual .img1 {
    padding-top: -20px;
    width: 700px;
    height: 600px;
    max-width: 100%!important;
    margin: 0 auto;
    display: flex;
}

/* 吹き出し */
.mainvisual .inner {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

    flex-wrap: wrap;  /* 狭い画面で折り返し */
}

/* 吹き出しを画像に変更2025.06.10 */
.inner img {
    width: 455px;
    height: 455px;
    margin: 0 auto 20px 0;
}


/* 一言、みどり文字 */
.six {
    font-size: 35px;
    font-weight: bold;
    color: #39A869;
    line-height: 1.5;
    margin: 40px auto 60px auto;
}

/* 家族写真 */
.mainvisual .img2 { 
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 30px auto;
    display: block;
    
}
.green-warpper {
    background-color: #45B035;
    padding: 40px 20px;
    width: 550px;
    margin: 0 auto;
}

.section-title {
    font-size: 34px;
    margin-bottom: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    color: #ffffff;
    }
.box-center {
    display: flex;
    justify-content: center;
}

.white-box {
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
    padding: 30px 20px 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center; 
    margin: 0 auto;
    

}

.white-box p {
    margin:10px auto;
    line-height: 1.1;
    text-align: left; /* ← 各段落も左寄せを明示 */
    font-size: 20px;
    padding: 0 23px;
}

.white-box .orenji {
    font-weight: bold;
    font-size: 30px;
    color: #39A869;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 0 20px 0;
}

.white-box img {
    width: 50%;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}
.name {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.name img {
    width: 165px;
    height: auto;
    display: inline-block;
}


/* リンクページ */
/* リンク全体を中央に */
.rinku {
    text-align: left;
}
.rinku .teikyo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 25px;
    margin-bottom: -20px;
}

.rinku .goannai {
    font-size: 28px;
    color: #EA5504;
     text-align: center; /* ←中央に */
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    padding-top: 5%;
    margin: 0 auto 10px auto;
}
/* リスト（中央寄せ・レスポンシブ） */
.rinku .teikyo ul li {
    width: 320px;
    height: 40px;
    max-width: 90%;
    border-bottom: 1px solid #009453;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative; /* 矢印の基準になる */
    padding-left: 10px;
    font-size: 17px;
}
/* リンクの矢印 *//* リンクの矢印（位置は右側固定） */
.rinku .teikyo ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid #727171;
    border-right: 1px solid #727171;
    position: absolute;
    top: 80%;
    right: 10px;/* ←矢印を右端に寄せる */
    transform: translateY(-50%) rotate(45deg);
}

/* 上の矢印かっこととりを画像に */
.kyotaku img {
    margin: 70px auto 80px auto;
    width: 25%;
}

.center-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央寄せ */
    padding: 10px;
}

/* 各ブロックの共通設定 */

.ten1 {
    color: #ed6c00;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    text-align: left;           /* 文字は左寄せ */
    max-width: 370px;           /* 横幅を制限 */
    width: 100%;
    margin: -60px auto 30px auto;   /* 中央揃え＋下に余白 */
    padding: 0;            /* スマホでの左右の余白 */
    box-sizing: border-box;
}
.twelve {
    font-size: 20px;
    font-weight: 500;
    color: #231815;
    line-height: 1.6;
    text-align: left;           /* 文字は左寄せ */
    max-width: 360px;           /* 横幅を制限 */
    width: 100%;
    margin: 25px auto 30px auto;   /* 中央揃え＋下に余白 */
    padding: 0;            /* スマホでの左右の余白 */
    box-sizing: border-box;
}

/* ご夫婦と女性の画像 */
.eleven img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 15px auto 30px auto;
    display: block;
}


/* 角丸みどり、まずはご連絡して下さい */
.thirteen {
    width: 360px;
    height: 50px;
    background-color: #45B035;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0;
    padding-left: 11px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    margin: 1% auto;   
}
/* 黒文字の文章 */
.fourteen {
    display: inline-block;
    text-align: left; /* 中のテキストは左寄せ */
    margin-bottom: 1em; /* 各ブロックの下に余白 */
    line-height: 1.5;
    font-size: 20px;
    color: #231815;
    font-weight: 500;
}
/* 角丸上がオレンジ、下が緑 1 */
/* 上がオレンジ、下が緑の角丸 1 */
.fifteen {
    margin: 2em auto;/* ← 上下は2em、左右は自動調整で中央揃え */
    background: #e1efd8;
    width: 360px;
    max-width: 90%;         /* ← スマホ対応で狭い画面では自動縮小 */
    height: 115px;
    border-radius: 10px;    
    position: relative;     /* 子要素の .ichi の absolute 用に必要 */
    box-sizing: border-box;
}
.fifteen .sinsei {
    font-size: 20px;
    font-weight: 700;
    background-color: #EA5504;
    color: #fff;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-left: 9%;
}
.fifteen .ichi {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #45B035;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.2;
    border: 2.5px solid #fff;    
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0; /* ← コレ重要。余白を入れない！ */
    box-sizing: border-box;
}
.fifteen p {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 7%;
    padding-top: 1%;
    text-align: left;
    position: relative;
    top: 4px; /* ← ここを微調整 */
}
.fifteen img {
    width: 6%;
    display: block;        /* ← インライン画像をブロックに変更 */
    margin: 5% auto 0 auto; /* ← 上:3%、左右:自動で中央、下:0 */
}
/* 上がオレンジ、下が緑の角丸 2 */
.sixteen {
    margin: 3em auto;  /* ← 上下は2em、左右は自動調整で中央揃え */
    background: #e1efd8;
    width: 360px;
    max-width: 90%; /* ← スマホ対応で狭い画面では自動縮小 */
    height: 115px;
    border-radius: 10px;
    position: relative; /* 子要素の .ichi の absolute 用に必要 */
    box-sizing: border-box;
}
.sixteen .nintei {
    font-size: 20px;
    font-weight: 700;
    background-color: #EA5504;
    color: #fff;
    padding: 10px;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-right: 70px;
}
.sixteen .ni {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #45B035;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.2;
    border: 2.5px solid #fff;    
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0; /* ← コレ重要。余白を入れない！ */
    box-sizing: border-box;
}
.sixteen p {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 7%;
    padding-top: 1%;
    text-align: left;
    position: relative;
    top: 4px; /* ← ここを微調整 */
}
.sixteen img {
    width: 6%;
    display: block;        /* ← インライン画像をブロックに変更 */
    margin: 5% auto 0 auto; /* ← 上:3%、左右:自動で中央、下:0 */
}
/* オレンジ楕円 */
.seventeen {
    width: 270px;
    height: 115px;
    border-radius: 50%;
    background-color: #EA5504;
    color: #fff;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    line-height: 1.9;
    margin: 2em auto;
}
.seventeen p {
    position: relative;
    top: 4px; /* ← ここを微調整 */
}

.seventeen img {
    width: 8%;
    display: block;        /* ← インライン画像をブロックに変更 */
    margin: 5% auto 0 auto; /* ← 上:3%、左右:自動で中央、下:0 */
}


/* 上がオレンジ、下が緑の角丸 3*/
.eighteen {
    margin: 3em auto;
    background: #e1efd8;
    width: 360pX;
    max-width: 90%;
    height: 135px;
    border-radius: 10px;
    position: relative;  /* 子要素の .ichi の absolute 用に必要 */
    box-sizing: border-box;
}
.eighteen .puran {
    font-size: 20px;
    font-weight: 700;
    background-color: #EA5504;
    color: #fff;
    padding: 10px;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-right: 70px;

}
.eighteen .san {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #45B035;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.2;
    border: 2.5px solid #fff;    
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding: 0; /* ← コレ重要。余白を入れない！ */
    box-sizing: border-box;
}
.eighteen p {
    font-size: 18px;
    line-height: 1.3;
    padding-left: 7%;
    padding-top: 1%;
    text-align: left;
    position: relative;
    top: 4px; /* ← ここを微調整 */
}
.eighteen img {
    width: 6%;
    display: block;        /* ← インライン画像をブロックに変更 */
    margin: 4% auto 0 auto; /* ← 上:3%、左右:自動で中央、下:0 */
}
/* 上がオレンジ、下が緑の角丸 4*/
.nineteen {
    margin: 2em auto;/* ← 上下は2em、左右は自動調整で中央揃え */
    background: #c0dda3;
    width: 360pX;
    max-width: 90%;
    height: 135px;
    border-radius: 10px;
    position: relative;     /* 子要素の .ichi の absolute 用に必要 */
    box-sizing: border-box;
}
.nineteen .hoken {
    font-size: 20px;
    font-weight: 700;
    background-color: #EA5504;
    color: #fff;
    padding: 10px;    
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-left: 9%;
}
.nineteen .yon {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #45B035;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.2;
    border: 2.5px solid #fff;    
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0; /* ← コレ重要。余白を入れない！ */
    box-sizing: border-box;
}
.nineteen p {
    font-size: 18px;
    line-height: 1.3;
    padding-left: 7%;
    padding-top: 1%;
    text-align: left;
    position: relative;
    top: 4px; /* ← ここを微調整 */
}
/* 角丸の下 */
.twenty {
    text-align: center;
    margin: 0 auto;
    width: 100%; /* 必要なら制限幅を指定（例：max-width: 600px） */
}
.twenty .teikyo2 {
    font-size: 18px;
    font-weight: bold;
    color: #39A869;
    margin-top: 2%;
}
.twenty .chiiki {
    font-size: 20px;
    font-weight: bold;
    color: #231815;
    margin: 20px auto;
}
.twenty p {
    font-size: 16px;
    color: #231815;
    margin-top: 0.7%;
    text-align: left;
    width: 310px;
    margin: 10px auto;
}
.twenty .teikyo3 {
    margin: 60px auto 20px auto;
    font-size: 24px;
    font-weight: bold;
    color: #ed6c00;
}
.twenty .teikyo4 {
    margin: 10px auto 0 auto; /* 上10px、下0にする */
    font-size: 30px;
    font-weight: bold;
    color: #39A869;
    padding-bottom: 0;
}
/* ひな人形、要介護画像 */


.twentyone {
    min-height: 450px; /* 画像が収まる高さを確保 */
}

.twentyone .img3 {
    width: 700px;
    height: 425px !important;  /* 強制的に高さ指定 */
    margin: -50px auto 0 auto;
    padding: 0;
    display: block;
    overflow: hidden;
}

.twentyone .img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

.twenty-wrapper {
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央に配置（子要素のブロック全体を中央揃え） */
    gap: 10px; /* ブロック同士の隙間 */
    padding: 20px;
    margin-top: -70px;
}

.twenty-wrapper > div {
    width: 90%; /* ブロックの幅を調整（中央寄せ） */
    max-width: 410px; /* パソコンで広がりすぎないように制限 */
    padding: 16px;

    text-align: left; /* 文字を左寄せ */
    box-sizing: border-box;
    line-height: 1.3;
}
.twentytwo {
    font-size: 24px;
    font-weight: bold;
    color: #ed6c00;
}
.twentythree {
    font-size: 20px;
    font-weight: 500;
    color: #231815;
    margin-top: -20px;
}
.twentyfour {
    font-size: 24px;
    font-weight: bold;
    color: #ed6c00;
}
.twentyfive {
    font-size: 20px;
    font-weight: 500;
    color: #231815;
    margin-top: -20px;
}
.twentysix {
    font-size: 16px;
    font-weight: bold;
    color: #ed6c00;
    letter-spacing: 0.25em;
}
/* 問い合わせ、メール */
.mail {
    display: block;
    width: 360px;
    box-sizing: border-box;
    background: #45B035;
    padding: 15px  25px 15px 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 1.5% auto;
}
.mail1 {
    color: #fff;
}
.mail img {
    width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: -10px;
    margin-left: 1%;
    
}

/* 問い合わせ、電話 */
.tel {
    display: block;
    width: 360px;
    box-sizing: border-box;
    background: #45B035;
    padding: 15px  25px 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin: 1.5% auto;
    line-height: 1.3;
}
.tel1 {
    color: #fff;
}
.tel span {
    font-size: 27px;
    letter-spacing: 0.05em
}
.twentyseven {
    font-size: 19px;
    font-weight: 600;
    color: #ed6c00;
    margin: 1.2% -2% auto auto;
    letter-spacing: 0.2em;
    text-align: center;
}
.twentyseven img {
    margin-top: 7%;
    margin-left: 50%;
}




/* スマホ画面 */
@media screen and (max-width: 767px) {

    /* ここに追加 */
    .wapper,
    .wapper-1080 {
        max-width: 100%;
        padding: 0;
    }

    .green-warpper {
    background-color: #45B035;
    padding: 40px 5px;
    width: 100%;
    margin: 0 auto;
}

.section-title {
    font-size: 34px;
    margin-bottom: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    color: #ffffff;
    }
.box-center {
    display: flex;
    justify-content: center;
}

.white-box {
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 300px;
    width: 100%;
    padding: 20px 10px 10px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center; 
    margin: 0 auto;
    

}



.white-box .orenji {
    font-weight: bold;
    font-size: 35px;
    color: #39A869;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 20px 0;
}



    .white-box p {
        margin:10px auto;
        line-height: 1.3;
        text-align: left; /* ← 各段落も左寄せを明示 */
        font-size: 13.5px;
        font-weight: 700;
        max-width: 310px;
        padding: 0 8px;
        letter-spacing: 0.01em; /* ← または 0 にしたければ 0em */
}
 /* トップ画面の真ん中のロゴ、サイズ */

    .mainvisual {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -30px; /* ←ここで調整（-30px〜0pxの間で調整） */
}
    .komento {
        font-size: 20px;
        margin: 0 auto 30px auto;
    }

    .mainvisual .img1 {
        width: 100%;
        height: auto; /* ← これで600pxが無効になる */
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative; /* ← これを追加！ */
        z-index: 10;          /* ← これも追加！ */
    }

    .mainvisual .img1 img {
  position: relative;
  z-index: 1; /* ハンバーガーメニューやヘッダーより下 */
  width: 80%;
  height: auto;
  max-height: 300px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
    
    .inner img {
        width: 80%;
        height: auto;

        display: block;
        margin: 30px auto;
    }
    
    /* 緑の文字 */
    .six {
        font-size: 23px;    
    }
    /* 家族集合写真 */
    .mainvisual .img2 { 
    margin: -30px auto 30px auto;
    
}

    /* オリーブの理念の文字 */
    .section-title {
        font-size: 30px;
    }
    /* 一人ひとりの大切をカタチにのオレンジ文字 */
    .white-box .orenji {
        margin-top: 5px;      /* ← 上の余白を少なく */
        margin-bottom: 20px;  /* ← 下はPCと同じにする場合 */
        font-size: 20px;      /* ← スマホ用にフォントサイズ調整したい場合 */
    }

    
    /* 社長の写真 */
    .white-box img {
        width: 65%;
        height: auto;
        margin-top: -5px;
    }
    /* 社長の名前 */
    .name img {
    width: 144px;          /* スマホ用サイズに調整（必要に応じて変えてOK） */
    display: block;        /* ブロックにして中央揃えしやすくする */
    margin: 0 auto;        /* 中央に配置するための設定 */
  }


/* リンクの上のオレンジ文字 */
.rinku .goannai {
    font-size: 22px;
    margin: 15px auto 10px auto;
}

/* リンク下の余白のみ調整 */
.rinku .teikyo {
    margin-bottom: 30px;
}

.kyotaku img {
    width: 85%;
    position: relative;
    margin: 10px auto 10px auto;
}

.ten1 {
    font-size: 20px;
    font-weight: bold;
    width: 310px;
    margin: 15px auto 30px auto;
}
/* ご夫婦と女性の画像 */

    .center-wrapper {
        max-width: 100%;
        padding: 0;
    }

    .eleven {
        width: 100%;
        margin: 0;
        padding: 0;
    }

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

.twelve {
    font-size: 18px;
    display: block;
    margin: 20px auto;
    width: 330px;
}
/* 角丸みどり、まずはご連絡して下さい */
.thirteen {
    width: 320px;
    font-size: 20px;
    padding: 15px 0 15px 5px;
}
.fourteen {
    font-size: 18px;
    margin-top: 20px;
}
/* ①1の文字 */
.fifteen .sinsei {
    font-size: 19px;
}

/* ④４の文字 */
.nineteen .hoken {
    font-size: 19px;
}

/* 角丸の下 */

.twenty .chiiki {
    font-size: 21px;
    font-weight: bold;
    color: #231815;
    margin: 15px auto;
}
.twenty p {
    font-size: 17px;
    margin: 0 auto;
    letter-spacing: 0.05;
    width: 325px;
}
.twenty .teikyo2 {
    margin: 0 auto;
    font-size: 21px;
}

.twenty .teikyo3 {
    margin: 50px auto 20px auto;
    font-size: 20px;
}
.twenty .teikyo4 {
    margin: 10px auto 0 auto;
    font-size: 27px;
}
/* ひな人形、要介護画像 */
.twentyone .img3 {
    margin-top: -23%;
    width: 100%;
    z-index: -1;
}


/* 画像の下の文字 */
.twentytwo {
    font-size: 17px;
    margin-top: -40px; /* 適宜調整（上にあげたいならマイナス） */
}
.twentythree {
    font-size: 14px;
}
.twentyfour {
    font-size: 18px;
}
.twentyfive {
    font-size: 14px;
}
.twentysix {
    font-size: 11.5px;
    letter-spacing: 0.25em;
}
/* 問い合わせ、メール */
.mail {
    display: block;
    width: 320px;
    box-sizing: border-box;
    background: #45B035;
    padding: 15px  25px 15px 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 20px auto;
}
.mail1 {
    color: #fff;
}
.mail img {
    width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: -10px;
    margin-left: 1%;
    
}

/* 問い合わせ、電話 */
.tel {
    display: block;
    width: 320px;
    box-sizing: border-box;
    background: #45B035;
    padding: 15px  25px 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin: 20px auto;
    line-height: 1.3;
}
.tel1 {
    color: #fff;
}
.tel span {
    font-size: 27px;
    letter-spacing: 0.05em;
    padding-top: 20px;
}
.twentyseven {
    font-size: 14px;
    font-weight: 600;
    color: #ed6c00;
    margin: 1% auto;
    letter-spacing: 0.2em;
    text-align: center;
    position: relative;
    z-index: 10; /* ← 手前に出す */
}
.twentyseven img {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: 15px; /* 適宜調整 */
    margin-left: 280px;
    width: 40px;
    height: 40px;
}


}
@media screen and (max-width: 480px) {
  .twenty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0 auto;
  }

  .twenty-wrapper > div {
    width: 100%;
    max-width: 320px;
    padding: 0; /* 余白なく */
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
  }

    .twentyone {
    min-height: auto !important; /* ← 高さの固定を解除 */
    padding: 0 !important; /* ← 不要な余白があれば除去 */
    margin: 0 !important;
  }

 /* 写真の余白調整 */
    .twentyone .img3 {
        margin-top: -80px !important; /* ← 余白が広すぎる場合 */
    }
    /* 写真の余白調整 */
    .twenty-wrapper {
        margin-top: -60px; /* ← 必要に応じて文字との距離を調整 */
    }

  .twentytwo {
    font-size: 19px; /* 少し大きめに */
    font-weight: bold;
    color: #ed6c00;
    padding: 0 8px; /* 左右に少しだけ余白（文字詰めすぎ防止） */
    letter-spacing: 0.05em;
    margin-top: -30px; /* ← スマホでも上にあげるなら */
    margin-bottom: -5px !important;
  }

  .twentythree {
    font-size: 17px; /* こちらも大きめに */
    font-weight: 500;
    color: #231815;
    padding: 0 8px;
    line-height: 1.6;
    margin-bottom: 20px !important;
  }
  
    .twentyfour {
    font-size: 20px; /* 少し大きめに */
    font-weight: bold;
    color: #ed6c00;
    padding: 0 8px; /* 左右に少しだけ余白（文字詰めすぎ防止） */
    letter-spacing: 0.1em;
    margin-bottom: -5px !important;
    }
.twentyfive {
    font-size: 17px; /* こちらも大きめに */
    font-weight: 500;
    color: #231815;
    padding: 0 8px;
    line-height: 1.6;
    margin-bottom: 20px !important;
}
.twentysix {
    font-size: 13.5px; /* こちらも大きめに */
    font-weight: bold;
    color: #ed6c00;
    padding: 0 8px;
    line-height: 1.6;
    letter-spacing: 0.25em;
    margin-bottom: 20px !important;
}
}

@media screen and (max-width: 350px) {
  /* iPhone SE（第1世代）など、幅350px以下のスマホ用スタイル */
  .twentytwo {
    font-size: 17px; /* 幅350px以下のみ少し小さめに */
  }
  .white-box p {
        font-size: 13px;
        max-width: 300px;
        padding: 0 8px;
        letter-spacing: 0.01em; /* ← または 0 にしたければ 0em */
    }
}