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


/* ==============================================================

//　中ページ共通CSS

============================================================== */

/*----------------------------------------
中ページタイトル部分
----------------------------------------*/

/* 上部の余白をなくす */

.ContentWrap.tall {
  margin-top: 0;
}

/* 中ページtopSec*/
.topSec {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 15px;
}


/*----------------------------------------
●●●
----------------------------------------*/

/*--------------------------------------*/

/*SP*/
@media screen and (max-width:768px){}
/*PC*/
@media screen and (min-width:769px){}

/*--------------------------------------*/
