@charset "UTF-8";
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_head:after {
  background: url("../../img/company/mainimg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page_head .ja {
    font-size: 2rem !important;
  }
}

.policyList h3 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 2em 0 1em;
  font-weight: normal;
  background: #f2f2f2;
  padding: 0.5em;
}
.policyList h3:first-child {
  margin-top: 0;
}
.policyList h4 {
  margin: 1em 0 0.5em 10px;
  font-weight: normal;
}
.policyList p {
  padding: 0 0.5em;
}
.policyList p + p {
  margin-top: 1em;
}
.policyList .attentionList {
  font-size: 1.4rem;
  margin: 10px 0 10px 30px;
}
.policyList .attentionList li {
  list-style: none;
  position: relative;
}
.policyList .attentionList li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.policyList .attentionList li:before {
  content: "（注）";
  display: block;
  position: absolute;
  left: -30px;
}
.policyList .attentionList_num {
  counter-reset: listCounter;
  font-size: 1.4rem;
  margin: 10px 0 10px 5rem;
}
.policyList .attentionList_num li {
  counter-increment: listCounter;
  list-style: none;
  position: relative;
}
.policyList .attentionList_num li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.policyList .attentionList_num li:before {
  content: "（注" counter(listCounter) "）";
  display: block;
  position: absolute;
  left: -5rem;
}
.policyList .revisionDate {
  margin-top: 3rem;
  text-align: right;
}
.policyList ol,
.policyList ul {
  margin: 1em 0 1em 1.3em;
}
.policyList ol li,
.policyList ul li {
  margin-left: 0.5em;
}
.policyList ol li + li,
.policyList ul li + li {
  margin-top: 0.3em;
}
.policyList ol li {
  list-style: decimal;
}
.policyList ul li {
  list-style: disc;
}