:root {
	--font-default: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
	--font-Mincho:  "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

/*--------------------
PC*/

.checktxt {
	margin-top: 4rem;
	padding: 4.4rem;
	padding-bottom: 3rem;
	color: #1a1a1a;
	text-align: center;
	border-radius: 1rem;
	background: #ebf3fb;
}
.checktxt .head {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	font-size: 2.3rem;
	font-weight: bold;
	border-bottom: 1px solid #4d4d4d;
}
.checktxt .txt {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 1.6;
}
.checktxt .formcheck li {
	display: flex;
		justify-content: center;
}
.checktxt .formcheck_block {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
.checktxt .formcheck_block input {
	position: absolute;
}
.checktxt .formcheck .checkstyle {
	border-radius: 0;
	border-color: #000;
}
	.checktxt .formcheck .checkstyle:before {
		width: 1.5rem;
		height: 1.2rem;
		background: url(../images/common/icon_doui.png);
		background-size: contain;
	}
		.checktxt .formcheck .error {
			position: absolute;
				bottom: -1.5em;
				left: 50%;
				transform: translateX(-50%);
			color: #e6001e;
			font-size: 1.2rem;
			font-weight: normal;
		}


/*--------------------
SP*/
@media screen and (max-width: 750px) {
	.checktxt .head {
		font-size: 2.8rem;
	}
	.checktxt .txt {
		font-size: 2.2rem;
		text-align: left;
	}
	.checktxt .formcheck {
		padding: 0;
	}
	.checktxt .formcheck_block {
		font-size: 2rem;
	}
}