/*------------------------------------------------------------
	SETTING
------------------------------------------------------------*/
.main-contents a {
  text-decoration: underline;
}

.main-contents a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
  OVERVIEW
------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  #about_overview .list {
    margin: 20px 0 0 20px;
  }
}

@media screen and (min-width: 641px) {
  #about_overview .list-table {
    margin: 30px 0 0 20px;
  }
}

#about_overview .list-table tr th {
  border: none;
}

@media screen and (min-width: 641px) {
  #about_overview .list-table tr th {
    padding: 15px 0;
  }
}

#about_overview .list-table tr td {
  border: none;
}

@media screen and (min-width: 641px) {
  #about_overview .list-table tr td {
    padding: 15px 0 15px 40px;
  }
}

#about_overview .list-number--type1 > li {
  font-weight: bold;
}

@media screen and (max-width: 641px) {
  #about_overview .list-number--type1 > li {
    text-indent: 0em;
    padding-left: 0em;
  }
}

#about_overview .list-number--type1 .list-number--type2 {
  margin-top: 5px;
}

#about_overview .list-number--type1 .list-number--type2 li {
  font-weight: normal;
  text-indent: 0em;
}

@media screen and (min-width: 641px) {
  #about_overview .list-number--type1 .list-number--type2 li {
    padding-left: 0em;
  }
}

/*------------------------------------------------------------
	HISTORY
------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  #about_history table tbody th {
    width: 20%;
  }
  #about_history table tbody td:nth-last-child(2) {
    width: 8%;
  }
  #about_history table tbody td:nth-last-child(1) {
    padding-right: 35px;
  }
}

#about_history table {
  border-bottom: 1px solid #1a2a1e;
}

/*------------------------------------------------------------
	OFFICER
------------------------------------------------------------*/
#about_officer table {
  border-bottom: 1px solid #1a2a1e;
}

/*------------------------------------------------------------
  MEMBER
------------------------------------------------------------*/
/*------------------------------------------------------------
	ORGANIZATION
------------------------------------------------------------*/
#about_organization .contents-wrap .image-list.col1 li {
  width: 100%;
}

/*------------------------------------------------------------
	ANTITRUST & QUALITY
------------------------------------------------------------*/
#about_quality dl.list.list-number--type1 dt,
#about_antitrust dl.list.list-number--type1 dt {
  padding-top: 20px;
  font-weight: bold;
}

#about_quality dl.list.list-number--type1 ol ol {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 641px) {
  #about_quality dl.list.list-number--type1,
  #about_antitrust dl.list.list-number--type1 {
    font-size: 1.6em;
    line-height: 2;
  }
  #about_quality dl.list.list-number--type1 ol,
  #about_antitrust dl.list.list-number--type1 ol {
    padding-left: 30px;
  }
}

@media screen and (max-width: 641px) {
  #about_quality dl.list.list-number--type1 dt {
    padding-bottom: 10px;
  }
  #about_antitrust dl.list.list-number--type1 dt {
    padding-bottom: 10px;
  }
}

/*------------------------------------------------------------
	MAP
------------------------------------------------------------*/
#about_map table {
  margin: 30px 0 30px;
  width: 100%;
}

#about_map table tr {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  color: #1a2a1e;
}

#about_map table tr th {
  padding: 5px 0;
  font-size: 1.6em;
}

@media screen and (max-width: 641px) {
  #about_map table tr th {
    display: block;
    font-size: 26px;
  }
}

#about_map table tr td {
  padding: 5px 0;
  font-size: 1.6em;
}

@media screen and (max-width: 641px) {
  #about_map table tr td {
    display: block;
    font-size: 24px;
    padding: 5px 0 20px;
  }
}

#about_map .g__map {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 641px) {
  #about_map .g__map {
    padding-bottom: 56.25%;
  }
}

#about_map .g__map iframe, #about_map .g__map object, #about_map .g__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 730px;
  height: 310px;
}

@media screen and (max-width: 641px) {
  #about_map .g__map iframe, #about_map .g__map object, #about_map .g__map embed {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 641px) {
  .about_officerImg{
  height: 24px;
  }
}
@media screen and (max-width: 641px) {
  .about_officerImg{
  height: 42px;
  }
}
