@charset "utf-8";

/* common */
.l-content .fs-19 {
	font-size: 19px;
}

.l-content .cvBtn>a {
	width: 350px;
	padding: 14px 0 11px;
	font-size: 17px;
}

.l-content .cvBtn>a.w-450 {
	width: 450px;
}

/* introduction */
.l-content .introduction .wrapper {
	padding: 0 20px;
}

.l-content .introduction .lead {
	display: flex;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
}

/* howto */
.l-content .howto .wrapper {
	padding: 0 10px;
}

.l-content .howto h3 {
	display: flex;
	align-items: center;
	height: 38px;
	margin-bottom: 20px;
	background: #e1e7ef;
	color: #00398c;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}

.l-content .howto h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 90px;
	height: 38px;
	margin-right: 25px;
	background: #00398c;
	color: #fff;
	font-size: 19px;
}

.l-content .howto h3 span::after {
	position: absolute;
	top: 0;
	right: -10px;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 10px solid #00398c;
	content: "";
}

.l-content .howto .step {
	display: flex;
	justify-content: space-between;
}

.l-content .howto .step .box {
	box-sizing: border-box;
	width: 360px;
	padding: 9px;
	border: 1px solid #ccc;
}

.l-content .howto .step .box .icon_kome {
	position: relative;
	top: -10px;
	left: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 30px;
	background: #d00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.l-content .howto .step .box .question {
	display: flex;
	gap: 8px;
}

.l-content .howto .step .box .icon_question {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	border-radius: 50%;
	background: #d00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.l-content .howto .note {
	width: 774px;
	margin: 0 auto;
}