/*メインカラー*/
:root {
  --main-color: #ff0063;
  --light-color:#fdedf3;
  --fs-36:36px;
  --fs-24:24px;
  --fs-18:18px;
}

.cont.page-content {
    margin: 80px auto 0;
}
.page-section{
    background: url(../img/page-ti-bg.png) no-repeat top center;
}
.section .page-content h2{
  font-size: 2.4em;
}
.page-content h3 {
  font-size: 1.8em;
  border-left: 6px solid var(--main-color);
  padding-left: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* h4スタイル（小見出し）*/
.page-content h4 {
  background: var(--light-color);
  /* color:var(--main-color); */
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em 1em ;
  line-height: 1;
  margin-top: 2em;
  margin-bottom: 1em;
}

.page-table th, .page-table td {
    padding: 1em;
    border: 1px solid #ccc;
}
.page-table th{
  background: #efefef;
  white-space: nowrap;
}
.page-sub-ti {
    text-align: center;
    background: var(--main-color);
    display: table;
    text-align: center;
    color: #fff;
    padding: 0.5em 3em;
    border-radius: 1em;
    margin: 0 auto 2em;
}
@media (max-width: 1000px) {


}

@media (max-width: 750px) {



}