@charset "UTF-8";

.spView {display: block;}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.anchorWrap {
  max-width: 800px;
  width: 90.91%;
  margin: 0 auto;
}
.anchorInner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.anchorBtn {
	display: flex;
	flex-wrap: wrap;
	width: 47.5%;
	align-items: center;
	justify-content: center;
  padding: 2.5% 6% 2.3%;
  background-color: #ef3c80;
  border-radius: 4px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
	box-sizing: border-box;
  text-align: center;
}
.anchorBtn:nth-of-type(n+2) {
  margin-left: 5%;
}
.anchorBtn:after {  
  position: absolute;
  top: 50%;
  right: 7.8%;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #FFF;
  border-left: solid 3px #FFF;
  border-radius: 0;
  box-sizing: content-box;
  -webkit-transform: translateY(-65%) rotate(-135deg);
  -ms-transform: translateY(-65%) rotate(-135deg);
  transform: translateY(-65%) rotate(-135deg);
  content: '';
}
.contsTtl .pinkH {
  background: #ef3c80;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.blueBtn {
  background-color: #003a7a;
  -webkit-box-shadow: 0px -5px 0px 0px #002d5f inset;
  box-shadow: 0px -5px 0px 0px #002d5f inset;
}
.cpNotesItem01 {
	text-indent: -4.5em;
	padding: 0px 0px 0px 4.5em;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
@media only screen and (min-width:461px) {
	.spView {display: none;}
}
@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;
	}
  .anchorBtn {
    width: 48.5%;
    padding: 2.5% 5.2% 2.3%;
    font-size: 15px;
  }
  .anchorBtn:nth-of-type(n+2) {
    margin-left: 3%;
  }
  .anchorBtn:after {  
    right: 5.5%;
    width: 7px;
    height: 7px;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
  }
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
  .anchorBtn {
    width: 49.5%;
    font-size: 14px;
  }
  .anchorBtn:nth-of-type(n+2) {
    margin-left: 2%;
  }
  .anchorBtn:after {  
    right: 7.8%;
    width: 6px;
    height: 6px;
  }
}