<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.l-content {
  width: 1200px;
  margin: 0 auto;
}

/* .gnav */
.l-content .gnav {
  position: relative;
  display: flex;
}
.l-content .gnav::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #0169c6;
  width: 100%;
  height: 3px;
}
.l-content .gnav &gt; li,
.l-content .gnav &gt; li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0169c6;
  width: 131px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.l-content .gnav &gt; li {
  height: 55px;
  z-index: 1;
}
.l-content .gnav &gt; li:not(:last-child) {
  border-right: 1px solid #e7ecf3;
}
.l-content .gnav &gt; li::after {
  position: absolute;
  bottom: 8px;
  content: "";
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent; 
}
.l-content .gnav &gt; li.navi_top::after {
  border-top: 5px solid #514f4f;
}
.l-content .gnav &gt; li.navi_top,
.l-content .gnav &gt; li.navi_top a{
  background: #ffdb4c;
  width: 152px;
  color: #514f4f;
}
.l-content .gnav &gt; li.on {
  background: #e7ecf3;
  padding-bottom: 7px;
  color: #0169c6;
}
.l-content .gnav &gt; li.navi_top.on {
  background: #ffdb4c;
  color: #514f4f;
}
.l-content .gnav &gt; li.on::after {
  border-top: 0;
  border-bottom: 5px solid #0169c6;
}
.l-content .gnav &gt; li.navi_top.on::after {
  border-bottom: 5px solid #514f4f;
}
.l-content .gnav &gt; li a {
  height: 100%;
  padding-bottom: 7px;
}
.l-content .gnav &gt; li a:hover {
  background: #4d96d7;
}
.l-content .gnav &gt; li.navi_top a:hover {
  background: #ffe580;
}

/* レスポンシブ */
/* 幅950px以下 */
@media (max-width: 950px) {
.l-content {
  width: 100%;
}
.l-content .gnav {
  flex-wrap: wrap;
}
.l-content .gnav &gt; li,
.l-content .gnav &gt; li.navi_top {
  width: 33.33%;
}
.l-content .gnav &gt; li a,
.l-content .gnav &gt; li.navi_top a {
  width: 100%;
}
.l-content .gnav &gt; li {
  border-right: 1px solid #e7ecf3;
  border-bottom: 1px solid #e7ecf3;
}
.l-content .main img {
  width: 99.9%;
}

}

/* 幅640px以下 */
@media (max-width: 640px) {


}
</pre></body></html>