@charset "UTF-8";
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height			: 120em;
}

.td2 span,.td3 span,.td4 span,.td5 span, .r{
	color				: #f00;
}

.td2 span,.td3 span,.td4 span,.td5 span, .a{
	color				: #0071d7;
}


.k{
	color				: #000;
}

table{
	line-height			: 1.5;
}

.cp_actab-content table{
	color				: #000;
	border-collapse		: separate;
	border-spacing		: 0;
	margin				: 10px auto;
	width				: 100%;
	font-size			: 16px;
}

.cp_actab-content tr{
	height				: 50px;
}

.cp_actab-content td{
	border-bottom		: #189EDB solid 2px;
}

.cp_actab-content .td1{
	width				: 10%;
	font-size			: 28px;
	text-align			: center;
	color				: #000;
	background			: #D1ECF8;
	border-bottom		: #D1ECF8 solid 2px;
	
}

.cp_actab-content .td2{
	width				: 12%;
	text-align			: right;
}


.cp_actab-content .td3{
	width				: 19%;
	padding				: 0 0 0 1%;
}

.cp_actab-content .td4{
	width				: 5%;
}

.cp_actab-content .td4 img{
	width				: 70%;
	height				: auto;
	padding				: 0 15%;
}


.cp_actab-content .td5{
	width				: 53%;
	padding				: 0 0 0 20px;
}


.off{
	display				: none
}





@media screen and (max-width:767px) {
/*　画面サイズが767pxまではここを読み込む　*/
.cp_actab-content .td5{
	display		: none;
}


}




