@charset "utf-8";

/*

material.css
Version: 2023.10.31


*/

/* --------------------------------------------------------
/* .page-material
/* .material-list
-------------------------------------------------------- */


/* .page-material
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/material/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/material/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .material-list
-------------------------------------------------------- */
.material-list {
    width: 100%;
}
.material-list-item {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.material-list-item-img {
    position: relative;
    margin: 0 0 10px 0;
}
/* .material-list-item-img::after {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(33, 67, 102, .2);
    content: "";
} */
.material-list-item-box {
    width: 100%;
}
.material-list-item-box .box-catch {
    display: inline-block;
    margin-bottom: 1em;
    padding: .5em .6em;
    background: #333;
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
}
.material-list-item-box .box-ttl {
    position: relative;
    margin-bottom: .2em;
    padding: 0 0 2px 0;
    color: #020202;
    text-align: left;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.4;
}
/* .material-list-item-box .box-ttl span {
    display: block;
    padding: .5em 0 0 0;
    color: #020202;
    font-weight: 500;
    font-size: 2rem;
} */
/* .material-list-item-box .box-ttl::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    display: block;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #333;
    content: "";
    transform: translateX(-50%);
} */
.material-list-item-box .box-txt {
    font-size: 1.4rem;
}
.material-list-item-box .box-dl {
    display: flex;

    flex-wrap: wrap;
}
.material-list-item-box .box-dl dt {
    display: flex;
    margin: 0 0 10px 0;
    padding: .2em .8em;
    width: 25%;
    /* border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; */
    background-color: #e1e3e4;
    color: #020202;
    font-weight: 400;
    font-size: 1.4rem;

    align-items: center;
    justify-content: center;
}
.material-list-item-box .box-dl dd {
    margin: 0 0 10px 0;
    padding: .8em;
    width: 75%;
    /* border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; */
    background-color: #f6f8f9;
    text-align: left;
    font-size: 1.4rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .material-list-item-box-img {
        margin: 0 0 30px 0;
    }
    .material-list-item-box .box-catch {
        font-size: 1.1rem;
    }
    .material-list-item-box .box-ttl {
        font-size: 2.0rem;
    }
    .material-list-item-box .box-ttl span {
        display: inline-block;
    }
    .material-list-item-box .box-dl {
        font-size: 1.5rem;
    }
}
