@charset "utf-8";

/* breadcrumbs_wrap
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .breadcrumbs_wrap .content_inner {
        max-width: 1276px;
        padding: 10px 50px 0px;
        width: auto;
    }
}

/* h1
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .ttl_page .ttl_page_inner {
        max-width: 1276px;
        padding: 40px 50px 22px;
    }
    .ttl_page .ttl_page_inner:before{
        width: 110px;
        height: 6px;
        left: 50px;
        right: auto;
    }
}
@media screen and (max-width:767px){
    .ttl_page {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ttl_page .ttl_page_inner{
        padding-bottom: 15px;
    }
    .ttl_page .ttl_page_inner:before{
        width: 80px;
        left: 20px;
        height: 4px;
    }
    .ttl_page .txt_main {
        font-size: 30px;
    }
}

/* cat_items
-------------------------------------------------- */
.cat_items{}
.cat_items .cat_sec{}

.cat_items .cat_ttl{
    font-weight: bold;
}

.cat_items .cat_fig{}
.cat_items .cat_fig .download_prevent{
    display: block;
}
.cat_items .cat_fig img{
    width: 100%;
}

.cat_items .cat_cnt{}

.cat_items .cat_links{}
.cat_items .cat_links li{
    margin-bottom: 3px;
    line-height: 1.7;
}
.cat_items .cat_links li:last-child{
    margin-bottom: 0;
}
.cat_items .cat_links li a{
    padding: 8px 0 8px 20px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.cat_items .cat_links li a::before{
    content: "";
    display: block;
	width: 8px;
	height: 8px;
	top: 18px;
	left: 2px;
	position: absolute;
	border-top: 2px solid #ff0a14;
	border-right: 2px solid #ff0a14;
	transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
    .cat_items{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cat_items .cat_sec{
        width: 46.513%;
        margin-bottom: 60px;
    }
    .cat_items .cat_sec:nth-last-of-type(-n+2){
        margin-bottom: 0;
    }

    .cat_items .cat_ttl{
        margin-bottom: 20px;
        font-size: 28px;
    }

    .cat_items .cat_fig{
        margin-bottom: 16px;
    }
    
    .cat_items .cat_links li a:hover{
        color: #1ba1e6;
    }
}

@media screen and (max-width:767px) {
    .cat_items .cat_sec{
        margin-bottom: 30px;
    }
    .cat_items .cat_sec:last-of-type{
        margin-bottom: 0;
    }

    .cat_items .cat_ttl{
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cat_items .cat_fig{
        margin-bottom: 10px;
    }
}
