@charset "UTF-8";
/*************************************************
【会社情報 - 社内見学のご案内】共通
**************************************************/
/* 最初のセクションの余白設定 */
#businessInfoArea .com_section:first-of-type {
    margin-top: 30px;
}
/* 項目タイトルの装飾 */
#businessInfoArea h4 {
    margin-top: 30px;
    padding-bottom: 0.55em;
    border-bottom: 1px solid #ccc;
}

/* お申込みボタン */
.contactUsButton div {
    margin: 20px 0;
    position: relative;
    display: inline-block;
    padding: 10px 140px;
    background: rgb(153,210,239);
    color: #FFF;
    letter-spacing: 0.10em;
}

/*************************************************
↓書き加えた
**************************************************/
#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #555;
}

#businessInfoArea .container {
    width: 96%!important;
    margin: 0 auto;
}
