@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@600;700&family=Noto+Sans+JP:wght@100..900&display=swap');

.gaba{
    font-family: 'Gabarito', sans-serif;
}

html{
    scroll-behavior: smooth;
}

body *{
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', Meiryo, Osaka, 'MS PGothic', sans-serif;
}
a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/*---------------------------------

  共通

---------------------------------*/


@media screen and (min-width: 821px){
    body{
        min-width: 1000px;
    }
}
@media screen and (min-width: 769px){
    .sp{
        display: none;
    }
    
} 
@media screen and (max-width: 768px){
    
    .pc{
        display: none;
    }
}
/*---------------------------------

  ヘッダー

---------------------------------*/

@media screen and (max-width:1023px){

}
@media screen and (max-width:600px){

}
/*---------------------------------

  中身

---------------------------------*/

.inner{
    display: block;
    width: 92%;
    max-width: 1000px;
    margin: auto;
}
.breadcrumb{
    width: 92%;
    max-width: 1000px;
    margin: 0 auto 60px; 
}
.breadcrumb li{
    display: inline-block;
    color: #fff;
}
.breadcrumb li::before{
    content: '／';
}
.breadcrumb li:first-child::before{
    content: '';
}
.breadcrumb li a{
    color: #fff;
}
.breadcrumb li a:hover{
    color: #007EFF;
}
@media screen and (max-width:1023px){

}
/*---------------------------------

  フッダー

---------------------------------*/

.footer{
    padding: 30px 0 25px;
    background: #333;
    border-top: 2px solid #000;
}
.footer p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width:768px){

}

/*---------------------------------

  raw content

---------------------------------*/

.raw-content {
    color: white;
}
.release_list .list .txt.raw-content {
    color: white;
}
.release_list .list .txt.raw-content p {
    color: white;
    padding: 0.4em 0;
}
.release_list .list .txt.raw-content a {
    color: white;
    text-decoration: underline;
}

.raw-content h1 {
    color: white;
    padding: 0.4em 0;
    font-size: 240%;
}

.raw-content h2 {
    color: white;
    padding: 0.4em 0;
    font-size: 200%
}

.raw-content h3 {
    color: white;
    padding: 0.4em 0;
    font-size: 160%
}

.raw-content h4 {
    color: white;
    padding: 0.4em 0;
    font-size: 140%
}

.raw-content h5 {
    color: white;
    padding: 0.4em 0;
    font-size: 120%
}
.raw-content h6 {
    color: white;
    padding: 0.4em 0;
    font-size: 110%
}

.release_list .list .url {
    display: block;
    color: white;
    border-left: 4px solid #FFFFFF;
    padding: 1em;
    margin-top: 1em;
}
.release_list .list .url a {
    color: #FFFFFF;
    text-decoration: underline;
}
.release_list .list .url a:hover {
    color: #007FFF;
}


.ttl.index-ttl{
    width: 92%;
    margin: 0 auto 80px;
    max-width: 100%;
}
.ttl.index-ttl::before{
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-top: 0;
    border-bottom: 1px solid #007FFF;
}
