@charset 'UTF-8';

/*  company
--------------------------------------- */

.kv {
background: url("/dxs/assets/img/company/bg_kv_01.jpg") no-repeat center;
}

/*  greeting
--------------------------------------- */

.greeting .date {
margin: 0 0 5px;
font-size: 14px;
line-height: 1.58;
text-align: right;
}

.greeting .name {
width: 129px;
margin: 0 0 0 auto;
}

/* history
------------------------------- */

.history dl {
  display: flex;
  flex-wrap: wrap;
}
.history dt {
  width: 13%;
  padding: 20px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history dd {
  width: 70%;
  padding: 20px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* award
------------------------------- */

.cRight, .cLeft {
  width: 45%;
  display: block;
  margin: 0 10px 30px;
}

.cRight {
  float: right;
}

.cLeft {
  float: left;
}

.cRight p.tp_img,
.cLeft p.tp_img {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 30px;
}


@media screen and (max-width: 750px) {
  
.kv {
background: url("/dxs/assets/img/company/bg_kv_01_sp.jpg") no-repeat center;
background-size: cover;
}
  
/*  greeting
--------------------------------------- */

.greeting .date {
margin: 0 0 5px;
font-size: 12px;
line-height: 1.59;
text-align: right;
}

.greeting .name {
width: 31%;
margin: 0 0 0 auto;
}

/* award
------------------------------- */

.cRight, .cLeft {
  width: auto;
  display: block;
  margin-bottom: 30px;
}  
  
.cRight {
  float: none;
}

.cLeft {
  float: none;
}
  
}


