.faq_list dd p a,
.info_text p a {
	color: #0093FF;
	transition: color 0.5s ease;
}
.faq_list dd p a:hover,
.info_text p a:hover {
	color: #0C3484;
}
.faq_list dd p a[target="_blank"]::after,
.info_text p a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	-webkit-mask: var(--target-mask);
	mask: var(--target-mask);
	background-color: currentColor;
}
.faq_list dt p span,
.faq_list dd p span,
.faq_list dd .faq_container span {
	position: absolute;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 25px;
	letter-spacing: 0.05em;
	top: 0;
	left: 0;
	line-height: 100%;
}
.hero {
	margin: 100px auto 80px;
	padding: 40px 0;
	background-color: #F7F7F7;
	position: relative;
}
.hero_content {
	position: relative;
	display: flex;
	gap: 80px;
}
.hero_bgtext {
	bottom: 0;
}
.hero_text {
	padding: 80px 0 216px;
	width: 60%;
}
.hero_title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	color: #202733;
}
.hero_lead,
.what_text p,
.cs_intro p,
.cs_text p,
.overview_text p,
.overview_note::before,
.date_text p,
.info_text p {
	line-height: 200%;
}
.hero_lead {
	margin-bottom: 20px;
}
.hero_lead span {
	font-weight: 700;
}
.hero_image {
	max-width: 450px;
	width: 40%;
	position: relative;
}
.hero_image img {
	overflow: hidden;
	border-radius: 40px;
}
.navi {
	margin-bottom: 40px;
}
.navi_content {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.navi_btn:nth-child(1) a {
	width: 382px;
}
.navi_btn:nth-child(2) a {
	width: 332px;
}
.navi_btn a::before {
	-webkit-mask: var(--arrow-mask-m);
	mask: var(--arrow-mask-m);
	width: 8px;
	height: 6px;
}
.what {
	margin-bottom: 90px;
}
.what_content .c_content_title {
	margin-bottom: 32px;
}
.mar_bg {
	padding: 28px 40px 80px;
	border-radius: 6px;
	background-color: #F7F7F7;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto 130px;
}
.cs {
	margin-bottom: 40px;
	scroll-margin-top: 100px;
}
.cs_content {
	padding: 40px;
	border-radius: 6px;
	background-color: #F7F7F7;
}
.cs .c_content_title {
	margin-bottom: 32px;
}
.cs_intro {
	margin-bottom: 68px;
}
.cs_block {
	margin-bottom: 76px;
	display: flex;
	gap: 72px;
}
.cs_text {
	width: 70%;
}
.cs_image {
	width: 30%;
}
.cs_image p {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #959595;
}
.cs_content h3 {
	font-weight: 700;
	font-size: 25px;
	color: #202733;
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.cs_content h3::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #0093FF;
}
.cs_places {
	margin-bottom: 72px;
}
.cs_place {
	margin-bottom: 40px;
	border: 2px solid #0093FF;
	background-color: #FFFFFF;
	padding: 10px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cs_place:nth-child(2) {
	border: 2px solid #0C14FE;
}
.cs_place h4 {
	margin-bottom: 32px;
	width: 100%;
	height: 40px;
	background: #0093FF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}
.cs_place:nth-child(2) h4 {
	background: #0C14FE;
}
.cs_list {
	padding: 0 20px;
}
.cs_place:nth-child(2) .cs_list {
	width: calc(75% - 20px);
}
.cs_list dl {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.cs_list dt {
	width: 184px;
	height: 30px;
	border-radius: 999px;
	background: #959595;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-weight: 700;
}
.cs_list dd {
	width: calc(100% - 204px);
}
.cs_list p,
.cs_list dd {
	font-weight: 500;
}
.cs_place .cs_image {
	width: 25%;
	padding-right: 20px;
}
.cs_place .cs_image img {
	border: 1px solid #E6E6E6;
}
.cs_btns {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.cs_btns a {
	max-width: 352px;
	width: calc((100% - 16px) / 3);
	margin: 0;
}
.overview {
	margin-bottom: 120px;
	scroll-margin-top: 100px;
}
.overview_content {
	padding: 40px;
	border-radius: 6px;
	background-color: #F7F7F7;
}
.overview_content .c_content_title {
	margin-bottom: 32px;
}
.overview_text {
	margin-bottom: 40px;
}
.overview_note {
	position: relative;
	padding-left: 1em;
}
.overview_note::before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}
.overview_content h3 {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 20px;
	max-width: 682px;
	width: 100%;
	margin-bottom: 16px;
	background-color: #0093FF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.overview_cards {
	margin-top: 32px;
	display: flex;
}
.overview_card {
	position: relative;
	padding-top: 40px;
}
.overview_card:nth-child(2) {
	margin: 0 -48px;
}
.overview_card_bg img {
	width: 392px;
}
.overview_card_tag {
	width: 126px;
	height: 126px;
	background: linear-gradient(#0093FF 0%, #1C1DFF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 48px;
	top: 0;
	z-index: 3;
}
.overview_card_fig {
	position: absolute;
	right: 64px;
	top: 0;
}
.overview_card:nth-child(2) .overview_card_fig {
	right: 50px;
}
.overview_card:nth-child(3) .overview_card_fig {
	right: 38px;
}
.overview_card:nth-child(1) .overview_card_fig img {
	width: 172px;
}
.overview_card:nth-child(2) .overview_card_fig img {
	width: 147px;
}
.overview_card:nth-child(3) .overview_card_fig img {
	width: 125px;
}
.overview_card_fignote {
	margin-top: -8px;
	width: 167px;
	height: 48px;
	border-radius: 9px;
	background: #0C3484;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}
.overview_card_title {
	font-weight: 700;
	font-size: 23px;
	text-align: left;
	color: #0C3484;
	position: absolute;
	left: 72px;
	top: 156px;
	width: 264px;
}
.overview_card:nth-child(3) .overview_card_title {
	top: 138px;
}
.support_content .c_content_title {
	margin-bottom: 32px;
}
.support_list dl {
	display: flex;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 200%;
}
.support_list dt {
	width: 128px;
}
.support_list dd {
	width: calc(100% - 128px);
}
.contacts {
	margin-bottom: 80px;
}
.contacts_content {
	width: calc(100vw - 80px);
	border-radius: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-image: url(/shared/img/service-list/sales/pcwindows11/contact-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: calc(620px - 50vw);
	padding: 40px 20px;
	color: #FFFFFF;
	background-color: #0C14FE;
	overflow: hidden;
	position: relative;
}
.contacts_content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0C14FE4D;
}
.contacts_block {
	position: relative;
}
.contacts_block h2 {
	margin-bottom: 28px;
	font-weight: 900;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
}
.contacts_lead {
	font-weight: 900;
	font-size: 20px;
	line-height: 200%;
	margin-bottom: 20px;
}
.contacts_cols {
	display: flex;
	gap: 160px;
	justify-content: center;
}
.contacts_col {
	width: 335px;
}
.contacts_col p {
	text-align: center;
	color: #FFFFFF;
}
.contacts_col_title {
	width: 311px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0 auto 20px;
	border: 1px solid #FFFFFF;
}
.contacts_col_text {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
}
.contacts_tel p {
	font-weight: 900;
}
.contacts_text_01 {
	font-size: 18px;
	line-height: 175%;
}
.contacts_text_02 {
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.contacts_text_02 span {
	font-size: 20px;
	position: relative;
	top: 2px;
}
.contacts_text_02 a {
	color: #FFFFFF;
}
.contacts_text_03 {
	font-weight: 900;
	line-height: 200%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.contacts_text_03 span {
	width: 120px;
	height: 25px;
	background: transparent;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.contacts_text_04 {
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
}
.contacts_btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.contacts_btns a {
	min-width: 330px;
	height: 60px;
	padding: 0 40px;
	margin: auto;
}
.faq {
	margin-bottom: 160px;
	position: relative;
}
.faq_content .c_content_title {
	margin-bottom: 80px;
}
.faq_list {
	width: calc(100vw - 80px);
	margin-left: calc(620px - 50vw);
}
.faq_list dl {
	background-color: #F7F7F7;
	padding: 60px 0;
	margin-bottom: 4px;
	position: relative;
	cursor: pointer;
	scroll-margin-top: 80px;
}
.faq_list dl:nth-child(2n) {
	background-color: #FCFCFC;
}
.faq_list dt {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	position: relative;
}
.faq_list dt::before {
	position: absolute;
	top: -8px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url(/shared/img/common/ico-accordion.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	transform: rotate(180deg);
}
.faq_list dl.active dt::before {
	transform: rotate(0);
}
.faq_list dt p {
	position: relative;
	padding-left: 40px;
	font-weight: 700;
}
.faq_list dt p span {
	color: #0093FF;
}
.faq_list dd {
	max-width: 1200px;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 24px;
	position: relative;
	cursor: default;
}
.faq_list dd p,
.faq_list dd .faq_container {
	position: relative;
	padding-left: 40px;
	line-height: 175%;
}
.faq_list dd>p {
	margin-bottom: 28px;
	display: flex;
}
.faq_list dd .faq_container {
	display: flex;
	gap: 40px;
}
.faq_list dd p span,
.faq_list dd .faq_container span {
	color: #0C14FE;
}
.faq_list dd .faq_block {
	background-color: #FFFFFF;
	padding: 10px 10px 30px;
	width: calc(50% - 20px);
}
.faq_list dd .faq_block h3 {
	padding: 4px 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0C14FE;
	margin-bottom: 20px;
}
.faq_list dd .faq_block:nth-child(2) h3 {
	background-color: #0C3484;
}
.faq_list dd .faq_block p {
	padding: 0 20px;
}
.faq_container02 {
	background-color: #FFFFFF;
	padding: 10px 10px 30px;
	border: 2px solid #0093FF;
}
.faq_container02 h3 {
	background-color: #0093FF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 20px;
	margin-bottom: 16px;
}
.faq_block02 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.faq_block02 p {
	width: calc(50% - 20px);
	position: relative;
}
.faq_block02 p.faq_block02_full {
	width: 100%;
}
.faq_list dd .faq_block02 p span {
	color: #0093FF;
}
.faq_block02 img {
	width: calc(50% - 20px);
}
.faq_block02_copy {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.faq_list dd .faq_block02_copy p {
	border: solid 3px #D2D2D2;
	padding: 16px;
	background: #252525;
	color: #FFFFFF;
	border-radius: 10px;
	margin: 0;
}
.faq_block02_copybtn {
	position: relative;
}
.faq_block02_copybtn button {
	width: 290px;
	min-height: 50px;
	padding: 16px 0;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin: 0;
	transition: all 0.5s ease;
	background: #0093FF;
	color: #FFFFFF;
	border: 1px solid #0093FF;
	cursor: pointer;
}
.faq_block02_copy button:hover {
	background: #FFFFFF;
	color: #0093FF;
}
.success_msg {
	position: absolute;
	background-color: #959595;
	color: #FFFFFF;
	margin: auto;
	border-radius: 5px;
	display: none;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 160px;
	height: 40px;
	top: 50%;
	right: -180px;
	transform: translateY(-50%);
	pointer-events: none;
}
.faq_image {
	width: 197px;
	margin-right: 20px;
	display: inline-block;
}
.stores {
	margin-bottom: 80px;
}
.stores_logos ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}
.stores_logos li {
	width: 200px;
}
.stores_logos li a {
	transition: opacity 0.5s ease;
}
.stores_logos li a:hover {
	opacity: 0.6;
}
.stores_logos li a img {
	display: block;
}
.date {
	margin-bottom: 80px;
}
.info {
	margin-bottom: 160px;
}
@media (max-width: 1200px) {
	.hero_text {
		padding-top: 0;
	}
	.cs_block {
		gap: 40px;
	}
	.overview_card:nth-child(3) .overview_card_fig {
		right: 3.2vw;
	}
	.contacts_content {
		width: 100%;
		margin-left: 0;
	}
	.contacts_cols {
		gap: 80px;
	}
	.faq_list {
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 1160px) {
	.overview_card {
		padding-top: 3.4vw;
	}
	.overview_card:nth-child(2) {
		margin: 0 -4.1vw;
	}
	.overview_card_bg img {
		width: 33.7vw;
	}
	.overview_card_tag {
		width: 10.8vw;
		height: 10.8vw;
		font-size: 1.7vw;
		left: 4.1vw;
	}
	.overview_card_fig {
		right: 5.5vw;
	}
	.overview_card:nth-child(2) .overview_card_fig {
		right: 4.3vw;
	}
	.overview_card:nth-child(1) .overview_card_fig img {
		width: 14.8vw;
	}
	.overview_card:nth-child(2) .overview_card_fig img {
		width: 12.6vw;
	}
	.overview_card:nth-child(3) .overview_card_fig img {
		width: 10.7vw;
	}
	.overview_card_fignote {
		margin-top: -0.8vw;
		width: 14.3vw;
		height: 4.1vw;
		border-radius: 0.7vw;
		font-size: 1.2vw;
	}
	.overview_card_title {
		font-size: 1.9vw;
		left: 6.2vw;
		top: 13.4vw;
		width: 22.5vw;
	}
	.overview_card:nth-child(3) .overview_card_title {
		top: 11.8vw;
	}
	.cs_btns {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.cs_btns a {
		max-width: 500px;
		width: 100%;
	}
}
@media (max-width: 1000px) {
	.contacts_cols {
		gap: 40px;
	}
	.navi_content {
		gap: 20px;
	}
	.contacts_content {
		background-image: url(/shared/img/service-list/sales/pcwindows11/contact-bg-sp.png);
		background-size: auto;
		background-position: bottom left;
	}
}
@media (max-width: 767px) {
	.hero {
		margin: 68px auto 40px;
		padding: 20px 0 32px;
	}
	.hero_content {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.hero_text {
		padding-bottom: 88px;
		width: 100%;
	}
	.hero_title {
		font-size: 18px;
	}
	.hero_lead,
	.what_text p,
	.cs_intro p,
	.cs_text p,
	.cs_btns a,
	.overview_text p,
	.contacts_lead,
	.faq_list dd p,
	.date_text p,
	.info_text p {
		font-size: 13px;
	}
	.hero_image {
		width: 100%;
		max-width: 335px;
		margin: auto;
	}
	.hero_image img {
		border-radius: 20px;
	}
	.navi_content {
		align-items: center;
		flex-direction: column;
		gap: 8px;
	}
	.navi_btn {
		width: 100%;
	}
	.navi_btn:nth-child(1) a,
	.navi_btn:nth-child(2) a {
		max-width: 335px;
		width: 100%;
		font-size: 13px;
		font-weight: 700;
		margin: auto;
	}
	.what {
		margin-bottom: 40px;
	}
	.what_content .c_content_title {
		margin-bottom: 20px;
	}
	.mar_bg {
		width: calc(100% - 40px);
		padding: 40px 20px 64px;
		margin-bottom: 80px;
	}
	.cs {
		margin-bottom: 40px;
	}
	.cs_content {
		padding: 40px 20px;
	}
	.cs .c_content_title {
		margin-bottom: 20px;
	}
	.cs_intro {
		margin-bottom: 40px;
	}
	.cs_block {
		margin-bottom: 32px;
		flex-direction: column;
		gap: 20px;
	}
	.cs_text {
		width: 100%;
	}
	.cs_image {
		width: 100%;
		text-align: center;
	}
	.cs_content h3 {
		font-size: 18px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cs_places {
		margin-bottom: 32px;
	}
	.cs_place {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 16px;
	}
	.cs_place h4 {
		margin-bottom: 0;
		font-size: 18px;
	}
	.cs_list {
		width: 100%;
		padding: 0 10px;
	}
	.cs_list dl {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 12px;
	}
	.cs_list dd,
	.cs_list p {
		font-size: 14px;
	}
	.cs_list dd,
	.cs_place:nth-child(2) .cs_list {
		width: 100%;
	}
	.cs_list dt {
		margin: auto;
		width: 100%;
		max-width: 254px;
	}
	.cs_place .cs_image {
		width: 100%;
		padding: 0 10px;
	}
	.overview {
		margin-bottom: 80px;
	}
	.overview_content {
		padding: 40px 20px;
	}
	.overview_content .c_content_title {
		margin-bottom: 20px;
	}
	.overview_content h3 {
		font-size: 18px;
		padding: 12px 20px;
		margin-bottom: 20px;
	}
	.overview_cards {
		flex-direction: column;
		width: 302px;
		max-width: 100%;
		margin: 28px auto 0;
	}
	.overview_card {
		padding-top: 0;
	}
	.overview_card:nth-child(2) {
		margin: -20px auto;
	}
	.overview_card_bg img {
		width: 100%;
	}
	.overview_card_tag {
		width: 126px;
		height: 126px;
		font-size: 20px;
		left: 12px;
	}
	.overview_card:nth-child(1) .overview_card_fig,
	.overview_card:nth-child(2) .overview_card_fig,
	.overview_card:nth-child(3) .overview_card_fig {
		right: 12px;
	}
	.overview_card:nth-child(1) .overview_card_fig img {
		width: 172px;
	}
	.overview_card:nth-child(2) .overview_card_fig img {
		width: 147px;
	}
	.overview_card:nth-child(3) .overview_card_fig img {
		width: 125px;
	}
	.overview_card_fignote {
		margin-top: -8px;
		width: 148px;
		height: 48px;
		border-radius: 9px;
		font-size: 15px;
	}
	.overview_card_title {
		font-size: 20px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		top: unset;
		bottom: 60px;
		width: 100%;
	}
	.overview_card:nth-child(3) .overview_card_title {
		top: unset;
		bottom: 48px;
	}
	.support_content .c_content_title {
		margin-bottom: 20px;
	}
	.support_list dl {
		margin-bottom: 16px;
	}
	.contacts {
		margin-bottom: 80px;
	}
	.contacts_content {
		height: auto;
		margin-left: auto;
	}
	.contacts_block h2 {
		font-size: 18px;
	}
	.contacts_lead {
		margin-bottom: 12px;
	}
	.contacts_cols {
		flex-direction: column-reverse;
		align-items: center;
		gap: 80px;
	}
	.contacts_col {
		width: 312px;
	}
	.contacts_btns a {
		max-width: 300px;
		min-width: 0;
	}
	.faq {
		margin-bottom: 80px;
	}
	.faq_content .c_content_title {
		margin-bottom: 40px;
	}
	.faq_list {
		width: 100%;
		margin: auto;
	}
	.faq_list dl {
		padding: 20px;
	}
	.faq_list dt {
		padding: 0;
	}
	.faq_list dt::before {
		top: 0;
		right: 0;
		width: 32px;
		height: 32px;
	}
	.faq_list dt p {
		font-size: 14px;
		padding-right: 52px;
		min-height: 44px;
	}
	.faq_list dd {
		padding: 0;
	}
	.faq_list dd p {
		font-weight: 500;
	}
	.faq_list dd>p {
		margin-bottom: 20px;
		display: block;
	}
	.faq_list dd .faq_container {
		flex-direction: column;
		gap: 10px;
		padding: 32px 0 0;
	}
	.faq_list dd .faq_block {
		width: 100%;
		padding: 10px 10px 30px;
	}
	.faq_list dd .faq_block h3 {
		font-size: 18px;
		padding: 4px 12px;
		margin-bottom: 16px;
	}
	.faq_list dd .faq_block p {
		padding: 0 10px;
		font-size: 14px;
	}
	.faq_container02 {
		padding: 10px 10px 20px;
	}
	.faq_container02 h3 {
		font-size: 18px;
		padding: 4px 12px;
	}
	.faq_block02 {
		flex-direction: column;
		gap: 8px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.faq_list dd .faq_block02 p {
		width: 100%;
		padding-left: 30px;
		font-size: 14px;
	}
	.faq_block02 img {
		width: 100%;
	}
	.faq_image {
		width: 197px;
		margin: 0 0 8px;
		display: block;
	}
	.faq_block02_copy {
		flex-direction: column;
		gap: 10px;
	}
	.faq_block02_copybtn {
		width: 100%;
	}
	.faq_block02_copybtn button {
		max-width: 100%;
	}
	.success_msg {
		width: 160px;
		height: 40px;
		right: unset;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.stores .c_content_title,
	.date .c_content_title,
	.info .c_content_title {
		margin-bottom: 20px;
	}
	.stores_logos ul {
		gap: 20px;
	}
	.stores_logos li {
		width: 155px;
	}
	.info {
		margin-bottom: 80px;
	}
}