@charset "UTF-8";
/* **********************************************
	FAQページスタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	FAQエリア
 ================================================= */
#wrapper .supportfaqArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
	text-align: center;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* 見出し */
.supportfaqArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 40px 0px 20px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1em;
	color: #231815;
}
.supportfaqArea .mds h2 {
	width: 90%;
	height: auto;
	display: block;
	margin: 30px auto;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #231815;
}
.supportfaqArea .mds h2 span {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.75em;
	color: #d64045;
}
.supportfaqArea .mds .eyecatch {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
.supportfaqArea .mds .eyecatch img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.supportfaqArea .mds h1 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 60px 0px 30px;
		text-align: center;
		font-size: 32px;
		font-weight: 500;
		line-height: 1em;
		color: #231815;
	}
	.supportfaqArea .mds h2 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 60px;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.65em;
		color: #231815;
	}
	.supportfaqArea .mds h2 span {
		width: 100%;
		height: auto;
		display: block;
		margin: 5px auto;
		padding: 0px;
		text-align: center;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.75em;
		color: #d64045;
	}
	.supportfaqArea .mds p {
		width: 100%;
		height: auto;
		display: block;
		margin: 40px auto 20px;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.65em;
		color: #231815;
	}
	.supportfaqArea .mds p br {
		display: inline-block;
	}
	.supportfaqArea .mds .eyecatch {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
	}
	.supportfaqArea .mds .eyecatch img {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}
}
/* =================================================
	目次　ページ内リンク
 ================================================= */
.supportfaqArea ul.content_index {
	width: 90%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px auto;
	padding: 0px;
	list-style: none;
}
.supportfaqArea ul.content_index li {
	width: 100%;
	height: 2.5em;
	display: block;
	margin: 0px auto;
	padding: 4px 0px 0px 20px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -0.025em;
	list-style: none;
	position: relative;
}
.supportfaqArea ul.content_index li::after {
	content: "▼";
	width: 1em;
	height: 1.5em;
	display: block;
	margin: auto;
	padding: 0px;
	text-align: left;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.25em;
	color: #1e22aa;
	letter-spacing: -0.025em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	right: auto;
}
.supportfaqArea ul.content_index li a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
	text-decoration: none;
	letter-spacing: -0.025em;
	transition: all 0.3s ease;
}
.supportfaqArea ul.content_index li a:hover {
	color: #d64045;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.supportfaqArea ul.content_index {
		width: auto;
		max-width: 860px;
		height: auto;
		display: inline-flex; /* ← block ではなく inline-flex */
		justify-content: flex-start; /* 中央寄せ */
		flex-wrap: wrap;
		gap: 5px;
		margin: 60px auto 0px;
		padding: 0px;
		list-style: none;
	}
	.supportfaqArea ul.content_index li {
		width: calc(100% / 4.1);
		height: 2.5em;
		display: block;
		margin: 0px 0px 10px;
		padding: 4px 0px 0px 18px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5em;
		white-space: nowrap;
		letter-spacing: -0.025em;
		list-style: none;
		position: relative;
	}
	.supportfaqArea ul.content_index li::after {
		content: "▼";
		width: 1em;
		height: 1.5em;
		display: block;
		margin: auto;
		padding: 0px;
		text-align: left;
		font-size: 0.75em;
		font-weight: 400;
		line-height: 1.25em;
		color: #1e22aa;
		letter-spacing: -0.025em;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 2px;
		right: auto;
	}
	.supportfaqArea ul.content_index li a {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5em;
		color: #231815;
		text-decoration: none;
		letter-spacing: -0.025em;
	}
}
/* =================================================
	コンテンツエリア
 ================================================= */
.faqArea {
	width: 90%;
	margin: 40px auto;
	padding: 0;
	box-sizing: border-box;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.faqArea {
		width: 100%;
		max-width: 860px;
		margin: 80px auto;
		padding: 0;
		box-sizing: border-box;
	}
}
/* H2とDL整え */
.faqArea h2 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 20px;
	padding: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.65em;
	color: #231815;
}
.faqArea dl {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 60px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #231815;
}
.faqArea dt {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 10px;
	padding: 10px 0px 0px;
	text-align: left;
	color: #231815;
	border-top: 1px solid #c5cbd3;
}
.faqArea dd {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 30px;
	padding: 10px 0px 10px;
	text-align: left;
	color: #231815;
	border-top: 1px dotted #c5cbd3;
}
.faqArea a {
	color: #d64045;
	text-decoration: none;
	border-bottom: 1px dotted #d64045;
}
.faqArea a:hover {
	color: #1e22aa;
	border-bottom: 1px solid #1e22aa;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* H2とDL整え */
	.faqArea h2 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 40px;
		padding: 0px;
		text-align: left;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.65em;
		color: #231815;
	}
	.faqArea dl {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 120px;
		padding: 0px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.65em;
		color: #231815;
	}
	.faqArea dt {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 15px;
		padding: 15px 0px 0px;
		text-align: left;
		color: #231815;
		border-top: 1px solid #c5cbd3;
	}
	.faqArea dd {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 50px;
		padding: 15px 0px 15px;
		text-align: left;
		color: #231815;
		border-top: 1px dotted #c5cbd3;
	}
	.faqArea a {
		color: #d64045;
		text-decoration: none;
		border-bottom: 1px dotted #d64045;
	}
	.faqArea a:hover {
		color: #1e22aa;
		border-bottom: 1px solid #1e22aa;
	}
}
/* FAQのQとA見出し */
.faq dt::before {
	content: "Q";
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0px 8px 0px 0px;
	padding: 5px 6px 6px;
	background: #d64045;
	border-radius: 50%;
	text-align: center;
	font-family: "futura-pt", "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1em;
	color: #fff;
}
.faq dd::before {
	content: "A";
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 5px 6px 6px;
	background: #1e22aa;
	border-radius: 50%;
	font-family: "futura-pt", "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1em;
	color: #fff;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.faq dt::before {
		content: "Q";
		width: 20px;
		height: 20px;
		display: inline-block;
		margin: 0px 8px 0px 0px;
		padding: 5px 7px 9px;
		background: #d64045;
		border-radius: 50%;
		text-align: center;
		font-family: "futura-pt", "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1em;
		color: #fff;
	}
	.faq dd::before {
		content: "A";
		width: 20px;
		height: 20px;
		display: inline-block;
		margin: 0px 5px 0px 0px;
		padding: 5px 7px 9px;
		background: #1e22aa;
		border-radius: 50%;
		font-family: "futura-pt", "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		text-align: center;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 1em;
		color: #fff;
	}
}
