@charset "utf-8";



/*-----------------------------------------------
Main内のスタイル
-----------------------------------------------*/



/*-----------------------------------------------
Message内のスタイル(会社概要ページ)
-----------------------------------------------*/


.message {
  background-color: #ffffff;
      padding-bottom: 0px;
}

.sh-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
}

.message-img {
    padding-bottom: 7px;
    background-color: #bbbbbb;
}


/*-----------------------------------------------
写真イメージ内のスタイル(会社概要ページ)
-----------------------------------------------*/

.photo {
    background-color: #ffffff;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

/*-----------------------------------------------
会社概要表のスタイル(会社概要ページ)
-----------------------------------------------*/

.our-campany {
      background-color: #ffffff;
      text-align: center;
      padding-top: 35px;
      height: 1050px;

}

.outline-tabale {
      text-align: center;
    padding-top: 35px;
    padding-bottom: 40px;
}

.map-add {
   font-size: 15px;
         padding-top: 45px;
       padding-bottom: 15px;
}

.map {
  text-align: center;
}

iframe {
  border: 1px #777 solid;

}


/*-----------------------------------------------
会社沿革部分のスタイル(会社概要ページ)
-----------------------------------------------*/

.history {
      background-color: #ffffff;
      text-align: center;
      padding-top: 35px;
      height: 500px;

}

.sh-history {
         padding-bottom: 25px;

}