@charset "utf-8";
.packs:after,
.explan:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.packs,
.explan {
zoom: 1;
}
.para_down,
.para_up {
position: relative;
}
@media (min-width: 1080px) {
	#header .store dt {
	color: #000;
	}
	#header .lang dd span,
	#header .store dd a {
	border: solid 1px #666;
	color: #000;
	}
	#header .store dd a:hover {
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
	opacity: 1;
	}
}

#visualSCT {
text-align: center;
padding: 165px 0 5px 0;
}
#visualSCT h1 {
font-size: 28px;
font-weight: 400;
line-height: 1.59;
}
@media (min-width: 768px) {
	#visualSCT {
	padding: 235px 0 5px 0;
	}
	#visualSCT h1 {
	font-size: 32px;
	}
}

#explanSCT {
position: relative;
background-color: #fff;
}
#explanSCT .cont {
position: relative;
padding: 80px 40px 60px 40px;
}
#explanSCT .lead {
padding-bottom: 40px;
}
#explanSCT .block {
padding-bottom: 40px;
}
#explanSCT .block:last-child {
padding-bottom: 0;
}
#explanSCT h3 {
margin-bottom: 28px;
font-size: 18px;
font-weight: 500;
line-height: 1.68;
}
#explanSCT p {
margin-bottom: 34px;
font-size: 14px;
line-height: 2.16;
}
#explanSCT p.note {
margin-top: -2px;
margin-bottom: 36px;
font-size: 12px;
line-height: 2;
color: #666;
}
#explanSCT ul {
list-style: none;
margin-bottom: 34px;
padding-left: 0;
font-size: 14px;
line-height: 2.16;
}
#explanSCT ul li::before {
content: '・';
font-size: 14px;
line-height: 2.16;
}
#explanSCT ol {
list-style: none;
margin-bottom: 34px;
padding-left: 2em;
font-size: 14px;
line-height: 2.16;
}
#explanSCT ol li {
position: relative;
}
#explanSCT ol li::before {
position: absolute;
left: -2em;
font-size: 14px;
line-height: 2.16;
}
#explanSCT .block:nth-child(1) h3::before,
#explanSCT ol li:nth-child(1)::before {
content: '1.'
}
#explanSCT .block:nth-child(2) h3::before,
#explanSCT ol li:nth-child(2)::before {
content: '2.'
}
#explanSCT .block:nth-child(3) h3::before,
#explanSCT ol li:nth-child(3)::before {
content: '3.'
}
#explanSCT .block:nth-child(4) h3::before,
#explanSCT ol li:nth-child(4)::before {
content: '4.'
}
#explanSCT .block:nth-child(5) h3::before,
#explanSCT ol li:nth-child(5)::before {
content: '5.'
}
#explanSCT .block:nth-child(6) h3::before,
#explanSCT ol li:nth-child(6)::before {
content: '6.'
}
#explanSCT .block:nth-child(7) h3::before,
#explanSCT ol li:nth-child(7)::before {
content: '7.'
}
#explanSCT .block:nth-child(8) h3::before,
#explanSCT ol li:nth-child(8)::before {
content: '8.'
}
#explanSCT .block:nth-child(9) h3::before,
#explanSCT ol li:nth-child(9)::before {
content: '9.'
}
@media (min-width: 768px) {
	#explanSCT {}
	#explanSCT .cont {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 125px 40px 110px 40px;
	max-width: 800px;
	}
	#explanSCT .lead {
	padding-bottom: 70px;
	}
	#explanSCT .block {
	padding-bottom: 30px;
	padding-left: 40px;
	}
	#explanSCT .block:last-child {
	padding-bottom: 0;
	}
	#explanSCT h3 {
	position: relative;
	margin-bottom: 16px;
	font-size: 18px;
	}
	#explanSCT .block h3::before {
	position: absolute;
	left: -40px;
	top: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.68;
	}
	#explanSCT p {
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 2.3;
	}
	#explanSCT p.note {
	margin-top: 0;
	margin-bottom: 34px;
	font-size: 12px;
	line-height: 2.35;
	color: #666;
	}
	#explanSCT ul {
	list-style: none;
	margin-top: -32px;
	margin-bottom: 32px;
	padding-left: 1em;
	font-size: 14px;
	line-height: 2.3;
	}
	#explanSCT ul li {
	position: relative;
	}
	#explanSCT ul li::before {
	position: absolute;
	left: -1em;
	top: 0;
	content: '・';
	font-size: 14px;
	line-height: 2.3;
	}
	#explanSCT ol {
	list-style: none;
	margin-bottom: 32px;
	padding-left: 2em;
	font-size: 14px;
	line-height: 2.3;
	}
	#explanSCT ol li {
	position: relative;
	}
	#explanSCT ol li::before {
	position: absolute;
	left: -2em;
	font-size: 14px;
	line-height: 2.3;
	}
}