.col_textarea_full {
    max-width: 100%;
}
ul.l_img_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 30px;
}
ul.l_img_list li {
    width: calc(100% - 2em);
    background: #F4F7F9;
    padding: 1em;
	padding-bottom: 8px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width:960px) {
    ul.l_img_list {
        width: calc(100% - 20px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
		margin: 0 auto;
    }
}
ul.l_img_list li img {
    width: 100%;
}
ul.l_img_list li p {
    font-size: .88em;
    line-height: 1.7;
}
/*  活動状況１件分  */
.unit_table_side {
    width: 95%;
    margin-top: 0;
    border-left: 5px solid #F7D317;
}
.unit_table_side .unit_more_box {
    width: 97%;
    margin: 1em auto;
    font-size: .95em;
}
/*table*/
.unit_table_side table tr th {
    width: 20%;
}
@media screen and (max-width:960px) {
    .unit_table_side {
        width: auto;
        border-left: none;
        border: 1px solid #999;
    }
    .unit_table_side table tr th {
        width: auto;
    }
}
.bpts_mokuji_btn a {
    background-color: #F1AC00;
    transition: 0.2s;
    backface-visibility: hidden;
}
.bpts_mokuji_btn a:hover {
    opacity: 0.6;
    transition: 0.2s;
}
ul.alpha li {
    list-style: lower-alpha;
    margin: 0 2em;
}
@media screen and (max-width: 960px) {
    .unit_table_side table tr th, .unit_table_side table tr td {
        width: 90%;
	}
}
/* 画像float使用時調整用 */
	.col_textarea_full img.f_r{
		width:100%;
		max-width:320px;
	}
@media screen and (max-width: 768px){	
	.col_textarea_full img.f_r{
		float: none;
		padding: 0;
	}
	.l_img_wrapper{
		text-align: center;
		margin-top: 10px;
	}
	}