/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 01:56:26 */
/* ===== ふるさと納税 応援プロジェクトページ ===== */
.frs {
    max-width: 100％;
    margin: 0 auto;
    color: #333;
}

/* ヒーロー */
.frs-hero {
    text-align: center;
    padding: 36px 20px;
    background: linear-gradient(135deg, #5c8da8 0%, #4a7691 100%);
    color: #fff;
    border-radius: 14px;
    margin-bottom: 32px;
}
.frs-hero-sub {
    font-size: 0.95em;
    opacity: 0.95;
    margin-bottom: 8px;
}
.frs-hero-title {
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}
.frs-hero-lead {
    font-size: 0.95em;
    line-height: 1.8;
    opacity: 0.95;
}

/* お礼カード */
.frs-thanks {
    display: flex;
    gap: 22px;
    background: #fff7ed;
    border: 1px solid #f0d9bf;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 34px;
    align-items: stretch;
}
.frs-thanks-photo {
    flex: 0 0 220px;
}
.frs-thanks-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.frs-photo-ph {
    width: 100%;
    height: 150px;
    background: #f0e3d2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b89a72;
    font-size: 0.9em;
}
.frs-thanks-head {
    font-size: 1.25em;
    font-weight: bold;
    color: #c2691a;
    margin-bottom: 10px;
}
.frs-thanks-body p {
    line-height: 1.85;
    margin: 0 0 10px;
    font-size: 0.94em;
}

/* セクション共通 */
.frs-section {
    margin-bottom: 38px;
}
.frs-sec-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #2c5f7a;
    padding-left: 14px;
    border-left: 5px solid #5c8da8;
    margin-bottom: 16px;
}
.frs-sec-desc {
    line-height: 1.85;
    font-size: 0.94em;
    margin-bottom: 20px;
}

/* メリット3カード */
.frs-merits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.frs-merit {
    background: #fff;
    border: 1px solid #d4e4ed;
    border-radius: 12px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}
.frs-merit-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    background: #5c8da8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
}
.frs-merit-title {
    font-weight: bold;
    color: #2c5f7a;
    margin-bottom: 8px;
}
.frs-merit-text {
    font-size: 0.86em;
    line-height: 1.7;
    color: #555;
}

/* 応援事業 */
.frs-projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.frs-project {
    background: #f5f9fb;
    border-radius: 12px;
    padding: 20px 22px;
    border-top: 4px solid #5c8da8;
}
.frs-project-head {
    font-weight: bold;
    color: #2c5f7a;
    font-size: 1.05em;
    margin-bottom: 8px;
}
.frs-project-text {
    font-size: 0.9em;
    line-height: 1.7;
    color: #555;
}

/* 手続きステップ */
.frs-step {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.frs-step-num {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background: #5c8da8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}
.frs-step-body {
    flex: 1;
}
.frs-step-head {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 6px;
}
.frs-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.frs-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 0.92em;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
}
.frs-btn-file {
    background: #6b8e23;
    color: #fff !important;
}
.frs-btn-pdf {
    background: #5c8da8;
    color: #fff !important;
}
.frs-btn-ext {
    background: #c2691a;
    color: #fff !important;
}
.frs-btn:hover {
    opacity: 0.88;
}
.frs-note {
    font-size: 0.85em;
    color: #777;
    margin: 14px 0 0;
}

/* ワンストップ */
.frs-onestop {
    margin-top: 24px;
    background: #eef4f7;
    border-radius: 10px;
    padding: 18px 22px;
}
.frs-onestop-head {
    font-weight: bold;
    color: #2c5f7a;
    margin-bottom: 8px;
}
.frs-onestop p {
    font-size: 0.9em;
    line-height: 1.75;
    margin: 0;
}

/* 関連リンク */
.frs-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.frs-link {
    display: inline-block;
    color: #2c5f7a !important;
    text-decoration: none !important;
    padding: 10px 16px;
    background: #f5f9fb;
    border-radius: 8px;
    border: 1px solid #d4e4ed;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 0.92em;
}
.frs-link:hover {
    background: #e8f0f4;
}

/* スマホ */
@media (max-width: 700px) {
    .frs-thanks { flex-direction: column; }
    .frs-thanks-photo { flex: 0 0 auto; width: 100%; }
    .frs-merits { grid-template-columns: 1fr; }
    .frs-projects { grid-template-columns: 1fr; }
    .frs-hero-title { font-size: 1.4em; }
}
