@charset "UTF-8";

body{
    font-family: 'Zen Old Mincho', serif;
    background-color:hsla(0, 0%, 100%, 0.982);
    color: #454545;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    min-height: 100vh; 
}

.wrap{
    max-width: 500px;
    min-height: 100vh;
    padding: 40px 25px 0;
    margin: 0 auto;
}

.date{
    font-family: 'Special Elite', serif;
    font-size: 14px;
    background: linear-gradient(transparent 20%, #c2edff 5%);
    margin-top: 2em;
}

.date-sen{
    padding: 0 ;
    margin-top: -1%;
    border-bottom: 1px solid rgba(0,0,0,0.3);/* ★記事の区切り線 */
}


.honbun{
    margin-left: 2%
}

h1{
    font-family: 'Special Elite', 'Zen Old Mincho', serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom:solid 1px #0f5fc8;
    padding-bottom: 0;
    margin-bottom: 5%;
}

.link{
    color: rgb(23, 44, 182);
    transition: 0.2s;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
    
.link:hover{
    color: #23CAE2;
    text-decoration: none;
}

details > summary {
    padding: 2px 0px;
    border: none;
    list-style: none;
}
  
details > p {
    padding: 2px 6px;
    margin: 0;
    color: rgb(231, 238, 243);
    font-size: 80%;
    line-height: 85%;
    
}