@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

body{
  background-image: url(../img/bg_1F1b.png);
  /*---画面内余白部分の背景マーク---*/
	background-position: left top;
  background-repeat: repeat;
  background-color: #cccccc;
/*--	余白部分の背景色 --*/
}
#hpb-container{
  margin-top: -1px;
}
#hpb-inner::after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* ヘッダー内パーツ */


#hpb-header::after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#hpb-headerMain h1{
  width: 960px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 12px;
  color: #000000;
  /*--------ヘッダー上部帯の中の文字の色------*/
	text-align: left;
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
}
/*------ヘッダー内ロゴの横サイズ（所属のロゴ）-----*/
#hpb-headerLogo{
  width: 470px;
  float: left;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerLogo a{
  display: block;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 54px;
  background-image : url(../img/logo_1F1b.png);
  /*------所属のロゴ------*/
    background-position: top left;
  background-repeat: no-repeat;
}
#hpb-headerExtra1{
  width: 470px;
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  padding-right: 20px;
  padding-top: 6px;
}
#hpb-headerExtra1 p.tel{
  /* ヘッダー内　電話番号の文字設定 */
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: right;
  font-size: 1.4em;
  color : #000000;
  /*--電話番号の色--*/
	font-weight: bold;
  vertical-align: middle;
}
#hpb-headerExtra1 p.tel span{
  /*-- 電話番号の「TEL」文字設定 (マーク)--*/
	display: inline-block;
  width: 34px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin-right: 10px;
  background-image : url(../img/headerTel_1F1b.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#hpb-headerExtra1 p.address{
  /*--- ヘッダー内　住所文字設定 ---*/
    margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.2;
  text-align: right;
}
/* フッター内パーツ */
/*--フッター(一番下の帯)---*/
#hpb-footer{
  background-color : #008000;
/*---フッターの背景色---*/
}
#hpb-footerMain{
  padding-top: 18px;
  padding-bottom: 18px;
}
#hpb-footerMain p{
  /* コピーライト文字設定 */
    text-align: center;
  margin: 0;
  color : #ffffff;
/*--コピーライトの色---*/
}
#hpb-footerExtra1{
  padding-top: 13px;
  padding-bottom: 23px;
  width: 100%;
}
#hpb-footerExtra1 ul{
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align : center;
  width: 960px;
}
#hpb-footerExtra1 li{
  /* フッターナビ設定 */
    display: inline;
  background-image : url(../img/point_1F1b_02.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 21px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
}
#hpb-footerExtra1 a:link{
  text-decoration: underline;
  color: #ffffff;
}
#hpb-footerExtra1 a:visited{
  text-decoration: underline;
  color: #fff;
}
#hpb-footerExtra1 a:hover{
  text-decoration: underline;
}
#hpb-footerExtra1 a:active{
  text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/
#hpb-nav li a{
  /* ナビゲーション文字設定 */
    font-weight: normal;
  color : #000000;
}
#hpb-nav li a:link{
  color : red;
  /*-- リンク先にアクセスしていない時の文字の色 --*/
    text-decoration: none;
/*--　リンクの下線を消す（none) ---*/
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
  color: #000000;
  /*--リンク先にアクセスしている時の文字の色---*/
    text-decoration: none;
}
#hpb-nav li a:hover{
  color: #008000;
  /*--マウスを置いた時の文字の色 --*/
    text-decoration: none;
}
#hpb-nav li a:active{
  color: #000000;
  /*--クリックしたときの文字の色--*/
    text-decoration: none;
}
#hpb-nav li span.en{
  display: none;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
/* リンク文字色 　　メニュー以外のリンクに対応　*/
a:link{
  color:red;
  /*--リンク先にアクセスしていない時の文字の色（メニューナビ以外のリンク）　エラー時　 --*/
    text-decoration: underline;
/*--リンクしている文字のアンダーライン表示 --*/
}
a:visited{
  color: #000000 ;
  /*--リンク先にアクセスしている時の文字の色（メニューナビ以外のリンク） --*/
    text-decoration: underline;
}
a:hover{
  color: #336600;
  /*--マウスを置いた時の文字色--*/
    text-decoration: none;
}
a:active{
  color: #666;
  /*--クリックしたときの文字色　--*/
    text-decoration: none;
}
#hpb-skip{
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

p{
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-right: 20px;
  padding-left: 0.1em;
  line-height: 1.4;
  text-align: left;
}

p.large{
  font-weight: bold;
  color: #0000ff;
  /*--- 不明の色文字色 ---*/
	font-size: 1.2em;
}

p.indent{
  padding-left: 25px;
}
.left{
  float: left;
}
img.left{
  margin-left: 14px;
}
.right{
  float: right;
}
img.right{
  margin-right: 24px;
}
hr{
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: 24px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #00d200;
  /*-----　仕切り線で使う色 ---*/
    border-bottom-width: 1px;
  border-bottom-style: none;
}
.hpb-layoutset-02 h2{
  padding-left: 33px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  line-height: 78px;
  color: #000000;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: 0.1em;
}

h2 span.en{
  display: none;
}

