.hero-content_area{
    height: 575px;
}
@media only screen and (max-width: 767px){
    .hero-content_area{
        height: 250px;
    }
}
/* linkBtn */
@media print, screen and (min-width: 768px) {
  .linkBtn .a-blank{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: #16509f;
    border: 1px solid #16509f;
  }
  .linkBtn .a-blank::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: url(/common_new/img/com_blank_ic01.png) no-repeat 0 0 / 11px;
    border: none !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
}
@media print, screen and (max-width: 767px) {
  .linkBtn .a-blank{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: #16509f;
    border: 1px solid #16509f;
  }
  .linkBtn .a-blank::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: url(/common_new/img/com_blank_ic01.png) no-repeat 0 0 / 11px;
    border: none !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
}