@charset "UTF-8";
@import url("../../../assets/css/common.css");

.container {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.image {
	width: 100%;
	height: auto;
	pointer-events: none;
}

/* CTA */
.cta01 {
	position: absolute;
	top: calc(1437 / 11960 * 100%);
	left: calc(140 / 900 * 100%);
	width: calc(624 / 900 * 100%);
	height: calc(105 / 11960 * 100%);
}
.cta02 {
	position: absolute;
	top: calc(5346 / 11960 * 100%);
	left: calc(140 / 900 * 100%);
	width: calc(624 / 900 * 100%);
	height: calc(105 / 11960 * 100%);
}

/* 規約 */
.kiyaku {
	position: absolute;
	top: calc(10840 / 11960 * 100%);
	left: 6%;
	z-index: 0;
	width: 88%;
	height: calc(450 / 11960 * 100%);
	background: #fff;
	font-size: 1.3rem;
	line-height: 1.6;
}
.kiyaku iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* スクリーンリーダー用 */
.sr-only,
.sr-only-focusable:not(:focus) {
	clip-path: rect(0 0 0 0);
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
