@charset "utf-8";

/*
  File Name   : company.css
*/


/* PC Layout ******************************************************************************************* */

/* Index
============================================================ */
.title-01 {
  background: url(/assets/img/company/title-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.company-greeting,
.company-profile {
  margin: 0 0 60px;
}

.company-greeting h2,
.company-profile h2,
.company-history h2 {
  margin: 0 0 20px;
  color: #0d1a39;
  font-size: 25px;
  text-align: center;
}

.company-greeting figure {
  float: right;
  margin: 0 0 80px 30px;
}

.company-greeting p {
  margin: 0 0 30px;
}

.company-ceo {
  font-size: 23px;
  text-align: right;
}

.company-ceo span {
  font-size: 14px;
  padding-right: 1em;
}

.company-history th {
  text-align: right !important;
}

.company-history th span {
  font-weight: normal;
  display: block;
}

.company-history th + td {
  font-weight: bold;
  text-align: right;
}



/* SP Layout ******************************************************************************************* */
@media screen and (max-width: 711px) {

.company-greeting h2,
.company-profile h2,
.company-history h2 {
  font-size: 20px;
}


.company-greeting figure {
  float: none;
  margin: 0 0 20px 0;
}

img{
  width: 100%;
  height: auto;
}

.company-ceo {
  font-size: 23px;
  margin-bottom: 20px;
  display: table;
  text-align: left;
}

.company-ceo span{
  display: table-cell;
  padding-right: 0;
  padding-right: 1em;
  vertical-align: middle;
}

.company-ceo img{
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.table-01{
  width: 100%;
}

.table-01 tbody tr{
  display: block;
}

.table-01 tbody th,
.table-01 tbody td{
  display: list-item;
  border-width: 1px 0 0;
  padding: 10px;  
  width: 100%;
  list-style: none;
}

.table-01 th{
  text-align: left !important;
}
.company-history th + td {
  /*display: none;*/
  text-align: left;
}

.company-history th span {
  display: inline;
  padding-left: 1em;
}

}


