@charset "utf-8";


/* overwrite +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bnv{
	padding: 20px 0 0 0;
}
#materialsCt .contents-wrap .contents-table .parts-table .btn-materials{
	display: none;
}
#hd .btn-materials,
#hd .text-materials{
	display: none;
}
/* /overwrite ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#ct .staticTit{
	padding: 20px 0 0 0;
	font-size:250%;
	color: #565f6c;
}

/* staticCt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#staticCt{
	min-height: 300px;
	margin:0 70px;
	padding:50px 0 50px 0;
}
#staticCt .staticTit-sub{
	padding: 0 0 1.25em 0;
	font-size:175%;
	color: #565f6c;
}
#staticCt p{
	font-size: 150%;
	line-height: 1.8;
	color: #1a1a1a;
}
#staticCt p a:hover{
	text-decoration: underline;
}
#staticCt p.news{
	padding-bottom: 2em
}
/* /staticCt ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* howto ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.howtoArea{
	padding: 50px 0 0 0;
}

.index-area{
	padding: 24px 32px;
	background: rgba(255,255,255,0.4);
}

.static-tit-second{
	padding: 0 0 .3em 0;
	font-size: 175%;
	color: #565f6c;
}
.static-tit-second.lead{
	padding: 0 0 .3em 0;
	font-size: 175%;
}
.static-tit-second.student{
	padding: 0 0 .3em 0;
	font-size: 175%;
}
.howto-link-list{
	padding: 0 0 2em 0;
}
.howto-link-list .list a{
	font-size:  133.3%;
	line-height: 1.5;
	text-decoration: underline;
}
.howto-link-list .list a:hover{
	opacity: .75;
}
.howto-link-list.lead .list a{
	color: #007dc5;
}
.howto-link-list.student .list a{
	color: #90c31f;
}
.howto-link-list .list a:hover{
	text-decoration: underline;
}
.howtoArea .titMiddle{
	padding: 0 0 12px 0;
	font-size: 166.6%;
	color: #565f6c;
	font-weight: bold;
}
.howtoArea .titSub{
	padding: 0 0 12px 0;
	font-size:75%;
	font-weight: normal;
}
.howtoArea .lessonSample{
	padding: 0 0 50px 0;
	font-size: 150%;
}
.videoWrapper{
	padding: 0 0 80px 0;
}
.videoWrapper p{
	padding: 8px 0 0 0;
}
.videoWrapper video.videoNomal{
	display: block;
}
/*.videoWrapper video.videoFF{
	display: none;
}
@-moz-document url-prefix() {
	.videoWrapper video.videoNomal{
	display: none;
	}
	.videoWrapper video.videoFF {
		display: block;
	}
}*/
.videoWrapper .thumb-video{
	width: 640px;
	display: block;
	margin: 0 auto 0 0;
}
.videoWrapper .thumb-video .pop-howto{
	display: block;
	position: relative;
}
.videoWrapper .thumb-video .pop-howto:hover{
	opacity: .75;
}
.videoWrapper .thumb-video .pop-howto::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(/img/static/btn_play.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
.videoWrapper .thumb-video img{
	width: 100%;
}
#staticCt .videoWrapper .note{
	font-size: 133.3%;
	line-height: 1.4;
}
/* /howto +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* faq ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.faqArea{
	padding: 0 0 3em 0;
}
.faqArea .faqList{
	padding: 0 0 2em 0;
}
.faqArea .faqList .q{
	padding: .5em 0 1.2em 56px;
	background:url(/img/icon/icon_q.png) left .2em no-repeat;
	font-size: 166.6%;
	cursor: pointer;
}
.faqArea .faqList .a{
	padding: .7em 0 1.5em 70px;
	background:url(/img/icon/icon_a.png) 22px .2em no-repeat;
	font-size: 133.3%;
	display: none;
}
.faqArea .faqList .img-faq1{
	width: 600px;
	margin: 0 auto;
	border: 8px solid #007dc5;
	border-radius: 3px;
}
/* /faq +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* aboutlogin +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.aboutloginArea{
	padding: 0;
}
.aboutloginArea .captureArea{
	padding: 0 0 50px 0;
	text-align: center;
}
.aboutloginArea p{
	padding: 0 0 2em 0;
}
.aboutloginArea ul li{
	margin-left: 1em;
	text-indent: -1em;
	padding: 0 0 2em 0;
	font-size: 133.3%;
}
.aboutloginArea ul li .kome{
	font-size: 83.3%;
	color: #333333;
	line-height: 2;
}
.aboutloginArea ul li .under{
	text-decoration:underline;
}
.aboutloginArea .bottomNotice{
	padding: 2em 0 1em 0;
	font-weight: bold;
}
/* /aboutlogin ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */