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

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

#page_title_wrap{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#29abe2;
	background-image:url(programming_course/bg_title.png);
	position:relative;
	z-index:0;
}

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

.block01_wrap{
	width:100%;
	background-color: #f78f1e;
	position:relative;
	z-index:5;
}

.block01{
	width:100%;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

.block01 .photo01{
	text-align:center;
	margin:20px 50px;
}

.white_square{
	display:none;
}

.illust_robot{
	position:absolute;
	z-index:10;
	left:5px;
	top:5px;
}

.illust_robot img{
	width:50px;
	height:auto;
}

/**/

.block01 .txt01{
	overflow:hidden;
	margin:40px 20px 20px 20px;
	color:#fff;
}

.block01 .txt01 dt{
	font-family: "myFont";
	font-size:20px;
	color: #ffff00;
	line-height:125%;
	text-align:justify;
}

.block01 .txt01 dd{
	overflow:hidden;
	margin-top:15px;
	text-align:justify;
}

/**/

.block01 .txt02{
	overflow:hidden;
	margin:0px 20px 40px 20px;
	color:#fff;
}

.block01 .txt02 dd{
	overflow:hidden;
	margin-top:15px;
	text-align:justify;
}

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

.block02_wrap{
	width:100%;
	background-repeat:no-repeat;
}

.block02{
	overflow:hidden;
	margin:0px auto;
}


.block02 .label{
	text-align:center;
	font-family: "myFont";
	overflow:hidden;
	margin-top:45px;
	font-size:20px;
}

.block02 .img{
	overflow:hidden;
	margin:40px 40px 0px 40px;
	text-align:center;
}

.block02 .img dt{
	text-align:center;
	overflow:hidden;
	margin-bottom:25px;
}

.block02 .img dd{
	text-align:center;
	overflow:hidden;
	color:#29abe2;
	margin-bottom:20px;
}

.block02 .txt01{
	overflow:hidden;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
}

.block02 .txt01 p{
}



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

.block03_wrap{
	width:100%;
	background-color:#d7f5ff;
	position:relative;
}

.block03_wrap .square02{
	display:none;
}

.block03{
	width:100%;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

.block03 .label{
	text-align:center;
	font-family: "myFont";
	overflow:hidden;
	margin-top:40px;
	font-size:20px;
	
}

.block03 ul{
	overflow:hidden;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.block03 ul li{
	list-style-type:none;
	vertical-align:top;
	overflow:hidden;
	margin-bottom:40px;
}

.a_teacher{
	overflow:hidden;
	margin:0px 40px;
}

.a_teacher dl{
	overflow:hidden;
	text-align:center;
	font-size:17px;
}

.a_teacher dl dt{
	text-align:center;
	overflow:hidden;
}

.a_teacher dl dd{
	text-align:center;
	overflow:hidden;
	color:#29abe2;
	margin:1em 0px;
	font-size:16px;
}

.a_teacher .comment{
	background-color:#fff;
	overflow:hidden;
}

.a_teacher .comment p{
	overflow:hidden;
	padding:20px;
	text-align:justify;
}

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

.block04{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block04 .label{
	text-align:center;
	font-family: "myFont";
	overflow:hidden;
	margin-top:40px;
	font-size:20px;
	
	margin-bottom:40px;
}

.block04 .table01{
	margin:0px 10px;
	overflow:hidden;
}

.block04 .table01 table{
	width:100%;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

.block04 .table01 table th{
	background-color:#29abe2;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	vertical-align:middle;
	color:#fff;
	font-weight:normal;
	width:60px;
	text-align:center;
}

.block04 .table01 table td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

.block04 .table01 table td div p{
	text-indent:-1em;
	padding-left:1em;
}

.block04 .table01 table th div{
}

.block04 .table01 table td div{
	padding:10px;
}

.block04 .txt01{
	margin:20px;
	overflow:hidden;
}

.block04 .txt01 p{
	text-indent:-1em;
	padding-left:1em;
}

.block04 .txt01 p b{
	font-weight:normal;
	color:#ff0000;
}


.block04 .label, .block03 .label{
	font-size: 24px;
	margin-bottom: 40px;
}


  .block03 .table01 {
    width: 100%;
  } 


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

.block05{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block05 .label{
	text-align:center;
	font-family: "myFont";
	overflow:hidden;
	margin-top:40px;
	font-size:20px;
	margin-bottom:40px;
}

.faq_container{
	overflow:hidden;
	background-color:#fffdc5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left:15px;
	margin-right:15px;
}


.faq_container ul{
	overflow:hidden;
	margin:0px 10px 40px 10px;
}

.faq_container ul li{
	list-style-type:none;
	margin-bottom:40px;
}

.faq_container ul li .q{
	display:table;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}

.faq_container ul li .q dt{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:58px;
}

.faq_container ul li .q dd{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	color:#29abe2;
}

.faq_container ul li .a{
	display:table;
	width:100%;
}

.faq_container ul li .a dt{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	width:58px;
}

.faq_container ul li .a dd{
	display:table-cell;
	vertical-align:top;
	text-align:left;
}

.block05 .btn{
	text-align:center;
	overflow:hidden;
	margin:40px 60px;
}


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

.block06{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}


.block06 .btn{
	text-align:center;
	overflow:hidden;
	margin:40px 60px;
}

/*-----------------------------------------------------------*/
.block03 .table01 table,
.block04 .table01 table  {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.block03 .table01 table th,
.block04 .table01 table th,
.table01 .title li,
.block03 ul li:before{
	background-color: #29abe2;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: normal;
}
.block03 .table01 table td,
.block04 .table01 table td,
.table01 li
{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.block03 .table01 table td {
	text-align: center;
}
.block03 .table01 table td div p,
.block04 .table01 table td div p{
	text-indent:-1em;
	padding-left:1em;
}
.block03 .table01 table th div,
.block04 .table01 table th div {
}
.block03 .table01 table td div,
.block04 .table01 table td div {
	padding: 20px;
}
.block03 .table01 table .td01 {
	text-align: left;
}

.block04 .table01 th,
.block04 .table01 th div,
.block04 .table01 td,
.block04 .table01 td div{
	box-sizing:border-box;
	width: 100% !important;
	display: block;
}

.block04 .table01 table.schedule th,
.block04 .table01 table.schedule td
{
	width: inherit !important;
	display: table-cell;
	white-space: nowrap;
	text-align: center;
}
.block04 .table01 table.schedule div{
	padding: 20px 0px;
}

.block04 .table01 th{
	
	padding: 0.4em 0;
}

.month_pay{
	display:inline-block;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}

.month_pay2{
	display:inline-block;
	text-align:left;
	padding-left: 1em;
	padding-bottom: 1em;
}

.block04 .txt01 {
	width: 1080px;
	margin: 45px auto 110px auto;
	overflow: hidden;

}
.block04 .txt01 p {
}
.block04 .txt01 p b {
	font-weight: normal;
	color: #ff0000;
}

.block03 .table01 table th,
.block04 .table01 table th,
#entry,
#bronze,
#silver,
#gold,
.table01 .title li
{
	background-color: #29abe2;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: normal;
}
#entry {
	background-color: #00BFFF;
	padding: 10px;
}
#bronze{
	background-color: #A0522D;
	padding: 10px;
}
#silver{
	background-color: #A9A9A9;
	padding: 10px;
}
#gold{
	background-color: #DAA520;
	padding: 10px;
}
#entry,
#bronze,
#silver,
#gold,
.block03 ul li.space{
	height: 3em;
}
.table01 .eg{
	height: 5em;	
}
.block03 ul{
    width: 100% !important;
	margin: 0;
	padding: 0;
}
.block03 ul li {
    list-style-type: none;
    display: block;
    vertical-align: top;
	padding: 0.8em;
	box-sizing:border-box;
	width: 100% !important;
}
/*隠し見出し*/
.block03 ul li.price:before {
    content: "受験料(税込)";
}
.block03 ul li.price2:before {
    content: "受験料(税込)\A 10月以降※";
	white-space: pre;
	line-height: 1.6;
	padding-top: 8px;
}
.block03 ul li.time:before {
    content: "試験時間";
}
.block03 ul li.eg:before {
    content: "出題例";
}

p.notice-p{
	padding: 5px;
}

.block03 ul li.price:before,
.block03 ul li.price2:before,
.block03 ul li.time:before,
.block03 ul li.eg:before{
	display: block;
	height: 60px;
	width: 100px;
	float: left;
}
.block03 ul li.price,
.block03 ul li.price2,
.block03 ul li.time,
.block03 ul li.eg{
	display: block;
	height: 60px !important;
	width: 90px;
	float: right;
	padding: 0;
	line-height: 60px;
}
.block03 ul li {
    margin-bottom: 0px;
}

.block03 .title ul li,
.block03 .title ul
{
	width: 183px !important;
}
.block03 .table01 table.grade td{
	border: none;
	vertical-align: top;
	
}
.table01 td.title{
	display: none !important;
}
.table01 .grade td{
	display: block;
	width: 100% ;
}
.table01 table.grade{
	width: 98%;
	margin: 0 auto;
}

#page_title h1 img{
	width: 270px;
	height: auto;
	
}
#page_title h1 {
	text-align: left;
	padding-left: 24px;
}
dt.aj{
	padding-right: 50px;
}

.foot_tech img{
	width: 100px;
	height: auto;
}



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

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

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

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

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

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

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

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

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

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