<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p,
dd {
  text-align: justify;
}

#wrapper img {
  width: 100%;
  height: auto;
}

#key {
  overflow: hidden;
  height: 85vw;
}

#rss {
  text-align: center;
  overflow: hidden;
  padding-bottom: 8vw;
}

#rss .rss-img {
  margin: 0 auto 10px;
  width: 90%;
}

#rss .rss-img span {
  width: 100% !important;
  height: 60vw !important;
}

#rss .bx-viewport {
  overflow: visible !important;
  padding: 0 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#rss .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../img/index_news/prev.png") no-repeat center/100%;
  -webkit-background-size: cover;
  background-size: cover;
  left: 11vw;
  width: 10vw;
  height: 10vw;
  top: 58vw;
}

#rss .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../img/index_news/next.png") no-repeat center/100%;
  width: 10vw;
  height: 10vw;
  top: 58vw;
  right: 10vw;
}

#sec1 {
  background: url("../img/index_news/sec1_bg.png") no-repeat right 1vw/100%;
  padding: 5vw 0;
}

#sec1 .info {
  padding: 0 3%;
}

#sec1 .info dt {
  padding: 0 5% 10px;
}

#sec1 .info dd {
  padding-bottom: 20px;
}

#sec2 {
  padding: 10vw 8%;
}

#sec2 li {
  margin-bottom: 10vw;
  position: relative;
}

#sec2 li span {
  color: #fff;
  pointer-events: none;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.8;
  position: absolute;
  top: 22vw;
  left: 0;
  right: 0;
}

#sec3 {
  background: url("../img/index_news/bg1.jpg") repeat center top/100%;
  color: #fff;
  overflow: hidden;
}

#sec3 .info {
  padding-bottom: 10vw;
}

#sec3 .info dd {
  padding: 0 3% 20px;
}

#sec3 .info dt {
  margin: 0 -5vw 1vw;
}

#sec3 .info .bnr {
  padding: 0 3%;
}

#sec4 .info {
  padding-bottom: 10vw;
}

#sec4 .info .photo {
  width: 90%;
}

#sec4 .info .item {
  background: url("../img/index_news/bg1.jpg") repeat center top/100%;
  color: #fff;
  position: relative;
  margin: -6vw 3% 0 21%;
  padding: 7vw 5%;
}

#sec4 .info h3 {
  width: 21%;
  position: absolute;
  top: -14vw;
  left: -9vw;
}

#sec4 .info .bnr {
  margin-top: 20px;
}

#sec4 .info .txt {
  padding: 0;
}

#sec4 .info.info2 .photo {
  margin-left: 10%;
}

#sec4 .info.info2 .item {
  margin: -6vw 21% 0 3%;
}

#sec4 .info.info2 .item h3 {
  left: auto;
  right: -9vw;
}

#sec5 {
  background: url("../img/index_news/bg2.jpg") repeat center top/100%;
  position: relative;
  padding-bottom: 10vw;
}

#sec5 h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* templerary */
#footer img {
  width: unset;
  height: unset;

}

#news_box {
    background: hsla(51,59%,93%,0.40);
    width: 90%;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom: 39px;
}
#news_box .ttl {
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

#news_box .txt{
    padding: 20px 50px 0;
    text-align: center;
}

#news_box .txt a{
	color: #232AAA;;
	font-weight: bold;
}</pre></body></html>