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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #contents .invest .btn_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents .invest .btn_b li {
    width: 48%;
    float: none;
    margin-right: 0;
  }
  #contents .invest .btn_a li:first-child {
    margin-left: auto;
  }
  #contents .invest .btn_a li {
    float: none;
    margin-left: 16px;
    margin: 0 auto 20px;
    width: 75%;
  }
  #contents .invest .btn_a {
    margin-bottom: 0;
  }
  #contents .invest h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
  }
  #contents .invest .know_list {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #contents .invest .know_list ul li a {
    color: inherit;
    font-size: 1.5rem;
    margin: 20px 0 0 8px;
    background: url(../../../img/150625/arrow_pic_002.png) no-repeat left 3px;
  }
  .clearfix:after {
    display: none;
  }
  #contents .invest .semi .semi_s {
    font-size: 1.6rem;
    line-height: 45px;
  }
  #contents .invest .semi {
    width: 90% !important;
  }
  #contents .invest .know_list h4 {
    font-size: 1.6rem;
  }
}
