/**********************************************************
*
* フリーページCSS
*
************************************************************/
.page-contents-block .text-block {
  margin-top: 20px;
}


/*** 1250px ↓ ***/
@media screen and (max-width: 1250px) {
}

/*** 1100px ↓  ***/
@media screen and (max-width: 1100px) {
}

/*** 900px ↓  ***/
@media screen and (max-width: 900px) {
}

/*** 850px ↓ ***/
@media screen and (max-width: 850px) {
}

/*** 767px ↓ ***/
@media screen and (max-width: 767px) {
}

/*** 680px ↓ ***/
@media screen and (max-width: 680px) {
}

/*** 500px ↓ ***/
@media screen and (max-width: 500px) {
}