<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
}

h1 {
  margin-top: 0;
  font-size: 3.2rem;
}

h2 {
  margin-top: 0;
  font-size: 2.4rem;
}

h3 {
  margin-top: 0;
  font-size: 2rem;
}

h4 {
  margin-top: 0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

ul.labels {
  margin-left: 1em;
}

ul.labels li {
  list-style-type: none;
  text-indent: -1em;
}

ul.labels li:before {
  display: inline;
  content: "※";
}

ul.disc {
  margin-left: 1em;
}

ul.disc li {
  list-style-type: disc;
  text-indent: 0em;
  margin-left: 1em;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

a.link {
  color: #00a7ff;
}

address {
  font-style: normal;
}

/* common */
.body-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-box.two-block li {
  width: 50%;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.small {
  font-size: 1.2rem;
}

.font-bold {
  font-weight: bold;
}

.font-red {
  color: #dd0012;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mb8 {
  margin-bottom: .8rem;
}

.mb16 {
  margin-bottom: 1.6rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.moreBtn {
  text-align: center;
  margin-top: 40px;
}

.moreBtn a {
  width: 250px;
  background: #ff3c3c;
  color: #FFF;
  font-weight: bold;
  padding: 16px 40px;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 40px;
  font-size: 2rem;
}

.scroll-table {
  max-width: 1100px;
}

.scroll-table table {
  table-layout: auto;
  white-space: nowrap;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>