@charset "UTF-8";

.contsTtl .orangeH {
	background: #dc3830;
}
.blueBtn {
	background-color: #008aec;
	-webkit-box-shadow: 0px -5px 0px 0px #005ea1 inset;
	box-shadow: 0px -5px 0px 0px #005ea1 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.notesItem {
  font-size: 0.9em;
}
.contsImg {
  padding: 0 8.33333% 3.125%;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	a.anc_cpNote {
		font-size: 24px;
	}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}