@charset "euc-jp";

body{
	padding: 0;
	margin: 0 auto;
	max-width: 1400px;

}
h3{
	font-size: 11pt;
}

main{
	margin: 0;
	padding: 0;
	display: block;
}
/*モニター募集*/
.mori{
	max-width: 1400px;
	display: block;
	margin: auto;
}

.nav{
	display: flex;
  	justify-content: space-around;
}

.nav li{
	list-style: none;
}

.nav a{
	font-size: medium;
}
.moni p{
	font-size: 9pt;
}

.item1{
	padding: 5px 30px;
}

.item1 p{
	padding: 3px;

}

.item2{
	padding: 5px 30px;
}
.item2 p{
	padding: 5px;
}

.item3{
	padding: 5px 30px;
}
.item3 p{
	padding: 5px;
}

.item4{
	padding: 5px 30px;
}
.item4 p{
	padding: 5px;
}


.pear1{
	display: flex;
}
.pear1 p{
	font-size: 11pt;
	padding: 10px 25px;
}

.pear2{
	display: flex;
	padding: 5px 30px;
}

.pear2 p{
	font-size: 11pt;
}

.pear3 p{
	font-size: 11pt;
}

.pear5{
	padding: 0 30px;
	width: 70%;
}


#thil1{
	padding: 0;
	margin: 3px 0;
	font-size: 12pt;
	font-weight: bold;
}
#thil3{

}

#thil3 p{
	font-size: 13pt;
}

#thil2 p{
	padding: 0 30px;
	margin-top: 5px;
}
#thil2 li{
	padding-top: 10px;
}

.mot{
	font-size: 15pt;
	color: #F90;
}

.eij{
	display: flex;
}

.sol{
	padding: 3px 10px;
	width: 50%;
	font-size: 11pt;
}

.pgn{
	width: 70%;
}

.submit p {
  text-align: center;
  margin-bottom: 20px; }


.mab{
	padding: 0 40px;
}

.houl{

}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 3.5em;
  margin: 0 2%;
  text-decoration: none;
  color: #FFF;
  background: #0852c0;/*背景色*/
  border-bottom: solid 2px #0a2764;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 16pt;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/* footer */
/* line 147, /home/vagrant/environment/itbtpage/itbt/app/assets/stylesheets/custom.scss */
footer {
  margin-top: 45px;
  padding-top: 5px;
  border-top: 10px solid #f0f0f0;
  color: #777777;
  background-color: #d8d8d8;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */

}
/* line 153, /home/vagrant/environment/itbtpage/itbt/app/assets/stylesheets/custom.scss */
footer a {
  color: #555555;
}
/* line 155, /home/vagrant/environment/itbtpage/itbt/app/assets/stylesheets/custom.scss */
footer a:hover {
  color: #222222;
}
/* line 159, /home/vagrant/environment/itbtpage/itbt/app/assets/stylesheets/custom.scss */
footer small {
  float: left;
}
/* line 162, /home/vagrant/environment/itbtpage/itbt/app/assets/stylesheets/custom.scss */
footer ul {
  float: right;
  list-style: none;
}
/* line 165, /home/vagrant/environment/itbtpage/itbt/app/assets/stylesheets/custom.scss */
footer ul li {
  float: left;
  margin-left: 15px;
}
a.disabled{
	 pointer-events: none;
}
/*-----------------index.html-----------------*/


.head-nav{
	display: flex;
  	justify-content: space-between;
}

.logo-bus{
	width: 320px;
}
.logo-box{
	width: 100%;
	padding: 12px;
}

.nav-bus{
	flex: 1;
}
#logo{
	margin: 20px;
	margin-top: 30px;
	font-weight: bold;
	font-size: 20pt;
	color: black;
	text-decoration: none;
	font-family: "Franklin Gothic";
}

