@charset "UTF-8";
.notification section {
  background-color: #F6FBFE;
  border: solid 2px #004ea2;
  border-radius: 20px;
  padding: 30px 10% 40px;
  margin-bottom: 50px;
}
.notification section h4:before {
  position: absolute;
  left: 0;
  top: 17px;
  bottom: auto;
  margin: auto;
}
.notification section h4 .sub {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-left: -10px;
  text-indent: -1em;
  padding-left: 1em;
}
.notification .btn_pdf ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification .btn_pdf ul li {
  width: 37%;
  margin: 0 auto;
}
.notification .btn_pdf ul li:last-child {
  width: 58%;
}
.notification .btn_pdf ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #004ea2;
  background-image: url("../img/bg_notification.jpg");
  background-position: center;
  background-size: cover;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  padding: 20px 0;
  position: relative;
}
.notification .btn_pdf ul li a:hover {
  opacity: 1;
}
.notification .btn_pdf ul li a .arrow {
  width: 30px;
  height: 30px;
  background-color: #E8F7FF;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: all .3s;
}
.notification .btn_pdf ul li a .arrow:before, .notification .btn_pdf ul li a .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.notification .btn_pdf ul li a .arrow:before {
  left: 9px;
  width: 10px;
  height: 2px;
  background: #004ea2;
}
.notification .btn_pdf ul li a .arrow:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notification .btn_pdf ul li a:hover .arrow {
  right: 20px;
}
.notification .btn_pdf ul li a:hover .arrow:before {
  background: #004ea2;
}
.notification .btn_pdf ul li a:hover .arrow:after {
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
}
.notification .btn_pdf ul li .comingsoon {
  display: block;
  font-size: 14px;
}
.notification .box {
  margin: 0 auto 50px;
}
.notification .box h5 {
  margin: 0 auto 5px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #004ea2;
  padding: 3px 3%;
  border-radius: 10px;
}
.notification .box figure {
  background-color: #fff;
  padding: 20px 3%;
}
.notification .box figcaption {
  text-align: right;
  font-size: 13px;
  line-height: 23px;
  word-break: break-all;
  margin-top: 10px;
}
.notification .box figcaption a {
  color: #004ea2;
}
@media screen and (max-width:1100px) {
  .notification h2 {
    font-size: 24px;
  }
  .notification section {
    padding: 25px 5%;
    margin-bottom: 40px;
  }
  .notification h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .notification section h4:before {
    position: absolute;
    top: 8px;
  }
  .notification section h4 .sub {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
  .notification .btn_pdf ul {
    display: block;
  }
  .notification .btn_pdf ul li {
    width: auto;
    margin: 10px auto;
  }
  .notification .btn_pdf ul li:last-child {
    width: auto;
  }
  .notification .btn_pdf ul li a {
    font-size: 15px;
    padding: 15px 0;
  }
  .notification .btn_pdf ul li .arrow {
    display: none;
  }
  .notification .box {
    margin: 0 auto 30px;
  }
  .notification .box h5 {
    margin: 0 auto 5px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 5%;
  }
}