@charset "utf-8";

.cv .sectionInner {
	position: relative;
	width: 96%;
	display: block;
	margin: 0 auto;
}
.cv .sectionInner .btn {
	position: absolute;
	right: 3%;
    bottom: 4%;
    width: 47%;
	-webkit-animation: updown 1.5s ease 0s infinite;
	animation: updown 1.5s ease 0s infinite;
}

.anc .btn {
	width: 94%;
    display: block;
    margin: 1.5em auto 1em auto;
}
.btn:hover img {
	opacity: .75;
}

.noteLink {
	max-width: 95%;
}

.cv01cv02Wrap {
	padding: 5.5% 0 0 0;
	background: url(../img/bg-polkaDots.png) repeat-x center -2px;
	background-size: contain;
}

#sec01 img:nth-of-type(1) {
	position: relative;
}
#sec01 img:nth-of-type(2) {
	margin-top: -5%;
}

#teiki {
	background: #fce8f1;
	padding: 3em 0 2em 0;
    margin-bottom: 3em;
}
#teiki .sectionInner {
	/* position: relative; */
	width: 93%;
	display: block;
	margin: 0 auto;
	background: #fff;
	border: 4px solid #c7161e;
	padding: 1% 2.6% 2.6% 2.6%;
	margin-top: -3%;
	z-index: 0;
	border-radius: 0 0 5% 5% / 0 0 2% 2%;
}
@-webkit-keyframes updown {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -15px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes updown {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -15px);}
	100% {-moz-transform:translate(0, 0);}
}
