@charset "UTF-8";

/* CSS Document */

.remove {
	display: none;
}

div#box_main {
	width: 1024px;
	margin: 0 auto;
}


/*div#faqHead {
	margin: 0 auto;
}*/


/* 2017-12-25 sawada */

div#box_header_faq {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
	z-index: 9;
}

div#box_header_faq h2 {
	position: absolute;
	top: 20px;
	left: -32px;
	width: 480px;
}

div#box_header_faq h2 img {
	width: 100%;
}

div#box_header_faq p.catch {
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 31px 0 31px 477px;
	font-size: 2.6rem;
	font-weight: 500;
}

div#box_header_faq div.notice {
	margin-top: 24px;
}

div#box_header_faq div.notice h5 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
}

div#box_header_faq div.notice p {
	font-size: 1.4rem;
	color: #777;
	line-height: 1.5;
	margin-top: 0.5em;
}

div#box_header_faq ul.images {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px 20px;
}

div#box_header_faq ul.images li {
	display: block;
	width: 240px;
	height: auto;
	border-radius: 8px;
	vertical-align: top;
	overflow: hidden;
}

div#box_header_faq ul.images li:nth-of-type(1) {
	margin-left: 132px;
}

div#box_header_faq ul.images li img {
	width: 100%;
}

div#box_header_faq ul.images li:last-child {
	margin-right: 0;
}


/*  */

div#faqNavi {
	background-color: #fff;
}

div#faqNavi ul {
	background-color: #23b7fe;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

div#faqNavi li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
}

div#faqNavi li a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 1em 0;
	text-align: center;
}

div#faqNavi li a:hover {
	/*opacity: 0.6;*/
	background-color: #0097df;
}

div#faqNavi li a.current {
	background-color: #036da0;
}


/*  */

div.cont_faq {
	margin-top: 30px;
	width: 980px;
	margin-inline: auto;
}

div.cont_faq h3 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 1em;
	padding-bottom: 0.7em;
	color: #23b7fe;
	border-bottom: 1px solid #23b7fe;
}


/*  */

div.faqQ {}

div.faqQ ul {
	display: flex;
	display: -webkit-flex;
	/*	justify-content: center;
	-webkit-justify-content: center; 
	align-items: center;
	-webkit-align-items: center;*/
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#box_other div.faqQ ul {
	/*	float: left;
	height: 30px;
	margin-top: 13px;
	border-right: 1px solid #cbcccb;
	margin-right: 10px;*/
	float: none;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	border: none;
}

div.faqQ li {
	font-size: 1.6rem;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

div.faqQ li a {
	position: relative;
	color: #222;
	padding-left: 1.5em;
	display: inline-block;
}

div.faqQ li a:before {
	content: '';
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid #1c71e9;
	border-right: 1px solid #1c71e9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.4em;
}

div.faqQ li a:hover {
	text-decoration: underline;
}


/*  */

div.faqAns {}

div.faqAns dl {
	margin-top: 30px;
}

div.faqAns dt,
div.faqAns dd {
	line-height: 1;
}

div.faqAns dt {
	font-size: 2.2rem;
	border-left: 7px solid #23b7fe;
	padding: 0.4em 0 0.4em 0.3em;
	margin-top: 2em;
	font-weight: 600;
	line-height: 1.3;
}

div.faqAns dd {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 0.8em;
}

div.faqAns dd:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#page_faq div.faqAns dd p {
	line-height: 1.8;
	display: block;
}

div.faqAns dd p {
	/*text-indent: 1em;*/
	display: block;
	margin-top: 0.6em;
}

dd p.btnTop {
	text-indent: 0;
	margin-top: 1em;
	line-height: 1;
	text-align: right;
}

dd p.btnTop a {
	display: inline-block;
	text-indent: 0;
	margin-top: 0;
	color: #fff;
	background-color: #23b7fe;
	border-radius: 1.5em;
	padding: 0.3em 1em 0.2em 2em;
	position: relative;
}

dd p.btnTop a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

dd p.btnTop a:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0.6em;
	left: 1.1em;
	width: 0.7em;
	height: 1.1em;
	background-repeat: no-repeat;
	background-position: -4em 0;
	background-size: 653% auto;
	background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
}

div.faqAns dd div.inner {
	background-color: #e5e5e5;
	padding: 1em 1em 1.6em;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}

/*  */

