@charset "utf-8";

/**********************************************
** Site Name: キャロットレードアジア
** Site URI: 
** Description: 会社概要
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 見出し　背景
2.0 - 会社概要
		
---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/

.company .txt {
  line-height: 2.0em;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .company .txt { font-size: 1.2rem;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .company .txt { font-size: 1.7rem;}
}

/*  1.1 - 見出し　背景
/*-------------------------------------------*/

.company .title_bg {
  background: url("../img/company/bg_company.jpg") no-repeat center top;
  background-size: cover;
}

/*-------------------------------------------*/
/*  2.0 - 会社情報
/*-------------------------------------------*/

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .company, .history { padding-bottom: 50px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .company, .history { padding-bottom: 70px;}
}

/*  2.1 - 会社概要
/*-------------------------------------------*/

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .company .profile { margin-bottom: 50px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .company .profile { margin-bottom: 70px;}
}
