@charset "UTF-8";

/* renewalMarkCheckList */
.renewalMarkCheckList01 {
	font-size: 2.8rem;
	line-height: 1.5;
}
.renewalMarkCheckList01 > li + li {
	margin-top: 20px;
}
.renewalMarkCheckList01 *[class*="glyphCheck"] > span:before {
	top: 4px;
}

/* renewalApplicationBtn */
.renewalApplicationBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/* renewalLabelTtl */
.renewalLabelTtl01 {
	display: flex;
	align-items: flex-start;
	margin: 30px 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
.renewalLabelTtl01 > * {
	flex-grow: 1;
}
.renewalLabelTtl01 .textLabel {
	display: inline-block;
	max-width: 100px;
	min-width: 100px;
	padding: 4px 5px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #0c3bbc;
	color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.renewalLabelTtl01 .textToLabel {
	padding-left: 15px;
}

@media screen and (max-width: 767px) {
	/* renewalMarkCheckList */
	.renewalMarkCheckList01 {
		font-size: 2rem;
	}
	.renewalMarkCheckList01 > li + li {
		margin-top: 20px;
	}
	.renewalMarkCheckList01 *[class*="glyphCheck"] > span:before {
		top: 0;
	}

	/* renewalApplicationBtn */
	#wrap *[class^="btnT"][class*=" glyph"].renewalApplicationBtn01 > span {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* renewalLabelTtl */
	.renewalLabelTtl01 {
		margin: 30px 0 20px;
		font-size: 1.8rem;
	}
	.renewalLabelTtl01 .textLabel {
		max-width: 80px;
		min-width: 80px;
		padding: 3px 5px;
		font-size: 1.4rem
	}
	.renewalLabelTtl01 .textToLabel {
		padding-left: 10px;
	}
}
