<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "reset.css";
body {
  background: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0;
  border: 5px solid #000563;
}
@media screen and (max-width:899px) {
  body {
    background: #fff;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width:899px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =========================================================
header
========================================================= */
/*
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1000px) {
}
@media screen and (max-width:899px) {
}
*/
/*default*/
header {
  clear: both;
  width: 100%;
  height: 380px;
  text-align: center;
  background: url(../img/header_bg.jpg) no-repeat top center;
}
header .inner {
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
}
header ul {
  display: flex;
  justify-content: space-between;
  padding: 3% 0 0 0;
}
header h1 {
  width: 823px;
  height: 214px;
  margin: 0 auto;
  margin: 45px 0 0 0;
  background: url(../img/title.png) no-repeat top center;
  text-indent: -9999px;
  z-index: 2;
}
header h1 img {
  position: relative;
  width: 823px;
  height: auto;
}
header h2 {
    position: absolute;
    top: 57px;
    left: 751px;
    z-index: 1;
}
/*899*/
@media screen and (max-width:899px) {
  header {
    padding: 0;
    height: auto;
    background: none;
  }
  header .inner {
    width: auto;
  }
  header h1 {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    text-indent: 0;
    background: none;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  header h2 {
    display: none;
  }
  header ul {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  header ul li {
    width: 20%;
    padding: 0 2% 0 2%;
  }
  header ul li:nth-of-type(2) {
    width: 17%;
    padding: 1% 2% 0 2%;
  }
  header ul li img {
    width: 100%;
    height: auto;
  }
}
/* =========================================================
contents
========================================================= */
/*default*/
#contents {
  padding: 1% 1% 0 1%;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 40%, rgb(214, 247, 252) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 40%, rgb(214, 247, 252) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 40%, rgb(214, 247, 252) 100%);
}
#contents .inner {
  background: url(../img/bg.jpg) top center;
}
/*899*/
@media screen and (max-width:899px) {
  #contents {
    padding: 2% 2% 0 2%;
  }
}
/* =========================================================
lead
========================================================= */
/*default*/
#lead {
  width: 1000px;
  margin: 0 auto;
  padding: 1% 0 2%;
  text-align: center;
}
#lead h3 {
  display: none;
}
#lead p {
  width: 995px;
  height: 270px;
  background: url(../img/lead.png) no-repeat top center;
  text-indent: -9999px;
}
/*899*/
@media screen and (max-width:899px) {
  #lead {
    width: auto;
    padding: 4% 0 2%;
  }
  #lead p {
    width: auto;
    height: auto;
    background: none;
    text-indent: 0;
  }
  #lead p img {
    width: 95%;
    height: auto;
  }
}
/* =========================================================
about
========================================================= */
/*default*/
#about {
  width: 1000px;
  margin: 0 auto;
  padding: 1% 0 2%;
  text-align: center;
}
#about h3 {
  padding: 2px 0 7px 0;
  background: url(../img/about_bg.png) no-repeat;
}
#about h3 img {
  width: 89px;
  height: auto;
}
#about p {
  margin: 4% 0 0 0;
}
#about p.txt0 {
  margin: 4% 0 0 0;
  font-size: 165%;
  color: #033191;
  line-height: 1.5em;
  font-weight: bold;
}
#about p.txt1 {
  margin: 2% 0 0 0;
  font-size: 120%;
  color: #000;
  line-height: 1.5em;
  font-weight: normal;
}
#about p.txt2 {
  margin: 4% 0 4% 0;
  font-size: 145%;
  color: #000;
  line-height: 1.6em;
}
#about strong {
  color: #e21736;
}
#about ul {
  width: 80%;
  margin: 2% auto 0;
  text-align: left;
}
#about ul li {
  margin: 0 0 1% 0;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
}
#about ul li span {
  color: #e21736;
}
#about h4 {
  padding: 3% 0 3% 0;
  background: url(../img/kakko.png) no-repeat center;
  font-size: 145%;
  color: #033191;
  line-height: 1.5em;
  font-weight: bold;
}
#about ul {
  width: 82%;
  margin: 2% auto 0;
  text-align: left;
}
#about aside ul {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#about aside ul li img {
  width: 80px;
  height: auto;
}
/*899*/
@media screen and (max-width:899px) {
  #about {
    margin: 5% 0 5% 0;
    width: auto;
  }
  #about h3 {
    padding: 4px 0 7px 0;
    background: url(../img/about_bg.png) repeat-y top center;
  }
  #about h3 img {
    width: 20%;
    height: auto;
  }
  #about p.txt0 {
    margin: 4% 2% 0 2%;
    font-size: 135%;
    color: #033191;
    line-height: 1.4em;
    font-weight: bold;
    text-align: left;
  }
  #about p.txt0 br {
    display: none;
  }
  #about p.txt1 {
    margin: 2% 2% 0 2%;
    font-size: 120%;
    color: #000;
    line-height: 1.4em;
    font-weight: normal;
    text-align: left;
  }
  #about p img {
    width: 95%;
    height: auto;
  }
  #about ul {
    width: 90%;
    margin: 2% auto 0;
    text-align: left;
  }
  #about h4 {
    padding: 3% 2% 3% 2%;
    background: none;
    font-size: 125%;
    color: #033191;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  #about aside ul {
    width: 60%;
  }
  #about aside ul li {
    width: 25%;
  }
  #about aside ul li img {
    width: 100%;
    height: auto;
  }
}
/* =========================================================
twitter
========================================================= */
/*default*/
#twitter {
  width: 1000px;
  margin: 0 auto;
  padding: 1% 0 2%;
  text-align: center;
}
#twitter h3 {
  padding: 5px 0 5px 0;
  background: url(../img/about_bg.png) repeat-y;
}
#twitter h3 img {
  width: 105px;
  height: auto;
}
#twitter p {
  margin: 4% 0 4% 0;
  font-size: 165%;
  color: #033191;
  line-height: 1.5em;
  font-weight: bold;
}
.tw-wg {
  width: 650px;
  margin: 0 auto 5%;
  padding: 1% 0;
  background: #fff;
  border: 1px dotted #000563;
}
#twitter strong {
  display: block;
  width: 125px;
  padding: 2px 1% 2px 1%;
  margin: 0 0 2% 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #e21736;
  border-radius: 30px;
}
#twitter .inner {
  width: 82%;
  margin: 2% auto 0;
  text-align: left;
}
#twitter ul li {
  width: auto;
  margin: 0 0 1% 0;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
}
#twitter ul li span {
  color: #e21736;
}
#twitter h4 {
  padding: 3% 0 3% 0;
  background: url(../img/kakko.png) no-repeat center;
  font-size: 145%;
  color: #033191;
  line-height: 1.5em;
  font-weight: bold;
}
#twitter aside ul {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#twitter aside ul li img {
  width: 80px;
  height: auto;
}
/*899*/
@media screen and (max-width:899px) {
  #twitter {
    width: auto;
    margin: 0 auto;
    padding: 1% 0 2%;
    text-align: center;
  }
  #twitter h3 {
    padding: 5px 0 5px 0;
    background: url(../img/about_bg.png) repeat-y;
  }
  #twitter h3 img {
    width: 20%;
    height: auto;
  }
  #twitter p {
    margin: 4% 0 4% 0;
    font-size: 135%;
    color: #033191;
    line-height: 1.5em;
    font-weight: bold;
  }
  #twitter p br {
    display: none;
  }
  .tw-wg {
    width: 98%;
    margin: 0 auto 5%;
    padding: 1% 0;
    background: #fff;
    border: 1px dotted #000563;
  }
  #twitter .inner {
    width: 90%;
    margin: 2% auto 0;
    text-align: left;
  }
}
@media screen and (max-width:320px) {
  #twitter p br {
    display: inline-block;
  }
}
/* =========================================================
logo
========================================================= */
/*default*/
aside#logo ul {
  width: 450px;
  margin: 0 auto;
  padding: 1% 0 3% 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/*899*/
