@charset "UTF-8";
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
/*===========================================
	aboutCompany
=============================================*/
.aboutCompany {
  width: 100%;
  height: 450px;
  background: url(/img/bg_blue.png) center center repeat-y;
  background-size: cover; }
  .aboutCompany .iconCompany:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 164px;
    /*画像の幅*/
    height: 94px;
    /*画像の高さ*/
    background: url(/img/logo.png) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 0 20px 0 0; }

/*===========================================
	comPageTitle
=============================================*/
.comPageTitle {
  font-size: 40px;
  letter-spacing: 2px; }
  .comPageTitle .subTitle {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 0 25px; }

/*===========================================
	comProfile
=============================================*/
.comProfile {
  width: 1200px; }
  .comProfile .comProfileL {
    width: 600px;
    box-sizing: border-box;
    border-left: 3px solid #e0e0e0;
    border-right: 1px dotted #9a9b9b; }
  .comProfile .comProfileR {
    width: 600px;
    box-sizing: border-box;
    border-right: 3px solid #e0e0e0; }
  .comProfile .comProfileTable {
    margin-left: 50px; }
    .comProfile .comProfileTable th {
      width: 125px;
      font-weight: bold;
      padding-bottom: 30px; }
    .comProfile .comProfileTable td {
      width: 390px;
      padding-bottom: 30px; }

/*===========================================
	access
=============================================*/
.accessTitle {
  padding: 5px 65px 7px;
  line-height: 25px;
  font-size: 20px;
  background: #114660;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #114660;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gray3Border {
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 10px; }
