/*==================================
  MEDIA_QUERY
==================================*/
/*==================================
  VW_AUTO
==================================*/
.about_company {
  padding: 0 13px;
  margin: 0 auto;
  margin-bottom: 13.33333vw;
}

.about_company table {
  margin-top: 30px;
  position: relative;
}

.about_company table tr {
  margin-bottom: 3.46667vw;
  display: table;
}

.about_company table th, .about_company table td {
  font-weight: normal;
  font-size: 12px;
  font-size: 3.2vw;
}

.about_company table th {
  text-align: left;
  width: 27vw;
  border-right: 1px solid #afafaf;
}

.about_company table td {
  text-align: left;
  width: auto;
  line-height: 1.6;
  padding-left: 3.46667vw;
}

@media (min-width: 769px) {
  .about_company {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto 80px;
  }
}

@media (min-width: 769px) {
  .about_company table {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .about_company table tr {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .about_company table th, .about_company table td {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .about_company table th {
    width: 104px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 60px;
  }
}

@media (min-width: 769px) {
  .about_company table td {
    padding-left: 60px;
    line-height: 1.8;
  }
}

.release {
  padding: 0 13px;
  margin: 0 auto 50px;
}

@media (min-width: 769px) {
  .release {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto 80px;
  }
}

.release-ttl {
  font-size: 13px;
  font-size: 3.46667vw;
  margin-bottom: 4vw;
}

.release-ttl::before {
  content: '';
  background: url(/images/icn_archive.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .release-ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.release_list {
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #ccc;
  padding: 17px 0;
}

.release_list:last-child {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 925px) {
  .release_list {
    font-size: 14px;
  }
}

.release_date {
  font-size: 10px;
  color: #7f7f7f;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
}

@media screen and (min-width: 925px) {
  .release_date {
    font-size: 12px;
    font-weight: bold;
    display: inline;
    margin-bottom: 0;
  }
}

.release .batch {
  font-size: 11px;
  margin-left: 9px;
  position: relative;
  color: #fff;
  width: 63px;
  display: inline-block;
  text-align: center;
}

.release .batch_sanei {
  background: #a4ce10;
}

.release .batch_parco {
  background: #f69730;
}

.release .batch .new {
  margin-right: 36px;
}

.release .batch .new::after {
  content: "";
  background: url(../images/icn_newbatch.png) no-repeat;
  background-size: contain;
  width: 33px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 925px) {
  .release .batch {
    font-size: 14px;
    padding: 2px 0;
    margin-left: 12px;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 74px;
    text-align: center;
  }
}

.release_anker {
  font-weight: bold;
  color: #333;
  display: inline;
}

.release_anker::after {
  background: none !important;
}

@media screen and (min-width: 925px) {
  .release_anker {
    padding-left: 12px;
  }
}

.company_link {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .company_link {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto 80px;
  }
}

.company_link_anker {
  font-size: 12px;
  font-size: 3.2vw;
  width: 50%;
  padding: 15px 0;
  text-align: center;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 4px;
  position: relative;
}

.company_link_anker:last-child {
  margin-left: 15px;
}

.company_link_anker:after {
  position: absolute;
  right: 12px;
}

@media (min-width: 769px) {
  .company_link_anker {
    font-size: 14px;
    width: 320px;
    padding: 18px 0;
  }
}

@media (min-width: 769px) {
  .company_link_anker:last-child {
    margin-left: 40px;
  }
}

@media screen and (max-width: 350px) {
  .company_link_anker:after {
    right: 7px;
  }
}

@media (min-width: 769px) {
  .company_link_anker:after {
    right: 26px;
  }
}

/*# sourceMappingURL=maps/corporate.css.map */
