@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 profile.css

+++++++++++++++++++++++++++++++ */

/*
アピリッツについて
-----------------------------------*/
#about { margin-bottom: 0; }
#about .copy {
    margin: 0 0 5px;
    color: #fff;
    font-family: 'Cantarell', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 28px;
    text-align: center;
}
#about .copy + p {
    margin: 0 0 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#about ul {
    margin: 0 0 10px;
    text-align: center;
}
#about li {
    display: inline-block;
    width: 60px;
    margin: 0 5px 10px;
}
#about ul + p {
    color: #fff;
}

/* 経営スローガン */
#slogan .heading01 {
    font-size: 20px;
    text-align: center;
}
#slogan .copy {
    margin: 0 0 20px;
    padding: 10px 0;
    background: #003f65;
    color: #fff;
    font-size: 26px;
    text-align: center;
}
#slogan figure {
    margin: 50px 0 20px;
    text-align :center;
}

/*
会社概要
-----------------------------------*/
.table_normal .title_first,
.table_normal .title_second {
    display:block;
    font-size: 10px;
    line-height: 1.2;
}
.table_normal .title_first:not(:first-child),
.table_normal .title_second:not(:first-child) { margin-top: 10px; }
.table_normal .title_first + .title_second { margin-top: 0; }

/*
沿革
-----------------------------------*/
.table_normal .year {
    min-width: 50px;
    width: 50px;
    padding-right: 0;
}
.table_normal .month {
    min-width: 40px;
    width: 40px;
    padding-left: 0;
    text-align: right;
}

/*
アクセス
-----------------------------------*/
#map {
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
}
.access_railway img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.access_railway span {
    display: inline-block;
    width: 6em;
    margin-right: 15px;
    font-weight: bold;
    white-space: nowrap;
}
.access_railway .line {
    width: 9em;
    font-weight: normal;
}
.access_railway .meiji {
    position: relative;
    margin-bottom: 10px;
}