
.Transparency_whitebox_button_list01 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

.Transparency_whitebox_button_list01 li {
	margin: 0 3px;
}

.Transparency_whitebox_button_list01 li strong {
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #4C372B;
	border: 1px solid #4C372B;
	transition: .3s;
	cursor: pointer;
}

#modal {
	display: none;
}



#modal .overlay {
	background: rgba( 0, 0, 0, 0.5 );
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#modal .modalWrap .data_wrap img {
	display: none;
}


.Transparency_whitebox_button_list03 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

.Transparency_whitebox_button_list03 li {
	margin: 5px 3px;
}

.Transparency_whitebox_button_list03 li strong {
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #4C372B;
	border: 1px solid #4C372B;
	transition: .3s;
	cursor: pointer;
}

.Transparency_whitebox_button_list03 li strong:hover {
	background-color: #4C372B;
	color: #fff;
}

#modal_sp .modalWrap1 .data_wrap1 img {
	display: none;
}

/* #modal_sp {
	display: none;
} */

.overlay_sp {
	display: none;
}

#modal_sp .overlay_sp {
	background: rgba( 0, 0, 0, 0.5 );
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



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

	.Protected_Monthlyreport {
		background: url("../../images/No/No_30/Protected_Monthlyreport_pc.png") center bottom no-repeat;
		background-size: cover;
	}

	.Transparency_whitebox_button_list01 {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.Transparency_whitebox_image img {
		display: block;
		max-width: 767px;
		margin: 0 auto;
	}

	.small .Transparency_whitebox_image img {
		max-width: 667px;
	}

	.Transparency_whitebox_image.modal_sw img {
		cursor: pointer;
		opacity: 1;
		transition: .3s;
	}

	.Transparency_whitebox_image.modal_sw img:hover {
		opacity: 0.5;
	}

	#modal .modalWrap {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 1002;
		background: #fff;
		max-width: 980px;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 10px;
	}
	.modalWrap_sp {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 1002;
		background: #fff;
		max-width: 980px;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 10px;
	}

	#modal .modalWrap img {
		max-width: 900px;
		margin: 0 auto;
	}

	#modal .modalWrap .btn_close img {
		width: 50px;
	}

	#modal .modalWrap .btn_close {
		text-align: right;
		background: url("../../images/No/No_30/btn_close_o.png") right no-repeat;
		background-size: contain;
		margin-bottom: 20px;
	}

	#modal .modalWrap .btn_close img {
		transition: .3s;
		opacity: 1;
	}

	#modal .modalWrap .btn_close:hover img {
		opacity: 0;
	}

	.Transparency_whitebox.small {
		max-width: 767px;
		margin: 50px auto;
		padding: 20px 50px 50px;
	}

	.Transparency_whitebox_button_list02 {
		display: flex;
		flex-wrap: wrap;
	}

	.Transparency_whitebox_button_list02 li {
		margin-top: 30px;
	}

	.Transparency_whitebox_button_list02 li:nth-child(even) {
		margin-left: 30px;
	}

	.Transparency_whitebox_button_list02 li a {
		display: block;
		background-color: #fff;
		padding: 20px;
		width: 475px;
		border-radius: 4px;
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #4C372B;
		border: 1px solid #4C372B;
		transition: .3s;
	}

	.Transparency_whitebox_button_list01 li strong:hover,
	.Transparency_whitebox_button_list02 li a:hover {
		background: #4C372B;
		color: #fff;
	}


}


@media screen and (max-width: 600px) {

	.Protected_Monthlyreport {
		background: url("../../images/No/No_30/Protected_Monthlyreport_sp.png") center no-repeat;
		background-size: cover;
	}

	.Transparency_whitebox_image img {
		display: block;
	}

	.Transparency_whitebox_button_list01 {
		display: flex;
		justify-content: center;
		margin-top: 15px;
		flex-wrap: wrap;
	}

	.Transparency_whitebox_button_list01 li {
		margin-top: 15px;
	}

	.Transparency_whitebox_image img {
		display: block;
		max-width: 80%;
		margin: 0 auto;
	}

/*
	.Transparency_whitebox.small {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
	}
*/

	.Transparency_whitebox.small img {
		max-width: 95%;
	}

	.Transparency_whitebox_button_list02 li {
		margin-top: 15px;
	}

	.Transparency_whitebox_button_list02 li a {
		display: block;
		background-color: #fff;
		padding: 16px;
		border-radius: 4px;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		text-decoration: none;
		color: #4C372B;
		border: 1px solid #4C372B;
		transition: .3s;
		max-width: 100%;
	}

	.Transparency_whitebox_button_list01 li strong:hover,
	.Transparency_whitebox_button_list02 li a:hover {
		background: #4C372B;
		color: #fff;
	}

	.report_text {
		margin: 35px 24px 0 24px;
	}

	.last {
		margin-bottom: 35px;
	}

	#modal_sp .modalWrap_sp {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 1002;
		background: #fff;
		width: 90%;
		box-sizing: border-box;
		padding: 1.5em;
		border-radius: 10px;
	}

	.modalWrap_sp {
		display: none;
	}

	.modalWrap_sp {
		width: 330px;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 1002;
		background: #fff;
		max-width: 980px;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 10px;
	}

	.data_img1 {
		display: none;
	}

	#modal_sp .modalWrap_sp .data_wrap1 img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	#modal_sp .modalWrap_sp .btn_close1 img {
		width: 35px;
	}

	#modal_sp .modalWrap_sp .btn_close1 {
		text-align: right;
		margin-bottom: 1.5em;
	}



}


