@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
*/

/* --------------------------------------------------------------- */
/* テーマカスタマイズ------------------------------------------------ */
/* --------------------------------------------------------------- */

/* service-flex-gap------------------------------- */

@media (max-width: 768px) {
    .service-flex-gap {
        gap: 3rem !important;
    }
}

/* hello-margin-top------------------------------- */
.hello-margin-top {
    margin-top: 3rem !important;
}

.about-margin-bottom {
    margin-bottom: 1.8rem !important;
}


/* h2カスタマイズ */

.single h2 {
    position: relative;
    padding: 0 0.5em 0.5em;
}

.single h2::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 20%, rgba(255, 255, 189, 0.2) 90%, rgba(255, 255, 189, 0.2) 100%);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}

.information_list li {
    margin: 1em 0 !important;
}

.information_list_tool ul li {
    border: 1px solid var(--color_main);
    border-radius: 20px;
    padding: 0.3em 0.8em;
}

.information_list_tool ul li::before {
    content: none !important;
    display: none !important;
}