/* 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;
}

#library{
    margin-bottom: 50px; 
}
#library 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;
}
#library h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#library 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;
}

#library  p{
    text-align: center;
    line-height: 1.2em;
}


#library .backNumber ul{
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
}
#library .backNumber ul li{
    font-size: 80%;
    text-align: center;
    line-height: 1.2em;
}

#library #system{
    padding: 40px 0;
}
#library #system table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
}
#library #system table th, 
#library #system table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#library #system table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align:center;
    width: 30%;
    background-color: #f4f7fb;
}
#library #system table td a{
    text-decoration: none;
}
#library #guidebook .i_pdf{
    padding-top: 20px;
}



#library #guarantee ul li a {
	display: flex;
	flex-direction: column;
	max-width: 200px;
}
#library #guarantee ul li a img {
	max-height: 200px;
	width: auto;
	object-fit: contain;
}




@media screen and (max-width: 480px) {
 	 
	#library #guarantee ul li a {
		max-width: 150px;
	}
	
	
}
