@charset "UTF-8";
main{
}
.l_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}
.under_mv{
  background: url("/eco/papers/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.ex_bot {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  padding: 10px;
    border: 1px solid #05626D;
    margin-top: 30px;
}
.page_inner a{
  color: #05626D;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {

.page_sec {
    padding: 60px 0 0;
}
.page_sec.pb {
  padding-bottom: 60px;
}

}
@media print {

}