/* Scss Document */
/* Scss Document */
.lttl {
  padding: 80px 0 0;
  text-align: center; }

#outline .lttl {
  background: url(../images/company/outline_ttl_bg.png) top center no-repeat; }
#outline .en_name {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center; }
#outline .outline_table {
  width: 950px;
  margin: 0 auto; }
  #outline .outline_table tr {
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid; }
    #outline .outline_table tr:last-child {
      border: none; }
  #outline .outline_table th, #outline .outline_table td {
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left; }
  #outline .outline_table th {
    width: 190px;
    color: #0A377F;
    font-weight: bold; }
  #outline .outline_table dd {
    padding-left: 2em; }
#outline .photo_list {
  width: 950px;
  margin: 0 auto; }

#history .lttl {
  background: url(../images/company/history_ttl_bg.png) top center no-repeat; }
#history .history_table {
  width: 950px;
  margin: 0 auto; }
  #history .history_table th, #history .history_table td {
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left; }
  #history .history_table th {
    width: 190px;
    color: #0A377F;
    font-weight: bold;
    text-align: right; }
  #history .history_table td {
    position: relative;
    border-left: #0A377F 1px solid; }
    #history .history_table td:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #0A377F;
      border-radius: 5px;
      position: absolute;
      top: 15px;
      left: -5px; }

#address .lttl {
  background: url(../images/company/address_ttl_bg.png) top center no-repeat; }
#address .address_table {
  width: 950px;
  margin: 0 auto 20px; }
  #address .address_table tr {
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid; }
    #address .address_table tr:last-child {
      border: none; }
  #address .address_table th, #address .address_table td {
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left; }
  #address .address_table th {
    width: 95px;
    color: #0A377F;
    font-weight: bold; }
#address .map {
  width: 950px;
  margin: 0 125px; }

@media screen and (max-width: 640px) {
  .lttl {
    padding: 9.2105263158vw 0 0; }

  #outline .lttl {
    background-size: 50vw; }
  #outline .en_name {
    margin-bottom: 3.9473684211vw;
    font-size: 3.9473684211vw; }
  #outline .outline_table {
    width: 100%; }
    #outline .outline_table th, #outline .outline_table td {
      padding: 2.6315789474vw 0;
      font-size: 2.8947368421vw; }
    #outline .outline_table th {
      width: 20vw; }
  #outline .photo_list {
    width: 100%; }

  #history .lttl {
    background-size: 50vw; }
  #history .history_table {
    width: 100%; }
    #history .history_table th, #history .history_table td {
      padding: 1.3157894737vw 2.6315789474vw;
      font-size: 2.8947368421vw; }
    #history .history_table th {
      width: 15vw; }
    #history .history_table td:before {
      content: '';
      width: 1.3157894737vw;
      height: 1.3157894737vw;
      border-radius: 0.6578947368vw;
      top: 1.9736842105vw;
      left: -0.6578947368vw; }

  #address .lttl {
    background-size: 50vw; }
  #address .address_table {
    width: 100%;
    margin: 0 0 2.6315789474vw; }
    #address .address_table th, #address .address_table td {
      padding: 2.6315789474vw 0;
      font-size: 2.8947368421vw; }
    #address .address_table th {
      width: 15vw; }
  #address .map {
    width: 100%;
    height: 50vw;
    margin: 0; } }