@media screen and (max-width:899px) {
  aside#logo ul {
    width: 80%;
    padding: 7% 0 8% 0;
  }
  aside#logo ul li {
    width: 40%;
  }
  aside#logo ul li:nth-of-type(2) {
    width: 50%;
  }
  aside#logo ul li img {
    width: 100%;
    height: auto;
  }
}
/* =========================================================
footer
========================================================= */
/*default*/
footer {
  padding: 1.5% 0 2% 0;
  text-align: center;
  border: 1px solid #a1a2bb;
  background: url(../img/footer_bg.png) repeat-x bottom;
}
footer .inner {
  width: 1000px;
  margin: 0 auto 0;
  font-size: 90%;
  text-align: left;
  position: relative;
}
footer p {
  padding: 0 0 1% 0;
  color: #002f90;
  font-size: 85%;
}
/*899*/
@media screen and (max-width:899px) {
  footer {
    padding: 5% 0 2% 0;
    text-align: center;
    border: 1px solid #a1a2bb;
    background: url(../img/footer_bg_sp.png) no-repeat bottom;
    background-size: 100%;
  }
  footer .inner {
    width: auto;
  }
  footer p {
    padding: 0 0 5% 0;
    color: #002f90;
  }
}
/* =========================================================

[page-top ]

========================================================= */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
#page-top a {
  width: 70px;
  height: 70px;
  background: url(../../img/pagetop.png) no-repeat top center;
  text-indent: -9999px;
  display: block;
  float: right;
}
@media screen and (max-width:899px) {
  #page-top {
    position: static;
    bottom: auto;
    right: auto;
  }
  #page-top a {
    margin: 10px auto;
    float: none;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
ul li:after {
  content: " ";
  display: block;
  clear: both;
}
/*共通*/
/* ----------------------------------------

textdecorations CSS テキスト装飾用CSS

 ----------------------------------------*/
a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: underline;
}
object, a:focus {
  outline: none;
}
</pre></body></html>