@charset "UTF-8";

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

会社案内

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

/*メインタイトル*/
.page .mainimg{
    background: url(../img/head_img.jpg) center center no-repeat;
    background-size: cover;
}

/*page back*/
.page .back {
    padding: 100px 0 0 0;
}

/*代表挨拶*/
#message .name {
    text-align: right;
    font-weight: bold;
}
#message .name span {
    display: inline-block;
    padding-right: 10px;
    color: #102d5c;
    font-size: 80%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
#message .h401 br{display: none;}
}

/*沿革*/
#history ul {
    text-align: left;
    line-height: 1.5;
}
#history ul li {
border-bottom: solid 1px #cfcfcf;
  position: relative;
}
#history ul li:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5%;
  border-bottom: 1px solid #6f7e95;
}
#history ul dl {
    padding: 20px 0;
}
#history ul dt {
    color: #102d5c;
    width: 30%;
}
#history ul dd {
    width: 70%;
}

