/* family-grave.css - ファミリーグレイヴページのスタイル */

/* メインコンテンツ */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-image {
    width: 100%;
    margin-bottom: 40px;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ファミリーグレイヴの概要セクション */
.family-grave-overview {
    margin-bottom: 60px;
}

.family-grave-overview h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}

.family-grave-overview h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

.family-description {
    background-color: #fafafa;
    padding: 35px;
    border-radius: 8px;
    margin-top: 25px;
    border: 1px solid #e0e0e0;
}

.family-description p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #333;
    font-weight: 400;
}

/* 特徴セクション */
.family-features {
    margin-bottom: 60px;
}

.family-features h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
}

.family-features p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #333;
    font-weight: 400;
}

/* 対象者セクション */
.family-target {
    margin-bottom: 60px;
}

.family-target h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.family-target ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.family-target li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #333;
}

.family-target li:before {
    content: "•";
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.family-target p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* 詳細情報セクション */
.family-details {
    margin-bottom: 60px;
}

.details-content {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.details-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 25px 0 15px 0;
    border-left: 4px solid #000;
    padding-left: 15px;
}

.details-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}

.details-content ul {
    list-style: none;
    padding: 0;
}

.details-content li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #333;
}

.details-content li:before {
    content: "・";
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* 費用一覧セクション */
.family-pricing {
    margin-bottom: 60px;
}

.pricing-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 12px;
    letter-spacing: 0.3px;
}

.pricing-content {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-details {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.pricing-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 25px 0 15px 0;
    border-left: 4px solid #000;
    padding-left: 15px;
}

.pricing-details p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}

.pricing-details ul {
    list-style: none;
    padding: 0;
}

.pricing-details li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #333;
}

.pricing-details li:before {
    content: "・";
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* その他のサービスセクション */
.family-services {
    margin-bottom: 60px;
}

.services-content {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.services-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 25px 0 15px 0;
    border-left: 4px solid #000;
    padding-left: 15px;
}

.services-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}

.services-content ul {
    list-style: none;
    padding: 0;
}

.services-content li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #333;
}

.services-content li:before {
    content: "・";
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* 契約約款セクション */
.family-contract {
    margin-bottom: 60px;
}

.contract-content {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #000;
}

.contract-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

.contract-item {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.contract-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contract-item p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
}

.contract-signature {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #ddd;
}

.contract-signature p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.signature-form {
    margin-top: 20px;
}

.signature-section {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.signature-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.signature-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .family-grave-overview h2 { font-size: 28px; }
    .family-grave-overview h3 { font-size: 20px; }
    
    .family-features h3 { font-size: 20px; }
    .family-features p { font-size: 16px; }
    
    .family-target h3 { font-size: 20px; }
    .family-target li { font-size: 16px; }
    .family-target p { font-size: 16px; }
    
    .details-content h3 { font-size: 18px; }
    .details-content p { font-size: 16px; }
    .details-content li { font-size: 16px; }
    
    .pricing-content h2 { font-size: 24px; }
    .pricing-details h3 { font-size: 18px; }
    .pricing-details p { font-size: 16px; }
    .pricing-details li { font-size: 16px; }
    
    .services-content h3 { font-size: 18px; }
    .services-content p { font-size: 16px; }
    .services-content li { font-size: 16px; }
    
    .contract-content h2 { font-size: 20px; }
    .contract-item h4 { font-size: 16px; }
    .contract-item p { font-size: 15px; }
    .signature-section h4 { font-size: 16px; }
    .signature-section p { font-size: 15px; }
}

@media (max-width: 480px) {
    .family-grave-overview h2 { font-size: 24px; }
    .family-grave-overview h3 { font-size: 18px; }
    
    .family-features h3 { font-size: 18px; }
    .family-features p { font-size: 15px; }
    
    .family-target h3 { font-size: 18px; }
    .family-target li { font-size: 15px; }
    .family-target p { font-size: 15px; }
    
    .details-content h3 { font-size: 16px; }
    .details-content p { font-size: 15px; }
    .details-content li { font-size: 15px; }
    
    .pricing-content h2 { font-size: 20px; }
    .pricing-details h3 { font-size: 16px; }
    .pricing-details p { font-size: 15px; }
    .pricing-details li { font-size: 15px; }
    
    .services-content h3 { font-size: 16px; }
    .services-content p { font-size: 15px; }
    .services-content li { font-size: 15px; }
    
    .contract-content h2 { font-size: 18px; }
    .contract-item h4 { font-size: 15px; }
    .contract-item p { font-size: 14px; }
    .signature-section h4 { font-size: 15px; }
    .signature-section p { font-size: 14px; }
}
