/********************************
株式会社APEXIAのHP
 制作：Namishi@HystericEnd.co,ltd.
 製作開始 2021.4.4

********************************/

/********************************
注意事項
①bootstrap3系使用。
②styleは別書にすること。
③wrapを導入max-width:1024pxでセンタリングで枠組みを組めます。
④メディアクエリブレイクポイント
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 896px) { }
@media screen and (max-width: 480px) { }
PC first 対応。

********************************/





/********** 全体共通 **********/
@media screen and (max-width:480px) {

a {color:#000!important;}

.mobfz8{font-size:8pt;}
.mobfz9{font-size:9pt;}
.mobfz10{font-size:10pt;}
.mobfz11{font-size:11pt;}
.mobfz12{font-size:12pt;}
.mobfz13{font-size:13pt;}
.mobfz14{font-size:14pt;}
.mobfz15{font-size:15pt;}
.mobfz16{font-size:16pt;}
.mobfz17{font-size:17pt;}
.mobfz18{font-size:18pt;}
.mobfz19{font-size:19pt;}
.mobfz20{font-size:20pt;}
.mobfz22{font-size:22pt;}
.mobfz24{font-size:24pt;}
.fw800{font-weight:800;}

	*{
	font-weight: 750;
	}
	b{color:#f00;
	font-weight: 800;
	}

.mag15{margin:-15px!important;}
body{background-color: #fdd000;}
.white{background-color: #fff!important;}

img{
	margin-bottom:10px;
}

.red{
	background-color: #f00;
}

.mob_side{
	padding-left:10px!important;
	padding-right:10px!important;
}	

.mobcenterxy{
	display:flex;
	flex-flow: wrap;
    justify-content:center;
	align-items: center;
    }

.mobcentery{
	display:flex;
	flex-flow: wrap;
	align-items: center;
    }

.wid100,.mob100{
	width:100%;
}

.hed100{
	height:100%;
}

.mobnone{
	display:none!important;
}

p{margin: 0;
padding:0;
}


/********** フレーミング TOP **********/
.mobbox_1{
	padding-right:50px;
}

body{
	background-color: #BFD3F7;
}

	/*各種部品*/
body > .sticky {
height: auto;
}

.sticky{
	background-color: #6495ED;
	width:40px!important;
	height:40px!important;
	position:fixed;
	top:0;
	right:0;
	z-index:10;
}

#nav-drawer {
	position:fixed;
  z-index:10;
  top:10px;
  right:3px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
	
	
	/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#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;
  left: 0;
   z-index: 9999;/*最前面に*/
   width: 210px;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #6495ED;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-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);
}

.mobmenu{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}

.mobmenu li{
	text-align:center;
	line-height:60px;
	height:60px;
}

.mobmenu li a{
	display:block;
	height:60px;
}

.box_4_3 > iframe{
	width:100%;
	height:400px!important;
}

.mobbox_2{
background-color: #fdd000;
}

.title {
	margin-top:10px;
	margin-bottom:10px;
	  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #fff;/*背景色*/
  border-left: solid 5px #6495ED;/*左線*/
}
.title_mob {
	margin-top:10px;
	margin-bottom:10px;
	  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #fff;/*背景色*/
  border-left: solid 5px #6495ED;/*左線*/
}
.breadcrumb{
	background-color: #6495ED!important;
}
.mobcenternone{
	display:block;
}

th{width:130px;
background-color: #6495ED;}

td{background-color: #fff;}

.mobbox_2{
	margin-top:10px;
	padding:10px;
background-color: #6495ED;}
	

button[type="submit"]{margin-bottom:10px!important;}

.submit{
	width:100%;
	text-align:center;
}

.btn-default{
	background-color: #CBED64;
}

.box_mem2_l{
	display:flex;
	flex-flow: wrap;
    justify-content:center;
	align-items: center;
}

.mob_logo_2{
	width:50%;
}

.recruit th{padding:10px;}
.recruit td{padding:10px;}

	

}/*クエリ末端*/
