#company h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  color: #0064A8;
}
table {
  width: 100%;
}
.link {
	padding-top: 100px;
	margin-top: -100px;
}
@media screen and (max-width: 768px) {
  #company h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/***************
btn-area
***************/
#btn-area ul {
  margin: 50px 0 135px;
}
#btn-area ul li {
  width: calc(33.33% - 20px);
  position: relative;
}
#btn-area ul li a {
	font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #1290E5;
  border-radius: 30px;
  text-align: center;
  color: #0064A8;
  letter-spacing: 0.1rem;
	display: block;
}
#btn-area ul li a::before {
  content: "";
  background: url("../images/common/company-arrow.png")no-repeat;
  background-size: contain;
  aspect-ratio: 10 / 5;
  width: 3%;
  height: auto;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	#btn-area ul li a {
		font-size: 18px;
    font-size: 1.8rem;
	}
  #btn-area ul {
    margin: 50px 0 75px;
  }
  #btn-area ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #btn-area ul li:last-child {
    margin-bottom: 0;
  }
}
/***************
outline
***************/
#outline {
  margin-bottom: 240px;
}
#outline h3 {
  margin-bottom: 40px;
}
#outline tr {
  border: 1px solid #CFCFCF;
}
#outline tr th {
  width: 31.63%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 5px 10px 5%;
  background: #FAFEFF;
  border-right: 1px solid #CFCFCF;
  text-align: left;
  align-content: center;
  font-weight: 500;
}
#outline tr td {
  width: 68.34%;
  padding: 10px 5px 10px 5%;
  background: #fff;
  line-height: 29px;
}
#outline ul {
    margin-top: 60px;
}
#outline ul li {
    width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  #outline {
    margin-bottom: 180px;
  }
  #outline h3 {
    margin-bottom: 20px;
  }
  #outline tr th {
    width: 100%;
    display: block;
    border-bottom: 1px solid #CFCFCF;
    padding: 10px 15px;
    border-right: none;
  }
  #outline tr td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
	#outline ul li {
    width: 100%;
    margin-bottom: 20px;
}
	#outline ul li:last-child {
		margin-bottom: 0;
	}
}
/***************
history
***************/
#history {
  padding: 90px 0;
  background: #FAFEFF;
}
#history h3 {
  margin-bottom: 30px;
}
#history tr {
  border-top: 1px solid #DDE2EC;
}
#history tr:last-child {
  border-bottom: 1px solid #DDE2EC;
}
#history tr th {
  width: 40%;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 10px 5px;
}
#history tr td {
  width: 70%;
  padding: 10px 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #history {
    padding: 50px 0;
  }
  #history tr th {
    padding-bottom: 0;
  }
  #history tr th, #history tr td {
    width: 100%;
    display: block;
    text-align: left;
	  line-height: 30px;
  }
}
/***************
Type
***************/
#type {
  padding: 220px 0 200px;
}
#type h3 {
  margin-bottom: 15px;
}
#type p {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
#type dl {
  border-top: 1px solid #DDE2EC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#type dl:last-child {
  border-bottom: 1px solid #DDE2EC;
}
#type dl dt {
  width: 40%;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 20px 5px 20px 15%;
}
#type dl dd {
  width: 60%;
  line-height: 26px;
  font-weight: 500;
  padding: 20px 5px;
}
@media screen and (max-width: 900px) {
  #type dl dt {
    padding: 20px 5px 20px 6%;
    width: 30%;
  }
  #type dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #type {
    padding: 190px 0 120px;
  }
  #type dl dt {
    width: 100%;
    padding: 10px 5px;
  }
  #type dl dd {
    width: 100%;
    padding: 0 5px 10px 43px;
  }
}