.main_inner {
  margin: 0 auto;
}
@media (min-width: 769px), print {
  .main_inner {
    max-width: 1200px;
    padding: 6.4rem 0 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main_inner {
    width: 64rem;
    padding: 7rem 0 13rem;
  }
}

.epn_lead {
  text-align: center;
}
@media (min-width: 769px), print {
  .epn_lead {
    line-height: 1.723em;
    font-size: min(14.4px, 1.286vw);
  }
  .epn_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .epn_lead > p:first-of-type {
    margin-top: -0.361em;
  }
  .epn_lead > p:last-of-type {
    margin-bottom: -0.361em;
  }
}
@media screen and (max-width: 768px) {
  .epn_lead {
    line-height: 1.75em;
    font-size: 3.2rem;
  }
  .epn_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .epn_lead > p:first-of-type {
    margin-top: -0.375em;
  }
  .epn_lead > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (min-width: 769px), print {
  .epn_lead + .epn_desc {
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .epn_lead + .epn_desc {
    padding-top: 16rem;
  }
}
.epn_desc > dt {
  font-weight: 700;
}
@media (min-width: 769px), print {
  .epn_desc > dt {
    line-height: 1.334em;
    font-size: min(24px, 2.143vw);
  }
  .epn_desc > dt > p {
    line-height: inherit;
    font: inherit;
  }
  .epn_desc > dt > p:first-of-type {
    margin-top: -0.166em;
  }
  .epn_desc > dt > p:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 768px) {
  .epn_desc > dt {
    line-height: 1.429em;
    font-size: 4.2rem;
  }
  .epn_desc > dt > p {
    line-height: inherit;
    font: inherit;
  }
  .epn_desc > dt > p:first-of-type {
    margin-top: -0.214em;
  }
  .epn_desc > dt > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
.epn_desc > dt + dd {
  padding-top: 4.4rem;
}
@media (min-width: 769px), print {
  .epn_desc > dd {
    line-height: 2em;
    font-size: min(14.4px, 1.286vw);
  }
  .epn_desc > dd > p {
    line-height: inherit;
    font: inherit;
  }
  .epn_desc > dd > p:first-of-type {
    margin-top: -0.5em;
  }
  .epn_desc > dd > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .epn_desc > dd {
    line-height: 1.75em;
    font-size: 3.2rem;
  }
  .epn_desc > dd > p {
    line-height: inherit;
    font: inherit;
  }
  .epn_desc > dd > p:first-of-type {
    margin-top: -0.375em;
  }
  .epn_desc > dd > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
.epn_desc > dd > p a {
  text-decoration: underline;
}
.epn_desc > dd > p a[target=_blank]::after {
  content: "";
  display: inline-block;
  border: 1px solid;
  box-shadow: 1px 1px 0 #fff, 2px 2px 0 #000;
}
@media (min-width: 769px), print {
  .epn_desc > dd > p a[target=_blank]::after {
    width: 0.834em;
    height: 0.834em;
    margin-left: 0.834em;
  }
}
@media screen and (max-width: 768px) {
  .epn_desc > dd > p a[target=_blank]::after {
    width: 0.594em;
    height: 0.594em;
    margin-left: 0.625em;
  }
}
.epn_desc > dd > p a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(/common/img/base/ico-pdf01_r.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  box-shadow: none;
  vertical-align: text-bottom;
}
@media (min-width: 769px), print {
  .epn_desc > dd > p a[href$=".pdf"]::after {
    width: 1.112em;
    height: 1.278em;
    margin-left: 0.834em;
  }
}
@media screen and (max-width: 768px) {
  .epn_desc > dd > p a[href$=".pdf"]::after {
    width: 0.907em;
    height: 1.063em;
    margin-left: 0.625em;
  }
}
.epn_desc > dd > p a:hover {
  text-decoration: none;
}
@media (min-width: 769px), print {
  .epn_desc > dd > p + p {
    padding-top: 1.121rem;
  }
}
@media screen and (max-width: 768px) {
  .epn_desc > dd > p + p {
    padding-top: 1.4rem;
  }
}
.epn_desc + .epn_desc {
  padding-top: 6.4rem;
}
.epn_desc + .epn_desc.line {
  border-top: 1px solid;
  margin-top: 6.4rem;
}
@media (min-width: 769px), print {
  .epn_desc + .epn_buttons {
    padding-top: 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .epn_desc + .epn_buttons {
    padding-top: 8rem;
  }
}
.epn_buttons {
  display: flex;
  justify-content: center;
}
.epn_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  transition: ease 0.4s all;
}
@media (min-width: 769px), print {
  .epn_button {
    border-radius: 0.313em;
    width: 23.75em;
    height: 3.125em;
    font-size: min(12.8px, 1.143vw);
  }
}
@media screen and (max-width: 768px) {
  .epn_button {
    border-radius: 0.308em;
    width: 23.385em;
    height: 3.077em;
    font-size: 2.6rem;
  }
}
.epn_button:after {
  content: "";
  position: absolute;
  background-color: #231815;
  background-image: url(/common/img/base/ico-arrow03_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: ease 0.4s all;
}
@media (min-width: 769px), print {
  .epn_button:after {
    width: 1.375em;
    height: 1.375em;
    right: 0.938em;
  }
}
@media screen and (max-width: 768px) {
  .epn_button:after {
    width: 1.347em;
    height: 1.347em;
    right: 0.962em;
  }
}
.epn_button:hover {
  border-color: #3dae35;
}
.epn_button:hover::after {
  background-color: #3dae35;
}