@charset "utf-8";
/* CSS Document */

  .section-home {
    margin-top: -1.5rem;
  }
  
  .home_contents {
    background-color: #099;
    transition: background-color 0.3s;
      transition-timing-function: ease-in-out;
    padding: 5px !important;
  }
  .home_contents h2 {
    margin-bottom: 0;
    line-height: 1rem;
    font-size: 1.125rem !important;
    color: #fff !important;
  }

  .a-home_contents:hover {
    background-color: #f90;
    cursor: pointer;
  }
  
  .btn-rechp-entry {
    background: #69f;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 0.625rem;
    vertical-align: bottom;
  }
    .btn-rechp-entry:hover {
      text-decoration: none;
  }
  .home_contents h2 img {
    vertical-align: text-top;
  }
  .home_contents h2 .eng-name {
    margin-top: 0.1rem !important;
  }
  .home_contents-caption {
    margin-top: 0.3125rem;
    padding: 0.25rem;
        font-size: 0.75rem;
    color: #000;
    background: rgba(255, 255, 255, 0.5);

  }

  

/* box-shadow */
.shadow-home_contents {
box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
shadowColor:"rgba(0,0,0,0.5)",
shadowOffset:{width:2,height:2},
shadowOpacity:1,
shadowRadius:6,
}

