/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
/*  padding: 50px 0 50px 30px;*/
  padding: 10px 0 40px 30px;
  min-width: 510px;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    padding-left: 0;
    min-width: inherit;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
/*  margin-left: 30px;*/
  margin-left: 80px;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
/*  font-size: 18px;*/
  font-size: 12px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 5px;
/*  font-size: 13px;*/
  font-size: 11px;
}
.tbl_calendar td {
  padding: 5px;
/*  font-size: 13px;*/
  font-size: 11px;
}

.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  
  text-align: center;
}


.c-ttl-sub {
    margin-top: 0;
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 14px;
    /* font-weight: bold; */
    letter-spacing: 0.3em;
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: open-sans-condensed,Noto Sans JP, sans-serif;
    /* font-family: open-sans,Noto Sans JP, sans-serif; */
    font-weight: 300;
    font-style: normal;
}


h2.c-ttl-sub {
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.l-bottom {
    margin-top: 60px;
}


.example {
  position: relative;
  }

.example p {
  position: absolute;
 color: rgba(255, 255, 255, 0.6);
  font-weight: ; /*太字の場合はbold*/
  font-size: 1.2em;/*サイズ2倍*/
  font-family :Adobe Caslon Pro;/*Google Font*/
  font-size: 1.2em;
  top: 0;
  left: 0;
  }
  top: 0%;
  left: 0%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 30%;
  left: 15%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.example img {
  width: 100%;
  }