@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	width:100%;
	min-width:320px;
	overflow:hidden;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}
.pc {
	display:none;
}
img {
	max-width:100%;
	width:auto;
	max-height:100%;
	height:auto;
}


/* -------------------------------
   common
------------------------------- */



/* -------------------------------
   header
------------------------------- */

#header {
	padding:10px 5px 10px 5px;
}
#logo {
	float:left;
	height:40px;
}
#hNav {
	float:right;
}
#hNav li {
	float:left;
	margin-left:3px;
}
#hNav li a {
	text-decoration:none;
}
#hNav li i {
	display:block;
	line-height:20px;
	font-weight:bold;
	color:#EC6A1F;
	background:#FDF2E1;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	width:40px;
	padding:10px 0;
	text-decoration:none;
	border-bottom:2px solid #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gNav {
	display:none;
}


/* -------------------------------
   footer
------------------------------- */

#footer {
	display:table;
	width:100%;
	height:80px;
}
#copyright {
	display:table-cell;
	width:100%;
	height:80px;
	padding:10px 90px 10px 10px;
	line-height:1.2;
	vertical-align:middle;
}


/* -------------------------------
   contents
------------------------------- */
.sec {
	padding:40px 20px 0 20px;
}
.sec h2 {
	font-size:18px;
	margin-bottom:20px;
}
.sec h2 strong {
	font-size:21px;
}
.sec > .inner {
	padding-bottom:40px;
}
.contantSec {
	padding:40px 20px 20px 20px;
}
.contantSec li {
	width:100%;
}
.contantSec li:nth-child(2n+1) {
	margin-bottom:10px;
}
.contantSec li a {
	font-size:18px;
	padding:15px;
}


/* -------------------------------
   home
------------------------------- */

#wl02 .inner {
	margin:0 -10px;
}
#wl02 ul {
	width:310px;
	margin:0 auto;
}
#wl02 li {
	float:left;
	display:table;
	width:150px;
	height:116px;
	background:url(../img/cloud.png) center center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
#wl02 li:nth-child(3n+2) {
	margin-left:10px;
}
#wl02 li:nth-child(3n) {
	margin:-10px 0 -10px 80px;
}
#wl02 li p {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:150px;
	height:116px;
	font-size:15px;
}
#wl02 .inner {
	background:url(../img/wl02_bg01.jpg) left bottom no-repeat, url(../img/wl02_bg02.jpg) right bottom no-repeat;
	background-size:160px auto;
	padding-bottom:180px;
}

#wl03 h2 {
	padding:20px 0;
	margin:-40px -20px 0 -20px;
}
#wl03 ul {
	margin-bottom:20px;
}
#wl03 li {
	float:left;
	width:50%;
	font-size:14px;
	line-height:1.2;
	border-right:1px solid #EEE;
	padding:20px 5px;
}
#wl03 li:not(:nth-child(1)):not(:nth-child(2)) {
	border-top:1px solid #EEE;
}
#wl03 li:nth-child(2n+1) {
	clear:left;
	border-left:1px solid #EEE;
}
#wl03 li i {
	font-size:80px;
	margin-bottom:20px;
}

#voice h2 ,
#course h2 {
	font-size:24px;
	margin-bottom:0;
}
#voice article {
	margin-top:20px;
}
#voice article:nth-child(2n+1) {
	clear:left;
	margin-left:0;
}
#voice article h3 {
	padding:80px 0 10px 0;
	font-size:18px;
}
#voice article h3:before {
	position:absolute;
	top:-5px;
	left:50%;
	display:inline-block;
	border-top:5px solid #EB661E;
	margin-left:-80px;
}
#course section {
	margin-top:20px;
}
#course section:nth-child(2n+1) {
	clear:left;
	margin-left:0;
}
#course section dt {
	font-size:18px;
}
#profile section h3 {
	font-size:16px;
	padding-bottom:10px;
}
#profile section h3 img {
	display:block;
	width:100px;
	margin:0 auto;
}
#profile section .txt {
	margin-top:20px;
	font-size:14px;
}
#profile section dt {
	font-size:18px;
}

#company table,
#company tbody,
#company tr,
#company th,
#company td {
	display:block;
}


/* -------------------------------
   contact
------------------------------- */

#contact .sec h2 {
	font-size:18px;
}

#formSec table,
#formSec tbody,
#formSec tr,
#formSec th,
#formSec td {
	display:block;
}
#formSec .btns li {
	display:block;
	width:100%;
	margin-top:10px;
}
#formSec .btns li button {
	padding:20px;
	font-size:16px;
}