@charset "utf-8";
/* CSS Document */
.main .btn a {
  background: #008833 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.main .btn a:hover {
  background: #fff !important;
  color: #008833 !important;
  border: 1px solid #008833 !important;
}
.main .btn .util-link--pdf:hover {
  color: #008833 !important;
}
@media only screen and (min-width: 768px) {
  #sec04 .inner-contents_box {
    padding: 50px 30px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .main .inner {
    padding: 18% 0 50px !important;
  }
  .sec01-02 {
    background-position: left top !important;
  }
  #sec04 .inner-contents_box .inner-contents_box-txt {
    padding: 30px 20px 0 !important;
  }
}