<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap");
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a {
  transition: .3s;
}

a:link {
  text-decoration: none;
  color: #1f8802;
}

a:visited {
  text-decoration: none;
  color: #1f8802;
}

a:hover {
  text-decoration: none;
  color: #1f8802;
}

a:active {
  text-decoration: none;
  color: #1f8802;
}

/*
a:hover img,
input[type=image]:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
*/
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000vw / 375) !important;
  }
}
html.font-large {
  font-size: 81.25%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp,
.md {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }

  .md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-md {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .md {
    display: none !important;
  }

  p {
    word-break: break-all;
  }
}
/* ------------------------------------
// ov
----------------------------------- */
#ov {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #a1a1a1;
  mix-blend-mode: multiply;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.1s linear 0.3s;
}
#ov.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.3s, visibility 0.3s, transform 0s;
}

/* ------------------------------------
// header
----------------------------------- */
header {
  position: relative;
  z-index: 100;
}
header .accessibility {
  background: #d9efd3;
  padding: 10px 0;
}
header .accessibility .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
}
header .accessibility .inner .fontSize {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
header .accessibility .inner .fontSize p {
  margin-right: 20px;
}
header .accessibility .inner .fontSize .btn {
  display: flex;
  border: solid 1px #333;
  border-radius: 5px;
  background: #000;
  width: 104px;
  overflow: hidden;
}
header .accessibility .inner .fontSize .btn &gt; * {
  width: 50%;
}
header .accessibility .inner .fontSize .btn &gt; * a {
  display: block;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
header .accessibility .inner .fontSize .btn &gt; * a.current {
  background: #fff;
  color: #333;
}
header .accessibility .inner .bgColor {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-left: 28px;
}
header .accessibility .inner .bgColor p {
  margin-right: 15px;
}
header .accessibility .inner .bgColor .btn {
  display: flex;
}
header .accessibility .inner .bgColor .btn &gt; * {
  width: 34px;
  margin-right: 10px;
  line-height: 1;
}
header .accessibility .inner .bgColor .btn &gt; *:last-child {
  margin-right: 0;
}
header .accessibility .inner .bgColor .btn &gt; * a {
  display: block;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  padding: 0 0 2px 1px;
  transition: 0s;
}
header .accessibility .inner .bgColor .btn &gt; * a.current {
  transform: scale(1.15);
}
header .accessibility .inner .bgColor .btn &gt; * a.white {
  border-color: #333;
  background: #fff;
  color: #000;
}
header .accessibility .inner .bgColor .btn &gt; * a.black {
  border-color: #000;
  background: #000;
  color: #fff;
}
header .accessibility .inner .bgColor .btn &gt; * a.blue {
  border-color: #1d6ffc;
  background: #1d6ffc;
  color: #fff;
}
header .accessibility .inner .bgColor .btn &gt; * a.yellow {
  border-color: #ffee00;
  background: #ffee00;
  color: #333;
}
header .title {
  background: url(img/cmn/bg_01.png);
}
header .title .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .title .inner .logo {
  width: 37%;
}
header .title .inner .logo a {
  padding-left: 75px;
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  display: block;
}
header .title .inner .logo a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .title .inner .logo a span {
  display: block;
  font-size: 24px;
}
header .title .inner .util {
  display: flex;
  justify-content: space-between;
  width: 63%;
}
header .title .inner .util .search {
  border: solid 3px #333;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: flex;
}
header .title .inner .util .search input[type="search"] {
  height: 50px;
  min-width: 260px;
  border: none;
  padding: 10px;
}
header .title .inner .util .search input[type="search"]::placeholder {
  font-size: 15px;
  color: #a8a7a7;
}
header .title .inner .util .search .btn {
  position: relative;
  color: #fff;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  background: #333;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
header .title .inner .util .search .btn::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(img/cmn/icon_search.png) no-repeat 0 0/100% auto;
  display: block;
  margin-right: 5px;
}
header .title .inner .util .btn_inq a {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 25px;
  font-size: 18px;
  font-weight: 700;
  background: #333;
  color: #fff;
  border-radius: 5px;
}
header .title .inner .util .btn_inq a::before {
  content: "";
  width: 31px;
  height: 25px;
  background: url(img/cmn/icon_mail.png) no-repeat 0 0/100% auto;
  margin-right: 15px;
}
header .title .inner .util .twitter a {
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d9bf0;
  border-radius: 5px;
}
header .title .inner .util .twitter a::before {
  content: "";
  width: 40px;
  height: 33px;
  background: url(img/cmn/icon_twitter.png) no-repeat 0 0/100% auto;
}
header nav {
  position: relative;
  background: #fff;
}
header nav::after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 100px;
}
header nav .gnav {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
header nav .gnav &gt; li &gt; a {
  display: block;
  height: 100px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 64px 20px 20px 20px;
  text-align: center;
  line-height: 1.3;
  color: #1f8802;
}
header nav .gnav &gt; li &gt; a::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header nav .gnav &gt; li &gt; a::after {
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 7px;
  background: #1f8802;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
header nav .gnav &gt; li &gt; div {
  position: absolute;
  width: 100%;
  left: 0;
  background: #d9efd3;
  padding: 35px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.1s linear 0.3s;
}
header nav .gnav &gt; li &gt; div .inner {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
header nav .gnav &gt; li &gt; div .inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 1.3;
  color: #1f8802;
  margin-bottom: 30px;
}
header nav .gnav &gt; li &gt; div .inner h2::before {
  content: "";
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header nav .gnav &gt; li &gt; div .inner .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
header nav .gnav &gt; li &gt; div .inner .close a {
  display: block;
  cursor: pointer;
  font-size: 1.4rem;
  color: #1f8802;
  border: solid 1px #1f8802;
  line-height: 1;
  padding: 4px 35px 6px 15px;
}
header nav .gnav &gt; li &gt; div .inner .close a::before, header nav .gnav &gt; li &gt; div .inner .close a::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #1f8802;
  position: absolute;
  right: 15px;
  top: 50%;
}
header nav .gnav &gt; li &gt; div .inner .close a::before {
  transform: translateY(-50%) rotate(45deg);
}
header nav .gnav &gt; li &gt; div .inner .close a::after {
  transform: translateY(-50%) rotate(-45deg);
}
header nav .gnav &gt; li &gt; div .inner ul {
  column-count: 3;
}
header nav .gnav &gt; li &gt; div .inner ul li {
  font-size: 1.6rem;
}
header nav .gnav &gt; li &gt; div .inner ul li a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
header nav .gnav &gt; li &gt; div .inner ul li a::before {
  content: "";
  width: 13px;
  height: 12px;
  background: url(img/cmn/icon_arrow_01.png) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 12px;
}
header nav .gnav &gt; li &gt; div .inner ul li a:hover {
  text-decoration: underline;
}
header nav .gnav &gt; li:hover &gt; a::after, header nav .gnav &gt; li.hold &gt; a::after {
  visibility: visible;
  opacity: 1;
}
header nav .gnav &gt; li:hover &gt; div, header nav .gnav &gt; li.hold &gt; div {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.3s, visibility 0.3s, transform 0s;
}
header nav .gnav &gt; li:hover &gt; div.close, header nav .gnav &gt; li.hold &gt; div.close {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.1s linear 0.3s;
}
header nav .gnav &gt; li.home &gt; a::before {
  background-image: url(img/cmn/icon_home.png);
  width: 28px;
  height: 28px;
}
header nav .gnav &gt; li.about &gt; a::before {
  background-image: url(img/cmn/icon_leaf.png);
  width: 27px;
  height: 28px;
}
header nav .gnav &gt; li.about &gt; div h2::before {
  background-image: url(img/cmn/icon_leaf_02.png);
  width: 38px;
  height: 39px;
}
header nav .gnav &gt; li.department &gt; a::before {
  background-image: url(img/cmn/icon_build.png);
  width: 30px;
  height: 30px;
}
header nav .gnav &gt; li.department &gt; div h2::before {
  background-image: url(img/cmn/icon_build_02.png);
  width: 38px;
  height: 38px;
}
header nav .gnav &gt; li.donation &gt; a::before {
  background-image: url(img/cmn/icon_hand.png);
  width: 30px;
  height: 30px;
}
header nav .gnav &gt; li.member &gt; a::before {
  background-image: url(img/cmn/icon_member.png);
  width: 43px;
  height: 27px;
}
header nav .gnav &gt; li.link &gt; a::before {
  background-image: url(img/cmn/icon_link.png);
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
  header .accessibility,
  header nav {
    display: none;
  }
  header .title {
    background: url(img/cmn/bg_01.png) repeat 0 0/0.4rem 0.4rem;
  }
  header .title .inner {
    min-height: 0;
    padding: 1rem 2rem;
  }
  header .title .inner .logo {
    width: 100%;
  }
  header .title .inner .logo a {
    padding-left: 5rem;
    font-size: 2rem;
  }
  header .title .inner .logo a img {
    width: 3.8rem;
  }
  header .title .inner .logo a span {
    font-size: 1.6rem;
  }
  header .title .inner .util {
    display: none;
  }
}

/* ------------------------------------
// footer
----------------------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 104px;
  height: 104px;
  transition: 0.3s opacity, 0.3s visibility;
  opacity: 0;
  visibility: hidden;
}
footer .pagetop.show {
  opacity: 1;
  visibility: visible;
}
footer .pagetop.bottom {
  position: absolute;
  bottom: 85px;
}
footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 55%;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.2);
}
footer .pagetop a::before {
  content: "";
  width: 57px;
  height: 31px;
  background: url(img/cmn/icon_pagetop.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
footer .util {
  background: #d9efd3;
}
footer .util .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  height: 120px;
  position: relative;
}
footer .util .inner ul {
  position: absolute;
  right: 0;
  bottom: 25px;
  display: flex;
}
footer .util .inner ul li {
  font-size: 1.5rem;
  margin-left: 50px;
}
footer .util .inner ul li:first-child {
  margin-left: 0;
}
footer .util .inner ul li a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #1f8802;
}
footer .util .inner ul li a::before {
  content: "";
  width: 13px;
  height: 12px;
  background: url(img/cmn/icon_arrow_01.png) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 10px;
}
footer .util .inner ul li a:hover {
  text-decoration: underline;
}
footer .util .inner .image {
  position: absolute;
  left: 35px;
  bottom: 0;
}
footer .address {
  background: url(img/cmn/bg_01.png);
  padding: 25px 0 30px;
  color: #fff;
}
footer .address .inner {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
footer .address .inner .logo {
  margin-bottom: 25px;
}
footer .address .inner .logo a {
  padding-left: 55px;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
}
footer .address .inner .logo a img {
  width: 45px;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}
footer .address .inner .logo a span {
  display: block;
  font-size: 1.9rem;
}
footer .address .inner .logo + p {
  font-size: 1.4rem;
}
footer .address .inner .logo + p span {
  font-size: 1.2rem;
}
footer .address .inner .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.3rem;
}
footer #fixed_footer {
  display: none;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 3rem 0 6rem;
  }
  footer .pagetop {
    bottom: 6rem;
    width: 5.2rem;
    height: 5.2rem;
  }
  footer .pagetop a span {
    display: none;
  }
  footer .pagetop a::before {
    width: 2.9rem;
    height: 1.5rem;
  }
  footer .pagetop.bottom {
    position: fixed;
    bottom: 6rem;
  }
  footer .address .inner .copy {
    right: 7rem;
  }
  footer #fixed_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background: url(img/cmn/bg_01.png) repeat 0 0/0.4rem 0.4rem;
    display: flex;
    justify-content: space-between;
    padding: 0 4rem;
    transition: 0.3s;
  }
  .js-menuOpen footer #fixed_footer {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  footer #fixed_footer &gt; * {
    min-width: 5.2rem;
  }
  footer #fixed_footer &gt; * a {
    display: block;
    height: 100%;
    position: relative;
    padding-top: 4rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
  }
  footer #fixed_footer &gt; * a::before {
    content: "";
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  footer #fixed_footer &gt; *.search a::before {
    background-image: url(img/cmn/icon_search.png);
    width: 3rem;
    height: 3rem;
  }
  footer #fixed_footer &gt; *.inq a::before {
    background-image: url(img/cmn/icon_mail.png);
    width: 3.5rem;
    height: 2.8rem;
  }
  footer #fixed_footer &gt; *.tel a::before {
    background-image: url(img/cmn/icon_tel.png);
    width: 3.5rem;
    height: 3.5rem;
  }
  footer #fixed_footer &gt; *.menu a::before {
    background-image: url(img/cmn/icon_menu.png);
    width: 3.9rem;
    height: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  footer .util {
    background: none;
    position: relative;
  }
  footer .util::before {
    content: "";
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: #d9efd3;
  }
  footer .util .inner {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 3rem;
    height: auto;
  }
  footer .util .inner ul {
    position: static;
    display: block;
  }
  footer .util .inner ul li {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
  footer .util .inner ul li a {
    padding-left: 2.5rem;
  }
  footer .util .inner ul li a::before {
    width: 1.3rem;
    height: 1.2rem;
    top: 1rem;
  }
  footer .util .inner .image {
    position: static;
    text-align: center;
  }
  footer .address {
    padding: 3rem 0 1rem;
  }
  footer .address .inner {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 3rem;
  }
  footer .address .inner .logo {
    margin-bottom: 2rem;
  }
  footer .address .inner .logo a {
    padding-left: 5.5rem;
    font-size: 2.4rem;
  }
  footer .address .inner .logo a img {
    width: 4.5rem;
  }
  footer .address .inner .logo a span {
    font-size: 1.9rem;
  }
  footer .address .inner .logo + p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  footer .address .inner .logo + p span {
    font-size: 1.1rem;
  }
  footer .address .inner .copy {
    margin-top: 1rem;
    position: static;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* ------------------------------------
// menu
----------------------------------- */
#menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  #menu {
    display: block;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    z-index: 100;
    background: url(img/cmn/bg_01.png);
    padding: 7rem 3rem 0;
    top: 0;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .js-menuOpen #menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #menu .btn_close {
    position: absolute;
    top: 1.1rem;
    right: 1.2rem;
  }
  #menu .btn_close a {
    display: block;
    padding-top: 2.7rem;
    text-align: center;
    font-size: 1rem;
    height: 4.3rem;
    background: url(img/cmn/icon_close.png) no-repeat center top;
    color: #fff;
  }
  #menu .search {
    border: solid 3px #333;
    border-radius: 0.5rem;
    background: #fff;
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
  }
  #menu .search input[type="search"] {
    width: 23rem;
    height: 3.9rem;
    border: none;
    padding: 1rem;
  }
  #menu .search input[type="search"]::placeholder {
    font-size: 1.3rem;
    color: #a8a7a7;
  }
  #menu .search .btn {
    position: relative;
    color: #fff;
    font-weight: 700;
    height: 3.9rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background: #333;
    border: none;
    font-size: 1.6rem;
    white-space: nowrap;
    cursor: pointer;
  }
  #menu .search .btn::before {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    background: url(img/cmn/icon_search.png) no-repeat 0 0/100% auto;
    display: block;
    margin-right: 0.3rem;
  }
  #menu .mnav {
    margin-bottom: 2.5rem;
  }
  #menu .mnav li {
    border-bottom: solid 1px #fff;
  }
  #menu .mnav li a {
    display: block;
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
  }
  #menu .mnav li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #menu .mbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #menu .mbox .btn_inq {
    width: 80%;
    padding-right: 16px;
  }
  #menu .mbox .btn_inq a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: #333;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #menu .mbox .btn_inq a::before {
    content: "";
    width: 3.5rem;
    height: 2.8rem;
    background: url(img/cmn/icon_mail.png) no-repeat 0 0/100% auto;
    margin-right: 1rem;
  }
  #menu .mbox .twitter {
    width: 20%;
  }
  #menu .mbox .twitter a {
    height: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d9bf0;
    border-radius: 0.5rem;
  }
  #menu .mbox .twitter a::before {
    content: "";
    width: 3.8rem;
    height: 3.2rem;
    background: url(img/cmn/icon_twitter.png) no-repeat 0 0/100% auto;
  }
}

