#mainContents section:first-of-type {
  margin-top: -8.5rem;
}

.ps_header01 {
  text-align: center;
  font-size: 4.5rem;
  line-height: 6.7rem;
  font-weight: 700;
  margin: 8.5rem 0 6.0rem;
}

@media (max-width: 559px) {

#mainContents section:first-of-type {
  margin-top: -3.5rem;
}

.ps_header01 {
  font-size: 3.0rem;
  line-height: 4.6rem;
  margin: 3.5rem 0 2.5rem;
}

}

.ps_companyInfo_tbl {
  width: 100%;
  text-align: left;
}

.ps_companyInfo_tbl th {
  width: 25%;
  font-weight: 400;
  color: #109189;
  padding: 1.4rem 1rem 1.5rem;
  background: linear-gradient(0deg, #109189 0%, #109189 0.1rem, #ffffff 0.1rem, #ffffff 100%);
}

.ps_companyInfo_tbl tr:first-of-type th {
  background: linear-gradient(0deg, #109189 0%, #109189 0.1rem, #ffffff 0.1rem, #ffffff calc(100% - 0.1rem), #109189 calc(100% - 0.1rem), #109189 100%);
  padding-top: 1.6rem;
}

.ps_companyInfo_tbl td {
  font-weight: 400;
  padding: 1.4rem 1rem 1.5rem;
  background: linear-gradient(0deg, #999999 0%, #999999 0.1rem, #ffffff 0.1rem, #ffffff 100%);
}

.ps_companyInfo_tbl tr:first-of-type td {
  background: linear-gradient(0deg, #999999 0%, #999999 0.1rem, #ffffff 0.1rem, #ffffff calc(100% - 0.1rem), #999999 calc(100% - 0.1rem), #999999 100%);
  padding-top: 1.6rem;
}

.ps_companyInfo_btn_access {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  margin: 1.4rem -1rem 0.5rem;
  padding: 1.6rem 4rem 1.7rem;
  position: relative;
  transition: background-color 0.2s;
  cursor: pointer;
}

@media (max-width: 559px) {

.ps_companyInfo_btn_access {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 1.4rem 2rem 1.6rem 4rem;
}

}

.ps_companyInfo_btn_access.opened {
  background-color: #808080;
  transition: background-color 0.2s;
}

.ps_companyInfo_btn_access::before {
	content: "";
  position: absolute;
  height: 3.0rem;
  width: 3.0rem;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: url("/common/images/ico_plus.svg") center center no-repeat;
  transition: background 0.2s;
}

.ps_companyInfo_btn_access.opened::before {
  background: url("/common/images/ico_minus.svg") center center no-repeat;
  transition: background 0.2s;
}

.ps_companyInfo_map {
   margin: 2rem -1rem 0;
}

.ps_companyInfo_map iframe{
  width:100%;
  border: medium none;
  height: 50vh;
}
			
.ps_companyInfo_tbl table {
  width: 100%;
  text-align: left;
  margin-bottom: 0.6rem
}

.ps_companyInfo_tbl table th.ps_companyInfoAccess_tbl_th {
  width: 18%;
  font-weight: 400;
  color: #ffffff;
  background: #109189;
  padding: 1.4rem 1rem 1.5rem;
  text-align: center;
}

.ps_companyInfo_tbl table td.ps_companyInfoAccess_tbl_td {
  font-weight: 400;
  padding: 1.4rem 1.6rem 1.5rem;
  background: rgba(16,145,137,0.10);
}


.ps_companyHistory_btn {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: #109189;
  background-color: rgba(16,145,137,0.20);
  border-bottom: 1px solid #ffffff;
  padding: 1.6rem 2rem 1.8rem;
  position: relative;
  transition: background-color 0.2s linear 0s, border-bottom 0s linear 0.5s;
  cursor: pointer;
}

@media (max-width: 559px) {

.ps_companyHistory_btn {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 1.7rem 2rem 1.8rem;
}

}

.ps_companyHistory_btn.opened {
  background-color: rgba(16,145,137,0.10);
  border-bottom: none;
  transition: background-color 0.2s linear 0s, border-bottom 0s linear 0.5s;
}

.ps_companyHistory_btn::before {
	content: "";
  position: absolute;
  height: 3.0rem;
  width: 3.0rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  border-radius: 1.5rem;
  background: url("/common/images/ico_plus.svg") center center no-repeat #109189;
  transition: background 0.2s;
}

.ps_companyHistory_btn.opened::before {
  background: url("/common/images/ico_minusGreen.svg") center center no-repeat #ffffff;
  transition: background 0.2s;
}

.ps_companyHistory_tbl_wrapper {
  position: relative;
}

.ps_companyHistory_tbl_wrapper table {
  width: 100%;
}

.ps_companyHistory_tbl_wrapper th {
  font-weight: 400;
  color: #109189;
  font-size: 1.7rem;
  line-height: 2.7rem;
  padding: 2.3rem 4.0rem 0 2rem;
  white-space: nowrap;
  vertical-align: top;
}

.ps_companyHistory_tbl_wrapper td {
  font-weight: 400;
  padding: 2.4rem 2rem 0 3.1rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 0.5rem, #999999 0.5rem, #999999 0.6rem, #ffffff 0.6rem, #ffffff 100%);
  position: relative;
}

.ps_companyHistory_tbl_wrapper:last-of-type td:last-of-type {
  background: url("/company/images/ico_history_arrow.svg") left -1.45rem bottom -1.0rem no-repeat, linear-gradient(90deg, #ffffff 0%, #ffffff 0.5rem, #999999 0.5rem, #999999 0.6rem, #ffffff 0.6rem, #ffffff 100%);
  background-size: 4rem, 100%;
}

@media (max-width: 559px) {

.ps_companyHistory_tbl_wrapper th {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 2.3rem 2rem 0 0;
}

.ps_companyHistory_tbl_wrapper td {
  padding: 2.4rem 0 0 2rem;
}

}

.ps_companyHistory_tbl_wrapper tr:last-of-type td {
  padding-bottom: 2.4rem;
}

.ps_companyHistory_btn_close_add tr:last-of-type td {
  padding-right: 7rem;
}

@media (max-width: 559px) {

.ps_companyHistory_btn_close_add tr:last-of-type td {
  padding-right: 0;
  padding-bottom: 5.7rem;
}

}

.ps_companyHistory_tbl_wrapper td::before {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: 0.5rem;
  height: 2.1rem;
  width: 0.2rem;
  background-color: #ffffff;
}

.ps_companyHistory_tbl_wrapper td::after {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 0;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 0.6rem;
}

.ps_companyHistory_tbl_wrapper .ps_companyHistory_tbl_dms::after { background-color: #ca1c1d; }
.ps_companyHistory_tbl_wrapper .ps_companyHistory_tbl_zgi::after { background-color: #109189; }
.ps_companyHistory_tbl_wrapper .ps_companyHistory_tbl_zbn::after { background-color: #2d82f0; }
.ps_companyHistory_tbl_wrapper .ps_companyHistory_tbl_zms::after { background-color: #000000; }

.ps_companyHistory_btn_close {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  background: url("/common/images/ico_btn_up.svg") center center no-repeat;
  cursor: pointer;
  opacity: 0.0;
  transition: opacity 0.5s;
}

.ps_companyHistory_btn_close.opened {
  opacity: 1.0;
  transition: opacity 0.5s;
}

@media (max-width: 559px) {

.ps_companyHistory_btn_close {
  bottom: 1.5rem;
}

}

.ps_companyHistory_note {
  list-style: none;
  margin-top: 2rem;
}

.ps_companyHistory_note li {
  position: relative;
  padding-left: 2rem;
}

.ps_companyHistory_note li:nth-of-type(n+2) {
  display: inline-block;
  margin-right: 2rem;
}

.ps_companyHistory_note li:last-of-type {
  margin-right: 0;
}

.ps_companyHistory_note li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.08rem;
  height: 1.30rem;
  width: 1.30rem;
  border-radius: 0.7rem;
}

.ps_companyHistory_note .ps_companyHistory_note_zms::before { background-color: #000000; }
.ps_companyHistory_note .ps_companyHistory_note_zgi::before { background-color: #109189; }
.ps_companyHistory_note .ps_companyHistory_note_zbn::before { background-color: #2d82f0; }
.ps_companyHistory_note .ps_companyHistory_note_dms::before { background-color: #ca1c1d; }


