@charset "utf-8";

.pc{display:block;}
.sp{display:none !important;}
@media screen and (max-width:960px){
.pc{display:none !important;}
.sp{display:block !important;}
}

/* width ------------------------------------------------------------------- */
.w30p { width: 30%;}


/* txt area */

/* mv */
#mv {
	position: relative;
    width: 100%;
    text-align: center;
    display: table;
}
#mv h2{
	width: 100%;
	height: 260px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#mv h2 span{
	display: inline-block;
	color: #00316c;
	font-size: 187%;
	padding-bottom: 10px;
	border-bottom:solid 1px #00316c;
}
/*mv background image*/
#access #mv{
	background: url(../img/access/mv.jpg) no-repeat center;
	background-size: cover;
}
#class #mv{
	background: url(../img/class/mv.jpg) no-repeat center;
	background-size: cover;
}
#company #mv{
	background: url(../img/company/mv.jpg) no-repeat center;
	background-size: cover;
}
#howto #mv{
	background: url(../img/howto/mv.jpg) no-repeat center;
	background-size: cover;
}
#about #mv{
	background: url(../img/about/mv.jpg) no-repeat center;
	background-size: cover;
}
#faq #mv{
	background: url(../img/faq/mv.jpg) no-repeat center;
	background-size: cover;
}
#inquiry #mv{
	background: url(../img/inquiry/mv.jpg) no-repeat center;
	background-size: cover;
}
/*top mv*/
#top #mv{
	background: url(../img/top/mv.jpg) no-repeat center;
	background-size: cover;
	height: 554px;
}
#top #mv h2{
	position: absolute;
	left: 10%;
	top: 30%;
	width:469px;
}
@media screen and (max-width:960px){
#top #mv{
	height:300px;
}
#top #mv h2{
	width:40%;
	left:10px;
	top: 70px;
}
}
@media screen and (max-width:767px){
#mv {
	min-width:100%;
}
#top #mv{
	height:200px;
}
#top #mv h2{
	width:40%;
	left:15px;
	top:50px;
}
}


/* top ------------------------------------------------------------------- */
/*h3*/
#top h3{
	font-size: 186%;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	color:#00316c;
	padding:50px 0;
	letter-spacing: 0.1em;
}
#top h3 span{
	font-size:80%;
}
#top h5{
	font-size: 157%;
	font-weight: 700;
	text-align: center;
	color:#00316c;
	padding:50px 0 40px;
}
#top h5 span{
	font-size:70%;
	color: #333;
	font-weight: normal;
	display:block;
	padding-top:15px;
	line-height: 2;
}
.topCont{
	padding: 100px 0;
	text-align: center;
	color: #fff;
}
.topCont h4{
	color: #fff;
	font-size: 157%;
	line-height: 2;
	font-weight: 700;
	margin-bottom: 40px;
}
.topCont.cont01{
	background: url(../img/top/img01.jpg) no-repeat center;
	background-size: cover;
}
.topCont.cont02{
	background: url(../img/top/img02.jpg) no-repeat center;
	background-size: cover;
}
.topCont.cont03{
	background-color:#00316c;
}
@media screen and (max-width:960px){
.topCont,
#top h3{
	padding:50px 15px;
}
}

/*news*/
#news {
	margin-bottom:40px;
}
#news ul{
	display: block;
	height:250px;
	overflow-y: auto;
}
#news ul li{
	padding:13px 0;
	border-bottom: dotted 1px #fff;
	overflow: hidden;
	text-align: left;
}
#news ul li a{color:#fff;}
#news ul li a:hover{color:#999;}
#news ul li .date{
	float:left;
	width:7%;
}
#news ul li .label{
	float:left;
	width:7%;
	display: block;
	margin: 0 2%;
	padding: 5px;
	font-size: 110%;
	line-height: 1;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.label.pk{background-color:#ff3399;}
.label.bl{background-color:#0074ff;}
.label.grn{background-color:#228b22;}
.label.ppl{background-color:#965af1;}
#news ul li .newstxt{
	float:left;
	width:80%;
}
@media screen and (max-width:960px){
#news ul li .date{
	width:inherit;
	margin-right:5px;
}
#news ul li .label {
	width:20%;
}
#news ul li .newstxt{
	display:block;
	clear: both;
	padding-top:5px;
	width:100%;
}
}