/* ------------------------------------
// modal_search
----------------------------------- */
#modal_search {
  position: fixed;
  width: 95vw;
  background: #fff;
  padding: 4rem 1rem;
  left: 50%;
  top: 50%;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  transition: .3s;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.1s linear 0.3s;
}
.js-searchOpen #modal_search {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.3s, visibility 0.3s, transform 0s;
  transform: translate(-50%, -50%);
}
#modal_search .close {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#modal_search .close::before, #modal_search .close::after {
  content: "";
  width: 70%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
}
#modal_search .close::before {
  transform: translateX(-50%) rotate(45deg);
}
#modal_search .close::after {
  transform: translateX(-50%) rotate(-45deg);
}
#modal_search .search {
  border: solid 3px #333;
  border-radius: 0.5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
#modal_search .search input[type="search"] {
  width: 100%;
  height: 3.9rem;
  border: none;
  padding: 1rem;
}
#modal_search .search input[type="search"]::placeholder {
  font-size: 1.3rem;
  color: #a8a7a7;
}
#modal_search .search .btn {
  position: relative;
  color: #fff;
  font-weight: 700;
  height: 3.9rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  background: #333;
  border: none;
  font-size: 1.6rem;
  white-space: nowrap;
  cursor: pointer;
}
#modal_search .search .btn::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url(img/cmn/icon_search.png) no-repeat 0 0/100% auto;
  display: block;
  margin-right: 0.3rem;
}

