<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*COMMON FAQ*/
.faq_wrap {
	margin-bottom: 0!important;
}
.faq_wrap #wrapper {
	width: 100%;
	max-width: 1180px;
	padding: 0 16px 40px;
}
ol, ul {
	padding-left: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 3rem;
	margin: 20px 0 16px;
}
.faq h2 ~ a {
	text-decoration: underline;
	color: #7c61a7;
}
.faq h2 ~ a:hover {
	text-decoration: none;
}
ul.tab {
	cursor: pointer;
}

.faq {
	width: auto;
	word-break: break-all;
}
.faq .d-flex.top {
	justify-content: space-between;
	align-items: center;
	margin: 24px 0 20px;
}
.faq .search-area {
	padding: 0 16px;
}
.faq .search-area input {
	border: 1px solid #575757;
	border-right-width: 0;
	font-size: 1.6rem;
	box-shadow: none;
	height: 37px;
	border-radius: 8px 0 0 8px;
	width: 80%;
}
.faq .search-area #reset {
	border: 1px solid #575757;
	border-left-width: 0;
	width: 20%;
	height: 37px;
	background: url("../img/icon_search_gray.svg") no-repeat center;
	background-size: 20px;
	font-size: 0;
	box-shadow: none;
	border-radius: 0 8px 8px 0;
}
.faq section h3 {
	cursor: pointer;
	display: block;
	background: url("../img/faq/open.svg") no-repeat;
	background-position: right 10px top 25px;
	background-size: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	border-top: 1px dotted #999999;
	padding: 16px;
	margin: 0 !important;
	color: #7c61a7;
	font-weight: normal;
}
.faq ul {
	padding: 0 !important;
	margin: 0 !important;
}
.faq li,
.faq section article h4 {
	background: url("../img/faq/open.svg") no-repeat #eeeeee;
	background-position: right 10px top 20px;
	background-size: 15px;
	font-size: 14px;
	margin: 0 !important;
}
.faq li {
	border-bottom: 1px solid #dfdfdf;
	list-style: none !important;
}
.faq section article h4 {
	padding: 15px 20px;
	color: #7c61a7;
	border-top: 1px solid #dfdfdf;
	font-weight: normal;
}
.faq section article ul li {
	background: url("../img/faq/open.svg") no-repeat;
	background-position: right 10px top 25px;
	background-size: 15px;
	background-color: #FFFFFF;
	padding: 15px 15px 10px 5px;
}
.faq section .q-ttl {
	background: url("../img/faq/Q.svg") no-repeat left 8px;
	background-size: 16px;
	padding: 4px 16px 4px 24px;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
.faq section p {
	background: url("../img/faq/A.svg") no-repeat left 8px;
	background-size: 16px;
	padding: 4px 16px 4px 24px;
	overflow: hidden;
	border: none;
}
.faq section p strong {
	font-weight: bold;
}
.faq-detail section {
	overflow: hidden;
}
.faq section article ul li p a {
	color: #7c61a7;
}
.faq section article ul li p img,
.faq-detail section img {
	width: 38.2%;
	float: right;
	margin-left: 4%;
}
.faq .btn {
	background: none;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}
.faq .btn a {
	max-width: 290px;
  	margin: 0 auto;
  	font-size: 1.8rem;
  	text-align: center;
  	display: block;
  	padding: 16px 0;
  	border: 2px solid #7c61a7;
  	border-radius: 40px;
  	color: #7C61A7;
	text-decoration: none;
}
.faq .btn a:hover {
	background: #7c61a7;
  	color: #fff!important;
}

/*FOR detail*/
.faq-detail section .q-ttl:hover {
	color: #333!important;
	cursor: auto!important;
}
.faq-detail section h1 + p {
	background: url("../img/faq/A.svg") no-repeat left 8px;
	background-size: 16px;
	padding: 4px 16px 4px 24px;
	font-weight: normal;
	font-size: 16px;
}
.faq-detail section .link-button {
	margin-top:80px;
}
.faq-detail section p a {
	color: #7c61a7;
}

	

.faq section p span.more {
	font-size: 80%;
	display: block;
	margin: 20px 0;
}
.faq section p span.more a {
	color: #555;
}


/*FOR PC AND TABLET*/
@media only screen and (min-width: 701px) {
	.faq_wrap {
		margin: 0 0 24px;
		width: 100%;
	}
	.tab {
		overflow: hidden;
		width: 100%;
	}
	.tab li {
		background: #FFFFFF;
		text-align: center;
		padding: 32px 0;
		float: left;
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	.tab li:hover {
		text-decoration: underline;
	}
	.tab li.select {
		background: #fff;
		color: #7c61a7;
		border-radius: 10px 10px 0 0;
		border: #DDD 1px solid;
		border-bottom: none;
	}
	.content .inside_content {
		background: #fff;
		padding: 24px;
		border: #DDD 1px solid;
		border-radius: 0 0 10px 10px;
		border-top: none;
	}
	
	.faq-detail .inside_content {
		border-top: #DDD 1px solid;
		border-radius: 10px 10px;
		padding: 40px 30px;
	}
	
	.hide {
		display: none;
	}
	.faq {
		margin: 0 auto;
		padding-bottom: 100px;
	}
	.faq ul.tab {
		margin-top: -48px !important;
	}
	.faq ul.category {
		margin: 32px 16px 0 !important;
	}
	.faq ul.category li {
		min-width: 78px;
		float: left;
		padding: 8px 24px;
		background: #fff;
		border: #7C61A7 1px solid;
		font-size: 16px;
		text-align: center;
		border-radius: 10px;
		margin: 24px;
		color: #7c61a7;
		margin-right: 8px !important;
		margin-bottom: 4px !important;
	}
	.faq ul.category a:hover li {
		background: #7c61a7;
		color: #fff;
	}
	.faq #message {
		padding: 24px;
		font-size: 16px;
		clear:both;
		color:#C80003;
	}
	.faq section h3 {
		display: none;
	}
	.faq section article h4 {
		padding-top: 64px;
		margin-bottom: 24px;
		font-size: 20px;
		background: #fff;
		border-top: none;
		border-bottom: 1px solid #dfdfdf;
	}
	.faq section article ul li {
		background: url("../img/faq/open.svg") no-repeat;
		background-position: right 8px top 24px;
		background-size: 30px;
		background-color: #FFFFFF;
		padding: 20px 40px 0 15px;
		border-bottom: none;
	}
	.faq section article ul li p {
		font-size: 16px;
		line-height: 1.6;
	}
	.faq section .q-ttl:hover {
		color: #7c61a7;
	}
}


/*FOR SP ONLY*/
@media only screen and (max-width: 700px) {
	.faq_wrap #wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.faq .d-flex.top {
		display: block;
		text-align: center;
	}
	h2 {
		display: block;
		text-align: center;
		font-size: 2.4rem;
	}
	.ttl {
		margin-bottom: 20px;
	}
	.faq_wrap {
		margin: 20px 0;
	}
	.faq #message {
		margin-top: -24px;
		padding: 0 8px;
		font-size: 16px;
		clear: both;
		color: #C80003;
	}
	.faq ul.category {
		display: none;
	}
	ul.tab {
		display: none !important;
	}
	.faq section h3 {
		font-size: 1.5rem;
	}
	.faq section article h4 {
		font-size: 1.3rem;
		padding: 16px;
	}
	.faq section article ul li {
		padding: 16px;
	}
	.faq section .q-ttl,
	.faq section article ul li p {
		font-size: 1.1rem;
	}
	.faq section article ul li p img.sp,
	.faq-detail section img.sp {
		display: block;
		width: 100%;
		float: none;
		margin: 8px auto 0;
	}
	.faq .btn a {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	/*FOR detail*/
	.faq_wrap #wrapper.faq-detail {
		padding-right: 16px;
		padding-left: 16px;
	}
	.faq-detail h2 {
		font-size: 2rem;
	}
	.faq-detail section .q-ttl {
		padding-right: 0;
	}
	.faq-detail section h1 + p {
		font-size: 11px;
	}
	.faq-detail section .link-button {
		margin-top: 20px;
	}
	.faq .search-area {
		padding-bottom: 30px;
	}
}</pre></body></html>