/* help css */
@charset "UTF-8";

.secTtl{
	font-size:18px;
	font-weight:normal;
}
/* popularQA
----------------------------------------------------------------------*/
.categoryTtl{
	margin:20px 20px 0;
	font-weight:normal;
	font-size:15px;
}
.qa dl{
	margin:15px 20px 40px;
	border-bottom:1px solid #ccc;
}
.qa dt,
.qa dd{
	position:relative;
	padding:15px 15px 15px 40px;
	-webkit-transition:padding .3s ,background .5s;
	transition:padding .3s ,background .5s;
}
.qa dt:before,
.qa dd:before{
	position:absolute;
	left:.7em;
	font-size:18px;
	line-height:1;
	color:#666;
	font-family: 'myFont', sans-serif;
}
.qa dt:before{ content:'Q.'; }
.qa dd:before{ content:'A.'; margin-top:2px; }

.qa dt{
	position:relative;
	border-top:1px solid #ccc;
	cursor:pointer;
}
.qa dt:after{
	content:'';
	position:absolute;
	right:10px;
	top:19px;
	display:block;
	width:7px;
	height:7px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	-webkit-transition:transform .3s;
	transition:transform .3s;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.qa dd{
	padding:0 15px 0 40px;
	line-height:0;
	font-size:0;
	border-top:1px solid #fff;
	overflow:hidden;
}
.qa dt.open{ background:#f0f0f0; }
.qa dt.open:after{
	-webkit-transform:translateY(2px) rotate(225deg);
	transform:translateY(2px) rotate(225deg);
}
.qa dt.open + dd{
	line-height:1.75;
	font-size:12px;
	padding:15px 15px 20px 40px;
	background:#f0f0f0;
}
.qa dd a:link,
.qa dd a:visited,
.qa dd a:link{
	-webkit-transition:unset;
	transition:unset;
}
/* usrGuide
----------------------------------------------------------------------*/
.guide{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top:120px;
}
.guide h2{ width:100%; }

.guide dl{
	width:calc(100% / 3);
	padding:0 20px 40px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.guide dl dt{
	font-size:15px;
	padding:20px 0 15px;
	border-bottom: 1px solid #ccc;
}
.guide dl dt + dd{ margin-top:5px; }
.guide dl dd{ padding:15px 0 0; }
.guide dl dd a{ text-decoration:none; }
.guide dl dd a:hover{ text-decoration:underline; }

/* faq
----------------------------------------------------------------------*/
#helpDetail{ margin-bottom:60px; }

.faqBox{ margin-bottom:40px; }

.faqBox .faqTtl{
	padding: 0 10px 15px;
	font-weight: normal;
	font-size: 15px;
	border-bottom:1px solid #ccc;
}
.faqBox .lead{ padding: 15px 10px 15px; }
.faqBox .caution{ color:#f44336; }

/* privacy
----------------------------------------------------------------------*/
.kyk{width: 100%;height: 800px;padding:0px 0;}

/*--------------------------------------------------------------------
 sp
--------------------------------------------------------------------*/
@media all and (max-width: 640px) { 

.secTtl {
	font-size: 15px;
}
/* popularQA
----------------------------------------------------------------------*/
.categoryTtl{ margin:20px 0; }
.qa dl{ margin: 15px 0 40px; }
.qa dt:before, .qa dd:before{ left: .5em; }
.qa dt{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
.qa dt, .qa dd,
.qa dt.open + dd{
	padding-left:35px;
	padding-right:25px;
}

/* guide
----------------------------------------------------------------------*/
.guide{
	margin-top:60px;
	display:block;
	border-bottom: 1px solid #ccc;
}
.guide dl {
	width:100%;
	padding:0;
}
.guide .secTtl + dl{ margin-top:15px; }

.guide dl dt{
	position:relative;
	font-size:13px;
	padding:15px 25px 15px 10px;
	-webkit-transition:padding .3s ,background .5s;
	transition:padding .3s ,background .5s;
	border-bottom: none;
	border-top: 1px solid #ccc;
}
.guide dl dt:after{
	content:'';
	position:absolute;
	right:10px;
	top:19px;
	display:block;
	width:7px;
	height:7px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	-webkit-transition:transform .3s;
	transition:transform .3s;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.guide dl dd{
	position:relative;
	padding:0;
}
.guide dl dt + dd{
	margin-top: 0;
}
.guide dl dd a{
	display:block;
	padding:0 25px;
	font-size:0;
	line-height:0;
}
.guide dl dt.open:after{
	-webkit-transform:translateY(2px) rotate(225deg);
	transform:translateY(2px) rotate(225deg);
}
.guide dl dt.open,
.guide dl dd{
	background:#f0f0f0;
}
.guide dl dt.open ~ dd a{
	padding:10px 25px 10px;
	font-size:12px;
	line-height:1.75;
	border-top:1px solid #fff;
}
.guide dl dt.open ~ dd a:after{
	content:'';
	position:absolute;
	right:10px;
	top:19px;
	display:block;
	width:7px;
	height:7px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	-webkit-transition:transform .3s;
	transition:transform .3s;
	-webkit-transform:rotate(-45deg) translateY(-2px);
	transform:rotate(-45deg) translateY(-2px);
}
.guide dl .open dd:last-child a{ padding-bottom:20px; }
.guide dl dd a{
	text-decoration:none;
	-webkit-transition:font-size 0s, padding .3s ,background .5s;
	transition:font-size 0s, padding .3s ,background .5s;
}
.guide dl dd a:hover{ text-decoration:none; }

/* faq
----------------------------------------------------------------------*/
#helpDetail{ margin-bottom:0; }

.faqBox{ margin-bottom:30px; }

.faqBox .faqTtl{
	padding: 0 0 10px;
	font-size: 13px;
}
.faqBox img{ max-width:100%; }

.faqBox .lead{ padding: 15px 0 15px; }

/* privacy
----------------------------------------------------------------------*/
.kyk{width: 100%;height: 1200px;padding:0px 0;}
}