/* ------------------------------------
// site_color
----------------------------------- */
@media screen and (min-width: 1024px) {
  .bg-black body {
    background: #000;
    color: #fff;
  }
  .bg-black body header .accessibility {
    background: #000;
  }
  .bg-black body header .accessibility p {
    color: #fff;
  }
  .bg-black body header .accessibility .fontSize .btn {
    border-color: #fff;
  }
  .bg-black body header .accessibility .bgColor .btn &gt; * a.black {
    border: solid 1px #fff;
  }
  .bg-black body header .title {
    background: #000;
  }
  .bg-black body header .title .inner .util .search {
    border-color: #fff;
  }
  .bg-black body header .title .inner .util .search input[type="search"] {
    background: #000;
    border-right: solid 1px #fff;
    color: #fff;
  }
  .bg-black body header .title .inner .util .search input[type="search"]::placeholder {
    color: #fff;
  }
  .bg-black body header .title .inner .util .search .btn {
    background: #000;
  }
  .bg-black body header .title .inner .util .btn_inq a {
    background: #000;
    border: solid 1px #fff;
  }
  .bg-black body header nav {
    background: #000;
  }
  .bg-black body header nav a {
    color: #fff;
  }
  .bg-black body header nav .gnav &gt; li &gt; a {
    text-decoration: none;
  }
  .bg-black body header nav .gnav &gt; li &gt; a::after {
    background: #fff;
  }
  .bg-black body header nav .gnav &gt; li &gt; div {
    background: #000;
  }
  .bg-black body header nav .gnav &gt; li &gt; div .inner h2 {
    color: #fff;
  }
  .bg-black body header nav .gnav &gt; li &gt; div .inner .close a {
    color: #fff;
    border-color: #fff;
  }
  .bg-black body header nav .gnav &gt; li &gt; div .inner .close a::before, .bg-black body header nav .gnav &gt; li &gt; div .inner .close a::after {
    background: #fff;
  }
  .bg-black body main a {
    color: #fff;
  }
  .bg-black body main a:hover {
    background: none;
    text-decoration: underline;
  }
  .bg-black body footer .pagetop {
    border: solid 1px #fff;
    border-right: none;
  }
  .bg-black body footer .pagetop a {
    background: #000;
  }
  .bg-black body footer .util {
    background: #000;
  }
  .bg-black body footer .util .inner ul li a {
    color: #fff;
  }
  .bg-black body footer .address {
    background: #000;
    border-top: solid 1px #fff;
  }

  .bg-blue body {
    background: #1d6ffc;
    color: #fff;
  }
  .bg-blue body header .accessibility {
    background: #1d6ffc;
  }
  .bg-blue body header .accessibility p {
    color: #fff;
  }
  .bg-blue body header .accessibility .fontSize .btn {
    border-color: #fff;
  }
  .bg-blue body header .accessibility .bgColor .btn &gt; * a.blue {
    border: solid 1px #fff;
  }
  .bg-blue body header .title {
    background: #1d6ffc;
  }
  .bg-blue body header .title .inner .util .search {
    border-color: #fff;
  }
  .bg-blue body header .title .inner .util .search input[type="search"] {
    border-right: solid 1px #fff;
    background: #1d6ffc;
    color: #fff;
  }
  .bg-blue body header .title .inner .util .search input[type="search"]::placeholder {
    color: #fff;
  }
  .bg-blue body header .title .inner .util .search .btn {
    background: #1d6ffc;
  }
  .bg-blue body header .title .inner .util .btn_inq a {
    background: #1d6ffc;
    border: solid 1px #fff;
  }
  .bg-blue body header nav {
    background: #1d6ffc;
  }
  .bg-blue body header nav a {
    color: #fff;
  }
  .bg-blue body header nav .gnav &gt; li &gt; a {
    text-decoration: none;
  }
  .bg-blue body header nav .gnav &gt; li &gt; a::after {
    background: #fff;
  }
  .bg-blue body header nav .gnav &gt; li &gt; div {
    background: #1d6ffc;
  }
  .bg-blue body header nav .gnav &gt; li &gt; div .inner h2 {
    color: #fff;
  }
  .bg-blue body header nav .gnav &gt; li &gt; div .inner .close a {
    color: #fff;
    border-color: #fff;
  }
  .bg-blue body header nav .gnav &gt; li &gt; div .inner .close a::before, .bg-blue body header nav .gnav &gt; li &gt; div .inner .close a::after {
    background: #fff;
  }
  .bg-blue body main a {
    color: #fff;
  }
  .bg-blue body main a:hover {
    background: none;
    text-decoration: underline;
  }
  .bg-blue body footer .pagetop {
    border: solid 1px #fff;
    border-right: none;
  }
  .bg-blue body footer .pagetop a {
    background: #1d6ffc;
  }
  .bg-blue body footer .util {
    background: #1d6ffc;
  }
  .bg-blue body footer .util .inner ul li a {
    color: #fff;
  }
  .bg-blue body footer .address {
    background: #1d6ffc;
    border-top: solid 1px #fff;
  }

  .bg-yellow body {
    background: #ffee00;
    color: #333;
  }
  .bg-yellow body header .accessibility {
    background: #ffee00;
  }
  .bg-yellow body header .accessibility p {
    color: #333;
  }
  .bg-yellow body header .accessibility .fontSize .btn {
    border-color: #333;
  }
  .bg-yellow body header .accessibility .bgColor .btn &gt; * a.yellow {
    border: solid 1px #333;
  }
  .bg-yellow body header .title {
    background: #ffee00;
  }
  .bg-yellow body header .title .inner .logo a {
    color: #333;
  }
  .bg-yellow body header .title .inner .util .search {
    border-color: #333;
  }
  .bg-yellow body header .title .inner .util .search input[type="search"] {
    background: #ffee00;
    border-right: solid 1px #333;
  }
  .bg-yellow body header .title .inner .util .search input[type="search"]::placeholder {
    color: #333;
  }
  .bg-yellow body header .title .inner .util .search .btn {
    background: #ffee00;
    color: #333;
  }
  .bg-yellow body header .title .inner .util .btn_inq a {
    background: #ffee00;
    border: solid 1px #333;
    color: #333;
  }
  .bg-yellow body header nav {
    background: #ffee00;
  }
  .bg-yellow body header nav a {
    color: #333;
  }
  .bg-yellow body header nav .gnav &gt; li &gt; a {
    text-decoration: none;
  }
  .bg-yellow body header nav .gnav &gt; li &gt; a::after {
    background: #333;
  }
  .bg-yellow body header nav .gnav &gt; li &gt; div {
    background: #ffee00;
  }
  .bg-yellow body header nav .gnav &gt; li &gt; div .inner h2 {
    color: #333;
  }
  .bg-yellow body header nav .gnav &gt; li &gt; div .inner .close a {
    color: #333;
    border-color: #333;
  }
  .bg-yellow body header nav .gnav &gt; li &gt; div .inner .close a::before, .bg-yellow body header nav .gnav &gt; li &gt; div .inner .close a::after {
    background: #333;
  }
  .bg-yellow body main a {
    color: #333;
  }
  .bg-yellow body main a:hover {
    background: none;
    text-decoration: underline;
  }
  .bg-yellow body footer .pagetop {
    border: solid 1px #333;
    border-right: none;
  }
  .bg-yellow body footer .pagetop a {
    background: #ffee00;
    color: #333;
  }
  .bg-yellow body footer .util {
    background: #ffee00;
  }
  .bg-yellow body footer .util .inner ul li a {
    color: #333;
  }
  .bg-yellow body footer .address {
    background: #ffee00;
    border-top: solid 1px #333;
  }
  .bg-yellow body footer .address .inner .logo a {
    color: #333;
  }
  .bg-yellow body footer .address .inner .logo + p {
    color: #333;
  }
  .bg-yellow body footer .address .inner .copy {
    color: #333;
  }
}
</pre></body></html>