.navbar-list{

}
.navbar-nav{
	display: flex;
	justify-content: space-around;
	list-style: none;
	height: 65px;
	margin: 0;
	background-color: #aac036;
}
.navbar-nav li{
	background-color: #aac036;
	margin: 0 10px;
	display: flex;
	padding: 0 5px;
	align-items: center;
	font-size: 10pt;
	justify-content: center;
}

.navbar-nav li a{
	text-decoration: none;
	padding: 0;
	color: #fff;
}

.navbar-nav li:hover{
	background-color: #8da31b;
}

.navbar-nav li label{
	text-decoration: none;
	background-color: #aac036;
	padding: 0;
	color: #fff;
}

.navbar-nav li label:hover{
	background-color: #8da31b;
}

.navbar-nav li p{
	padding: 100% 0;
	font-weight: bold;
}

.header-logo-menu{
	display: none;
}

.top-img{
	position: relative;
	width: 100%;
}

.top-img img{
	display: block;
	margin: 0 auto;
}

.top-img a{
	position: absolute;
	bottom: 20px;
	right: 170px;
	text-decoration: none;
}
.top-img p{
	background-color: #f75b00;
	color: #f0f0f0;
	padding: 10px 30px;
	border-radius: 10px;
	font-weight: bold;
}

.top-box{
	width: 100%;
}

.main{
	width: 100%;
}


.info{
	display: flex;
  	justify-content: space-evenly;
}


.info-stock ul{
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	list-style: none;
}

.info-stock li{
	height: 0;
	overflow: scroll;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#log1{
	display: block;
	margin: 0 0 4px 0;
	padding: 15px;
	line-height: 1;
	color: #fff;
	background-color: #a4c6ec;
	cursor: pointer;
}
#menu_bar01{
	display: none;
}

.what-new{
	width: 45%;
}
.new-box{
	margin: 0;
	padding: 25px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	border: solid 1px #222222;
}

.txmid{
	font-size: 10pt;
}

.new-info{
	width: 45%;
}


.next-info{
	margin: 0;
	padding: 15px;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	border: solid 1px #222222;
}

.smatery-box{

}
.smatery-box a{
	text-decoration: none;
}
.smatery-box a p{
	background-color: #0852c0;
	color: #f0f0f0;
	padding: 10px 30px;
	border-radius: 10px;
	margin: 30px auto;
	text-align: center;
	font-weight: bold;
}

.seminar-b a:hover, a:hover img {
	opacity: 0.9;
}

.spa{
	font-weight: bold;
	color: #03a4b5;
}

.about-DX{
	margin: 30px;
	display: flex;
	justify-content: space-evenly;
}
.about-level{
	margin: 30px 120px;
	display: flex;
	justify-content: space-evenly;
}

.space-img{
	width: 100%;
}

.ind-table{
	width: 80%;
	margin: 0 auto;
}


/*---------------------application.html---------------------*/

.app-schedule{
	margin: 0px 12%;
	padding: 20px 0;
}
.app-shd{
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	padding: 10px 20px;
	border-radius: 30px;
}

.app-box{
	
}

.storage{
	display: flex;
	justify-content: space-around;
}

.group{
	max-width: 40%;
}

.group .app-method{
	background-color: #12aff3;
}

.group-content{
	display: flex;
}

.group-process{
	width: 50px;
	color: #FFF;
	background-color: #22bcff;
	padding: 3px 12px;
	text-align: center;
	height: max-content;
	border-radius: 50%;
}

.group-item{
	flex: 1;
}

.group-item span{
	color: #22bcff;
}

.private{
	max-width: 40%;
}

.private .app-method{
	background-color: #efbd1b;
}

.private-content{
	display: flex;
}

.private-process{
	width: 50px;
	color: #FFF;
	background-color: #efbd1b;
	padding: 3px 12px;
	text-align: center;
	height: max-content;
	border-radius: 50%;
}

.private-item{
	flex: 1;
}

.private-item span{
	color: #efbd1b;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 10px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 114%;
  margin: 5px 10px;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #83bb48;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #83bb48;
  color: #fff;
}


