@charset "utf-8";

/* ワイド化 */
.Stage {
	width: auto;
	min-width: 950px;
}

#mainScreen {
	text-align: left;
	width: 100%;
}

div.contents, div.contentsArea {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* コンテンツ */
#mainScreen #tenshokuEvent #voice .mainContentIn .wrapper {
	padding: 80px 50px 20px 50px;
}

#mainScreen #tenshokuEvent #voice {
	padding: 0;
}

#mainScreen #tenshokuEvent #voice .title {
	font-size: 40px;
	line-height: 1.3;
	color: #0d386b;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: left;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .title+p {
	margin-bottom: 0.5em;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .areaLink {
	font-size: 36px;
	text-align: center;
	margin-bottom: 70px;
	color: #0d386b;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .areaLink a {
	font-weight: bold;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .area {
	padding: 25px 0;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .area+p {
	margin-bottom: 50px;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .areaName {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.2em;
	color: #0d386b;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .wrapper .card {
	padding: 30px 35px 25px 40px;
	width: 335px;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .wrapper .card:nth-of-type(2n) {
	margin-right: 0;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .wrapper p.note {
	clear: both;
	margin-bottom: 30px;
	font-size: 12px;
}

#mainScreen #tenshokuEvent #voice .mainContentIn .wrapper p + p.note {
	margin-bottom: 70px;
}

#mainScreen #tenshokuEvent a#previous {
	width: calc(40em - 10em);
	clear: both;
}

#mainScreen #tenshokuEvent .pagetop {
	bottom: 20px;
}
