@charset "UTF-8";
/*****************************************
  original.css
  企業固有のスタイルを指定
******************************************/
body {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px !important;
}

*:not(#mapObj) a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

*:focus {
  outline: none; 
}

* {
  margin: 0;
  padding: 0;
  /*\*/
  *zoom: 1;
  /**/
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* ol, ul {
  letter-spacing: -.40em;
} */

li {
  letter-spacing: normal;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  border: 0;
  -webkit-backface-visibility: hidden;
}

div#container,
#header .content,
#header .content .free,
#footer .content .free {
  width: 100%;
}

#main .content {
  width: 100%;
}

.hdwrap, .footer .footerInner, #bottomContent {
  max-width: 1000px;
  margin: auto;
}
/*******************************
 ヘッダー
*******************************/


/*******************************
 フッター
*******************************/
/* フッタ関連の高さ指定 */
#footer .content .free {
  height: 100px;
  /* ★1 自由フッタの高さ */
}

#footer {
  height: 100px;
  /* footerの高さ（ ★1＋★2 ）分指定する*/
}

#main .space {
  padding-bottom: 100px;
  /* footerの高さ（★1＋★2）分指定する */
}


/*******************************
 自由ヘッダー
*******************************/

.hdwrap {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -ms-font-family: "メイリオ" !important;
  font-size: 0;
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}

.hdwrap a:hover {
  opacity: 0.7;
}
 
.hdwrap .bnr {
  float: right;
  vertical-align: middle;
  width: 40%;
  max-width: 305px;
  margin: 10px auto 0;
}

.hdwrap h1 {
  font-size: 16px;
  display: inline-block;
}
.hdwrap h1 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .hdwrap .bnr {
    width: 100%;
    float: none;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 481px) {
  .hdwrap h1 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hdwrap h1 {
    margin-bottom: 15px;
    display: block;
    height: 65px;
    text-align: center;
    line-height: 65px;
    padding-left: 35px;
  }
  .hdwrap h1 a {
    width: 65px;
    position: absolute;
    left: 10px;
  }
  .hdwrap h1 span {
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .hdwrap h1 > span {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  .hdwrap .bnr {
    /* float: none; */
    /* display: block; */
    /* margin: auto; */
  }

}

/*******************************
 自由フッター
*******************************/
/*btn 設定*/
.footer {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -ms-font-family: "メイリオ" !important;
  background: #044a28;
  padding: 30px 20px 0;
  height: 100%;
}

.footer .footerInner {
  margin: 0 auto;
}

.footer .footerInner p {
  text-align: left;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.footer .footerInner p a {
  color: #fff !important;
}


#bottomContent #social {
  overflow: hidden !important;
}