/* howto ------------------------------------------------------------------- */
.howtoList{
	margin-bottom: 30px;
}
.howtoList li{
	display:block;
	padding: 14px 0;
	font-weight: 700;
	font-size: 107%;
	border-bottom: solid 1px #ddd;
}
.howtoList li:first-child{border-top: solid 1px #ddd;}
.howtoList li:before{
	font-family: 'FontAwesome' ;
	content: '\f046' ;
	padding-right:8px;
}


/* About ------------------------------------------------------------------- */
.aboutImg{
	width:100%;
	border-top:solid 1px #ccc;
	text-align: center;
	padding-top:40px;
	margin-bottom:40px;
}


/* faq ------------------------------------------------------------------- */
.faq dl { width:100%; margin:0 auto 30px; overflow:hidden;}
.faq dl dt{
	width: 100%;
    line-height:1.3;
	cursor:pointer;
	font-size: 107%;
	padding:12px 60px 18px 10px;
	margin: 10px 0 10px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	position: relative;
	font-weight: 700;
}
.faq dl dt:before{
	content:"Q";
	font-weight:bold;
	font-size:171%;
	color: #00316c;
	margin-right:10px;
	
}
.faq dl dt:after{
	content: "\f107";
	font-family: FontAwesome;
	font-size: 157%;
	color: #fff;
	padding:14px 20px;
	box-sizing: border-box;
	background-color: #879ab1;
	cursor:pointer;
	position:absolute;
	right:0;
	top: 0;
	height:100%;
}
.faq dl dt.open:after{
	content: "\f106";
	font-family: FontAwesome;
	font-size: 157%;
	color: #fff;
	cursor:pointer;
	position:absolute;
	right:0;
}
.faq dl dd{
	display:none;
	margin-bottom:30px;
	padding:10px 20px 20px 60px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.8;
}
.faq dl dd:before{
	content:"A";
	font-weight: bold;
	font-size: 157%;
	background-color: #fc534c;
	color: #fff;
	left:0px;
	top: 10px;
	width:40px;
	height:40x;
	line-height: 40px;
	text-align: center;
	position: absolute;
}

/* Btn ------------------------------------------------------------------- */
/*btnMore -top page-*/
.btnMore{
}
.btnMore a{
	width: 300px;
	padding: 16px;
	display:inline-block;
	width:20%;
	letter-spacing: 0.1em;
	font-size: 107%;
	border: solid 1px #fff;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	color:#fff;
	text-decoration: none;
}
.btnMore a:hover{background-color:rgba(0,0,0,0.4);}

/*btnMap*/
.btnMap a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color:#378bf2;
	text-align: center;
	padding: 3px 16px;
	margin-bottom: 5px;
	line-height: 1;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	font-size: 93%
}
.btnMap a:hover{background-color:rgba(55,139,242,0.6);}


/*btnLink*/
.btnLink {text-align:center;}
.btnLink a{
	display: inline-block;
	color: #fff;
	font-size: 115%;
	text-decoration: none;
	background-color:#00316c;
	text-align: center;
	padding:24px 36px;
	margin-bottom: 5px;
	line-height: 1;
	text-decoration: none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.btnLink a:hover{background-color:rgba(0,49,108,0.7);}

/*btnForm*/
.btnForm {
	border:none;
	text-align:center;
	display: inline-block;
	color: #fff;
	font-size: 115%;
	text-decoration: none;
	background-color:#555;
	text-align: center;
	padding:24px 46px;
	margin:0 10px 10px;
	line-height: 1;
	text-decoration: none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.btnForm:hover{background-color:rgba(85,85,85,0.7);}



/* tab ------------------------------------------------------------------- */
.tab{
	width:100%;
	display: table;
	border-bottom: 3px solid #009ee2;
}
.tab li{
	font-size: 129%;
	font-weight: 700;
	position: relative;
	box-sizing:border-box;
	border-top: 1px solid #009ee2;
	border-left: 1px solid #009ee2;
	border-right: 1px solid #009ee2;
	border-bottom: 3px solid #009ee2;
	border-radius:3px 3px 0px 0px ;
	-moz-border-radius:3px 3px 0px 0px ;
	-webkit-border-radius:3px 3px 0px 0px ;
	background:#fff;
	color:#009ee2;
	padding:14px 10px;
	line-height:1.3;
	float:left;
	text-decoration: none;
	text-align: center;
	display: table-cell;
	width:14%;
	margin-right:1%;
	z-index:1;
	cursor: pointer;
	top:3px;
}
.tab li:last-child{
	margin-right:0;
}
.tab li.select,
.tab li:hover{
	background:#009ee2;
	color:#fff;
	top: 0;
}
.tabContent {
	width:100%;
}
.tabContent .contBox{
	box-sizing:border-box;
	padding:20px 0;
	z-index: 0;
}
.hide {display:none;}


/* form ------------------------------------------------------------------- */
input, select {font-size:100%;}
.btnForm{
	padding:10px 30px;
	font-size: 107%;
}
.textarea,
textarea{
	padding:5px;
	margin: 2px 0;
}
.error_message{
	text-align:center;
	padding: 10px 0 20px
}
.send{text-align:center;}
.message{
	text-align: center;
	margin:10px auto;
}
@media screen and (max-width:960px){
.textarea,
textarea{
	width:77%;
	display:inline-block;
	margin: 5px auto;
	border: solid 1px #ccc;
}
form table td{text-align: center;}
form table span{display:block;clear:both;}
}
