@charset "UTF-8";
/* CSS Document */
.kasou_contents.muyuju {
	background: rgba(83,170,100,0.15);
	padding: 20px 0;
}
.muyuju ul {
	margin: 0 20px;
}
.muyuju ul li .muyujuNumber {	
	margin-bottom: 10px;
}
.muyuju ul li .muyujuNumber h4 {
	font-weight: normal;
		display: inline;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.muyuju ul li .muyujuNumber .bgRed {
	font-size: 20px;
	margin-top: -4px;
	margin-left: 4px;
	padding: 4px 10px;
}
.muyuju ul li .muyujuPDF a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	pointer-events: none;
}
.muyuju ul li .muyujuPDF p {
	width: 25%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
}
@media screen and (max-width: 896px){
	.muyuju ul li .muyujuPDF {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background: #fff;
		padding: 20px;
		margin-bottom: 20px;*/
	} 
	.muyuju ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.muyuju ul li {
		display: flex;
		flex-wrap: wrap;
		width: 49%;
	}
	.muyuju ul li .muyujuNumber {
		display: block;
		order: 2;
		background: #fff;
		width: 100%;
		margin-bottom: 20px;
		padding: 0 20px 20px;
		text-align: center;
	}
	/*.muyuju ul li:last-of-type .muyujuNumber {
		margin-bottom: 0;
	}*/
	.muyuju ul li .muyujuNumber .bgRed {
		font-size: 16px;
		margin: 0;
		margin-top: 16px;
		padding: 4px 10px;
		text-align: right;
	}
	.muyuju ul li .muyujuPDF a {
		order: 0;
		pointer-events: inherit;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.muyuju ul li .muyujuPDF p {
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
	}
	.muyuju ul li .muyujuPDF p:not(:first-of-type) {
		display: none;
	}
}

@media screen and (max-width: 498px){
	.muyuju ul li {
		width: 100%;
	}
}




