@charset "utf-8";


/* ========== additional styles ========== */

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

.c-heading3-01.cpn-heading-02 h3 {
	color: #35a667;
}

/* ----- kye-visual ----- */
#key-visual {
	background-color: rgba(0,0,0,0);
	padding: 0;
}

#key-visual .cpn-title-pc h1{
	margin-bottom: 0;
}

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

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

/* ----- conversionBlock ----- */
@media only screen and (min-width: 641px) {
.cpn-cnv-01{
	margin-top: 3.375em;	
}
}

/* ----- relatedLinks ----- */
.cpn-relatedLinks-01 {
	background-color: #e3f3ea;
	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;
}
}

/* ----- 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;
}
}


/* ----- importantNotes ----- */
.cpn-noticeBlock-01{
	margin-top:54px;	
}

@media only screen and (max-width: 640px) {
.cpn-noticeBlock-01{
	margin-top:16px;	
}
	
}