#hpb-wrapper h3{
  color : #daa520 ;
  /*-----　h3を使用したときの文字（タイトル色） ---*/
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
  background-image : url(../img/indexBg_1F1b.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10px 10px 0px 10px;
}

h3.hpb-c-index{
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}
h4{
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 1em;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: black;
  font-weight: bold;
}
h5{
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #008000;
}
table{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 10px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #00d200;
  /*--上ラインの色--*/
    border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #00d200;
  /*--左ラインの色--*/
	width: 90%;
}
table th{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  background-color: #800000;
  /*--テーブルの見出しの色---*/
    border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #00d200;
  /*---　右ラインの色 ---*/
    border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00d200;
/*--　下ラインの色 ---*/
}
table td{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #00d200;
  /*--右ラインの色--*/
    border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00d200;
/*--下ラインの色--*/
}
/* フォームパーツ設定 */
input.button{
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 10px;
}
textarea{
  width: 400px;
  height : 60px;
}
input.l{
  width: 400px;
}
input.m{
  width: 250px;
}
input.s{
  width: 150px;
}
#contact form{
  text-align:center;
}
#contact form h3{
  text-align: left;
}
#contact form table{
  margin-left:auto;
}
/* メインコンテンツ内基本パーツ */

#hpb-main p{
  margin-left: 10px;
  margin-right: 10px;
}
#hpb-main ul{
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
/*--フォトモーションのアンダーラインとマーク--*/
#hpb-main ul li{
  text-align: left;
  line-height: 1.6;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image: url(../img/point_1F1b.png);  /*-- マーク --*/
  background-position: 5px 11px;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color : #008000;  /*--アンダーライン  */
}
#hpb-main dl{
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#hpb-main dt{
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  font-weight: normal;
  width: 140px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image : url(../img/point_1F1b.png);
  /*---フォトモーションのマークと一緒　--*/
    background-position: 5px 11px;
  background-repeat: no-repeat;
}
#hpb-main dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  padding-left: 165px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bdcfdc;
}
#hpb-main dl::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-main img.left{
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#hpb-main img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}
#pagetop{
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 100%;
  text-align: right;
}
#pagetop a{
  /* ページの先頭へのリンク設定 */
    background-color: #000000;
  /*--このページの先頭へ　の背景色---*/
	display: inline-block;
  padding: 10px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#pagetop a:link,
#pagetop a:visited{
  color: #00d200;
  /*--このページの先頭　文字色--*/
	text-decoration: none;
}

/* サイドブロック内パーツ */
#banner ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#banner li{
  padding-bottom: 4px;
}

#banner li a{
  display: block;
  width: 214px;
  height : 66px;
  text-indent: -9999px;
  overflow: hidden;
}

#banner a#drone1{
	/* ドローン　*/
	background-image: url(../img/drone.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#bosyu{
	/* 自衛官募集 */
	background-image: url(../img/bosyu.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#sns-riyou{
	/* ＳＮＳ利用　*/
	background-image: url(../img/sns_riyo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

	/*オープンカウンター　*/
#banner a#open{
	background-image: url(../img/open.JPG);
	background-position: left top;
	background-repeat: no-repeat;
}
	/* 就職援護　*/

#banner a#engo{
	background-image: url(../img/engo.JPG);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#osirase{
	/* 飛行場の制限　*/
	background-image: url(../../../img/osirase.JPG);
	background-position: left top;
	background-repeat: no-repeat;
}

/*　各ＴＯＰページ以外のバナーサイズ  */
#banner1 ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#banner1 li{
  padding-bottom: 4px;
}

#banner1 li a{
  display: block;
  width: 214px;
  height : 66px;
  text-indent: -9999px;
  overflow: hidden;
}

	/* ドローン　*/
#banner1 a#drone1{
	background-image: url(../img/drone.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

	/* 自衛官募集 */
#banner1 a#bosyu{
	background-image: url(../img/bosyu.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/* ＳＮＳ利用　*/
#banner1 a#sns-riyou{
	background-image: url(../img/sns_riyo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

	/*オープンカウンター　*/
#banner1 a#open{
	background-image: url(../img/open.JPG);
	background-position: left top;
	background-repeat: no-repeat;
}

	/* 就職援護　*/
#banner1 a#engo{
	background-image: url(../img/engo.JPG);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner1 a#osirase{
	/* 飛行場の制限　*/
	background-image: url(../../../img/osirase.JPG);
	background-position: left top;
	background-repeat: no-repeat;
}

/*---  部隊名　住所　電話番号のボックス調整　---*/  
#hpb-inner #companyinfo{
  background-image : url(../img/sideBg_1F1b.png);
  /*--ボックス上部の太ライン  ---*/
    background-position: top center;
  background-repeat: no-repeat;
  background-color: #e9eef7;
  /*--　ボックス内背景色　--*/
	margin-bottom: 10px;
  border : 1px solid #008000;
  　/*---　ボックス周りのラインの色と太さ　---*/
	border-radius: 4px;
  width: 209px;
  padding-top : 5px;
}
/*---  部隊名文字調整(h3で囲っている文字）上の続き　---*/
#hpb-inner #companyinfo h3{
  color: #000;
  　/*---  文字の色  ---*/
    padding-top: 15px;
  padding-bottom : 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin : 2px 0px 0px;
  font-size: 1em;
  text-align: center;
  padding-top : 3px;
}
#hpb-inner #companyinfo p{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
/* トップページ デザイン定義 */

