@charset "utf-8";

.target_tb_item {
    display: flex;
    border-bottom: 1px solid #357821;
}
.target_tb_item_file {
    text-align: center;
}
.target_tb_item_date {
    text-align: center;
}
.target_tb_item_info {
    display: flex;
}
.target_tb_item_file_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}


.target_tb_item_file_list a[href$=".pdf"]::before,
.target_tb_item_file_list a[href$=".xlsx"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.target_tb_item_file_list a[href$=".pdf"]::before {
/*    background: url(../images/icon_pdf.png); */
    width: 20px;
    height: 20px;
    background: url("../../images/common/PDF_32.png");
    background-size: cover;
}
.target_tb_item_file_list a[href$=".xlsx"]::before {
    background: url(../images/icon_excel.png);
    background-size: cover;
}
.target_tb_item_file_list a {
    color: #130A0A;
	padding: 3px;
	border-radius: 12px;
}
.target_caption {
    margin-inline: auto;
}
.target_caption_txt {
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.8px;
}
.target_caption a {
    color: #000;
}


@media (min-width: 751px) {
    .ttl_type1.spacing0 {
        letter-spacing: 0;
    }
    .target_tb {
/*        width: 900px; */
        width: 90%;
        max-width: 920px;
        margin: 30px auto 10px auto;
    }
    .target_tb_item {
        padding: 24px 0;
        font-size: 20px;
    }
    .target_tb_item_name {
        width: 550px;
    }
    .target_tb_item_file {
/*        width: 220px; */
        width: 240px;
    }
    .target_tb_item_date {
/*        width: 130px; */
        width: 180px;
    }
    .target_tb_item:first-child .target_tb_item_file,
    .target_tb_item:first-child .target_tb_item_date {
        font-size: 19px;
    }
    .target_tb_item_name_s {
        font-size: 18px;
    }
    .target_caption {
        width: 900px;
        margin-top: 20px;
    }
    .target_caption_txt {
        font-size: 16px;
        line-height: 1.8;
    }
    @media (hover:hover) {
        .target_caption a:hover {
            text-decoration: none;
        }
        .target_tb_item_file_list a:hover {
            text-decoration: none;
			background-color: #FFEDED;
        }
		.target_tb_item_file_list a[href$=".xlsx"]:hover{
            text-decoration: none;
			background-color: #E6FFE7;
        }
    }
}
@media (max-width: 750px) {
    .ttl_type1.spacing0 {
        letter-spacing: 0.1em;
    }
    .target_tb {
        margin-top: 42px;
        border-top: 1px solid #357821;
    }
    .target_tb_item:first-child {
        display: none;
    }
    .target_tb_item {
        flex-direction: column;
        padding: 16px 0;
        font-size: 15px;
    }
    .target_tb_item_name_s {
        font-size: 13px;
    }
    .target_tb_item_date {
        margin-left: 20px;
    }
    .target_tb_item_info {
        margin-top: 8px;
    }
    .target_caption {
        margin-top: 20px;
    }
    .target_caption_txt {
        font-size: 12px;
        line-height: 2;
    }
}