/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 1000000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 95%;
  max-width: 600px;
  padding:0;
}

.closeModal {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 4rem;
}
.modalArea .content-contactArea{ padding:20px 0}
.modalArea .content-contactArea p{ font-size:1.4rem}
/*
     FILE ARCHIVED ON 12:52:44 May 31, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:27:03 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.387
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.029
  esindex: 0.006
  cdx.remote: 5.394
  LoadShardBlock: 81.852 (3)
  PetaboxLoader3.datanode: 74.481 (5)
  PetaboxLoader3.resolve: 838.708 (2)
  load_resource: 840.593
  loaddict: 15.057
*/