@charset "UTF-8";

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/Oswald-Regular.ttf") format("truetype");
}

.campaign_devicecp {
	--devicecp-red: #d00e31;
	--devicecp-cyan: #24a6cc;
	--devicecp-ink: #333;
	--devicecp-process-bg: #e3f0f6;
	color: var(--devicecp-ink);
}

.campaign_devicecp main {
	background: #fff;
}

.campaign_devicecp .mv_h1 {
	max-width: 1366px;
}

.campaign_devicecp__hero {
	display: block;
	width: 100%;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

.campaign_devicecp__hero img {
	display: block;
	width: 100%;
	height: auto;
}

.campaign_devicecp__content {
	padding-top: 53px;
}

.campaign_devicecp__intro,
.campaign_devicecp__process,
.campaign_devicecp__before,
.campaign_devicecp__overview,
.campaign_devicecp__verification {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.campaign_devicecp__ribbon {
	line-height: 0;
}

.campaign_devicecp__ribbon picture,
.campaign_devicecp__ribbon img {
	display: block;
	width: 100%;
	height: auto;
}

.campaign_devicecp__limited-note {
	margin-top: 16px;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

.campaign_devicecp__process {
	margin-top: 64px;
	padding: 40px 28px 31px;
	background: var(--devicecp-process-bg);
}

.campaign_devicecp__section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.campaign_devicecp__section-heading img {
	flex: 0 0 auto;
	width: 106px;
	height: 106px;
	object-fit: contain;
}

.campaign_devicecp__section-heading h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.45;
}

.campaign_devicecp__process-heading {
	gap: 14px;
}

.campaign_devicecp__steps {
	display: grid;
	margin-top: 47px;
	list-style: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px;
}

.campaign_devicecp__step {
	position: relative;
	min-width: 0;
	height: 339px;
	padding: 35px 18px 18px;
	border: 4px solid var(--devicecp-cyan);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 0 rgba(0, 110, 145, .15);
}

.campaign_devicecp__step-number {
	position: absolute;
	top: -22px;
	left: 50%;
	display: flex;
	width: 96px;
	height: 41px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--devicecp-cyan);
	color: #fff;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .08em;
	transform: translateX(-50%);
	gap: 4px;
}

.campaign_devicecp__step-label {
	transform: translateY(1px);
}

.campaign_devicecp__step-number strong {
	font-size: 22px;
	font-weight: 400;
}

.campaign_devicecp__step-image {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	object-fit: contain;
}

.campaign_devicecp__step-copy h3 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.campaign_devicecp__step-copy p {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.75;
}

.campaign_devicecp__step-copy a {
	color: var(--devicecp-red);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.campaign_devicecp__step-copy a[target="_blank"]::after,
.campaign_devicecp__faq .faq__content a[target="_blank"]::after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	margin-right: 2px;
	content: "";
	background: url("/assets/img/common/ico_blank_red.svg") no-repeat center / contain;
}

.campaign_devicecp__before {
	margin-top: 66px;
	text-align: center;
}

.campaign_devicecp__before-heading {
	gap: 10px;
}

.campaign_devicecp__before-heading > div {
	text-align: left;
}

.campaign_devicecp__before-copy {
	margin-top: 34px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.campaign_devicecp__purchase-button {
	display: flex;
	width: 492px;
	height: 85px;
	margin: 29px auto 0;
	align-items: center;
	justify-content: center;
	gap: 35px;
	border-radius: 12px;
	background: var(--devicecp-red);
	box-shadow: 0 8px 0 #a90024;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	transition: opacity .2s ease;
}

.campaign_devicecp__purchase-button:hover {
	color: #fff;
	opacity: .82;
}

.campaign_devicecp__overview {
	margin-top: 90px;
	border: 1px solid var(--devicecp-red);
}

.campaign_devicecp__overview-heading {
	margin: 0;
}

.campaign_devicecp__overview-trigger {
	position: relative;
	display: block;
	width: 100%;
	height: 58px;
	padding: 0 58px;
	border: 0;
	background: #fff;
	color: var(--devicecp-red);
	font-family: inherit;
	font-size: 20px;
	font-weight: 400;
	line-height: 58px;
	text-align: center;
	cursor: pointer;
}

.campaign_devicecp__overview-trigger::after {
	position: absolute;
	top: 15px;
	right: 15px;
	content: "＋";
	display: flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	background: var(--devicecp-red);
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
}

.campaign_devicecp__overview-trigger[aria-expanded="true"]::after {
	content: "−";
	padding-bottom: 5px;
	background: #bababa;
	font-size: 22px;
}

.campaign_devicecp__overview-panel {
	padding: 30px 30px 40px;
}

.campaign_devicecp__overview-panel[aria-hidden="true"] {
	display: block;
}

.campaign_devicecp__overview table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	text-align: left;
}

.campaign_devicecp__overview tr {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.campaign_devicecp__overview th {
	width: 34%;
	padding: 20px 25px;
	background: #f1f1f1;
	font-weight: 700;
	vertical-align: middle;
}

.campaign_devicecp__overview td {
	padding: 20px 30px;
	line-height: 1.75;
	vertical-align: top;
}

.campaign_devicecp__overview ul {
	padding-left: 23px;
	list-style: disc;
}

.campaign_devicecp__overview li {
	display: list-item;
}

.campaign_devicecp__overview li + li {
	margin-top: 6px;
}

.campaign_devicecp__external-icon {
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	flex: 0 0 auto;
	border: 2px solid currentColor;
}

.campaign_devicecp__external-icon::after {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 16px;
	height: 16px;
	content: "";
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.campaign_devicecp__verification {
	margin-top: 90px;
	padding: 74px 50px 60px;
	background: #f5f5f5;
}

.campaign_devicecp__verification-heading {
	text-align: center;
}

.campaign_devicecp__verification-heading h2 {
	margin-top: 16px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
}

.campaign_devicecp__verification-heading > p:last-child {
	margin-top: 31px;
	font-size: 14px;
	line-height: 1.7;
}

.campaign_devicecp__consent-form {
	margin-top: 37px;
}

.campaign_devicecp__consent-form fieldset {
	border: 0;
}

.campaign_devicecp__visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.campaign_devicecp__consent {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 29px 30px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .12);
	cursor: pointer;
	gap: 20px;
}

.campaign_devicecp__consent + .campaign_devicecp__consent {
	margin-top: 8px;
}

.campaign_devicecp__consent input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.campaign_devicecp__checkmark {
	position: relative;
	display: block;
	width: 28px;
	height: 29px;
	margin-top: 1px;
	flex: 0 0 auto;
	border: 2px solid #b9b9b9;
	border-radius: 3px;
	background: #fff;
}

.campaign_devicecp__consent input:checked + .campaign_devicecp__checkmark {
	border-color: var(--devicecp-red);
	background: var(--devicecp-red);
}

.campaign_devicecp__consent input:checked + .campaign_devicecp__checkmark::after {
	position: absolute;
	top: 4px;
	left: 7px;
	width: 8px;
	height: 13px;
	content: "";
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
}

.campaign_devicecp__consent input:focus-visible + .campaign_devicecp__checkmark {
	outline: 3px solid rgba(28, 166, 202, .35);
	outline-offset: 3px;
}

.campaign_devicecp__consent-copy {
	display: block;
	min-width: 0;
}

.campaign_devicecp__consent-copy strong,
.campaign_devicecp__consent-copy > span {
	display: block;
}

.campaign_devicecp__consent-copy strong {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

.campaign_devicecp__consent-copy > span {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.75;
}

.campaign_devicecp__consent-help {
	margin-top: 38px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.campaign_devicecp__submit {
	display: flex;
	width: 553px;
	height: 85px;
	margin: 30px auto 0;
	align-items: center;
	justify-content: center;
	gap: 44px;
	border-radius: 999px;
	background: var(--devicecp-red);
	color: #fff;
	font-family: inherit;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	cursor: pointer;
	transition: background-color .2s ease, opacity .2s ease;
}

.campaign_devicecp__submit:disabled {
	background: #aaa;
	color: #ddd;
	cursor: not-allowed;
}

.campaign_devicecp__submit:not(:disabled):hover {
	opacity: .82;
}

.campaign_devicecp__submit-break {
	display: inline;
}

.campaign_devicecp__faq .faq__content a[href^="http"] {
	overflow-wrap: anywhere;
	word-break: break-all;
}

@media only screen and (max-width: 767px) {
	.campaign_devicecp main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.campaign_devicecp .mv_h1 {
		height: 38px;
		margin: 0;
		padding: 10px 15px;
		font-size: 16px;
		line-height: 18px;
	}

	.campaign_devicecp__content {
		padding-top: 30px;
	}

	.campaign_devicecp__intro,
	.campaign_devicecp__process,
	.campaign_devicecp__before,
	.campaign_devicecp__overview,
	.campaign_devicecp__verification {
		width: calc(100% - 30px);
	}

	.campaign_devicecp__ribbon {
		width: 100%;
		margin-left: 0;
	}

	.campaign_devicecp__limited-note {
		margin: 9px auto 0;
		padding: 0 30px;
		font-size: 11px;
		line-height: 1.7;
	}

	.campaign_devicecp__process {
		margin-top: 32px;
		padding: 20px 14px 24px;
	}

	.campaign_devicecp__section-heading img {
		width: 53px;
		height: 53px;
	}

	.campaign_devicecp__section-heading h2 {
		font-size: 18px;
		line-height: 1.4;
	}

	.campaign_devicecp__process-heading {
		gap: 3px;
	}

	.campaign_devicecp__steps {
		display: block;
		margin-top: 23px;
	}

	.campaign_devicecp__step {
		display: flex;
		width: 100%;
		height: auto;
		align-items: center;
		padding: 20px 10px 10px;
		border-width: 2px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0, 110, 145, .15);
	}

	.campaign_devicecp__step + .campaign_devicecp__step {
		margin-top: 18px;
	}

	.campaign_devicecp__step-number {
		top: -11px;
		left: -2px;
		width: 48px;
		height: 21px;
		border-radius: 5px;
		font-size: 10px;
		transform: none;
		gap: 2px;
	}

	.campaign_devicecp__step-number strong {
		font-size: 12px;
	}

	.campaign_devicecp__step-image {
		width: 60px;
		height: 60px;
		margin: 0 12px 0 4px;
		flex: 0 0 auto;
	}

	.campaign_devicecp__step-copy {
		min-width: 0;
	}

	.campaign_devicecp__step-copy h3 {
		margin-top: 0;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
	}

	.campaign_devicecp__step-copy p {
		margin-top: 3px;
		font-size: 13px;
		line-height: 1.7;
	}

	.campaign_devicecp__step-copy a {
		text-underline-offset: 3px;
	}

	.campaign_devicecp__before {
		margin-top: 38px;
	}

	.campaign_devicecp__before-heading {
		justify-content: flex-start;
		gap: 1px;
	}

	.campaign_devicecp__before-heading h2 {
		font-size: 17px;
		line-height: 1.55;
	}

	.campaign_devicecp__before-copy {
		margin-top: 29px;
		font-size: 13px;
		line-height: 1.85;
		text-align: left;
	}

	.campaign_devicecp__purchase-button {
		width: calc(100% - 30px);
		height: 51px;
		margin-top: 26px;
		gap: 24px;
		border-radius: 6px;
		box-shadow: 0 4px 0 #a90024;
		font-size: 16px;
	}

	.campaign_devicecp__overview {
		margin-top: 40px;
	}

	.campaign_devicecp__overview-trigger {
		height: 38px;
		padding: 0 42px 0 10px;
		font-size: 14px;
		line-height: 38px;
	}

	.campaign_devicecp__overview-trigger::after {
		top: 9px;
		right: 10px;
		width: 20px;
		height: 20px;
		font-size: 20px;
	}

	.campaign_devicecp__overview-trigger[aria-expanded="true"]::after {
		font-size: 18px;
	}

	.campaign_devicecp__overview-panel {
		padding: 20px 14px 24px;
	}

	.campaign_devicecp__overview table {
		font-size: 12px;
	}

	.campaign_devicecp__overview th {
		width: 105px;
		padding: 12px 10px;
	}

	.campaign_devicecp__overview td {
		padding: 12px 10px;
		line-height: 1.7;
	}

	.campaign_devicecp__overview ul {
		padding-left: 17px;
	}

	.campaign_devicecp__overview li + li {
		margin-top: 4px;
	}

	.campaign_devicecp__external-icon {
		width: 17px;
		height: 17px;
	}

	.campaign_devicecp__external-icon::after {
		top: -5px;
		right: -5px;
		width: 12px;
		height: 12px;
	}

	.campaign_devicecp__verification {
		margin-top: 39px;
		padding: 31px 15px 37px;
	}

	.campaign_devicecp__verification-heading h2 {
		margin-top: 5px;
		font-size: 18px;
		line-height: 1.45;
	}

	.campaign_devicecp__verification-heading > p:last-child {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.7;
		text-align: left;
	}

	.campaign_devicecp__consent-form {
		margin-top: 8px;
	}

	.campaign_devicecp__consent {
		padding: 15px 10px;
		border-radius: 7px;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .12);
		gap: 8px;
	}

	.campaign_devicecp__consent + .campaign_devicecp__consent {
		margin-top: 10px;
	}

	.campaign_devicecp__checkmark {
		width: 27px;
		height: 27px;
		margin-top: 0;
		border-radius: 4px;
	}

	.campaign_devicecp__consent input:checked + .campaign_devicecp__checkmark::after {
		top: 3px;
		left: 7px;
	}

	.campaign_devicecp__consent-copy strong {
		font-size: 14px;
		line-height: 1.55;
	}

	.campaign_devicecp__consent-copy > span {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.75;
	}

	.campaign_devicecp__consent-help {
		margin: 21px 22px 0;
		font-size: 12px;
		line-height: 1.5;
	}

	.campaign_devicecp__submit {
		width: calc(100% - 26px);
		height: 57px;
		margin-top: 18px;
		gap: 18px;
		font-size: 16px;
	}

	.campaign_devicecp__submit-break {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.campaign_devicecp main {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.campaign_devicecp .mv_h1 {
		margin-top: 20px;
	}
}
