@charset "UTF-8";

body {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
  background: none;
  position: static !important;
}

.cms-preview,
.flatpickr-calendar {
  display: none !important;
}

#content {
  min-width: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

/* Don't show linked images  */
.body a[href^="http"] {
  color: #000;
}

.body a:link[href^="http"]:after,
.body a[href^="http"]:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.body abbr[title]:after {
  content: " (" attr(title) ")";
}

.body a[href$=".jpg"]:after,
.body a[href$=".jpeg"]:after,
.body a[href$=".gif"]:after,
.body a[href$=".png"]:after {
  content: " (" attr(href) ") ";
  display: none;
}

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]::after,
a[href^="javascript:"]::after {
  content: "";
}

/* Table */
thead {
  display: table-header-group;
}

img,
tr {
  page-break-inside: avoid;
}

img {
  max-height: 60vh;
}

/* Hide various parts from the site */

#accessibilityTool,
#pageHeader,
#pageNav,
#links,
#advertisement,
.adobeReader,
.back,
#printBtn,
#miniEnquete,
#snsParts,
#footerNavi,
#pageFooter,
#pageTop,
#feedback,
#chatbotLink {
  display: none !important;
}

.entrance {
  background: none !important;
}
