.elementor-1039 .elementor-element.elementor-element-59aae2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1039 .elementor-element.elementor-element-59aae2b:not(.elementor-motion-effects-element-type-background), .elementor-1039 .elementor-element.elementor-element-59aae2b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EC;}.elementor-1039 .elementor-element.elementor-element-a805b8c{--display:flex;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-1039 .elementor-element.elementor-element-e87d883{--spacer-size:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1039 .elementor-element.elementor-element-304500e{text-align:center;}.elementor-1039 .elementor-element.elementor-element-304500e .elementor-heading-title{font-family:"Sawarabi Mincho", Sans-serif;font-size:18px;font-weight:500;color:#000000;}.elementor-1039 .elementor-element.elementor-element-956f8e9{text-align:center;}.elementor-1039 .elementor-element.elementor-element-956f8e9 .elementor-heading-title{font-family:"Sawarabi Mincho", Sans-serif;font-size:32px;font-weight:500;line-height:1.3em;letter-spacing:0.03em;color:#000000;}.elementor-1039 .elementor-element.elementor-element-0a37da7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1039 .elementor-element.elementor-element-0a37da7:not(.elementor-motion-effects-element-type-background), .elementor-1039 .elementor-element.elementor-element-0a37da7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EC;}.elementor-1039 .elementor-element.elementor-element-65bf768{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1039 .elementor-element.elementor-element-65bf768:not(.elementor-motion-effects-element-type-background), .elementor-1039 .elementor-element.elementor-element-65bf768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EC;}.elementor-1039 .elementor-element.elementor-element-3d719f9{--display:flex;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-1039 .elementor-element.elementor-element-a3a1d7f{--spacer-size:40px;}@media(max-width:768px){.elementor-1039 .elementor-element.elementor-element-304500e .elementor-heading-title{font-size:16px;}.elementor-1039 .elementor-element.elementor-element-956f8e9 .elementor-heading-title{font-size:24px;}}@media(max-width:568px){.elementor-1039 .elementor-element.elementor-element-304500e .elementor-heading-title{font-size:16px;}.elementor-1039 .elementor-element.elementor-element-956f8e9 .elementor-heading-title{font-size:24px;}}@media(max-width:320px){.elementor-1039 .elementor-element.elementor-element-304500e .elementor-heading-title{font-size:24px;}.elementor-1039 .elementor-element.elementor-element-956f8e9 .elementor-heading-title{font-size:24px;}}/* Start custom CSS for html, class: .elementor-element-e22a704 *//* アコーディオン専用のスタイル */
.accordion-container {
    max-width: 960px;
    margin: 0 auto;
    background-color: white;
    overflow: hidden;
    font-family: 'Sawarabi Mincho', serif;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    background-color: white;
    color: black;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    margin: 0;
    box-sizing: border-box;
}

.accordion-header:hover {
    background-color: #f5f5f5;
}

.accordion-header.active {
    background-color: white;
}

.accordion-title {
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Sawarabi Mincho', serif;
    margin: 0;
    padding: 0;
}

.question-number {
    color: black;
    font-weight: 400;
    font-size: 32px;
    margin-right: 10px;
    font-family: 'Sawarabi Mincho', serif;
    margin: 0;
    padding: 0;
}

.accordion-icon {
    transition: transform 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: black;
}

.accordion-icon.active {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.accordion-content.active {
    max-height: 300px;
}

.accordion-body {
    padding: 25px;
    color: black;
    line-height: 1.6;
    font-family: 'Sawarabi Mincho', serif;
    margin: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.sample-content {
    margin-bottom: 15px;
    padding: 0;
}

.sample-content h4 {
    color: black;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    margin-top: 0;
    padding: 0;
}

.sample-content p {
    color: black;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    margin-top: 0;
    padding: 0;
}

.sample-content ul {
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    margin-top: 0;
    padding: 0;
}

.sample-content li {
    color: black;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    margin-top: 0;
    padding: 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .accordion-header {
        padding: 15px 20px;
    }
    
    .accordion-title {
        font-size: 18px;
    }
    
    .question-number {
        font-size: 18px;
    }
    
    .accordion-body {
        padding: 20px;
    }
    
    .sample-content h4 {
        font-size: 16px;
    }
    
    .sample-content p {
        font-size: 16px;
    }
    
    .sample-content ul {
        font-size: 16px;
    }
    
    .sample-content li {
        font-size: 16px;
    }
}/* End custom CSS */