@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.1
    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
*/

/* Technogram カスタムスタイル */

.home {
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.8;
}

a {
    transition: opacity 0.3s, color 0.3s;
}

a:hover {
    opacity: 0.8;
}

/* フッター */
.home .l-footer {
    margin-top: 0 !important;
    padding-top: 40px !important;
    background-color: #000000 !important;
}

.home .l-footer > * {
    padding-top: 0 !important;
}

/* ブログ記事 */
.post-content {
    line-height: 1.9;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
