@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL MANUON
    Theme URI: https://manuon.com/
    Description: SWELLを機能拡張する子テーマ
    Version: 1.0.0
    Author: suya(suyasite)@manuon.com
    Author URI: https://manuon.com/
*/

/* swell plus floating button */
#swell_plus_floating_button {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: -60px;
    transition: bottom .4s;
    margin-bottom: 0.5em;
}
[data-scrolled=true] #swell_plus_floating_button {
    display: block;
    bottom: 0;
}
/*.p-fixBtnWrap {
    bottom: calc(50px + 1.25em);
}*/
footer {
    padding-bottom: 50px;
}

/* faq block h3 */
.post_content h3.faq_q {
    font-size: 1em;
    margin: 0;
}
.post_content h3.faq_q:before {
    height: inherit;
    background: inherit;
    background-color: var(--color_bg);
    opacity: inherit;
    bottom: inherit;
}