@charset "UTF-8";
/* CSS Document */



/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

	#copy{}
	#copy .content{
		padding: 0 0 20px;
	}
	#main #copy h3{
		background-image: url("../../images/ml_kashidashi.png");
		background-size: 68px auto;
	}
	
	#copy .midashi{
		display: block;
		font-size: 130%;
		padding-left: 10px;
		border-left: 10px solid #6699CC;
		margin-top: 50px;
	}
	#copy .detail{
		display: block;
		margin: 20px 0;
		padding: 0 20px;
	}
	#copy .detail ul{
		list-style-type: disc;
		padding-left: 25px;
	}
	#copy .detail ul li{
		margin: 10px 0;
	}
		
	#copy .detail table{
		border: 1.5px solid #000000;
	}
	#copy .detail table tr{
		height: 55px;
		border-bottom: 1px solid #000000;
	}
	#copy .detail table tr th{
		padding: 8px 30px 8px 20px;
		background-color: #6699CC;
		color: #FFFFFF;
		font-weight: bold;
	}
	#copy .detail table tr td{
		padding: 3px 20px 3px 13px;
		line-height: 1.5;
	}
	
	
	#copy .detail dl{
		display: flex;
		margin-bottom: 5px;
	}
	#copy .detail dl dt{
		width: 4.5em;
	}
	#copy .detail dl dd::before{
		content: "…";
		margin-right: 0.5em;
	}
	
	#copy span{
		font-weight: bold;
		margin: 0 0.1em;
		background:linear-gradient(transparent 50%, #fbff7f 0%, #fbff7f 85%, transparent 0%);
	}




}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

#copy{
	padding-bottom: 35px;
}
#copy .content{
	padding-top: 0;
}
#main #copy h3{
	background-image: url("../../images/ml_kashidashi.png");
	background-size: 68px auto;
}

#copy .midashi{
	display: block;
	font-size: 120%;
	padding-left: 10px;
	border-left: 10px solid #6699CC;
	margin-top: 35px;
}
#copy .detail{
	display: block;
	margin: 20px 0;
}
#copy .detail ul{
	list-style-type: disc;
	padding-left: 25px;
}
#copy .detail ul li{
	margin: 15px 0;
}
#copy span{
	font-weight: bold;
	margin: 0 0.1em;
	background:linear-gradient(transparent 50%, #fbff7f 0%, #fbff7f 85%, transparent 0%);
}

	#copy .detail table{
		display: block;
	}
	#copy .detail table tr{
		display: block;
		margin-bottom: 15px;
	}
	#copy .detail table tr th{
		display: block;
		padding: 3px 10px;
		background-color: #6699CC;
		color: #FFFFFF;
		font-weight: bold;
	}
	#copy .detail table tr td{
		display: block;
		padding: 3px 10px;
	}
	
	
	#copy .detail dl{
		display: flex;
		margin-bottom: 5px;
	}
	#copy .detail dl dt{
		width: 4.5em;
	}
	#copy .detail dl dd::before{
		content: "…";
		margin-right: 0.5em;
	}
	
	#copy span{
		font-weight: bold;
		margin: 0 0.1em;
		background:linear-gradient(transparent 50%, #fbff7f 0%, #fbff7f 85%, transparent 0%);
	}

	


	
}
