@charset "UTF-8";

/*------------------------------------------------------------
/cr/download.html お役立ち資料
UPDADE：'20.12.24
------------------------------------------------------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダー
------------------------------------------------------------*/
.contents-page-header {
    background: #fff url(/assets/images/download/header-title_sp_bg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 70px;
}

.contents-page-header_inner {
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 6%;
}

.contents-page-header_inner::after {
    position: absolute;
    content: "";
    background: url(/assets/images/download/header-wp_sp.png) no-repeat right bottom;
    background-size: 100%;
    width: 10rem;
    height: 4.9rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

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

    .contents-page-header {
        background: #fff url(/assets/images/download/header-title_pc_bg.jpg) no-repeat;
        background-size: cover;
    }

    .contents-page-header_inner {
        position: relative;
        max-width: calc(1170px + 12%);
        padding: 1.5rem 6%;
    }

    .contents-page-header_inner::after {
        background: url(/assets/images/download/header-wp_pc.png) no-repeat right bottom;
        background-size: 100%;
        width: 25rem;
        height: 10.5rem;
        top: 35%;
        right: 6%;
        transform: translateY(-25%);
    }

}

/* タイトル */
.contents-page-header_title {
    font-size: 1.8rem;
    color: #02209D;
    font-weight: 600;
    width: 60%;
}

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

    .contents-page-header_title {
        font-size: 2.6rem;
        margin-bottom: 5vw;
    }

}

/* コンテンツ
------------------------------------------------------------*/
.dl_list {
    padding: 0 6%;
}

.dl_list_inner {
    padding: 1.5rem 0 0;
}

.dl_items-one {
    margin: 0 0 4.2rem;
}

.dl_items-one img {
    border: 1px solid #eee;
    border-radius: 8px;
}

.dl_title {
    margin: 1rem 0;
    font-size: 1.3rem;
    color: #454545;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 .5rem;
}

.dl_list_inner a {
    font-size: 1.3rem;
    text-align: center;
    display: block;
    margin: 0 0 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    text-decoration: none;
    padding: 5px 30px 8px 8px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #02209D;
    color: #02209D;
}

.dl_list_inner a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 9px solid #02209D;
    transform: translateY(-50%);
}

.dl_item-free {
    color: #02209D;
    font-size: 1.16rem;
}

.dl_list_inner a:hover,
.dl_list_inner a:hover span

/*.dl_item-free*/
    {
    background-color: #02209D;
    color: #fff;
}

.dl_list_inner a:hover::before {
    border-left: 9px solid #fff;
}

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

    .dl_list {
        max-width: calc(1170px + 12%);
        width: 100%;
        margin: 0 auto;
    }

    .dl_list_inner {
        padding: 5rem 0 0;
    }

    .dl_list_inner a:before {
        right: 7px;
    }

    .dl_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dl_items-one {
        flex-basis: 32%;
        margin: 0 0 6rem;
    }

    .dl_items:after {
        content: "";
        display: block;
        width: 31%;
        height: 0;
    }

    .dl_title {
        margin: 1rem 0;
        font-size: 1.6rem;
        height: 80px;
        line-height: 1.6;
        padding: 0 0 .3rem;
    }

    .dl_list_inner a {
        font-size: 18px;
    }

    .dl_item-free {
        font-size: 1.4rem;
    }

}

@media screen and (min-width: 768px) and (max-width: 960px) {

    .dl_items-one {
        flex-basis: 48%;
        margin: 0 0 5.5rem;
    }



}