<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* common */
body {
  width: 100%;
  min-width: inherit;
  margin: auto;
}
.content {
  width: 100%;
}
.header {
  position: relative;
}
.header.fixed {
  max-height: inherit;
}
body .container {
  padding: 0 0 50px;
}
.cvArea--frame {
  width: 100%;
  break-inside: avoid-page;
  page-break-inside: avoid;
}
/* top */
body .aboutBox--link--list {
  break-inside: avoid-page;
  page-break-inside: avoid;
}
body .aboutBox--link--list--item {
  padding: 70px 0 45px;
  page-break-inside: avoid;
}
body .aboutBox--link--list h3 {
  margin: 0;
}
_:-ms-fullscreen, :root .aboutBox--link--list--item p { 
  width:100%;
  flex-grow: 1;
  flex-shrink: 1;
}
/* try */
.places--unit {
  border: 2px solid #68b30f;
  background: none;
}
.places--infoTitle {
  border: 2px solid #68b30f;
  color: #333;
  background: none;
}
.places--unit {
  break-inside: avoid-page;
  page-break-inside: avoid;
}
.map iframe {
  width: 1080px!Important;
  height: 480px!Important;
}</pre></body></html>