.cp_links {
  display: flex;
  align-items: center;
  margin-right: 30px;
  text-align: center;
  justify-content: center;
}
.cp_links a {
  text-decoration: none;
  white-space-collapse: break-spaces;
  color: #FF8E1D;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #FF8E1D;
  padding: 10px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-right: 17px;
  background-color: #fff;
  height: 54px;
}
.cp_links a:last-child {
  margin-right: 0;
}
.cp_links a span.menu-icn {
  display: flex;
}
.cp_links a span.menu-text {
  margin: 0 16px;
  display: none;
}
.cp_links a > svg {
  display: none;
}
.cp_links a {
  word-break: keep-all;
  margin: 0 10px;
}
.cp_links a span.menu-text {
  display: inline;
}
.cp_links a > svg {
  display: inline;
}
.cp_links a:hover, .cp_links a.active {
  color: #fff;
  background: #FF8E1D;
}
.cp_links a:hover svg rect,
.cp_links a:hover svg path, .cp_links a.active svg rect,
.cp_links a.active svg path {
  fill: #fff;
}

#company_wrap ul {
  margin: 120px auto 0;
  width: 600px;
}
#company_wrap ul li {
  border-bottom: 1px solid #FF8E1D;
  padding: 0 15px 20px;
  margin-top: 60px;
  justify-content: flex-start;
}
#company_wrap ul li:first-child {
  margin-top: 0;
}
#company_wrap ul li p {
  margin: 0;
}
#company_wrap ul li p:first-child {
  font-weight: bold;
  width: 170px;
}
#company_wrap ul li p:last-child {
  width: calc(100% - 170px);
}

#policy_wrap #catch_wrap {
  margin-top: 120px;
  margin-bottom: 60px;
}
#policy_wrap #catch_wrap h3 {
  justify-content: center;
}
#policy_wrap #text_in_catch {
  max-width: 700px;
  padding-left: 30px;
}
#policy_wrap #p_obi {
  height: 311px;
  background: url(/img/policy/obi_policy.webp) no-repeat;
  background-position: top center;
  background-size: cover;
}
#policy_wrap #shinjo_wrap {
  margin-top: 120px;
}
#policy_wrap #shinjo_wrap h3 {
  justify-content: center;
}
#policy_wrap #shinjo_wrap ul {
  border-bottom: 1px solid #FF8E1D;
}
#policy_wrap #shinjo_wrap ul li {
  border-top: 1px solid #FF8E1D;
  padding: 20px 0;
}
#policy_wrap #shinjo_wrap ul li h4,
#policy_wrap #shinjo_wrap ul li p,
#policy_wrap #shinjo_wrap ul li figure {
  margin: 0;
}
#policy_wrap #shinjo_wrap ul li span {
  color: #FF8E1D;
  font-weight: bold;
  font-size: 22px;
}
#policy_wrap #shinjo_wrap ul li h4 {
  color: #FF8E1D;
  font-size: 36px;
  line-height: 1.5;
  min-width: 180px;
  padding-left: 20px;
  white-space: nowrap;
}
#policy_wrap #shinjo_wrap ul li p {
  padding: 0 10px 0 120px;
}