.special-delivery {
	width: 725px;
	padding: 0 24px 40px;
	font-size: 14px;
	line-height: 1.75;
	background-color: #fff;
}

.special-delivery img {
	max-width: 100%;
	height: auto;
}

.special-delivery__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
}

.special-delivery__kv img {
	width: 100%;
}

.special-delivery__sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #004990;
}

.special-delivery__sec-title::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: auto;
	background-color: #004990;
}

.special-delivery__sec-title span {
	padding: 0 1em;
	font-weight: 700;
	background-color: #fff;
}

.special-delivery__point {
	margin-top: 40px;
}

.special-delivery__point-intro {
	padding: 12px 1em 16px;
	text-align: center;
	color: #fff;
	background-color: #004990;
}

.special-delivery__point-intro-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 17px;
	font-weight: 700;
}

.special-delivery__point-intro-note {
	margin-top: 4px;
}

.special-delivery__point-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #004990;
}

.special-delivery__point-title em {
	font-size: 21px;
	font-weight: 700;
	vertical-align: baseline;
	color: #bf2a39;
}

.special-delivery__point-title-icon {
	margin-right: 5px;
}

.special-delivery__point-item {
	margin-top: 40px;
}

.special-delivery__point-text {
	margin: 16px 0;
}

.special-delivery__point-note-list {
	margin: 16px 0;
}

.special-delivery__point-note-item {
	padding-left: 1em;
	text-indent: -1em;
}

.special-delivery__point-note-item::before {
	content: "・";
}

.special-delivery__point-more {
	padding: 4px 1em;
	margin-bottom: 16px;
	text-align: center;
	color: #fff;
	background-color: #004990;
}

.special-delivery__howto {
	margin-top: 40px;
}

.special-delivery__howto-list {
	counter-reset: howto-step;
}

.special-delivery__howto-item {
	counter-increment: howto-step;
	padding: 32px;
	margin: 20px 0;
	background-color: #f7f7f7;
}

.special-delivery__howto-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: #004990;
}

.special-delivery__howto-title-step {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 40px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #004990;
	border-radius: 40px;
}

.special-delivery__howto-title-step::after {
	content: counter(howto-step);
	margin-left: 6px;
	font-size: 17px;
	font-weight: 700;
}

.special-delivery__howto-img {
	display: flex;
	justify-content: center;
	gap: 33px;
	margin-top: 24px;
}

.special-delivery__howto-img img {
	border: 1px solid #004990;
}

.special-delivery__howto-img.-step1 {
	position: relative;
}

.special-delivery__howto-img.-step1::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-style: solid;
	border-width: 12px 0 12px 13px;
	border-color: transparent transparent transparent #004990;
}

.special-delivery__howto-img.-step1 img {
	width: 292px;
}

.special-delivery__howto-img.-step2 img {
	width: 292px;
}

.special-delivery__howto-img.-step3 {
	position: relative;
}

.special-delivery__howto-img.-step3::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-style: solid;
	border-width: 12px 0 12px 13px;
	border-color: transparent transparent transparent #004990;
}

.special-delivery__howto-img.-step3 img {
	width: 227px;
}

.special-delivery__howto-img.-step4 img {
	width: 292px;
}

.special-delivery__howto-text {
	margin-top: 24px;
}

.special-delivery__register {
	display: grid;
	grid-template-columns: repeat(2, 273px);
	justify-content: center;
	gap: 54px;
	margin-top: 40px;
}

.special-delivery__register-title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #004990;
}

.special-delivery__register-link {
	display: grid;
	place-content: center;
	height: 135px;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-color: #004990;
	border-radius: 8px;
}

.special-delivery__attention {
	margin-top: 40px;
}

.special-delivery__attention-list {
	margin-top: 32px;
	padding-left: 1em;
	text-indent: -1em;
}

.special-delivery__attention-list.-notice .special-delivery__attention-item::before {
	content: "※";
}

.special-delivery__attention-item.-em {
	color: #bf2a39;
}
