@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	position:relative;
	width:100%;
	min-width:960px;
	margin:0 auto;
	overflow:hidden;
}
.sp {
	display:none!important;
}

/* -------------------------------
   common
------------------------------- */

/* -------------------------------
   header
------------------------------- */

#header a {
	text-decoration:none;
}
#header div.clearfix {
	width:960px;
	margin:0 auto;
	padding:30px 0;
}
#logo {
	float:left;
	width:270px;
}
#hNav {
	float:right;
	padding:5px 0;
}
#hNav li {
	float:left;
	margin-left:10px;
	text-align:center;
}
#hNav li a {
	display:block;
	line-height:20px;
	font-weight:bold;
	color:#EC6A1F;
	background:#FDF2E1;
	font-size:16px;
	padding:10px;
	text-decoration:none;
	border-bottom:2px solid #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#hNav li a:hover {
	border-top:2px solid #FFF;
	border-bottom:none;
}
#hNav li:last-child a {
	padding:10px 20px;
}
#hNav li a i {
	font-size:24px;
	font-weight:normal;
}
#hNav li dl {
	margin-right:10px;
}
#hNav li dt {
	color:#999;
	font-size:14px;
	line-height:15px;
}
#hNav li dd {
	color:#EC6A1F;
	font-size:24px;
	line-height:35px;
}
#hNav li dd i {
	margin-right:5px;
}

#gNav {
	border-top:2px solid #F3F3F3;
}
#gNav ul {
	display:table;
	width:960px;
	margin:-2px auto 0 auto;
	background:url(../img/gnav_line.png) right center no-repeat;
}
#gNav li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:url(../img/gnav_line.png) left center no-repeat;
}
#gNav li a {
	display:block;
	padding:30px 15px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
}
#gNav li i {
	display:block;
	font-size:32px;
	line-height:40px;
}
#gNav li:first-child a {
	border-top:2px solid #EC6A1F;
	color:#EC6A1F;
}


/* -------------------------------
   footer
------------------------------- */

#footer {
	padding:30px 0;
	line-height:20px;
}


/* -------------------------------
   contents
------------------------------- */

#contents {
	min-width:960px;
}
.sec {
	padding:80px 0 0 0;
}
.sec h2 {
	font-size:42px;
	margin-bottom:40px;
}
.sec h2 strong {
	font-size:48px;
}
.sec > .inner {
	width:960px;
	margin:0 auto;
	padding:0 0 80px 0;
}
.contantSec {
	padding:40px 0;
}
.contantSec ul {
	width:960px;
	margin:0 auto;
}
.contantSec li {
	float:left;
	width:460px;
}
.contantSec li:nth-child(2n+1) {
	clear:left;
	margin-right:40px;
}
.contantSec li a {
	font-size:24px;
	padding:25px;
}
.contantSec li a:hover {
	border-top:2px solid #FDF2E1;
	border-bottom:none;
}

.btn a:hover {
	border-bottom:none;
	border-top:2px solid #FFF;
}


/* -------------------------------
   home
------------------------------- */

#wl01 {
	font-size:21px;
}
#wl02 li {
	float:left;
	display:table;
	margin:0 0 0 30px;
	width:300px;
	height:232px;
	background:url(../img/cloud.png) center center no-repeat;
}
#wl02 li:nth-child(1) {
	margin-left:0;
}
#wl02 li:nth-child(4) {
	clear:left;
	margin-left:165px;
}
#wl02 li p {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:300px;
	height:232px;
	font-size:28px;
}
#wl02 .inner {
	background:url(../img/wl02_bg01.jpg) left bottom no-repeat, url(../img/wl02_bg02.jpg) right bottom no-repeat;
}

#wl03 {
	padding:0;
	font-size:21px;
}
#wl03 h2 {
	padding:30px 0;
	margin-bottom:0;
	max-width:100%;
}
#wl03 ul {
	margin-bottom:40px;
}
#wl03 li {
	float:left;
	width:320px;
	font-size:24px;
	line-height:1.2;
	border-right:1px solid #EEE;
	padding:20px;
}
#wl03 li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
	margin-top:40px;
}
#wl03 li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) p {
	padding-top:40px;
	margin-top:-40px;
	border-top:1px solid #EEE;
}
#wl03 li:nth-child(3n+1) {
	clear:left;
	border-left:1px solid #EEE;
}
#wl03 li i {
	font-size:80px;
	margin-bottom:20px;
}

#voice h2 ,
#course h2 {
	font-size:64px;
	margin-bottom:0;
}
#voice article {
	float:left;
	width:460px;
	margin:40px 0 0 40px;
}
#voice article h3:before {
	position:absolute;
	top:-5px;
	left:0;
	display:inline-block;
	border-top:5px solid #EB661E;
}
#voice article:nth-child(2n+1) {
	clear:left;
	margin-left:0;
}
#voice article h3 {
	line-height:30px;
	padding:40px 0 20px 160px;
	font-size:20px;
}
#course section {
	float:left;
	width:460px;
	margin:40px 0 0 40px;
}
#course section:nth-child(2n+1) {
	clear:left;
	margin-left:0;
}
#course section dt {
	font-size:21px;
}
#profile section h3 {
	position:relative;
	display:inline-block;
	padding:20px 0;
}
#profile section h3 img {
	margin:-20px 10px -40px 0;
}
#profile section figure {
	float:left;
	width:300px;
}
#profile section .txt {
	float:right;
	width:600px;
	font-size:14px;
}
#profile section dt {
	font-size:21px;
}

.pdfList li {
	float:left;
	width:470px;
	font-size:18px;
}
.pdfList li:nth-child(2n+1) {
	clear:left;
	margin-right:20px;
}


/* -------------------------------
   contact
------------------------------- */

#contact .sec h2 {
	font-size:30px;
}
#telSec h2 {
	margin-bottom:20px;
}
#telSec p {
	font-size:40px;
}
#formSec .btns {
	margin-top:20px;
}
#formSec .btns li {
	display:inline-block;
	width:260px;
	padding:0 10px;
}
#formSec .btns li button {
	padding:20px;
	font-size:18px;
}