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

* {
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	font-size: 14px;
	line-height: 150%;
	font-family: "tbchibirgothicplusk-pro", sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
a>img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none !important;
}
.pc_hide {
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}

@font-face {
  font-family: "myFont";
  src: url("./fonts/Makinas-Scrap-5.eot?")  format('eot'),
       url("./fonts/Makinas-Scrap-5.woff2") format('woff2'),
       url("./fonts/Makinas-Scrap-5.woff")  format('woff');
}
.myFontClass {
  font-family: "myFont";
}

/*-----------------------------------------------------------*/

#all {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

/*-----------------------------------------------------------*/

#html_header_wrap{
	width:100%;
	margin:0px auto;
	position:relative;
	z-index:10000;
}

#html_header{
	width:100%;;
	height:60px;
	margin:0px auto;
	position:relative;
}

/**/

#html_header h1{
	height:25px;
	position:absolute;
	left:15px;
	top:20px;
}

#html_header h1 img{
	width:auto;
	height:25px;
}

#html_header h2{
	height:25px;
	position:absolute;
	left:180px;
	top:20px;
}

#html_header h2 img{
	width:auto;
	height:25px;
}

/**/

#btn_gnavi{
	width:40px;
	position:fixed !important;
	right:10px;
	top:10px;
	z-index:10000 !important;
}

#logo_facebook{
	width:25px;
	position:absolute;
	right:18px;
	top:100px;
}

#logo_twitter{
	width:25px;
	position:absolute;
	right:18px;
	top:70px;
}

/**/

#btn_contact{
	position:absolute;
	right:-20px;
	top:140px;
}

#btn_contact img{
	width:70px;
	height:auto;
}

/**/

#html_header_wrap .head_square{
	display:none;
}


#html_header_wrap .head_square2{
	display:none;
}

#html_header_wrap .head_square3{
	display:none;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title_wrap{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	background-color:#29abe2;
	background-image:url(robot_course/bg_page_title.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#page_title{
	width:100%;
	height:150px;
	margin:0px auto;
	overflow:hidden;
	display:table;
}

#page_title h1{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#page_title h1 img{
	width:auto;
	height:75px;
}

/*-----------------------------------------------------------*/
/*コンテンツ外枠*/

#contents_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	min-height:500px;
}


/*-----------------------------------------------------------*/
/*フッター　住所*/

#foot_company_wrap {
	width: 100%;
	margin: 0px auto;
	background-color: #29abe2;
	color: #fff;
	position: relative;
	z-index: 1;
}
#foot_company_wrap a {
	color: #fff;
}
#foot_company {
	width: 100%;
	margin: 0px auto;
	font-family: "tbchibirgothicplusk-pro", sans-serif;
	overflow: hidden;
}
#foot_company .txt {
}

#foot_company .txt dl {
	overflow: hidden;
	margin: 20px;
	text-align: center;
}
#foot_company .txt dl dt {
}
#foot_company .txt dl dd {
}
#foot_company .txt dl dd span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#foot_company .icon {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
#foot_company .icon img{
	margin: 0 0 5px 10px;
	width: auto;
	height: 33px;
}
.foot_square {
	display: none;
}
/*-----------------------------------------------------------*/

#footer_wrap {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-color: #ffff00;
}
#footer {
	margin: 20px 20px;
	overflow: hidden;
	font-family: "tbchibirgothicplusk-pro", sans-serif;
}
.foot_logo {
	width: 50%;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
.foot_logo img {
	width: auto;
	height: 40px;
}
.foot_tech {
	width: 50%;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
.foot_tech img {
	width: 100px !important;
	height: auto !important;
}
.foot_facebook {
	width: 50%;
	float: left;
	overflow: hidden;
}
.foot_facebook img {
	height: 33px;
	width: auto;
}
.foot_twitter {
	width: 50%;
	float: left;
	overflow: hidden;
	text-align: right;
}
.foot_twitter img {
	height: 33px;
	width: auto;
}
/*-----------------------------------------------------------*/

#copy_wrap {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-color: #ffff00;
	font-family: "tbchibirgothicplusk-pro", sans-serif;
}
#copy {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 20px 0px;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/**
* ドロワー開放時のスタイル
**/
body.drawer-opened #page {
	left: -300px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content {
	left: -300px;
}
body.drawer-opened #drawernav {
	right: -20px;
}
body.drawer-opened #humberger .icon-bar {
	background: #fff;
}
body.drawer-opened #humberger :nth-child(1) {
	transform: translate(0, 8px) rotate(45deg);
	-webkit-transform: translate(0, 8px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2) {
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
	opacity: 0;
}
body.drawer-opened #humberger :nth-child(3) {
	transform: translate(0, -8px) rotate(-45deg);
	-webkit-transform: translate(0, -8px) rotate(-45deg);
}
body.drawer-opened #overlay {
	z-index: 3;
	opacity: 0.3;
	left: -240px;
}
/*-----------------------------------------------------------*/
#drawernav {
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background: #ffffff;
	border-left:5px solid #29abe2;
	box-sizing:border-box;
	color: #29abe2;
	z-index:20000 !important;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav a {
	font-family: "tbchibirgothicplusk-pro", sans-serif;
	color: #29abe2;
	text-decoration: none;
}
#gnavi {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 40px 0px;
	padding-top: 40px;
}
#gnavi dl {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}
#gnavi dl dt {
}
#gnavi dl dd {
	overflow: hidden;
	margin-bottom: 24px;
}
#gnavi dl dd ul {
	overflow: hidden;
}
#gnavi dl dd ul li {
	list-style-type: none;
	overflow: hidden;
	margin-top: 15px;
}
#gnavi .gnavi_bn01 {
	overflow: hidden;
	text-align: center;
}
#gnavi .gnavi_bn02 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
}
/**/

.close_btn {
	position: absolute;
	right: 40px;
	top: 20px;
}
.close_btn a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
}

.free-btn {
	display: inline-block;
  padding: 0.1em;
  text-decoration: none;
  background: #29abe2;
  color: #FFF;
  border-bottom: solid 2px #627295;
  border-radius: 3px;
}
/*-----------------------------------------------------------*/
.btn-red ,
.btn-confirm input{	
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #c63e48;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #aa131f;
  border-radius: 30px;
	font-family: "myFont";
	font-size: 24px;
	margin: 5px;
}
.btn-confirm input:focus{
	background: #aa131f;
}
.btn-confirm{
	text-align:center;
	overflow:hidden;
	margin:60px 10px 100px 10px;
}
/*contact form 7 add confirmの確認画面*/
input:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border: none !important;
  background: #fff !important; }
  input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important; }

.wpcf7c-conf {
  background: #fff !important;
  border-color: #fff !important; 
	font-size: 16px;
}
  .wpcf7c-conf:focus {
    border-color: transparent !important; }

/*ヘッダーのバナー*/

#html_header h2 img {
	margin-top: 0px;
}


/*-----------------------------------------------------------*/
div.centering-nrw h2, 
div.centering-nrw .btn
{
	text-align: center !important;
	margin-top: 30px;
}
div.centering-nrw{
	width: 96%;
	margin: 0 auto;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
