@charset "UTF-8";

.cell_bg1 {
    background-color: #FFE7E7;
}
.cell_bg2 {
    background-color: #FFF7DA;
}
.cell_bg3 {
    background-color: #E2EAFF;
}
.cell_bg4 {
    background-color: #e2e2e2;
}
.p-editor .block-box {
    margin-bottom: 20px;
}

@media only screen and (min-width: 760px) and (max-width: 959px) {
  .p-header-index__content {
    min-height: 800px;
  }
}

@media only screen and (min-width: 960px) {
  .p-header-index__content {
    min-height: 800px;
  }
}