@charset "utf-8";

/* ===== downloads.css ===== */
/* -- downloadBox01 -- */
.downloadBox01 a {
    display: block;
}
.downloadBox01 .img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.downloadBox01 .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.downloadBox01 .category {
    font-weight: bold;
    font-size: 14px;
    color: #4197CB;
    margin-top: 17px;
}
.downloadBox01 .tit {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #115680;
    margin-top: 16px;
}
.downloadBox01 .day {
    font-size: 12px;
    color: #7E7E7E;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 19px;
}
.downloadBox01 .capacity {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #A0A0A0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    height: 18px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
}
/* - nugget_profiler - */
.downloadBox01 .nugget_profiler .category { color: #42B6CB; }
/* - seam_seeker - */
.downloadBox01 .seam_seeker .category { color: #41CB87; }
@media screen and ( max-width: 900px ) {
    .downloadBox01 .category {
        font-size: 12px;
        margin-top: 10px;
    }
    .downloadBox01 .tit {
        font-size: 18px;
        margin-top: 5px;
    }
    .downloadBox01 .day {
        font-size: 10px;
        margin-top: 5px;
    }
    .downloadBox01 .capacity {
        font-size: 10px;
        padding: 2px 2px 0;
        height: 14px;
    }
}

/* -- downloadBox02 -- */
.downloadBox02 > :first-child {
    border-radius: 16px 16px 0 0;
}
.downloadBox02 > :last-child {
    border-radius: 0 0 16px 16px;
}
.downloadBox02 dt {
    font-weight: bold;
    line-height: 1.6875;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    padding: 22px 20px 20px;
    background: #00629D;
}
.downloadBox02 dt .date {
    margin-left: auto;
    width: 180px;
}
.downloadBox02 dd {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 18px 24px 20px;
    border: 1px solid #CDD9E0;
    border-bottom: none;
}
.downloadBox02 > dd:last-child {
    border-bottom: 1px solid #CDD9E0;
}
#contents .downloadBox02 dd a {
    text-decoration: underline;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-top: 4px;
    padding-left: 30px;
    width: calc(100% - 210px);
}
.downloadBox02 dd a img {
    position: absolute;
    top: -3px;
    left: 0;
}
.downloadBox02 dd .date {
    font-weight: 500;
    font-size: 14px;
    margin-left: auto;
    width: 180px;
}
@media screen and ( min-width: 901px ) {
    #contents .downloadBox02 dd a:hover {
        text-decoration: none;
        opacity: 1;
    }
}
@media screen and ( max-width: 900px ) {
    .downloadBox02 dt .date {
        margin-left: auto;
        width: 90px;
    }
    #contents .downloadBox02 dd a {
        padding-left: 25px;
        width: calc(100% - 115px);
    }
    .downloadBox02 dd a img {
        position: absolute;
        top: -4px;
        left: 0;
        width: 19px;
    }
    .downloadBox02 dd .date {
        font-size: 14px;
        width: 90px;
    }
}