/*著作権について[attention.css]　Ver.1.0.0 */

/*=================================
コンテンツ設定
=================================*/
#summary h3 {
	font-size: 26px;
}
.attention-info {
	padding: 60px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}
.attention-info dl {
	padding: 40px 5px;
	border-top: 1px solid rgba(180, 180, 180, 1.0);
}
.attention-info dl:last-child {
	border-bottom: 1px solid rgba(180, 180, 180, 1.0);
}
.attention-info dl dt {
	margin-bottom: 15px;
	font-size: 1.15em;
	font-weight: bold;
}
.attention-info dl dd {
	font-weight: normal;
}
.attention-info dl dd ol {
	padding: 15px 5px;
	color: rgb(135, 0, 12);
}
.blank-link {
	margin-top: 15px;
	font-size: 0.85em;
}
.blank-link a {
	color: darkblue;
	text-decoration: underline;
}
.sp-only {
	display: none;
}



/*=================================
タブレット設定（〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {

	#summary h3 {
		font-size: 22px;
	}
	.attention-info {
		padding: 30px 15px;
		border-radius: 12px;
	}

}



/*=================================
スマホ設定（〜599px）
=================================*/
@media only screen and (max-width: 599px) {

	#summary h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	.attention-info dl dd span {
		display: block;
	}
	.sp-only {
		display: block;
	}

}
