<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.main-inner {
  width: 1024px;
  margin: 0 auto;
}
/*main*/
.main-content h1 {
  margin: 0 0 20px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 37px;
  font-weight: normal;
  color: #835723;
  line-height: 1;
}
.main-content h1:after {
  /* content: ""; */
  /* display: inline-block; */
  /* width: 210px; */
  /* height: 90px; */
  /* background: #efe0eb; */
  /* position: absolute; */
  /* border-radius: 100%; */
  /* top: -15px; */
  /* left: -6px; */
  /* z-index: -1; */
}
.main-content h2 {
  margin-bottom: 20px;
  padding: 9px;
  font-size: 24px;
  background: #835723;
  color: #fff;
}
.main-content h3 {
  color: #748323;
  border-bottom: solid 2px #748323;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.main-content .main-content-wrap {
  padding: 14px;
  background: #fff;
}
.main-content .main-content-inner {
  padding: 30px;
  background: #fff;
  border-top: solid 2px #835723;
  border-bottom: solid 2px #835723;
}
.main-content .main-content-inner:after {
  content: "";
  display: block;
  clear: both;
}</pre></body></html>