@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*FAQ（[faq]ショートコード＝details/summaryのアコーディオン）*/
.sgs-faq {
    margin: 1.5em 0;
}
.sgs-faq .sgs-faq__item {
    border: 1px solid #c0c0c0;
    background: #fff;
}
.sgs-faq .sgs-faq__item + .sgs-faq__item {
    margin-top: .5em;
}
.sgs-faq .sgs-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5em;
    padding: 1em 1.2em 1em 4.2em;
    position: relative;
    color: #34467c;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
    background: none;
    list-style: none;
}
.sgs-faq .sgs-faq__q::-webkit-details-marker {
    display: none;
}
.sgs-faq .sgs-faq__q::before {
    content: url(https://sagasuyo.sugureta.co.jp/wp-content/uploads/2025/09/faq-q.png);
    position: absolute;
    left: 1.2em;
    top: .85em;
    line-height: 1;
}
.sgs-faq .sgs-faq__q:hover {
    background: rgba(52, 70, 124, .05);
}
.sgs-faq .sgs-faq__q .swell-block-accordion__label {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    word-break: normal;
    overflow-wrap: anywhere;
}
.sgs-faq .sgs-faq__q .swell-block-accordion__icon {
    flex: 0 0 auto;
    width: 1em;
    font-size: 1.25em;
    color: #34467c;
    transition: transform .2s;
}
/* 開いているときは「＋」を「−」に差し替える */
.sgs-faq .sgs-faq__item[open] > .sgs-faq__q .swell-block-accordion__icon::before {
    content: "\e919";
}
/* SWELLは .is-opened が付くまで本文を height:0 にするが、
   ここは details 自身が開閉を持つので常に表示側に固定する */
.sgs-faq .sgs-faq__a {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible;
    border-top: 1px dashed #c0c0c0;
    margin: 0 1.2em;
    padding: 1em .4em 1.2em 3em !important;
    position: relative;
}
.sgs-faq .sgs-faq__a::before {
    content: url(https://sagasuyo.sugureta.co.jp/wp-content/uploads/2025/09/faq-a.png);
    position: absolute;
    left: 0;
    top: 1em;
    line-height: 1;
}
.sgs-faq .sgs-faq__a > *:first-child {
    margin-top: 0;
}
.sgs-faq .sgs-faq__a > *:last-child {
    margin-bottom: 0;
}
@media (max-width: 599px) {
    .sgs-faq .sgs-faq__q {
        padding: .9em 1em .9em 3.4em;
    }
    .sgs-faq .sgs-faq__q::before {
        left: .8em;
        transform: scale(.8);
    }
    .sgs-faq .sgs-faq__a {
        margin: 0 1em;
        padding: .9em .2em 1em 2.4em !important;
    }
}
