@charset "utf-8";
/* CSS Document */

#backnumber {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#backnumber > a > div:first-of-type {
    aspect-ratio: 750 / 412;
}

#backnumber > a > div:first-of-type > img {
    aspect-ratio: 750 / 412;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    border: solid 1px #d8d8d8;
    background-color: #f7f7f7;
}

#backnumber > a > div:last-of-type {
    font-size: 1.8rem;
    margin-top: 20px;
}

#backnumber > a > div:last-of-type > dl >dt {
    font-size: 1.6rem;
    color: #008bd5;
}



/*
#backnumber {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

#backnumber > a {
    display: flex;
    align-items: start;
    flex-flow: column;
    gap: 20px;
    border: solid 3px #008bd5;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 20px;
}

#backnumber > a > div:first-of-type {
	width: 100%;
}

#backnumber > a > div:first-of-type img {
	width: 100%;
}

#backnumber > a > div:last-of-type {
    padding: 0 4% 20px;
}

#backnumber > a > div > dl > dt {
	font-size: clamp(1.6rem, 1.7vw, 2.4rem);
    color: #000000;
    font-weight: 500;
}

#backnumber > a > div > dl > dd {
	font-size: clamp(2rem, 2.2vw, 3.2rem);
    color: #008bd5;
    padding-top: 5px;
    font-weight: 500;
    line-height: 1.5;
}
*/

/***********************************************************/
@media only screen and (min-width:768px) {

#backnumber {
    margin-top: 60px;
    gap: 45px;
}

#backnumber > a {
    width: calc((100% - 90px) / 3);
}

#backnumber > a > div:last-of-type {
    font-size: 2.2rem;
}

#backnumber > a > div:last-of-type > dl >dt {
    font-size: 1.6rem;
}


/*
#backnumber > a {
    flex-flow: row;
    align-items: center;
    padding-right: 50px;
    border-radius: 30px;
    gap: 50px;
    transition: all 0.3s 0s ease;
    border: solid 4px #008bd5;
}

#backnumber > a:hover {
    background-color: #f2f9fd;
}

#backnumber > a:hover img {
    opacity: 1;
}

#backnumber > a > div:first-of-type {
	max-width: 500px;
	width: 45%;
}

#backnumber > a > div:last-of-type {
    padding: 0;
	width: calc(55% - 40px);
}

#backnumber > a > div > dl > dd {
    padding-top: 10px;
}
*/
}

