@charset "UTF-8";
.info_wrap {
  padding: 4.166%;
  border-top: 0;
}
.info_mt {
  padding: 1em;
  border: 3px solid #bd0c2c;
  border-radius: 6px;
  background: #fff;
}
.info_wrap .info_inner {
  line-height: 1.4;
  font-size: 1.8rem; /* 18px */
}
.info_wrap a {
  color: #3366ff;
  text-decoration: underline;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.contsTtl .redH {
	background: #b60008;
}
.redBtn {
	background-color: #de0515;
	-webkit-box-shadow: 0px -5px 0px 0px #ab030f inset;
	box-shadow: 0px -5px 0px 0px #ab030f inset;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 4.1664% 8.33333% 3.125%;
}
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	.info_wrap .info_inner {
    font-size: 1.4rem;
  }
	a.anc_cpNote {
		font-size: 24px;
	}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}