@charset "UTF-8";
/* CSS Document */

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

nav,.pc{
	display: none !important;
}

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a img {
	border:0;
   border-style:none;
}

a {
	color:#000;
}

#logo a,#contact{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
	list-style:none;
}

body{
	display: block;
	width: 100%;
	word-break: break-all;
	margin: 0;
	padding: 0;
}

#wrapper{
	display: block;
	background-color: #fff !important;
	float: left;
	clear: both;
}

iframe{
	display: block;
	max-width: 100%;
	height: 200px;
	margin-bottom: 30px;
}

header{
	display: block;
	width: 100%;
	height: auto;
	background-image:url(../images/header_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	float: left;
	clear: both !important;
}

footer{
	display: block;
	width: 100%;
	height:auto;
	margin:50px 0 0 0;
	background-color: #f5f5f5;
	float: left;
	clear: both !important;
}

#topimg{
	display:block;
	width:100%;
	background-color: #fff;
	float:left;
	clear:both;
}

@media only screen and (max-width: 320px){
	#logo a {
		display: block;
		width: 60%;
		height:45px;
		background-image: url(../images/logo.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin: 12px 20% 6px 20%;
		float: left;
		clear: both;
		pointer-events: none !important;
	}
}
@media only screen and (min-width: 321px){
	#logo a {
		display: block;
		width: 60%;
		height:60px;
		background-image: url(../images/logo.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin: 6px 20% 4px 20%;
		float: left;
		clear: both;
		pointer-events: none !important;
	}
}

.copyright{
	display: block;
	width: 90%;
	font-size: 70%;
	text-align: center;
	margin: 30px 5% 20px 5%;
	float: left;
	clear: both;
}


/* sns */
#sns {
	display: block;
	width: 110px;
	height: 60px;
	margin: 0 auto ;
	float: none;
	clear: both;
}

#sns li img{
	width: auto;
	height: 26px;
	float: left;
	margin: 0 5px;
}

/* レイアウト */
#contents{
	background-image: none !important;
}

section{
	display: block;
	width: 100%;
	margin: 0;
	float: left;
	clear: both !important;
}

#top_contents{
	padding-top: 65px;
	border-top:solid 1px #000;
}
#cnavi_area{
	padding-top: 15px;
	background-color: #fff !important;
}

article{
	display: block;
	width: 90%;
	margin: 0 5%;
	float: left;
	clear: both !important;
}

/* topics */
.topics{
	display: block;
	position: relative;
	width: 90%;
	height: auto;
	font-size: 80%;
	line-height: 130%;
	padding: 0 3% 20px 3%;
	margin: 10px 2% 20px 2%;
	float: left;
	clear: both;
}

.topics dl{
	display: block;
	padding-bottom: 15px;
	color: #000;
	float: left;
	clear: both;
}

.topics a{
	color: #000;
}

.topics a:hover{
	text-decoration: none;
}

.topics dt{
	display: block;
	width:100%;
	color: #000;
	margin: 20px 0 0 0 !important;
	font-weight: bolder;
	float: left;
	clear: both;
}

.topics dd{
	display: block;
	width:100%;
	margin: 5px 0 0 0;
	float: left;
	clear: both;
}

#topics hr{
	display: block;
	border: none;
	height:1px;
	margin-top: 20px;
	border-top: solid 1px #999;
	width: 100%;
	float: left;
	clear: both;
}

.subnavi{
	display: block;
	word-break: normal;
	width:96%;
	height: auto;
	color: #fff;
	font-size: 70% !important;
	line-height: 180% !important;
	text-align: center;
	padding: 2%;
	margin: 15px 0 25px 0;
	float: left;
	clear: both!important;
}

.subnavi a{
	color: #fff;
}

.subnavi a:hover{
	text-decoration: none;
}

/* sidebar */
aside{
	display: block;
	width: 90%;
	margin: 40px 5% 50px 5%;
	float: left;
	clear: both;
}

