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

.l-faq {
	padding-bottom: 125px;
}

.l-faq--page {
	padding-top: 82px;
}

.l-faq-wrapper-1 {
	position: relative;
	padding: 0 20px;
}

.l-faq-wrapper-2 {
	position: relative;
	padding: 0 5px;
}

.l-faq-wrapper-3 {
	position: relative;
	padding: 0 20px;
}

.l-faq-head {
	margin-bottom: 52px;
}

.l-faq-head__search {
	margin-top: 10px;
}

.l-faq-detail__index {
	margin-bottom: 52px;
}

.faq-button-chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 64px;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00DF99), to(#00A759));
	background: -o-linear-gradient(top, #00DF99 0%, #00A759 100%);
	background: linear-gradient(180deg, #00DF99 0%, #00A759 100%);
	border-radius: 50px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.068em;
	-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-button-chat:hover {
	color: #FFFFFF;
}

.faq-button-chat span {
	margin-top: -1px;
	font-size: 12px;
	letter-spacing: .06em;
}

.faq-button-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 64px;
	padding: 5px 5px;
	border: 2px solid #1A63D9;
	font-size: 15px;
	line-height: 1.2307;
	letter-spacing: .06em;
	font-weight: bold;
	border-radius: 4px;
	color: #1A63D9;
	text-align: center;
}

.faq-button-1:hover {
	color: #FFFFFF;
	background: #1A63D9;
}

.faq-button-1--fssm {
	font-size: 13px;
}

.faq-button-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	color: #898989;
	border: 2px solid #898989;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .06em;
	font-weight: bold;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.faq-button-2:hover {
	color: #FFFFFF;
	background: #898989;
}

.faq-button-2 span {
	position: relative;
}

.faq-button-2 span::after {
	content: "";
	position: absolute;
	top: 50%;
}

.faq-button-2--request span::after {
	left: calc(100% + 21px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	height: 32px;
	background: url(../img/icon_request2.png) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.faq-button-2--tel span::after {
	left: calc(100% + 21px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: url(../img/icon_tel.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.faq-button-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 64px;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background: #1A63D9;
	border-radius: 50px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .06em;
	background: -webkit-gradient(linear, left top, left bottom, from(#1A63D9), to(#124598));
	background: -o-linear-gradient(top, #1A63D9 0%, #124598 100%);
	background: linear-gradient(180deg, #1A63D9 0%, #124598 100%);
	box-shadow: 4px 4px 12px rgb(0 0 0 / 10%);
}

.faq-button-3:hover {
	color: #FFFFFF;
}

.faq-head-1 {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 27px;
	font-size: 24px;
	line-height: 1.6667;
	font-weight: bold;
	text-align: center;
	letter-spacing: .06em;
}

.faq-button-list-1 {
	padding: 0;
}

.faq-button-list-1__item {
	list-style: none;
}

.faq-button-list-1__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-button-list-2 {
	padding: 0;
}

.faq-button-list-2__item {
	list-style: none;
}

.faq-button-list-2__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-button-list-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.faq-button-list-3__item {
	width: calc(50% - 8px);
	list-style: none;
}

.faq-button-list-3__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-button-list-3__item:not(:nth-of-type(2n)) {
	margin-right: 16px;
}

.faq-search {
	position: relative;
}

.faq-search select {
	background: #FFFFFF;
	border-radius: 4px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 64px;
	padding: 10px 14px;
	border: 1px solid #CDD6DD;
	font-size: 13px;
	letter-spacing: .06em;
	color: #9D9D9D;
	background: url(../img/icon_select.svg) no-repeat right 22px center/10px #F5F9FF;
	cursor: pointer;
}

.faq-search select:focus {
	outline: none;
}

.faq-search select::-ms-expand {
	display: none;
}

.faq-search select::-webkit-input-placeholder {
	color: #B2B2B2;
}

.faq-search select::-moz-placeholder {
	color: #B2B2B2;
}

.faq-search select:-ms-input-placeholder {
	color: #B2B2B2;
}

.faq-search select::-ms-input-placeholder {
	color: #B2B2B2;
}

.faq-search select::placeholder {
	color: #B2B2B2;
}

.faq-search-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	border: 1px solid #CDD6DD;
	background: #F5F9FF;
	border-radius: 4px;
	overflow: hidden;
}

.faq-search-text.searched {
	border-radius: 4px 4px 0 0;
}

.faq-search-text input[type="text"] {
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	padding: 10px 14px;
	font-size: 13px;
	letter-spacing: .06em;
}

.faq-search-text input[type="text"]:focus {
	outline: none;
}

.faq-search-text input[type="text"]::-webkit-input-placeholder {
	color: #9D9D9D;
}

.faq-search-text input[type="text"]::-moz-placeholder {
	color: #9D9D9D;
}

.faq-search-text input[type="text"]:-ms-input-placeholder {
	color: #9D9D9D;
}

.faq-search-text input[type="text"]::-ms-input-placeholder {
	color: #9D9D9D;
}

.faq-search-text input[type="text"]::placeholder {
	color: #9D9D9D;
}

.faq-search-text input[type="submit"] {
	border-radius: 4px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 100%;
	background: url(../img/icon_search.svg) no-repeat center center/26px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
}

.faq-search-results {
	display: none;
	width: 100%;
	height: 300px;
	background-color: #F5F9FF;
	border: 1px solid #CDD6DD;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
	overflow-y: auto;
}

.faq-search-results.open {
	display: block;
}

.faq-search-results .results-list {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.results-list li {
	position: relative;
	font-size: 13px;
	letter-spacing: .78px;
	font-weight: bold;
}

.results-list li:hover {
	background-color: #DBEAFF;
}

.results-list li a {
	display: block;
	color: #000;
	padding: 15px 25px 15px 46px;
}

.results-list li .search-query {
	color: #1A63D9;
}

.results-list li a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	background-image: url(../img/icon_search.svg);
	background-size: cover;
	width: 16px;
	height: 16px;
}

.faq-head-search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #CDD6DD;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
}

.faq-head-search input[type="text"] {
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #FFFFFF;
	border: none;
	width: 100%;
	height: 100%;
	padding: 10px 14px 10px 0;
	font-size: 16px;
}

.faq-head-search input[type="text"]:focus {
	outline: none;
}

.faq-head-search input[type="text"]::-webkit-input-placeholder {
	color: #9D9D9D;
	letter-spacing: .16em;
}

.faq-head-search input[type="text"]::-moz-placeholder {
	color: #9D9D9D;
	letter-spacing: .16em;
}

.faq-head-search input[type="text"]:-ms-input-placeholder {
	color: #9D9D9D;
	letter-spacing: .16em;
}

.faq-head-search input[type="text"]::-ms-input-placeholder {
	color: #9D9D9D;
	letter-spacing: .16em;
}

.faq-head-search input[type="text"]::placeholder {
	color: #9D9D9D;
	letter-spacing: .16em;
}

.faq-head-search input[type="submit"] {
	border-radius: 4px;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 100%;
	background: url(../img/icon_search_02.svg) no-repeat left 18px center/20px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
}

.faq-category-title {
	margin-bottom: 22px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.3;
}

.faq-article-list {
	padding: 0;
	margin: 0;
}

.faq-article-list__item {
	list-style: none;
}

.faq-article-list__item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 73px;
	padding: 28px 0 27px;
	color: #2D3138;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .06em;
	border-bottom: 1px solid #C6C6C6;
}

.faq-article-list__item a::before {
	content: "&gt;";
}

.faq-index {
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

.faq-index__head {
	padding: 0;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	position: relative;
	display: block;
	width: 100%;
	padding: 19px 9px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.faq-index__head::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #C6C6C6;
	border-right: 2px solid #C6C6C6;
}

.faq-index__head.is-open::after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	margin-top: 2px;
}

.faq-index__content {
	display: none;
}

.faq-index__items {
	padding: 0;
	margin-top: 10px;
}

.faq-index__item {
	list-style: none;
}

.faq-index__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-index__item a {
	position: relative;
	width: 100%;
	padding: 0 10px;
	color: #6C737E;
	font-size: 12px;
	line-height: 1.6667;
	letter-spacing: .06em;
}

.faq-index__item.is-active a {
	color: #FFFFFF;
}

.faq-index__item.is-active a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*z-index: -1;*/
	width: 100%;
	height: calc(100% + 15px);
	background: #154EB0;
	border-radius: 8px;
}

.faq-index__item__text {
	position: relative;
}

.faq-article__title {
	margin-bottom: 50px;
	font-size: 28px;
	line-height: 1.6071;
	font-weight: 500;
}

.faq-article__content p {
	letter-spacing: .06em;
}

.faq-article__content a {
	text-decoration: underline;
}

.faq-article__content a:hover {
	text-decoration: none;
}

.faq-mv {
	position: relative;
	background: #144FAB;
	margin-top: 50px;
}

.faq-mv img {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.faq-mv__button {
	position: absolute;
	top: 87%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 60px);
}

.faq-block-1 {
	margin-top: 24px;
}

.faq-block-2 {
	margin-top: 26px;
}

.faq-block-2__head {
	margin-bottom: 34px;
	font-size: 26px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	letter-spacing: .06em;
}

.faq-block-2__head span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.faq-block-2__head span::before {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 100%;
	height: 4px;
	background: #42BC77;
}

.faq-block-2__image img {
	display: block;
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
}

.faq-block-2__button {
	margin-top: 43px;
}

.faq-block-3 {
	margin-top: 88px;
}

.faq-block-3__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-block-3__text {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: .06em;
	color: #656565;
}

.faq-block-4 {
	margin-top: 135px;
}

.faq-block-5 {
	margin-top: 134px;
}

.faq-block-6 {
	margin-top: 118px;
}

.faq-block-6--mtlg {
	margin-top: 135px;
}

.faq-block-6__row:not(:last-child) {
	margin-bottom: 30px;
}

.faq-block-6__col:not(:last-child) {
	margin-bottom: 24px;
}

.faq-block-6__text {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: .06em;
}

.faq-block-7 {
	margin-top: 40px;
}

.faq-block-7__button {
	margin-bottom: 13px;
}

.faq-block-7__intro {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	letter-spacing: .06em;
}

.faq-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.faq-breadcrumb__item {
	list-style: none;
	font-size: 12px;
}

.faq-breadcrumb__item:not(:last-child) {
	margin-right: 10px;
}

.faq-breadcrumb__item:not(:last-of-type)::after {
	content: "&gt;";
	display: inline-block;
	margin-left: 10px;
}

.faq-breadcrumb__item a {
	color: #32B5EB;
	display: inline;
}

.faq-breadcrumb__item a:hover {
	text-decoration: underline;
}

.faq-accordion {
	position: relative;
	padding-bottom: 67px;
}

.faq-accordion__content {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 30px);
	height: 202px;
	overflow: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.faq-accordion__frame {
	padding: 20px 15px 53px;
}

.faq-accordion__frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	z-index: -1;
	pointer-events: none;
}

.faq-accordion__frame::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	width: 100%;
	height: 150px;
	background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(5%, white), to(rgba(255, 255, 255, 0.01)));
	background: -o-linear-gradient(bottom, white 0%, white 5%, rgba(255, 255, 255, 0.01) 100%);
	background: linear-gradient(0deg, white 0%, white 5%, rgba(255, 255, 255, 0.01) 100%);
	pointer-events: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.is-open .faq-accordion__frame::after {
	content: "";
	visibility: hidden;
	opacity: 0;
}

.faq-accordion__trg {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 34px 10px 10px;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .06em;
}

.faq-accordion__trg::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 10px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 15px;
	height: 15px;
	border-top: 3px solid #0A53F8;
	border-right: 3px solid #0A53F8;
}

.is-open .faq-accordion__trg {
	bottom: 0;
}

.is-open .faq-accordion__trg::after {
	top: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.faq-content-1 {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .06em;
}

.faq-content-1 p {
	margin-bottom: 1em;
}

.faq-content-1 a {
	color: #1A63D9;
	text-decoration: underline;
}

.faq-content-1 a:hover {
	text-decoration: none;
}

.faq-content-1__list-1 {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

.faq-content-1__list-1 &gt; li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-content-1__list-1 &gt; li::before {
	content: "・";
}

.faq-content-1__list-2 {
	margin: 0;
	padding: 0;
}

.faq-content-1__list-2 &gt; li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

.faq-content-1__list-2 &gt; li::before {
	content: "-";
	margin-right: 0.6em;
}

.faq-content-1__head {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
}

.topAlert-block{
	color: red;
	margin-top: 40px;
}

.topAlertTitle-block{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: bold;
}

.topAlertIcon{
	display: flex;
	justify-content: center;
}

.topAlertIcon img{
	width: 55%;
	height: auto;
}

.topAlertTitle{
	width: 120px;
}

.topAlertContent{
	color: red;
	margin-top: 20px;
	letter-spacing: .06em;
	line-height: 1.75;
}

.topAlertContent a{
	color: red;
	text-decoration: underline;
	text-decoration-color: red;
}

.bottomAlert-block{
	color: red;
	margin-top: 60px;
}

.bottomAlertTitle-block{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: bold;
}

.bottomAlertIcon{
	display: flex;
	justify-content: center;
}

.bottomAlertIcon img{
	width: 55%;
	height: auto;
}

.bottomAlertTitle{
	width: 120px;
}

.bottomAlertContent{
	color: red;
	margin-top: 20px;
	letter-spacing: .06em;
	line-height: 1.75;
}

.bottomAlertContent a{
	color: red;
	text-decoration: underline;
	text-decoration-color: red;
}

@media (min-width: 768px) {

.l-faq--page {
	padding-top: 95px;
}

.l-faq-wrapper-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding: 0;
}

.l-faq-wrapper-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0;
}

.l-faq-wrapper-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0;
}

.l-faq-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 82px;
}

.l-faq-head__search {
	width: 300px;
}

.l-faq-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-faq-detail__index {
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.l-faq-detail__content {
	width: 100%;
	margin-top: -8px;
	padding-left: 40px;
}

.faq-button-chat {
	letter-spacing: .042em;
}

.faq-button-chat:hover {
	opacity: .7;
}

.faq-button-1 {
	font-size: 16px;
}

.faq-button-1--fssm {
	font-size: 16px;
}

.faq-button-2 {
	padding-right: 30px;
}

.faq-button-2--request span::after {
	left: calc(100% + 27px);
}

.faq-button-2--request:hover span::after {
	background-image: url(../img/icon_request2_white.png);
}

.faq-button-2--tel:hover span::after {
	background-image: url(../img/icon_tel_white.svg);
}

.faq-button-3 {
	letter-spacing: .042em;
}

.faq-button-3:hover {
	opacity: .7;
}

.faq-button-list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -8px;
	margin-right: -8px;
}

.faq-button-list-1__item {
	width: calc(100% / 3 - 14px);
	margin: 0 6px;
}

.faq-button-list-1__item--lg {
	width: 86%;
}

.faq-button-list-1__item--md {
	width: 48%;
}

.faq-button-list-3__item {
	width: calc(100% / 3 - 8px);
}

.faq-button-list-3__item:not(:nth-of-type(2n)) {
	margin-right: 0;
}

.faq-button-list-3__item:not(:nth-of-type(3n)) {
	margin-right: 12px;
}

.faq-search select {
	font-size: 16px;
}

.faq-search-text input[type="text"] {
	font-size: 16px;
}

.faq-search-results {
	height: 360px;
}

.faq-search-results .results-list {
	padding: 0;
}

.results-list li {
	font-size: 16px;
	letter-spacing: .96px;
}

.results-list li a {
	padding: 20px 40px 20px 56px;
}

.results-list li a::before {
	left: 30px;
}

.faq-category-title {
	margin-bottom: 48px;
	font-size: 34px;
}

.faq-article-list__item:not(:last-child) {
	margin-bottom: 19px;
}

.faq-article-list__item a {
	padding: 20px 32px;
	font-size: 18px;
	border: 1px solid #C6C6C6;
	border-radius: 10px;
}

.faq-index {
	padding: 32px 20px;
	border: 1px solid #C6C6C6;
}

.faq-index__head {
	padding: 0 10px;
	pointer-events: none;
}

.faq-index__head::after {
	content: none;
}

.faq-index__content {
	display: block;
}

.faq-index__items {
	margin-top: 23px;
}

.faq-index__item:not(:last-child) {
	margin-bottom: 37px;
}

.faq-index__item.is-active a::before {
	height: calc(100% + 35px);
}

.faq-article__title {
	margin-bottom: 35px;
}

.faq-mv__button {
	top: 68%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 920px;
	width: 76.5%;
}

.faq-mv__button .faq-button-chat {
	margin: 0;
}

.faq-block-1 {
	margin-top: 68px;
}

.faq-block-2 {
	margin-top: 80px;
}

.faq-block-2__head {
	margin-bottom: 52px;
	font-size: 34px;
	line-height: 1.84615;
}

.faq-block-2__head span {
	padding-bottom: 8px;
}

.faq-block-2__head span::before {
	height: 7px;
	width: 65%;
}

.faq-block-2__image {
	padding: 0 6px;
}

.faq-block-2__image img {
	max-width: 100%;
}

.faq-block-2__button {
	margin-top: 34px;
}

.faq-block-3 {
	margin-top: 30px;
}

.faq-block-3__item:not(:last-child) {
	margin-bottom: 0;
}

.faq-block-3__text {
	margin-top: 16px;
	text-align: center;
}

.faq-block-4 {
	margin-top: 84px;
}

.faq-block-5 {
	margin-top: 100px;
}

.faq-block-6 {
	margin-top: 88px;
}

.faq-block-6--mtlg {
	margin-top: 105px;
}

.faq-block-6__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq-block-6__col {
	width: calc(50% - 20px);
}

.faq-block-6__col:not(:last-child) {
	margin-bottom: 0;
}

.faq-block-7__button {
	margin-bottom: 18px;
}

.faq-block-7__intro {
	margin-bottom: 14px;
}

.faq-breadcrumb__item {
	font-size: 14px;
}
.faq-breadcrumb__item:not(:last-of-type) {
	margin-right: 20px;
}
.faq-breadcrumb__item:not(:last-of-type)::after {
	margin-left: 20px;
}

.faq-accordion__content {
	width: 100%;
	height: 150px;
}

.faq-accordion__frame {
	padding: 25px 33px 20px;
}

.faq-accordion__frame::after {
	height: 80px;
}

.faq-content-1 p {
	margin-bottom: .7em;
}

.faq-content-1__list-1 {
	margin-bottom: .7em;
}

}

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