/*
    Theme Name: SWELL child
    Template: swell
    Theme URI: https://swell-theme.com/
    Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
    Version: 2.15.0
    Requires at least: 5.6
    Requires PHP: 7.3.0
    Author: LOOS,Inc.
    Author URI: https://loos.co.jp/
    Text Domain: swell
    Domain Path: /languages
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=BIZ+UDMincho&family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

/* 用語集 */
.glossary-taxonomy-index{
    margin-bottom: 100px;
}

.glossary-taxonomy-index__list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.glossary-taxonomy-index__list li{
}


.glossary-taxonomy-index__list li a{
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 40px;
    height: 40px;
    background-color: #CCE5E1;
}

.glossary-term-title{
    background-color: #CCE5E1;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

.glossary-term-block{
    margin-bottom: 50px;
}



.glossary-term-posts{

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: repeat(1, 1fr); */
    justify-content: center;
    gap: 20px;
    text-align: center;
    span{
        display: block;
        font-size: 0.7em;
        color: #A0A0A0;
    }
    a{
        color: #000;
    }


}
@media not all and (min-width: 960px) {
    .glossary-term-posts{
    grid-template-columns: repeat(2, 1fr);
    }
}



.single-glossary .glossary-term-title{
    margin-top: 80px;
}

.single-glossary .post_content .glossary-single-title{
    margin-bottom: 20px;

}
.single-glossary .post_content .glossary-single-title span{
    display: block;
    font-size: 0.7em;
    color: #A0A0A0;
    
}



/* 専用h2タイトル */
.header-title_h2{
    font-family: "Cardo", "BIZ UDMincho", sans-serif;
    font-size: 2.8rem !important;
    background-color: transparent !important;
    color: #000 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    margin-bottom: 0.8em !important;
    margin-top: 0.3em !important;
    &::first-letter{
        color: #03806C !important; 
    }
    span{
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
    &::before,
    &::after{
        display: none !important;
    }
}

.header-title_h2.index-tit{
    font-size: 4.4rem !important;
    line-height: 0.6 !important;
    span{
        font-size: 1.1rem;
        color: #A0A0A0;
    }
}

/* 専用h3タイトル */
.header-title_h3{
    font-family: "Cardo","BIZ UDMincho",sans-serif;
    font-weight: 400 !important;
    letter-spacing: 2px;
    padding: 3px 0 3px 10px !important;
    border-left:4px solid #04384C;
    &::before,
    &::after{
        display: none !important;
    }
}



/* グローバルメニュー（英語版調整） */
.c-gnav .nav-en{
    display: none;
}
.contact-en{
    display: none;
}

