@charset "utf-8";

/* main_board */
.mediawrap .top { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #6d7070; }
.mediawrap .top a { display: inline-block; }
.mediawrap .top a:first-of-type { font-weight: 600; font-size: 30px; color: #2e2e2e; }
.mediawrap .top a:last-of-type { font-size: 18px; color: #666; }

.mediawrap .mid .midul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.mediawrap .mid .midul .midli { width: 48%; }
.mediawrap .mid .midul .midli .mida { display: block; }
.mediawrap .mid .midul .midli .mida .imgbox { position: relative; display: block; aspect-ratio: 1/0.8; overflow: hidden; }
.mediawrap .mid .midul .midli .mida .imgbox img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); min-width: 100%; min-height: 100%; max-width: 130%; }
.mediawrap .mid .midul .midli .mida .text1 { margin-top: 20px; font-weight: 600; font-size: 20px; color: #000; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mediawrap .mid .midul .midli .mida .text2 { font-size: 16px; color: #989898; line-height: 1.5; }
