/* yuishikin ページ専用スタイル */

.yuishikin-main {
    overflow: hidden;
    color: #333;
}

.yuishikin-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.yuishikin-section-title {
    font-size: 1.5rem;
    color: #0068b7;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.yuishikin-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #f2a2ad;
}
.yuishikin-section-title span {
    font-size: 2.5rem;
}
/* メインビジュアル */
.yuishikin-mv {
    position: relative;
    padding: 100px 0;
    /* background: linear-gradient(rgba(0,104,183,0.1), rgba(0,104,183,0.1)), url('../images/mv_bg.png') center/cover no-repeat; */
    text-align: center;
}

.yuishikin-mv__title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2rem;
    line-height: 1.4;
    color: #0068b7;
    margin-bottom: 20px;
}

/* 統計セクション */
.yuishikin-stats {
    padding: 60px 0;
    background-color: #f0f9ff;
    text-align: center;
}

.yuishikin-stats__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.yuishikin-num {
    display: block;
    font-size: 3.5rem;
    font-weight: bold;
    color: #0068b7;
}

.yuishikin-stat-item--highlight .yuishikin-num {
    color: #f2a2ad;
}

.yuishikin-stat-item p img {
    width: 40%;
    height: auto;
}

.yuishikin-divider {
    width: 20%;
    font-weight: bold;
    color: #666;
}

/* コンセプト */
.yuishikin-concept {
    padding: 30px 0;
    text-align: center;
}

.yuishikin-concept__grid {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: center;
}

.yuishikin-concept__item-person {
    text-align: left;
    height: 80px;
    width: auto;
    padding-left: 120px;
    background-image: url('../images/7.png');
    background-size: auto 80px;
    background-repeat: no-repeat;
}

.yuishikin-concept__item-family {
    text-align: left;
    height: 80px;
    width: auto;
    padding-right: 120px;
    background-image: url('../images/8.png');
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.yuishikin-concept__item-benefit {
    text-align: left;
    height: 80px;
    width: auto;
    padding-left: 120px;
    background-image: url('../images/9.png');
    background-size: auto 80px;
    background-repeat: no-repeat;
}

.yuishikin-concept__item__title {
    color: #f58e9c;
}

.yuishikin-message {
    margin-top: 60px;
    font-size: 1.2rem;
}

.yuishikin-message__point {
    font-weight: bold;
    color: #f58e9c;
}

/* 流れ */
.yuishikin-flow {
    padding: 30px 0;
    background-color: #f0f9ff;
    text-align: center;
}

.yuishikin-flow__grid {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: left;
}

.yuishikin-flow__item {
    
}

.yuishikin-flow__item dd {
    margin-bottom: 20px;
}

.yuishikin-flow__item__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #f58e9c;
    font-size: 1.2rem;
}

.yuishikin-flow__item__title img {
    height: 3rem;
    width: auto;
    flex-shrink: 0;
    margin-right: 3px;
}

/* 特典グリッド */
.yuishikin-benefits {
    padding: 30px 0;
    text-align: center;
}
.yuishikin-benefits-grid {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.yuishikin-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.yuishikin-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Q&A */
.yuishikin-faq {
    padding: 30px 0;
    background-color: #f0f9ff;
    text-align: center;
}

.yuishikin-faq__grid {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: left;
}

.yuishikin-faq__item {
    
}

.yuishikin-faq__item dt {
    color: #0068b7;
    margin: 1rem;
}

.yuishikin-faq__item dd {
    display: block;
    margin-inline-start: 1rem;
    color: #f58e9c;
}

/* Goal */
.yuishikin-goal {
    margin-top: 10px;
    padding: 30px 0;
    background-color: #f9f0ff;
    text-align: center;
}

.yuishikin-goal__grid {
}

.yuishikin-goal__item {
    
}

.yuishikin-goal__item img {
    width: 100%;
    max-width: 400px;
}

/* 銀行 */
.yuishikin-bank {
    margin-top: 10px;
    padding: 30px 0;
    background-color: #f0f9ff;
    text-align: center;
}

.yuishikin-bank__grid {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: left;
}

.yuishikin-bank__item {
    
}

.yuishikin-bank__item dt {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1rem;
}

.yuishikin-bank__item dd {
    display: block;
    font-size: 1rem;
    margin-inline-start: 1rem;
}

/* 協賛企業 */
.yuishikin-sponsor {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 30px 0;
    background-color: #f9f0ff;
    text-align: center;
}

.yuishikin-sponsor__grid {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: left;
}

.yuishikin-sponsor__item {
    
}

.yuishikin-sponsor__item li {
    margin: 1rem;
}

/* フッター */
.yuishikin-fotter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* 他の要素より手前に表示 */
    background-color: rgba(255, 255, 255, 0.9); /* 背景を少し透過させると馴染みます */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* 上に軽い影をつけて境界をはっきりさせる */
}

/* リストを横並びにする */
.yuishikin-fotter__item {
    display: flex;
    justify-content: center; /* 中央寄せ */
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 10px 0; /* 上下の余白 */
    gap: 10px; /* ボタン同士の間隔 */
}

/* 画像のサイズ調整（任意） */
.yuishikin-fotter__item li img {
    display: block;
    height: 50px; /* 高さを指定すると揃いやすいです */
    width: auto;
    cursor: pointer;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .yuishikin-stats__box {
        flex-direction: column;
    }
    .yuishikin-mv__title {
        font-size: 1.4rem;
    }
}