@charset "UTF-8";
/* **********************************************
	HowToChooseページスタイル
	
	スマホ(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;
}
/* =================================================
	選び方エリア
 ================================================= */
#wrapper .supporthowtoArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 1px 0px;
	text-align: center;
}
/* 見出し */
.supporthowtoArea .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;
}
.supporthowtoArea .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;
}
.supporthowtoArea .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;
}
.supporthowtoArea .mds .eyecatch {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
.supporthowtoArea .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) {
	/* 見出し */
	.supporthowtoArea .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;
	}
	.supporthowtoArea .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;
	}
	.supporthowtoArea .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;
	}
	.supporthowtoArea .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;
	}
	.supporthowtoArea .mds p br {
		display: inline-block;
	}
	.supporthowtoArea .mds .eyecatch {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
	}
	.supporthowtoArea .mds .eyecatch img {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}
}
/* =================================================
	目次　ページ内リンク
 ================================================= */
.supporthowtoArea ul.content_index {
	width: 90%;
	height: auto;
	display: inline-flex; /* ← block ではなく inline-flex */
	justify-content: center; /* 中央寄せ */
	flex-wrap: wrap;
	gap: 5px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.supporthowtoArea ul.content_index li {
	width: auto;
	height: auto;
	display: block;
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
	white-space: wrap;
	letter-spacing: -0.025em;
	list-style: none;
}
.supporthowtoArea ul.content_index li a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 5px;
	padding: 5px 24px 3px 10px;
	text-align: left;
	border: 1px solid #d64045;
	border-radius: 0.5em;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;
	text-decoration: none;
	letter-spacing: -0.025em;
	position: relative;
}
.supporthowtoArea ul.content_index li a::after {
	content: "▼";
	width: 1em;
	height: 1em;
	display: block;
	margin: auto;
	padding: 0px;
	text-align: left;
	font-size: 8px;
	font-weight: 400;
	line-height: 1em;
	color: #d64045;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 10px;
}
.supporthowtoArea ul.content_index li a:hover {
	border: 1px solid #1e22aa;
	background: #1e22aa;
	color: #fff;
}
.supporthowtoArea ul.content_index li a:hover::after {
	color: #fff;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.supporthowtoArea ul.content_index {
		width: auto;
		max-width: 860px;
		height: auto;
		display: inline-flex; /* ← block ではなく inline-flex */
		justify-content: flex-start; /* 中央寄せ */
		flex-wrap: wrap;
		gap: 10px;
		margin: 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	.supporthowtoArea ul.content_index li {
		width: auto;
		height: auto;
		display: block;
		margin: 0px 0px;
		padding: 0px;
		text-align: left;
		white-space: wrap;
		letter-spacing: -0.025em;
		list-style: none;
	}
	.supporthowtoArea ul.content_index li a {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px 10px 10px;
		padding: 10px 26px 8px 20px;
		text-align: left;
		border: 1px solid #d64045;
		border-radius: 2.5em;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5em;
		color: #777;
		text-decoration: none;
		letter-spacing: -0.025em;
		position: relative;
	}
	.supporthowtoArea ul.content_index li a::after {
		content: "▼";
		width: 1em;
		height: 1em;
		display: block;
		margin: auto;
		padding: 0px;
		text-align: left;
		font-size: 10px;
		font-weight: 400;
		line-height: 1em;
		color: #d64045;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 20px;
	}
	.supporthowtoArea ul.content_index li a:hover {
		border: 1px solid #1e22aa;
		background: #1e22aa;
		color: #fff;
	}
	.supporthowtoArea ul.content_index li a:hover::after {
		color: #fff;
	}
}
/* =================================================
	コンテンツエリア
 ================================================= */
.howtoArea {
	width: 90%;
	margin: 60px auto 0px;
	padding: 0;
	box-sizing: border-box;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.howtoArea {
		width: 100%;
		max-width: 860px;
		margin: 80px auto;
		padding: 0;
		box-sizing: border-box;
	}
}
/* H2とp整え */
.howtoArea h2 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 15px 0px 10px;
	border-top: 6px solid;
	border-image: linear-gradient(to right, #6a11cb, #2575fc) 1;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.65em;
	color: #231815;
}
.howtoArea h2 i {
	width: 30px;
	font-size: 22px;
	color: #6a11cb;
	text-align: center;
}
.howtoArea p {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 20px;
	padding: 0px;
	padding-left: 0;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.65em;
	color: #333;
}
.howtoArea p span {
	font-size: 10px;
	font-weight: 400;
	line-height: 0.75em;
	color: #999;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* H2とp整え */
	.howtoArea h2 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 30px 0px 10px;
		border-top: 6px solid;
		border-image: linear-gradient(to right, #6a11cb, #2575fc) 1;
		text-align: left;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.65em;
		color: #231815;
	}
	.howtoArea h2 i {
		width: 35px;
		font-size: 28px;
		color: #6a11cb;
		text-align: center;
	}
	.howtoArea p {
		width: 100%;
		height: auto;
		display: block;
		margin: 10px auto 30px;
		padding: 0px;
		padding-left: 2.85em;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
	}
	.howtoArea p span {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.75em;
		color: #999;
	}
}
/* table整え */
.howtoArea table {
	width: 100%;
	table-layout: fixed; /* 列幅を均等に固定 */
	border-collapse: collapse; /* ボーダーの重なり防止 */
	margin: 20px 0 100px 0;
	font-size: 12px;
	line-height: 1.65em;
	color: #333;
	border: 1px solid #c5cbd3;
}
.howtoArea table th,
.howtoArea table td {
	width: 33.33%; /* 3列の場合 */
	padding: 6px 3px; /* 適宜余白を */
	text-align: left;
	vertical-align: top;
	border: 1px solid #c5cbd3; /* セルの枠線も必要なら */
}
.howtoArea table th {
	text-align: center;
}
.howtoArea table td a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}
.howtoArea table td a:hover {
	color: #000;
	border-bottom: none;
	background: linear-gradient(transparent 0%, rgba(255,247,0,0.4) 30%);
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* table整え */
	.howtoArea table {
		width: 100%;
		table-layout: fixed; /* 列幅を均等に固定 */
		border-collapse: collapse; /* ボーダーの重なり防止 */
		margin: 20px 0 100px 0;
		font-size: 14px;
		line-height: 1.65em;
		color: #333;
		border: 1px solid #c5cbd3;
	}
	.howtoArea table th,
	.howtoArea table td {
		width: 33.33%; /* 3列の場合 */
		padding: 15px 10px; /* 適宜余白を */
		text-align: left;
		vertical-align: top;
		border: 1px solid #c5cbd3; /* セルの枠線も必要なら */
	}
	.howtoArea table th {
		text-align: center;
	}
	.howtoArea table td a {
		text-decoration: none;
		color: #333;
		border-bottom: 1px dotted #333;
	}
	.howtoArea table td a:hover {
		color: #000;
		border-bottom: none;
		background: linear-gradient(transparent 0%, rgba(255,247,0,0.4) 30%);
	}
}