/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */


/*-- area-disclosure --*/
.area-caledar {}

.area-caledar.bg-title::before {
  left: 20px;
  content: "IR CALENDAR";
}

.area-caledar .item.table {
  margin-top: 60px;
}



/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {
  .area-caledar .item.table dl dt {
    width: 200px;
  }

  .area-caledar .item.table dl dd {
    width: calc(100% - 200px);
  }
}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
