@charset "utf-8";

/* ========== override ========== */
.c-cnvBlock-01.cnv-type01 .cnvBlock-pull-right .c-btn-01,
.c-cnvBlock-01.cnv-type02 .cnvBlock-pull-right .c-btn-01 {
	font-size: 112.5%;
	padding-top: 16px;
	padding-bottom: 14px;
}

@media only screen and (min-width: 641px) {
.c-ground-01 .c-cnvBlock-01.cnv-type01 {
	margin-top: 3.375em;
}
}

.c-noteList-03 .c-linkList-01 li:before {
	display: none;
}

.c-heading2-01 h2 span  {
	background-color: #0895e6;
	box-shadow: 12px 0 0 #0895e6,-12px 0 0 #0895e6;
}

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

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

/* ========== additional styles ========== */
/* ----- kye-visual ----- */
#key-visual {
	background-color: #8cd6ff;
	padding: 0;
}

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

#key-visual .cpn-title-sp h1 {
	text-align: center;
}

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

/* ----- flowTable ----- */
.cpn-flowTable-01 thead th,
.cpn-flowTable-01 tbody .flow-before,
.cpn-flowTable-01 tbody .flow-after {
	text-align: center;
}

.cpn-flowTable-01 th,
.cpn-flowTable-01 td {
	border-width: 1px 0;
}

.cpn-flowTable-01 tbody th {
	background-color: transparent;
}

.cpn-flowTable-01 tbody td em {
	display: block;
	position: relative;
	padding: 7px 0 5px;
}

.cpn-flowTable-01 tbody td.flow-before em {
	font-size: 125%;
	font-weight: normal;
}

.cpn-flowTable-01 tbody td.flow-after em {
	color: #eb7000;
	font-size: 137.5%;
}

.cpn-flowTable-01 tbody td.flow-after em:before {
	background: url(/assets/img/arrows_01_@2x.png) -132px top no-repeat;
	content: "";
	height: 20px;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: -27px;
	width: 12px;
}

@media only screen and (max-width: 640px) {
.cpn-flowTable-01 th:first-child {
	padding-left: 0;
}

.cpn-flowTable-01 tbody td.flow-before,
.cpn-flowTable-01 tbody td.flow-after {
	white-space: nowrap;
}

.cpn-flowTable-01 tbody td.flow-before em,
.cpn-flowTable-01 tbody td.flow-after em {
	font-size: 100%;
	padding-top: 25px;
}


.cpn-flowTable-01 tbody td.flow-after em:before {
	margin-top: 0;
	position: absolute;
		left: -15px;
}
}

/* ----- target-mail ----- */
@media only screen and (min-width: 641px) {
#target-mail {
	margin-top: 2.75em;
}
}

/* ========== original classes ========== */
.flat {
	margin-top: 0 !important;
}

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

/* ----- banners ----- */
.c-ground-01.cpn-banners-01 {
	padding: 0;
}

.cpn-banners-01 .cpn-banner-item {
	padding: 25px;
	text-align: center;
}

.cpn-banners-01 .cpn-banner-item h2 img {
	margin: 0 auto;
}

.cpn-banners-01 .cpn-banner-item .c-figure-01:first-child {
	margin-top: 0;
}

.cpn-banners-01 .cpn-banner-item + .cpn-banner-item {
	margin-top: 1px;
}

.cpn-banners-01 .cp-orange {
	background-color: #fdeecb;
}

.cpn-banners-01 .emerald-green {
	background-color: #e0f6f9;
}

.cpn-banners-01 .fresh-green {
	background-color: #e7f6c3;
}

.cpn-banners-01 .light-blue {
	background-color: #def2fe;
}

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

