<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.width {
  max-width: 1200px;
  width: 100%;
}

.u_page section {
  padding: 0 !important;
}

h2:after {
  display: none !important;
}

.side_nav {
  display: none !important;
}

.side_cv {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 100;
}
@media all and (max-width: 480px) {
  .side_cv {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
  }
}
.side_cv a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 220px;
  text-align: center;
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
  transition: 0.5s;
  box-sizing: border-box;
  color: #fff;
}
@media all and (max-width: 480px) {
  .side_cv a {
    width: 100%;
    height: 60px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 14px;
  }
}
.side_cv a:first-child {
  background: #84131E;
}
.side_cv a:last-child {
  background: #DFBE37;
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .side_cv a:last-child {
    margin-top: 0;
  }
}

.cv {
  background: #AE1123;
  padding: 30px 0;
}
.cv ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cv ul li {
  width: calc(25% - 20px);
  margin: 10px;
}
@media all and (max-width: 896px) {
  .cv ul li {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 480px) {
  .cv ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.cv ul li a {
  display: block;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  color: #AE1123;
}
@media all and (max-width: 480px) {
  .cv ul li a {
    padding: 15px;
  }
}

.link {
  padding: 0 !important;
}
.link ul {
  display: flex;
  flex-wrap: wrap;
}
.link ul li {
  width: 50%;
}
@media all and (max-width: 480px) {
  .link ul li {
    width: 100%;
  }
}
.link ul li.w100 {
  width: 100%;
}

@media all and (max-width: 480px) {
  footer {
    margin-bottom: 60px;
  }
}</pre></body></html>