@charset "utf-8";

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

#key-visual h1 {
	margin: 0;
}

#key-visual .cpn-title-sp h1 {
	background: url(../img/bg_01.png) center top repeat-x;
	background-size: auto 100%;
	text-align: center;
}

#key-visual .cpn-title-sp h1 img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 360px;
}

/* ----- color overide ----- */
.c-heading2-01.cpn-heading-01 span,
.c-steps-02.cpn-step-01 .c-heading2-02 .heading-main h2 span {
	background-color: #3595a6;
	box-shadow: 12px 0 0 #3595a6,-12px 0 0 #3595a6;
}

.c-heading3-01.cpn-heading-02 h3 {
	color: #3595a6;
}

.c-steps-02.cpn-step-01 .contents .step .inner {
	border-color: #9acad2;
}

/* ----- layout overide ----- */

.c-noteList-03.cpn-list-01 .c-list-01 {
  margin-top: .625em;
}

.c-noteList-03.cpn-list-01 .c-list-01 > li:before {
  display: none;
}

.c-noteList-03.cpn-list-01 .c-list-01 > li {
  padding-left: 0;
  margin-left: 24px;
}

/* ----- importantNotes ----- */

.cpn-importantNotes-02 {
	border: 1px solid #e50000;
}

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

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

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

.cpn-importantNotes-02 > .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-02 .body {
	padding: 0 54px 54px;
}

@media only screen and (max-width: 640px) {
.cpn-importantNotes-01 > a {
	padding-right: 14px;
	padding-left: 14px;
}

.cpn-importantNotes-02 .head {
	padding: 0px 10px 0 14px;
}

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

/* ----- btn ----- */
a.cpn-btn-appDL {
  padding: 16px 38px;
}
a.cpn-btn-appDL:before {
	content: normal;
	display: none;
}

/* ----- additionals ----- */
.flat {
	margin-top: 0 !important;
}
