@charset "utf-8";
#contentsArea {
	min-width: 980px;
}
.sectionInner {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	position: relative;
}

#fv {
	background: url(../img/bg-fv.jpg) center top no-repeat;
	background-size: 100%;
	overflow: hidden;
	width: 100%;
	min-height: 493px;
}
#fv .sectionInner {
	/* min-width: 892px; */
	width: 100%;
	max-width: 100%;
	height: 100%;
}
#fv .sectionInner img {
	/* position: absolute; */

}

.cv .sectionInner .btn {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 23px;
	margin: 0 auto;
}
.anc .btn {
	/* width: 660px; */
    display: block;
    margin: 2.5em auto 1em auto;
}
.noteLink {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding: 1em 0;
}

.noteLink li a {
	color: #2b9bea;
}

#cv05 + .noteLink {
	margin-bottom: 70px;
}

.cv01cv02Wrap {
	background: url(../img/bg-polkaDots.png) top center repeat-x;
	padding-top: 22px;
}

#sec01 .sectionInner {
	max-width: 100%;
}
#sec01 .first {
	position: relative;
	background: linear-gradient( to top, rgba(252,237,244,1), rgba(255,255,255,1) );
}

#sec01 .second {
	background: url(../img/bg01.png) no-repeat top center;
}



#sec02 {
	background: #FCE8F0;
	padding: 0 0 100px 0;
	margin-top: 50px;
}
#sec02 .sectionInner img {
	margin-bottom: 20px;
}
#sec02 .sectionInner img:nth-of-type(1) {
    margin-bottom: -50px;
}
#sec02 .sectionInner img:nth-last-of-type(1) {
	margin-left: -20px;
}



#sec03 .sectionInner img {

}

.teikiWrap {
	background: #fce8f1;
    padding: 40px 0;
}
.teiki {
	width: 1100px;
	margin: 0 auto;
	background: #fff;
	border: 4px solid #c7161e;
	position: relative;
	margin-top: 64px;
	border-radius: 32px;
}
.teiki .sectionHeader {
    position: relative;
	margin-top: -58px;
	text-align: center;
}
.teiki .sectionInner .btn {
	display: block;
	margin: 1em auto;
}
.teiki .sectionInner img {
	max-width: 100%;
}
.teiki .noteLink {
    width: 100%;
    max-width: 1040px;
    padding: 1em 0;
}
.sectionFooter {
	text-align: center;
}

.btnTr {
	padding: 20px 0;
	text-align: center;
}

.btnTr img {
	border-radius: 50px;
	box-shadow: 10px 10px 20px -7px rgba(0,0,0,0.3);
}