@charset "utf-8";
html {
  scroll-behavior: smooth;
}
h1 {
  word-break: keep-all;
}
#contentsarea h2 {
  margin: 100px 0 30px !important;
  padding-left: 20px;
  height: 90px !important;
  font-size: x-large !important;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
  border-left: solid 3px #007580;
  text-indent: 0;
  word-break: keep-all;
}
.img-frame {
  padding: 2px 5px 10px;
  cursor: pointer;
  border: 3px solid rgba(160,160,165,0.25);
  transition: all 0.7s ease 0s;
}
.img-frame:hover {
  border: 3px solid #50BEBE;
}
figcaption {
  word-break: keep-all;
}
.copatis {
  font-style: oblique;
}
.linkbtn {
  padding: 10px 20px 7px;
  border: solid 1px #0064D2;
  border-radius: 6px;
  background-color: #fff !important;
  color: #0064D2;
  font-weight: normal;
  word-break: keep-all;
}
.linkbtn:hover {
  border: solid 1px #0064D2 ;
  background-color: #0064D2 !important;
  color: #fff !important;
  font-weight: normal;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb99 {
  margin-bottom: 100px;
}

@media (max-width: 470px) {
  h1 {
    font-size: 20px !important;
  }
  #contentsarea h2 {
    font-size: 20px !important;
  }
  figcaption {
    font-size: 14px;
  }
}
