/* CSS Document */
article{
    padding-bottom: 80px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#disclosure{
    margin-bottom: 50px; 
}
#disclosure h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#disclosure h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#disclosure h4 {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #5986C6;
    margin-bottom: 15px;
    text-indent: -1.1em;
	padding-left: 1.1em;
}

#disclosure #digitalbook p{
    text-align: center;
    line-height: 1.2em;
}
#disclosure #digitalbook .system{
    padding: 40px 0;
}

#disclosure #backNumber ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
#disclosure #backNumber ul li{
    font-size: 80%;
    text-align: center;
    line-height: 1.2em;
    padding-bottom: 20px;
}


#disclosure table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
}
#disclosure table th, 
#disclosure table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}

#disclosure table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align:left;
    width: 30%;
    background-color: #f4f7fb;
}
#disclosure .system table th {
    text-align:center;
}
#disclosure table td a{
    text-decoration: none;
}
    
@media screen and (max-width: 480px) {
  
	
}
