@charset "utf-8";
/* CSS Document */
body {
	font-size:10px;
	font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background: #e9ecf1;
}
body a { color:#333;}
body a:hover { text-decoration:none;}

.container {
	position: relative;
	background: #e9ecf1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	overflow: hidden;
}
.container img { width:100%; height: auto;}

@media (min-width: 641px) {
/* PC用 */
	.container {
		width:750px;
		margin:0 auto;
		overflow: hidden; 
		font-size:20px;
	}	
}
@media (max-width: 640px) {
/* SP用 */
}

/* cta
-------------------------------------------------- */

.cta {
	margin-top: -15%;
}

/* cta-fixed
-------------------------------------------------- */

.cta-fixed {
	position: fixed;
	bottom: 0;
	z-index: 100;
}
@media (min-width: 641px) {
/* PC用 */
	.cta-fixed {width: 750px;}
}
@media (max-width: 640px) {
/* SP用 */
}

/* cta-header
-------------------------------------------------- */

.cta-header {
	margin-top: -4%;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}

/* cta-footer
-------------------------------------------------- */

.cta-footer {
	margin-top: -5%;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}

/* cta-brand
-------------------------------------------------- */

.cta-brand {
	position: relative;
}
.cta-brand .btn {
	position: absolute;
	width: 50%;
	top: 45%;
	left: 50%;
	margin-left: -25%;
}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}

/* footer
-------------------------------------------------- */
.footer {
	box-sizing: border-box;
	justify-content: space-between;
	color: #74787a;
	z-index: -1;
}
.footer .inner {
	display: flex;
	padding: 2em 4%;
}
.footer .link {
	width: 50%;
	text-align: left;
}
.footer .copy {
	width: 50%;
	text-align: right;
}
.footer p a { color:#74787a;}
@media (min-width: 641px) {
/* PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}

