<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #000; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 0.95rem!important;
  background-image: url(../img/background-under2.jpg)!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: top center!important;
}

section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a:hover{
  color: #1877f2;
}
.side-menu ul li i,.side-menu1 ul li i{
  padding-left: 10px;
}
/* .en-list li i{
  padding-left: 10px!important;
} */
#dif{
  padding-left: 6px;
}
#dis{
  padding-left:20px;
}

/* ページトップボタン */
#page-top img{
  width: 80px;
  height: 80px;
}

.side-menu1 ul li:nth-of-type(13)::after,.eng:nth-of-type(4)::after,.eng:nth-of-type(5)::after,.eng:nth-of-type(6)::after,.eng:nth-of-type(7)::after,.eng:nth-of-type(8)::after{
  content: 'NEW';
  margin-top: -10px;
  padding: 2px 2px 1px 2px;
  font-size: 66%;
  animation: blinkAnimeS2 2s infinite alternate;
  position: absolute;
  top: 57%;
  right: 24px;
  background-color: rgb(255, 8, 8);
  border-radius: 3px;
  color: #fff;
  animation: flash 2.8s linear infinite;
}
.eng:nth-of-type(7)::after{
  top: 50%!important;
  right: 26px;
}
.eng:nth-of-type(10)::after,.eng:nth-of-type(1)::after,.eng:nth-of-type(13)::after{
display: none;
}
@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}

.facebook {
  background-color: #1877f2;
  padding: 13px 0;
  border-radius: 7px;
  margin-top: 7px;
}
.facebook a{
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.3rem;

}
/* .banner{
  max-width: 950px;
  width: 100%;
  margin: 0 auto 20px auto;
} */
.banner ul li img{
 width: 220px;
  height: 70px;
  vertical-align: middle;
}
.banner ul li{
  list-style: none;
  box-shadow: rgb(18 18 18) 2px 2px 5px;
}
.banner{
  width: 100%;
  background-color: #2c3038;
  padding: 10px ;
}
.banner ul{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.content h3{
  color: #333;
}
.iupab{
  margin-top:15px;
}
.iupab img{
  width: 100%; 
}
.iupab a:hover{
  opacity:1 ;
}
@media(max-width:768px){
  
/* ページトップボタン */
#page-top img{
  width: 70px;
  height: 70px;
  opacity: 0.7;
}
.head-btn{
  display: none;
}
.banner ul{
  justify-content: center;
}
.iupab{
  text-align: center;
}
.iupab img{
  max-width: 300px;
  width: 100%;
}
}






.footer{
  color: #fff;
  height: 100%;
  background-color: #313640;
  margin-top: 20px;font-size: 0.8rem;
  padding: 0px 0 20px 0;
}
.footer-wrap{
  background-color: #313640;
}
.left{
  padding: 35px 14px 25px 14px;
  text-align: left;
  display: flex;
  max-width: 990px;
  margin: 0 auto;
  line-height: 1.3rem;
}
.left p{
  border-left: 2px solid #fff;
  margin:0 10px;
  padding-left: 10px;
  font-size: 0.9rem;
}
.footer-title{
  padding: 0 0 10px 0;
}
.left a{
  text-decoration: none;
  color: #fff;
}
.footer-title{
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
}
.facebook2 a{
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.3rem;

}
.facebook2 {
  background-color: #1877f2;
  padding: 17px 0;
  border-radius: 8px;
  margin: 17px 0;
}
@media(max-width:768px){
  .footer{
    height: 100%;
    background-color: #313640;
    margin-top: 53px;
    
  }
}
@media(max-width:499px){

  .news-logo{
    padding-top: 0!important;
  }
}</pre></body></html>