.app-method{
	width: 250px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 15px;
}
.app-group-contact{
	width: 100%;
	color: rgb(37, 28, 28);
	border: solid 2px #0852c0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.app-method h2{
	font-size: 12pt;
}
.group-app{
	width: 500px;
}

.group-app h2{
	font-size: 14pt;
}

.content{

}
.hm{
	display: flex;
}




/*サルワカボタン*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 5px 0.5em;
  margin: 10px 20px;
  text-decoration: none;
  color: #FFF;
  background: #f75b00;/*背景色*/
  border-bottom: solid 2px #b73b03;/*少し濃い目の色に*/
  border-radius: 12px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 15pt;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.private{

}

.app-img{
	width: 100%;
}
.app-img img{
	display: block;
	margin: 0 auto;
}
#spece{
	position: relative;
}

.app-img h1{
	position: absolute;
	top: 10px;
	left: 150px;
	font-size: 20pt;
}

#char{
	padding: 40px 0;
}
#char h2{
	display: flex;
	justify-content: center;
}





/*-------------------------syllabus.html-------------------------*/

.syll-content{
	width: 90%;
	margin: 0 auto;
}

.syllabus{
}

.syllabus img{
	width: 100%;
}

.samp{
	background-color: #a4c6ec;
	margin: 0px;
	color: #111;
}

.smpbox{
	border: solid 2px #91aed0;
}
.smp_exm{
	margin: 10px 70px;
	font-size: 12pt;
}

.ques{
	margin: 5px 80px;
}

#ex_01{
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#log2{
	display: block;
	margin: 0 0 4px 0;
	padding: 15px;
	line-height: 1;
	color: #fff;
	background-color: #a4c6ec;
	cursor: pointer;
}
label{
	max-width: 100%;
}

#ex_01 input{
	display: none;
}

input[type="radio"], input[type="checkbox"]{
	margin: 4px 0 0;
	line-height: normal;
}
input[type="radio"], input[type="checkbox"]{
	box-sizing: border-box;
	padding: 0;
}

.menu ul{
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	list-style: none;
}

.menu li{
	height: 0;
	overflow: scroll;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.menu p{
	font-size: 16pt;
}


#menu_bar01:checked ~ #links01 li {
    height: 300px;
    opacity: 1;
}
#menu_bar02:checked ~ #links02 li {
    height: 73px;
    opacity: 1;
}
#menu_bar03:checked ~ #links03 li {
    height: 73px;
    opacity: 1;
}
#menu_bar04:checked ~ #links04 li {
    height: 73px;
    opacity: 1;
}
#menu_bar05:checked ~ #links05 li {
    height: 73px;
    opacity: 1;
}


.book{
	margin: 0 50px;
}

.reference-book{
	display: flex;
	justify-content: space-between;
}
#next-line{
	justify-content: flex-start;
}
.cot{
	width: 225px;
	margin-top: 1em;
	padding: 1em;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.item-text{
	font-size: 10pt;
}

/*------------------------faq.html-----------------------*/

.faq-content{
	margin: 0 auto;
	width: 80%;
}

.faq-content h4{
	font-size: 15pt;
}


.faq-item{
	margin: 10px 0;
	padding: 10px 0;
}

.faq-item h5{
	font-size: 13pt;
}
.hm{
	display: flex;
}

#rei h6{
	font-size: 13pt;
	margin-bottom: 10px;
}


/*---------------------------レスポンシブデザイン----------------------------*/

@media screen and (max-width: 1200px) {



/*-------header------*/

.navbar-nav{
	display: block;
	padding-left: 0;
	height: auto;
}

/*index.html*/


.navbar-nav li{
    background-color: #aac036;
    margin: 0 10px;
    display: flex;
    padding: 3% 3%;
    align-items: center;
    font-size: 1rem;
    justify-content: center;
}

.navbar-nav li a{
	width: 100%;
	padding: 5%;
	font-size: 1rem;
}
.navbar-nav li label{
	width: 100%;
	padding: 12px 20px;
	font-size: 1rem;
}
.head-nav{
	display: none;
}

.nav-bus{
	flex: content;
	display: flex;
	width: 3%;
	align-items: center;
	justify-content: flex-end;
}

.header-logo-menu{
	display: block;
}
/*テンプレート*/

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  padding: 3%;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 40px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -12px;
}
#nav-open span:after {
  bottom: -24px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}