/* メディアファイルレイアウト */
.alignleft,.alignright,.aligncenter,.alignnone{
	display:block;
	margin:0 auto 10px auto !important;
	float:none;
	clear:both;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	font-size:10px;
	margin:15px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	border:solid 1px #fff;
	background:#000;
	border-radius:3px;
	padding:3px 5px;
	margin:0 1px;
}
.pager .current{
	border:solid 1px #fff;
	background:#fff;
	color:#000;
}
.pager a{
	color:#fff;
}

.widget_title{
	display: block;
	width: 100%;
	font-size: 80%;
	line-height: 125%;
	text-align: center;
	margin-top: 30px;
	padding: 3px 0;
	background-color: #B7EEFF;
	color: #000;
	clear: both !important;
}
aside ul li a{
	font-size: 70% !important;
	line-height: 130% !important;
	color: #fff !important;
	font-weight: normal !important;
}
aside ul li a:hover{
	text-decoration: none !important;
}

#contact{
	display: table;
	width: 86%;
	background-color: #fff;
	border: solid 5px #2C6A48;
	background-image:url(../images/sp_contact_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: 100% auto;
	padding: 85px 2% 2% 2%;
	margin:30px auto 0 auto;
	list-style: none;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both;
}

.contact01 a{
	display: block;
	width: 100%;
	height:100px;
	background-color: #2C6A48;
	background-image:url("../images/contact_bt01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0; 
	margin: 0 0 10px 0;
	transition-duration: 0.6s;
	float: left;
	clear: both;
}
.contact02 a{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #2C6A48;
	background-image:url("../images/contact_bt.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0; 
	margin: 0;
	transition-duration: 0.6s;
	float: left;
	clear: both;
}
.contact01 a:hover,.contact02 a:hover{
	background-color: #CD3E00;
	transition-duration: 0.2s;
}

.fnavi{
	display: block;
	width: 90%;
	font-size: 90%;
	margin: 25px 5%;
	float: left;
	clear: both;
}
.fnavi a{
	color: #000;
}
.fnavi a:hover{
	text-decoration: none;
}

#contents h4{
	font-size: 26px;
	color: #525252;
	font-weight:normal !important;
	margin: 20px 0 !important;
}

.contents_area h2,#top_contents h2,#cnavi_area h2{
	display: block;
	width: 100%;
	font-size: 110%;
	line-height: 120%;
	text-align: left;
	font-weight: normal !important;
	color: #333;
	margin-bottom: 30px;
	float: left;
	clear: both !important;
}
.contents_area h3,#top_contents h3,#cnavi_area h3{
	display: block;
	width: 100%;
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	font-weight: normal !important;
	color: #333;
	margin: 30px 0 20px 0;
	float: left;
	clear: both !important;
}
.contents_area h4,#top_contents h4,#cnavi_area h4{
	display: block;
	width: 100%;
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	font-weight: normal !important;
	color: #333;
	margin: 30px 0 20px 0;
	float: left;
	clear: both !important;
}
.contents_area p,#top_contents p,#contents_privacypolicy p,#cnavi_area p{
	font-size: 80%;
	line-height: 140%;
	color: #333;
	margin-bottom: 12px;
}

#contents_news h2{
	display: block;
	width: 100%;
	font-size: 110%;
	line-height: 120%;
	text-align: left;
	font-weight: normal !important;
	color: #333;
	border-bottom: solid 2px #ccc;
	padding-bottom: 10px;
	margin-bottom: 5px;
	float: left;
	clear: both !important;
}
#contents_news h3{
	display: block;
	width: 100%;
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	font-weight: normal !important;
	color: #333;
	margin: 30px 0 20px 0;
	float: left;
	clear: both !important;
}

#contents_news h4{
	display: block;
	width: 100%;
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	font-weight: normal !important;
	color: #333;
	margin: 30px 0 20px 0;
	float: left;
	clear: both !important;
}
#contents_news p{
	font-size: 80%;
	line-height: 140%;
	color: #333;
	margin-bottom: 12px;
}

.date{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 70%;
	margin-bottom: 30px !important;
	float: left;
	clear: both;
}

