@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
*/


/* ========================================
   FONT
======================================== */

@font-face {
    font-family: 'Tsunagi Gothic';
    src: url('/wp-content/themes/swell_child/assets/fonts/TsunagiGothic-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Tsunagi Gothic', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}


/* ========================================
   SWELL調整
======================================== */

/* ヘッダー上部バーを非表示 */
.l-header__bar {
    display: none;
}


/* ========================================
   WEB LAB TOP
======================================== */

.weblab_section {
    padding: 120px 24px;
    text-align: center;
}

.weblab_ttl_wrapper {
    text-align: center;
}


/* SWELLのh2デザインをリセット */
.post_content h2.weblab_ttl {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333 !important;

    font-family: 'Tsunagi Gothic', 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.post_content h2.weblab_ttl::before,
.post_content h2.weblab_ttl::after {
    content: none !important;
    display: none !important;
}


/* サブタイトル */
.weblab_sub_ttl {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.6;
}


/* 本文 */
.weblab_content {
    max-width: 600px;
    margin: 60px auto 0;
    text-align: left;
}

.weblab_textbox + .weblab_textbox {
    margin-top: 2rem;
}

.weblab_textbox p {
    margin: 0;
    font-size: 1rem;
    line-height: 2;
}


/* ========================================
   SP
======================================== */

@media (max-width: 768px) {

    .weblab_section {
        padding: 80px 20px;
    }

    .post_content h2.weblab_ttl {
        font-size: 2rem;
    }

    .weblab_content {
        margin-top: 40px;
    }

    .weblab_textbox p {
        line-height: 1.9;
    }
}