<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
.main {
	background: #fff4cf;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4b290a;
}
.color_yellow {
	color: #ffcb2f;
}
.color_yellow a.uqv2-parts-textlink--keycolor {
	color: #ffcb2f;
}
.color_brown a.uqv2-parts-textlink--keycolor {
	color: #4b290a;
	max-width: 100%;
}
.color_white {
	color: #ffffff;
}
.box_container {
	width: 750px;
	margin: auto;
	padding: 80px 0 150px;
}
.yellow_area {
	background: #ffcb2f;
	position: relative;
}
p , .add_normal_txt {
	font-size: 16px;
}
.text_lg {
	font-size: 22px;
}
.btn_x {
	width: 300px;
	margin: auto;
}
.btn_x a {
	background: #0091d7;
	justify-content: center;
	color: #ffffff;
}
.btn_brown a {
	background: #4b290a;
	justify-content: center;
	color: #ffffff;
}
.btn_round {
	border-radius: 40px;
}
.content_title {
	font-size: 24px;
	font-weight: bold;
	color: #4b290a;
}
.flexbox_01 {
	display: flex;
	justify-content: space-between;
}
.flexbox_01__li {
	width: 48%;
}
.bg_white_01 {
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
	min-height: 170px;
}
.bg_white_02 {
	background: #ffffff;
	border-radius: 20px;
	padding: 50px;
}
.pc60_sp40 {
	margin-top: 60px;
}
.flexbox_02 {
	display: flex;
	justify-content: space-between;
}
.flexbox_02__li {
	width: 28%;
}
.flexbox_02__li.icon_arrow {
	position: relative;
}
.icon_arrow::before {
	display: inline-block;
	content: "";
	position: absolute;
	background: url("/mobile/cp/x-2024winter/images/img_arrow.png") no-repeat;
	width: 40px;
	height: 17px;
	top: 50%;
	left: -45px;
}
.complete {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.flexbox_03 {
	display: flex;
	align-items: center;
	margin-top: 40px;
	border-top: 5px dotted #4b290a;
	padding-top: 40px;
}
.flexbox_03_img {
	margin-left: 40px;
}
.flexbox_03_text {
	margin-left: 20px;
}
.flexbox_04 {
	display: flex;
}
.flexbox_04__icon {
	background: #ffcb2f;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.flexbox_04__text {
	margin-left: 20px;
}
.flexbox_04__icon {
	width: 30px;
}
.flexbox_04__text {
	width: calc(100% - 50px);
}
.content {
	height: 200px;
	overflow-y: scroll;
}
.padding_text {
	width: 650px;
	margin: auto;
}
.finish {
	position: relative;
}
.finish_text {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.box_container {
		width: auto;
	}
	.flexbox_01 {
		flex-direction: column;
	}
	.flexbox_01__li {
		width: 100%;
	}
	.flexbox_01__li + .flexbox_01__li {
		margin-top: 40px;
	}
	.bg_white_01 {
		min-height: auto;
	}
	.bg_white_02 {
		padding: 30px;
	}
	.flexbox_02 {
		flex-direction: column;
	}
	.flexbox_02__li {
		width: 100%;
	}
	.flexbox_02__li + .flexbox_02__li {
		margin-top: 80px;
	}
	.icon_arrow::before {
		transform: rotate(90deg);
		top: -50px;
		left: calc(50% - 17px);
	}
	.text_lg {
		font-size: 18px;
	}
	p , .add_normal_txt {
		font-size: 14px;
	}
	.pc60_sp40 {
		margin-top: 40px;
	}
	.flexbox_03 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.flexbox_03_point {
		width: 100%;
		margin-bottom: 20px;
	}
	.flexbox_03_img {
		margin-left: 10px;
	}
	.flexbox_03_text {
		width: calc(100% - 120px);
	}
	.padding_text {
		width: auto;
	}


}


/*========= 波レイアウトのためのCSS ===============*/

#wrapper {
	width:100%;
	position: relative;
}

/*========= waveを描画するエリア設定 ===============*/

.wave{
	position: relative;
}
.wave canvas{
	position: absolute;
	top: -110px;
	left:0;
	width: 100%;
}

</pre></body></html>