#toppage p.large{
  letter-spacing: 0.2em;
}
#toppage h3{
  padding: 13px 10px 5px 20px;
  margin: 0;
  background-image: none;
}
#toppage h3 span.ja{
  display: none;
}
#toppage-topics,
#toppage-news{
  border: 1px solid #00d200;
  /*---トピックス、お知らせの囲みライン色  ---*/
	border-radius: 4px;
  margin: 0 0 25px 0;
  background-image : url(../img/topicsBg_1F1b.png);
  /*--　ＴＯＰＩＣＳ上部の太ライン図  ---*/
	background-position: top center;
  background-repeat: no-repeat;
}
#toppage-topics h3{
  }
#hpb-main #toppage-topics hr{
  margin-bottom: 0px;
  padding-bottom: 0;
}
#hpb-main #toppage-topics ul{
  margin-bottom: 8px;
}
#hpb-main #toppage-topics li{
  }
#hpb-main #toppage-topics li:last-child{
  border: none;
}
#hpb-main #toppage-news dl{
  margin-bottom: 12px;
}
#hpb-main #toppage-news dt{
  width: 100px !important;
}
#hpb-main #toppage-news dd{
  padding-left: 120px;
}
#hpb-main #toppage-news dd:last-child{
  border: none;
}
/* アクセスページ デザイン定義 */

#access h3 + img{
  margin-left: 10px;
  margin-bottom: 10px;
}

/* =======================================================
  レスポンシブル設定　　（小画面時の設定）
======================================================= */
@media screen and (max-width: 568px) {
  /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
#hpb-container{
  width: 100%;
  margin-top: 0;
  background-image: none;
  background-color: #fff;
}
/* ヘッダー内パーツ */
	#hpb-header{
  width: 100%;
  padding-bottom: 10px;
  height: auto;
}
#hpb-headerLogo{
  width: 98%;
  float: none;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerMain{
  width: 100%;
}
#hpb-headerMain h1{
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
  text-align: left;
  width: auto;
  background-color: #00d200;
}
#hpb-headerLogo a{
  display: block;
  max-width: 100%;
  height: 54px;
  background-size: contain;
  background-position: top center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerExtra1{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  float: none;
  padding: 0;
}
#pagetop{
  text-align: center;
  left: 0;
}
/* フッター内パーツ */
	#hpb-footerMain{
  padding-top: 10px;
  padding-bottom: 10px;
}
#hpb-footerMain p{
  /* コピーライト文字設定 */
		padding-left: 5px;
  padding-right: 5px;
  word-break: break-all;
}
#hpb-footerExtra1{
  padding-top: 15px;
  padding-bottom: 15px;
}
#hpb-footerExtra1 ul{
  text-align: center;
  width: 100%;
}
#hpb-footerExtra1 li{
  /* フッターナビ設定 */
		display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}
/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
#hpb-nav h3.hpb-c-index{
  width: 27px;
  height: 20px;
  background-image : url(../img/btn_menu.png);
/*--メニューの画像  --*/
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
p{
  padding-right: 0;
  padding-left: 0;
}
img.left{
  margin-left: 10px;
  margin-right: 10px;
}
img.right{
  margin-left: 10px;
  margin-right: 10px;
}
.hpb-layoutset-02 h2{
  width: 96%;
  padding-left: 0;
  padding-top: 25px;
  line-height: 1.4;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
}
table{
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
/* フォームパーツ設定 */
	textarea{
  width: 96%;
}
input.l{
  width: 96%;
}
input.m{
  width: 60%;
}
input.s{
  width: 30%;
}
/* メインコンテンツ内基本パーツ */
#hpb-main h3{
  background-size: contain;
}
#hpb-main ul li{
  padding-right: 0;
}
#hpb-main dt{
  float: none;
  line-height: 1.4;
  padding-bottom: 0;
}
#hpb-main dd{
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 0;
}
#hpb-main img.left{
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
#hpb-main img.right{
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
/* サイドブロック内パーツ */
#banner1 li a{
  display:none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#banner1 a{
  display:none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#hpb-inner #companyinfo{
  display:none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right:auto;
  width: 96%;
}
/* トップページ デザイン定義 */
#toppage p.large{
  margin-left: 0;
  margin-right: 0;
}
#hpb-main #toppage-news dd{
  padding-left: 20px;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bdcfdc;
}
#hpb-main #toppage-news dt:first-child + dd{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bdcfdc;
}
#hpb-main #toppage-news dd:last-child{
  border: none;
}
/* アクセスページ デザイン定義 */
	#access h3 + img{
  margin-left: 10px;
  margin-right: 10px;
  max-width: 96%;
  height: auto;
}
}