.faq_list dd p a {
	color: #0093FF;
	transition: color 0.5s ease;
}
.faq_list dd p a:hover {
	color: #0C3484;
}
.faq_list dd 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%;
}
.navi {
	padding: 92px 0;
}
.navi_content {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.navi_btn:nth-child(1) a,
.navi_btn:nth-child(2) a {
	width: 382px;
}
.navi_btn a::before {
	-webkit-mask: var(--arrow-mask-m);
	mask: var(--arrow-mask-m);
	width: 8px;
	height: 6px;
}
.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: #0C14FE80;
}
.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;
	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 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;
}
.faq_list dd p,
.faq_list dd .faq_container {
	position: relative;
	padding-left: 40px;
	line-height: 175%;
}
.faq_list dd .faq_block01_sub p{
	padding-left: 0;
}
.faq_list dd .faq_block01_sub p span{
	color: #0093FF;
}
.faq_list dd>p {
	margin-bottom: 28px;
}
.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_block01 {
	padding: 0 20px;
	margin-bottom: 20px;
}
.faq_block01_sub {
	padding: 20px 40px;
	background: #f7f7f7;
	margin: 0 20px;
	border-radius: 10px;
}
.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%;
	margin-bottom: 20px;
}
.faq_list dd .faq_block01 p span,
.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;
}
.mt_20 {
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.contacts_content {
		width: 100%;
		margin-left: 0;
	}
	.contacts_cols {
		gap: 80px;
	}
	.faq_list {
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 1160px) {
	.success_msg {
		right: unset;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@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;
	}
	.faq_block02 {
		gap: 0 20px;
	}
	.faq_list dd .faq_block02 p {
		width: calc(50% - 10px);
	}
	.faq_block02 img {
		width: calc(50% - 10px);
	}
}
@media (max-width: 767px) {
	.contacts_lead{
		font-size: 13px;
	}
	.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;
	}
	.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;
	}
	.faq_link a{
		margin: 10px auto 60px;
	}
	.faq_link a,
	.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>p a {
		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_block01_sub {
		padding: 20px;
	}
	.faq_list dd .faq_block01_sub p span{
		color: #0093FF;
		position: unset;
		line-height: 1.5;
		font-size: 20px;
		margin-bottom: 0;
	}
	.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;
		align-items: center;
		gap: 8px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.faq_list dd .faq_block02 p {
		width: 100%;
		padding-left: 30px;
		font-size: 14px;
	}
	.faq_block02 p.faq_block02_full {
		margin-bottom: 0;
	}
	.faq_block02 img {
		max-width: 398px;
		width: 100%;
	}
	.faq_image {
		width: 197px;
		margin: 0 0 8px;
		display: block;
	}
	.faq_block02_copy {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.faq_list dd .faq_block02_copy p {
		padding-left: 16px;
	}
	.faq_block02_copybtn,
	.faq_block02_copybtn button {
		max-width: 100%;
	}
	.success_msg {
		width: 160px;
		height: 40px;
	}
}