@charset "utf-8";

/* ----- kye-visual ----- */
#key-visual {
	background-color: #f3e4fd;
	padding: 0;
}

#key-visual h1 {
	margin: 0;
}

@media only screen and (max-width: 640px) {
#key-visual h1 img.img-responsive {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 360px;
}
}

/* ----- heading ----- */
.c-heading2-01 h2 span {
	background-color: #a749eb;
	box-shadow: 12px 0 0 #a749eb,-12px 0 0 #a749eb;
}

.c-heading3-01 h3 {
	color: #a749eb;
}

.c-heading3-01 h3 em {
	background-color: #a749eb;
	padding: 0.4em 0.4em 0.2em;
}

/* ----- list ----- */
.cpn-noteList .c-linkList-01 {
	margin-top: 0;
}

.cpn-noteList .c-linkList-01 li:before {
	background-image: none;
}

.cpn-relatedLinks-01 {
	background-color: #f3e4fd;
	text-align: center;
	margin: 30px -54px -54px;
	padding: 13px 30px 30px;
}

@media only screen and (max-width: 640px) {
.cpn-relatedLinks-01 {
	margin: 10px -10px -16px;
	padding: 0 10px 16px;
}
}

/* ----- table ----- */
/* cpn-privilege */
table.cpn-privilege th,
table.cpn-privilege td {
	border-width: 1px 0;
	text-align: center;
}

table.cpn-privilege td  .c-copy-01 em {
	color: #eb7000;
	font-weight: normal;
}

table.cpn-privilege td + td .c-copy-01 {
	position: relative;
}

table.cpn-privilege td + td .c-copy-01:before {
	background: url(/assets/img/arrows_01_@2x.png) no-repeat -132px 0;
	content: "";
	display: block;
	height: 20px;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: -30px;
	width: 12px;
}

@media only screen and (max-width: 640px) {
table.cpn-privilege td + td .c-copy-01:before {
		left: -18px;
}
}

/* cpn-interest */
@media only screen and (max-width: 640px) {
table.cpn-interest th,
table.cpn-interest td {
	padding-right: 8px;
	padding-left: 8px;
}

table.cpn-interest thead th img.img-flgs {
	width: 36px;
}

/*
table.cpn-interest thead th span {
	display: block;
}
*/
}

/* ----- importantNotes ----- */
.cpn-importantNotes-01 {
	border: 1px solid #e50000;
}

.cpn-importantNotes-01 .head {
	border-bottom: 1px solid #d4d5d5;
	padding: 0px 28px;
}

.cpn-importantNotes-01 > .item > .head > p {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 13px;
	position: relative;
}

.cpn-importantNotes-01 > .item > .head > p strong {
	display: block;
	padding-right: 15px;
	padding-left: 30px;
}

.cpn-importantNotes-01 > .item > .head > p strong:before {
	background-image: url(/assets/img/marker_04_@2x.png);
	background-repeat: no-repeat;
	background-size: auto 18px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 18px;
}

.cpn-importantNotes-01 .body {
	padding: 0 54px 54px;
}

@media only screen and (max-width: 640px) {
.cpn-importantNotes-01 .head {
	padding: 0px 10px 0 14px;
}

.cpn-importantNotes-01 .body {
	padding: 0 14px 14px;
}
}