#cnavi{
	display: block;
	position: relative;
	width: 100%;
	margin:0 0 0 0;
	padding: 10px 0;
	float: left;
	clear: both;
}

#cnavi dl{
	display: block;
	width: 48%;
	margin: 1%;
	float: left;
}
#cnavi dl br{
	display: none;
}

#cnavi dl p{
	font-size: 65%;
	margin-bottom: 10px;
}

#banner{
	display: block;
	width: 92%;
	padding: 15px 4%;
	margin-bottom: 10px;
	background-color: #fff;
	float: left !important;
	clear: both;
}

#banner img{
	display: block;
	width: 100% !important;
	height: auto;
	margin-bottom: 8px;
	float: left !important;
	clear: both;
}

/* ぱんくず */
.listmenu{
	display: block;
	width: 100%;
	height: auto;
	font-size: 60% !important;
	color: #000;
	text-align: left;
	margin: 0 0 50px 0 !important;
	float: left;
	clear: both;
}

.listmenu a{
	color: #000;
}

.listmenu a:hover{
	text-decoration: none;
}

.school_bt{
	margin-bottom: 30px;
}

.school_bt img{
	display: block;
	width: 80%;
	margin: 0 10%;
	clear: both;
}

.gallery img,.entry img.wp-smiley{margin:0}
.gallery{clear:both;overflow:hidden;width:100%;margin:15px 0!important}
.gallery img{display:block;width:100%;height:auto;border-width:1px 2px!important;border-color:transparent!important}
.gallery .gallery-item{position:relative;overflow:hidden;border-color:transparent;margin-top:0!important}
.gallery .gallery-caption{background:rgba(255,255,255,.8);color:#333;font-size:13px;line-height:1.4em;padding:10px 0;text-align:left;text-indent:10px;font-style:normal;margin:0;bottom:-44px;left:2px;right:2px;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%;transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}
.gallery .gallery-item:hover .gallery-caption{bottom:0}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{display:none!important}
.format-gallery .post-format .flexslider{overflow:visible;padding-bottom:30px;margin-bottom:-20px}
.format-gallery .post-format .flexslider .slides{background:#262626;overflow:hidden;position:relative}
.format-gallery .post-format .flexslider .slides img{width:auto;max-width:100%;-webkit-box-shadow:0 0 30px rgba(0,0,0,.6);box-shadow:0 0 30px rgba(0,0,0,.6)}
.format-gallery .post-format .flexslider .flex-control-nav{bottom:1px}
.format-gallery .post-format .flex-direction-nav a:before{color:#fff}

.title{
	display: block;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	float: left;
	clear: both;
}
.title strong{
	display: block;
	text-align: center;
	font-size:120%;
	font-weight: normal;
	color: #525252;
	clear: both;
}
.title strong:before {
  content: "";
  display: block;
  width:80px;
  padding-top: 5px;
  margin: 0 auto 0 auto;
  border-top: 4px solid #2C6A48 !important;
}

#about_navi{
	display: block;
	width: 90% !important;
	margin: 10px 5%;
	list-style: none;
	float: left;
	clear: both;
}
#about_navi li{
	display: block;
	width: 48%;
	margin: 1%;
	float: left;
}
#about_navi li a{
	display: block !important;
	width: 100% !important;
	text-decoration: none;
	color: #000;
	font-size: 80%;
	text-align: center;
	background-color: #fff;
	border: solid 1px #C8C8C6;
	padding: 5px 0;
	transition-duration: 0.6s;
	float: left;
	clear: both;
}
#about_navi li a:hover{
	color: #fff;
	background-color:#559173;
	transition-duration: 0.2s;
}

#contents_recruit table,#contents_company table{
	display: table;
	width: 100%;
	font-size: 80% !important;
	line-height: 180%;
	margin-bottom: 60px !important;
	border-collapse: collapse;
  border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
	clear: both;
}

#contents_recruit table td,#contents_recruit table th,
#contents_company table td,#contents_company table th{
	padding: 5px;
	margin: 0;
}
#contents_recruit table th,#contents_company table th{
	width: 100px !important;
	font-weight: normal !important;
}
#contents_recruit table tr:nth-child(even){
	background:#f5f5f5;
}
#contents_recruit table a:hover{
	text-decoration: none !important;
}

