@charset "utf-8";

/**
 *
 *  トップメッセージページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   sec
---------------------------------------------------------------------------*/
h3 img {
  width: 100%;
  height: auto;
}

.txt {
  margin-top: 15px;
}

.kv {
  margin-bottom: 30px;
}

/* @SP */
@media all and (max-width: 767px) {

  .txt {
    margin-top: 26px;
    font-size: 11px
  }

  .txt img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 234px;
    height: auto;
  }

  .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .img img {
    width: 100%;
    height: auto;
  }
}

/*  col02
---------------------------------------------------------------------------*/
.col02 .img {
  float: left;
  margin-right: 30px;
}

@media all and (max-width: 767px) {
  .col02 {
    margin-bottom: 30px;
  }
}
