@charset "UTF-8";
@media (max-width: 767.98px) {
  /*
　TOP
	スマホ用CSS

*/

  /*-----------------------*----*----*----*----*----*----*----*----*----* タグ */

  /*-----------------------*----*----*----*----*----*----*----*----*----* ヘッダー */
  /*-----------------------*----*----*----*----*----*----* header */

  /*-----------------------*----*----*----*----*----*----*----*----*----* スライダー */

  /*-----------------------*----*----*----*----*----*----*----*----*----* メイン */

  .chusyaku {
    padding: 15px 10px 10px 0;
    text-indent: -1em;
    padding-left: calc(10px + 1em);
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .press__desc {
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1.6;
  }

  .press-btn {
    display: block;
    padding: 5px 0;
    font-size: 1.4rem;
    border: 2px solid;
    background: #ce007f;
    color: #fff;
    text-align: center;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
  }

  .press-btn:hover {
    display: block;
    padding: 7px 0;
    font-size: 1.4rem;
    border: 2px solid;
    background: #fff;
    color: #ce007f;
  }

  .press-btn-item:last-child .press-btn {
    display: block;
    padding: 5px 0;
    font-size: 1.4rem;
    border: 2px solid;
    background: #fff;
    color: #ce007f;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
  }

  .press-btn-item:last-child .press-btn:hover {
    background: #ce007f;
    color: #fff;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
  }

  /*-----------------------*----*----*----*----*----*----* main */

  /*-----------------------*----*----*----*----*----*----*----*----*----* ニュース */

  /*-----------------------*----*----*----*----*----*----*----*----*----* メニュー */

  /*-----------------------*----*----*----*----*----*----*----*----*----* フッター */
  /*-----------------------*----*----*----*----*----*----* footer */
}
