@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
*/

/* SWELLボタン ノーマル／アウトライン 影なし・ホバーで透過 */
.is-style-btn_normal a,
.is-style-btn_line a {
    box-shadow: none;
    transition: background-color .25s, opacity .25s;
}

.is-style-btn_normal a:hover,
.is-style-btn_line a:hover {
    opacity: .8;
    box-shadow: none;
}

/* ブログパーツ - お問い合わせボタン */
.contact-btn {
    display: flex;
    justify-content: center;
    gap: .75em;
}

.contact-btn div {
    flex: 1 0 150px;
    max-width: 200px;
}

.contact-btn a {
    display: block;
}

#before_footer_widget .contact-btn div a {
    font-size: initial;
}