@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #contents h2 {
    background: none;
    border-bottom: 4px solid #d0cfcf;
    margin-bottom: 40px;
  }
  #contents .box2 {
    width: 100%;
    margin-bottom: 70px;
  }
  #contents .box2 p img {
    width: 35%;
  }
  #contents .box2 div {
    width: 60%;
  }
  a:hover img {
    opacity: inherit;
  }
  #contents .box2 div h2 {
    color: inherit;
    background: none;
    padding-left: 0;
    border-bottom: 4px solid #d0cfcf;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #contents {
    margin-bottom: 30px !important;
  }
  #contents .box2_b h2:hover,
  #contents .box2 div h2:hover {
    text-decoration: none;
  }
  p {
    line-height: 2.7rem;
  }
  .link_btn {
    font-size: 1.4rem;
    bottom: -30px;
    background: url(../img/150625/arrow_pic_002.png) no-repeat left 8px;
  }
}
