@charset "UTF-8";
.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt63 {
  margin-top: 63px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb37 {
  margin-bottom: 37px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.ml20 {
  margin-left: 20px; }

.w100 {
  width: 100%; }
  
.bk{ color:#000; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End Hack */
.flortR {
  float: right; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  /*line-height: 1.5;*/
  -webkit-text-size-adjust: 100%; }

#header {
  margin-top: 63px;
  height: 26px;
  margin-bottom: 43px; }

#header h1 {
  position: fixed;
  top: 63px;
  z-index: 9; }

/* common */
#leftside, #rightside {
  width: 12%;
  float: left; }

/* main area */
#main_contents {
  width: 76%;
  float: left; }

/* menu */
#spmenu, #globalmenu_sp {
  display: none; }

#globalmenu {
  position: fixed;
  top: -235px;
  width: 100%;
  height: 235px;
  background-color: rgba(0, 0, 0, 0.85);
  /*
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  */
  z-index: 10; }

#globalmenu #companymenu, #globalmenu #topmenu {
  display: none; }

#globalmenu #spmenubtn {
  display: none; }

#globalmenu ul {
  width: 780px;
  margin: 0 auto;
  margin-top: 82px;
  height: auto; }

#globalmenu ul li {
  display: inline-block;
  vertical-align: top; }

/* index page */
.sptitle {
  display: none; }

#index #globalmenu ul li img {
  margin-right: 90px; }

#index #globalmenu ul li:last-child img {
  margin-right: 0px; }

#globalmenu #close_btn {
  position: absolute;
  bottom: 20px;
  right: 15px; }

#close_btn {
  width: 11px;
  height: 10px;
  overflow: hidden; }

#close_btn:hover img {
  position: absolute;
  top: -10px; }

#back_btn {
  width: 36px;
  height: 13px;
  overflow: hidden; }

#back_btn:hover img {
  position: relative;
  top: -13px; }

/* nav */
#nav {
  position: fixed;
  top: 76px;
  /*margin-top: 76px;*/ }

#nav ul li {
  margin-bottom: 25px;
  margin-left: 40px; }

/* contents */
.contents_head {
  width: 100%; }

.contents_head div {
  float: left; }

/* footer */
#footer {
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 50px;
  margin-top: 94px;
  height: auto; }

#footer #copyright {
  /*position: relative;*/
  top: 38px; }

/* pagetop */
#gotop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px; }

#gotop:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o--transform: translate(0, -10px); }

#gotop_sp {
  display: none; }

.contents_head .pctitle {
  float: left;
  width: auto;
  margin-left: 0; }

.contents_head .pctitle + .pctitle {
  float: right;
  width: auto;
  margin-left: 0; }

.contents_head .sptitle {
  float: left;
  width: auto;
  margin-left: 0; }

.contents_head .sptitle + .sptitle {
  float: right;
  width: auto;
  margin-left: 0; }

/* iPHone4,iPhone5,iPhone5s,iPhone6,iPhone6 Plus */
@media screen and (min-width: 320px) and (max-width: 499px) {
  #header {
    margin-top: 25px;
    margin-bottom: 30px; }

  .mlp1em {
    padding-left: 1em; }

  .mlp2em {
    padding-left: 2em; }

  #globalmenu #spmenubtn {
    display: block; }

  #spmenu img {
    margin-top: 12px;
    margin-right: 12px; }

  #spmenu {
    width: 100%;
    display: block;
    margin-left: 10px;
    margin-right: 10px; }

  #back_spbtn {
    float: left;
    width: auto; }

  #spmenubtn {
    float: right;
    width: auto;
    margin-right: 10px; }

  #globalmenu_sp {
    display: block;
    color: #FFF;
    overflow: scroll;
    position: fixed;
    top: -936px;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 101;
    -webkit-overflow-scrolling: touch; }

  #globalmenu_sp a:hover, #globalmenu_sp a:link, #globalmenu_sp a:visited, #globalmenu_sp a:active {
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 100%; }

  #globalmenu_sp ul li {
    list-style-type: none; }

  #globalmenu_sp ul li {
    border-bottom: 1px solid #FFF; }

  #globalmenu_sp ul li:last-child {
    border-bottom: none; }

  #globalmenu_sp ul li p:first-child {
    margin-top: 1.5em; }

  #globalmenu_sp ul li p:last-child {
    margin-bottom: 1.5em; }

  #spmenu_close {
    width: 23px;
    height: 23px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px; }

  #header h1 {
    width: 100%;
    text-align: center; }

  #leftside, #rightside {
    display: none; }

  #main_contents {
    width: 100%; }

  .item_box {
    width: 49%;
    margin-right: 2%; }

  .item_box:nth-child(2n) {
    margin-right: 0; }

  #gotop {
    display: none; }

  #gotop_sp {
    width: 18px;
    height: 36px;
    margin: 0 auto;
    display: block;
    margin-top: 50px; }

  /*index title*/
  /* index page */
  .pctitle {
    display: none; }

  .sptitle {
    display: block; }

  #comercialfactlites, #house, #edicational, #office {
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    height: auto; }

  #footer {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center; }

  #footer #copyright {
    position: relative;
    width: 94%;
    top: 38px;
    margin-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
