@charset "utf-8";

/* initialize */
.contents {
	margin-bottom: 0;
}
.contents__inr {
	width: 100%;
	margin: 0;
}

/* utility */
.u-pc-d-n {
	display: none !important;
}
.u-pc-ta-c {
	text-align: center !important;
}
.u-pc-ta-l {
	text-align: left !important;
}

/* contents start */
#sw2025-help .page-bg-loading {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#sw2025-help {
	background-color: #ededed;
}
#sw2025-help .section-container {
	position: relative;
	padding-top: 32px;
	padding-bottom: 40px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .16);
	background-color: #fff;
}
#sw2025-help .section-container + .section-container {
	margin-top: 16px;
}
#sw2025-help .section-inner {
	max-width: 800px;
	margin: 0 auto;
}
#sw2025-help .title-lv2,
#sw2025-help .title-lv3 {
	font-weight: bold;
	text-align: center;
}
#sw2025-help .title-lv2 {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 1.4;
}
#sw2025-help .title-border {
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
#sw2025-help .title-lv3 {
	font-size: 18px;
	line-height: 1.3333;
}
#sw2025-help .text {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#sw2025-help .text:last-child {
	margin-bottom: 0;
}
#sw2025-help .text-orange {
	color: #ff7126;
}
#sw2025-help .text-red {
	color: #f00;
}
#sw2025-help .text-bold {
	font-weight: bold;
}
#sw2025-help .list-type-asterisk,
#sw2025-help .notes-link {
	color: #666;
}
#sw2025-help .list-type-asterisk {
	font-size: 14px;
}
#sw2025-help .list-type-asterisk:not(:last-child) {
	margin-bottom: 20px;
}
#sw2025-help .text-link {
	position: relative;
	border-bottom: 1px solid #333;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#sw2025-help .link-button-list-item {
	margin-bottom: 16px;
}
#sw2025-help .link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 360px;
	height: 48px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.375;
	text-decoration: none;
	text-align: center;
}
#sw2025-help .link-button[data-button-size='l'] {
	width: 450px;
}
#sw2025-help [data-link-icon='arrow-b'],
#sw2025-help [data-link-icon='arrow-r'] {
	position: relative;
}
#sw2025-help [data-link-icon='arrow-b']::after,
#sw2025-help [data-link-icon='arrow-r']::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	content: '';
}
#sw2025-help [data-link-icon='arrow-b']::after {
	transform: translateY(-50%) rotate(135deg);
}
#sw2025-help [data-link-icon='arrow-r']::after {
	transform: translateY(-50%) rotate(45deg);
}
#sw2025-help .mainvisual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	background-color: #ff7126;
}
#sw2025-help .specialweek-info {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#sw2025-help .favorite-link {
	margin-left: 32px;
}
#sw2025-help .favorite-link::after {
	position: absolute;
	top: 50%;
	left: -32px;
	width: 28px;
	height: 28px;
	background: url(/src/static/campaign/rule/img/icon_favorite.svg) no-repeat center center / contain;
	transform: translateY(-50%);
	content: '';
}
#sw2025-help #special-item .title-lv3 {
	margin-bottom: 9px;
}
#sw2025-help .text-date {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 28px;
	border-radius: 100px;
	background-color: #fff0e9;
	color: #ff7126;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#sw2025-help .text-date:last-child {
	margin-bottom: 0;
}
#sw2025-help .schedule-list {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
}
#sw2025-help .schedule-list-item {
	display: flex;
	margin-bottom: 10px;
	padding: 15px 112px;
	background-color: #f4f4f4;
	text-align: right;
}
#sw2025-help .schedule-list-date {
	min-width: 250px;
	margin-right: 60px;
}
#sw2025-help .schedule-list-dow {
	margin-left: 6px;
	font-size: 14px;
}
#sw2025-help .shopping-info-type01,
#sw2025-help .list-type-normal {
	font-size: 16px;
	line-height: 1.5;
}
#sw2025-help .shopping-info-type01:not(:last-child) {
	margin-bottom: 16px;
}
#sw2025-help .shopping-info-type01-title {
	margin-bottom: 6px;
	font-weight: bold;
}
#sw2025-help .list-type-normal:not(:last-child) {
	margin-bottom: 15px;
}
#sw2025-help .list-type-normal-item:not(:last-child) {
	margin-bottom: 8px;
}
#sw2025-help .title-catch {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#sw2025-help .title-lv2 + .title-image-box {
	margin-top: -8px;
}
#sw2025-help .title-image-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 17px;
}
#sw2025-help .title-image-box .text-date {
	margin-right: 35px;
	margin-bottom: 0;
}
#sw2025-help .sample-image01 {
	width: 108px;
	height: 70px;
}
#sw2025-help .sample-image02 {
	width: 118px;
	height: 70px;
}
#sw2025-help .shopping-info-type02 {
	font-size: 16px;
}
#sw2025-help .shopping-info-type02:not(:last-child) {
	margin-bottom: 20px;
}
#sw2025-help .shopping-info-type02-title {
	margin-bottom: 16px;
	padding: 0 20px;
	background-color: #f4f4f4;
	font-weight: bold;
	line-height: 32px;
}
#sw2025-help .shopping-info-type02-detail-inner {
	max-width: 710px;
	margin: 0 auto;
}
#sw2025-help .list-flow {
	display: flex;
	margin-bottom: 20px;
}
#sw2025-help .list-flow-item + .list-flow-item {
	margin-left: 40px;
}
#sw2025-help .list-flow-step {
	margin-bottom: 8px;
}
#sw2025-help .list-flow-title {
	margin-bottom: 10px;
}
#sw2025-help .list-flow-item-inner {
	min-height: 134px;
	margin-bottom: 18px;
}
#sw2025-help .list-flow .text:not(:last-child) {
	margin-bottom: 10px;
}

/* close */
#sw2025-help .close-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	background: #f4f4f4;
	color: #ff7126;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#sw2025-help #infomation .text {
	margin-bottom: 12px;
}
#sw2025-help #infomation .close-message + .link-button-list {
	flex-direction: column;
	margin-bottom: 32px;
}
#sw2025-help .close-message {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#sw2025-help .overlay-close {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 126px;
	background: rgba(255, 255, 255, .85);
	box-sizing: border-box;
}
#sw2025-help .overlay-close-inner {
	text-align: center;
}
#sw2025-help .overlay-close-text {
	font-size: 24px;
	font-weight: bold;
}
#sw2025-help .overlay-close-text:not(:last-child) {
	margin-bottom: 20px;
}
#sw2025-help .overlay-close-text-small {
	font-size: 16px;
}
