@charset "UTF-8";

.company .main_ttl > span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background: #aaa;
  margin-top: 20px;
}

.company .main_ttl > span span {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background: #c8161d;
}

.company section {
  padding: 50px 0;
}

.company .table tr {
  border-bottom: 1px dashed #aaa;
}

.company .table tr:last-child {
  border-bottom: 0;
}

.company .table th, .company .table td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 2.1;
  letter-spacing: 0.05em;
  padding: 15px 0;
}

.company .table th {
  font-weight: bold;
  width: 145px;
  padding-left: 10px;
}

.company .table td {
  padding-right: 10px;
}

.company .table td.privacy a,
.company .table td.affiliate a {
  text-decoration: underline;
}

.company .table .details .wrap {
  margin-bottom: 10px;
}

.company .table .detail_date {
  width: 90px;
}

.company .table .details .detail_tell {
  display: block;
  margin-left: 3em;
  margin-bottom: -3em;
}

.company .table .btn {
  width: 280px;
  border: 1px solid #c8161d;
  margin-left: 165px;
}

.company .table .btn_w500_vietnam {
  width: 500px;
  margin-left: 65px;  
}

.company .table .btn a {
  color: #c8161d;
  background: #fff;
}

.company .table tr.details img{
  width: 200px;
}

.company .table tr.details .detail_tell img.img_tel{
  width: 110px;
}

.company .sec_02, .company .sec_03 {
  text-align: center;
  padding: 0 40px !important;
}

.company .sec_02 {
  margin-bottom: 40px;
}

.company .sec_02 ul, .company .sec_03 ul {
  line-height: 0;
  font-size: 0;
}

.company .sec_02 ul li, .company .sec_03 ul li {
  display: inline-block;
  width: 200px;
  margin: 0 20px;
}

.company .sec_02 ul li figure, .company .sec_03 ul li figure {
  margin-bottom: 20px;
}

.company .sec_02 ul li .caption, .company .sec_03 ul li .caption {
  font-size: 18px;
  line-height: 1.5;
  left: 0.05em;
}

.company .sec_02 ul li .caption span, .company .sec_03 ul li .caption span {
  font-size: 14px;
}

.company .organization_chart {
  position: relative;
  max-width: 700px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

/* mobile */
@media (max-width: 720px) {
  .company .main_ttl {
    margin-bottom: 30px;
  }

  .company .main_ttl > span, .company .main_ttl > span span {
    display: none;
  }

  .company section {
    padding: 25px 10px;
  }

  .company section:first-of-type {
    padding-top: 0;
  }

  .company .table{
    width: 100%;
    table-layout: fixed;
  }

  .company .table .sp_only {
    display: table-cell;
    border-bottom: 0;
  }

  .company .table .sp_only th {
    padding-bottom: 0;
  }

  .company .table th, .company .table td {
    font-size: 12px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .company .table th {
    width: 85px;
  }

  .company .table .details th {
    display: none;
  }

  .company .table .details td {
    padding-left: 15px;
  }

  .company .table .details .detail_date, .company .table .histry .detail_content {
    display: table-cell;
  }

  .company .table .details .detail_content {
    line-height: 1.4;
  }

  .company .table .detail_date {
    width: 85px;
  }

  .company .table .details .detail_address {
    text-indent: -3em;
    margin-left: 3em;
  }

  .company .table .btn {
    display: block;
    width: 225px;
    margin: 0 auto;
  }

  .company .table .btn a {
    padding: 15px 0;
  }

  .company .sec_02, .company .sec_03 {
    padding: 0 10px !important;
  }

  .company .sec_02 ul li:first-child {
    display: block;
    margin: 0 auto 30px;
  }

  .company .sec_02 ul li, .company .sec_03 ul li {
    width: 140px;
    margin: 0 5px;
  }

  .company .organization_chart {
    display: inline-block;
    width: 100%;
    height: 200px;
  }
}