/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -30px;
  z-index: 9999;
  width: 90%;
  max-width: 270px;/*最大幅（お好みで調整を）*/
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(100%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #navbar-close {
  display: block;
  opacity: .5;
}


#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}


.top-img a{
	position: absolute;
	top: 20px;
	right: 28%;
	text-decoration: none;
}
.top-img p{
	background-color: #f75b00;
	color: #f0f0f0;
	padding: 5px 16px;
	border-radius: 10px;
	font-size: 10pt;
	font-weight: bold;
}

.top-box{
	
}



.info{
	display: flex;
  	flex-direction: column;
	  align-items: center;
}
.what-new{
	width: 70%;
}
.new-box{
	margin: 0;
	padding: 25px;
	border: solid 1px #222222;
}

.txmid{
	font-size: 10pt;
}

.new-info{
	width: 70%;
}

.next-info{
	margin: 0;
	padding: 15px;
	border: solid 1px #222222;
}

.about-DX{
	margin: 30px auto;
	width: 70%;
	display: flex;
}
.about-levle{
	margin: 30px auto;
	width: 70%;
	display: flex;
}

.space-img{
	width: 100%;
	display: none;
}


/*----------------------------------------------application.html--------------------------------------------------*/


.app-str{
	margin: 0 auto;
	width: 80%;
}
.app-box{
	margin: 0 auto;
	width: 80%;
}

.app-img h1{
	position: absolute;
	top: 10px;
	left: 27%;
	font-size: 20pt;
}


.storage{
	display: block;
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
}


.group{
	max-width: 90%;
}

.private{
	max-width: 90%;
}

.menu p{
	font-size: 13pt;
}

}

/*-----------------------------レスポンシブSP--------------------------------*/

@media screen and (max-width: 600px) {

/*--------------------index.html------------------------*/


.top-img a{
	position: static;
	
	text-decoration: none;
}
.top-img p{
	background-color: #f75b00;
	color: #f0f0f0;
	padding: 10px 16px;
	margin: 0 auto;
	width: 50%;
	border-radius: 10px;
	font-size: 10pt;
	font-weight: bold;
}


/*----------------------application.html--------------------------*/


.app-box{
	width: 100%;
}

.app-img{
	width: 100%;
}
.app-img img{
	display: block;
	margin: 0 auto;
}
#spece{
	position: relative;
}

.app-img h1{
	position: absolute;
	top: 10px;
	left: 27%;
	font-size: 20pt;
}



.app-img h1{
	position: absolute;
	top: 5px;
	left: 150px;
	font-size: 20pt;
}


.app-method h2{
	font-size: 11pt;
}

.app-method{
	width: 240px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 15px;
}

.reference-book{
	display: block;
}

}

  /*ボタンdxstudy*/
  .flexbox {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	text-align: center;
  }
.flex-item-04:hover{
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
.flex-item-04{
  height: 60px;
  }
  .flex-item-04 a {
	color:  #fff;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	display: block;
  }
  

.flex-item-04 {
  display: block;
  color: #fff;
  width: 30%;
  margin: 1%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: none;
  background-size: 150% 300%;
  background-image: linear-gradient(   135deg,  #00AA6e, #32cd32, #D9E367 );
  border-radius: 10px;
   line-height: 4;
  box-shadow: 3px 3px 3px #CED1D3;
}


@media screen and (max-width: 1080px) {
.flex-item-04 a{
  font-size: 12px;
  line-height: 5;
}
}
@media screen and (max-width: 768px) {
  .flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .flex-item-04 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 1% auto;
  }
}