#contents_company table tr:nth-child(even){
	background:#f5f5f5;
}
#contents_company table a:hover{
	text-decoration: none !important;
}

.wpcf7{
	font-size: 90%;
	line-height: 180%;
}

.wpcf7-recaptcha{
	margin: 40px 0 20px 0 !important;
}

.wpcf7 input,.wpcf7 textarea{
	width: 100% !important;
	margin-bottom: 20px !important;
	padding: 5px 0 !important;
	border: solid 1px #ccc !important;
}

.wpcf7 .wpcf7-submit{
	width: 100% !important;
	font-size: 20px !important;
	letter-spacing: 2px !important;
	margin-bottom: 20px !important;
	padding: 15px 0 !important;
}

#contents hr{
	display: block;
	width: 100%;
	border: 0;
	height: 40px;
	border-top: solid 1px #ccc;
	margin-top: 30px !important;
	float: left;
	clear: both !important;
}

#toppage #information_contents{
	display: block;
	width: 100%;
	background-image:url(../images/information_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0;
	float: left;
	clear: both;
}

#toppage #information_area{
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	float: left;
	clear: both;
}

.school_information{
	display: block;
	width: 90%;
	background-color: #fff;
	background-image:url(../images/information_header_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 30px 5% 5% 5%;
	float: left;
	clear: both;
}
.information{
	display: block;
	width: 90%;
	background-color: #fff;
	background-image:url(../images/information_header_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 30px 5% 5% 5%;
	float: left;
	clear: both;
}

#toppage #information_area dt{
	display: table-cell;
	width: 95%;
	font-size:14px;
	background-image:url(../images/topics_tri.png);
	background-position:0 14px;
	background-repeat:no-repeat;
	border-top:dotted 1px #999;
	padding: 10px 0 3px 5%;
	float: left;
	clear: both;
}

#toppage #information_area dd{
	display: table-cell;
	width: 100%;
	font-size:80%;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}

#contents_robotschool #information_arera2,
#contents_news #information_arera2{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

#contents_robotschool #information_arera2 dt,
#contents_news #information_arera2 dt{
	display: block;
	width: 95%;
	font-size:80%;
	background-image:url(../images/topics_tri.png);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding: 3px 0 3px 5%;
	float: left !important;
	clear: both !important;
}
#contents_robotschool #information_arera2 dd,
#contents_news #information_arera2 dd{
	display: block;
	width: 100%;
	font-size:80%;
	padding: 3px 0;
	margin-bottom: 12px;
	float: left !important;
	clear: both !important;
}
.tri{
	display:block;
	position:relative;
	width:70px;
	height:auto;
	margin:0 auto -70px auto !important;
	z-index:2 !important;
}
.more_bt{
	display:block !important;
	position:absolute;
	width:30% !important;
	height:auto !important;
	z-index:2 !important;
	top:100px;
	right:10px;
	animation: fadeIn 10s ease 0s 1 normal;
    -webkit-animation: fadeIn 10s ease 0s 1 normal;
}

.pblock{
	display: block;
	width: 100%;
	font-size: 90%;
	float: left;
	clear: both;
}
.pblock p{
	text-align: left;
	margin-bottom: 20px;
}

.pblock_child{
	display: block;
	width: 100%;
	margin: 0 0 0px 0;
	float: left;
	clear: both;
}

.pblock_child2{
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
	clear: both;
}

.pblock h2{
	display: block;
	width: 100%;
	font-size: 110%;
	font-weight: 400 !important;
	text-align: center;
	background-color: #2C6A48;
	color: #fff;
	padding: 8px 0;
	margin: 0 0 18px 0;
}

.pblock_child .block{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 35px 0;
	padding: 0;
	float: left !important;
	clear: none !important;
}
.pblock_child .block_3col{
	display: block;
	width: 100%;
	text-align: center !important;
	margin: 0 0 35px 0;
	padding: 0;
	float: left !important;
	clear: none !important;
}
