<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* media query */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
.main .area_main {
  background: url("../images/main.jpg") no-repeat center center/cover;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}
@media all and (max-width: 668px) {
  .sp {
    display: block;
  }
}

.area_intro {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.area_intro &gt; p:first-child {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
@media all and (max-width: 668px) {
  .area_intro &gt; p:first-child {
    margin-bottom: 30px;
  }
  .area_intro &gt; p:first-child img {
    width: 80%;
  }
}

.area_column {
  margin-top: 80px !important;
}
@media all and (max-width: 668px) {
  .area_column {
    margin-top: 50px !important;
  }
}
.area_column h2 {
  text-align: center;
  font-size: 26px !important;
  line-height: 1.5;
  margin-bottom: 50px !important;
}
@media all and (max-width: 668px) {
  .area_column h2 {
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
}
.area_column h2:before {
  display: none !important;
}
.area_column &gt; dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media all and (max-width: 668px) {
  .area_column &gt; dl {
    margin-bottom: 20px;
  }
}
.area_column &gt; dl dt {
  width: 400px;
}
@media all and (max-width: 668px) {
  .area_column &gt; dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .area_column &gt; dl dt img {
    width: 70%;
  }
}
.area_column &gt; dl dd {
  width: calc(100% - 400px);
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1.5;
}
@media all and (max-width: 668px) {
  .area_column &gt; dl dd {
    width: 100%;
    font-size: 18px;
  }
}
.area_column &gt; div {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 668px) {
  .area_column &gt; div {
    margin-bottom: 30px;
  }
}
.area_column &gt; div &gt; p {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 10px;
  color: #4A4A4A;
}
@media all and (max-width: 668px) {
  .area_column &gt; div &gt; p {
    font-size: 20px;
  }
}</pre></body></html>