@media screen and (max-width: 599px) {
	div#box_header_faq {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	div#box_header_faq h2 {
		width: 50vw;
		top: 0;
		left: 0;
		position: static;
		margin: 4vw auto 0;
	}

	div#box_header_faq p.catch {
		font-size: 3.4375vw;
		/* 11px */
		padding: 0;
		text-align: center;
		font-weight: bold;
	}

	div#box_header_faq ul.images {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 2vw;
		margin-top: 4vw;
	}

	div#box_header_faq ul.images li {
		margin: 0;
		display: block;
		width: 20vw;
		height: calc(20vw * 0.7);
	}

	div#box_header_faq div.notice {
		width: 88vw;
		margin: 4vw auto;
	}

	div#box_header_faq div.notice h5 {
		font-size: 3.75vw;
		/* 12px */
		text-align: center;
	}

	div#box_header_faq div.notice p {
		font-size: 3.125vw;
		/* 10px */
		margin-top: 0.6em;
	}

	/*  */

	.wrapper_legacy {
		width: 88vw;
		margin: 0 auto;
	}

	div#faqNavi ul {
		width: 100%;
	}

	div#faqNavi li a {
		font-size: 3.125vw;
		/* 10px */
		padding: 0.8em 1em;
		width: auto;
	}

	/*  */

	div#box_contents {
		width: 100%;
		margin: 0 auto 0;
	}

	div.cont_faq {
		margin-top: 6vw;
	}

	div.cont_faq h3 {
		font-size: 4.375vw;
		/* 14px */
	}

	div.faqQ li {
		font-size: 3.75vw;
		/* 12px */
	}

	div.faqQ li a {
		position: relative;
		padding-left: 1.4em;
	}

	div.faqQ li a:before {
		width: 0.4em;
		height: 0.4em;
		left: 0;
		top: calc(50% - 0.2em);
		margin-top: 0;
	}

	/*  */

	div.faqAns dl {
		margin-top: 8vw;
	}

	div.faqAns dt {
		font-size: 4.375vw;
		/* 14px */
		border-left: 0.4em solid #23b7fe;
		padding-left: 0.6em;
	}

	#page_faq div.faqAns dd p,
	div.faqAns dd {
		font-size: 3.4375vw;
		/* 11px */
	}

	#page_faq dd p.btnTop {
		display: block;
		margin: 10vw auto 2vw;
		text-align: center;
	}

	dd p.btnTop a:before {
		top: 0.8em;

	}















}



/*body#page_faq #snavi_faq a,
body#page_faq #snavi_faq a:hover {
	background-color: #000;
}

body#page_faq #snavi_faq  {
	background-image: url(/common/page_parts/bg_snavi_current.gif);
	background-position: 50% 100%;
}*/


/*body#page_faq #snavi_faq a {
	color: #434443;
	font-weight: bold;
}*/


/*div#box_main {
	width: 1024px;
	margin-left: 0;
	border: 1px solid #dedddd;
}*/


/*div#box_left_contents {
	margin-left: 20px;
}

.cont_faq .faqQ li {
	margin-bottom: 4px;
}

.cont_faq .faqQ li a {
	font-size: 1.2em;
	text-decoration: none;
}

.cont_faq .faqQ li a:hover {
	text-decoration: underline;
}

div#faqNavi ul#cnavi li#training a.current {
	background-position: 0 -80px;
}

div#faqNavi ul#cnavi li#games a.current {
	background-position: -146px -80px;
}
div#faqNavi ul#cnavi li#activity a.current {
	background-position: -291px -80px;
}
div#faqNavi ul#cnavi li#bluefriends a.current {
	background-position: -436px -80px;
}
div#faqNavi ul#cnavi li#other a.current {
	background-position: -581px -80px;
}*/


/*  */


/*@media screen and (max-width: 599px) {
	
	div#box_left_contents {
		display: none;
	}
	
	div#box_contents,
	div#box_main {
		width: auto;
		float: none;
		margin: 0 auto;
	}
	
	div#faqNavi,
	div#faqHead {
		margin: 0 auto;
	}
	
	
	#faqHead .faqHeadRight p {
		font-size: 2.81vw;
		line-height: 1.6;
		/* 10px *!/
		font-weight: normal;
		font-style: normal;
	}
	
	div.faqAns dl dd p {
		font-size: 3.75vw;
		/* 12px *!/
		line-height: 1.6;
	}
	
	.cont_faq div.faqAns dt {
		margin-bottom: 10px;
	}
	
	.cont_faq .faqAns dd {
		margin-top: 15px;
	}
	
	.cont_faq div.faqAns dt span {
		background-color: #72c1fe;
		background-image: none;
	}
	
	
	
	
}*/