@charset "UTF-8";
/* CSS Document */

:root {
        --main-color: #000;
    }
    
    #tokushu h1,
    #tokushu h2,
    #tokushu h3,
    #tokushu h4,
    #tokushu h5 {
        line-height: 1.3;
    }
    #tokushu p a {
        text-decoration: underline;
    }
	
    #tokushu h1 {
        font-size: 38px;
        font-weight: bold;
        line-height: 1.3;
    }
    #tokushu h1 span {
        font-size: 60%;
        margin: 0 0 3px 0;
    }
    #tokushu.saving h1 span,
    #tokushu.saving h2 span,
    #tokushu.saving h3 span,
    #tokushu.saving h4 span{
        display: block;
    }
    
#tokushu.saving h2 {
margin: 60px 0 30px 0;
line-height: 1.3;
border: none;
background: #333;
padding: 10px 20px;
color: #ffff;
}  

#tokushu.saving h2 span {
font-size: 60%
}

#tokushu.saving h3 {
margin: 40px 0 20px 0;
padding: 0;
line-height: 1.5;
border: none;
}   

#tokushu.saving h3.border {
line-height: 1.5;
margin: 60px 0 30px 0;
border-left: solid #ccc 10px;
padding: 0 0 0 20px;
}   
    
#tokushu.saving ul {
margin: 40px 0 40px 30px;
border: none;
list-style: disc;
}
    
#tokushu.saving ul li {
line-height: 1.5;
margin: 15px 0;
}  

#tokushu.saving ul li::marker {
  font-size: 1.5em;
  color: #666;
}

#tokushu.saving h4 {
border: none;
padding: 0;
margin: 60px 0 30px 0;
font-size: 1.2em;
}  

#tokushu.saving h5 {
  display: inline-block;
  background: #666;
  padding: 0.3em 0.3em;
  margin:0 0 40px 0;
  line-height: 1;
  color: #FFFFFF;
  font-size: 1em;
}

#tokushu.saving h4 span {
font-size: 70%
}

#tokushu.saving a:hover {
color: #999;
}

  
#tokushu .saving-circle:before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        background: var(--main-color);
        border-radius: 50%;
        margin: -4px 8px 0 0;
        vertical-align: middle;
        line-height: 1;
}
  
    
#tokushu .saving-circle.saving-circle-strong {
        font-size: 18px;
}

#tokushu .saving-strong {
        font-weight: bold;
    }
    
#tokushu .index ol {
        padding-left: 0;
    }
    
    

#tokushu .button-link {
  display: block;
  border: 1px solid var(--main-color);
  padding: 20px;
  transition: 0.2s;
  margin: 50px 0 30px 0;
  line-height: 1.5;
}

#tokushu .button-link h5 {
color: var(--main-color);
margin: 0 0 5px 0;
font-size: 110%;
border: none;
background: none;
padding: 0;
display: block;
line-height: 1.3;
}

#tokushu .button-link img {
float: left;
margin: 0 20px 20px 0;
width: 150px;
height: auto;
}

#tokushu .button-link a {
color: #000000
}

#tokushu .button-link a:hover {
  text-decoration: none;
  opacity: 0.5;
}    
    
    
    
    body.white .site h1 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    body.white .site #tokushu h1,
    body.white .site #tokushu h2,
    body.white .site #tokushu h3,
    body.white .site #tokushu h4 {
        line-height: 1.3;
        font-weight: bold;
    }
    body.white .site #tokushu h1 {
        font-size: 9.8vw;
        font-weight: bold;
    }
    body.white .site #tokushu h2 {
        font-size: 25px;
    }
    body.white .site #tokushu h3 {
        font-size: 22px;
    }
    

    
    .related-articles a {
        display: flex;
        gap: 16px;
        padding: 16px;
        border: 1px solid var(--main-color);
    }
    .related-articles a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .related-articles {
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto 20px;
    }
    .related-articles a img {
        width: 30%;
        height: auto;
        object-fit: cover;
        margin: 0;
    }
    #tokushu .related-articles a .related-articles__wrap h4 {
        border: none;
        padding: 0;
        margin: 0 0 4px;
        width: 100%;
        line-height: 1.3;
    }
    #tokushu .related-articles a .related-articles__wrap h4 span {
        display: block;
        margin: 0;
        font-size: 70%;
    }
    #tokushu .related-articles a .related-articles__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #tokushu .related-articles a .related-articles__wrap p {
        flex: 1;
        margin: 0;
        padding: 0;
        line-height: 1.3 !important;
        font-size: 13px;
    }
    body.white .site .related-articles a {
        flex-wrap: wrap;
        text-decoration: none;
    }
    body.white .site .related-articles a img {
        width: 100%;
    }
    body.white .site #tokushu .related-articles a .related-articles__wrap h4 {
        font-weight: bold;
        margin: 0 0 8px;
    }
  
