@charset "utf-8";

/*----------------------------
overwrite
----------------------------*/
[class*="btnType"].is-disabled::before,
[class*="btnType"]:disabled::before {
	left: 15px;
	width: 7px;
	height: 7px;
}

/*----------------------------
parts
----------------------------*/

/*----------------------------
layout
----------------------------*/

.checkBlk .consentCheckList label {
	font-weight: normal;
}

.checkBlk .consentCheckList li {
	margin-top: 30px;
}

.checkBlk .consentCheckList li:first-child {
	margin-top: 0;
}

.flowList.cmn > .imgList02 + .imgList02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #333 transparent transparent;
}